/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.header-nav .top-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

.header-nav .top-icons a {
  position: relative;
  width: 44px;
  height: 44px;
  background: #52C7AC;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px; 
  text-decoration: none;
  transition: all 0.3s ease;
}


.header-nav .top-icons a:hover {
  background: #3F9F89;
  transform: translateY(-2px);
}

.header-nav .top-icons .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 50px;
  background: #ff7a00; 
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff; 
}

/* ICON GIỎ HÀNG + TÀI KHOẢN */
.header-nav .header-cart-link,
.header-nav .account-link {
  width: 44px;
  height: 44px;
  background: #52C7AC;
  border-radius: 6px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 18px; 
  transition: all 0.3s ease;
  padding: 0 !important;
}



.header-nav .icon-shopping-cart::after {
  content: attr(data-icon-label);
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff7a00;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 20px;
  line-height: 1;
  box-shadow: 0 0 0 2px #fff;
}
/*seach*/
.header-nav .header-search-form {
  width: 100%;
  max-width: 540px;
  margin: 0;
}


.header-nav .search-field {
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  box-shadow: none;
  margin: 0;
  color: #666;
  background: #fff;
}

.header-nav .search-field::placeholder {
  color: #8c8c8c;
}

.header-nav .ux-search-submit {
  width: 58px;
  height: 42px;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: #52C7AC !important;
  color: #fff !important;
  box-shadow: none;
}

.header-nav .ux-search-submit:hover {
  background: #3F9F89 !important;
}

.header-nav .ux-search-submit i {
  font-size: 28px;
  color: #fff;
}

/* chữ */
.header-nav .search-hot-cats {
  margin-top: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  line-height: 1.4;
}

.header-nav .search-hot-cats .title {
  font-weight: 700;
  color: #111;
  margin-right: 4px;
}

.header-nav .search-hot-cats a {
  color: #b7b7b7;
  text-decoration: none;
  font-style: italic;
  transition: all 0.2s ease;
}


.header-nav .header-search-form {
  padding: 0 !important;
}

/*thông  số  kỹ thuâth*/

.archive-thong-so-ky-thuat {
    margin-top: 10px;
    margin-bottom: 10px;
}

.archive-thong-so-ky-thuat ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.archive-thong-so-ky-thuat .ts-item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2d3d;
    margin-left: 0 !important;
}

.archive-thong-so-ky-thuat .ts-item:last-child {
    margin-bottom: 0;
}

.archive-thong-so-ky-thuat .ts-icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    background: #4FC8AD;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.archive-thong-so-ky-thuat .ts-icon svg {
    width: 10px;
    height: 10px;
    display: block;
}


.archive-thong-so-ky-thuat .ts-label {
    font-weight: 600;
    color: #1f2d3d;
}

.archive-thong-so-ky-thuat .ts-value {
    color: #2c3e50;
}


.product-small .price-wrapper,
.product-small .box-text .price-wrapper {
    margin-top: 10px;
}

