/*
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.   ***************/

body {
    font-size: 18px;
    line-height: 1.5;
}
.banner h1,
h1 {
    font-size: 2.1em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
.banner h2,
h2 {
    font-size: 1.9em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
.banner h3,
h3 {
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h5 {
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h6 {
    font-size: 1em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
    opacity: 1;
}
/*.text h1,*/
/*.text h2,*/
/*.text h3,*/
/*.text h4,*/
/*.text h5,*/
/*.text h6 {*/
/*font-size: inherit;*/
/*}*/
.res-text {
    font-size: inherit;
}
b, strong {
    font-weight: 700;
}
.large-4 .res-text {
    font-size: 1em;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
.justify p {
    text-align: justify;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right {
    display: flex;
}
.icon-box.align-center {
    align-items: center;
}
.icon-box.align-center svg,
.icon-box.align-center img {
    padding-top: 0 !important;
}
.icon-box-left .icon-box-text {
    padding-left: 5px !important;
}
.icon-box-right .icon-box-text {
    padding-right: 5px !important;
}
.icon-box-left.spacing-large .icon-box-text {
    padding-left: 15px !important;
}
.icon-box-right.spacing-large .icon-box-text {
    padding-right: 15px !important;
}
p:last-of-type {
    margin: 0;
}
.box-text {
    font-size: 1em;
}
ul.links {
    margin: 0 0 30px;
}
.button:last-of-type {
    margin: 0;
}
.rd-10 {
    border-radius: 10px;
    overflow: hidden;
}
.rd-15 {
    border-radius: 15px;
    overflow: hidden;
}
.rd-20 {
    border-radius: 20px;
    overflow: hidden;
}
.rd-25 {
    border-radius: 25px;
    overflow: hidden;
}
.rd-10 img {
    border-radius: 10px;
}
.rd-15 img {
    border-radius: 15px;
}
.rd-20 img {
    border-radius: 20px;
}
.rd-25 img {
    border-radius: 25px;
}
.fw-400 {
    font-weight: 400 !important;
}
@media screen and (min-width: 850px) {
    .row-5-col > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 550px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-mobile-top {
        order: -1;
    }
    .row .row-small-mobile:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-small-mobile>.col {
        margin-bottom: 0;
        padding: 0 5px 10px;
    }

}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 15px;
}

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 15px 0;
}
.row-small>.col {
    margin-bottom: 0;
    padding: 0 10px 20px;
}
.row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 10px 0;
}
.icon-box-left .icon-box-text {
    padding-left: 10px;
}
.icon-box-right .icon-box-text {
    padding-right: 10px;
}

.site-scrollbar {
    max-height: 1000px;
    overflow-y: auto;
}

.site-scrollbar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.site-scrollbar::-webkit-scrollbar
{
    width: 9px;
    background-color: #F5F5F5;
    border-radius: 9px;
}

.site-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: var(--primary-color);
    border-radius: 9px;
}
.button {
    margin-bottom: 0;
}
.slider-custom-width {
    margin: 0 -15px;
}
.slider-custom-width .row {
    margin: 0 !important;
}
.slider-custom-width .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0 !important;
}
.slider-custom-width .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width .flickity-slider .banner-inner {
    width: calc(100% - 30px);
    left: 15px;
}
.slider-custom-width-small {
    margin: 0 -10px;
}
.slider-custom-width-small .row {
    margin: 0 !important;
}
.slider-custom-width-small .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important;
}
.slider-custom-width-small .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width-small .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width-small .flickity-slider .banner-inner {
    width: calc(100% - 40px);
    left: 10px;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.slider-nav-outside .flickity-page-dots {
    bottom: auto;
    left: auto;
    line-height: 1;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    right: auto;
    text-align: center;
}
.slider-not-nav .flickity-prev-next-button {
    display: none !important;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin: 0;
}
.tabbed-content .nav.nav-line-bottom {
    border-bottom: 1px solid #dddddd;
}
.tabbed-content .nav.nav-line-bottom .tab a{
    padding: 0 20px 10px;
}
.tabbed-content .tab-panels{
    padding: 30px 0 0;
}
.wpcf7-form .row .col {
    padding-bottom: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
    box-shadow: none !important;
    outline: none !important;
}
.entry-meta a {
    pointer-events: none;
}
.slider-nav-top .flickity-prev-next-button {
    transform: none !important;
    bottom: auto;
    color: var(--fs-color-primary);
    opacity: 1 !important;
    position: absolute;
    top: -82px;
    left: auto !important;
    right: 0 !important;
    margin: 0 !important;
    z-index: 9;
}
.slider-nav-top .flickity-prev-next-button.previous {
    right: 55px !important;
    opacity: 1 !important;
}
/* Header */
.nav-dropdown-default {
    padding: 10px;
}
.nav.header-nav-main>li:before,
.nav.header-nav-main>li:after {
    display: none;
}
.nav>li>a,
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 16px;
}
.nav>li.active>a {
    font-weight: 700;
}
.header-nav.header-nav-main.nav-left {
    justify-content: center;
    padding-right: 30px;
}

