:root {
  --color-brown: #87594c;
}

.text-pop-up-top {
  -webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: text-pop-up-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc,
      0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc,
      0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}
@keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc,
      0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc,
      0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}

/* header start */
.ys-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border: none;
  box-shadow: none;
}
.ys-header-logo-img {
  max-height: 110px;
  object-fit: contain;
}
.ys-header-ul-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.menu_li_1_a {
  color: var(--background-color);
}
.ys-header-store-link {
  background: #87594c;
  color: var(--background-color);
  padding: 5px 20px;
  font-family: var(--title-font);
  text-transform: uppercase;
  padding-top: 9px;
  font-size: 1.2rem;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.ys-header-cart-a {
  padding: 10px;
  border-radius: 50%;
  background: var(--second-background-color);
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.ys-header-cart-a.hvr-radial-out::before {
  background: var(--second-text-color);
  border: none;
  outline: none;
}
.ys-header-ul-menu li a {
  font-family: var(--normal-font);
  color: #87594c;
}
.menu_cap_1 {
  position: relative;
}
.menu_li_1_a {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.menu_li_1_a:hover {
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.menu_cap_1::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background: var(--main-color);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.mui-ten-tam-giac::after {
  position: absolute;
  content: "";
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid var(--background-color);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom;
}
.menu_cap_1:hover::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
.menu_cap_1:hover.mui-ten-tam-giac::after {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
  transform: translateX(-50%) scaleY(1);
  transform-origin: bottom;
}
.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--background-color);
  border-radius: 20px;
  top: 60px;
  /* box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px; */
  transition: all 0.2s ease-in-out;
  min-width: 300px;
}
.menu_li_level_2_a {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 0.9rem;
  position: relative;
}
.menu_li_level_2_a::before {
  bottom: 0;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: #e5e5e5;
}
.menu_cap_2:last-of-type .menu_li_level_2_a::before {
  display: none;
}
.menu_li_level_2_a:hover {
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.menu_cap_2:hover,
.menu_cap_3:hover,
.menu_cap_3_co_child:hover,
.menu_cap_4:hover {
  background: transparent;
}
.menu_li_1_a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.ys-button-search i {
  cursor: pointer;
  /* font-size: 1.8rem; */
  transition: all 0.3s ease-in-out;
  color: var(--color-brown);
}
/* modal search start */
.ys-modal-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(255, 255, 255, 0);
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.5s ease-in-out;
}
.ys-modal-search.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  background: rgba(255, 255, 255, 1);
  transform-origin: bottom;
  transition: all 0.5s ease-in-out;
}
.ys-modal-search-box {
  position: relative;
}
.ys-modal-search .form-control {
  background: transparent;
  border: 1px solid var(--text-color);
  font-size: 1.2rem;
}
.ys-btn-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ys-btn-search i {
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.ys-btn-search i:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.btn-close-search .container {
  position: relative;
}
.btn-close-search {
  position: absolute;
  z-index: 2001;
  font-size: 4rem;
  color: var(--second-text-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  top: 20px;
  right: 7%;
}
.btn-close-search:hover {
  transform: rotate(360deg);
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
/* modal search end */
header.active {
  background: #c3aba4;
}
header.active .menu_cap_1::before {
  background-color: var(--second-main-color);
}
header.active .ys-header-logo-img {
  height: 70px;
}
header.active .menu_li_1_a {
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  font-family: var(--title-font);
}
header.active .menu_li_1_a:hover {
  color: var(--second-main-color);
}
header.active .mui-ten-tam-giac::after {
  bottom: -30px;
}
header.active .sub-menu {
  top: 52px;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */
}
header.active .ys-button-search i {
  color: var(--background-color);
}
.ys-button-search i:hover {
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.ys-header-nav {
  max-width: 1600px;
  margin: 0 auto;
}

.ys-header-nav.active {

}
/* header end */

/* slider start */
.black-bg {
  background: rgba(0, 0, 0, 0.3);
}
.slider-img-extra {
  max-height: initial;
  height: 100vh;
}
.ft-slider-content h3 {
  /* color: var(--background-color); */
  font-family: pateglamt;
  font-size: 5rem;
  text-align: center;
  text-transform: initial;
  /* color: #ff514c; */
  color: var(--text-color);
  -webkit-text-stroke: 1px #fff;
  text-shadow: 0px 4px 4px #282828;
}
.slider-phone-text {
  font-size: 1.3rem;
  padding-top: 5px;
}
.slider-phone-content-top {
  font-size: 0.95rem;
  font-family: var(--title-font);
}
.slider-phone-content-bottom a {
  color: var(--background-color);
  font-size: 3rem;
  font-family: fredoka-medium;
  transition: all 0.3s ease-in-out;
}
.slider-phone-content-bottom a:hover {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
}
.svg-slider {
  height: 0;
}
.banner-cergy {
  position: relative;
  z-index: 1;
}
.bg-slider-section {
  position: absolute;
  /* content: ""; */
  bottom: -5px;
  width: 100%;
  height: 80%;
  background: url("../../img_data/images/image_template/bg-section.png")
    no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  z-index: 2;
  /* clip-path: url(#slider-clip-path); */
  /* transform: scaleX(1.1); */
  pointer-events: none;
}
.bee-btn-viewmore-link {
  position: relative;
  z-index: 5;
}
/* slider end */

/* trang chủ start */
/* about */
.ys-about-us-page {
  background: #faf6f1;
  color: var(--text-color);
  position: relative;
  padding: 50px 0;
  min-height: 80vh;
}
.ys-about-us-page-title {
  font-size: 6rem;
  text-transform: capitalize;
  /* font-family: playfair-regular; */
  font-family: suave-bold;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.tan-hoa-phat-title {
  font-family: "Dancing Script";
}
.ys-about-us-page-title.active {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.ys-about-us-page-link i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--text-color);
}
.ys-about-us-page-link a {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.hvr-underline-from-left::before {
  height: 1px;
  background-color: var(--text-color);
}
.ys-about-us-page .container {
  position: relative;
  z-index: 3;
}
.ys-about-us-page .floating-img {
  position: absolute;
  top: 20%;
  z-index: 1;
  min-width: 300px;
  width: 40%;
  /* max-height: 50%; */
  object-fit: contain;
  left: -10%;
}
.ys-about-us-page-sologan {
  position: absolute;
  z-index: 2;
  bottom: -10px;
  right: -20%;
  text-transform: uppercase;
  color: #efdec6;
  font-size: 5rem;
  font-family: spartan-black;
  /* display: flex; */
  opacity: 0.5;
  text-wrap: nowrap;
}
.ys-uu-diem-page {
  background: #fbf6f1;
  color: var(--text-color);
}
.ys-uu-diem-page-content-item-icon img {
  height: 70px;
  width: 70px;
  object-fit: contain;
}
.ys-uu-diem-page-content-item {
  height: 100%;
  overflow: hidden;
  background: #d7e1e6;
}
/* about end */
/* hợp tác */
.ys-uu-diem-page-hop-tac-image {
  --bs-aspect-ratio: 130%;
  overflow: hidden;
}
.ys-uu-diem-page-hop-tac-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-uu-diem-page-hop-tac-item {
  height: 100%;
}
.ys-uu-diem-page-hop-tac-des-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.ys-uu-diem-page-hop-tac-des-text-title {
  font-size: 2rem;
  font-family: ice-script;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.ys-uu-diem-page-hop-tac-des-text-des {
  font-size: 0.95rem;
  font-family: spartan-light;
}
.ys-uu-diem-page-hop-tac-link a {
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.ys-uu-diem-page-hop-tac-link i {
  width: 25px;
  height: 25px;
  border: 1px solid var(--text-color);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ys-uu-diem-page-hop-tac-des-text-title.active {
  /* text-align: right; */
  padding-left: 25%;
  transition: all 0.3s ease-in-out;
}
/* hợp tác end */

/* Bán chạy nhất start */
.ys-ban-chay-nhat-page {
  background-color: #fbf6f1;
  color: var(--text-color);
  min-height: 800px;
}
.ys-ban-chay-nhat-page-title {
  font-size: 6rem;
  text-transform: capitalize;
  font-family: playfair-regular;
  position: relative;
  border-top: 1px solid #d2d2d2;
  z-index: 1;
}
/* .ys-ban-chay-nhat-page-title-box-container {
  position: absolute;
  top: 0;
  left: 0;
} */
.ys-ban-chay-nhat-page-title-box {
  position: relative;
  z-index: 1;
}
.ys-ban-chay-nhat-page-content {
  position: relative;
  z-index: 3;
}
.ys-ban-chay-nhat-page-content {
  padding-top: 30px;
}
.ys-product-item-image-box {
  overflow: hidden;
}
.ys-product-item-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-product-item-image-box a {
  width: 100%;
  height: 100%;
}
.ys-product-item {
  background: #eee2dd;
  color: var(--text-color);
  overflow: hidden;
  border-radius: 2px;
  height: 100%;
  position: relative;
}
.ys-product-item-sale-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #b1415f;
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  padding: 5px 20px;
  padding-top: 8px;
  font-family: suave-regular;
  text-transform: uppercase;
}
.ys-product-item-content-category a {
  text-transform: uppercase;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.ys-product-item-content-name a {
  font-size: 1.4rem;
  font-family: suave-medium;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.ys-product-item-content-name a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-product-item-content-price-nosale {
  text-decoration: line-through;
  color: #958889;
}
.ys-product-item-content-price-sale {
  color: #333333;
}
.ys-btn-addcart {
  width: 100%;
  background: #fff;
  color: var(--text-color);
  text-transform: uppercase;
  padding: 5px 3px;
  text-align: center;
  border: none;
  border-radius: 0;
  padding-top: 8px;
  transition: all 0.3s ease-in-out;
}
.ys-btn-addcart.hvr-bounce-to-right::before {
  background: var(--second-text-color) !important;
}
.ys-ban-chay-nhat-page-content-row .col:nth-child(1) .ys-product-item {
  background-color: #d8eaed;
}
.ys-ban-chay-nhat-page-content-row .col:nth-child(2) .ys-product-item {
  background-color: #f7dee0;
}
.ys-ban-chay-nhat-page-content-row .col:nth-child(3) .ys-product-item {
  background-color: #e2eee4;
}
.ys-ban-chay-nhat-page-content-row .col:nth-child(4) .ys-product-item {
  background-color: #eae1d1;
}
.ys-ban-chay-nhat-page-content-special-item-image {
  overflow: hidden;
  width: 50%;
}
.ys-ban-chay-nhat-page-content-special-item-image a {
  width: 100%;
  height: 100%;
}
.ys-ban-chay-nhat-page-content-special-item-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-ban-chay-nhat-page-content-special-item {
  height: 100%;
  position: relative;
}
.ys-ban-chay-nhat-page-content-special-row
  .col:nth-child(1)
  .ys-ban-chay-nhat-page-content-special-item {
  background: #eae1d1;
  position: relative;
  left: -50%;
  opacity: 1;
}
.ys-ban-chay-nhat-page-content-special-row
  .col:nth-child(2)
  .ys-ban-chay-nhat-page-content-special-item {
  background: #d8eaed;
  position: relative;
  right: -50%;
  opacity: 1;
}
.ys-ban-chay-nhat-page-content-special-item-content-category a {
  text-transform: uppercase;
  color: var(--text-color);
}
.ys-ban-chay-nhat-page-content-special-item-content-name {
}
.ys-ban-chay-nhat-page-content-special-item-content-name a {
  color: var(--text-color);
  font-size: 1.6rem;
  font-family: suave-medium;
  transition: all 0.3s ease-in-out;
}
.ys-ban-chay-nhat-page-content-special-item-content-name a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-ban-chay-nhat-page {
  position: relative;
}
.background-image-icon {
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 0;
}

.background-image-icon img {
  width: 100%;
  object-fit: cover;
  object-position: right;
}
.ys-product-item-price {
  font-size: 1rem;
}
/* bán chạy nhất end */
/* đánh giá khách hàng start */
.ys-danh-gia-khach-hang-page {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  min-height: 300px;
  z-index: 1;
  overflow: visible;
}
.bg-down {
  position: absolute;
  /* content: ""; */
  z-index: 3;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #faf6f1;
  /* background: red; */
  color: var(--text-color);
  clip-path: url(#svg-clip-path-down);
}
.bg-up {
  position: absolute;
  /* content: ""; */
  z-index: 3;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #faf6f1;
  /* background: red; */
  color: var(--text-color);
  clip-path: url(#svg-clip-path-up);
}
.ysDanhGiaSwiper {
  cursor: grab;
}
.ys-danh-gia-khach-hang-page .container {
  /* position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */

  position: relative;
  z-index: 3;
  padding: 150px 0;
  /* padding-top: 200px; */
}
.ys-danh-gia-khach-hang-page-content {
  background: var(--background-color);
  position: relative;
  /* transform: scale(1); */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  overflow: hidden;
  /* border-radius: 10px; */
}
.ys-danh-gia-swiper-item-star i {
  color: var(--main-color);
}
.ys-danh-gia-swiper-item-avatar {
  max-width: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 22px 16px;
}
.ys-danh-gia-swiper-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ys-danh-gia-swiper-item-name {
  font-family: suave-bold;
  text-transform: capitalize;
  font-size: 2rem;
}

/* đánh giá khách hàng end */

/* ưu đãi start */
.ys-khuyen-mai-page {
  position: relative;
  background: #faf6f1;
  color: var(--text-color);
  overflow: hidden;
}
.ys-khuyen-mai-page .container {
  position: relative;
  z-index: 3;
}
.ys-khuyen-mai-page-title {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.ys-khuyen-mai-page-title.active {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-khuyen-mai-page-content-item {
  height: 100%;
  overflow: hidden;
}
.ys-khuyen-mai-page-content-row
  .col:nth-child(1)
  .ys-khuyen-mai-page-content-item {
  background: #f6dcd3;
  color: #b1415f;
}
.ys-khuyen-mai-page-content-row
  .col:nth-child(2)
  .ys-khuyen-mai-page-content-item {
  background: #fac1bf;
  color: #b1415f;
}
.ys-khuyen-mai-page-content-item-title {
  font-size: 1rem;
  text-transform: uppercase;
}
.ys-khuyen-mai-page-content-item-name {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: matterli-medium;
}
.ys-khuyen-mai-page-content-item-content {
  font-size: 1.3rem;
  font-family: spartan-medium;
}
.ys-khuyen-mai-page-content-item-button {
  text-align: center;
  padding: 10px 5px;
  background: var(--background-color);
  min-width: 200px;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #b1415f;
  transition: all 0.3s ease-in-out;
  font-family: fredoka-medium;
  overflow: hidden;
}
.ys-khuyen-mai-page-content-item-button.hvr-sweep-to-right::before {
  background: var(--second-text-color);
}
.ys-khuyen-mai-page-content-item-image img {
  object-fit: contain;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.image-icon-ys {
  position: absolute;
  top: 0%;
  left: -20%;
  width: 40%;
  height: 40%;
  object-fit: contain;
  z-index: 1;
}
/* ưu đãi end */

/* bổ sung khoảng cách  */
.ys-uu-diem-page-hop-tac {
  padding-top: 50px;
}
.ys-ban-chay-nhat-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ys-ban-chay-nhat-page-title-box-container {
  padding: 30px 0;
}
.svg-line,
.svg-line-2 {
  position: absolute;
  width: 0;
  height: 0;
}
/* bổ sung khoảng cách */

/* tin tức start */
.ys-tin-tuc-page {
  position: relative;
  min-height: 500px;
  background: #fff;
  color: var(--text-color);
  z-index: 1;
  padding: 200px 0;
  transition: all 0.3s ease-in-out;
}
.image-icon-ys-tt {
  position: absolute;
  top: 10%;
  right: -20%;
  width: 40%;
  height: 40%;
  object-fit: contain;
  z-index: 1;
}
.ys-tin-tuc-page .container {
  position: relative;
  z-index: 5;
}
.ys-tin-tuc-page.active {
  background: #ecf4f8;
  transition: all 0.3s ease-in-out;
}
.ys-tt-bg-down {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  background: #faf6f1;
  clip-path: url(#tt-clip-path);
}
.ys-tt-bg-up {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  background: #faf6f1;
  clip-path: url(#tt-clip-path);
  transform: rotateX(180deg);
}
.svg-tt-1,
.svg-tt-2 {
  position: absolute;
  width: 0;
  height: 0;
}
.ys-tin-tuc-page-item-title {
  position: relative;
  display: inline-flex;
  z-index: 3;
}
.ys-tin-tuc-page-item-title-name {
  font-size: 4rem;
  font-family: great-vibes;
  color: var(--text-color);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page.active .ys-tin-tuc-page-item-title-name {
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page-item-title-des {
  position: absolute;
  bottom: -8px;
  right: -10px;
  z-index: 4;
  color: var(--text-color);
  font-family: var(--title-font);
  text-transform: capitalize;
  font-size: 1.7rem;
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page.active .ys-tin-tuc-page-item-title-des {
  color: #00c4e8;
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page-item-left {
  background: var(--background-color);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.ys-tin-tuc-page-item-content-item {
  border-bottom: 1px solid #e5e5e5;
}
.ys-tin-tuc-page-item-content-item:last-of-type {
  border-bottom: none;
}
.ys-tin-tuc-page-item-content-item-image {
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 10px;
}
.ys-tin-tuc-page-item-content-item-image a {
  width: 100%;
  height: 100%;
}
.ys-tin-tuc-page-item-content-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-tin-tuc-page-item-content-item-text-title a {
  font-size: 1.3rem;
  color: var(--text-color);
  font-family: var(--title-font);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page.active .ys-tin-tuc-page-item-content-item-text-title a {
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page-item-content-item-text-title a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page-item-content-item-text-date {
  font-size: 0.9rem;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page.active .ys-tin-tuc-page-item-content-item-text-date {
  color: #c8c8c8;
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page-item-content-see-more a {
  color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
  font-family: var(--title-font);
  font-size: 1.1rem;
}
.ys-tin-tuc-page-item-content-see-more a:hover {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page-item-content-image {
  overflow: hidden;
}
.ys-tin-tuc-page-item-content-image a,
.ys-tin-tuc-page-item-content-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-tin-tuc-page-item-content-text {
  background: var(--background-color);
}
.ys-tin-tuc-page-item-content-text .ys-tin-tuc-page-item-content-text-title a {
  font-size: 1.2rem;
  font-family: var(--title-font);
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page-item-content-text
  .ys-tin-tuc-page-item-content-text-title
  a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-page-item-content-text .ys-tin-tuc-page-item-content-text-date {
  text-align: right;
  font-size: 0.9rem;
  color: #c8c8c8;
}
.ys-tin-tuc-page-item-content-text .ys-tin-tuc-page-item-content-see-more {
  text-align: right;
}
/* tin tức end */

/* album start */
.ys-album-index-page {
  background: #faf6f1;
  color: var(--text-color);
  min-height: 300px;
  padding-bottom: 100px;
  position: relative;
}
.ys-album-swiper-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 130%;
}
.ys-album-swiper-item-image a,
.ys-album-swiper-item-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ysAlbumSwiper .swiper-slide .ys-album-swiper-item {
  transform: scaleY(1);
  transition: all 0.3s ease-in-out;
}
.ysAlbumSwiper .swiper-slide-active .ys-album-swiper-item {
  transform: scaleY(1.1);
  transition: all 0.3s ease-in-out;
}
.ysAlbumSwiper .swiper-horizontal > .swiper-pagination-bullets,
.ysAlbumSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 0px);
}
.ysAlbumSwiper {
  padding-bottom: 20px !important;
}
.ysAlbumSwiper .swiper-pagination-bullet-active {
  background: var(--main-color);
}
.bg-footer-main {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #c3aba4;
  z-index: 3;
  clip-path: url(#footer--clip-path);
}
.footer-svg {
  position: absolute;
  width: 0;
  height: 0;
}
/* album end */
/* trang chủ end */

/* footer start */
.ys-footer {
  position: relative;
  background: #c3aba4;
  color: var(--background-color);
  background-image: url("../../img_data/images/image_template/footer_background_3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  overflow: hidden;
}

.ys-footer-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ys-footer-email-form {
  width: 70%;
  margin: 0 auto;
}
.ys-footer-email-title-icon {
  text-align: center;
  font-size: 3rem;
}
.ys-footer-email-title-icon img {
  width: 80px;
  object-fit: contain;
}
.ys-footer-email-title-name {
  font-size: 3rem;
  font-family: suave-medium;
}
.ys-footer-email-title-des {
  font-size: 1.5rem;
  font-family: var(--normal-font);
  text-transform: uppercase;
}
.ys-footer-email-form-group .form-control {
  background: var(--background-color);
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: var(--text-color);
  height: 76px;
}
.ys-footer-email-form-group label {
  color: var(--text-color);
}
.ys-btn-contact {
  height: 76px;
  width: 100%;
  background: #333333;
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1.5rem;
  font-family: var(--title-font);
  text-transform: uppercase;
  overflow: hidden;
}
.ys-btn-contact.hvr-bounce-to-left::before {
  background: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.footer-logo-img {
  width: 100%;
  max-width: 150px;
  object-fit: contain;
}
.ys-footer-content-item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ys-footer-content-item-title {
  font-size: 1.5rem;
  font-family: var(--title-font);
  text-transform: uppercase;
}
.ys-footer-content-item-list ul li a {
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  font-size: 1.2rem;
}
.ys-footer-content-item-list ul li a.hvr-underline-from-left::before {
  background: var(--background-color);
}
.ys-footer-content-item-list ul li i {
  width: 15px;
}
.ys-footer-content-social-group-item {
  background: var(--background-color);
  color: var(--text-color);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.ys-footer-content-social-group
  a:nth-child(1):hover
  .ys-footer-content-social-group-item {
  background: #0076e4;
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
}
.ys-footer-content-social-group
  a:nth-child(2):hover
  .ys-footer-content-social-group-item {
  background: #000;
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
}
.ys-footer-content-social-group
  a:nth-child(3):hover
  .ys-footer-content-social-group-item {
  background-color: #4158d0;
  background-image: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );

  color: var(--background-color);
  transition: all 0.3s ease-in-out;
}
.pnvn-copy-right {
  border-top: 1px solid var(--background-color);
}
.pnvn-copy-right-item a {
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
}
.pnvn-copy-right-item a.hvr-underline-from-left::before {
  background: var(--background-color);
}
.ys-policy-cate {
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  /* text-decoration: underline; */
  border-bottom: 1px solid var(--background-color);
}
.ys-policy-cate:hover {
  color: var(--second-main-color);
  border-color: var(--second-main-color);
  transition: all 0.3s ease-in-out;
}
/* footer end */

/* banner start */
.ys-banner-page {
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 500px;
  background-attachment: fixed !important;
}
.ys-banner-page .container {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--background-color);
}
.ys-banner-page-content {
  /* position: absolute;
  top: 50%; */
}
.ys-banner-page-title {
  font-size: 4rem;
  text-transform: uppercase;
  font-family: suave-bold;
}
.ys-banner-page-des {
  font-size: 1.3rem;
  font-family: spartan-light;
}
.bg-nen-trang-clip {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100px;
  background: var(--background-color);
  clip-path: url(#banner-clip-path);
}
.svg-banner {
  position: absolute;
  width: 0;
  height: 0;
}

/* banner end */

/* giới thiệu start */
.ys-page-section {
  position: relative;
  background: var(--background-color);
  padding: 50px 0;
}
.uu-diem-icon {
  width: 70px;
  height: 70px;
}
.ys-page-uu-diem-item {
  height: 100%;
  border-right: 1px solid #e5e5e5;
}
.ys-page-uu-diem .row .col:last-of-type .ys-page-uu-diem-item {
  border: none;
}
.menu_cap_1 a.active {
  color: var(--second-main-color);
}
.ys-page-video-top {
  position: relative;
  background: var(--second-background-color);
  color: var(--text-color);
  padding: 50px 0;
}
.ys-page-video-top .container {
  position: relative;
  z-index: 5;
}
.ys-page-video-top-content {
  position: relative;
  overflow: hidden;
}

.ys-page-video-top-content .hinh-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-page-video-top-content a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: 100px;
  height: 100px;
}
.youtube-icon {
  width: 100%;
  object-fit: contain;
  z-index: 3;
  cursor: pointer;
}
.youtube-icon:hover {
  filter: brightness(70%);
  transition: all 0.3s ease-in-out;
}
.ys-page-story {
  position: relative;
  padding: 30px 0;
  background: var(--second-background-color);
}
.ys-page-story .container {
  position: relative;
  z-index: 5;
}
.ys-page-story-content-box-image {
  --bs-aspect-ratio: 120%;
  overflow: hidden;
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px; */
}
.ys-page-story-content-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-page-story-content-box-item-title {
  font-size: 2.2rem;
  color: var(--text-color);
  /* font-family: suave-bold; */
  font-family: playfair-bold;
  position: relative;
  z-index: 10;
}
.ys-about-us-page-title-nguyenlieu {
  text-align: right;
}
.icon-story {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.story-line {
  width: 40%;
  background: var(--main-color);
  height: 2px;
}
.ys-page-story-content-box-item-group-story-item {
  overflow: hidden;
}
.ys-page-story-content-box-item-group-story-row .col:last-of-type .story-line {
  display: none;
}
.ys-page-story-content-box-item-see-more {
  border-radius: 5px;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  text-transform: uppercase;
  font-family: playfair-bold;
}
.ys-page-story-content-box-item-see-more.hvr-bounce-to-right::before {
  background: var(--main-color);
}
.dac-diem-cua-thp {
  background: var(--second-background-color);
  color: var(--text-color);
  position: relative;
  z-index: 5;
  overflow: visible;
}
.dac-diem-cua-thp-content {
  border-top: 1px solid #d2d2d2;
}
.icon-dac-diem {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.dac-diem-cua-thp-content-box-hinh-db {
  --bs-aspect-ratio: 140%;
  position: relative;
}
.hinh-gioi-thieu {
  /* transform: scaleY(1.2) scaleX(1.1); */
  width: 100%;
  height: 100%;
}
.dac-diem-cua-thp-content-item-name {
  font-family: playfair-bold;
}
.dac-diem-cua-thp-content-item-des {
  color: #898988;
}
.ys-page-blog {
  position: relative;
  z-index: 1;
  min-height: 300px;
  padding: 0;
}
.video-bg-page {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ys-page-blog .container {
  position: relative;
  z-index: 3;
}
.ys-page-blog {
  color: var(--background-color);
}
.ys-page-blog-content-title {
  font-family: suave-bold;
  font-size: 6rem;
  text-transform: capitalize;
}
.ys-tintuc-slide-item-image {
  overflow: hidden;
  border-bottom: 3px solid var(--main-color);
}
.ys-tintuc-slide-item-image a,
.ys-tintuc-slide-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-tintuc-slide-item-content-text {
  background: var(--background-color);
  color: var(--text-color);
}
.ys-tintuc-slide-item {
  height: 100%;
  background: var(--background-color);
  position: relative;
  padding-bottom: 30px;
}
.ys-tintuc-slide-item-content-text-see-more {
  position: absolute;
  bottom: 8px;
  left: 15px;
}
.ys-tintuc-slide-item-content-text-date {
  font-size: 0.9rem;
  color: #888888;
}
.ys-tintuc-slide-item-content-text-name a {
  font-size: 1.3rem;
  font-family: var(--title-font);
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.ys-tintuc-slide-item-content-text-name a:hover {
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.ys-tintuc-slide-item-content-text-see-more a {
  color: var(--main-color);
  font-size: 1.1rem;
  font-family: fredoka-medium;
}
.ys-tintuc-slide-item-content-text-see-more a i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color);
  border-radius: 50%;
}
.ys-tintuc-slide-item-content-text-see-more a .hvr-underline-from-left::before {
  background: var(--main-color);
}
.ysTinTucAboutSwiper .swiper-pagination-bullet-active {
  background-color: var(--background-color);
}
.image-icon-right {
  z-index: 6;
  right: -14%;
  top: initial;
  bottom: 20%;
}
.image-icon-left {
  z-index: 1;
  right: initial;
  left: -10%;
  top: 20%;
  /* bottom: 20%; */
}
.image-icon-right-2 {
  z-index: 6;
  right: 5%;
  top: initial;
  bottom: 10%;
  max-width: 30%;
}
.image-icon-left-2 {
  right: initial;
  left: -13%;
}
.dac-diem-cua-thp .container {
  position: relative;
  z-index: 5;
}
.image-icon-right-3 {
  top: 40%;
}
/* giới thiệu end */

/* sản phẩm start */
.ys-product-section-page {
  background: var(--second-background-color);
  color: var(--text-color);
}
.san-pham .bg-nen-trang-clip {
  background-color: var(--second-background-color);
}
.ys-product-section-page-item-category {
  color: #333333;
}
.ys-product-section-page-item-category-title {
  font-size: 2rem;
  font-family: suave-medium;
}
.ys-product-section-page-item-category-title-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ys-product-section-page-item-category-title-content li {
  border-bottom: 1px solid #e8e5e0;
}
.ys-product-section-page-item-category-title-content li:last-of-type {
  border-bottom: none;
}
.ys-product-section-page-item-category-title-content li a {
  color: #333333;
  font-size: 1.2rem;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.ys-product-section-page-item-category-title-content li a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-product-section-page-item-category-product-item {
  border-bottom: 1px solid #e8e5e0;
}
.ys-product-section-page-item-category-title-content-row
  .col:last-of-type
  .ys-product-section-page-item-category-product-item {
  border-bottom: none;
}
.ys-product-section-page-item-category-product-item-image img,
.ys-product-section-page-item-category-product-item-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-product-section-page-item-category-product-item-image {
  overflow: hidden;
}
.ys-product-section-page-item-category-product-item-name a {
  font-family: var(--title-font);
  color: #333333;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
}
.ys-product-section-page-item-category-product-item-name a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-product-section-page-item-category-product-item-price {
  font-size: 0.9rem;
  font-family: spartan-light;
}
/* sản phẩm end */

/* sản phẩm chi tiết start */
.san-pham-detail {
  color: #333333;
}
.san-pham-detail header {
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.san-pham-detail header .ys-header-ul-menu .menu_li_1_a {
  color: var(--main-color);
  font-family: var(--title-font);
}
.san-pham-detail header .ys-button-search i {
  color: var(--main-color);
}
.san-pham-detail header.active {
  position: fixed;
}
.san-pham-detail header.active .ys-header-ul-menu .menu_li_1_a {
  color: var(--background-color);
}
.san-pham-detail header.active .ys-button-search i {
  color: var(--background-color);
}
.ys-product-detail-page {
  padding: 50px 0;
  background: var(--second-background-color);
  color: var(--text-color);
  padding-top: 100px;
}
.ys-product-detail-info-title h1 {
  font-size: 2rem;
  text-transform: capitalize;
  font-family: suave-medium;
}
.ys-product-detail-info-cate-name a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.ys-product-detail-info-cate-name a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-product-detail-info-cate-giatien-nosale {
  font-size: 1.2rem;
  color: #969492;
  text-decoration: line-through;
  font-family: suave-medium;
}
.ys-product-detail-info-cate-giatien-sale {
  font-size: 2rem;
  color: #333333;
  font-family: suave-medium;
}
.ys-product-detail-info-cate-mota-title {
  font-family: spartan-medium;
  font-size: 1.2rem;
}
.ys-input-cart-form {
  height: 100%;
}
.ys-input-cart-form .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  color: var(--text-color);
  box-shadow: none;
  text-align: center;
  padding: 10px;
  border: 1px solid #e1ddd8;
  font-size: 1.2rem;
}
.ys-add-cart-product-detail {
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: playfair-bold;
  background: var(--background-color);
  color: #333333;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.ys-add-cart-product-detail.hvr-bounce-to-right::before {
  background: var(--main-color);
}
.ys-chi-tiet-san-pham-title {
  font-family: playfair-medium;
  font-size: 1.5rem;
}
.san-pham-detail section {
  overflow: hidden;
}
.ys-swiper-slide-product-detail-image a,
.ys-swiper-slide-product-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ftSwiper2 .swiper-slide {
  border: 1px solid #e1ddd8;
}
.ftSwiper2 .MagicZoom {
  margin-bottom: 0;
}
/* sản phẩm chi tiết end */

/* Công dụng start */
.cong-dung .bg-nen-trang-clip {
  background-color: var(--second-background-color);
}
.ys-cong-dung {
  background: var(--second-background-color);
  color: var(--text-color);
}
.ys-cong-dung-content-item-image-box {
  --bs-aspect-ratio: 130%;
  overflow: hidden;
}
.ys-cong-dung-content-item-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cong-dung-icon {
  min-width: 50px;
  min-height: 50px;
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.ys-cong-dung-content-item-content-name a {
  font-family: suave-bold;
  text-transform: capitalize;
  font-size: 1.2rem;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.ys-cong-dung-content-item-content-name a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-cong-dung-suc-khoe {
  padding: 0;
  background: var(--main-color);
  color: var(--text-color);
  position: relative;
}
.ys-cong-dung-suc-khoe-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 130%;
}
.ys-cong-dung-suc-khoe-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-cong-dung-suc-khoe-item {
  /* background: var(--main-color); */
  /* height: 100%; */
}
.ys-cong-dung-suc-khoe-item-title {
  font-size: 2.5rem;
  color: var(--background-color);
  font-family: suave-medium;
}
.ys-cong-dung-suc-khoe-item-des {
  color: var(--background-color);
  font-size: 1.3rem;
  font-family: spartan-light;
}
.ys-cong-dung-suc-khoe-item-link {
  padding: 10px 20px;
  border: 1px solid var(--background-color);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  color: var(--background-color);
  display: inline-flex;
  text-align: center;
  font-size: 1.3rem;
  font-family: playfair-bold;
  transition: all 0.3s ease-in-out;
}
.ys-cong-dung-suc-khoe-item-link:hover {
  background: var(--background-color);
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
}
.ys-cong-dung-suc-khoe-item-name {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6rem;
  font-family: suave-bold;
  color: var(--background-color);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  z-index: 6;
}
.ys-cong-dung-suc-khoe-row {
  position: relative;
  z-index: 5;
}
.ys-cong-dung-suc-khoe-item-name-mb {
  color: var(--background-color);
  font-family: suave-bold;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
}
.cong-dung .ys-khuyen-mai-page {
  padding-bottom: 100px;
}
.ys-cong-dung-suc-khoe-con-item-image {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 12px 16px;
}
.ys-cong-dung-suc-khoe-con-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ys-cong-dung-suc-khoe-con {
  position: relative;
  z-index: 8;
  margin-top: -150px;
}
.cong-dung {
  background: var(--second-background-color);
}
.ys-cong-dung-suc-khoe-con-item-key {
  font-size: 4rem;
  font-family: playfair-bold;
}
.ys-cong-dung-suc-khoe-con-item-text {
  font-size: 1.5rem;
  font-family: suave-medium;
}
.ys-cong-dung-object-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 110%;
}
.ys-cong-dung-object {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}
.ys-cong-dung-object-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ys-cong-dung-object-item-content-title {
  font-size: 4rem;
  font-family: suave-medium;
  text-transform: lowercase;
  color: var(--main-color);
}
.ys-cong-dung-object-item-content-list-item-image img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.ys-cong-dung-object-item-content-list-item-text {
  max-width: 50%;
  font-size: 1.2rem;
}
.ys-cong-dung-object-item-content-see-more {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--main-color);
  font-family: suave-medium;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  text-align: center;
  padding: 10px 20px;
  overflow: hidden;
}
.ys-cong-dung-object-item-content-see-more.hvr-bounce-to-right::before {
  background: var(--main-color);
}
.image-icon-left-5 {
  right: initial;
  left: -15%;
}
.ys-cong-dung-object .container {
  position: relative;
  z-index: 5;
}
.ys-tin-tuc-item-image {
  overflow: hidden;
}
.ys-tin-tuc-item-image img,
.ys-tin-tuc-item-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tin-tuc .bg-nen-trang-clip {
  background: var(--second-background-color);
}
.ys-tin-tuc-page-section {
  background: var(--second-background-color);
}
.ys-tin-tuc-item-cate-name a {
  font-size: 1.3rem;
  color: #a3a19e;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.ys-tin-tuc-item-cate-name a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-item-cate-name-title a {
  font-size: 3rem;
  font-family: spartan-medium;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-item-cate-name-title a:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-item {
  border-bottom: 1px solid #bab7b4;
}
.ys-tin-tuc-item-cate-name-date {
  font-style: italic;
  color: #a3a19e;
}
.ys-tin-tuc-item-cate-name-readmore a {
  font-size: 1.2rem;
  text-transform: capitalize;
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}
.ys-tin-tuc-item-cate-name-readmore i {
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--text-color);
  border-radius: 50%;
}
.ys-tin-tuc-page-section-content-row .col:last-of-type .ys-tin-tuc-item {
  border-bottom: none;
}
/* Công dụng end */

/* liên hệ start */

.ys-lien-he {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  min-height: 300px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  overflow: visible;
  /* clip-path: url(#banner-clip-path); */
}
.ys-lien-he-title {
  font-size: 4rem;
  font-family: great-vibes;
  color: var(--main-color);
  text-transform: capitalize;
}
.ys-lien-he-des {
  max-width: 600px;
  font-size: 1.2rem;
}
.ys-lien-he-item .form-control {
  background: var(--background-color);
  border-radius: 0;
  border: 2px solid var(--main-color);
  color: var(--text-color);
  box-shadow: none;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.ys-lien-he-recaptcha {
  overflow: hidden;
}
.ys-lien-he-btn-page {
  background: var(--main-color);
  color: var(--background-color);
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  font-family: suave-medium;
  font-size: 1.3rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  padding: 10px 5px;
}
.ys-lien-he-btn-page.hvr-sweep-to-top::before {
  background: var(--second-text-color);
}
/* liên hệ end */
.zc-page-news {
  top: 88px;
}
.btn-phone i {
  color: var(--background-color) !important;
}
.form-dathang .form-control {
  box-shadow: none;
  background: var(--background-color);
  border-radius: 0;
  border: 2px solid var(--main-color);
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.btn-dathang {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.vs-btn-dathang.hvr-sweep-to-top::before {
  background: var(--second-text-color);
  color: var(--background-color) !important;
}
.vs-btn-dathang:hover .btn-dathang {
  color: var(--background-color);
}
.shop-area {
  position: relative;
  padding-bottom: 100px;
}
.ft-slider-content-text {
  font-size: 1.3rem;
}
.btn-phone img {
  border-radius: 50%;
}