.product-small .price-wrapper .price,
.product-small .price-wrapper .price *,
.product-small .woocommerce-Price-amount,
.product-small .woocommerce-Price-amount * {
    color: #e10600 !important;
    font-weight: 700;
}
/*sp*/
/* KHUNG NGOÀI CÙNG */
.san-pham-tc{
   
    align-items: stretch !important;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

/* BỎ HỞ DO COL/INNER */
.san-pham-tc > .col{
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
}

.san-pham-tc > .col > .col-inner{
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

/* CỘT TRÁI CỐ ĐỊNH */
.san-pham-tc > .col.large-2,
.san-pham-tc > .col.medium-2{
    flex: 0 0 240px !important;
    max-width: 200px !important;
}

.san-pham-tc > .col.large-2 > .col-inner,
.san-pham-tc > .col.medium-2 > .col-inner{
    background: #eef8f5 !important;
    border-right: 1px solid #d9d9d9;
    padding: 24px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100% !important;
    min-height: 100% !important;
    box-sizing: border-box;
}

/* BOX TRÁI */
.san-pham-tc .has-hover.box-text-bottom{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: none !important;
    background: transparent !important;
    margin: 0 !important;
}

.san-pham-tc .has-hover.box-text-bottom .box-image{
    text-align: center;
    margin-bottom: 18px;
}

.san-pham-tc .has-hover.box-text-bottom .box-image img{
/*     width: 100%; 
   max-width: 120px; 
    height: 190px; */
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.san-pham-tc .has-hover.box-text-bottom .box-text{
    padding: 0 !important;
}

.san-pham-tc .has-hover.box-text-bottom .box-text-inner{
    padding: 0 !important;
}

.san-pham-tc .has-hover.box-text-bottom h2{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 20px;
}

.san-pham-tc .has-hover.box-text-bottom .button.primary{
    color: #fff !important;
    border-radius: 8px !important;
    min-height: 48px;
    line-height: 48px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: none !important;
    margin: 0 !important;
}

/* BỎ GAP THỪA Ở CỘT TRÁI */
.san-pham-tc #gap-2126595749{
    display: none !important;
}

/* CỘT PHẢI */
.san-pham-tc > .col.large-10,
.san-pham-tc > .col.medium-10{
    flex: 1 1 auto !important;
    max-width: calc(100% - 200px) !important;
}

.san-pham-tc > .col.large-10 > .col-inner,
.san-pham-tc > .col.medium-10 > .col-inner{
    padding: 0 !important;
    height: 100%;
}

/* ROW SẢN PHẨM PHẢI KHÍT KHUNG */
.san-pham-tc .row.large-columns-5{
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.san-pham-tc .row.large-columns-5 > .product-small.col{
    flex: 1 1 20% !important;
    max-width: 20% !important;
    width: 20% !important;
    padding: 0 !important;
    margin: 0 !important;
    border-right: 1px solid #d9d9d9;
    display: flex;
}

.san-pham-tc .row.large-columns-5 > .product-small.col:last-child{
    border-right: 0;
}

.san-pham-tc .row.large-columns-5 > .product-small.col > .col-inner{
      padding: 10px !important;
    width: 100%;
    height: 100%;
    display: flex;
}

.san-pham-tc .product-small.box,
.san-pham-tc .product-small .box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: none !important;
    border: 0 !important;
    margin: 0 !important;
}


.san-pham-tc .product-small .box-image{
    margin-bottom: 14px;
    text-align: center;
    flex: 0 0 auto;
}

.san-pham-tc .product-small .box-image img{
    width: 120px;
    max-width: 120px;
    height: 170px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}


.san-pham-tc .box-text-products{
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: auto !important;
}


.san-pham-tc .title-wrapper{
    min-height: 56px;
}

.san-pham-tc .product-title{
    margin: 0;
    line-height: 1.35;
}

.san-pham-tc .product-title a{
    font-weight: 700;
    color: #0b2f5f;
    text-decoration: none;
    display: block;
}


.san-pham-tc .archive-thong-so-ky-thuat{
    flex: 1 1 auto;
    margin-bottom: 12px;
}

.san-pham-tc .archive-thong-so-ky-thuat ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.san-pham-tc .archive-thong-so-ky-thuat .ts-item{
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 8px;
    line-height: 1.45;
}

.san-pham-tc .archive-thong-so-ky-thuat .ts-text{
    font-size: 12.5px;
    color: #17365d;
}


.san-pham-tc .price-wrapper{
    margin-top: auto;
    padding-top: 6px;
}

.san-pham-tc .price,
.san-pham-tc .price .amount,
.san-pham-tc .price bdi{
    color: red !important;
    font-size: 18px;
    font-weight: 700;
}


.san-pham-tc .badge-container,
.san-pham-tc .image-tools{
    display: none !important;
}


.san-pham-tc .box,
.san-pham-tc .box-image,
.san-pham-tc .box-text,
.san-pham-tc .product-small{
    transform: none !important;
    transition: none !important;
}


@media (max-width: 849px){
    .san-pham-tc{
        display: block;
    }

    .san-pham-tc > .col.large-2,
    .san-pham-tc > .col.medium-2,
    .san-pham-tc > .col.large-10,
    .san-pham-tc > .col.medium-10{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .san-pham-tc > .col.large-2 > .col-inner,
    .san-pham-tc > .col.medium-2 > .col-inner{
        border-right: 0;
        border-bottom: 1px solid #d9d9d9;
        align-items: center;
        text-align: center;
    }

    .san-pham-tc .row.large-columns-5{
        flex-wrap: wrap !important;
    }

    .san-pham-tc .row.large-columns-5 > .product-small.col{
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        border-bottom: 1px solid #d9d9d9;
    }

    .san-pham-tc .row.large-columns-5 > .product-small.col:nth-child(2n){
        border-right: 0;
    }
}

@media (max-width: 549px){
    .san-pham-tc .row.large-columns-5 > .product-small.col{
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        border-right: 0;
    }
}
/*icon menu*/


/* .header-nav .nav-top-link .ux-menu-icon{
    filter: brightness(0) saturate(100%) 
            invert(66%) sepia(36%) saturate(463%) 
            hue-rotate(115deg) brightness(95%) contrast(90%);
} */


.header-nav .nav-top-link i{
    color: #4FC8AD !important;
}

.header-vertical-menu__opener .icon-menu,
.header-vertical-menu__opener .icon-angle-down{
    color: inherit !important;
    filter: none !important;
}
/*duong ke header*/
#masthead{
    position: relative;
}

#masthead:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #4FC8AD, #2fbfa0);
}

/*   */

.section.san-pham{
    background: transparent !important;
}


.section.san-pham > .section-content{
    background: #fff !important;
    border-radius: 10px;
       padding: 10px !important;
    margin: 0 auto;
    max-width: 1280px;
    box-sizing: border-box;
}


.section.san-pham .san-pham-tc{
    margin: 0 !important;
    background: transparent !important;
}
/*chi tiết sp*/
.single-thong-so-ky-thuat-wrap {
    margin: 30px 0;
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.single-thong-so-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 20px;
}

.single-thong-so-title span {
    color: #4FC8AD;
}

.single-thong-so-table-wrap {
    overflow-x: auto;
}

.single-thong-so-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin: 0;
}

