@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --primary-color: #3779d8;
  --navy-color: #1a2b4c;
  --brown-color: #4e261c;
}
body {
  font-family: "Inter", sans-serif !important;
}
#masthead .header-inner .flex-col .nav-left {
  justify-content: center !important;
}
#masthead .header-inner .flex-col.flex-right .nav-right {
  flex-wrap: nowrap;
}
.product_home .button{
  line-height: 1;
}
#masthead .header-inner .flex-col .nav-left.nav-spacing-xlarge > li {
  margin: 0 20px;
}
#masthead .logo-left .logo {
  margin-right: 0 !important;
}
#masthead .nav-top-link {
  font-size: 18px !important;
}
#masthead .header-inner .flex-col .nav-right.nav-spacing-xlarge > li {
  margin: 0 8px;
}
.nav > li.header-divider {
  height: 40px !important;
  border-left: 1px solid rgb(0 0 0) !important;
}
.header-search i {
  color: #3f3f3f;
}
#masthead .header-block .button, .mobile-sidebar .header-block .button {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 27px;
  gap: 10px;
  margin-right: 0 !important;
  align-items: center;
}
#masthead .header-block .button::before, .mobile-sidebar .header-block .button::before {
  background-image: url(../images/phone-icon-white.png);
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-wrapper {
  box-shadow: 0px 4px 16px 0px #0000001a;
}
.company_introduction-home {
  padding-top: 70px !important;
}
.title_decoration-center h1 {
  justify-content: center;
}
.title_decoration .section-title-normal span {
  border-bottom: 2px solid #4e261c;
}
.title_decoration h1 {
  font-size: 24px;
  border-bottom: 0;
  margin-bottom: 0;
}
.title-nondecoration h2,
.title-nondecoration .section-title-normal span {
  border-bottom: unset !important;
}
.title-nondecoration h2 {
  justify-content: center !important;
}
.title-blue h2 {
  color: var(--primary-color);
  font-size: 36px;
  margin-bottom: 0;
  line-height: 100%;
}

.title-blue .section-title span {
  text-transform: none;
}
.title-description {
  max-width: 950px;
  margin: 0 auto;
}
.vision-mission-row {
  margin-top: 50px;
}
.vision-mission-row .col-inner {
  padding: 30px;
  border: 1px solid #e0e0e0;
}
.vision-mission-row .icon-box .icon-inner img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.vision-mission-row .icon-box-img {
  width: fit-content !important;
  margin-bottom: 24px !important;
}
.vision-mission-row .icon-box h3 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--navy-color);
  margin-bottom: 24px;
}
.btn {
  border-radius: 99px !important;
  padding: 8px 24px !important;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}
.btn span {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 32px !important;
}
.btn--outline {
  background-color: transparent !important;
  border-width: 1px !important;
  border-style: solid !important;
}
.btn--primary {
  background-color: var(--primary-color) !important;
  border-width: 1px !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
  border-style: solid !important;
}
.btn--navy {
  border-color: var(--navy-color) !important;
  color: var(--navy-color) !important;
}
.btn--navy:hover {
  border-color: var(--primary-color) !important;
  color: #fff !important;
}
.btn--primary:hover {
  border-color: var(--primary-color) !important;
  background-color: transparent !important;
  color: var(--primary-color) !important;
}
.btn--outline:hover {
  background-color: var(--primary-color) !important;
}
.btn--arrow::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  font-size: 18px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s ease-in-out;
}

.btn--navy.btn--arrow::after {
  color: var(--navy-color);
}

