/*
  Theme Name:       Casper
  Theme URI:        https://github.com/lacymorrow/casper
  Author:           Lacy Morrow
  Author URI:       http://lacymorrow.com
  Description:      A Ghost-like WordPress theme. Casper (for WordPress) is a simple yet beautiful theme for bloggers. Inspired by the Ghost blogging platform, Casper is a WordPress port of the default theme by the same name. The goal of this project is to emulate the gorgeous theme while taking advantage of features exclusive to the WordPress framework. There are plenty of customization options included, accessible through the WordPress Customizer. Already included are hooks to serve responsive images appropriately and media queries to provide a fast and seamless experience from desktop to mobile. For questions, support, development instructions, or to contribute to the project visit [https://github.com/lacymorrow/casper]
  Version:          1.1.5
  License:          GNU General Public License v2.0
  License URI:      http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain:      casper
  Domain Path:      /languages/
  Tags:             responsive-layout, black, white, one-column, fluid-layout, custom-header, custom-menu, editor-style
  GitHub Theme URI: https://github.com/lacymorrow/casper
  GitHub Branch:    master
  Casper is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
body {
    font-family: "Bai Jamjuree", sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #6f6f6f;
    overflow-x: hidden;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: none;
    box-shadow: none;
}

.flex_box .elementor-widget-image {
    display: flex;
}

body,
.hfeed {
    overflow-x: hidden;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover,
#breadcrumbs span a:hover,
.grid-2 .card-title:hover,
.read-more:hover,
.grid-featured h3:hover,
.grid-3 h3:hover,
.grid-4 h3:hover,
.xemtatca a:hover,
.store-item p a:hover,
.hc-news__heading a:hover,
.hot-product-info .hot-product-title:hover {
    color: #00A1C1;
}

body.home.ehf-header #masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: transform 0.35s ease;
    will-change: transform;
    padding-top: 32px;
    padding-bottom: 32px;
}

.site-main {
    padding-bottom: 80px;
}

body.home.ehf-header #masthead.is-hidden {
    transform: translateY(-100%);
}

body.home.ehf-header #masthead.is-sticky {
    padding: 32px 0;
    background: #fff;
    filter: drop-shadow(1px 1px 16px rgba(0, 0, 0, 0.10));
}

/* body:not(.home).ehf-header #masthead.is-sticky {
	position: fixed;
    background: #fff;
    filter: drop-shadow(1px 1px 16px rgba(0, 0, 0, 0.10));
	padding: 32px 0;
} */
body:not(.home).ehf-header #masthead {
    position: relative;
    padding-bottom: 32px;
    padding-top: 32px;
    border-bottom: 1px solid #EDEDED;
}

.e-con>.e-con-inner {
    max-width: 1312px;
    margin: 0 auto;
    padding: 0;
}

.logo {
    justify-content: center;
}

.hfe-site-logo-container {
    display: flex;
}

body:not(.home) .logo:after {
    background: #787878;
}

.logo:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 32px;
    top: 50%;
    background: #fff;
    margin-top: -16px;
    right: -24px;
}

.hot_fixed {
    display: none;
}

#menu-main-menu>li>a:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #445262;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.underline_effect a:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 2px;
    background-color: currentColor;
}

.underline_effect a:hover:after {
    -webkit-animation: cta-underline-on-animation .35s cubic-bezier(0.35, 0, 0.36, 1) .2s;
    animation: cta-underline-on-animation .35s cubic-bezier(0.35, 0, 0.36, 1) .2s;
}

@keyframes cta-underline-on-animation {
    from {
        left: 0;
        right: 100%
    }

    to {
        left: 0;
        right: 0
    }
}

ul.hfe-nav-menu li a:after,
ul li a span:after,
.home #menu-main-menu>li>a:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

ul li a span {
    position: relative;
}

.underline_effect a:after {
    bottom: -3px;
}

ul li a span:after {
    bottom: -6px;
}

ul.hfe-nav-menu li a:hover:after,
ul li a:hover span:after,
.home #menu-main-menu>li>a:hover:after,
#menu-main-menu>li>a:hover:after {
    transform: scaleX(1);
}

.hot_ {
    gap: 40px;
    padding: 0;
    align-items: center;
    cursor: pointer;
}

.menu_ {
    justify-content: center;
}

.menu_nothome,
.menu_,
.menu-item.is-mega {
    position: static;
}

#menu-main-menu {
    display: flex;
    list-style: none;
    gap: 25px;
    padding: 0;
    margin: 0;
}

#menu-main-menu>li>a:after {
    bottom: -6px !important;
}

.mega-level-2 a {
    color: #445262 !important;
}

.home #menu-main-menu li a {
    color: #fff;
}

#menu-main-menu li a {
    color: #445262;
    position: relative;
    font-weight: 500
}

.menu-item.is-mega {
    position: static;
}

.mega-menu::before {
    content: '';
    position: absolute;
    top: -46px;
    left: 0;
    width: 100%;
    height: 90px;
}

.logo2,
.home .is-sticky .elementor-widget-site-logo {
    display: none;
}

.logo2 a,
.is-sticky .hot_fixed {
    display: flex !important;
}

.logo2 img {
    width: 100% !important;
}

.is-sticky .logo2 {
    display: block;
}

.is-sticky .hot_ {
    display: none;
}

.is-sticky .hc-menu-toggle svg path {
    stroke: #445262;
}

.home .is-sticky #menu-main-menu li a {
    color: #445262;
}

.mega-menu {
    position: absolute;
    left: 0;
    top: 74px;
    width: 100vw;
    background: #fff;
    display: none;
    z-index: 99;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.home .is-sticky #menu-main-menu>li>a:after {
    background-color: #445262;
}

.menu-item.is-mega:hover>.mega-menu {
    display: block;
}

.mega-inner {
    max-width: 1322px;
    margin: auto;
    padding: 24px 0 40px;
    display: grid;
    grid-template-columns: 16.666% 120px 1fr;
    gap: 48px;
}

.mega-heading {
    color: #8594A6;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    margin-bottom: 16px;
}

.mega-col-left {
    position: relative;
    max-width: 218px;
}

.mega-col-left:before {
    content: "";
    width: 1px;
    height: calc(100% - 34px);
    background: #DEE0ED;
    position: absolute;
    top: 34px;
    right: -24px;
}

.mega-level-1 {
    list-style: none;
    padding: 0;
    cursor: pointer;
}

.mega-level-1 .mega-parent {
    color: var(--Text-color, #445262);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 200% */
}

.mega-col-center,
.mega-col-right {
    display: flex;
    align-items: start;
}

.mega-col-center .mega-title {
    color: var(--text-color2, #223C4E);
    font-family: "Bai Jamjuree";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

.mega-parent.active,
.mega-col-center .mega-title:hover {
    color: #00A1C1;
}

.mega-col-center .mega-title:after {
    content: url("/wp-content/uploads/2026/02/right_arow.svg");
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -10px;
}

.mega-level-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    list-style: none;
    padding: 0;
}

.mega-level-2 li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.mega-level-2 li a:hover {
    color: #00A1C1 !important;
}

.mega-level-2 img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

.img_box {
    border-radius: 8px;
    background: #F5F5F5;
    margin-bottom: 10px;
}

/* wrapper */
.hc-mega-menu {
    position: relative;
}

/* icon bar */
.hc-menu-toggle {
    display: none;
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.hc-menu-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    transition: 0.3s;
}

/* overlay */
.hc-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 998;
}

.section_slider .swiper-pagination {
    bottom: 50px !important;
}

/* header */
.hc-menu-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.hc-menu-logo img {
    max-width: 111px;
}

.hc-menu-close {
    font-size: 22px;
    background: none;
    border: 0;
    cursor: pointer;
}


/* WRAP */
.header-search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    transform: translateY(-100%);
    transition: all .35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding-bottom: 33px;
}