.single-thong-so-table td {
    border: 1px solid #d9d9d9;
    padding: 14px 18px;
    font-size: 16px;
    line-height: 1.45;
    vertical-align: top;
}

.single-ts-label {
    width: 32%;
    font-weight: 500;
    color: #1f2d3d;
}

.single-ts-value {
    color: #4a5d73;
}

@media (max-width: 849px) {
    .single-thong-so-ky-thuat-wrap {
        padding: 16px;
    }

    .single-thong-so-title {
        font-size: 24px;
    }

    .single-thong-so-table td {
        padding: 12px 14px;
        font-size: 14px;
    }
}


.form-baogia {

border-radius: 12px;
    margin: auto;
  
}

.form-baogia h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1f2937;
}

.form-baogia .desc {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    transition: all 0.2s;
    background: #fff;
}

.form-group input:focus {
    border-color: #3FA08A;
    outline: none;
    box-shadow: 0 0 0 2px rgba(59,130,182,0.1);
}

/* KHUNG THÊM SẢN PHẨM */
.add-product {
    border: 2px dashed #3FA08A;
    border-radius: 10px;
    text-align: center;
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s;
    background: #fafafa;
}

.add-product:hover {
    border-color: #3b82b6;
    background: #f0f7ff;
}

#add-product-btn {
    background: none;
    border: none;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    font-weight: 500;
}


#product-list {
    margin-bottom: 10px;
}


.product-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.product-item input {
    flex: 1;
    height: 42px;
}


.product-item input[type="number"] {
    max-width: 120px;
}

.product-item .remove {
    background: #ef4444;
    color: #fff;
    border: none;
    padding: 0 12px;
    border-radius: 6px;
    cursor: pointer;
}

.form-group input[type="file"] {
    border: none;
    padding: 0;
}

.form-group input[type="submit"] {
    width: 100%;
    height: 48px;
    background: #3FA08A;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s;
}

