/*------- HEADER ---------*/
/*------- FOOTER ---------*/
/*------- breadrumb ---------*/
/*------- Pagination ---------*/
/*========================================================*/
/*============	    CONFIG STYLE      ====================*/
/*========================================================*/
[data-animation] {
  opacity: 0;
}

.animate__animated {
  opacity: 1;
}

/*========================================================*/
/*============		 CSS STYLE        ====================*/
/*========================================================*/
/*==========================*/
.fp-slide {
  width: 100vw !important;
  height: 100vh;
}

.fp-slidesContainer {
  display: flex !important;
}

.fp-controlArrow {
  bottom: 30px;
  top: auto;
}
.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
  width: 50px;
  height: 50px;
  border-width: 0px;
  background: rgba(0, 0, 0, 0.7);
  border-color: none;
}
.fp-controlArrow.fp-prev::before, .fp-controlArrow.fp-next::before {
  content: "";
  background: url("../images/next_prev_white.png") left top no-repeat;
  width: 12px;
  height: 21px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fp-controlArrow.fp-prev {
  right: 90px;
  left: auto;
}
.fp-controlArrow.fp-next {
  right: 30px;
}
.fp-controlArrow.fp-next::before {
  background-position: left -12px top 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 2px 0;
  height: 26px;
  width: auto;
  padding: 0px;
  display: block;
  text-align: center;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  float: right;
  display: inline-block;
  position: relative;
  padding-right: 26px;
  padding-left: 12px;
  border-radius: 13px;
  width: auto;
}
#fp-nav ul li a::after,
.fp-slidesNav ul li a::after {
  content: "";
  display: block;
  clear: both;
}
#fp-nav ul li a span:nth-child(2),
.fp-slidesNav ul li a span:nth-child(2) {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffffff;
  left: auto;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: block;
  margin: 0;
}
#fp-nav ul li a span.fp-tooltip,
.fp-slidesNav ul li a span.fp-tooltip {
  position: relative;
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
  left: inherit;
  top: inherit;
  float: right;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  right: 10px;
  margin-right: 12px;
  -webkit-transition: all 0.24s ease-in-out;
  -moz-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
  opacity: 0;
  width: 0;
}
#fp-nav ul li a span.fp-tooltip.fp-right,
.fp-slidesNav ul li a span.fp-tooltip.fp-right {
  right: 0;
}
#fp-nav ul li a.active, #fp-nav ul li:hover a.active, #fp-nav ul li:hover a,
.fp-slidesNav ul li a.active,
.fp-slidesNav ul li:hover a.active,
.fp-slidesNav ul li:hover a {
  background: #272824;
}
#fp-nav ul li a.active span:nth-child(2), #fp-nav ul li:hover a.active span:nth-child(2), #fp-nav ul li:hover a span:nth-child(2),
.fp-slidesNav ul li a.active span:nth-child(2),
.fp-slidesNav ul li:hover a.active span:nth-child(2),
.fp-slidesNav ul li:hover a span:nth-child(2) {
  height: 8px;
  width: 8px;
  margin: 0 4px;
}
#fp-nav ul li a.active span.fp-tooltip, #fp-nav ul li:hover a.active span.fp-tooltip, #fp-nav ul li:hover a span.fp-tooltip,
.fp-slidesNav ul li a.active span.fp-tooltip,
.fp-slidesNav ul li:hover a.active span.fp-tooltip,
.fp-slidesNav ul li:hover a span.fp-tooltip {
  height: auto;
  width: auto;
  margin: 0px;
  margin-right: 6px;
  border-radius: 0%;
  opacity: 1;
  right: 0;
}
#fp-nav ul li a.active,
#fp-nav ul li a:hover,
.fp-slidesNav ul li a.active,
.fp-slidesNav ul li a:hover {
  background: #272824;
  color: #ffffff;
}
#fp-nav ul li a.active span.fp-tooltip,
#fp-nav ul li a:hover span.fp-tooltip,
.fp-slidesNav ul li a.active span.fp-tooltip,
.fp-slidesNav ul li a:hover span.fp-tooltip {
  margin-right: 6px;
}

/*=================================================*/
#section0 {
  height: auto;
}
#section0 .fp-slidesContainer .slide {
  position: relative;
  height: 700px;
}
#section0 .item-video {
  position: relative;
}
#section0 .video-responsive::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(33, 51, 101, 0.5);
  z-index: 1;
}
#section0 .slide {
  height: auto;
}
#section0 .slide .banner-image {
  width: 100%;
  height: 700px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#section0 .slide a.button-buy-now {
  padding: 15px 50px;
  line-height: 50px;
  background: #d8aa41;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