.btn--navy.btn--arrow:hover::after {
  color: #fff;
}
.btn--primary.btn--arrow::after {
  color: #fff;
}
.btn--primary.btn--arrow:hover::after {
  color: var(--primary-color);
}
.about_us-home .title-nondecoration h2 span {
  text-transform: uppercase;
}
.about_us-home .title-blue h2 {
  font-size: 28px;
  line-height: 1.4;
}
.about_us-home .col-inner p {
  font-size: 18px;
  color: #667282;
}
.about_us-home .col-inner .icon-box p {
  color: #333333;
  margin-bottom: 16px;
}
.absolute_img {
  position: absolute !important;
  z-index: 1;
  width: fit-content !important;
}
.absolute_img img {
  width: 200px !important;
  height: 200px;
  object-fit: cover;
  border-radius: 24px;
}
.about_us-home .col-inner {
  position: relative;
}
.about_us-home .col:first-child {
  height: fit-content;
  flex-basis: 450px;
  max-width: 450px;
  margin-left: 60px;
}
.about_us-home .row {
  align-items: center;
  justify-content: space-between;
}
.about_us-home .relative_img .img-inner img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.absolute_img-top {
  top: -100px;
  left: -100px;
}
.absolute_img-bottom {
  bottom: -100px;
  right: -100px;
}
.about_us-home .row::after {
  display: none !important;
}
.product_home-heading .title-nondecoration {
  margin-bottom: 0;
}
.product_home-heading .btn {
  margin-bottom: 0 !important;
  width: fit-content !important;
  margin-left: auto !important;
}
.product_home-heading .title-blue .section-title span {
  text-transform: capitalize;
}
.product_home-heading .title-blue h2 {
  line-height: 1.2 !important;
}
.product_home-heading {
  justify-content: space-between;
}
.product_home-heading::after {
  display: none;
}
.product_home-heading .col {
  padding-bottom: 0 !important;
}
.product_home-heading .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.home-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px;
}
.home-product-item {
  background: #f6faff;
  padding: 20px;
  position: relative;
}

.product_home-list {
  margin-top: 50px;
}
.thumb-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home-product-info {
  margin-top: 50px;
  transition: transform 0.3s ease;
}
.home-product-item:hover .home-product-info {
  transform: translateY(-40px);
}
.home-product-item .btn {
  line-height: 20px;
  width: 100%;
  border-radius: 4px !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 14px;
  transition: all 0.3s ease;
  left: 20px;
  width: calc(100% - 40px);
}
.home-product-item:hover .btn {
  opacity: 1;
  visibility: visible;
}
.home-product-item .home-product-info h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home-product-cat a {
  font-size: 14px;
  color: #929292;
  font-weight: 600;
  text-transform: capitalize;
}
.home-product-price,
.home-product-price bdi {
  font-size: 18px;
  font-weight: 700;
  color: var(--brown-color);
}
.unit {
  text-transform: lowercase;
  color: #929292;
  font-size: 14px;
  font-weight: 600;
}
.home-product-price {
  margin-top: 2px;
}
.video-wrapper .col-inner {
  position: relative;
}
.video-wrapper .video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 345px;
  height: 221px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background-color: #4e261c6b;
}
.video-wrapper .video-button-wrapper a {
  border: 6px solid #fff !important;
  font-size: 26px !important;
  position: relative;
  transform: translateY(-25px);
}
.video-wrapper .video-button-wrapper a i {
  color: #fff !important;
}
.video-wrapper .video-button-wrapper a:hover {
  background-color: var(--brown-color) !important;
}
.video-wrapper .video-button-wrapper a::after {
  content: "Videos";
  position: absolute;
  bottom: -70px;
  left: 50%;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 8px;
  transform: translateX(-50%);
}
.quality_commitment img {
  border-radius: 8px !important;
}
.quality_commitment-description {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.video-wrapper {
  margin-top: 50px !important;
}
.certificate_list .col-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
}