.form-group input[type="submit"]:hover {
    background: #3FA08A;
}
/*tin tức tc*/
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
  padding: 12px;
  border-radius: 4px;
}

.section-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
	width: 89%;
}

.view-all {
  background-color: #4FC8AD;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}

.view-all:hover {
  background-color: #F04343;
	 color: #fff;
}
/*doi tac*/
.section-titledt {
  background: #4FC8AD;
  color: white;
  font-weight: 600;
  padding: 12px 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 16px;
}

.woocommerce-tabs {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.woocommerce-Tabs-panel {
    padding: 10px !important;
}
.product-small .box {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.product-small .box-text {
    background: #ffffff;
	 padding: 10px;
}

.product-small .col-inner {
    background: #ffffff;
}
/* chi  tiet SẢN PHẨM */
.product-info.summary {
    background: #ffffff;
    padding: 20px;

}


.product-info.summary .product_meta {
    font-size: 14px;
    color: #666;
}


.support-card {
  background: #fff;
  padding: 20px 24px;
  border-radius: 5px;
  width: 300px;
}

.support-card h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #1a2b49;
}

.support-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.support-card li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #2c3e50;
  font-size: 14px;
  cursor: pointer;
}

.support-card li:hover {
  color: #007bff;
}

.support-card .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  font-size: 14px;
  color: #007bff;
}

.mlp-delivery-card-x9k2 {
  background: #fff;
  padding: 20px 24px;
  border-radius: 5px;
  width: 320px;
}

.mlp-title-x9k2 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #1a2b49;
}

.mlp-row-x9k2 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #2c3e50;
}

.mlp-between-x9k2 {
  justify-content: space-between;
}

.mlp-left-x9k2 {
  display: flex;
  align-items: center;
}

.mlp-text-x9k2 {
  line-height: 1.4;
}

.mlp-link-x9k2 {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.mlp-link-x9k2:hover {
  text-decoration: underline;
}

.mlp-icon-x9k2 {
  width: 22px;
  margin-right: 10px;
  color: #007bff;
}

.mlp-divider-x9k2 {
  border: none;
  border-top: 1px solid #ddd;
  margin: 12px 0;
}
.mlp-warranty-card-q7m4 {
  background: #fff;
    padding: 10px;
  border-radius: 5px;
  width: 320px;
}

.mlp-warranty-title-q7m4 {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  color: #1a2b49;
  line-height: 1.4;
}

.mlp-warranty-row-q7m4 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
}

.mlp-warranty-icon-q7m4 {
  width: 22px;
  min-width: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}

.mlp-warranty-content-q7m4 {
  flex: 1;
}

.mlp-warranty-text-q7m4 {
  font-size: 15px;
  font-weight: 500;
  color: #1f2d3d;
  line-height: 1.5;
}

.mlp-warranty-note-q7m4 {
  margin-top: 4px;
  font-size: 13px;
  color: #b7a7a0;
  line-height: 1.5;
}

.mlp-warranty-divider-q7m4 {
  height: 1px;
  background: #dcdcdc;
  width: 100%;
}
/*mô tả sp*/

.accordion .accordion-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.accordion .accordion-inner ul li .title {
  color: #6b7280;
}
#product-sidebar .next-prev-thumbs {
    margin: 5px !important;
}

.product-short-description {
  background: #eaf2ff;
  padding: 5px;
  border-radius: 10px;
  margin-top: 10px;
}

/*  mtn */


.single-product .price,
.single-product .price .amount,
.single-product .price ins .amount {
  color: #e60000 !important;
  font-weight: 700;
	  font-size: 26px;
}
.single-product .price::after {
  content: "(Giá chưa bao gồm VAT)";
  display: block;
  font-size: 13px;
  color: #e60000;
  font-weight: 400;
  margin-top: 4px;
}
.product-short-description{
		  margin-bottom: 10px;
}
.product-short-description ul {
  list-style: none;
  margin: 0;
  padding: 0;

}


.product-short-description ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;

}


.product-short-description ul li:last-child {
  margin-bottom: 0;
}