#section0 .owl-controls {
  display: none;
}

.overlay-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: -100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Making the Youtube video cover the whole viewport */
@media (min-aspect-ratio: 16/9) {
  .overlay-video {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .overlay-video {
    width: 177.78vh;
  }
}
/* Layer with position absolute in order to have it over the video */
#section0 {
  position: relative;
}
#section0 .fp-scroller {
  position: relative;
  height: 100vh;
  z-index: 999;
}
#section0 .fp-scroller::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(33, 51, 101, 0.5);
  z-index: 88;
}
#section0 .fp-slidesContainer .slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(33, 51, 101, 0.5);
  z-index: 88;
}
#section0 .layer-text {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 99;
  text-align: center;
}
#section0 .layer-text h1 {
  font-size: calc(1.5em + 2vw);
  margin: 0;
  text-shadow: 0px 0 17px rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #ffffff;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.5em;
  overflow: hidden;
}

/*==========================*/
.section-box {
  background: #ffffff;
}
.section-box h3.box-title {
  text-align: center;
  display: block;
  font-size: 40px;
  font-weight: normal;
  color: #91211B;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 15px;
}
.section-box .section-box-title p {
  text-align: center;
  max-width: 60%;
  margin: 20px auto;
}

/*==========================*/
#section1 {
  height: 105vh;
  background: #ffffff;
}

#box_group_1 {
  position: relative;
  height: 105vh;
  background: #ffffff;
}
#box_group_1 .layer-text {
  position: absolute;
  right: 0;
  top: 13%;
  width: 70%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
#box_group_1 .layer-text .text-1 {
  font-size: 4.5rem;
  line-height: 1.2em;
  color: #d8aa41;
  font-family: "Inter";
}
#box_group_1 .layer-text .text-2 {
  font-size: 4.5rem;
  line-height: 1.5em;
}
#box_group_1 > .flex-box {
  position: absolute;
  bottom: 0px;
  right: 0;
  margin: 0 auto;
  width: 70%;
  padding: 0 2rem;
}
#box_group_1 > .flex-box .inner-box {
  max-width: 90%;
  margin: 0 auto;
}

#box_product {
  position: relative;
  margin-bottom: 30px;
}
#box_product > .inner-box-product {
  display: flex;
  flex-direction: row;
}
#box_product > .inner-box-product > .product {
  width: 33.3333333333%;
}
#box_product > .inner-box-product.slick-slider {
  display: block;
}
#box_product .product {
  flex: 0 1 33.333%;
  padding: 0.5rem;
}
#box_product .product .inner {
  background: #ffffff;
  border: 2px solid #d8aa41;
  border-radius: 0px;
  height: 100%;
  position: relative;
  padding-top: 60px;
}
#box_product .product.noPriceText .inner {
  padding-top: 0;
}
#box_product .product.noPriceText .i-image {
  padding-top: 92%;
}
#box_product .product .i-price {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0px;
}
#box_product .product .i-price .promotion {
  background: #91211B;
  border-radius: 0px;
  padding: 15px;
  font-size: 30px;
  line-height: 2em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  position: relative;
  min-height: 60px;
}
#box_product .product .i-price .regular {
  padding: 2px 10px;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}
#box_product .product .i-price .regular span.title_price {
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-right: 10px;
}
#box_product .product .i-price .market_price {
  position: relative;
}
#box_product .product .i-price .market_price::before {
  content: "";
  height: 0.25rem;
  width: 100%;
  background: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 0;
  transform: translate(0, 50%) rotate(-12deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}
#box_product .product .i-image {
  display: flex;
  padding: 0px 10px;
  position: relative;
  padding-top: 75%;
}
#box_product .product .i-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
}
#box_product .product .i-image .logo_brand {
  position: absolute;
  bottom: -20px;
  right: 20px;
}
#box_product .product .i-image .logo_brand img {
  display: inline-block;
  margin-left: 10px;
}
#box_product .product .i-title {
  padding: 1rem;
  color: rgb(91, 103, 112);
  padding: 1rem;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5em;
}
#box_product .product .i-title h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0;
  font-weight: 700;
  color: #91211B;
}
#box_product .product .i-title .unit {
  font-size: 1.125rem;
  line-height: 30px;
  min-height: 30px;
}
#box_product .product ul.technologies {
  font-size: 14px;
  color: #474747;
  line-height: 1.2em;
}
#box_product .product ul.technologies .row-item:not(:last-child) {
  margin-bottom: 5px;
}
#box_product .product.hasPriceMarket .i-price {
  background: #006d61;
}