.header-wrapper .nav ul.sub-menu {
    z-index: 999;
    position: absolute;
    width: 240px;
    max-width: none;
    padding: 2px 0 0;
    border: 0;
    border-radius: 0;
    background: none;
}
li.current-dropdown>.nav-dropdown {
    left: 0;
}
.header-wrapper .nav ul.sub-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.header-wrapper .nav ul.sub-menu a {
    display: block;
    white-space: normal;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    text-decoration: none;
    vertical-align: baseline;
    border: none;
    margin: 0;
    text-transform: none;
    color: #ffffff;
    background: var(--fs-color-primary);
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 18px;
    top: calc(50% - 9px);
    right: 15px;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
}
.header-wrapper .nav ul.sub-menu a:hover,
.header-wrapper .nav ul.sub-menu .active > a {
    color: #000000;
    background: rgba(208,200,191,1);
}
.header-wrapper .nav ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity 200ms
    ease-in, transform 200ms
    ease-in, visibility 200ms
    ease-in;
    border-left: 1px #ffffff solid;
}
.header-wrapper .nav ul.sub-menu .menu-item:hover > ul.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-dropdown-default {
    padding: 10px;
}

/* Footer */
.footer-wrapper .absolute-footer {
    display: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding-bottom: 10px;
}
.footer-wrapper .ux-menu .ux-menu-link:last-child {
    padding-bottom: 0;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    min-height: auto;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    transition: 0.5s;
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-color-secondary);
}
.section-footer-bottom .col {
    padding-bottom: 10px;
}
.section-footer-bottom a {
    color: #ffffff;
}
.section-footer-bottom a:hover {
    color: var(--primary-color);
}
.title-follow-us {
    display: inline-block;
    white-space: nowrap;
}
.site-follow-us a.icon {
    font-size: 24px;
    color: var(--fs-color-base);
}
.row-social-fixed {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 61px;
    right: 20px;
    z-index: 99;
    margin: 0 !important;
    text-align: right;
}
.row-social-fixed .col {
    padding: 0 !important;
}
.row-social-fixed .img a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 0 20px;
}
.row-social-fixed .img a:before {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgpulse;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.row-social-fixed .img a:after {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: var(--primary-color);
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgzoomIn;
    opacity: .5;
}
.row-social-fixed .img img {
    padding: 0;
    width: 23px;
    height: auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    position: relative;
    z-index: 2;
}
@keyframes imgzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@keyframes imgpulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.wpcf7-form .btn-submit {
    position: relative;
    text-align: center;
}
.wpcf7-form input.wpcf7-submit {
    border: none;
    text-transform: none;
    margin: 0;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}
/* End footer */

#header {
    padding-top: 40px;
    padding-bottom: 40px;
}
#header.transparent {
    padding-top: 74px;
}
.header-main .nav>li>a, .header-main .nav-dropdown-default .nav-column li>a,
.header-main .nav-dropdown.nav-dropdown-default>li>a {
    font-size: 18px;
    font-weight: 400;
}
.header-main .nav>li.active>a,
.header-main .nav>li.current>a, .header-main .nav>li>a.active,
.header-main .nav>li>a.current {
    font-weight: 700;
}
.header-nav-main.nav>li>a {
    padding-left: 16px;
    padding-right: 16px;
    border: 1px #000000 solid;
    border-radius: 99px;
}
.header.transparent .header-nav-main.nav>li>a {
    color: #ffffff !important;
    border-color: #ffffff;
}
.header.transparent #logo {
    position: relative;
    top: -51px;
}
.header-nav.header-nav-main.nav-left {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 30px;
}
.header-nav.header-nav-main.nav-right {
    justify-content: flex-end;
    padding-right: 30px;
    padding-left: 0;
}
.header-wrapper.stuck .header-bg-color {
    background-color: #ffffff;
}
.site-banner .banner-bg :is(img,picture,video) {
    height: auto;
}
.site-banner .img img {
    max-height: 480px;
    object-fit: contain;
}
.button {
    font-weight: 400;
}
.text-banner-left {
    display: inline-block;
    position: absolute;
    min-width: 38%;
    left: 0;
    bottom: 0;
    padding: 15px;
    border: 1px var(--primary-color) solid;
    border-radius: 30px;
    z-index: 9;
}
.gallery-banner.row {
    width: 240px !important;
    position: absolute;
    right: -120px;
    bottom: 30px;
    z-index: 9;
}
.gallery-banner .box-image {
    width: 240px;
    height: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px var(--primary-color) solid;
    background-color: #E7E7E7;
    border-radius: 30px;
    overflow: hidden;
}
.gallery-banner .box-image img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
.gallery-banner .gallery-col {
    margin-top: 15px;
}
.site-menubar {
    position: fixed;
    width: auto;
    top: 105px;
    right: calc(50% + 704px);
    padding: 40px 10px;
    background-color: #000000;
    border-radius: 20px;
    z-index: 9999;
    overflow: hidden;
}
.site-menubar .col-inner {
    max-height: 682px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px 0 0 !important;
}
.site-menubar .col-inner::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.site-menubar .col-inner::-webkit-scrollbar
{
    width: 9px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 9px;
}