.product-short-description ul li::before {
  content: "⚡";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: #4FC8AD;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.mlp-promo-box-a21 {
			  margin-bottom: 10px;
}

.mlp-promo-title-a21 {

  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;

}

.mlp-promo-content-a21 {
  background: #eaf0fb;
  border-radius: 6px;
  padding: 5px;
}

.mlp-promo-list-a21 {
  margin: 0;
  padding-left: 20px;
}

.mlp-promo-list-a21 li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.5;

}

.mlp-promo-list-a21 li:last-child {
  margin-bottom: 0;
}
/*danh muc bv*/
.hp-news-page-x1a9 {
  background: #edf3f8;
  padding: 24px 0 40px;
}
.hp-news-container-x1a9 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.hp-news-breadcrumb-x1a9 {
  font-size: 13px;
  color: #7a8ca5;
  margin-bottom: 18px;
}
.hp-news-breadcrumb-x1a9 a {
  color: #4FC8AD;
  text-decoration: none;
}
.hp-news-main-x1a9 {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.hp-news-left-x1a9 {
  flex: 1;
  min-width: 0;
}
.hp-news-sidebar-x1a9 {
  width: 250px;
  flex: 0 0 250px;
}
.hp-news-featured-x1a9,
.hp-news-card-x1a9,
.hp-news-widget-x1a9 {
  background: #f8fafc;
  border-radius: 8px;
  overflow: hidden;
}
.hp-news-featured-x1a9 {
  margin-bottom: 18px;
}
.hp-news-featured-thumb-x1a9,
.hp-news-card-thumb-x1a9,
.hp-news-side-thumb-x1a9 {
  display: block;
  position: relative;
}
.hp-news-featured-thumb-x1a9 img,
.hp-news-card-thumb-x1a9 img,
.hp-news-side-thumb-x1a9 img {
  display: block;
  width: 100%;
  height: auto;
}
.hp-news-featured-thumb-x1a9 img {
  aspect-ratio: 16 / 6;
  object-fit: cover;
}
.hp-news-card-thumb-x1a9 img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hp-news-tag-x1a9 {
  position: absolute;
  left: 12px;
  bottom: 10px;
  background: #d9eafe;
  color: #5594db;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 4px;
  line-height: 1;
}
.hp-news-featured-body-x1a9,
.hp-news-card-body-x1a9 {
  padding: 10px 12px 12px;
}
.hp-news-featured-title-x1a9,
.hp-news-card-title-x1a9,
.hp-news-side-content-x1a9 h4 {
  margin: 0 0 6px;
  font-weight: 700;
  line-height: 1.4;
}
.hp-news-featured-title-x1a9 {
  font-size: 22px;
}
.hp-news-card-title-x1a9 {
  font-size: 15px;
}
.hp-news-side-content-x1a9 h4 {
  font-size: 14px;
}
.hp-news-featured-title-x1a9 a,
.hp-news-card-title-x1a9 a,
.hp-news-side-content-x1a9 h4 a {
  color: #1a453c;
  text-decoration: none;
}
.hp-news-featured-title-x1a9 a:hover,
.hp-news-card-title-x1a9 a:hover,
.hp-news-side-content-x1a9 h4 a:hover,
.hp-news-cat-list-x1a9 a:hover {
  color: #4FC8AD;
}
.hp-news-meta-x1a9 {
  font-size: 12px;
  color:#1e4940;
  line-height: 1.5;
}
.hp-news-desc-x1a9 {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color:#1e4940;
}
.hp-news-section-title-x1a9 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.3;
  color: #39b59b;
  font-weight: 700;
}
.hp-news-grid-x1a9 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.hp-news-card-x1a9 {
  display: flex;
  flex-direction: column;
}
.hp-news-widget-x1a9 {
  padding: 14px;
  margin-bottom: 14px;
}
.hp-news-widget-title-x1a9 {
  margin: 0 0 14px;
  font-size: 16px;
  color: #183153;
  font-weight: 700;
}
.hp-news-cat-list-x1a9 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hp-news-cat-list-x1a9 li {
  margin-bottom: 12px;
}
.hp-news-cat-list-x1a9 li:last-child {
  margin-bottom: 0;
}
.hp-news-cat-list-x1a9 a {
  color: #12322b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.hp-news-side-post-x1a9 {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.hp-news-side-post-x1a9:last-child {
  margin-bottom: 0;
}
.hp-news-side-thumb-x1a9 {
  width: 64px;
  min-width: 64px;
}
.hp-news-side-thumb-x1a9 img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
}
.hp-news-side-content-x1a9 {
  flex: 1;
  min-width: 0;
}
.hp-news-pagination-x1a9 {
  margin-top: 20px;
  text-align: center;
}
.hp-news-pagination-x1a9 .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
}
.hp-news-pagination-x1a9 .current {
  background: #1e73be;
  color: #fff;
}
@media (max-width: 991px) {
  .hp-news-main-x1a9 {
    flex-direction: column;
  }
  .hp-news-sidebar-x1a9 {
    width: 100%;
    flex: auto;
  }
  .hp-news-grid-x1a9 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .hp-news-grid-x1a9 {
    grid-template-columns: 1fr;
  }
  .hp-news-featured-title-x1a9 {
    font-size: 20px;
  }
  .hp-news-section-title-x1a9 {
    font-size: 24px;
  }
}
/*chi tiết*/
.hp-post-page-v2 {
  background: #edf3f8;
  padding: 20px 0 40px;
}