.slick-arrow {
  top: 50%;
  z-index: 1;
  padding: 0;
  width: 54px;
  height: 54px;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  border-radius: 50%;
  border: none;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slick-arrow i::before {
  font-size: 44px;
  font-family: "FontAwesome";
  color: #fff;
}
.slick-arrow:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.slick-arrow:hover i::before {
  color: #91211B;
}

.slick-prev {
  left: -74px;
}

.slick-next {
  right: -74px;
}

/*==========================*/
#box_group_2 {
  padding-bottom: 0rem;
  position: relative;
}
#box_group_2 .layer-text {
  position: absolute;
  right: 0;
  top: 10%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-family: "Inter";
  font-weight: 700;
}
#box_group_2 .layer-text .text-1 {
  font-size: 5rem;
  line-height: 1.2em;
}
#box_group_2 .layer-text .text-2 {
  color: #d8aa41;
  font-size: 5rem;
  line-height: 1.5em;
}

.section-2 {
  padding-bottom: 4rem;
}
.section-2 .flex-row:nth-child(even) .flex-box {
  flex-direction: row-reverse;
}
.section-2 .flex-row:not(:last-child) {
  margin-bottom: 4rem;
}
.section-2 .flex-row::after {
  content: "";
  display: block;
  clear: both;
}
.section-2 .flex-1 .i-image .inner {
  max-width: 70%;
  position: relative;
  padding-top: 0px;
  padding-bottom: 90px;
  text-align: left;
}
.section-2 .flex-1 .i-image .inner .circle-image:nth-child(2) {
  position: absolute;
  bottom: -200px;
  right: -95px;
}
.section-2 .flex-1 .i-image .inner .circle-image:nth-child(3) {
  position: absolute;
  top: -150px;
  right: -175px;
}
.section-2 .circle-image {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  display: inline-block;
  border: 2px solid #d8aa41;
}
.section-2 .circle-image img:hover {
  transform: scale(1.05);
}
.section-2 .flex-2 .i-content::before {
  right: -60%;
  left: auto;
}
.section-2 .flex-box {
  display: flex;
  flex-direction: row;
  column-gap: 0rem;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.section-2 .i-image,
.section-2 .i-content {
  width: 50%;
  max-width: 50%;
}
.section-2 .i-image .inner,
.section-2 .i-content .inner {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}
.section-2 .i-image {
  position: relative;
  z-index: 99;
}
.section-2 .i-image img {
  border-radius: 50%;
}
.section-2 .i-content {
  background: #91211B;
  position: relative;
}
.section-2 .i-content::before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  background: #91211B;
  left: -60%;
}
.section-2 .i-content .inner {
  padding: 20px 20px;
  padding-bottom: 50px;
  background: #91211B;
  text-align: left;
}
.section-2 .i-content h2 {
  font-size: 3.75rem;
  text-transform: uppercase;
  color: #ffffff;
  padding: 1.5rem 0;
  padding-bottom: 1.1rem;
  line-height: 1.3em;
  margin: 0;
  font-weight: 700;
}
.section-2 .i-content .note {
  color: #ffffff;
  margin: 0 auto;
  font-size: 2.25rem;
  line-height: 1.5em;
}

/*==========================*/
#box_group_3 {
  position: relative;
}
#box_group_3 .layer-text {
  position: absolute;
  left: 0;
  top: 10%;
  width: 40%;
  color: #ffffff;
  text-align: center;
  font-family: "Inter";
  font-weight: 700;
}
#box_group_3 .layer-text .text-1 {
  font-size: 5rem;
  line-height: 1.2em;
  color: #d8aa41;
}
#box_group_3 .layer-text .text-2 {
  font-size: 5rem;
  line-height: 1.5em;
}
#box_group_3 .layer-text-2 {
  position: absolute;
  right: 0;
  top: 14%;
  width: 40%;
  color: #ffffff;
  text-align: center;
  font-family: "Inter";
  font-weight: 500;
}
#box_group_3 .layer-text-2 .text-1 {
  font-size: 2.5rem;
  line-height: 1.2em;
}
#box_group_3 .section-box {
  position: relative;
  background: none;
}

.box-partner-rylfood {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  position: relative;
  margin-top: -110px;
  margin-bottom: 110px;
}
.box-partner-rylfood .item {
  overflow: hidden;
}
.box-partner-rylfood .i-image {
  border: 2px solid #d8aa41;
  overflow: hidden;
  display: inline-flex;
}
.box-partner-rylfood .i-image img {
  transition: transform 0.3s;
}
.box-partner-rylfood .i-image img:hover {
  transform: scale(1.05);
}
.box-partner-rylfood .i-title {
  padding: 15px 15px;
  background: #91211B;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
  margin-top: 25px;
  font-weight: 700;
  text-align: center;
}