.certificate_section .title_decoration .section-title-normal span,
.partner_section .title_decoration .section-title-normal span {
  border-bottom: unset !important;
}
.certificate_section .title_decoration h1,
.partner_section .title_decoration h1 {
  font-weight: 700;
}
.certificate_list {
  margin-top: 30px !important;
}
.certificate_item .box-text .box-text-inner h4 {
  font-size: 30px;
  font-weight: 700;
  color: var(--navy-color);
  margin-bottom: 10px;
}
.certificate_item .box-text .box-text-inner p {
  font-weight: 600;
  color: #667282;
  text-transform: uppercase;
}
.partner_section .gs_logo_container .gs_logo_single {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.partner_section .gs_logo_container .gs_logo_single img {
  height: 120px;
  object-fit: contain;
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.home-blog-card {
  background: #f6faff;
  border-radius: 8px;
  overflow: hidden;
}
.card-thumb {
  overflow: hidden;
  display: block;
}
.card-thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: transform 0.4s ease;
}
.home-blog-card:hover .card-thumb img {
  transform: scale(1.07);
}
.card-meta {
  font-size: 13px;
  color: #667282;
  margin-bottom: 10px;
  display: flex;
  gap: 16px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0;
  line-height: 26px;
}

.cs-btn {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--navy-color);
  border-radius: 30px;
  font-size: 14px;
  color: var(--navy-color);
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 500;
  line-height: 24px;
}

.cs-btn:hover {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.cs-btn::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  font-size: 18px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s ease-in-out;
}
.card-infor {
  padding: 12px 24px 24px;
}
.card-meta span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.card-meta span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.home-blog-card:hover .cs-btn {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.footer_section {
  padding: 100px 0px 25px !important;
  color: #fff !important;
}
.absolute-footer {
  display: none !important;
}
.footer_heading .box-image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.footer_heading .box-image {
  margin-bottom: 20px;
}
.footer_heading .box-text {
  max-width: 450px;
  padding: 0 !important;
}
.footer_heading .box-text .icon-box-img .icon img {
  object-fit: contain;
  width: 12px;
}
.footer_heading .box-text .icon-box-img .icon-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff86;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.footer_heading .box-text .box-text-inner .icon-box:nth-child(2) img {
  margin-bottom: 3px !important;
  margin-left: 2px !important;
}
.footer_heading .box-text .box-text-inner .icon-box {
  margin-bottom: 15px;
  gap: 15px;
  align-items: center;
}
.footer_heading .box-text .box-text-inner .icon-box p a{
  color: #fff !important;
}
.footer_heading .box-text .icon-box-img {
  width: 35px !important;
}
.footer_heading .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 0 !important;
}
.footer_heading .col .section-title-normal,
.footer_heading .col .section-title-normal span {
  border-bottom: 0;
  text-transform: none;
}
.footer_heading .col .section-title-normal {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.footer_heading .ux-menu .ux-menu-link__link {
  color: #fff !important;
  border-bottom: unset !important ;
  text-transform: capitalize;
}
.footer_heading .ux-menu-link__icon + .ux-menu-link__text {
  padding-left: 20px !important;
}
.social-list .col-inner {
  display: flex;
  gap: 10px;
  margin-top: 24px !important;
  padding-bottom: 0 !important;
}
.social-list {
  padding-bottom: 0 !important;
}
.social-list .col-inner .icon-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
}
.social-list .col-inner .icon-inner img {
  width: 16px;
  object-fit: contain;
  height: 18px;
}
.social-list .col-inner .icon-box-img {
  width: 45px !important;
}
.footer_heading .col {
  padding-bottom: 0 !important;
}
.diviver-cs {
  border-bottom: 1px solid #ffffffba;
}
.footer_bottom .col-inner {
  text-align: center;
}
.footer_bottom .col-inner .ux-menu-link__link {
  color: #fff !important;
  border-bottom: 0 !important;
  border-right: 1px solid #ffffff8c;
  flex: none !important;
  padding: 0 15px;
  min-height: fit-content !important;
}
.footer_bottom .ux-menu {
  flex-direction: row !important;
}
.footer_bottom .ux-menu-link {
  flex: none !important;
}
.footer_bottom .col-inner .ux-menu-link:last-child .ux-menu-link__link {
  padding-right: 0 !important;
  border-right: 0 !important ;
}
.footer_bottom .col-inner .ux-menu-link:first-child .ux-menu-link__link {
  padding-left: 0 !important;
}
.footer_bottom .col {
  padding-bottom: 0 !important;
}
.footer_bottom {
  padding-top: 25px !important;
}