.site-menubar .col-inner::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #D9D9D9;
    border-radius: 9px;
}
.site-menubar .icon-box .icon-box-text {
    width: 0;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: 0.3s;
}
.site-menubar:hover .icon-box .icon-box-text {
    width: 209px;
    opacity: 1;
    visibility: visible;
}
.site-menubar .icon-box .icon-box-text p {
    color: #ffffff !important;
}
.site-menubar .icon-box:hover .icon-box-text p {
    color: var(--primary-color) !important;
}
.site-menubar .icon-box:hover .icon-box-img svg path {
    fill: var(--primary-color);
}
.cat-product-item a {
    display: flex;
    align-items: center;
    margin-top: 30px;
    color: #ffffff;
}
.cat-product-item a img {
    width: 50px;
    min-width: 50px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: 0.3s;
}
.cat-product-item a:hover img {
    filter: none;
    -webkit-filter: none;
}
.cat-product-item a span {
    width: 0;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    color: #ffffff;
    transition: 0.3s;
}
.site-menubar:hover .cat-product-item a span {
    width: 209px;
    opacity: 1;
    visibility: visible;
}
.cat-product-item a:hover span {
    color: var(--primary-color);
}

.product-label {
    position: absolute;
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 9;
}
.product-label .post-label {
    font-size: 16px;
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    color: #ffffff;
}
.items-small .product-label .post-label {
    font-size: 13px;
}
.product-label .post-label.new {
    background-color: var(--fs-color-secondary);
}
.product-label .post-label.best-selling {
    font-weight: 700;
    background-color: var(--primary-color);
}