.header-search-wrap:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #EDEDED;
    position: absolute;
    bottom: 33px;
}

.header-search-wrap.active:after {
    content: "";
    position: fixed;
    z-index: 66666;
    top: 148px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    opacity: 0.6;
    background: #161616;
}

/* ACTIVE */
.header-search-wrap.active {
    transform: translateY(0);
}

/* INNER */
.header-search-inner {
    max-width: 1312px;
    margin: auto;
    padding: 40px 20px 20px;
}

/* FORM */
.header-search-inner form {
    display: flex;
    align-items: center;
    gap: 33px;
}

/*Slider*/
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.search-type {
    padding: 16px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    max-width: 228px;
    font-size: 20px;

}

.header-search-input {
    flex: 1;
    padding: 10px;
    font-size: 20px;
    border: 0;
    border-radius: 0;
    line-height: 24px;
    font-family: "Bai Jamjuree", sans-serif;
}

.header-search-input::placeholder {
    color: #223C4E;
    font-size: 20px;
}

.search-submit {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 20px;
}

.disclaimer {
    display: none;
}

body.home .disclaimer,
body.woocommerce .disclaimer {
    display: flex;
}

footer {
    color: #fff;
}

#bottom_footer {
    padding-top: 123px;
    padding-bottom: 55px;
}

#top_f {
    margin-bottom: 264px;
}

blockquote,
blockquote p {
    margin: 0;
}

blockquote::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 40px;
    background: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 40'>\
<path opacity='0.2' fill='white' d='M27.904 12.544L24.064 16C19.6267 20.0107 17.408 24.8747 17.408 30.592V39.04H0V30.592C0 24.8747 1.024 19.712 3.072 15.104C5.20533 10.496 8.27733 6.61333 12.288 3.45599L16.64 0L27.904 12.544ZM55.808 12.544L51.968 16C47.5307 20.0107 45.312 24.8747 45.312 30.592V39.04H27.904V30.592C27.904 24.8747 28.928 19.712 30.976 15.104C33.1093 10.496 36.1813 6.61333 40.192 3.45599L44.544 0L55.808 12.544Z'/>\
</svg>") no-repeat center / contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 42px 0;
    color: #20285A;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 24px;
    color: #20285A;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #223C4E;
    margin: 0 0 19px;
}

.container {
    max-width: 1312px;
    margin: 0 auto;
    display: block;
}

.page-header {
    border-bottom: 1px solid #EDEDED
}

#breadcrumbs {
    padding: 15px 0 19px;
    color: #999999;
}

#breadcrumbs .breadcrumb_last {
    font-size: 12px;
    line-height: 8px;
    color: #515151;
    text-decoration: underline;
}

#breadcrumbs span a {
    font-size: 12px;
    line-height: 8px;
    color: #999999;
    text-decoration: none;
}

/*Home*/
.section_slider:before {
    z-index: 2;
    content: "";
    background: linear-gradient(180deg, #070F42 6.33%, rgba(31, 31, 31, 0) 28.63%);
    opacity: 20%;
    pointer-events: none;
}

.tuyen_ngon_text {
    position: absolute;
    z-index: 9;
    padding-top: 100px;
}

.h_section2 {
    padding-top: 101px;
    padding-bottom: 63px;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.lantoa_img {
    margin: 0 auto !important;
    max-width: 309px !important;
}

.lantoa_img .pulse.animate {
    transform: scale(1.7);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #f8f6f6
}

.lantoa_img:after {
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.lantoa3 {
    transform: translate(-50%, -50%);
}

.lantoa3 img {
    animation-name: pulse;
    animation-duration: 2.5s;
}

.lantoa_img:after,
.lantoa_img:before,
.line_toa3:after {
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2026/02/line_toa.svg') no-repeat center / contain;
    animation-name: pulse;
    animation-duration: 2.5s;
    z-index: -1
}

.lantoa3 img {
    animation-delay: 2.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.lantoa_img:before {
    animation-delay: 1.3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.lantoa_img:after {
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale3d(.9, .9, 1);
    }

    100% {
        opacity: 0;
        transform: scale3d(2, 2, 1);
    }
}

.h_section5 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.box_tontrong {
    padding: 82px 34px 102px;
}

.h_section7 {
    padding-top: 80px;
}

.hc-news {
    margin: auto;
}

.hc-news__title {
    text-align: center;
    color: #223C4E;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    /* 112.5% */
    margin-bottom: 32px;
}

.hc-news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.hc-news__thumb img {
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hc-news__meta {
    color: #5E6479;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 18px;
}

.hc-news__meta span {
    margin-left: 24px;
}

.hc-news__heading {
    margin-top: 16px;
}

.hc-news__heading a {
    color: #223C4E;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    text-transform: none;
}

.box_htbh {
    padding: 32px;
}

.h_section8 {
    padding-top: 80px;
    padding-bottom: 64px;
}

.box_hdm {
    padding: 36px 0px;
    max-height: 308px;
}

.h_sectiondm {
    margin-bottom: 0;
}

.h_sectiondm .e-n-tab-title {
    padding: 0 !important;
    font-family: "Bai Jamjuree";
}

.h_sectiondm .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    font-weight: 600;
}

.h_sectiondm .e-n-tabs .e-n-tabs-content .elementor-widget-heading {
    position: absolute;
    bottom: 48px;
}

.h_sectiondm .e-n-tabs .elementor-widget-image {
    border-radius: 24px;
}

/*Giới thiệu*/
.about_section2,
.about_section3 {
    margin-bottom: 52px;
}

.no_space_p p {
    margin: 0 !important;
}

.about_section4 {
    margin-bottom: 95px;
}

.text_cuon {
    margin-top: 16px;
    color: var(--text-color2, #223C4E);
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 126.667% */
}

.roller-track span {
    font-weight: 700;
    position: relative;
}

/*csr*/
.csr_section2 {
    margin-bottom: 127px;
    margin-top: 69px;
}

.csr_section5 {
    padding: 103px 0;
}

.csr_section7 .elementor-counter {
    align-items: start;
}

.csr_section8 {
    margin: 82px 0;
}

/*Bảo hành*/
.box_bh {
    padding: 32px;
}

#bh_sec1 {
    margin: 40px 0 120px;
}

#bh_sec2 {
    margin-bottom: 120px;
}

.warranty_t .sub-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #00A1C1;
}

.warranty_t h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #002260;
    margin-bottom: 0;
}

.box_warranty {
    display: flex;
    gap: 170px;
    margin-bottom: 36px;
}

#warranty-province {
    font-family: 'Bai Jamjuree';
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 0 32px;
    color: #223C4E;
    font-size: 16px;
    height: 66px;
    line-height: 24px;
    width: 336px;
    appearance: none;
    /* Loại bỏ style mặc định trên nhiều browser */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
}

.box_search_wap .search-wrapper {
    width: 336px;
    height: 66px;
}

.box_search_wap .search-wrapper #warranty-keyword {
    width: 336px;
    height: 66px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    padding: 16px;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

#warranty-keyword::placeholder {
    color: var(--text-color2, #223C4E);
}

