section {
  overflow: hidden;
}
/* header start */
/* .lh-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: var(--second-background-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-logo-img {
  max-width: 140px;
  height: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.menu_li_level_1 {
  position: relative;
}
.menu_a_level_1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Play-Bold;
  color: var(--background-color);
  font-size: clamp(0.95rem, 0.491rem + 0.7164vw, 1.1rem);
  text-shadow: 1px 1px 3px rgba(1, 0, 0, 0.25);
  transition: color 0.3s ease, background 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -ms-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
}
.menu_li_level_1:hover .menu_a_level_1 {
  background-color: var(--main-color);
  color: var(--second-text-color);
  transition: color 0.3s ease, background 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -ms-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
}
.menu_li_level_1.active .menu_a_level_1 {
  color: var(--second-text-color);
} */

/* sub menu start */
/* .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  width: max-content;
  border: 1px solid var(--text-color);
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: var(--main-color);
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  min-width: 220px;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.sub-menu::after {
  position: absolute;
  top: -10px;
  left: 15%;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12.5px 10px 12.5px;
  border-color: transparent transparent var(--main-color) transparent;
  transform: rotate(0deg);
  display: none;
}
.sub-menu::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 20px;
  top: -10px;
}
.menu_li_level_1:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
  transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.menu_a_level_1 i {
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
}
.menu_a_level_2 {
  display: flex;
  padding: 8px 0px;
  font-family: var(--title-font);
  font-size: clamp(0.8rem, -0.1179rem + 1.4328vw, 1.1rem);
  color: var(--background-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu_a_level_2:hover {
  color: var(--second-text-color);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu_li_level_2:last-of-type .menu_a_level_2 {
  border-bottom: none;
} */
/* menu end */
/* .tanaso-header.active {
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px,
    rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.tanaso-header.active .tanaso-header-custom-logo img {
  max-width: 90px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.menu_ul_level_3 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_a_level_3 {
  color: var(--background-color);
  opacity: 0.7;
  display: flex;
  padding: 3px 10px;
  padding-left: 20px;
  transition: color 0.3 ease;
  -webkit-transition: color 0.3 ease;
  -moz-transition: color 0.3 ease;
  -ms-transition: color 0.3 ease;
  -o-transition: color 0.3 ease;
}
.dropdown_cap_2 .menu_a_level_2 {
  border-bottom: 1px solid #7fa1c3 !important;
}
.menu_a_level_3:hover {
  color: #e2dad6;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
} */
/* sub menu end */
/* .lh-header.hidden {
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.lh-header.active {
  opacity: 1;
  background: var(--second-background-color);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.san-pham-detail .lh-header,
.tin-tuc-detail .lh-header,
.tin-tuc .lh-header,
.dichvu-sanpham-detail .lh-header,
.dichvu-sanpham .lh-header {
  position: sticky;
}
.svg-slider {
  width: 0;
}
.lh-header.active .header-logo-img {
  max-width: 100px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
} */
/* header end */

/* menu mobile start */
.hq-menu-mobile {
  position: sticky;
  width: 100%;
  top: 0;
  height: auto;
  z-index: 1000;
  background: var(--second-background-color);
}

.logo-header-img-mobile {
  width: 90px;
  height: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.menu-mobile-language-box .dropdown-toggle::after {
  display: none;
}
.menu-mobile-language-box .dropdown-menu {
  min-width: 150px;
  /* background: var(--background-color); */
  box-shadow: none !important;
  border: none !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.menu-mobile-language-box .dropdown-item {
  color: var(--text-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: var(--normal-font);
}
.menu-mobile-language-box .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-mobile-language-box .dropdown-menu li:first-of-type .dropdown-item:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.menu-mobile-language-box .dropdown-menu li:last-of-type .dropdown-item:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* bar start */

.burger {
  position: relative;
  width: 35px;
  height: 23px;
  background: transparent;
  cursor: pointer;
  display: block;
}

.burger input {
  display: none;
}

.burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--background-color);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 5px;
}

.burger input.toggle-open ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger input.toggle-open ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger input.toggle-open ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 5px;
}
/* bar end */

.hc-nav-trigger.hc-nav-1 {
  opacity: 0;
}
.hc-offcanvas-nav h2 {
  background-color: var(--main-color) !important;
}
.hq-menu-mobile {
  transition: all 0.6s ease-in-out;
}