.product-label .sale-badge {
    width: 80px;
    height: 90px;
    background: var(--primary-color); /* đỏ */
    color: #fff;
    text-align: center;
    font-weight: bold;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 85%,
            50% 100%,
            0 85%
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}
.product-label .sale-badge span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.9;
    font-weight: 300;
    margin-bottom: 10px;
}
.product-label .sale-badge strong {
    font-size: 20px;
}
/*.product-item,*/
.product-item .col,
.product-item .col-inner {
    height: 100%;
}
.product-item .box {
    border: 1px solid var(--primary-color);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.product-item .box .box-image {
    overflow: visible;
}
.product-item .box .box-image:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
    background: radial-gradient(
            circle at top left,
            var(--primary-color) 0%,
            rgba(255, 0, 0, 0.4) 25%,
            rgba(255, 0, 0, 0.2) 39%,
            rgba(255, 0, 0, 0) 70%
    );
    border-radius: 50%;
    z-index: 2;
}
.items-large .product-item .box .box-image:before {
    width: 500px;
    height: 500px;
    top: -150px;
    left: -150px;
}
.product-item .box:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -50px;
    background: radial-gradient(
            circle at bottom right,
            var(--primary-color) 0%,
            rgba(255, 0, 0, 0.4) 25%,
            rgba(255, 0, 0, 0.2) 39%,
            rgba(255, 0, 0, 0) 70%
    );
    border-radius: 50%;
    z-index: 2;
}
.items-large .product-item .box:after {
    width: 500px;
    height: 500px;
    bottom: -150px;
    right: -150px;
}
.product-item .box .box-text {
    padding: 20px 10px 25px;
}
.product-item .box .box-text-inner {
    position: relative;
    z-index: 9;
    text-align: center;
}
.product-item .box .post-title {
    font-size: 1.2em;
    font-weight: 400 !important;
    margin: 0 0 15px;
}
.items-small .product-item .box .post-title {
    font-size: 1em;
}
.product-item .box .post-title a {
    margin: 0;
}
.product-item .box .post-price-wrap {
    min-height: 72px;
}
.product-item .box .post-price {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.product-item .box .post-price-sale {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0;
    opacity: 0.5;
    line-height: 1.2;
}
.items-small .product-item .box .post-price {
    font-size: 24px;
}
.items-large .product-item .box .image-cover {
    padding-top: 81.1% !important;
}
.product-item .box .image-cover img {
    bottom: auto;
    font-family: "object-fit: contain;";
    height: 100%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 100%;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
}
.product-item .box-text .post-title a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
}
.items-large .product-item .box-text .post-title a {
    -webkit-line-clamp: 2;
}
.product-item .box-text .btn-viewmore {
    display: block;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    border-radius: 9px;
    font-size: 1.2em;
    margin-top: 15px;
}
.product-item .box.box-vertical .box-text-inner {
    text-align: left;
}
.product-item .box.box-vertical .product-label {
    top: 0;
}
.product-item .box.box-vertical .post-title {
    font-size: 1.6em;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.parent-cats {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 30px;
    padding: 20px;
    background-color: #202020;
    border-radius: 20px;
    margin-bottom: 30px;
}
.parent-cats .parent-cat {
    display: flex;
    align-items: center;
    color: #ffffff;
}
.parent-cats .parent-cat img {
    width: 50px;
    min-width: 50px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transition: 0.3s;
}
.parent-cats .parent-cat.active img,
.parent-cats .parent-cat:hover img {
    filter: none;
    -webkit-filter: none;
}
.parent-cats .parent-cat span {
    white-space: nowrap;
    color: #ffffff;
    transition: 0.3s;
}
.parent-cats .parent-cat.active span,
.parent-cats .parent-cat:hover span {
    color: var(--primary-color);
}
.child-cats {
    display: flex;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 25px;
}
.child-cats button.child-cat {
    margin: 0 10px 0 0 !important;
    padding: 1px 16px;
    font-weight: 400;
    text-transform: none;
    border: 1px #5D5D5D solid;
    border-radius: 99px;
    white-space: nowrap;
}
.child-cats button.child-cat.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
}
.child-cats .slick-prev {
    left: 10px;
    background: #ffffff !important;
    z-index: 9;
}
.child-cats .slick-next {
    right: 10px;
    background: #ffffff !important;
    z-index: 9;
}
.child-cats .slick-prev:before,
.child-cats .slick-next:before {
    font-size: 26px;
    color: #000000;
}
.product-filter .product-list-wrap {
    padding: 20px;
    background: #E7E7E7;
    border: 1px var(--primary-color) solid;
    border-radius: 20px;
    text-align: center;
}
button.load-more {
    padding: 5px 20px;
    background: var(--primary-color);
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    width: 450px;
    max-width: 100%;
    margin: 10px auto 25px !important;
}
.product-item .btn-view-more {
    display: block;
    padding: 10px;
    background: #ffffff;
    border: 1px #000000 solid;
    border-radius: 8px;
    margin: 20px 0 0 !important;
    text-align: center;
}

.product-search-form {
    padding: 40px;
    border: 1px solid var(--primary-color);
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(219, 33, 20, 0.4);
    border-radius: 20px;
}
.product-search-form h2 {
    padding-bottom: 10px;
}
.car-search-form {
    display: flex;
    gap: 10px;
}