.hp-post-container-v2 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.hp-post-breadcrumb-v2 {
  font-size: 12px;
  color: #6f87a2;
  margin-bottom: 14px;
}

.hp-post-breadcrumb-v2 a {
  color: #4a8ad4;
  text-decoration: none;
}

.hp-post-breadcrumb-v2 span {
  margin-right: 4px;
}

.hp-post-main-v2 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.hp-post-left-v2 {
  flex: 1;
  min-width: 0;
}

.hp-post-sidebar-v2 {
  width: 240px;
  min-width: 240px;
}

.hp-post-box-v2,
.hp-post-widget-v2,
.hp-post-comment-box-v2 {
  background: #f8fafc;
  border-radius: 8px;
  overflow: hidden;
}

.hp-post-box-v2 {
  padding: 14px;
}

.hp-post-title-v2 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #183153;
  margin: 0 0 8px;
}

.hp-post-meta-v2 {
  font-size: 12px;
  color: #8c9aab;
  margin-bottom: 12px;
}

.hp-post-meta-v2 span {
  margin-right: 6px;
}

.hp-post-thumb-v2 {
  margin-bottom: 14px;
}

.hp-post-thumb-v2 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.hp-post-content-v2 {
  font-size: 14px;
  line-height: 1.8;
  color: #334155;
}

.hp-post-content-v2 h2,
.hp-post-content-v2 h3,
.hp-post-content-v2 h4 {
  color: #183153;
  font-weight: 700;
  margin: 18px 0 10px;
}

.hp-post-content-v2 p {
  margin-bottom: 12px;
}

.hp-post-content-v2 img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.hp-post-content-v2 ul,
.hp-post-content-v2 ol {
  margin-bottom: 14px;
  padding-left: 18px;
}

.hp-post-content-v2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.hp-post-content-v2 table td,
.hp-post-content-v2 table th {
  border: 1px solid #dbe4ee;
  padding: 8px 10px;
}

.hp-post-share-v2 {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #dde7f0;
  font-size: 13px;
}

.hp-post-share-v2 span {
  color: #183153;
  font-weight: 600;
  margin-right: 10px;
}

.hp-post-share-v2 a {
  display: inline-block;
  margin-right: 8px;
  color: #4a8ad4;
  text-decoration: none;
}

.hp-post-widget-v2 {
  padding: 14px;
  margin-bottom: 14px;
}

.hp-post-widget-title-v2 {
  margin: 0 0 14px;
  font-size: 16px;
  color: #183153;
  font-weight: 700;
}

.hp-post-cat-list-v2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hp-post-cat-list-v2 li {
  margin-bottom: 12px;
}

.hp-post-cat-list-v2 li:last-child {
  margin-bottom: 0;
}