.about_us-introduction {
  padding-top: 60px !important;
}
.about_us-col .row {
  justify-content: space-between;
}
.about_us-col .row::after {
  display: none;
}
.about_us-col .col {
  flex-basis: 47.6666666667% !important;
  max-width: 47.6666666667% !important;
}
.about_us-col .col .img-inner img {
  border-radius: 8px;
  height: 100%;

  object-fit: cover;
}
.about_us-col .col-inner,
.about_us-col .img.has-hover,
.about_us-col .img.has-hover .img-inner {
  height: 100%;
}
.about_us-introduction h1 {
  font-size: 24px !important;
  font-weight: 600;
}
.about_us-introduction h1 span {
  text-transform: capitalize !important;
}
.about_us-vision-mission .icon-box-img {
  width: 80px !important;
}
.about_us-vision-mission .icon-box-text h3 {
  font-size: 28px;
  color: var(--navy-color);
  line-height: 100%;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.production_process .video-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.production_process .video-wrapper .img {
  margin-bottom: 0 !important;
}
.production_process-heading {
  background-color: rgba(55, 121, 216, 0.1);
  padding-bottom: 0 !important;
}

.production_process-heading h1 span {
  text-transform: capitalize;
}
.production_process-heading-description {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.production_process-heading-description p {
  margin-bottom: 0 !important;
}
.production_process {
  padding-top: 100px !important;
}
.banner-image img {
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}
.banner-image {
  position: relative;
}
.banner-image::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 1;
}
.banner-product-list {
  position: relative;
}
.banner-product-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.banner-product-content h2 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
.banner-product-content p {
  font-size: 18px;
  line-height: 1.4;
}
.product_category-list {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
  align-items: center;
}
.product_category-item {
  flex: 0 0 100px;
  border: 1px solid transparent;
  background-color: rgba(246, 250, 255, 1);
  border-radius: 50%;
  margin-bottom: 0 !important;
  list-style-type: none;
  width: 100px;
  height: 100px;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.product_category-name {
  position: absolute;
  bottom: 110%; /* nằm phía trên vòng tròn */
  left: 50%;
  transform: translateX(-50%);
  background: rgba(55, 121, 216, 0.95);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}
.product_category-name::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(55, 121, 216, 0.95) transparent transparent transparent;
}
.product_category-item:hover .product_category-name {
  opacity: 1;
  visibility: visible;
  bottom: 120%;
}
.product_category-item:hover {
  border: 1px solid rgba(55, 121, 216, 1);
}

.product_category-item.active {
  border: 1px solid rgba(55, 121, 216, 1);
}

.product_category-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#product_category-site {
  padding: 50px 0;
}
.result_product-count {
  margin: 24px 0;
  color: var(--brown-color);
  font-weight: 500;
}

.result_product-grid {
  position: relative;
}
.fade-slide {
  animation: fadeSlide 0.6s ease forwards;
}
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 80px;
}

.custom-pagination .page-num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  font-size: 14px;
  color: rgba(157, 164, 174, 1);
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.custom-pagination .page-num:hover {
  background: #f1f1f1;
}

.custom-pagination .page-num.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.custom-pagination .prev,
.custom-pagination .next {
  font-weight: bold;
  font-size: 18px;
  color: #666;
  border: 1px solid rgba(229, 231, 235, 1);
}
.products.fade-slide {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px;
}
.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--navy-color);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.single-product-detail {
  padding-top: 50px !important;
}
.single-product-detail .col-6:first-child {
  padding-right: 25px;
}
.single-product-detail .col-6:last-child {
  padding-left: 25px;
}
.single-product-detail .product-image {
  background-color: rgba(246, 250, 255, 1);
  border-radius: 8px;
  height: 500px; /* Chiều cao cố định */
  aspect-ratio: 1 / 1; /* Đảm bảo khung là hình vuông */
  display: flex; /* Để căn giữa ảnh */
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden; /* Ẩn phần thừa nếu ảnh vượt khung */
}