.car-search-form input,
.car-search-form select {
    padding: 15px 20px;
    max-height: none;
    height: auto;
    min-width: 180px;
    max-width: 358px;
    background-color: #E7E7E7;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    box-shadow: none;
    outline: none;
    margin: 0 !important;
}
.car-search-form button {
    background-color: var(--primary-color);
    color: #ffffff;
    border: none;
    background-image: url("/wp-content/uploads/2026/01/search.svg");
    background-size: 22px;
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 0px 20px 0px 60px;
    min-height: auto;
    height: auto;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

.site-col-border > .col-inner {
    padding: 36px 20px;
    border: 1px var(--primary-color) solid;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
}
.site-col-bg-top-bottom.col > .col-inner,
.site-col-bg-top-bottom > .col > .col-inner {
    position: relative;
}
.site-col-bg-top-bottom.col > .col-inner:before,
.site-col-bg-top-bottom > .col > .col-inner:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
    background: radial-gradient(circle at top left, var(--primary-color) 0%, rgba(255, 0, 0, 0.4) 25%, rgba(255, 0, 0, 0.2) 39%, rgba(255, 0, 0, 0) 70%);
    border-radius: 50%;
    z-index: 2;
}
.site-col-bg-top-bottom.col > .col-inner:after,
.site-col-bg-top-bottom > .col > .col-inner:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -50px;
    background: radial-gradient(circle at bottom right, var(--primary-color) 0%, rgba(255, 0, 0, 0.4) 25%, rgba(255, 0, 0, 0.2) 39%, rgba(255, 0, 0, 0) 70%);
    border-radius: 50%;
    z-index: 2;
}
.site-col-bg-top-bottom.col > .col-inner > *,
.site-col-bg-top-bottom > .col > .col-inner > * {
    position: relative;
    z-index: 9;
}
.col-max-height > .col-inner {
    max-height: calc(100% - 30px);
}
.star-rating:before, .woocommerce-page .star-rating:before,
.star-rating span:before {
    color: #FFB200;
}
.row-client .box .box-image {
    border-radius: 10px;
}
.row-client .box .box-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0;
    transition: 0.3s;
}
.row-client .box:hover .box-image:after {
    opacity: 0.7;
}
.row-client .box .box-text {
    padding: 15px;
    opacity: 0;
    transition: 0.3s;
    z-index: 9;
}
.row-client .box:hover .box-text {
    opacity: 1;
}
.row-client .testimonial-meta {
    display: none;
}
.row-client .testimonial-box .icon-box-text {
    display: flex;
    flex-direction: column;
}
.row-client .testimonial-box .testimonial-text {
    order: -1;
}
blockquote {
    border-left: none;
    font-size: 1em;
    font-style: normal;
    margin: 0 0 15px;
    padding: 15px;
    position: relative;
}
blockquote:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 20px;
    top: 0;
    left: 0;
    background-image: url("/wp-content/uploads/2026/01/quote-left.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}
blockquote:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 20px;
    bottom: 0;
    right: 0;
    background-image: url("/wp-content/uploads/2026/01/quote-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.col-site-partner {
    overflow: hidden;
}
.row.site-partner {
    display: flex;
    align-items: center;
    flex-flow: nowrap;
    max-width: none !important;
}
.row.site-partner.site-partner-odd {
    animation-name: loopLogoAnimation;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.site-partner-to-right > .col-inner {
    display: flex;
}
.site-partner-to-right .row.site-partner.site-partner-even {
    animation: 90s linear 0s infinite reverse none running loopLogoAnimation;
}
.site-partner-to-right:hover .row.site-partner,
.row.site-partner:hover {
    animation-play-state: paused;
}
.site-partner .gallery-col {
    display: flex;
    max-width: none;
    align-items: center;
    justify-content: center;
    flex: 1 1 0%;
    min-width: 264px;
}
.site-partner .gallery-col .box-image  {
    min-width: 180px;
}
@media only screen and (max-width: 767px) {
    .row.site-partner.site-partner-odd {
        animation-duration: 15s;
    }
    .site-partner-to-right .row.site-partner.site-partner-even {
        animation-duration: 61s;
    }
    .site-partner .gallery-col .box-image  {
        min-width: 140px;
    }
}
@keyframes loopLogoAnimation {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes loopLogoAnimationEven {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0px);
    }
}

.post-item .box {
    border-radius: 10px;
    border: 1px var(--primary-color) solid;
    overflow: hidden;
}
.post-item .box .box-text .post-title {
    font-size: 1.2em;
    margin: 0 0 15px;
}
.post-item .box .box-text .post-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
}
.post-item .box .box-text .post-meta {
    font-size: 1em;
}
.post-item .box .box-text .is-divider {
    display: none;
}
.tabbed-content .nav.nav-normal {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px;
}
.tabbed-content .nav.nav-normal > li > a {
    padding: 2px 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 99px;
    font-weight: 400;
    white-space: nowrap;
}
.tabbed-content .nav.nav-normal > li.active > a,
.tabbed-content .nav.nav-normal > li > a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff !important;
    font-weight: 700;
}
.tabs-thuong-hieu .panel > .box > .box-text > .box-text-inner {
    padding: 30px 20px 0;
    background: #ffffff;
    border-radius: 10px;
}
.tabs-thuong-hieu .product-item .box {
    display: flex;
    align-items: center;
}
.tabs-thuong-hieu .product-item .box .box-image img {
    border-radius: 10px;
}
.flickity-prev-next-button {
    top: calc(50% - 22px);
    bottom: auto;
}
@media screen and (min-width: 550px) {
    .tabs-thuong-hieu .product-item .box .box-image {
        width: 36%;
        min-width: 36%;
    }
}
.tabs-thuong-hieu .product-item .box .box-text {
    position: relative;
    width: auto;
    bottom: auto;
}
.tabs-thuong-hieu .product-item .box .box-text .post-title a {
    color: #000000 !important;
}
.tabs-thuong-hieu .product-label,
.tabs-thuong-hieu .product-item .box .post-price-sale,
.tabs-thuong-hieu .product-item .box .post-price,
.tabs-thuong-hieu .product-item .box-text .btn-viewmore {
    display: none;
}
.tabs-thuong-hieu .product-item .box.box-vertical .post-title {
    font-size: 1.1em;
    font-weight: 700 !important;
    text-transform: none;
    margin: 0;
}