.hp-post-cat-list-v2 a {
  text-decoration: none;
  color: #183153;
  font-size: 13px;
  font-weight: 600;
}

.hp-post-cat-list-v2 a:hover,
.hp-post-side-content-v2 h4 a:hover {
  color: #1e73be;
}

.hp-post-side-item-v2 {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.hp-post-side-item-v2:last-child {
  margin-bottom: 0;
}

.hp-post-side-thumb-v2 {
  width: 70px;
  min-width: 70px;
  display: block;
}

.hp-post-side-thumb-v2 img {
  width: 70px;
  height: 52px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.hp-post-side-content-v2 {
  flex: 1;
  min-width: 0;
}

.hp-post-side-content-v2 h4 {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.hp-post-side-content-v2 h4 a {
  text-decoration: none;
  color: #183153;
}

.hp-post-side-meta-v2 {
  font-size: 11px;
  color: #8c9aab;
  line-height: 1.5;
}

.hp-post-comment-box-v2 {
  margin-top: 14px;
  padding: 14px;
}

.hp-post-comment-title-v2 {
  margin: 0 0 14px;
  font-size: 15px;
  color: #183153;
  font-weight: 700;
}

/* comment form */
.hp-post-comment-box-v2 #respond,
.hp-post-comment-box-v2 .comment-respond {
  margin: 0;
}

.hp-post-comment-box-v2 input[type="text"],
.hp-post-comment-box-v2 input[type="email"],
.hp-post-comment-box-v2 input[type="url"],
.hp-post-comment-box-v2 textarea {
  width: 100%;
  border: 1px solid #d7e0ea;
  background: #fff;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 13px;
  box-shadow: none;
}

.hp-post-comment-box-v2 textarea {
  min-height: 120px;
}

.hp-post-comment-box-v2 .submit,
.hp-post-comment-box-v2 input[type="submit"] {
  background: #2a8fdc;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
}

.hp-post-comment-box-v2 .submit:hover,
.hp-post-comment-box-v2 input[type="submit"]:hover {
  background: #1877c6;
}

/* responsive */
@media (max-width: 991px) {
  .hp-post-main-v2 {
    flex-direction: column;
  }

  .hp-post-sidebar-v2 {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .hp-post-title-v2 {
    font-size: 18px;
  }

  .hp-post-box-v2,
  .hp-post-widget-v2,
  .hp-post-comment-box-v2 {
    padding: 12px;
  }
}
/*danh muc*/
.hp-cat-page-p9x2 {
  background: #eef3f7;
  padding: 18px 0 40px;
}
.hp-cat-container-p9x2 {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.hp-cat-breadcrumb-p9x2 {
  font-size: 12px;
  color: #7b8ca1;
  margin-bottom: 8px;
}
.hp-cat-breadcrumb-p9x2 a {
  color: #4FC8AD;
  text-decoration: none;
}
.hp-cat-title-p9x2 {
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 700;
  color: #173357;
}
.hp-cat-child-grid-p9x2 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
.hp-cat-child-item-p9x2 {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 70px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
}
.hp-cat-child-thumb-p9x2 {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-cat-child-thumb-p9x2 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hp-cat-child-name-p9x2 {
  display: block;
  color: #173357;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
}
.hp-cat-child-count-p9x2 {
  display: block;
  color: #F64542;
  font-size: 12px;
}
.hp-cat-head-p9x2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.hp-cat-head-title-p9x2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #173357;
}
.hp-cat-product-grid-p9x2 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.hp-cat-product-card-p9x2 {
  background: #fff;
  border-radius: 4px;
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hp-cat-product-thumb-p9x2 {
  display: block;
  margin-bottom: 10px;
}
.hp-cat-product-thumb-p9x2 img {
  width: 100%;
  height: auto;
  display: block;
}
.hp-cat-product-body-p9x2 {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hp-cat-product-name-p9x2 {
  margin: 0 0 10px;
  min-height: 40px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.hp-cat-product-name-p9x2 a {
  color: #173357;
  text-decoration: none;
}
.hp-cat-product-price-p9x2 {
  margin-top: auto;
}
.hp-cat-product-price-p9x2,
.hp-cat-product-price-p9x2 .price,
.hp-cat-product-price-p9x2 .amount,
.hp-cat-product-price-p9x2 bdi {
  color: #ea0d00 !important;
  font-weight: 700;
}
.hp-cat-desc-box-p9x2 {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
}
.hp-cat-desc-content-p9x2 {
  max-height: 210px;
  overflow: hidden;
  position: relative;
}
.hp-cat-desc-box-p9x2.is-open .hp-cat-desc-content-p9x2 {
  max-height: none;
}
.hp-cat-desc-action-p9x2 {
  text-align: center;
  margin-top: 12px;
}
.hp-cat-desc-btn-p9x2

 {
    min-width: 120px;
    height: 38px;
    border: 1px solid #F44844;
    background: #fff;
    color: #F44844;
    border-radius: 3px;
    cursor: pointer;
}
@media (max-width: 1199px) {
  .hp-cat-child-grid-p9x2 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hp-cat-product-grid-p9x2 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .hp-cat-child-grid-p9x2 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hp-cat-product-grid-p9x2 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .hp-cat-child-grid-p9x2,
  .hp-cat-product-grid-p9x2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.tax-product_cat .page-title-inner,
.tax-product_cat .shop-page-title .page-title-inner {
  display: none !important;
}

.tax-product_cat .shop-page-title + .row {
  margin-top: 0 !important;
}


/*form liên hệ*/
.x7-contact-wrap {
	background:#F94646;
	padding: 20px;
}

.x7-contact-wrap .x7-title {
	font-size: 23px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.7);
}

.x7-contact-wrap .x7-row {
	display: flex;
	gap: 16px;
}

.x7-contact-wrap .x7-field {
	width: 100%;
	margin-bottom: 18px;
}

.x7-contact-wrap .x7-field label {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.x7-contact-wrap .x7-input,
.x7-contact-wrap .x7-textarea {
	width: 100%;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.65);
	color: #fff;
	border-radius: 10px;
	padding: 10px 14px;
	margin-top: 8px;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
}

.x7-contact-wrap .x7-textarea {
	resize: none;
	border-radius: 10px;
}

.x7-contact-wrap .x7-input::placeholder,
.x7-contact-wrap .x7-textarea::placeholder {
	color: rgba(255,255,255,0.75);
}

.x7-contact-wrap .x7-input:focus,
.x7-contact-wrap .x7-textarea:focus {
	border-color: #fff;
}

.x7-contact-wrap .qv9-submit-wrap {
	margin-top: 28px;
}

.x7-contact-wrap .qv9-submit-ui {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	position: relative;
}

.x7-contact-wrap .qv9-submit-icon {
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 38px;
	position: relative;
	box-sizing: border-box;
}

.x7-contact-wrap .qv9-submit-icon::before {
	content: "›";
	color: #fff;
	font-size: 22px;
	line-height: 1;
	font-weight: 300;
	position: relative;
	top: -1px;
}

.x7-contact-wrap .qv9-submit-btn {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 !important;
	margin: 0;
	height: auto;
	line-height: 1;
	min-height: unset;
	cursor: pointer;
	font-family: inherit;
}

.x7-contact-wrap .qv9-submit-btn:hover,
.x7-contact-wrap .qv9-submit-btn:focus {
	background: transparent !important;
	border: 0 !important;
	color: #fff !important;
	outline: none;
	box-shadow: none !important;
}

.x7-contact-wrap .wpcf7-spinner {
	display: block;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.x7-contact-wrap .x7-row {
		flex-direction: column;
		gap: 0;
	}

	.x7-contact-wrap .x7-title {
		font-size: 24px;
	}
}
/*điều hướng*/
.breadcrumb-rankmath {
    margin-top: 15px;
    font-size: 14px;
}

.breadcrumb-rankmath a {
    text-decoration: none;
}

.breadcrumb-rankmath a:hover {
    color: #EC4748;
}

.breadcrumb-rankmath span {
    color: #999;
}