@charset "UTF-8";
/*
Theme Name: Triducgerment Child
Description: Flatsome child theme for Trí Hiển Garment — uniform catalogue (no WooCommerce)
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
  --secondary-color: #ff0000;
  --primary-color-3: #0a4a1f;
}

.slider-nav-outside.slider-nav-circle .flickity-button {
  margin-top: 0 !important;
}

.flickity-page-dots .dot {
  background-color: #fff;
  height: 8px;
  opacity: 1;
  width: 10px;
  width: 35px !important;
  border-radius: 3px;
}
.flickity-page-dots .dot.is-selected {
  background-color: var(--primary-color);
}

@keyframes shake-phone {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-8deg);
  }
  20%, 40% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
#logo img {
  max-height: 56px;
  width: auto;
}

.header-main {
  background: #fff;
  box-shadow: 0 1px 0 #e5e7eb;
}

.header-wrapper.stuck .header-main {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.header-nav-main > li {
  margin: 0 20px;
}
.header-nav-main > li > a {
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: none;
  padding: 8px 10px;
}
.header-nav-main > li:hover > a, .header-nav-main > li.current-menu-item > a, .header-nav-main > li.current-menu-parent > a {
  color: var(--primary-color);
}
.header-nav-main > li .nav-dropdown {
  border-top: 2px solid var(--primary-color);
  box-shadow: 0 8px 28px -8px rgba(0, 0, 0, 0.25);
  padding: 0;
  min-width: 280px;
}
.header-nav-main > li .nav-dropdown > li > a {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  padding: 12px 15px;
  text-transform: none;
  border: none;
}
.header-nav-main > li .nav-dropdown > li:hover > a {
  color: #fff;
  background: var(--primary-color);
}
.header-nav-main > li.header-search-dropdown .nav-dropdown {
  padding: 10px 15px !important;
}
.header-nav-main > li.header-search-dropdown .nav-dropdown input {
  box-shadow: none;
}

.header__hotline {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 6px;
}
.header__hotline .header__hotline-icon {
  display: flex;
  color: var(--primary-color);
}
.header__hotline .header__hotline-icon svg {
  width: 22px;
  height: 22px;
  animation: shake-phone 2.5s ease infinite;
}
.header__hotline .header__hotline-info {
  line-height: 1.2;
  text-decoration: none;
  display: block;
}
.header__hotline .header__hotline-label {
  font-size: 11px;
  color: #6c757d;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.header__hotline .header__hotline-number {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
  white-space: nowrap;
}
.header__hotline:hover .header__hotline-number {
  color: #126b30;
}

.mobile-nav {
  background: #fff;
}

.off-canvas .nav-vertical > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: none;
  padding: 14px 20px;
  height: auto;
}

.off-canvas .nav-vertical > li.current-menu-item > a,
.off-canvas .nav-vertical > li:hover > a {
  color: var(--primary-color);
}

.slider-nav-circle .flickity-prev-next-button {
  opacity: 1;
}
.slider-nav-circle .flickity-prev-next-button svg {
  background: #fafafa;
  color: var(--primary-color);
  border-radius: 5px;
  border-width: 1px;
}
.slider-nav-circle .flickity-prev-next-button .arrow {
  fill: var(--primary-color);
}
.slider-nav-circle .flickity-prev-next-button.previous svg {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.slider-nav-circle .flickity-prev-next-button.next svg {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.section-title-normal {
  border-bottom: 2px solid var(--primary-color);
}
.section-title-normal span {
  border-bottom: none;
}
.section-title-normal .section-title-main {
  color: #fff;
  padding: 9px 15px;
  font-size: 20px;
  line-height: 24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  background: var(--primary-color);
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: -0.8px;
  font-weight: 600;
}
.section-title-normal .section-title-main:after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  z-index: -1;
  width: 40px;
  background: var(--primary-color);
  transform: skew(25deg);
  border-radius: 0 3px 0 0;
}
.section-title-normal .section-title-main svg {
  margin-right: 10px;
}
.section-title-normal .btn_menu {
  display: none;
}
.section-title-normal .title-show-cats {
  margin-bottom: 0;
  margin-right: 0;
}
.section-title-normal .title-show-cats li {
  margin-bottom: 0;
  margin-left: 5px;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
.section-title-normal .title-show-cats li a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  padding: 5px 19px;
  border-radius: 5px;
}
.section-title-normal .title-show-cats li.active > a, .section-title-normal .title-show-cats li:hover > a, .section-title-normal .title-show-cats li:first-child > a {
  background: rgba(13, 110, 253, 0.1019607843);
  color: var(--primary-color);
}
.section-title-normal .read-more {
  display: flex;
}
.section-title-normal .read-more span {
  text-transform: none;
  font-weight: 400;
  color: var(--primary-color);
  margin-right: 0;
  transition: all 0.3s ease;
}
.section-title-normal .read-more i {
  color: var(--primary-color);
  font-size: 18px;
}
.section-title-normal .read-more:hover span {
  margin-right: 5px;
}

.banner .banner-inner {
  border-radius: 0;
}

.banner .text-box h1,
.banner .text-box h2,
.banner .text-box h3 {
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.banner .text-box .button {
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 10px;
}

.section-title {
  border-bottom: 2px solid var(--primary-color);
}
.section-title b {
  opacity: 0;
}
.section-title .section-title-main {
  border: none;
  color: #fff;
  padding: 12px 15px;
  font-size: 28px;
  line-height: 24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  background: var(--primary-color);
  text-transform: none;
  display: inline-block;
  letter-spacing: -0.8px;
  font-weight: 600;
}
.section-title.section-title-bold-center .section-title-main::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  z-index: -1;
  width: 70px;
  background: var(--primary-color);
  transform: skew(25deg);
  border-radius: 0 3px 0 0;
  height: 50px;
}
.section-title.section-title-bold-center .section-title-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 0;
  z-index: -1;
  width: 70px;
  background: var(--primary-color);
  transform: skew(25deg);
  border-radius: 0 3px 0 0;
  height: 50px;
}

[class*=title-style] h2,
.section-title-main {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
}

.section-heading {
  text-align: center;
  margin-bottom: 36px;
}
.section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.section-heading .is-divider {
  margin: 12px auto 0;
}

.is-divider {
  background-color: var(--primary-color);
  height: 3px;
  width: 40px;
  margin: 10px 0 16px;
}

.section-dark,
[data-bg-color="rgb(24,136,62)"],
.section-bg-primary {
  background-color: var(--primary-color) !important;
  color: #fff;
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6,
[data-bg-color="rgb(24,136,62)"] h1,
[data-bg-color="rgb(24,136,62)"] h2,
[data-bg-color="rgb(24,136,62)"] h3,
[data-bg-color="rgb(24,136,62)"] h4,
[data-bg-color="rgb(24,136,62)"] h5,
[data-bg-color="rgb(24,136,62)"] h6,
.section-bg-primary h1,
.section-bg-primary h2,
.section-bg-primary h3,
.section-bg-primary h4,
.section-bg-primary h5,
.section-bg-primary h6 {
  color: #fff;
}
.section-dark p,
[data-bg-color="rgb(24,136,62)"] p,
.section-bg-primary p {
  color: rgba(255, 255, 255, 0.88);
}
.section-dark .is-divider,
[data-bg-color="rgb(24,136,62)"] .is-divider,
.section-bg-primary .is-divider {
  background: rgba(255, 255, 255, 0.5);
}

.product-category .col-inner {
  padding: 0;
}
.product-category .box-category {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.product-category .box-category:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.product-category .box-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-category .box-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}
.product-category .box-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.product-category:hover .box-image img {
  transform: scale(1.06);
}
.product-category .box-text {
  padding: 14px 16px 16px;
}
.product-category .header-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
  transition: color 0.25s ease;
  min-height: 41px;
}
.product-category:hover .header-title, .product-category:hover .box-text h5 {
  color: var(--primary-color);
}
.product-category .box-text p {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
}

.product-item .col-inner {
  padding: 0;
}
.product-item .box-default.box-blog-post {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.product-item .box-default.box-blog-post:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  border-color: transparent;
}
.product-item .box-text {
  padding: 14px 16px 16px;
}
.product-item .post-meta,
.product-item .post-categories {
  font-size: 11px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
}
.product-item .post-meta a,
.product-item .post-categories a {
  color: var(--primary-color);
}
.product-item .post-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-item .post-title a {
  color: #1a1a1a;
  transition: color 0.25s ease;
}
.product-item .post-title a:hover {
  color: var(--primary-color);
}
.product-item .button.primary {
  background: transparent !important;
  color: var(--primary-color) !important;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 5px;
  height: auto;
  min-height: unset;
  line-height: 1.5;
  text-transform: none;
  border: none;
}
.product-item .button.primary:hover {
  opacity: 0.9;
  color: #fff !important;
}

.archive-san-pham {
  padding: 30px 0 60px;
}
.archive-san-pham h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
}
.archive-san-pham .term-description-after-loop {
  margin-top: 50px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 4px solid var(--primary-color);
  line-height: 1.8;
  font-size: 15px;
}
.archive-san-pham .term-description-after-loop h2, .archive-san-pham .term-description-after-loop h3 {
  color: var(--primary-color);
  font-size: 20px;
  margin-bottom: 12px;
}
.archive-san-pham .empty-state {
  padding: 40px;
  text-align: center;
  color: #6c757d;
}
.archive-san-pham .empty-state h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.archive-san-pham .wbc-pagination {
  text-align: center;
  margin-top: 20px;
}
.archive-san-pham .wbc-pagination ul {
  display: inline-flex;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive-san-pham .wbc-pagination ul li::before {
  display: none;
}
.archive-san-pham .wbc-pagination ul li a, .archive-san-pham .wbc-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}
.archive-san-pham .wbc-pagination ul li span.current {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.archive-san-pham .wbc-pagination ul li a:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.breadcrumb,
.rank-math-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  max-width: 100%;
  padding: 5px 0;
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  overflow: hidden;
}
.breadcrumb a,
.rank-math-breadcrumb a {
  color: var(--primary-color);
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumb a:hover,
.rank-math-breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span[aria-hidden],
.rank-math-breadcrumb span[aria-hidden] {
  color: #adb5bd;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.breadcrumb span[aria-current],
.rank-math-breadcrumb span[aria-current] {
  color: #1a1a1a;
  font-weight: 500;
  min-width: 0;
  max-width: 60ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .breadcrumb,
  .rank-math-breadcrumb {
    font-size: 12px;
    padding: 8px 0;
  }
  .breadcrumb span[aria-current],
  .rank-math-breadcrumb span[aria-current] {
    max-width: 22ch;
  }
}
.single-product-hero {
  background: #f8f9fa;
  padding: 14px 0 8px;
  margin-bottom: 24px;
}

.single-product-content {
  padding: 10px 0 40px;
}
.single-product-content .product-image .product-gallery .product-gallery-main {
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
}
.single-product-content .product-image .product-gallery .product-gallery-main .box-image {
  border-radius: 8px;
  overflow: hidden;
}
.single-product-content .product-image .product-gallery .product-gallery-main .flickity-prev-next-button {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.single-product-content .product-image .product-gallery .product-gallery-main .flickity-prev-next-button:hover {
  background: var(--primary-color);
}
.single-product-content .product-image .product-gallery .product-gallery-main .flickity-prev-next-button:hover .arrow {
  fill: #fff;
}
.single-product-content .product-image .product-gallery .product-gallery-main .flickity-prev-next-button .arrow {
  fill: var(--primary-color);
}
.single-product-content .product-image .product-gallery .carousel-nav .box {
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.7;
}
.single-product-content .product-image .product-gallery .carousel-nav .box .box-image {
  border: 2px solid transparent;
}
.single-product-content .product-image .product-gallery .carousel-nav .box:hover {
  opacity: 1;
}
.single-product-content .product-image .product-gallery .carousel-nav .box.is-nav-selected .box-image {
  border-color: var(--primary-color);
}
.single-product-content .product-image .product-gallery .carousel-nav .box.is-nav-selected {
  opacity: 1;
}
.single-product-content .product-image .img.has-hover, .single-product-content .product-image .img-placeholder {
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
}
.single-product-content .product-info .col-inner {
  padding-left: 10px;
}
.single-product-content .product-info .product-title {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
  margin: 0 0 14px;
}
.single-product-content .product-info .product-meta {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e5e7eb;
}
.single-product-content .product-info .product-meta .product-meta__label {
  margin-right: 4px;
}
.single-product-content .product-info .product-meta .product-meta__cat {
  color: var(--primary-color);
  font-weight: 600;
}
.single-product-content .product-info .product-meta .product-meta__cat:hover {
  text-decoration: underline;
}
.single-product-content .product-info .product-excerpt {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 18px;
}
.single-product-content .product-info .product-excerpt p:last-child {
  margin-bottom: 0;
}

.single-product-description {
  padding: 0 0 30px;
}
.single-product-description .section-title-main {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
  display: inline-block;
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--primary-color);
}
.single-product-description .product-content {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.single-product-description .product-content ul, .single-product-description .product-content ol {
  padding-left: 22px;
}
.single-product-description .product-content ul li, .single-product-description .product-content ol li {
  padding: 3px 0;
}
.single-product-description .product-content h2, .single-product-description .product-content h3, .single-product-description .product-content h4 {
  color: #1a1a1a;
  margin-top: 22px;
  margin-bottom: 10px;
}
.single-product-description .product-content strong {
  color: var(--primary-color);
}

@media (max-width: 849px) {
  .single-product-content .product-info .col-inner {
    padding-left: 0;
    padding-top: 16px;
  }
  .single-product-content .product-info .product-title {
    font-size: 22px;
  }
}
.single-san-pham__title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 14px;
}

.single-san-pham__cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.single-san-pham__cta {
  --cta-from: var(--primary-color);
  --cta-to: var(--primary-color-3);
  --cta-ink: var(--primary-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  line-height: 40px;
  border-radius: 50px;
  border: 1px solid var(--cta-from);
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.single-san-pham__cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.single-san-pham__cta::before {
  content: "";
  position: absolute;
  inset: 0 -2px;
  z-index: -1;
  transform: scale(1, 1);
  transform-origin: left center;
  background: linear-gradient(92.76deg, var(--cta-from) 0.81%, var(--cta-to) 98.73%);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.single-san-pham__cta:hover {
  color: var(--cta-ink);
  border-color: var(--cta-ink);
}
.single-san-pham__cta:hover::before {
  transform: scale(0, 1);
  transform-origin: right center;
}

.single-san-pham__cta--phone {
  --cta-from: var(--primary-color);
  --cta-to: var(--primary-color-3);
  --cta-ink: var(--primary-color);
}

.single-san-pham__cta--zalo {
  --cta-from: #0068ff;
  --cta-to: #0046b0;
  --cta-ink: #0068ff;
}

.single-san-pham__cta--email {
  --cta-from: var(--secondary-color);
  --cta-to: #a30000;
  --cta-ink: var(--secondary-color);
}

.single-san-pham__policy {
  margin: 16px 0 20px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 3px solid var(--primary-color);
  border-radius: 8px;
  background: #f7faf7;
}

.single-san-pham__policy-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.single-san-pham__policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-san-pham__policy-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #1a1a1a;
}
.single-san-pham__policy-item + .single-san-pham__policy-item {
  border-top: 1px dashed rgba(0, 0, 0, 0.06);
}

.single-san-pham__policy-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single-san-pham__policy-icon svg {
  width: 100%;
  height: 100%;
}

.single-san-pham__policy-text {
  flex: 1;
}

.single-san-pham__content {
  font-size: 15px;
  line-height: 1.8;
  color: #1a1a1a;
  margin-top: 24px;
}

.single-san-pham__related {
  margin-top: 48px;
  padding-top: 32px;
}
.single-san-pham__related h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.page-gioi-thieu .entry-content {
  line-height: 1.8;
  font-size: 16px;
}
.page-gioi-thieu .entry-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 36px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8f5ee;
}
.page-gioi-thieu .entry-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 10px;
}

.page-bang-gia table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.page-bang-gia table th {
  background: var(--primary-color);
  color: #fff;
  padding: 12px;
  text-align: left;
  font-weight: 700;
  border: none;
}
.page-bang-gia table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}
.page-bang-gia table tr:last-child td {
  border-bottom: none;
}
.page-bang-gia table tr:hover td {
  background: #e8f5ee;
}

.page-lien-he .contact-info {
  padding: 24px;
  background: #f8f9fa;
  border-radius: 8px;
}
.page-lien-he .contact-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wpcf7 .col {
  padding-bottom: 0;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #1a1a1a;
  box-shadow: none;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
  border-color: var(--primary-color);
  outline: none;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  height: 46px;
}
.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}
.wpcf7 .wpcf7-submit {
  background: var(--primary-color) !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  height: auto;
  line-height: 1.5;
  text-transform: none;
}
.wpcf7 .wpcf7-submit:hover {
  opacity: 0.9;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.footer-wrapper {
  background: var(--primary-color) !important;
  color: rgba(255, 255, 255, 0.88);
}
.footer-wrapper a {
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.25s ease;
}
.footer-wrapper a:hover {
  color: #fff;
}
.footer-wrapper p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 6px;
}
.footer-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper ul li {
  padding: 5px 0;
  font-size: 14px;
}
.footer-wrapper ul li::before {
  display: none;
}

.footer-widget-block {
  padding: 20px 0;
}
.footer-widget-block h4 {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 8px;
  margin-bottom: 14px;
}
.footer-widget-block ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.footer-widget-block ul li a:hover {
  color: #fff;
}

.footer-col {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.7;
}
.footer-col__title {
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.footer-col--brand .footer-logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 14px;
  filter: brightness(0) invert(1);
}
.footer-col--brand .footer-brand-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transition: background 0.25s ease, transform 0.25s ease;
}
.footer-social a:hover {
  background: #fff;
  color: var(--primary-color);
  transform: translateY(-2px);
}
.footer-social a svg {
  display: block;
}

.footer-col--address .footer-address-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col--address .footer-address-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.footer-col--address .footer-address-item strong {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}
.footer-col--address .footer-address-item a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.footer-col--address .footer-address-item a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-col--policy .footer-policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col--policy .footer-policy-list li {
  padding: 5px 0;
}
.footer-col--policy .footer-policy-list li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.footer-col--policy .footer-policy-list li a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-col--map .footer-map-wrap {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.footer-col--map .footer-map-wrap iframe {
  display: block;
  width: 100%;
  border: 0;
}

.footer-2 {
  padding: 40px 0 20px;
}

.absolute-footer {
  background: rgba(0, 0, 0, 0.2) !important;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  padding: 12px 0;
  text-align: center;
}
.absolute-footer a {
  color: rgba(255, 255, 255, 0.7);
}
.absolute-footer a:hover {
  color: #fff;
}

.back-to-top {
  background: var(--secondary-color);
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
}
.back-to-top:hover {
  opacity: 0.9;
}

.button.primary {
  background: var(--primary-color) !important;
  color: #fff !important;
}
.button.primary:hover {
  opacity: 0.9;
  color: #fff !important;
}

.button.secondary {
  background: var(--secondary-color) !important;
  color: #fff !important;
  border-radius: 8px;
}
.button.secondary:hover {
  opacity: 0.9;
  color: #fff !important;
}

.button.is-outline {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.button.is-outline:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.section-cta-contact .cta-contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 4px 0;
}
.section-cta-contact .cta-contact-info .cta-contact-info__item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.section-cta-contact .cta-contact-info .cta-contact-info__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section-cta-contact .cta-contact-info .cta-contact-info__icon i {
  font-size: 20px;
  color: #fff;
}
.section-cta-contact .cta-contact-info .cta-contact-info__label {
  font-size: 12px;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 2px;
}
.section-cta-contact .cta-contact-info .cta-contact-info__value {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
}
.section-cta-contact .cta-contact-info .cta-contact-info__value:hover {
  color: var(--primary-color);
}
.section-cta-contact .wpcf7 form {
  margin: 0;
}
.section-cta-contact .wpcf7 p {
  margin-bottom: 14px;
}
.section-cta-contact .wpcf7 label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}
.section-cta-contact .wpcf7 input[type=text],
.section-cta-contact .wpcf7 input[type=email],
.section-cta-contact .wpcf7 input[type=tel],
.section-cta-contact .wpcf7 input[type=url],
.section-cta-contact .wpcf7 input[type=number],
.section-cta-contact .wpcf7 textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  background: #f8f9fa;
  font-size: 14px;
  color: #1a1a1a;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.section-cta-contact .wpcf7 input[type=text]:focus,
.section-cta-contact .wpcf7 input[type=email]:focus,
.section-cta-contact .wpcf7 input[type=tel]:focus,
.section-cta-contact .wpcf7 input[type=url]:focus,
.section-cta-contact .wpcf7 input[type=number]:focus,
.section-cta-contact .wpcf7 textarea:focus {
  border-color: var(--primary-color);
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(24, 136, 62, 0.12);
}
.section-cta-contact .wpcf7 textarea {
  min-height: 90px;
  resize: vertical;
}
.section-cta-contact .wpcf7 .wpcf7-submit {
  background: var(--primary-color) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px;
  padding: 13px 32px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  width: auto;
  min-width: 180px;
  height: auto;
  line-height: 1.4;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.section-cta-contact .wpcf7 .wpcf7-submit:hover {
  filter: brightness(0.92);
  transform: translateY(-1px);
}
.section-cta-contact .wpcf7 .wpcf7-spinner {
  margin-left: 12px;
}
.section-cta-contact .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #ff0000;
  margin-top: 4px;
}
.section-cta-contact .wpcf7 .wpcf7-response-output {
  border-radius: 8px;
  margin: 14px 0 0;
  padding: 10px 14px;
  font-size: 14px;
}

.ux-image-slider img[src$=".svg"], .slider img[src$=".svg"] {
  width: 100% !important;
  height: auto !important;
  max-width: 200px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.25s ease, filter 0.25s ease;
  filter: grayscale(60%);
}
.ux-image-slider img[src$=".svg"]:hover, .slider img[src$=".svg"]:hover {
  opacity: 1;
  filter: grayscale(0);
}

@media (max-width: 1199px) {
  .header-nav-main > li {
    margin: 0 8px;
  }
  .header-nav-main > li > a {
    font-size: 14px;
    padding: 8px 8px;
  }
}
@media (max-width: 991px) {
  .single-san-pham__title {
    font-size: 24px;
  }
  .archive-san-pham h1 {
    font-size: 24px;
  }
  [class*=title-style] h2,
  .section-title-main {
    font-size: 22px;
  }
  .section-heading h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .single-san-pham {
    padding: 20px 0 40px;
  }
  .single-san-pham__title {
    font-size: 22px;
  }
  .single-san-pham__policy {
    padding: 16px 18px;
  }
  .single-san-pham__cta-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  .single-san-pham__cta {
    width: 100%;
    justify-content: center;
  }
  .archive-san-pham {
    padding: 20px 0 40px;
  }
  .archive-san-pham h1 {
    font-size: 22px;
  }
  .archive-san-pham .term-description-after-loop {
    padding: 16px;
  }
  .section-heading h2 {
    font-size: 22px;
  }
  .page-bang-gia table {
    font-size: 13px;
  }
  .page-bang-gia table th, .page-bang-gia table td {
    padding: 9px 10px;
  }
  .footer-wrapper h4 {
    font-size: 15px;
  }
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .single-san-pham__title {
    font-size: 20px;
  }
  .single-san-pham__cta {
    font-size: 13px;
    padding: 0 18px;
    line-height: 36px;
  }
  .archive-san-pham h1 {
    font-size: 20px;
  }
  [class*=title-style] h2,
  .section-title-main {
    font-size: 20px;
  }
  .page-bang-gia table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .absolute-footer {
    font-size: 12px;
  }
  .section-title .section-title-main {
    font-size: 17px;
  }
}
.nav-pagination-box {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.nav-pagination-box .nav-pagination li:before {
  display: none;
}

.nav-pagination {
  margin: 0 auto !important;
  padding-top: 10px;
  width: 100%;
}

.nav-pagination li {
  margin-left: 5px !important;
}

.nav-pagination li span {
  border-radius: 4px;
  height: 40px;
  width: 40px;
  line-height: 38px;
}

.nav-pagination li a {
  height: 40px;
  width: 40px;
  line-height: 38px;
  font-weight: 600;
  font-size: 14px;
  color: #151515;
  background-color: transparent !important;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
}

.nav-pagination li.active a, .nav-pagination li:hover a {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.nav-pagination li .current {
  border-color: var(--primary-color) !important;
}

.home-cta .icon-box .icon-box-img {
  margin-bottom: 0;
  min-height: 66px;
}

.gallery-col {
  padding-bottom: 0;
}/*# sourceMappingURL=style.css.map */