.custom-breadcrumb {
    margin-bottom: 60px;
}
.custom-breadcrumb a,
.custom-breadcrumb span {
    color: #878686;
}
.custom-breadcrumb a:hover {
    color: var(--primary-color);
}
.product-gallery .gallery-item,
.product-gallery .gallery-item img {
    padding: 0;
}
.product-gallery .slider-nav {
    margin-top: 20px;
    margin-bottom: 30px;
}
.product-gallery .slider-nav .slick-list {
    margin: 0 -5px;
}
.product-gallery .slider-nav .slick-list .gallery-item {
    padding: 0 5px;
}
.product-gallery .gallery-item .image-cover {
    padding-top: 100%;
    border-radius: 10px;
}
.product-gallery .slick-next {
    right: 25px;
    z-index: 9;
}
.product-gallery .slick-prev {
    left: 25px;
    z-index: 9;
}
.product-gallery .slick-prev:before,
.product-gallery .slick-next:before {
    font-size: 36px;
}
.single-page-product .entry-content-wrap {
    margin-top: 40px;
}
.single-page-product .title-content {
    text-transform: uppercase;
    padding-bottom: 16px;
    border-bottom: 3px solid #5D5D5D;
    margin-bottom: 30px;
}
.single-page-product .entry-meta {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
}
.single-page-product .entry-meta li {
    display: inline-block;
    list-style: none;
    margin: 0;
}
.single-page-product .entry-meta li:not(:last-child) {
    padding-right: 15px;
    border-right: 1px solid #000000;
}
.single-page-product .entry-meta .star {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 700;
    gap: 5px;
}
.single-page-product .entry-price {
    padding: 20px;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 4px 10px 0px #DB333299 inset;
    border-radius: 16px;
    margin-bottom: 16px;
}
.single-page-product .product-price {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.single-page-product .product-price-sale {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0;
    opacity: 0.5;
}
.single-page-product .entry-info {
    background: rgba(231, 231, 231, 0.4);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}
.single-page-product .entry-info > h2 {
    padding: 16px;
    background: #B5B5B5;
    font-size: 24px;
    font-weight: 400 !important;
    margin: 0;
}
.single-page-product .entry-info.entry-promotion > h2 {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--primary-color);
    font-weight: 700;
    color: #ffffff;
}
.single-page-product .entry-info ul {
    padding: 16px;
    margin: 0;
}
.entry-specifications-inner ul li {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}
.entry-specifications-inner ul li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.entry-promotion-inner .post-views {
    display: none !important;
}
.btn-action-product .button {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    border-radius: 10px;
}
#popup-form-mua-hang {
    border-radius: 16px;
}
#popup-form-mua-hang .wpcf7-form .wpcf7-submit {
    width: 100%;
}