.single-product-detail .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ảnh không bị méo, giữ tỉ lệ */
  object-position: center;
}
.product-summary .product-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: var(--navy-color);
  margin-bottom: 24px;
}
.product-short-description ul {
  padding-left: 32px;
  color: #667282;
  margin-bottom: 24px;
}
.product-short-description ul li {
  line-height: 34px;
}
.product-summary .btn {
  border-radius: 0 !important;
  font-size: 18px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  width: 100%;
  font-weight: 700;
}
.product-share {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
}
.product-share ul {
  display: flex;
  gap: 5px;
  margin-bottom: 0;
}
.product-share ul li {
  list-style-type: none;

  margin-bottom: 0;
}
.product-share span {
  color: var(--navy-color);
  font-size: 16px;
  font-weight: 700;
}
.product-share ul li i {
  color: #6b7280;
}
.product-share ul li a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 99px;
}
.product-share ul li a:hover {
  background-color: #4e261c;
}
.product-share ul li a:hover i {
  color: #fff;
}
.product-info-heading h3,
.related-products h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #333333;
  width: fit-content;
}
.product-info-heading {
  display: flex;
  gap: 16px;
  align-items: center;
}
.product-info-heading .btn {
  border-radius: 8px !important;
  font-size: 14px !important;
  padding: 8px 12px !important;
}

.product-info-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.product-info-content p {
  font-size: 16px;
  color: #667282;
  line-height: 170%;
  margin-bottom: 16px;
}
.btn-readless {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
}
.btn-readless img {
  margin-right: 8px;
  margin-bottom: 3px;
}
.product-info-content {
  max-width: 1000px;
  margin: 30px auto 0;
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.product-btn-expand.disabled {
  opacity: 0.5;
  pointer-events: none; /* không bấm được */
}
.related-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 50px;
}
.related-products {
  padding-bottom: 60px !important;
}

/* Overlay */
.popup-contact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Nội dung popup */
.popup-content {
  background: #fff;
  padding: 24px;
  max-width: 700px;
  width: 100%;
  position: relative;
}

.popup-title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #4e261c;
}

/* Nút đóng */
.popup-close {
  position: absolute;
  top: 7px;
  right: 24px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* Form */
.popup-form .wpcf7 input,
.popup-form .wpcf7 textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 12px;
  border: 1px solid #bcbbbb;
  border-radius: 4px;
  height: 40px;
  box-shadow: none !important;
  outline: unset !important;
}

.popup-form .wpcf7-submit {
  background: #d00;
  height: unset !important;
  color: #fff;
  font-weight: 500;
  width: fit-content !important;
  border: 1px solid transparent !important;
  padding: 10px !important;
  border-radius: 6px !important;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.4 !important;
  text-transform: unset !important;
  margin-bottom: 0 !important;
}
.popup-form .wpcf7-submit:hover {
  background: #fff;
  color: #d00;
  border: 1px solid #d00 !important;
}
.popup-form form {
  margin-bottom: 0 !important;
}
.popup-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.popup-form .wpcf7 label {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}