.hq-menu-mobile.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.hq-menu-mobile.active {
  transform: translateY(0);
  opacity: 1;
}
.menu-mobile-language-box i {
  color: var(--background-color);
}
.hq-menu-mobile.active {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hq-menu-mobile.active .logo-header-img-mobile {
  width: 80px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/* menu mobile end */

/* mây tạo khói start */
.clouds {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}

.clouds img {
  position: absolute;
  bottom: -10%;
  max-width: 100%;
  animation: cloud-animate calc(2s * var(--i)) linear infinite;
  -webkit-animation: cloud-animate calc(3s * var(--i)) linear infinite;
  opacity: 0;
  animation-delay: calc(0s);
}

@keyframes cloud-animate {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  25%,
  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(3);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
  }
}

/* mây tạo khói end */

/* slider start */
.hq-slider {
  position: relative;
  z-index: 10;
  overflow: visible;
}
.hq-swiper-slider-item-image {
  overflow: hidden;
  max-height: 700px;
}
.hq-swiper-slider-item-image a,
.hq-swiper-slider-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svg-slider {
  position: absolute;
  top: 0;
  left: 0;
}
.hq-slider-content {
  position: relative;
  clip-path: url(#slider-clip-path);
  z-index: 5;
}
.hq-slider-content-green-bg {
  position: absolute;
  z-index: 1;
  background-color: var(--main-color);
  top: 1%;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: red; */
  clip-path: url(#slider-clip-path);
}
#svg-green {
  position: absolute;
  bottom: -4.5%;
  left: 0%;
  z-index: 3;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
/* slider end */

/* giới thiệu start */
.lh-gioi-thieu-section {
  position: relative;
  z-index: 1;
  padding-top: 200px;
  margin-top: -100px;
  padding-bottom: 150px;
}

.lh-gioi-thieu-section .container {
  position: relative;
  z-index: 5;
}
.gioi-thieu-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: cover;
  z-index: 1;
  opacity: 0.2;
}
.lh-gioi-thieu-item-title {
  color: var(--second-main-color);
  font-family: Play-Bold;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
}
.lh-gioi-thieu-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 130%;
}
.lh-gioi-thieu-item-image a,
.lh-gioi-thieu-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lh-gioi-thieu-item-image-left .lh-gioi-thieu-item-image {
  border-top-right-radius: 30%;
  border-bottom-left-radius: 30%;
}
.lh-gioi-thieu-item-image-right .lh-gioi-thieu-item-image {
  border-top-left-radius: 30%;
  border-bottom-right-radius: 30%;
}
.lh-so-nam-kn-box {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 3;
  background-color: var(--background-color);
  color: var(--second-main-color);
  font-family: Play-Bold;
  font-size: clamp(1.2rem, 1.1385rem + 0.3077vw, 1.4rem);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px -4px 12px;
}
.lh-so-nam-kn-top-number {
  color: var(--second-text-color);
  font-size: clamp(2rem, 1.8462rem + 0.7692vw, 2.5rem);
}
.lh-so-nam-kn-top {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
/* giới thiệu end */

/* các ưu đãi start */
#bg-line-uu-dai {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.lh-uu-dai-section {
  /* min-height: 500px; */
}
.lh-uu-dai-section .container {
  position: relative;
  z-index: 5;
}
.lh-uu-dai-item {
  background-color: var(--background-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.lh-uu-dai-item-top-image {
  overflow: hidden;
  max-width: 80px;
  margin: 0 auto;
}
.lh-uu-dai-item-top-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.lh-uu-dai-item-top-label {
  color: var(--second-main-color);
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  font-family: lato-b;
}

/* các ưu đãi end */

/* hệ sinh thái start */
.lh-he-sinh-thai-section {
  background: transparent
    linear-gradient(
      180deg,
      #fff,
      rgba(255, 211, 105, 0.7),
      rgba(255, 255, 255, 0.5)
    )
    0 0 no-repeat padding-box;
}

/* Đảm bảo ảnh co giãn trong khung */
.lh-he-sinh-thai-section img {
  max-width: 100%;
  height: auto;
  display: block;
}
.lh-he-sinh-thai-section {
  max-width: 2440px;
  margin: 0 auto;
}

/* Đảm bảo cho màn hình từ 1025px đến 2440px 
   Nếu cần giới hạn min-width và max-width */
@media (max-width: 1025px) {
  .lh-he-sinh-thai-section img {
    width: 1025px; /* hoặc auto điều chỉnh */
  }
}

@media (min-width: 2440px) {
  .lh-he-sinh-thai-section img {
    width: 2440px; /* hoặc auto điều chỉnh */
  }
}
/* CSS cho tooltip */
.lh-he-sinh-thai-section {
  max-width: 2440px;
  margin: 0 auto;
  position: relative;
}
.lh-he-sinh-thai-section img {
  max-width: 100%;
  height: auto;
  display: block;
}
.axome-tooltip {
  position: absolute;
  background: var(--background-color);
  border: 2px solid #9fa8ac;
  border-radius: 5px;
  padding: 10px;
  z-index: 9999;
  display: none; /* Ẩn mặc định */
  width: 250px;
  box-sizing: border-box;
  /* Bóng đổ */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  pointer-events: none;
}
.axome-tooltip-content {
  text-align: center;
  padding: 10px;
}
/* Nội dung hiển thị trên tooltip, tuỳ ý chỉnh */
.lh-he-sinh-thai-title {
  font-family: lato-black;
  color: #222831;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  text-transform: uppercase;
}
.lh-he-sinh-thai-mobile-image {
  overflow: hidden;
}
.lh-he-sinh-thai-mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* hệ sinh thái end */

/* danh mục sản phẩm start */
.lh-danh-muc-san-pham-section {
  min-height: 500px;
}
.dmsp-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  /* mix-blend-mode: darken; */
}
.lh-danh-muc-san-pham-section-white-bg {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent
    linear-gradient(
      180deg,
      #fff,
      rgba(255, 211, 105, 0.6),
      rgba(255, 255, 255, 1)
    )
    0 0 no-repeat padding-box;
}
.lh-danh-muc-san-pham-section .container {
  position: relative;
  z-index: 5;
}
.lh-danh-muc-san-pham-title {
  color: var(--second-main-color);
  font-family: Play-Bold;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  text-transform: uppercase;
}
.lh-danh-muc-san-pham-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 140%;
}
.lh-danh-muc-san-pham-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.black-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  transform: translateY(-0%);
  -webkit-transform: translateY(-0%);
  -moz-transform: translateY(-0%);
  -ms-transform: translateY(-0%);
  -o-transform: translateY(-0%);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.lh-danh-muc-san-pham-item-name-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  background: var(--text-color);
  color: var(--background-color);
  box-shadow: rgba(0, 0, 0, 0.08) 0px -4px 12px;
}
.lh-danh-muc-san-pham-item-name-text {
  border-left: 2px solid var(--main-color);
  font-family: lato-b;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
}
.lh-danh-muc-san-pham-col:first-of-type .lh-danh-muc-san-pham-item {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.lh-danh-muc-san-pham-col:last-of-type .lh-danh-muc-san-pham-item {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.lh-danh-muc-san-pham-item .black-bg {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.lh-danh-muc-san-pham-item:hover .lh-danh-muc-san-pham-item-name-box {
  color: var(--second-text-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/* danh mục sản phẩm end */

/* dịch vụ nổi bật start */
.lh-dich-vu-item-image {
  overflow: hidden;
  --bs-aspect-ratio: 130%;
}
.lh-dich-vu-item-image a,
.lh-dich-vu-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.lh-dich-vu-item-name-box {
  position: relative;
  z-index: 3;
  background-color: var(--text-color);
  color: var(--background-color);
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px -2px 8px;
}
.lh-dich-vu-item-name-text {
  font-family: lato-b;
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  text-transform: uppercase;
  border-left: 2px solid var(--main-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.lh-dich-vu-item-name-box:hover .lh-dich-vu-item-name-text {
  color: var(--second-text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.lh-dich-vu-item-mota {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: rgba(230, 166, 12, 0.8);
  color: var(--background-color);
}
.lh-dich-vu-item-mota-box {
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.lh-dich-vu-item:hover .lh-dich-vu-item-mota {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.lh-dich-vu-item:hover .lh-dich-vu-item-mota-box {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition-delay: 0.2s;
}
.lh-dich-vu-item:hover .lh-dich-vu-item-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
/* dịch vụ nổi bật end */

/* trang tin tức nổi bật start */
.lh-tin-tuc-noi-bat-section {
  padding: 60px 0;
}

.section-title {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
  position: relative;
  color: var(--second-main-color);
  font-family: Play-Bold;
  text-transform: uppercase;
}

/* Featured News Styles */
.featured-news-list {
}

.featured-news-item {
  position: relative;
  /* background: #fff; */
  /* border-radius: 8px; */
  overflow: hidden;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.featured-news-image {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.featured-news-image img,
.featured-news-image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 15px;
  border-radius: 4px;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 600;
}

.featured-news-content {
}

.news-title {
  font-size: clamp(0.9rem, 0.8385rem + 0.3077vw, 1.1rem);
  font-family: lato-b;
}

.news-title a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.news-title a:hover {
  color: var(--second-text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #666;
}

.news-date {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #666;
}
.author-info-avatar {
  overflow: hidden;
  width: 40px;
}
.author-info-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Latest News Styles */

.last-news-image {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.last-news-image a,
.last-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.last-news-title {
  color: var(--text-color);
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  font-family: lato-b;
}
.last-news-item-horizontal:hover .last-news-title {
  color: var(--second-text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.last-news-item-horizontal:hover .last-news-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.featured-news-box-title-link a {
  color: #666;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.featured-news-box-title-link a:hover {
  color: var(--text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.hvr-underline-from-left::before {
  height: 1px;
  background-color: var(--text-color);
}

/* trang tin tức nổi bật end */

/* trang đối tác start */
.lh-khach-hang-section {
  position: relative;
  background: transparent
    linear-gradient(
      180deg,
      #fff,
      rgba(255, 211, 105, 0.3),
      rgba(255, 255, 255, 1)
    )
    0 0 no-repeat padding-box;
}
.lh-khach-hang-item-image {
  overflow: hidden;
}
.lh-khach-hang-item-image a,
.lh-khach-hang-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.lh-khach-hang-item {
  background-color: var(--background-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.lh-khach-hang-item:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
/* trang đối tác end */

/* footer start */
.lh-footer {
  background-color: var(--main-color);
  padding: clamp(2rem, 4vw, 4rem) 0;
  color: var(--background-color);
}

.lh-footer__logo {
  max-width: 150px;
  margin-bottom: 1rem;
}

.lh-footer__company-info {
  font-size: clamp(0.9rem, 0.8692rem + 0.1538vw, 1rem);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.lh-footer__contact {
  font-size: clamp(0.875rem, 1vw, 1rem);
  margin-bottom: 0.5rem;
}

.lh-footer__heading {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  /* font-weight: 600; */
  margin-bottom: 1rem;
  color: var(--background-color);
  font-family: lato-b;
  text-transform: uppercase;
}

.lh-footer__link {
  color: var(--background-color);
  text-decoration: none;
  font-size: clamp(0.875rem, 1vw, 1rem);
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.lh-footer__link:hover {
  opacity: 1;
  color: var(--text-color);
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.lh-footer__form {
}

.lh-footer__input {
}

.lh-footer__submit {
  background: var(--second-text-color);
  color: var(--background-color);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  font-size: clamp(0.875rem, 1vw, 1rem);
  transition: opacity 0.3s;
}

.lh-footer__submit:hover {
  opacity: 0.9;
}

.lh-footer__badge {
  margin-top: 1rem;
  max-width: 150px;
}

.lh-footer-copyright {
  /* border-top: 1px solid rgba(90, 139, 46, 1); */
  border-top: 1px solid var(--background-color);
  color: var(--background-color);
}
.lh-footer-copyright a {
  color: var(--background-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.lh-footer-copyright a:hover {
  color: var(--text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
/* footer end */

/* banner start */
.hq-banner-image {
  overflow: hidden;
  --bs-aspect-ratio: calc(9 / 30 * 100%);
}
.hq-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hq-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.hq-banner-content-title {
  font-family: var(--normal-font);
  font-weight: 600;
  color: var(--background-color);
  font-size: clamp(2rem, 1.6923rem + 1.5385vw, 3rem);
  text-transform: uppercase;
}
.hq-banner-content-title .char {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}
.hq-banner-content-breadcrumb nav li a {
  color: var(--background-color);
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  color: var(--background-color);
}
.hq-banner-content-breadcrumb .breadcrumb-item.active {
  color: var(--background-color);
  font-size: clamp(1rem, 0.9692rem + 0.1538vw, 1.1rem);
  position: relative;
}
.hq-banner-content-breadcrumb .breadcrumb-item.active span {
  position: relative;
}
.hq-banner-content-breadcrumb .breadcrumb-item.active span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--background-color);
}
.hq-banner-content-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--main-color);
  opacity: 1;
}
.black-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.page-item.active .page-link {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
/* banner end */

/* trang cố định start */
.lh-page-co-dinh-content {
  max-width: 800px;
  margin: 0 auto;
}
/* trang cố định end */

/* sản phẩm mới start */
/* styles/sh-sp-moi.css */

.sh-sp-moi-index {
  padding: 40px 0;
  background-color: #08b38f33;
}

.sh-sp-moi-index__title {
  font-size: clamp(24px, 3vw, 32px);
  font-family: Quicksand-Bold;
  color: var(--main-color);
  text-align: left;
  margin-bottom: 30px;
}

.sh-sp-moi-card {
  background-color: var(--background-color);
  border-radius: 8px;
  /* padding: 15px; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.sh-sp-moi-card:hover {
  transform: translateY(-10px);
}

.sh-sp-moi-card__img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}

.sh-sp-moi-card__name {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.sh-sp-moi-card__price {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  color: #e63946;
}

.sh-sp-moi-card__price--old {
  font-size: clamp(14px, 1.6vw, 16px);
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
}

/* sản phẩm dọc item start */
.sh-sp-moi-card-image {
  overflow: hidden;
}
.sh-sp-moi-card-image a,
.sh-sp-moi-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.34s ease;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
}
.sh-sp-moi-card-image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.34s ease;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
}
.sh-sp-moi-card__name a {
  color: var(--text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.sh-sp-moi-card__name a:hover {
  color: var(--hiep-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
/* sản phẩm dọc item end */

/* sản phẩm mới end */
.sh-page-wrapper-title {
  color: var(--second-main-color);
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  font-family: Play-Bold;
}

/* trang sản phẩm chi tiết start */

.fbn-product-image-section {
  text-align: center;
}
.fbn-product-main-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.fbn-product-thumbnail-wrapper {
  align-items: center;
}
.fbn-product-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.fbn-product-thumbnails img:hover {
  transform: scale(1.1);
}
.fbn-thumbnail-prev,
.fbn-thumbnail-next {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #6c757d;
}
.fbn-product-details-section {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
.fbn-product-title {
  font-family: var(--title-font);
  /* font-weight: bold; */
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  font-size: clamp(1.6rem, 1.3846rem + 1.0769vw, 2.3rem);
}
.fbn-product-rating i {
  background: linear-gradient(to bottom, #cc9f3c, #ffdb64, #cc9f3c);
  background-clip: text;
  color: transparent;
}
.fbn-product-price {
  /* color: var(--second-text-color);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: bold; */
}
.fbn-product-sold {
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  color: #6c757d;
}
.fbn-product-description {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.6;
}
.fbn-product-quantity-wrapper button {
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
}
.fbn-quantity-input {
  width: 60px;
  text-align: center;
}
.fbn-add-to-cart {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}
.fbn-add-to-cart:hover {
  background-color: var(--main-color);
  transform: translateY(-3px);
}
.fbn-product-quantity-wrapper .input-group {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: max-content;
}
.fbn-quantity-input {
  border: none;
}
.btn-outline-secondary {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: var(--text-color);
}
.fbn-san-pham-detail-image {
  overflow: hidden;
}
.fbn-san-pham-detail-image a,
.fbn-san-pham-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-detail-thumb-image {
  overflow: hidden;
}
.sp-detail-thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* nội dung chi tiết */
.fbn-san-pham-chi-tiet-title {
  border-bottom: 2px solid var(--main-color);
}
.fbn-san-pham-chi-tiet-title h3 {
  background-color: var(--main-color);
  color: var(--background-color);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  border-top-left-radius: 5px;
  border-top-right-radius: 25px;
  padding: 8px 20px;
  padding-right: 50px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  font-family: Quicksand-Bold;
  text-transform: uppercase;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}
.fbn-san-pham-chi-tiet-des {
  padding: 1.5rem;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.6;
  border-bottom: 8px solid #eae9e9;
  background-color: #f8f8f8;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.fbn-san-pham-chi-tiet-des::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #f8f8f8, transparent);
  z-index: 2;
  pointer-events: none;
}
.fbn-san-pham-chi-tiet-des a {
  color: var(--second-text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.fbn-san-pham-chi-tiet-des.collapsehaha::after {
  display: none;
}
.vh-images {
  display: block;
  text-align: center;
}
.vanhiep-content table {
  margin: 20px auto;
}
.vanhiep-content table td,
th {
  padding: 10px 20px;
}
.fbn-san-pham-chi-tiet-des img {
  margin: 0 auto;
}
.fbn-san-pham-chi-tiet-xem-them {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 3;
}
.fbn-xem-them-btn {
  min-width: 150px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: var(--main-color);
  border: none;
  color: var(--background-color);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.fbn-xem-them-btn:hover {
  background-color: #4a3001;
}
.sp-tt-text-right {
  text-align: right;
}
.fbn-san-pham-chi-tiet-page {
  background-color: var(--background-color);
}
.fbn-san-pham-detail-main-swiper {
  background-color: var(--background-color);
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.fbn-product-price-old {
  color: #767575;
  font-size: clamp(1.2rem, 1.1077rem + 0.4615vw, 1.5rem);
  font-family: Quicksand-SemiBold;
  text-decoration: line-through;
}
.fbn-product-price-new {
  color: var(--second-text-color);
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  font-family: Quicksand-Bold;
}
.san-pham-detail .svg-slider {
  width: 0;
  height: 0;
}
.maan-breadcrumb-box {
  background-color: #ebedee;
}
.maan-breadcrumb-box .breadcrumb-item a {
  color: var(--text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.maan-breadcrumb-box .breadcrumb-item a:hover {
  color: var(--second-text-color);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
/* trang sản phẩm chi tiết start */
.tanaso-san-pham-image {
  overflow: hidden;
}
.tanaso-san-pham-image a,
.tanaso-san-pham-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--background-color) !important;
  width: 40px !important;
  height: 40px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--second-text-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tanaso-san-pham-detail-box-title {
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
  font-weight: 700;
  color: var(--main-color);
  font-family: SVN-Avo;
}
.tanaso-san-pham-detail-box-des,
.tanaso-san-pham-detail-box-content {
  color: #646464;
}
.tanaso-san-pham-detail-box-btn-lien-he {
  font-size: clamp(0.8rem, 0.7692rem + 0.1538vw, 0.9rem);
  padding: 0.5rem 2rem;
  font-family: Inter-Bold;
  background: #417bdc;
  border: none;
  color: var(--background-color);
  display: inline-flex;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tanaso-san-pham-detail-box-btn-lien-he:hover {
  background: var(--second-text-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--background-color);
}
/* trang sản phẩm chi tiết end */
/* trang sản phẩm chi tiết end */

/* trang tin tức start */
.sh-news-section-page {
  overflow: visible;
}
.tin-tuc .latest-news {
  position: sticky;
  top: 100px;
}
.sh-lien-he-page__title {
  color: var(--second-main-color);
  text-transform: uppercase;
  font-family: Play-Bold;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
}
/* trang tin tức end */

/* trang liên hệ start */
/* styles/sh-lien-he.css */

.sh-lien-he-page {
  padding: 40px 0;
  background-color: #f5f5f59d;
}

.sh-lien-he-page__title {
  font-family: Play-Bold;
  color: var(--second-main-color);
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.3462rem + 0.7692vw, 2rem);
}

.sh-lien-he-page__company {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.sh-lien-he-page__map {
  width: 100%;
  border-radius: 8px;
  margin-top: 15px;
}

.sh-lien-he-page__form {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sh-lien-he-page__input {
  font-size: clamp(14px, 1.5vw, 16px);
  border-radius: 6px;
  margin-bottom: 15px;
}

.sh-lien-he-page__btn {
  background-color: var(--main-color);
  color: #fff;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 700;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sh-lien-he-page__btn:hover {
  background-color: var(--second-text-color);
  color: var(--background-color);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.sh-lien-he-page__company-map {
  overflow: hidden;
}
.sh-lien-he-page__company-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sh-lien-he-page__company-map-box iframe {
  pointer-events: all !important;
}
/* trang liên hệ end */
.vanhiep-title {
  overflow: hidden;
}

/* bổ sung */
.quy-trinh-ban-hang-item-image {
  text-align: center;
  margin: 0 auto;
}
.quy-trinh-ban-hang-item-text {
  font-family: var(--title-font);
  color: var(--text-color);
  font-size: clamp(1rem, 0.8462rem + 0.7692vw, 1.5rem);
}
.quy-trinh-ban-hang-item-image img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 auto;
}

.swiper-video-item-image {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.swiper-video-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-video-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  max-width: 70px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transform-origin: center;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.swiper-video-item-icon:hover {
  transform: scale(0.95) translate(-50%, -50%);
  -webkit-transform: scale(0.95) translate(-50%, -50%);
  -moz-transform: scale(0.95) translate(-50%, -50%);
  -ms-transform: scale(0.95) translate(-50%, -50%);
  -o-transform: scale(0.95) translate(-50%, -50%);
  filter: grayscale(100%);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-filter: grayscale();
}