.entry-related-post .post-item .box img {
    padding: 0;
}
.section-form-dang-ky {
    border-radius: 10px;
    overflow: hidden;
}
.single-page-product .section-form-dang-ky {
    margin-top: 30px;
}
.single-page-product .section-related-product {
    margin-top: 60px;
}
.form-dang-ky input {
    margin-bottom: 30px;
    border-radius: 99px !important;
}
.form-dang-ky input.wpcf7-submit {
    padding-left: 45px;
    padding-right: 45px;
}
.blog-archive .post-item .box {
    border-radius: 0;
    border: none;
    overflow: visible;
    position: relative;
    padding-bottom: 72px;
}
.blog-archive .post-item .box .image-cover {
    border-radius: 20px;
}
.blog-archive .post-item .box .box-text {
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 0;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
.blog-archive .post-item .box .box-text a.button {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
}
.category-tin-tuc-hoat-dong-panda-auto .blog-archive .post-item .box {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
    background: #E7E7E7;
}
.category-tin-tuc-hoat-dong-panda-auto .blog-archive .post-item .box .image-cover {
    border-radius: 0;
}
.category-tin-tuc-hoat-dong-panda-auto .blog-archive .post-item .box .box-text {
    position: relative;
    width: auto;
    left: auto;
    bottom: auto;
    padding: 40px 16px 20px;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.category-tin-tuc-hoat-dong-panda-auto .blog-archive .post-item .box .box-text a.button {
    display: none;
}
.blog-archive .section-form-dang-ky {
    margin-top: 30px;
}
.post-item .box .box-text .from_the_blog_excerpt {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.stuck .logo img {
    padding: 10px 0 !important;
}
.blog-single .entry-header .entry-divider {
    display: none;
}
.blog-single .entry-header .entry-meta {
    text-transform: none;
    font-size: 1em;
}
.site-socials .col-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.site-socials .social-icons {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
}
.site-socials .social-icons a.icon {
    margin: 0 !important;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000 !important;
}
.form-contact-us {
    padding: 39px 20px;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border-radius: 20px;
}
.form-contact-us .sub-form {
    margin-bottom: 30px;
}
.form-contact-us .wpcf7-form input,
.form-contact-us .wpcf7-form textarea,
.form-contact-us .wpcf7-form select {
    height: 62px;
}
.form-contact-us .wpcf7-form textarea {
    min-height: 162px;
}
.bg-left {
    position: absolute;
    width: auto !important;
    height: 90%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-left .img-inner {
    height: 100%;
}
.bg-left .img-inner img {
    width: auto;
    height: 100%;
}
.btn-call-now i {
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2026/01/call.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
}
.btn-call-now i:before {
    display: none;
}
.btn-call-zalo i {
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2026/01/zalo-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
}
.btn-call-zalo i:before {
    display: none;
}
.tin-tuc-noi-bat .post-item .box-text,
.combo-pk-theo-xe .post-item .box-text {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.75%, #000000 100%);
}
.site-box-overlay .box-text {
    padding: 16px 16px 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.75%, #000000 100%);
}
.site-box-overlay-hover .box-text {
    opacity: 0;
    transition: 0.5s;
}
.site-box-overlay-hover .box:hover .box-text,
.site-box-overlay-hover.box:hover .box-text {
    opacity: 1;
}
.row-sp-pk {
    position: absolute;
    width: 320px;
    max-width: 100%;
    top: 20px;
    left: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}
.row-sp-pk .col-max-height > .col-inner {
    max-height: 590px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px 0 0 !important;
}
.row-sp-pk .col-max-height > .col-inner::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}
.row-sp-pk .col-max-height > .col-inner::-webkit-scrollbar
{
    width: 9px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 9px;
}
.row-sp-pk .col-max-height > .col-inner::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #D9D9D9;
    border-radius: 9px;
}
.row-sp-pk .product-item .box {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #E7E7E7;
    border-radius: 10px;
}
.row-sp-pk .product-item .box-image {
    width: 36%;
    min-width: 36%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.row-sp-pk .product-item .product-label {
    display: none !important;
}
.row-sp-pk .product-item .box .post-price {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
}
.row-sp-pk .product-item .box .post-price-sale {
    font-size: 18px;
    color: var(--primary-color);
    opacity: 0.5;
}
.row-sp-pk .product-item .box .post-price-wrap {
    min-height: auto;
    text-align: left;
}
.row-sp-pk .product-item .box .post-title {
    font-size: 1em;
    font-weight: 700 !important;
    margin: 0 0 5px;
}
.nav-dots-small .flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot,
.flickity-page-dots .dot {
    height: 20px;
    width: 20px;
}
.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.slider-gallery-custom .flickity-slider .img {
    padding: 15px 0;
}
.slider-gallery-custom .flickity-slider .img-inner {
    transition: 0.5s;
    transform: scale(1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
.slider-gallery-custom .flickity-slider .img:not(.is-selected) .img-inner {
    transform: scale(0.8);
    background: rgba(0, 0, 0, 0.2);
}
.slider-gallery-custom .flickity-slider .img-inner img {
    font-family: "object-fit: contain;";
    height: 100%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 100%;
    max-width: 90%;
    max-height: 90%;
    bottom: auto;
    transform: translate(-50%, -50%);
}
.price-table-wrap {
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 20px 0;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1em;
}

.price-table thead th {
    background: #000;
    color: #fff;
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
}

.price-table thead th:nth-child(2),
.price-table thead th:nth-child(3),
.price-table tbody td:nth-child(2),
.price-table tbody td:nth-child(3) {
    text-align: right;
    white-space: nowrap;
}

.price-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
}

.price-table tbody tr:last-child td {
    border-bottom: none;
}

.price-note {
    font-size: 1em;
    color: #666;
    padding: 12px 16px 16px;
}
.col-padding-0 {
    padding-bottom: 0 !important;
}
.site-box-border {
    padding: 10px;
    border: 1px var(--primary-color) solid;
    height: 100%;
}
.section-huong-dan ul {
    margin: 25px 0 0 !important;
}
.section-huong-dan ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 15px;
}
.section-huong-dan ul li strong {
    width: 64px;
    min-width: 64px;
    height: 64px;
    background: var(--primary-color);
    font-size: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.section-huong-dan ul li:last-child {
    margin: 0;
}
.accordion-item {
    margin-bottom: 20px;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-title {
    padding-left: 20px;
    border-top: none !important;
    border-left: 6px var(--primary-color) solid;
    font-weight: 700;
}
.accordion-title:hover,
.accordion-title.active {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
    color: #ffffff;
}
.accordion .toggle {
    left: auto;
    right: 0;
    margin: 0;
}
.accordion-inner {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.js-readmore-wrapper {
    position: relative;
}

.js-readmore-content {
    max-height: 600px; /* chiều cao khi thu gọn */
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.js-readmore-wrapper.is-open .js-readmore-content {
    max-height: none;
}

.js-readmore-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    height: 120px;
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,0),
            #fff 80%
    );
    pointer-events: none;
}

.js-readmore-btn,
.js-collapse-btn {
    display: block;
    margin: 0 auto;
    background: none;
    border: none;
    color: var(--fs-color-primary);
    font-weight: 600;
    cursor: pointer;
    text-transform: none;
}
.gallery-logo .box-image {
    border: 1px var(--fs-color-primary) solid;
    border-radius: 10px;
}
.flickity-prev-next-button {
    width: 45px;
}
.flickity-prev-next-button svg {
    background: rgba(219, 33, 20, 0.4) !important;
    fill: var(--fs-color-primary);
    border-radius: 10px !important;
    border: none !important;
}
.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
    fill: var(--fs-color-primary);
}
.flickity-prev-next-button:hover .arrow,
.flickity-prev-next-button:hover svg {
    fill: #ffffff !important;
}
.flickity-prev-next-button:hover svg {
    background: var(--fs-color-primary) !important;
}


.archive .section-black-friday-banner {
    margin: 30px 0;
}
.container-form {
    margin-top: 60px;
}
.nut-hotline-zalo {
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-filter-wrap .filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-bottom: 25px;
}
.site-filter-wrap .filter-head > h2 {
    width: auto;
}
.site-filter-wrap .filter-head select {
    width: auto;
    background-color: #E4E4E4;
    border-radius: 10px;
    padding: 10px 10px 10px 50px;
    background-image: url("/wp-content/uploads/2026/01/filter.svg");
    background-size: 29px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    white-space: nowrap;
}
.site-load-more {
    margin: 0 auto;
    display: block;
    background: var(--fs-color-primary);
    font-size: 24px;
    text-transform: none;
    color: #fff;
    border: none;
    padding: 5px 60px;
    border-radius: 10px;
    cursor: pointer;
}

.spec-table-wrap {
    overflow-x: auto;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.spec-table thead th {
    background: #1f1f1f;
    color: #fff;
    text-align: center;
    padding: 14px;
    border-right: 1px solid #333;
}

.spec-table thead th span {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8;
}

.spec-table thead th:first-child {
    text-align: left;
}

.spec-table tbody td {
    border: 1px solid #e5e5e5;
    padding: 14px;
    vertical-align: middle;
}

.spec-table tbody td:first-child {
    width: 60%;
}

.spec-table tbody td strong {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.spec-table tbody td span {
    font-size: 13px;
    color: #666;
}

.spec-table tbody td:nth-child(2),
.spec-table tbody td:nth-child(3) {
    text-align: center;
    font-weight: 600;
}

.section-title-container {
    margin: 0;
}
.section-title-container .section-title-center {
    justify-content: center;
}
.section-title-container .section-title-center b {
    display: none;
}
.section-title-container .section-title-center .section-title-main {
    display: inline-block;
    margin: 0;
    padding: 20px 40px;
    border: 1px var(--fs-color-primary) solid;
    background: #FFADAD8C;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-transform: none;
}
.header-wrapper .nav ul.sub-menu {
    padding: 10px 0;
    background: #ffffff;
    border-radius: 15px;
}
.header-wrapper .nav ul.sub-menu a {
    color: #000000;
    background: none;
}
.header-wrapper .nav ul.sub-menu a:hover, .header-wrapper .nav ul.sub-menu .active > a {
    color: var(--fs-color-primary);
    background: none;
}
@media only screen and (min-width: 850px) {
    .row-client .large-4 {
        flex-basis: 40%;
        max-width: 40%;
    }
    .row-client .large-2 {
        flex-basis: 20%;
        max-width: 20%;
    }
}
@media only screen and (min-width: 550px) {
    .entry-related-post .post-item .box {
        border: none;
        border-radius: 0;
        display: flex;
        align-items: center;
    }
    .entry-related-post .post-item .box .box-image {
        width: 50%;
        min-width: 50%;
    }
    .entry-related-post .post-item .box .image-cover {
        padding-top: 56.52%;
        border-radius: 15px;
    }
    .entry-related-post .post-item .box .box-text {
        padding: 0 0 0 20px;
        text-align: left;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}