.menu-ho-tro-container a {
	color: #fff !important;
}

/* ======== Hero Shorts Slider (ngang – 3/2/1) ======== */
.swiper-container-hero { 
	width:200%;
	padding-bottom:20px; 
	overflow: hidden;
}

.video-wrapper{
  position:relative;
  width:100%;
  padding-bottom:177.78%;   /*  16/9 cho video dọc  */
  height:0; overflow:hidden;
}
.video-wrapper iframe{
  position:absolute; inset:0; width:100%; height:100%;
  border:0; border-radius:8px;
}

/* màu vàng thương hiệu */
.swiper-next-hero,
.swiper-prev-hero{ color:#FFD95A; }
.swiper-pagi-hero .swiper-pagination-bullet{ background:#FFD95A; }

.button-main{
	color: #000;
}

@media (max-width:1199px){
  /* .hero-slider-wrapper{max-width:480px;} */
}

@media (max-width:767px){
  /* .hero-slider-wrapper{max-width:300px;} */

  .swiper-container-hero{
	width: 100%;
  }
}
/* custom-blog-layout.css */

/* Wrapper chuyển sang flex, 2 cột cân đối */
.cb-wrapper {
  display: flex;
  gap: 2%;
  align-items: stretch; /* giữ 2 cột cùng chiều cao */
  margin: 60px 0;
}

/* Cột chính bên trái thu nhỏ lại */
.cb-main {
  flex: 0 0 50%; /* giảm từ 58% xuống 50% */
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
/* Remove border hoàn toàn */
.cb-main,
.cb-item {
  border: none;
}

/* Ảnh chính */
.cb-main img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

/* Meta bên trái */
.cb-main .cb-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 24px;
  font-size: 0.875rem;
  color: #666;
}
.cb-main .cb-meta i { color: #FB4B00; }

/* Tiêu đề bên trái */
.cb-main .cb-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 8px 24px;
  line-height: 1.3;
  color: #222;
  text-decoration: none;
}

/* Excerpt căng đều, giúp khớp chiều cao với cột phải */
.cb-main .cb-excerpt {
  flex: 1;
  font-size: 1rem;
  color: #444;
  margin: 0 24px 24px;
  line-height: 1.5;
}

/* Cột list bên phải to hơn */
.cb-list {
  flex: 0 0 48%; /* tăng từ 40% lên 48% */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* dàn đều 3 item */
}

/* Các item nhỏ */
.cb-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.cb-item img {
  width: 230px;   /* tăng kích thước ảnh */
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}
.cb-item-inner {
  flex: 1;
}
.cb-item-inner .cb-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 6px;
}
.cb-item-inner .cb-meta i { color: #FB4B00; }
.cb-item-inner .cb-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
  text-decoration: none;
}

/* Responsive xuống 1 cột */
@media (max-width: 1024px) {
  .cb-wrapper {
    flex-direction: column;
  }
  .cb-main,
  .cb-list {
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
  .cb-item img {
    width: 120px;
    height: 80px;
  }
  
}
@media (max-width: 480px) {
  .cb-item img {
    width: 100px;
    height: 100px;
  }
  .cb-item{
    margin: 30px 0;
  }
}


/* GRID WRAPPER */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin: 0 -10px;
}

/* CARD */
.product-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

/* HOVER SHADOW */
.product-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

/* IMAGE */
.product-card .card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* CARD BODY */
.product-card .card-body {
  padding: 12px 16px 16px;
}

/* RATING */
.product-card .rating {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.product-card .rating .star-rating {
  font-size: 14px;
  color: #ffb800;
}
.product-card .rating .count {
  margin-left: 6px;
  font-size: 14px;
  color: #666;
}

/* TITLE */
.product-card .product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.2;
}
.product-card .product-title a {
  color: #000;
  text-decoration: none;
}

/* DIMENSION */
.product-card .dimension {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

/* PRICE */
.product-card .price {
  margin-bottom: 8px;
}
.product-card .price .current {
  color: #d0021b!important;
  font-size: 18px;
  font-weight: 700;
}
.product-card .price .original {
  margin-left: 8px;
  color: #aaa;
  text-decoration: line-through;
  font-size: 14px;
}

/* SHORT DESCRIPTION */
.product-card .short-desc {
  background: #f8f1e6;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

/* === Container chính === */
.product-list-container {
  display: flex;
  gap: 20px;
  margin: 40px;
  flex-wrap: wrap;
}

/* === Sidebar Filter === */
.sidebar-filter {
  flex: 0 0 250px;
  background: #fff;
  border: 1px solid #b9895f;
  border-radius: 8px;
  padding: 16px;
}
.sidebar-filter h3 {
  background: #b9895f;
  color: #fff;
  text-align: center;
  margin: -16px -16px 12px;
  padding: 8px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sidebar-filter .filter-group {
  margin-bottom: 16px;
}
.sidebar-filter .filter-title {
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: 1px solid #b9895f;
  padding-bottom: 4px;
}
.sidebar-filter label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}
.btn-filter {
  display: inline-block;
  background: #b9895f;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* === Main Content === */
.main-content {
  flex: 1;
  min-width: 0;
}

/* --- Toolbar: search + sort --- */
.toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 12px;
}
.search-form {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.search-form input[type="search"] {
  border: none;
  padding: 6px 8px;
  width: 200px;
  font-size: 14px;
}
.search-form button {
  background: #fff;
  border: none;
  padding: 6px 8px;
  cursor: pointer;
  font-size: 16px;
}
.sort-form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sort-form label {
  font-size: 14px;
  color: #333;
}
.sort-form select {
  border: 1px solid #ddd;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

/* === Pagination === */
.pagination-wrap {
  text-align: center;
  margin: 32px 0;
}
.pagination-wrap .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.pagination-wrap .page-numbers.current {
  background: #b9895f;
  color: #fff;
  border-color: #b9895f;
}

/* === Responsive === */
@media (max-width: 992px) {
  .product-list-container {
    flex-direction: column;
    margin: 20px;
  }
  .sidebar-filter {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}

/* === CSS contact form === */
.custom-contact-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  color: #1d1e20;
}

.custom-contact-form .ccf__field {
  margin-bottom: 20px;
}

.custom-contact-form .ccf__label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.custom-contact-form .ccf__input,
.custom-contact-form .ccf__textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #d3d6e1;
  border-radius: 10px;
  font-size: 16px;
  background: #fff;
  color: #1d1e20;
  transition: border-color 0.3s;
}

.custom-contact-form .ccf__input::placeholder,
.custom-contact-form .ccf__textarea::placeholder {
  color: #b0b3c0;
}

.custom-contact-form .ccf__textarea {
  min-height: 140px;
  resize: vertical;
}

.custom-contact-form .ccf__input:focus,
.custom-contact-form .ccf__textarea:focus {
  border-color: #a0a6b8;
  outline: none;
}

.custom-contact-form .ccf__actions {
  margin-top: 12px;
}

.custom-contact-form .ccf__submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background-color: #ffe89d;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #1d1e20;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-contact-form .ccf__btn-text {
  line-height: 1;
}

.custom-contact-form .ccf__btn-icon {
  font-size: 18px;
}

.custom-contact-form .ccf__submit:hover {
  background-color: #ffdd70;
}

/* 1. Search form */
.header-search-form .searchform .flex-row {
  display: flex;
  align-items: center;
  background: #f2f2f2;          /* nền xám nhạt */         /* bo tròn */
  overflow: hidden;             /* ẩn góc bo của input/button */
}

/* 2. Input tìm kiếm */
.header-search-form .searchform .search-field {
  flex: 1;
  border: none;                 /* bỏ border mặc định */
  background: transparent;
  padding: 0 20px;
  height: 56px;                 /* chiều cao đồng bộ */
  font-size: 18px;
  font-style: italic;           /* in nghiêng */
  color: #333;
}

.header-search-form .searchform .search-field::placeholder {
  color: #999;
  font-style: italic;
}

/* focus state */
.header-search-form .searchform .search-field:focus {
  outline: none;
}

/* 3. Nút submit (icon) */
.header-search-form .searchform .ux-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: transparent;      /* để thẻ button trong suốt */
  border: none;
  cursor: pointer;
  height: 56px;                 /* khớp với input */
}

/* icon */
.header-search-form .searchform .ux-search-submit .icon-search {
  font-size: 24px;
  color: #8b5e3c;               /* màu nâu */
  line-height: 1;
}

/* hover effect */
.header-search-form .searchform .ux-search-submit:hover .icon-search {
  color: #a1704d;
}


/* CSS content-product*/
.basiq-product-card {
  list-style: none;
  margin: 1rem;
}

.basiq-card {
  display: block;
  background: #fff;
  border: 1px solid #e2d7c4;
  border-radius: 0.75rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform .3s ease, box-shadow .3s ease;
}
.basiq-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}
.basiq-card__image img {
     width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    object-fit: cover;

}

.basiq-card__body {
  padding: 1rem;
}

.basiq-card__rating {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.basiq-card__reviews {
  margin-left: 0.5rem;
  color: #555;
}

.basiq-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0.25rem 0;
  color: #222;
}

.basiq-card__dimensions {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0.75rem;
}

.basiq-card__price {
  margin-bottom: 0.75rem;
}

.basiq-card__price--current {
  font-size: 1.25rem;
  font-weight: 700;
  color: #e60012;
  margin-right: 0.5rem;
}

.basiq-card__price--regular {
  font-size: 0.95rem;
  text-decoration: line-through;
  color: #999;
}

.basiq-card__excerpt {
  background: #f8f0de;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #444;
}

/* CSS bộ lọc*/
/* Container filter */
.filter-box {
  border: 2px solid #8c5c3f;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
/* Tiêu đề BỘ LỌC */
.filter-title {
  background: #8c5c3f;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
/* Các nhóm filter */
.filter-group {
  padding: 16px;
}
.filter-group strong {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
/* Nhãn và radio */
.filter-group label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: 500;
}
.filter-group input[type="radio"] {
  margin-right: 8px;
  accent-color: #8c5c3f;
      margin-bottom: 4px;
}
/* Gạch ngang giữa */
.filter-box hr {
  border: none;
  border-top: 1px solid #8c5c3f;
  margin: 0 16px;
}

/* CSS trang chi tiết sản phẩm  */
.product-gallery-slider img, .product-thumbnails img {
border-radius: 10px;
}
.product-short-description {
  background-color: #f7f1e1;    /* Màu nền be nhẹ */
  border-radius: 8px;           /* Bo góc 8px */
  padding: 20px;                /* Khoảng cách bên trong */
  margin-bottom: 24px;          /* Khoảng cách dưới nếu cần */
}

.product-short-description p {
  margin: 0;                    /* Loại bỏ margin mặc định */
  font-size: 1rem;              /* Cỡ chữ cơ bản */
  line-height: 1.6;             /* Dễ đọc, khoảng cách dòng thoáng */
  color: #333;                  /* Màu chữ đen xám */
}
.quantity, .text-center .quantity {
  display: none;
}

.order-now-button {
  display: inline-flex;
  align-items: center;
      justify-content: center;
  gap: 8px;                    /* Khoảng giữa text và icon */
  background: #ffe16a;         /* Màu nền vàng nhạt */
  color: #222;                 /* Màu chữ đen đậm */
  border: none;
  border-radius: 32px;         /* Bo tròn pill */
  padding: 12px 24px;          /* Cao 12px, rộng 24px */
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  
}

.order-now-button i.icon-phone-forward {
  font-size: 1.2em;            /* Kích thước icon */
  line-height: 1;
}

/* Hover effect */
.order-now-button:hover {
  background: #f5d84e;
}

.post-item .box-image{
  border-radius: 10px;
}


/* CSS contact form đăng ký liên hệ*/
/* Wrapper tổng */
.transparent-form {
  display: flex;
  max-width: 600px; /* tuỳ chỉnh rộng form */
}

/* Input email */
.transparent-field {
  flex: 1;
  background: transparent !important;
  border: 2px solid #fff;
  border-right: none;
  border-radius: 4px 0 0 4px !important;
  padding: 12px 16px;
  color: #fff;
  font-size: 1rem;
  outline: none;
}

/* Màu placeholder */
.transparent-field::placeholder {
  color: rgba(255,255,255,0.7);
}

/* Nút gửi */
.transparent-submit {
  width: 40px;
  background: #ffffff  !important;
  border: 2px solid #fff;
  border-left: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  position: relative;
}

/* Chèn icon paper-plane (Font Awesome) */
.transparent-submit::before {
  content: "\f1d8";            /* mã của paper-plane */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2em;
  color: #34200a;
}

/* Đảm bảo form CF7 không có nền */
.wpcf7-form {
  background: transparent !important;
}

.nav>li>a {
text-decoration: none;
}
@media (max-width: 549px) {
    .tab-sp-noi-bat .nav, .title-show-cats {
        line-height: 11px;
        flex-grow: 1;
        -webkit-box-flex: 1;
        white-space: nowrap;
        overflow: auto;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        margin-bottom: 0;
        display: flex;
        max-width: 100%;
        float: right;
        margin: 10px 0;
    }
}
/* đảm bảo container có vị trí tương đối */
.text-banner__bg {
  position: relative;
  overflow: hidden; /* tránh ảnh tràn ra ngoài */
}

/* chèn ảnh làm nền mờ */
.text-banner__bg::before {
  content: "";
  position: absolute;
  top: 0px; left: 0; right: 0; bottom: 0;
  background: url("/wp-content/uploads/2025/06/Thiet-ke-chua-co-ten.png") no-repeat center/cover;
  opacity: 0.15;         /* điều chỉnh độ mờ */
  z-index: 1;
}

/* đảm bảo nội dung text nằm trên nền */
.text-banner__bg .col-inner {
  position: relative;
  z-index: 2;
  padding: 1rem;        /* nếu cần khoảng đệm */
}
.wpcf7 form.sent .wpcf7-response-output{
  color: #fff;
}

/* Bao ngoài tabs */
.woocommerce-tabs.wc-tabs-wrapper {
  background-color: #faf9f6;
  border-radius: 10px;
}

/* Thanh tabs */
.woocommerce-tabs .tabs.wc-tabs {
  display: inline-flex;
  background-color: #f1ece5;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  margin-bottom: 24px;
}

/* Mỗi tab */
.woocommerce-tabs .tabs.wc-tabs li {
  flex: 1;
  margin: 0;
}

/* Link trong tab */
.woocommerce-tabs .tabs.wc-tabs li a {
  display: block;
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #666;
  background-color: #f1ece5;
  transition: background-color .3s, color .3s;
}

/* Bo tròn góc trái của tab đầu và phải của tab cuối */
.woocommerce-tabs .tabs.wc-tabs li:first-child a {
  border-top-left-radius: 8px;
}
.woocommerce-tabs .tabs.wc-tabs li:last-child a {
  border-top-right-radius: 8px;
}

/* Tab active (và hover) */
.woocommerce-tabs .tabs.wc-tabs li.active a,
.woocommerce-tabs .tabs.wc-tabs li a:hover {
  background-color: #ffeb94;
  color: #222;
}

/* Nội dung panel */
.woocommerce-tabs .tab-panels {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  padding: 20px;
}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before{
  display: none;
}