.box_search_wap {
    display: flex;
    gap: 16px;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:before {
    content: url("/wp-content/uploads/2026/01/dropdown.svg");
    /* icon trước select */
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
    z-index: 1;
}

.search-wrapper {
    position: relative;
    width: 260px;
    height: 58px;
}

.search-wrapper #sl-keyword {
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    display: flex;
    width: 260px;
    height: 58px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    color: var(--text-color2, #223C4E);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

#sl-keyword::placeholder {
    color: #223C4E;
}

.search-wrapper svg {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.box_wt {
    max-height: 350px;
    /* Chiều cao tối đa */
    overflow-y: auto;
    /* Cuộn dọc nếu vượt */
}

/* =========================
   FIREFOX
========================= */
* {
    scrollbar-width: thin;
    scrollbar-color: #e2e2e2 #F5F5F5;
}

/* Table cơ bản */
table {
    width: 100%;
    border-collapse: collapse;
    /* loại bỏ khoảng cách giữa các cell */
    font-family: 'Bai Jamjuree';
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    /* shadow nhẹ */
}

table thead th {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

/* Header */
table thead tr {
    text-align: left;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}

table thead th {
    padding: 18px 0;
    color: #445262;
    font-weight: 700;
    text-transform: uppercase;
}

/* Rows */
table tbody tr {
    transition: background 0.2s;
    font-size: 16px;
    text-transform: uppercase;
}

table tbody tr:nth-child(2n) {
    background-color: #F3F3F3;
}

/* Hover row */
table tbody tr:hover {
    background-color: #f0f8ff;
}

/* Cell padding */
table td {
    padding: 18px 0;
    color: #445262;
    min-width: 165px;
}

/* STT column nhỏ hơn */
table td:first-child {
    min-width: 60px;
    padding-left: 8px;
    text-align: left;
}

/* Liên hệ */
.box_banner_lh .e-con-inner {
    position: relative;
}

.lh_faq {
    margin-bottom: 160px;
}

.lh_faq .e-con-inner {
    max-width: 824px;
}

.lh_col3 .elementor-widget-icon-list {
    margin-top: 23px;
    border-top: 3px solid #DEDEDE;
    padding-top: 28px;
}

.lh_col3 .elementor-widget-icon-list .elementor-icon-list-icon {
    margin-top: 6px;
}

.lh_faq h2 {
    margin-bottom: 53px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    padding: 0 0 20px;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-family: "Bai Jamjuree";
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.elementor-widget-n-accordion .e-con-full.e-child {
    border: 0;
    border-bottom: 1px solid #5c5c5c;
    padding: 38px 0 8px;
}

.elementor-widget-n-accordion .e-con-full.e-child p {
    margin: 0 0 30px;
}

.e-n-accordion-item-title-icon {
    margin-top: -15px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    width: 30px;
    height: 30px;
}

.e-closed:hover svg circle {
    fill: #00A1C1;
}

/** Mua ở đâu*/
.box_sl {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.box_sl .select-wrapper {
    width: 260px;
}

.box_sl .select-wrapper:before {
    right: 18px;
}

.box_sl select,
select {
    color: #223C4E;
    border: 1px solid #E5E5E5;
    height: 58px;
    border-radius: 8px;
    padding: 16px;
    font-family: Bai Jamjuree;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    appearance: none;
    /* Loại bỏ style mặc định trên nhiều browser */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 100%;
    background: transparent;
}

.store-locator {
    display: flex;
    gap: 32px;
}

.store-left {
    width: 41.6666%;
}

.store-map {
    width: 58.3333%;
    min-height: 600px;
}

.store-item {
    padding: 19px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 24px;
}

.store-item p {
    margin: 0;
    margin-top: 19px;
    color: #223C4E;
    position: relative;
    padding-left: 23px;
}

.store-item p a {
    color: #223C4E;
}

.store-item.active {
    background: #f5f7fa;
}

.store-item svg {
    position: absolute;
    left: 0;
    top: 5px;
}

.section_store {
    padding-left: 160px;
}

.store-map iframe {
    min-height: 584px !important;
    border-radius: 16px;
}

.section_diachi {
    margin-bottom: 160px;
}

#sl-list {
    max-height: 584px;
    overflow: auto;
}

.btn_kp {
    padding: 16px 24px;
}

.box_npp {
    height: 290px;
    border-right: 1px solid #E5E5E5;
}

.box_npp.box4 {
    border: 0;
}

.title_store {
    font-weight: 600;
    color: #223C4E;
}

/* Archive Product */
.bot_box {
    padding-top: 30px;
}

.top_parent_box {
    display: grid;
    grid-template-columns: 0.83fr 1fr;
    gap: 134px;
    align-items: center;
    margin-bottom: 30px;
}

.top_parent_box h1 {
    margin: 0;
    margin-bottom: 22px;
    font-weight: 700;
    color: #002260;
}

.top_parent_box .left {
    color: #445262;
}

.wc-parent-layout .page-header {
    border-top: 1px solid #EDEDED;
}

.top_banner {
    height: 400px;
    display: flex;
    align-items: center;
}

.top_banner .container {
    width: 100%;
}

.top_banner h1 {
    color: #fff;
    margin: 0;
}

.usp {
    padding-top: 48px;
    margin-bottom: 71px;
}

.usp img {
    border-radius: 24px;
}

.usp h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #002260;
    margin-bottom: 32px;
}

.usp p:nth-child(2) {
    max-width: 864px;
    color: #445262;
    margin: 0 auto 50px
}

.usp p:nth-child(4) {
    max-width: 864px;
    margin: -6px auto 48px;
    color: #445262;
}

.hc-subcat-slider {
    --slides: 2.5;
}

/* Khi chỉ có 1–2 cate */
/* .hc-subcat-slider .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
	transform: none !important;
} */

.hc-subcat-slider .swiper-slide {
    width: calc(100% / var(--slides, 5)) !important;
    flex-shrink: 0;
}

.hc-subcat-slider .img {
    border-radius: 8px;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
}

.hc-subcat-card .img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 194px;
}

.hc-subcat-card .title {
    padding: 16px 0 0;
    font-weight: 600;
    color: #223C4E;
}

.feature-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 48px 0;
    height: max-content;
}

/* Item */
.feature-item {
    background: #F0FBFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 32px;
    overflow: hidden;
    justify-content: space-between;
}

/* Title */
.feature-item h3 {
    color: var(--Main---Deep-blue, #002260);
    font-family: "Bai Jamjuree";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 125% */
    margin-bottom: 16px;
    padding: 0 24px;
}

.feature-item>p:nth-child(1) {
    margin: 0 0 4px;
    padding: 0 24px;
}

/* Description */
.feature-item .feature-desc {
    font-size: 16px;
    color: #20285A;
    max-width: 100%;
    margin: 0;
    margin-bottom: 32px;
    padding: 0 24px;
}

.feature-item .feature-img {
    display: flex;
}

/* Image xuống đáy */
.feature-item img {
    margin-top: auto;
    /* KEY: đẩy ảnh xuống dưới */
    width: 100%;
    object-fit: cover;
    border-radius: 0;

}

.khampha {
    margin-bottom: 86px;
}

.bottom_parent_box {
    margin-top: 43px;
}

.khampha h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.hc-subcat-card-child {
    padding: 37px 56px;
    border-radius: 16px;
    border: 1px solid #EEE;
    box-sizing: border-box;
}

.hc-subcat-card-child img {
    margin-bottom: 20px;
}

.khampha h3 {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
}

.cat-best-seller-slider {
    padding: 48px 0;
}

.hot-product-wrap {
    display: grid;
    grid-template-columns: 66.666% 1fr;
    /* banner to hơn */
    gap: 40px;
    align-items: stretch;
}

/* Banner trái */
.hot-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Slider phải */
.hot-product-slider {
    height: auto;
}

.hot-product-slider-wrap {
    max-height: 620px;
    overflow-y: auto;
    padding-right: 8px;
}

.hot-product-section {
    margin-bottom: 48px;
}

.hot-product-section .section-title {
    color: #20285A;
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 86.667% */
    margin-bottom: 32px;
}

.hot-product-slider .swiper-wrapper-p {
    display: flex;
    flex-flow: column;
    gap: 40px;
}

.hot-product-item {
    display: grid;
    gap: 15px;
    align-items: center;
    grid-template-columns: 160px auto;
}

.hc-product-price {
    color: var(--Main---Deep-blue, #002260);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.hot-product-info .hc-badge-wrap {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 16px;
}

.hot-product-info .hot-product-title {
    color: #223C4E;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
}

.hot-product-price {
    color: var(--Main---Deep-blue, #002260);
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    margin-bottom: 16px;
    display: block;
}

.hot-product-meta .hc-btn.hc-btn-outline {
    height: 40px;
    padding: 8px 16px;
    box-sizing: border-box;
    line-height: 22px;
}

.cat-best-seller-slider h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    color: #20285A;
    margin-bottom: 42px;
}

.bestSellerSwiper .swiper-wrapper .swiper-slide {
    width: 25%;
}

.hc-product-card {
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.hc-badge-wrap {
    position: absolute;
    z-index: 23;
    top: 18px;
    right: 18px;
    display: flex;
    gap: 8px;
}

.hc-best,
.hc-badge-best,
.hc-badge,
.hc-badge-new {

    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    background: linear-gradient(238.57deg, #DF7122 6.73%, #EB3D26 95.72%);
}

.hc-badge-new {
    background: linear-gradient(238.57deg, #0244B8 6.73%, #002360 95.72%);
}

.hc-thumb img {
    width: 100%;
    object-fit: cover;
    margin-bottom: -60px;
}

.hot-product-thumb .hc-thumb img {
    margin-bottom: 0;
}

.hc-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #223C4E;
    margin-bottom: 4px;
}

.hc-price,
li.product .price {
    color: var(--Main---Deep-blue, #002260);
    font-family: "Bai Jamjuree";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
}

.button.product_type_simple {
    display: none;
}

li.product .price {
    margin-bottom: 24px;
    display: block;
}

.hc-btn {
    display: block;
    text-align: center;
    padding: 12px 32px;
    border-radius: 8px;
    color: #002260;
    font-weight: 600;
    transition: .25s;
    border: 1px solid #002260;
}

.hc-btn svg {
    margin-right: 8px;
    vertical-align: sub;
}

.hc-btn:hover {
    color: #fff;
    background: linear-gradient(238.57deg, #0244B8 6.73%, #002360 95.72%);
}

.bottom_parent_box {
    margin-bottom: 160px;
}

.bottom_parent_box .container {
    display: grid;
    grid-template-columns: 25% 75%;
}

.p_sidebar {
    margin-right: 32px;
}

.products.columns-4 {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(3, 1fr);
    ;
    gap: 32px;
}

li.product {
    position: relative;
    padding: 16px;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
}

.box_img {
    overflow: hidden;
}

li.product img {
    transition: transform .45s ease;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: -60px;
}

li.product:hover img {
    transform: scale(1.06);
}

li.product h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #223C4E;
    margin-bottom: 4px;
    min-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    /* official standard property */
}

.add_to_cart_button {
    display: none;
}

.hc-product-info ul {
    color: #223C4E;
    list-style: none;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 24px;
}

.hc-product-info ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}

.hc-product-info ul li:nth-child(1) {
    margin-bottom: 20px;
}

.hc-product-info ul li:last-child {
    margin-bottom: 0;
}

.hc-product-info ul li:before {
    content: url("/wp-content/uploads/2026/01/icotich.svg");
    position: absolute;
    top: 0;
    left: 0;
}

.hc-product-info ul li:nth-child(1):before {
    content: url("/wp-content/uploads/2026/01/icohotline.svg");
}

.wpf-close {
    display: none;
}

body .wpfFilterWrapper .wfpTitle {
    font-weight: 700;
    color: #223C4E;
    margin-bottom: 0;
    height: auto;
}

body .wpfFilterWrapper[data-filter-type] {
    padding: 0;
    margin: 0 0 24px;
}

body .wpfFilterWrapper .wpfFilterTitle {
    margin-bottom: 16px;
}

body .wpfTitleToggle {
    display: none !important;
}

body .wpfFilterWrapper select {
    padding: 8px 16px;
    height: 36px;
    line-height: 16px;
    color: #445262;
}

body .ui-slider.ui-widget-content .ui-slider-handle {
    background: #00A1C1;
    border: 0 !important;
    border-radius: 0;
    width: 20px;
    height: 20px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 4px;
    top: 50%;
    margin-top: -10px;
}

body .ui-widget-header {
    background: #00A1C1 !important;
}

body .ui-slider.ui-widget-content:not(.iris-slider-offset) {
    border: 0 !important;
    background: #E0E9EB !important;
    height: 5px;
    border-radius: 4px;
}

body .wpfFilterWrapper .wpfPriceInputs {
    margin: 0 -15px;
    justify-content: left;
}

body .wpfPriceRangeField#wpfMinPrice,
body .wpfPriceRangeField#wpfMaxPrice {
    font-family: Bai Jamjuree;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

body .wpfFilterDelimeter {
    margin: 0;
}

body .wpfPriceInputs .wpfCurrencySymbol {
    margin-left: 0px !important;
}

body .wpfFilterWrapper .wpfCheckbox label {
    width: 20px !important;
    height: 20px !important;
}

body .wpfFilterWrapper .wpfCheckbox label::before {
    border-radius: 4px;
}

body .wpfFilterVerScroll li label {
    margin-bottom: 8px;
}

body .wpfFilterWrapper .wpfFilterTaxNameWrapper {
    color: #445262;
}

body .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked+label::before {
    background-color: #00A1C1 !important;
    border: 1px solid #00A1C1 !important;
    background-image: url(/wp-content/uploads/2026/01/icovwhite.svg) !important;
    background-size: 70% 70% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/** single product **/
.hc-product-sku {
    color: #445262;
}

.single-product .summary .hc-product-sku {
    color: #445262;
    font-size: 18px;
    text-transform: uppercase;
}

.top_single_product {
    display: grid;
    grid-template-columns: minmax(0, 50%) 1fr;
    gap: 0;
    align-items: start;
    max-width: 1322px;
    margin: 0 auto;
}

.hc-gallery {
    border-right: 1px solid #EDEDED;
    position: relative;
}

.hc-gallery .swiper-button-prev,
.hc-gallery .swiper-button-next {
    top: 33%;
}

.hc-gallery-main {
    width: 100%;
    max-width: 507px;
    overflow: hidden;
    border-radius: 12px;
}

.hc-gallery-main .swiper-wrapper {
    align-items: center;
}

.hc-gallery-thumbs {
    margin-top: 4px;
    width: 100%;
    margin-bottom: 130px;
    max-width: 507px;
    overflow: hidden;
}

.hc-gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #EDEDED;
}

.hc-gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.summary.entry-summary {
    padding: 72px 0px 72px 55px;
}

.hc-product-category {
    display: block;
    color: #069BC1;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.summary.entry-summary h1 {
    color: #20285A;
    font-family: "Bai Jamjuree";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 125% */
    margin: 17px 0 24px;
}

.summary.entry-summary .price {
    color: #20285A;
    font-family: "Bai Jamjuree";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 42px 0 16px;
}

.hc-tabs {
    margin-top: 40px;
}

.hc-tabs-nav {
    display: flex;
    gap: 24px;
}

.hc-tabs-nav button {
    background: none;
    border: none;
    padding: 0px 0px 10px;
    cursor: pointer;
    position: relative;
    padding: 0px 0 10px;
    min-width: 140px;
    color: rgba(156, 169, 184, 0.66);
    font-family: "Bai Jamjuree";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}

.hc-tabs-nav button.active {
    color: #546477;
}

.hc-tabs-nav button::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #EAEAEA;
}

.hc-tabs-nav button.active::after {
    background: #68858B;
}

.hc-tab-panel {
    display: none;
    padding-top: 32px;
}

.hc-tab-panel ul {
    margin: 0;
    padding-left: 30px;
}

.hc-tab-panel ul li {
    color: #445262;
    font-family: "Bai Jamjuree";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hc-tab-panel.active {
    display: block;
}

.hc-buy-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.hc-btn-primary,
.hc-btn-outline:hover {
    border-radius: 8px;
    background: linear-gradient(239deg, #155BDB 6.73%, #072B6D 95.72%);
    color: #fff;
    border-color: transparent;
}

.hc-btn-outline:hover svg path {
    stroke: #fff;
}

.hc-btn-primary:hover svg path {
    stroke: #002260;
}

.hc-btn-outline,
.hc-btn-primary:hover {
    border-radius: 8px;
    border: 1px solid var(--Main---Deep-blue, #002260);
    color: #002260;
    background: #fff;
}

.hc-spec-content {
    max-height: 400px;
    overflow-y: auto;
}

.hc-spec-content table {
    box-shadow: none;
}

.hc-spec-content table td {
    padding: 0 14px;
    text-align: right;
}

.hc-spec-content table tbody tr:nth-child(2n) {
    background: #F0F9FB;
}

.hc-spec-content table tbody th {
    font-weight: 400;
    padding: 0 14px;
}

.hc-spec-content table tbody tr {
    color: var(--Text-color, #445262);
    font-family: "Bai Jamjuree";
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    /* 266.667% */
    text-transform: none;
    text-align: left;
    padding: 0 14px;
}

.hc-video-slide {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.hc-video-slide iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hc-video-thumb {
    position: relative;
}

.hc-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hc-play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    background: rgba(0, 0, 0, .35);
}

.hc-gallery-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.hc-masonry-grid {
    column-count: 3;
    column-gap: 32px;
}

.hc-masonry-item {
    display: block;
    margin-bottom: 32px;
    break-inside: avoid;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.hc-masonry-item img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.hc-video .hc-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #fff;
    background: rgba(0, 0, 0, .25);
    opacity: 1;
    transition: .25s;
}

.fancybox__content img {
    border-radius: 16px;
}

.elementor-element-75ae616 {
    padding: 84px 0 49px;
}

.elementor-element-a8b8a66 {
    padding: 81px 0 84px;
}

.elementor-widget-text-editor p {
    margin: 0;
}

.tab_usp_sp {
    padding: 70px 213px 56px;
}

.tab_usp_sp .elementor-widget-n-tabs {
    padding: 0 149px;
}

.tab_usp_sp .e-n-tab-title {
    background: transparent !important;
    padding: 0 !important;
    align-items: center;
}

.tab_usp_sp .e-n-tabs-heading {
    align-items: flex-start !important;
}

.tab_usp_sp .e-n-tab-title-text {
    color: var(--Text-color-lower, #8594A6);
    font-family: "Bai Jamjuree";
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    /* 144.444% */
}

.tab_usp_sp .e-n-tabs {
    display: grid;
    grid-template-columns: 459px 1fr;
    gap: 64px;
}

.tab_usp_sp .e-n-tab-icon {
    width: 34px;
}

.tab_usp_sp .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
    color: #20285A;
}

.tab_usp_sp .e-n-tabs-content {
    color: #223C4E;
}

.hc-subcat-slider-child .swiper-wrapper {
    justify-content: center;
}

.woocommerce-tabs {
    border-top: 1px solid #EDEDED;
}

.woocommerce-tabs .tabs.wc-tabs {
    display: none;
}

.top_single_breadcrumb #breadcrumbs {
    margin: 0;
    padding: 16px 0;
}

.related.products {
    margin-top: 120px;
}

.related.products .heading_r {
    color: #20285A;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 32px;
}

.related.products .products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* FILE */
.hc-file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    margin-bottom: 12px;
    border-radius: 16px;
    background: #EAF8FF;
}

.hc-file-left {
    display: flex;
    gap: 8px;
    color: #002260;
    font-weight: 700;
}

.hc-file-item .hc-btn {
    padding: 8px 32px;

}

/* SPEC */
.hc-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.hc-spec-table th {
    text-align: left;
    width: 35%;
    color: #555;
}

.hc-spec-table td {
    color: #222;
}

.hc-spec-table th,
.hc-spec-table td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/*Archive*/
.featured-archive {
    margin-bottom: 56px;
}

.featured-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(238.57deg, #0244B8 6.73%, #002360 95.72%);
    border-radius: 16px;
    overflow: hidden;
    min-height: 260px;
    color: #fff;
}

.featured-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.5 / 1;
}

.featured-hero-content {
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url('/wp-content/uploads/2026/01/bg_tinb.png') no-repeat;
    background-position: bottom;
    background-size: cover;
}

.featured-hero-content .date-day {
    color: var(--White, #FFF);
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
}

.featured-date {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    display: flex;
    flex-flow: column;
}

.featured-title {
    margin-bottom: 12px;
    color: var(--White, #FFF);
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.featured-title a {
    color: #fff;
}

.featured-excerpt {
    font-size: 15px;
    opacity: .9;
    margin-bottom: 16px;
}

.featured-btn {
    color: #fff;
    display: flex;
    width: 272px;
    height: 50px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--White, #FFF);
    box-sizing: border-box;
    font-weight: 600;
}

.featured-archive-slider {
    padding-bottom: 25px;
}

.featured-archive-slider .swiper-pagination {
    bottom: 0;
}

.featured-archive-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00A1C1;
}

.category-tabs-wrap {
    margin: 48px 0 56px;
}

.category-tabs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.cat-tab {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #DADADA;
    font-size: 16px;
    font-weight: 600;
    color: #445262;
    background: #fff;
    text-decoration: none;
    transition: .2s;
}

.cat-tab:hover {
    background: linear-gradient(238.57deg, #0244B8 6.73%, #002360 95.72%);
    color: #fff;
}

.cat-tab.active {
    background: linear-gradient(238.57deg, #0244B8 6.73%, #002360 95.72%);
    color: #fff;
    border-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}


.cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-heading h2 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.latest-heading h3 {
    font-size: 18px;
    margin-bottom: 24px;
}

.latest-item {
    display: grid;
    grid-template-columns: 70px 404px 1fr;
    gap: 77px;
    padding: 40px 8.33333%;
}

.latest-date {
    text-align: center;
    color: #1d2b7a;
    display: flex;
    flex-flow: column;
}

.latest-date .day {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}

.latest-date .month {
    font-size: 16px;
    font-weight: 600;
}

.latest-thumb {
    overflow: hidden;
}

.latest-thumb img {
    transition: transform .4s ease;
    border-radius: 16px;
    aspect-ratio: 1.347 / 1;
    object-fit: cover;
}

.latest-thumb:hover img {
    transform: scale(1.07);
}

.latest-content h3,
h3 a {
    color: var(--text-color2, #223C4E);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    text-transform: none;
    margin-bottom: 16px;
}

.latest-content .excerpt {
    color: var(--Text-color, #445262);
    margin-bottom: 110px;
}

.latest-content .hc-btn {
    max-width: 272px;
}

.child_cat {
    padding: 40px 0;
}

.child_cat .card>a:nth-child(1) {
    display: flex;
    margin-bottom: 24px;
    overflow: hidden;
}

.child_cat .card img {
    transition: transform .4s ease;
    border-radius: 16px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.child_cat .card:hover img {
    transform: scale(1.07);
}

.child_cat .card h3 {
    min-height: 78px;
    margin-bottom: 16px;
}

.layout-2-col {
    background: linear-gradient(238.57deg, #155BDB 6.73%, #001D52 95.72%);
    padding: 64px 0 72px;
}

.layout-2-col h2 {
    color: #fff;
    text-transform: uppercase;
}

.layout-2-col .cat-header {
    justify-content: center;
}

.layout-2-col .cat-header .xemtatca {
    display: none;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 12px;
}

.grid-2 .card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.grid-2 .card img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.grid-2 .card .box-card {
    padding: 20px 45px;
    text-align: center;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.card-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #8594A6;
    display: flex;
    align-items: center;
    gap: 10px;
}

.grid-2 .card-title {
    color: #002260;
    margin: 9px 0 21px;
}

.grid-featured {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
}

.grid-featured img {
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.grid-featured .list-wrap img {
    aspect-ratio: 4 / 3;
}

.grid-featured .featured img,
.grid-featured .featured .card-date,
.layout-3-col .card-date,
.layout-3-col img,
.layout-3-col h3 {
    margin-bottom: 19px;
    display: block;
}

.grid-featured .list-wrap .card-date,
.layout-3-col .card-excerpt {
    margin-bottom: 28px;
}

.grid-featured .featured h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
}

.grid-featured .featured .card-excerpt {
    max-width: 100%;
    margin-bottom: 7px;
}

.grid-featured .read-more,
.layout-3-col .read-more,
.layout-4-col .read-more {
    justify-content: end;
    position: relative;
}

.grid-featured .read-more:before,
.layout-3-col .read-more:before,
.layout-4-col .read-more:before {
    content: "";
    width: calc(100% - 150px);
    height: 1px;
    background: #D3D1D1;
    position: absolute;
    left: 0;
    top: 53%;
}

.card-excerpt {
    max-width: 474px;
    margin: 0 auto 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-weight: 500;
    text-transform: uppercase;
    color: #002260;
}

.layout-featured-list {
    padding-top: 96px;
}

.list-wrap {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.list-item {
    display: flex;
    gap: 20px;
}

.list-item h3 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.layout-3-col {
    padding-top: 136px;
}

.layout-3-col .grid-3 img,
.layout-4-col .grid-4 img {
    border-radius: 16px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.layout-4-col {
    padding: 130px 0;
}

.layout-4-col .grid-4 img {
    min-width: 190px;
    max-height: 136px;
}

.layout-4-col .list-item h3 {
    margin-bottom: 65px;
}

.child-page {
    padding-top: 27px;
}

.child-page .grid-featured {
    margin-top: 27px;
}

.child-page .layout-3-col {
    padding-top: 0;
}

.child-page .grid-featured {
    margin-bottom: 109px;
}

.hc-pagination {
    margin-top: 86px;
    margin-bottom: 72px
}

.hc-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.hc-pagination ul li,
.hc-pagination ul li a {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.hc-pagination ul li.active {
    color: #00A1C1;
}

/*Single Post*/
table tbody tr {
    text-transform: none;
}

table #warranty-results tr {
    text-transform: uppercase;
}

.container-small {
    max-width: 864px;
    margin: 0 auto;
}

.container-xsmall {
    max-width: 640px;
    margin: 0 auto;
}

.single-layout h1 {
    max-width: 640px;
    margin: 70px auto 40px;
    text-align: center;
}

.single-layout img {
    border-radius: 16px;
}

.single-layout .post-header img {
    margin-bottom: 50px;
}

.single-layout .post-excerpt {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #0A152B;
    margin-bottom: 60px;
}

.single-layout .post-content h2 {
    margin-bottom: 38px;
}

.single-layout .post-content h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0A152B;
    margin-bottom: 30px
}

.dropcap {
    font-size: 40px;
    line-height: 24px;
}

.link_product {
    padding-left: 20px;
    position: relative;
    color: #252525;
    margin: 48px 0 60px;
}

.link_product p {
    margin: 0 !important;
}

.link_product a {
    position: relative;
    font-weight: 700;
    text-decoration: underline;
    color: #252525;
}

.link_product a::before {
    content: url("/wp-content/uploads/2026/01/bigarrow.svg");
    position: absolute;
    right: -58px;
    bottom: 0;
}

.link_product:before {
    content: "";
    width: 9px;
    height: 50px;
    border-radius: 4px;
    background: #00A1C1;
    position: absolute;
    left: 0;
}

.single-layout p {
    margin: 26px 0;
    color: #0A152B;
}

.single-layout .post-content .wp-caption {
    margin: 60px 0 42px;
}

.single-layout .post-content .wp-caption-text {
    margin: 10px 0 0;
    font-style: Italic;
    font-size: 12px;
    line-height: 16px;
    color: #8594A6;
}

.single-layout .post-content ol {
    padding: 0 0 0 15px;
    color: #0A152B;
}

.single-layout .post-content blockquote {
    margin-left: -112px;
    margin-right: -112px;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    position: relative;
    padding-left: 70px;
    margin-bottom: 54px;
}

.single-layout .post-content blockquote p {
    margin: 29px 0 53px;
    font-family: Story Script;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #252525;
}

.single-layout .post-content blockquote:before {
    content: url("/wp-content/uploads/2026/01/quote_red.svg");
    top: 38px;
}

.share {
    display: flex;
    gap: 17px;
    align-items: center;
    color: #8594A6;
}

.share-btn {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.baivietlienquan {
    border-top: 1px solid #EDEDED;
    margin-top: 54px;
    padding-top: 68px;
    margin-bottom: 72px;
}

.baivietlienquan .title_related {
    text-align: center;
}

.baivietlienquan .layout-3-col {
    padding-top: 29px;
}

/*404*/
.error-404 {
    margin-top: 50px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.error-404 img {
    margin-bottom: 16px;
}

.error-404 h2 {
    color: var(--Main---Deep-blue, #002260);
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
    margin-bottom: 13px;
}

.error-404 p {
    margin: 0;
    margin-bottom: 8px;
    color: var(--Main---Deep-blue, #002260);
    text-align: center;
    font-family: "Bai Jamjuree";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
}

.error-404 .hc-btn {
    max-width: 272px;
    margin: 36px auto 0;
}

/*footer*/
.disclaimer {
    padding: 31px 0 40px;
}

footer blockquote {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #DBE9F9;
    padding-top: 22px;
    padding-left: 2px;
}

.copy-msg {
    font-size: 13px;
    color: green;
    opacity: 0;
    transition: opacity 0.3s;
}

.copy-msg.show {
    opacity: 1;
}

footer blockquote strong {
    font-weight: 700;
    color: #00A1C1;
    line-height: 32px;
}

.f_menu {
    padding-top: 37px;
    gap: 72px;
}

.f_menu a {
    color: #fff;
    font-weight: 500;
}

.f_menu ul li {
    margin-bottom: 18px !important;
}

.pattern {
    position: absolute;
    bottom: -150px;
    left: -60px;
}

.pattern2 img {
    animation-delay: 0s;
}

@keyframes a_c {
    0% {
        opacity: 1;
        transform: scale(.75)
    }

    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

/* BACK TO TOP */
#back-top {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.95);

    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hiện khi scroll */
#back-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Hover effect */
#back-top:hover {
    transform: translateY(-4px) scale(1.05);
}

.layout-featured-list h2,
.layout-3-col h2,
.layout-4-col h2 {
    margin-bottom: 0;
    padding-right: 24px;
    background: #fff;
}

.layout-featured-list .cat-header,
.layout-3-col .cat-header,
.layout-4-col .cat-header {
    position: relative;
    margin-bottom: 24px;
}

.space_border {
    width: 100%;
    height: 1px;
    background: #EAEAEA;
    position: absolute;
    z-index: -1;
}

.xemtatca a {
    color: #002260;
    display: flex;
    align-items: center;
    padding-left: 24px;
    background: #fff;
    gap: 9px;
}

/** Search Page **/
.head_results {
    padding: 45px 0 17px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 46px;
}

.search-result-title {
    color: var(--Main---Deep-blue, #002260);
    font-family: "Bai Jamjuree";
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
}

.search .products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.loc_mb {
    display: none;
}

.woocommerce-Tabs-panel--description .elementor a {
    text-decoration: underline;
}

.woocommerce-Tabs-panel--description img {
    border-radius: 24px;
}

/**bổ sung css*/
.grid-3>* {
    max-width: 416px;
    width: 100%;
}

.latest-thumb img,
.layout-3-col .grid-3 img,
.hc-news__thumb img {
    aspect-ratio: 2/1
}

.latest-content .excerpt {
    margin-bottom: 16px;
}

@media (max-width: 1540px) {
    .tab_usp_sp .elementor-widget-n-tabs {
        padding: 0;
    }
}

@media (max-width: 1350px) {

    .e-con>.e-con-inner,
    .container,
    .container-small {
        max-width: 100%;
        padding: 0 32px;
    }

    .mega-inner {
        padding: 24px 32px 40px;
    }

    .tab_usp_sp {
        padding: 70px 0px 56px;
    }

    .tab_usp_sp .elementor-widget-n-tabs {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .e-con>.e-con-inner,
    .container,
    .container-small {
        max-width: 100%;
        padding: 0 24px;
    }

    .mega-inner {
        padding: 24px 24px 40px;
    }

    #menu-main-menu li a {
        font-size: 14px;
    }

    .text_slider {
        margin-top: -100px;
    }

    .section_store {
        padding-left: 60px;
    }

    .summary.entry-summary {
        padding: 72px 24px 55px;
    }

    .tab_usp_sp {
        padding: 48px 0;
    }

    .tab_usp_sp .elementor-widget-n-tabs {
        padding: 0 24px;
    }

    .box_warranty {
        gap: 60px;
    }
}

/* MOBILE */
@media(max-width:991px) {

    .e-con>.e-con-inner,
    .container,
    .container-small {
        max-width: 100%;
        padding: 0 24px;
    }

    .mega-inner {
        padding: 24px 24px 40px;
    }

    .hc-masonry-grid {
        column-count: 2;
    }

    .hc-menu-list .mega-menu {
        position: absolute;
        display: none;
        box-shadow: none;
        height: 100vh;
    }

    .mega-level-1 .mega-parent {
        color: var(--Text-color, #445262);
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
        /* 240% */
    }

    .menu-item.is-mega.active>.mega-menu {
        display: block;
    }

    .mega-inner {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .mega-col-center,
    .mega-col-right {
        display: none;
    }

    .hc-menu-toggle {
        display: block;
    }

    .hc-menu-wrap {
        position: fixed;
        inset: 0;
        background: #0f172a;
        transform: translateX(-100%);
        transition: 0.3s ease;
        z-index: 999;
        padding: 80px 20px;
        overflow-y: auto;
    }

    .hc-mega-menu.active .hc-menu-wrap {
        transform: translateX(0);
    }

    /* menu dọc */
    .main-menu {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .menu_ {
        order: 3;
    }

    .logo:after {
        display: none;
    }

    .hot_ img,
    .hot_fixed img {
        max-width: 20px;
        vertical-align: unset !important;
    }

    body.ehf-header #masthead,
    body:not(.home).ehf-header #masthead {
        padding: 20px 0;
    }

    .hot_ {
        gap: 24px;
        align-items: center;
    }

    .search_ico,
    .email_ico {
        width: 20px;
        height: 20px;
    }

    .hc-menu-header {
        display: flex;
    }

    /* panel */
    .hc-menu-panel {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        transform: translateX(-100%);
        transition: .3s ease;
        z-index: 999;
        display: flex;
        flex-direction: column;
    }

    /* body */
    .hc-menu-body {
        padding: 24px 20px;
        overflow-y: auto;
    }

    /* menu list */
    .hc-menu-list {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    #menu-main-menu {
        gap: 0;
    }

    .hc-menu-list a {
        color: var(--Text-color, #445262) !important;
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
        /* 240% */
    }

    /* active state */
    .hc-mobile-menu.active .hc-menu-panel {
        transform: translateX(0);
    }

    .hc-mobile-menu.active .hc-menu-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    /* hide mega by default */
    .hc-menu-list .mega-menu {
        display: none;
        margin-top: 16px;
    }

    /* open */
    .hc-menu-list li.is-mega.open>.mega-menu {
        display: block;
    }

    /* reset desktop grid -> mobile list */
    .hc-menu-list .mega-inner {
        display: block;
    }

    .hc-menu-list .mega-col {
        display: block;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .mega-col-group {
        position: fixed;
        inset: 0;
        background: #fff;
        z-index: 10000;
        transform: translateX(100%);
        transition: transform .3s ease;
        overflow-y: auto;
        padding: 16px;
    }

    .mega-col-group.is-open {
        transform: translateX(0);
    }

    .mega-col-center .mega-overview-link {
        display: flex;
    }

    .mega-back {
        padding: 14px 0px;
        border-bottom: 1px solid #eee;
        font-weight: 600;
        cursor: pointer;
    }

    .mega-col-right {
        padding-top: 24px;
    }

    .mega-level-2 {
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
        justify-items: left;
    }

    .mega-level-2 .img_box {
        display: none;
    }

    .mega-level-2 li a {
        line-height: 24px;
    }

    body:not(.home) .hc-menu-toggle svg path {
        stroke: #445262;
    }

    .header-search-wrap {
        padding: 0;
    }

    .header-search-inner {
        padding: 16px;
    }

    .header-search-inner form {
        gap: 0;
    }

    .search-submit {
        margin-right: 16px;
    }

    .search-submit svg {
        max-width: 20px;
    }

    .header-search-wrap:before {
        display: none;
    }

    .search-type {
        padding: 8px;
        max-width: fit-content;
        font-size: 16px;
        height: auto;
    }

    .header-search-input,
    .header-search-input::placeholder {
        font-size: 16px;
        font-family: "Bai Jamjuree", sans-serif !important;
    }

    .header-search-wrap.active:after {
        top: 82px;
    }

    .section_slider .rs-parallax-wrap {
        left: 16px !important;
        right: 16px;
    }

    .section_slider .rs-parallax-wrap [data-type="text"] {
        width: 100% !important;
        font-size: 40px !important;
        line-height: 48px !important;
    }

    .section_slider .rs-parallax-wrap .rev-btn.rs-layer {
        display: flex;
        width: 252px !important;
        height: 42px !important;
        padding: 8px 40px !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 8px !important;
        border: 1px solid #C5EAFD;
        color: #FFF !important;
        text-align: center !important;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 24px !important;
        /* 171.429% */
        text-transform: uppercase;
    }

    .h_section2 {
        padding-top: 50px;
        padding-bottom: 0px;
        margin-bottom: 60px;
        display: flex;
    }

    .box_hdm {
        padding: 10px;
    }

    .h_sectiondm {
        margin-bottom: 0px;
    }

    .h_sectiondm .e-n-tabs .e-n-tabs-content .elementor-widget-heading {
        bottom: 10px;
    }

    .h_sectiondm .e-n-tabs .e-n-tabs-content .elementor-widget-image {
        width: 100%;
    }

    .h_section5 {
        padding-top: 24px;
        padding-bottom: 0;
    }

    .box_img_hu {
        max-width: 168px;
        margin: 0 auto;
        background-size: contain;
        margin-top: 0px;
    }

    .box_tontrong {
        padding: 50px 20px;
    }

    .h_section7 {
        padding-top: 48px;
    }

    .hc-news__title {
        line-height: 32px;
        margin-bottom: 24px;
    }

    .h_section8 {
        padding-top: 48px;
    }

    #bottom_footer {
        padding: 58px 0 37px;
    }

    .about_section2 {
        padding: 50px 8px;
    }

    .about_section4 {
        margin-bottom: 66px;
    }

    .about_gtcl {
        padding: 95px 8px 115px;
    }

    .csr_section2 {
        margin-bottom: 57px;
    }

    .tnbv_csr {
        padding: 182px 10px 202px;
    }

    .vndd_csr {
        padding: 206px 10px 206px;
        order: 2;
    }

    .section_store {
        padding: 54px 24px 0;
    }

    .box_npp {
        height: 200px;
        border: 0;
    }

    .box_sl,
    .store-locator,
    .box_warranty,
    .box_search_wap {
        flex-flow: column;
    }

    .box_sl .select-wrapper,
    .search-wrapper,
    .search-wrapper #sl-keyword,
    .store-left,
    .store-map {
        width: 100%;
    }

    #bh_sec1 {
        margin: 41px 0 64px;
    }

    .box_warranty {
        gap: 27px;
    }

    .warranty-table thead {
        display: none;
    }

    .box_wt {
        max-height: 890px;
    }

    #warranty-results tr td {
        width: 100%;
        padding: 5px;
    }

    #warranty-results tr {
        margin-bottom: 27px;
        display: flex;
        flex-flow: column;
        width: 100%;
        max-width: 100%;
    }

    .lh_faq {
        margin-bottom: 60px;
    }

    .csr_section3 .elementor-widget-image {
        width: 100%;
    }

    #warranty-province,
    .box_search_wap .search-wrapper,
    .box_search_wap .search-wrapper #warranty-keyword {
        width: 100%;
    }

    .warranty-wrapper .box_wt {
        overflow: unset;
        max-height: none;
    }

    .warranty-wrapper .warranty-table {
        box-shadow: none;
    }

    .category-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .category-tabs::-webkit-scrollbar {
        display: none;
    }

    .category-tabs a {
        flex: 0 0 auto;
    }

    .category-tabs-wrap {
        margin-top: 25px;
    }

    .featured-hero-content {
        box-sizing: border-box;
        padding: 33px 22px;
    }

    .featured-title {
        margin-bottom: 39px;
    }

    .latest-item {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 15px;
        position: relative;
        margin-bottom: 39px;
    }

    .latest-content .excerpt {
        margin-bottom: 28px;
    }

    .latest-date {
        position: absolute;
        top: 8px;
        background: #fff;
        left: 8px;
        padding: 10px;
        border-radius: 4px;
        order: 2;
        z-index: 232;
    }

    .latest-date .day {
        font-size: 30px;
    }

    .latest-thumb {
        order: 1;
    }

    .latest-content {
        order: 3;
    }

    .single-layout h1 {
        margin: 39px 0 19px;
        font-size: 32px;
    }

    .single-layout .post-header img {
        margin-bottom: 39px;
    }

    .single-layout .post-excerpt {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 39px;
    }

    .single-layout .post-content h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 42px;
    }

    .link_product a::before {
        display: none;
    }

    .single-layout .post-content blockquote {
        margin: 0;
    }

    .baivietlienquan .layout-3-col {
        padding-top: 0;
    }

    .top_parent_box {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .top_parent_box h1,
    h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .hc-subcat-slider {
        --slides: 1.5;
    }

    .feature-wrap,
    .bottom_parent_box .container,
    .products.columns-4,
    .hot-product-wrap,
    .top_single_product,
    .hc-buy-actions,
    .tab_usp_sp .e-n-tabs,
    .related.products .products.columns-4 {
        grid-template-columns: 1fr;
    }

    .feature-item h3 {
        font-size: 20px;
    }

    .usp {
        margin-bottom: 0;
    }

    .p_sidebar {
        margin-right: 0;
    }

    .loc_mb {
        display: block;
        border-radius: 8px;
        background: #00A1C1;
        color: #FFF;
        font-family: "Bai Jamjuree";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 130% */
        padding: 20px 17px;
        margin-bottom: 48px;
    }

    /* Wrapper filter */
    body .wpfMainWrapper {
        position: fixed !important;
        top: 0;
        left: 0;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        display: none;
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.35s ease, opacity 0.25s ease;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 32px 16px;
        box-sizing: border-box;
    }

    .wpfMainWrapper.is-open {
        display: block;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .wpf-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        margin-left: auto;
        display: block;
        border: none;
        background: #fff;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;

        z-index: 10001;
    }

    body .wpfPriceRangeField#wpfMinPrice,
    body .wpfPriceRangeField#wpfMaxPrice {
        width: 33.333% !important;
    }

    .khampha h2,
    .hot-product-section .section-title {
        font-size: 24px;
        text-align: left;
    }

    .hc-gallery-thumbs,
    .hc-gallery-main {
        max-width: 300px;
    }

    .hc-gallery-thumbs {
        margin-bottom: 60px;
    }

    .summary.entry-summary {
        padding: 16px;
        box-sizing: border-box;
    }

    .hc-tabs-nav {
        flex-flow: column;
    }

    .hc-buy-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .hc-buy-actions a {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .hc-file-item {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .tab_usp_sp {
        padding: 63px 0;
    }

    .tab_usp_sp .elementor-widget-n-tabs {
        padding: 0;
    }

    .tab_usp_sp .e-n-tab-title {
        justify-content: left;
    }

    .related.products {
        margin-top: 45px;
    }

    .lh_col3_1 .elementor-icon-list-item,
    .lh_col3_3 .elementor-icon-list-item,
    .lh_col3_2 .elementor-icon-list-item {
        margin-top: 0 !important;
    }

    .tuyen_ngon_text {
        padding-top: 50px;
    }

    .hc-subcat-slider-child .swiper-wrapper {
        justify-content: start;
    }

    rs-layer-wrap.rs-parallax-wrap:has(rs-layer[data-type="shape"]) {
        left: 0 !important;
        right: 0 !important;
    }

}

/* Responsive nhỏ màn hình */
@media (max-width: 768px) {
    #top_f {
        gap: 0;
        margin-bottom: 70px;
    }

    .f_menu {
        padding-top: 48px;
        gap: 0;
    }

    .f_menu2 {
        padding-top: 0;
    }

    .featured-hero {
        grid-template-columns: 1fr;
    }

    .grid-featured {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .grid-4 {
        grid-template-columns: 1fr;
    }

    .layout-4-col .grid-4 img {
        min-width: 150px;
        height: auto;
    }

    .layout-4-col .list-item h3 {
        margin-bottom: 19px;
    }

    table td,
    table td:first-child {
        min-width: auto;
        padding: 18px 10px;
    }

    table thead th {
        padding: 18px 10px;
    }

}

@media (max-width: 575px) {
    .hc-masonry-grid {
        column-count: 1;
    }
}