.gallery_tab-list {
  display: flex;
  gap: 24px;
  list-style: none;
  margin-bottom: 50px;
  padding: 0;
}
.gallery_tab-item {
  padding: 9px 12px;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #e4e6e8;
}
.gallery_tab-item.active {
  background: var(--primary-color);
  color: #fff;
}
.gallery_tab-item:hover {
  background: var(--primary-color);
  color: #fff;
}
.gallery-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gallery-thumb img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}
#gallery_section {
  padding-top: 35px !important;
}
#gallery_section .gallery-item {
  padding: 0;
}
.gallery-video-item img {
  height: 629px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-video-item {
  position: relative;
}
.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #4e261c8f;
  border-radius: 24px;
  padding: 45px 65px;
}
.video-play-icon img {
  width: 66px;
  height: 66px;
}
.video-play-icon .video-thumb {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.video-play-icon span {
  display: block;
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 10px;
}
#news_section .home-blog-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#news_section {
  padding-top: 50px !important;
}
#news_section .sidebar-title {
  padding: 16px 0;
  border-bottom: 1px solid #929292;
  box-shadow: 0px 1px 0px 0px #e5e5e5;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 150%;
  margin-bottom: 34px;
}
.sidebar-post-thumb {
  flex: 0 0 80px;
}
.sidebar-post-thumb img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 4px;
}
.sidebar-post-item {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.sidebar-post-title {
  font-size: 16px;
}
.sidebar-post-title a {
  color: #333333 !important;
}
.container {
  max-width: 1440px;
}
#news_section .col-8 {
  width: 69.666667%;
}
#news_section .col-4 {
  width: 30.333333%;
}
.sidebar-post-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cdcdcd;
}
#news_section .pagination {
  margin: 50px 0;
  justify-content: center;
  gap: 8px;
}
#news_section .pagination a {
  color: #9da4ae;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  align-items: center;
}
#news_section .pagination .page-numbers.current {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  background-color: var(--primary-color);
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news_section .pagination .next.page-numbers,
#news_section .pagination .prev.page-numbers {
  border: 1px solid #e5e7eb;
}
.policy-content {
  font-size: 18px;
  color: #667282;
  line-height: 26px;
  font-weight: 400;
}
.policy-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
}
.contact-map .map-wrap,
.contact-map .map-wrap p,
.contact-map .map-wrap iframe {
  height: 100%;
}

.contact-map .map-wrap iframe {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 24px;
  width: 100%;
}
.contact-info {
  padding-left: 100px;
}
.contact-info h3 {
  font-size: 16px;
  color: var(--brown-color);
  text-transform: uppercase;
  line-height: 32px;
  border-bottom: 1px solid var(--brown-color);
  width: fit-content;
  font-weight: 700;
  margin-bottom: 24px !important;
}
.contact-info .contact-list {
  max-width: 500px;
}
.contact-info .contact-list li {
  list-style-type: none;
  margin-bottom: 0;
  padding: 24px 12px;
  border-top: 1px solid #e4e4e4;
}
.contact-info .contact-list li:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.social-links {
  display: flex;
  gap: 8px;
}
.social-links a {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.social-links a img {
  width: 16px !important;
  height: 16px !important;
  object-fit: contain;
}
.contact-form7 label {
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
}
.contact-form7 input {
  height: 45px !important;
  margin-bottom: 16px !important;
  border: 0.5px solid #d7d5d5 !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  padding: 10px !important;
  font-size: 16px !important;
}
.contact-form7 input[type="submit"] {
  height: 50px !important;
  padding: 0px 16px !important;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 8px;
  margin: 0 !important;
  line-height: 50px;
  border: 1px solid transparent !important;
}
.contact-form7 input[type="submit"]:hover{
  border: 1px solid var(--primary-color) !important;
  background-color: transparent !important;
  color: var(--primary-color) !important;
}
.contact-form7 textarea{
  border: 0.5px solid #d7d5d5 !important;
  box-shadow: none !important;
  margin-bottom: 24px !important;
  border-radius: 4px !important;
} 

.heroSlider__main {
  position: relative;
  z-index: 0;
}

.heroSlider .container {
  position: relative;
  z-index: 1;
}

.heroSlider__img {
  object-fit: cover;
  transform: scale(1);
  transition: transform 6s linear 0.3s;
  min-height: 460px;
  max-height: 720px;
  height: 100%;
}

.heroSlider__img.is-zoomed-out {
  transition: 1.5s ease-in-out;
  transform: scale(1.2);
}