/*==========================*/
#box_group_4 {
  position: relative;
}
#box_group_4 .section-box {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
#box_group_4 .section-box > .wrapper {
  padding-left: 0;
  padding-right: 0;
}
#box_group_4 .section-box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
#box_group_4 .section-box-content > .wrapper {
  padding-bottom: 60px;
}
#box_group_4 .section-box-content p {
  font-size: 36px;
  color: #ffffff;
  line-height: 1.5em;
  text-align: center;
  font-style: italic;
}
#box_group_4 .section-box-content .section4_signature {
  position: absolute;
  right: 0;
  bottom: 0;
}
#box_group_4 .section-box-title h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2.5rem;
  color: #ffffff;
  line-height: 1.25em;
  text-transform: uppercase;
}

/*==========================*/
#box_group_5 {
  padding-top: 70px;
}
#box_group_5 .section-box {
  background: none;
}
#box_group_5 .section-box-title {
  text-align: center;
  background: #91211B;
  padding: 10px;
}
#box_group_5 .section-box-title h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 3rem;
  margin: 0;
}

.box-customer-reviews {
  padding: 70px 0;
}
.box-customer-reviews .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}
.box-customer-reviews .item .i-desc {
  width: 33.33%;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  min-height: 540px;
}
.box-customer-reviews .item .i-desc .inner {
  height: 100%;
  background: #91211B;
  padding: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-customer-reviews .item .i-desc .inner > * {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s;
}
.box-customer-reviews .item .i-image {
  flex: 0 1 66%;
  margin-top: 0px;
  border: 2px solid #d8aa41;
  display: inline-flex;
}
.box-customer-reviews .item .i-image .inner {
  width: 100%;
  min-height: 480px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.box-customer-reviews .item .i-image .inner img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.box-customer-reviews .item .i-quotes {
  width: 66px;
  height: 50px;
  background: url("../images/main/quotes-icon.png") top left no-repeat;
  background-size: 66px;
  margin-bottom: 15px;
}
.box-customer-reviews .item .i-avatar {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  margin: 0px auto;
  margin-bottom: 30px;
}
.box-customer-reviews .item .i-avatar img {
  max-width: 100%;
}
.box-customer-reviews .item .i-content,
.box-customer-reviews .item .i-pos {
  font-size: 1rem;
  line-height: 1.5em;
}
.box-customer-reviews .item .i-content {
  max-height: 100px;
  overflow: hidden;
  text-align: center;
}
.box-customer-reviews .item .i-name {
  font-size: 1.475rem;
  line-height: 2.25rem;
  margin-top: 20px;
}
.box-customer-reviews .owl-item.active .item .i-desc .inner > * {
  opacity: 1;
  transform: none;
}
.box-customer-reviews .owl-item.active .item .i-desc .inner > *:nth-child(1) {
  transition-delay: 0.3s;
}
.box-customer-reviews .owl-controls {
  width: 33%;
  position: absolute;
  bottom: 15%;
  right: 0;
  text-align: center;
}
.box-customer-reviews .owl-dots {
  display: inline-block;
  margin: 0 auto;
}
.box-customer-reviews .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  margin: 0 5px;
}
.box-customer-reviews .owl-dots .owl-dot.active {
  background: #d8aa41;
}

.box-logo-partner {
  padding: 70px 0;
}
.box-logo-partner .item {
  min-height: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*========================================================*/
/*============		RESPONSIVE        ====================*/
/*========================================================*/
/* Responsive 1680px px */
/* Responsive 1600px px */
@media screen and (max-width: 1600px) {
  #section0 .slide .banner-image {
    height: 570px;
  }
}
/* Responsive 1600px px */
/* Responsive 1440px px */
/* Responsive 1391px */
/* Responsive 1366 px */
@media screen and (max-width: 1366px) {
  #section0 .slide .banner-image {
    height: 500px;
  }
}
/* Responsive 1280px */
/* Responsive 1024px */
/* Responsive 1024px */
/* Responsive 1024px */
/* Responsive 996px */
/* Smartphone landscape (iOS + Android) */
/* Responsive 768px */
/* Responsive 1024px */
/* Mobile 768px */
@media screen and (max-width: 395px) {
  .hotline a {
    font-size: 1.5rem;
  }
  .footer_main {
    padding-top: 0px;
  }
}
@media screen and (max-width: 320px) {
  .wrap-menu-mobile a.menu-item {
    font-size: 1.15rem;
    padding: 10px;
  }
  .hotline a {
    font-size: 1.3rem;
  }
}