:root{
    --main-cl: var(--fs-color-primary);
    --sub-cl: var(--fs-color-secondary);
    --container-w: 1430px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 8px;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
body{
    font-family: "Wix Madefor Display", "sans-serif";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
@media (min-width: 1280px) {
    body, html {
        /*font-size: 1vw;*/
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#search-lightbox {
    width: 720px;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 6px 16px;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 18px;
    line-height: 24px;
    color: #000
}
#search-lightbox input{
    font-size: 20px;
    line-height: 24px;
    padding-left: 30px;
    box-shadow: unset;
    height: 50px;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page img,
.load_home_page svg {
    width: 400px;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete img,
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
    filter: blur(20px);
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature1;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-3 {
    animation-name: Signature2;
    animation-duration: 2.8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-3,
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: var(--main-cl)
}
@keyframes Signature2 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature1 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #FFF;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 100px 0;
}
.search-page h1{
    margin-bottom: 50px;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    gap: 16px;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 12px 24px;
    border: 1px solid var(--fs-color-primary);
    font-size: 16px;
    line-height: 20px;
    color: var(--fs-color-primary);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 24px;
    line-height: 40px;
    padding: 10px;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 32px;
    margin-bottom: 30px;
}
.search-tabs .search-tab-content.tab-post .search-grid{
    grid-template-columns: 1fr 1fr 1fr;
}
.search-tabs .search-item .search-item-thumbnail{
    aspect-ratio: 7/4;
}
.search-tabs .search-item h3{
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
section.order-tracking{
    padding: 48px 0 100px;
}
section.order-tracking .tracking-form form > p:not(.form-row){
    text-align: center;
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
section.order-tracking .tracking-form form label{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
section.order-tracking .tracking-form form input{
    border: 1px solid #66666633;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    height: 44px;
    border-radius: 4px;
    margin: 0;
}
section.order-tracking .tracking-form form{
    margin-bottom: 0;
}
section.order-tracking .tracking-form form .form-row{
    margin-bottom: 24px;
}
section.order-tracking .tracking-form form .form-row:last-of-type{
    margin-bottom: 0;
}
.sec-title{
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
}
.text-primary{
    color: var(--main-cl);
}
.button, input[type="button"].button, input[type="reset"].button, input[type="submit"], input[type="submit"].button{
    background: var(--sub-cl);
    text-transform: unset;
    margin: 0;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
section.order-tracking .tracking-form form button[type='submit']{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-right: auto;
    margin-left: auto;
}
section.order-tracking .tracking-form form button[type='submit']:after{
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/ArrowRight.svg');
    content: '';
}
section.order-tracking .tracking-form .woocommerce{
    margin-left: auto;
    margin-right: auto;
    width: 936px;
    max-width: 100%;
}
section.order-tracking p.order-info {
    margin-bottom: 24px;
}
section.order-tracking p.order-info mark{
    background-color: transparent !important;
    color: var(--main-cl);
    font-weight: 700;
}
section.order-tracking .woocommerce-order-details__title{
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
}
section.order-tracking .woocommerce-table--order-details thead th{
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 24px;
    padding-top: 0;
    border: none;
}
section.order-tracking .woocommerce-table--order-details tbody tr > td{
    border: none !important;
}
section.order-tracking .woocommerce-table--order-details tbody tr:last-of-type > td{
    padding-bottom: 34px;
}
section.order-tracking .woocommerce-table--order-details tbody tr:first-of-type > td{
    padding-top: 34px;
}
section.order-tracking .woocommerce-table--order-details tbody tr > td *{
    font-size: 16px;
    color: #333;
}
.shipped_via{
    display: none !important;
}
section.order-tracking .woocommerce-table--order-details thead,
section.order-tracking .woocommerce-table--order-details tbody,
section.order-tracking .woocommerce-table--order-details tfoot{
    border-bottom: 1px solid #176A5A26;
}
section.order-tracking .woocommerce-table--order-details tfoot th,
section.order-tracking .woocommerce-table--order-details tfoot td{
    border: none;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
section.order-tracking .woocommerce-table--order-details tfoot tr:first-of-type > *{
    padding-top: 40px;
}
section.order-tracking .woocommerce-table--order-details tfoot tr:last-of-type > *{
    padding-bottom: 40px;
}
nav.breadcrumbs ol{
    margin: 12px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: var(--container-w);
    padding: 0 15px;
    max-width: 100%;
}
nav.breadcrumbs ol > li{
    display: inline;
    position: relative;
}
nav.breadcrumbs ol > li{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
nav.breadcrumbs ol > li a,
nav.breadcrumbs ol > li span{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
nav.breadcrumbs ol > li+li{
    margin-left: 8px;
}
nav.breadcrumbs ol > li+li:before{
    position: relative;
    margin-right: 8px;
    content: '';
    background-image: url('../images/breadcrumbs-divider.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 2px;
}
section.default-page{
    padding: 18px 0 96px;
}
section.default-page .post-content{
    width: 927px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.post-content th,
.post-content td{
    color: #333;
}
.post-content th{
    text-transform: unset;
    text-align: center;
}
.container, .container-width, .full-width .ubermenu-nav, .row{
    max-width: var(--container-w);
}
.store-item .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 24px;
}
.store-item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
section.stores-sec .row.showroom{
    gap: 76px 0;
    margin-bottom: 136px;
}
section.stores-sec{
    padding: 18px 0 100px;
}
section.stores-sec .sec-title{
    margin-bottom: 60px;
}
.custom-swipper .swiper-button-next,
.custom-swipper .swiper-button-prev{
    color: var(--main-cl)
}
section.stores-sec .row.map .item{
    padding: 20px;
}
section.stores-sec .row.map .listing{
    max-height: 720px;
    overflow: auto;
    padding-right: 18px;
}
section.career-1 .why-choose-list::-webkit-scrollbar-track ,
section.stores-sec .row.map .listing::-webkit-scrollbar-track {
    background-color: #F2F2F2;
}
section.career-1 .why-choose-list::-webkit-scrollbar ,
section.stores-sec .row.map .listing::-webkit-scrollbar {
    width: 4px;
    background-color: #F2F2F2;
}
section.career-1 .why-choose-list::-webkit-scrollbar-thumb ,
section.stores-sec .row.map .listing::-webkit-scrollbar-thumb {
    background-color: var(--sub-cl);
}
section.career-1 .why-choose-list::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
section.stores-sec .row.map .address{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    gap: 10px;
}
section.stores-sec .row.map #google-map iframe{
    width: 100%;
    height: 100%;
    display: block;
    min-height: 400px;
}
section.stores-sec .row.map .name{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
section.product-details{
    padding: 26px 0 100px;
}
.jsRatingPoint svg.active path{
    fill: #f4d424;
}
.vc-rating__sum{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-left: 8px;
}
h1.product-name{
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}
section.product-details .vc-article__weight{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 24px;
    color: #999;
}
section.product-details .product-rating-wrap{
    margin-bottom: 24px;
}
section.product-details .jsArticleDetails{
    margin-bottom: 62px;
}
section.product-details .jsArticleDetails .wcct_counter_bar_wrap{
    margin-top: -36px;
    margin-bottom: 36px;
}
section.product-details .jsArticleDetails .wcct_counter_bar_wrap .wcct_counter_bar:before{
    width: 35px;
    height: 47.5px;
}
section.product-details .jsArticleDetails .vc-article__price{
    margin: 0 0 24px;
    display: flex;
    align-items: baseline;
}
section.product-details .jsArticleDetails .vc-article__price > del,
section.product-details .jsArticleDetails .vc-article__price > del span{
    text-decoration: line-through;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    opacity: 1;
}
section.product-details .jsArticleDetails .vc-article__price > del{
    margin-left: 16px;
    transform: translateY(-4px);
}
section.product-details .jsArticleDetails .vc-article__price > span{
    font-weight: 800;
    font-size: 60px;
    color: var(--main-cl);
}
section.product-details .jsArticleDetails .vc-article__price > span > em{
    font-weight: 700;
    font-size: 22px;
}
section.product-details .jsArticleDetails .sale-tags{
    margin-bottom: 70px;
}
section.product-details .jsArticleDetails .sale-tags > span{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    padding: 5px 10px;
    border-radius: 5px;
}
section.product-details .product-control-group > .d-block > a{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    height: 50px;
}
section.product-details .product-control-group > .d-block > a#btn-add-to-cart{
    color: var(--sub-cl)
}
section.product-details .product-control-group .vc-article__amount{
    color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
section.product-details .product-control-group .vc-article__amount .jsQuantity{
    margin-left: 12px;
}
section.product-details .product-control-group .vc-article__amount .jsQuantity > span{
    width: 32px;
    height: 32px;
    padding: 0;
}
section.product-details .product-control-group .vc-article__amount .jsQuantity input{
    height: 32px;
    width: 32px;
    aspect-ratio: 1;
    border-top: none;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
}
section.product-details #reviews{
    padding: 0;
}
section.product-details #reviews .star_box{
    margin-top: 0;
}
section.product-details .tabs-container{
    margin-bottom: 84px;
}
section.product-details .tabs-container .tabs-title{
    margin-bottom: 32px;
}
section.product-details .tabs-container .tabs-title > .tab-title{
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #999;
    cursor: pointer;
    transition: all 0.4s;
    padding: 0 24px;
}
section.product-details .tabs-container .tabs-title > .tab-title+.tab-title{
    border-left: 2px solid #E6E6E6;
}
section.product-details .tabs-container .tabs-title > .tab-title:hover,
section.product-details .tabs-container .tabs-title > .tab-title.active{
    color: var(--main-cl)
}
section.product-details .tabs-container .tab-content{
    display: none;
    animation: fade-up 0.6s;
}
section.product-details .tabs-container .tab-content.active{
    display: block;
}
section.product-details .tabs-container .tab-content .vc-tab__content-txt{
    max-height: unset;
}
section.product-details .vc-support{
    padding-left: 50px;
    padding-right: 50px;
}
section.product-details .vc-support .vc-headline--small{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 14px;
}
section.product-details .vc-comment{
    margin-bottom: 84px;
}
section.product-details .related-products .title-small{
    margin-bottom: 20px;
    color: var(--main-cl);
}
.vc-card__item.product-item .product-name{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 2px;
}
.product-item .single-add-to-cart{
    width: 30px;
    height: 30px;
}
.vc-card__item.product-item .vc-card__weight{
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #999;
}
.vc-card__item.product-item .vc-card__bottom{
    margin: 20px 0 0;
}
.vc-card__item.product-item .vc-card__bottom .vc-article__price{
    margin: 0;
}
.vc-card__item.product-item .vc-card__bottom .vc-article__price > del span.woocommerce-Price-currencySymbol{
    display: none !important;
}
.vc-card__item.product-item .vc-card__bottom .vc-article__price > del,
.vc-card__item.product-item .vc-card__bottom .vc-article__price > del span{
    font-weight: 400;
    font-size: 12px;
    color: #666;
    text-decoration: unset;
}
.vc-card__item.product-item .vc-card__bottom .vc-article__price > del span{
    text-decoration: line-through;
}
.vc-card__item.product-item .vc-card__bottom .vc-article__price > span{
    font-weight: 800;
    font-size: 26px;
}
.vc-card__item.product-item .vc-card__bottom .vc-article__price > .contact-for-price{
    font-size: 20px;
    text-decoration: unset !important;
    font-weight: 800;
    color: var(--main-cl);
}
.vc-card__item.product-item .vc-card__bottom .vc-article__price > span > em{
    font-weight: 700;
    font-size: 10px;
}
#footer-coffee .vc-recent{
    padding: 0 24px;
    background-color: #FFE1BD33;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
#footer-coffee .vc-recent .vc-recent__ttl{
    margin: 0 -24px;
    width: calc(100% + 48px);
    font-weight: 600;
    font-size: 20px;
    background-color: var(--main-cl);
    line-height: 30px;
}
.vc-card__item--recent.product-item{
    padding: 24px;
}
.product-item .vc-card__avatar img{
    width: 100%;
    height: 100%;
}
.vc-card__item--recent.product-item .vc-card__avatar{
    margin-bottom: 24px;
}
.vc-card__item--recent.product-item .product-name{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
}
.vc-card__item--recent.product-item .vc-card__price{
    text-align: center;
}
.vc-card__item--recent.product-item .vc-card__price del,
.vc-card__item--recent.product-item .vc-card__price del span{
    font-weight: 400;
    font-size: 12px;
    coloR: #666;
    opacity: 1;
}
.vc-card__item--recent.product-item .vc-card__price del span{
    text-decoration: line-through;
}
.vc-article__thumbs{
    margin-bottom: 0;
}
#products-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 -20px;
    grid-gap: 54px 0
}
#products-grid .product-item{
    padding: 0 20px;
}
#products-grid .product-item:nth-of-type(4n+4){
    border-right-width: 0;
}
.products-filters{
    margin-bottom: 40px;
}
.products-filters .filter-group+.filter-group{
    margin-top: 24px;
}
.products-filters .filter-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
}
.products-filters .filter-content{
    margin-top: 20px;
}
.products-filters .filter-title span.toggle-filter{
    display: flex;
    transition: all 0.4s;
}
.products-filters .filter-group.expanded span.toggle-filter{
    transform: rotate(180deg);
}
.products-filters .filter-title span.text{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.products-filters .filter-content .check-item+.check-item{
    margin-top: 12px;
}
.products-filters .filter-content .check-item .toggle-term-child{
    display: flex;
    cursor: pointer;
    transition: all 0.4s;
}
.products-filters .filter-content .check-item.expanded .toggle-term-child{
    transform: rotate(180deg);
}
.products-filters .filter-content .check-item label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
}
.products-filters .filter-content .check-item span.term-name{
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
.products-filters .filter-content .check-item span.term-name .term-count{
    margin-left: 8px;
    margin-right: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #B4B4B4;
}
.products-filters .filter-content .check-item input{
    display: none;
}
.products-filters .filter-content .check-item label:hover span.term-name,
.products-filters .filter-content .check-item input:checked~span.term-name{
    color: var(--sub-cl);
}
.products-filters .filter-content .terms-child{
    margin-left: 24px;
    margin-top: 12px;
}
.products-filters .filter-content .terms-child .check-item span.term-name{
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
}
.products-page{
    padding-bottom: 128px;
}
.products-page .product-banner{
    margin-bottom: 88px;
}
.products-posts{
    padding-bottom: 100px;
}
section.flash-sale-page .product-banner{
    margin-bottom: 104px;
}
section.flash-sale-page .flash-sale-title{
    background-color: var(--sub-cl);
    padding: 16px 32px;
    border-radius: 5px;
}
.text-white{
    color: #FFF;
}
section.flash-sale-page{
    padding-bottom: 100px;
}
section.flash-sale-page .flash-sale-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 64px;
}
section.flash-sale-page .box-countdown-timer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.flash-sale-page .flash-sale-countdown{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.flash-sale-page .box-countdown-timer > .fs-25{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-right: 24px;
}
section.flash-sale-page .box-countdown-timer .divider{
    margin: 0 12px;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    color: #FFF;
    display: flex;
}
section.flash-sale-page .box-countdown-timer .divider svg{
    height: auto;
    width: 4px;
}
section.flash-sale-page .box-countdown-timer .countdown-item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #FFF;
}
section.flash-sale-page .box-countdown-timer .countdown-item span{
    min-width: 38px;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-align: right;
}
section.flash-sale-page .box-countdown-timer .countdown-item:after{
    position: relative;
    display: block;
    font-weight: 300;
    font-size: 16px;
}
.box-countdown-timer .countdown-item.day:after{
    content: 'ngày';
}
.box-countdown-timer .countdown-item.hour:after{
    content: 'giờ';
}
.box-countdown-timer .countdown-item.minute:after{
    content: 'phút';
}
.box-countdown-timer .countdown-item.second:after{
    content: 'giây';
}
section.flash-sale-page .flash-sale-products{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 -24px;
    grid-gap: 58px 0;
}
section.flash-sale-page .flash-sale-products .product-item{
    padding: 0 24px;
}
section.flash-sale-page .flash-sale-products .product-item:nth-of-type(5n+5){
    border-right-width: 0px;
}
.wcct_counter_bar_wrap{
    margin-top: 20px;
    display: flex;
}
.wcct_counter_bar_wrap .wcct_counter_bar{
    position: relative;
    padding-left: 10px;
}
.wcct_counter_bar_wrap .wcct_counter_bar:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAyOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjMzMyAxLjQ5OTI3QzIzLjA0MzcgMS40OTkyNyAyNC4yNDA3IDMuMzAwNjMgMjMuNDMwNyA0Ljg5MTg1TDE5LjM5ODQgMTIuODEwOEgyMy4yMzM0QzI1LjA4MDcgMTIuODEwOSAyNi4yMTUgMTQuOTUwNCAyNS4wMDc4IDE2LjQ2NDFWMTYuNDY1MUw5Ljc2NTYyIDM1LjU1M0M4LjkzMDM4IDM2LjU5ODQgNy42MzI0IDM2LjY5MTEgNi43MDcwMyAzNi4yNDM0QzUuNzc3NjMgMzUuNzkzNiA1LjAzODIgMzQuNzAzNSA1LjM3NzkzIDMzLjM4NzlMOC40OTcwNyAyMS4yOTUySDMuODUyNTRDMi4yNDQzMyAyMS4yOTUyIDEuMDU2NzQgMTkuNjkxOCAxLjY1MzMyIDE4LjEyODJMNy4zNTU0NyAzLjE3MzFMNy40MzU1NSAyLjk4NjU3QzcuODY2ODYgMi4wNzUyNyA4Ljc5MDAyIDEuNDk5MjcgOS43OTU5IDEuNDk5MjdIMjEuMzMzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzcwNDNfMzIwMCkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzcwNDNfMzIwMCIgeDE9IjEzLjUiIHkxPSIyLjk5OTI3IiB4Mj0iMTMuNSIgeTI9IjM0Ljk5OTMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGREUwMCIvPgo8c3RvcCBvZmZzZXQ9IjAuMzczODYyIiBzdG9wLWNvbG9yPSIjRkQ3OTAwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZENUEwMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    width: 28px;
    height: 38px;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
}
.wcct_counter_bar_wrap .wcct_counter_bar .wcct_counter_text{
    display: none !important;
}
.wcct_counter_bar_wrap .wcct_counter_bar .wcct_progress_aria{
    height: 20px;
    border-radius: 0 50px 50px 0;
    width: 100%;
    background-color: #FFB87F;
    margin-bottom: 0;
}
.wcct_counter_bar_wrap .wcct_counter_bar .wcct_progress_bar{
    background-color: #E01300 !important;
}
.wcct_counter_bar_wrap .wcct_counter_bar{
    width: 100%;
}
.wcct_counter_bar_wrap .wcct_counter_bar .counter-bar-remaining{
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #FFF;
    transform: translate(-50%, -50%);
}
section.about-1{
    padding: 18px 0 178px;
}
section.about-new-1 h1,
section.about-1 h1{
    margin-bottom: 87px;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}
section.about-1 .item{
    display: flex;
    gap: 20px;
    align-items: center;
}
section.about-1 .item .col-6{
    padding: 0;
    flex: unset;
    position: relative;
    z-index: 4;
}
section.about-1 .item .col-6:nth-of-type(2):before{
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/about-pattern.png');
    background-repeat: no-repeat;
    width: 1070px;
    height: 500px;
    left: -124px;
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
section.about-1 .item:nth-of-type(even) .col-6:nth-of-type(2):before{
    left: unset;
    right: -124px;
}
section.about-1 .item .sub-title{
    font-family: 'SVN-Rosellinda Alyamore', "Wix Madefor Display", "sans-serif";
    font-weight: 400;
    font-size: 70px;
    line-height: 92px;
    margin: 0;
}
section.about-1 .item .sec-title{
    margin-bottom: 30px;
}
.text-secondary{
    color: var(--sub-cl);
}
.img-wrap{
    position: relative;
    overflow: hidden;
}
.img-wrap img{
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
section.about-1 .item .img-wrap{
    box-shadow: 0px 4px 30px 0px #0000001A;
}
section.about-1 .item+.item{
    margin-top: 104px;
}
section.about-1 .item:nth-of-type(odd) .col-6:first-of-type{
    padding-right: 104px;
}
section.about-1 .item:nth-of-type(even){
    flex-direction: row-reverse;
}
section.about-1 .item:nth-of-type(even) .col-6:first-of-type{
    padding-left: 104px;
}
section.about-1 .item:nth-of-type(even) .col-6:last-of-type{
    text-align: right;
}
section.about-2,
section.about-3{
    background-image: url('../images/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
section.about-2{
    padding: 138px 0 48px;
}
section.about-2 .item{
    display: flex;
    align-items: center;
}
section.about-2 .item+.item{
    margin-top: 56px;
}
section.about-2 .item .col-12{
    padding: 0;
}
section.about-2 .item:nth-of-type(odd){
    flex-direction: row-reverse;
}
section.about-2 .item:nth-of-type(even) .col-12:last-of-type,
section.about-2 .item:nth-of-type(odd) .col-12:first-of-type{
    padding-left: 104px;
    text-align: right;
}
section.about-2 .item:nth-of-type(even) .col-12:last-of-type .sec-title{
    margin-left: auto;
}
section.about-2 .item:nth-of-type(odd) .col-12:last-of-type,
section.about-2 .item:nth-of-type(even) .col-12:first-of-type{
    padding-right: 104px;
}
section.about-2 .item .sec-title{
    width: max-content;
    max-width: 100%;
    padding-bottom: 12px;
    border-bottom: 2px solid #176A5A47;
    margin-bottom: 26px;
}
section.about-3{
    padding: 130px 0 144px;
}
section.about-3 .sec-title{
    margin-bottom: 40px;
}
section.about-3 .list-content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 56px;
}
section.about-3 .list-content .icon-wrap{
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
    transition: all 0.4s;
}
section.about-3 .list-content .title{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: center;
}
section.about-3 .list-content .post-content{
    text-align: justify;
}
section.about-2 .post-content,
section.about-1 .post-content,
section.about-2 .post-content p,
section.about-1 .post-content p,
section.about-2 .post-content li,
section.about-1 .post-content li{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
div:where(.swal2-container) div:where(.swal2-popup){
    width: 500px !important;
}
.single-add-to-cart{
    cursor: pointer;
}
.single-add-to-cart svg{
    width: 100%;
    height: 100%;
}
section.post-details{
    padding: 32px 0 100px;
}
section.post-details h1.sec-title{
    margin-bottom: 16px;
}
section.post-details .post-nav{
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.post-details .post-nav .left-col{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
section.post-details .post-nav .left-col .date{
    display: flex;
    align-items: center;
    gap: 4px;
}
section.post-details .post-nav .left-col .term{
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid rgba(102, 102, 102, 0.2);
}
section.post-details .post-nav .right-col{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
section.post-details .post-nav .right-col > a{
    transition: all 0.4s;
}
section.post-details .post-nav .right-col > a:hover{
    transform: scale(1.1);
}
.post-content blockquote{
    font-style: normal;
    padding: 0 0 0 24px;
}
.post-content ol,
.post-content ul{
    margin-left: 30px;
}
.post-content li{
    list-style: initial;
}
.post-content #ez-toc-container{
    width: 100%;
    border-radius: 0;
    border: 1px solid #EEEEEE;
    background-color: #FFF;
    padding: 24px;
}
.post-content #ez-toc-container .ez-toc-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.post-content #ez-toc-container .ez-toc-list .ez-toc-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}
.post-content #ez-toc-container ul > li+li{
    margin-top: 10px;
}
.post-content #ez-toc-container li > ul{
    margin-top: 10px;
}
section.post-details .post-tags{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(102, 102, 102, 0.2)
}
section.post-details .post-tags > a{
    padding: 6px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: block;
    border-radius: 5px;
    transition: all 0.4s;
}
section.post-details .post-tags > a:hover{
    background-color: #FFE1BD;
    color: var(--main-cl);
    text-decoration: unset;
}
section.post-details .container{
    display: flex;
    flex-wrap: wrap;
}
section.post-details .box-latest{
    padding: 32px 32px 16px 32px;
    background-color: #176A5A0D;
    position: sticky;
    top: 140px;
    right: 0;
}
section.post-details .col-xl-4{
    padding-left: 85px;
}
section.post-details .box-latest .title{
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
}
section.post-details .box-latest .item a{
    padding: 16px 0;
    display: block;
}
section.post-details .box-latest .item a span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
section.post-details .box-latest .item+.item{
    border-top: 1px solid rgba(23, 106, 90, 0.1);
}
section.posts-page .col-xl-6:nth-of-type(2){
    padding-left: 104px;
}
.title-small{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    padding-left: 16px;
    border-left: 1px solid var(--main-cl);
}
section.posts-page .col-xl-6 .title-small{
    margin-bottom: 48px;
}
section.posts-page .col-xl-6 .sec-title{
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 8px;
    margin-bottom: 48px;
}
section.posts-page .contact-info{
    margin-bottom: 48px;
}
section.posts-page .contact-info .name{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
}
section.posts-page .contact-info ul{
    margin-bottom: 24px;
}
section.posts-page .contact-info ul > li {
    display: flex;
    gap: 8px;
    margin-bottom: 0;
}
section.posts-page .contact-info ul > li div a,
section.posts-page .contact-info ul > li div p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
section.posts-page .contact-info ul > li+li{
    margin-top: 16px;
}
section.posts-page .contact-info ul > li > img{
    width: 24px;
    height: 24px;
}
section.posts-page .contact-info .map{
    height: 335px;
}
section.posts-page .contact-info .map iframe{
    width: 100%;
    height: 100%;
    display: block;
}
section.posts-page .contact-form{
    background-color: #176A5A0D;
    padding: 32px;
}
.contact-form .form-title{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 24px;
}
.contact-form .form-des{
    margin-bottom: 24px;
}
.contact-form form{
    margin-bottom: 0;
}
.form-wrap .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}
.form-wrap .form-input{
    border: 1px solid #176A5A1A;
    background-color: transparent;
    border-radius: 4px;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 0;
}
.form-wrap .wpcf7-spinner{
    display: none !important;
}
.form-wrap .form-group+.form-group{
    margin-top: 16px;
}
.form-wrap .form-group.submit-btn-wrap input{
    width: 100%;
}
.post-item .img-wrap{
    aspect-ratio: 7/4;
    margin-bottom: 16px;
}
.post-item .cont-wrap .post-term{
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: #FFE1BD4D;
    width: max-content;
    max-width: 100%;
}
.post-item .cont-wrap h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.post-item .cont-wrap  .post-excerpt{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 16px;
}
.arrow-btn{
    display: flex;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--sub-cl);
    width: max-content;
    max-width: 100%;
}
.post-item .post-date{
    z-index: 3;
    background-color: var(--sub-cl);
    padding: 4px;
    border-radius: 4px;
    position: absolute;
    pointer-events: none;
    color: #FFF;
    left: 8px;
    top: 8px;
    text-align: center;
}
.post-item .post-date .day{
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
}
.post-item .post-date .m-Y {
    font-weight: 400;
    font-size: 14px;
    margin-top: -8px;
}
section.posts-page .featured-posts .list-posts{
    display: flex;
    flex-wrap: wrap;
    gap: 88px 40px;
}
section.posts-page .featured-posts .post-item:not(:first-of-type){
    width: calc(50% - 20px);
}
section.posts-banner{
    /*padding-top: 16px;*/
}
section.posts-banner+.breadcrumbs > ol{
    margin-top: 16px;
    margin-bottom: 16px;
}
section.posts-page{
    padding: 72px 0 48px;
}
section.posts-terms{
    padding-bottom: 100px;
}
section.posts-terms .title-small{
    margin-bottom: 20px;
}
.posts-grid{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.posts-grid .post-item{
    width: calc(100% / 3 - 40px * 2 / 3);
}
section.posts-terms .posts-grid .post-item:nth-of-type(4){
    display: none !important;
}
section.posts-terms .row+.row{
    margin-top: 80px;
}
section.posts-category{
    padding: 48px 0 96px;
}
section.posts-category h1{
    margin-bottom: 48px;
}
.thenativePagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    gap: 12px;
    margin-bottom: 0;
}
.thenativePagination > li{
    margin-bottom: 0;
}
.thenativePagination > li > a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(190, 36, 40, 0.2);
    transition: all 0.4s;
    text-decoration: unset !important;
    border-radius: 4px;
}
.thenativePagination > li > a:hover,
.thenativePagination > li.active > a{
    border-color: var(--sub-cl);
    color: #FFF;
    background-color: var(--sub-cl);
}
.btn-contact-product{
    height: 50px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFF !important;
    text-align: center;
    text-decoration: unset !important;
    background-color: var(--sub-cl);
    display: flex;
    margin-top: 70px;
    align-items: center;
    justify-content: center;
}
#popup-product-form{
    display: none;
    width: 600px;
    max-width: 100%;
    padding: 32px;
}
#popup-product-form .form-wrap.row{
    margin-left: -15px;
    margin-right: -15px;
}
.woocommerce #reviews .star-rating span:before{
    font-size: 17px;
}
.woocommerce #reviews .star-average .star-rating span:before{
    font-size: 22px;
}
#reviews .star_box .star_box_left .reviews_bar .devvn_num_reviews{
    min-width: 140px !important;
    text-align: right;
}
.home-1{
    padding-top: 10px;
}
.home-1 .container{
    width: 100%;
    max-width: 100%;
}
.home-1 .banners-wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
}
.home-1 .banners-wrap .banner-item .img-wrap{
    height: 100%;
}
.home-1 .banners-wrap .banner-item:nth-of-type(1){
    grid-column: 1/3;
    grid-row: 1/4;
    margin-bottom: 0 !important;
}
.home-1 .banners-wrap .banner-item.grow:nth-of-type(1){
    grid-column: 1/4;
}
.home-1 .banners-wrap .banner-item.banner-left .slick-list,
.home-1 .banners-wrap .banner-item.banner-left .slick-list .slick-track{
    height: 100%;
}
.product-banner .swiper-arrow,
.home-1 .banners-wrap .swiper-arrow{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.product-banner .swiper-arrow.prev,
.home-1 .banners-wrap .swiper-arrow.prev{
    left: 12px;
    right: unset;
}
.home-2{
    padding-top: 64px;
}
.home-2 .terms-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px 140px;
    flex-wrap: wrap;
}
.home-2 .terms-wrap .term-item .term-icon{
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-cl);
    margin-bottom: 12px;
}
.home-2 .terms-wrap .term-item .term-icon img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    transition: all .4s;
}
.home-2 .terms-wrap .term-item .term-name{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.home-3{
    padding-top: 80px;
}
.home-4{
    padding-top: 92px;
}
.home-banner-4{
    display: flex;
    gap: 8px;
    justify-content: center;
}
.home-banner-4 .item{
    width: 100%;
}
.wrap-link{
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.home-5{
    padding-top: 92px;
}
.home-title-group{
    margin-bottom: 32px;
}
.home-products-swiper.swiper{
    margin: 0 -10px;
}
.home-products-swiper .swiper-slide .product-item{
    padding: 0 10px;
    border: none;
}
.home-products-swiper .swiper-slide{
    border-right: 1px solid transparent;
}
.home-products-swiper .swiper-slide-active,
.home-products-swiper .swiper-slide-next,
.home-products-swiper .swiper-slide-next+div,
.home-products-swiper .swiper-slide-next+div+div{
    border-color: #ccc;
}
.home-6 {
    padding-top: 92px;
}
.home-6 .banner-row{
    margin-bottom: 32px;
}
.home-6 .home-product-term+.home-product-term{
    margin-top: 106px;
}
section[class*="home-"]:last-of-type{
    padding-bottom: 96px;
}
.home-7{
    padding-top: 86px;
}
.swiper.posts-swiper{
    margin: 0 -20px;
}
.swiper.posts-swiper .swiper-slide{
    padding: 0 20px;
}
header#header .header-wrapper .header-main{
    height: auto !important;
    box-shadow: 0px 4px 20px 0px #0000000D;
}
header#header .header-wrapper .header-main #logo{
    padding: 20px 0;
    height: 120px;
    width: auto;
    margin-right: 0;
    display: flex;
    transition: all 0.4s;
    justify-content: center;
    align-items: center;
}
header#header .header-wrapper .header-main #logo > a{
    height: 100%;
}
header#header .header-wrapper .header-main #logo img{
    height: 100%;
    width: auto;
}
header#header .header-wrapper .header-main .custom-right-col{
    flex-grow: 1;
    padding-left: 92px;
}
header#header .header-wrapper .header-main .custom-right-col ul.header-nav-main{
    gap: 24px;
    justify-content: flex-end;
}
header#header .header-wrapper .header-main .custom-right-col .flex-left ul.header-nav-main {
    gap: 16px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
    transition: all 0.4s;
}
header#header .header-wrapper .header-main .custom-right-col ul.header-nav-main > li{
    padding: 0;
    margin: 0;
}
header#header .header-wrapper .header-main .custom-right-col ul.header-nav-main > li > a{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 12px;
    display: block;
    margin: 0;
    border-radius: 4px;
    text-transform: initial;
    color: #333333;
    transition: all 0.4s;
    text-decoration: unset !important;
}
header#header .header-wrapper .header-main .custom-right-col ul.header-nav-main > li:hover > a,
header#header .header-wrapper .header-main .custom-right-col ul.header-nav-main > li.current-menu-item > a{
    background-color: #FFE1BD;
    color: var(--main-cl);
}
header#header .header-wrapper .header-main .header-item.cart-item{
    position: relative;
}
header#header .header-wrapper .header-main .header-item.cart-item > a{
    padding: 0 !important;
    background: transparent !important;
}
header#header .header-wrapper .header-main .header-item.cart-item > a .cart-icon-wrap{
    position: relative;
    display: flex;
}
header#header .header-wrapper .header-main .header-item.cart-item .cart-icon{
    position: absolute;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    top: -20%;
    right: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D6181C;
    color: #FFF;
    text-align: center;
}
.header-item.cart-item:after,
.header-item.cart-item:before{
    display: none !important;
}
.header-item.cart-item .cart-icon strong:after{
    display: none !important;
}
.header-item.cart-item .cart-icon strong{
    border: unset;
    border-radius: unset;
    color: unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    height: unset;
    line-height: unset;
    margin: unset;
    position: unset;
    text-align: unset;
    vertical-align: unset;
    width: unset;
    background: transparent;
}
header#header .header-wrapper.stuck .header-main .custom-right-col .flex-left ul.header-nav-main{
    padding-bottom: 8px;
    margin-bottom: 8px;
}
header#header .header-wrapper.stuck .header-main #logo{
    padding: 12px 0;
    height: 100px;
}
footer#footer{
    background-color: #F9F9F9;
}
footer#footer .footer-top{
    background-color: var(--main-cl);
    padding: 32px 0;
}
footer#footer .footer-top form{
    margin-bottom: 0;
}
footer#footer .footer-top .form-title{
    color: #FFF;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
}
footer#footer .footer-top .form-wrap{
    background-color: #FFFFFF1A;
    display: flex;
    border-radius: 5px;
}
footer#footer .footer-top .form-wrap span.wpcf7-form-control-wrap{
    position: relative;
}
footer#footer .footer-top .form-wrap span.wpcf7-form-control-wrap:after{
    right: 0;
    top: 10px;
    bottom: 10px;
    position: absolute;
    content: '';
    width: 1px;
    background-color: #FFF;
}
footer#footer .footer-top .form-wrap input[name='email-address']::placeholder{
    color: #FFF;
    opacity: 0.4;
}
footer#footer .footer-top .form-wrap input[name='email-address']{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    background-color: transparent !important;
    padding-left: 24px;
    padding-right: 24px;
}
footer#footer .footer-top .form-wrap input[type="submit"]{
    background-color: transparent;
    border: none !important;
}
footer#footer .footer-bottom > .row.row-main{
    padding: 60px 0 48px;
}
footer#footer .footer-bottom > .row.row-copyright{
    position: relative;
    padding: 16px 0;
}
footer#footer .footer-bottom > .row.row-copyright:before{
    left: 15px;
    top: 0;
    right: 15px;
    position: absolute;
    content: '';
    height: 1px;
    background-color: #E2E2E2;
}
footer#footer .footer-bottom > .row.row-copyright > div{
    font-weight: 400;
    font-size: 12.5px;
    line-height: 21px;
    color: rgba(51, 51, 51, 0.5);
}
footer#footer .footer-bottom .footer-title{
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
}
footer#footer .footer-bottom .footer-menu > ul > li{
    margin-bottom: 12px;
}
footer#footer .footer-bottom .footer-menu > ul > li > a{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    display: flex;
}
footer#footer .footer-bottom .footer-logo{
    height: 100px;
    width: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
}
footer#footer .footer-bottom .footer-logo img{
    object-fit: contain;
    object-position: left;
}
footer#footer .footer-bottom .company-name{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
footer#footer .footer-bottom .contact-info > li{
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}
footer#footer .footer-bottom .contact-info > li > img{
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-top: 4px;
}
footer#footer .footer-bottom .socials{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
footer#footer .footer-bottom .socials > a{
    width: 34px;
    height: 34px;
    transition: all 0.4s;
}
footer#footer .footer-bottom .socials > a:hover{
    transform: scale(1.15);
}
footer#footer .footer-bottom .payments .item{
    margin-top: 24px;
}
footer#footer .footer-bottom .payments .name{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
}
footer#footer .footer-bottom a[href*='tel']{
    font-weight: 700;
    font-size: 17px;
}
header#header #flags{
    width: auto !important;
    display: flex;
    align-items: center;
}
header#header #flags li,
header#header #flags li > a{
    display: flex;
}

.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
section.single-recruitment-1{
    padding-bottom: 64px;
}
section.single-recruitment-1 .col-9{
    padding: 32px;
    background-color: #176A5A0D;
}
section.single-recruitment-1 .col-9 .title-group{
    margin-bottom: 48px;
}
section.single-recruitment-1 .col-9 .job-details{
    grid-gap: 16px 100px
}
section.single-recruitment-1 .col-9 .job-details .item{
    gap: 10px;
}
section.single-recruitment-1 .col-9 .share-btns > a{
    margin-left: 8px;
}
section.single-recruitment-1 .col-3{
    background-color: var(--main-cl);
    padding: 32px;
}
section.single-recruitment-1 .col-3 .career-contact{
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
section.single-recruitment-1 .col-3 .career-contact .item+.item{
    margin-top: 24px;
}
section.single-recruitment-1 .col-3 .career-contact .item > *{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}
section.single-recruitment-1 .col-3 .career-contact .item > a{
    font-weight: 700;
}
section.single-recruitment-1 .col-3 .bg-primary > a > span{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
    display: flex;
}
section.single-recruitment-1 .sec-title-2{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
section.single-recruitment-2{
    padding-bottom: 120px;
}
section.single-recruitment-2 .recruitment-content .col-3{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}
section.single-recruitment-2 .col-3.tablet-col-12 .related-recruitments{
    background: rgba(23, 106, 90, 0.05);
    padding: 32px;
    margin-left: -20px;
    position: sticky;
    top: 140px;
    right: 0;
}
section.single-recruitment-2 .col-3.tablet-col-12 .item+.item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #176A5A0D
}
section.single-recruitment-2 .col-3.tablet-col-12 .item h3{
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
section.single-recruitment-2 .col-3.tablet-col-12 .item time{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #66666680
}
section.single-recruitment-2 .col-3 .related-title{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 32px;
}
section.single-recruitment-2 .recruitment-content .col-9{
    padding: 0;
}
section.single-recruitment-2 .col-9{
    padding-right: 96px;
}
section.single-recruitment-2 .col-9 .content .item+.item{
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
section.single-recruitment-2 #recruitment-form{
    margin-top: 100px;
    padding: 95px 120px;
}
section.single-recruitment-2 #recruitment-form .sec-heading{
    margin-bottom: 10px;
}
section.single-recruitment-2 #recruitment-form .wpcf7 input,
section.single-recruitment-2 #recruitment-form .wpcf7 textarea{
    background-color: transparent !important;
}
section.single-recruitment-2 #recruitment-form .wpcf7{
    margin-top: 40px;
}
section.single-recruitment-3{
    padding-bottom: 100px;
    position: relative;
}
section.single-recruitment-3:before{
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background-image: url('../images/career-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    aspect-ratio: 1920/560;
}
section.single-recruitment-3 .recruit-form{
    padding: 32px;
    background-color: #F3F8F7;
    position: relative;
    z-index: 3;
}
section.single-recruitment-3 .recruit-form .form-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 24px;
}
section.single-recruitment-3 .recruit-form .submit-btn-wrap:last-of-type{
    margin-top: 0 !important;
}
section.single-recruitment-3 .recruit-form .submit-btn-wrap > span{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-bottom: 6px;
}
section.single-recruitment-3 .recruit-form .submit-btn-wrap input[type="submit"]{
    width: max-content;
    margin-left: auto;
    display: block;
}
section.single-recruitment-3 form{
    margin-bottom: 0;
}
section.career-1{
    padding-top: 84px;
}
section.career-1 .sec-title{
    margin-bottom: 32px;
}
section.career-1 .col-xl-6:first-of-type{
    padding-right: 100px;
}
section.career-1 .why-choose-list{
    max-height: 420px;
    overflow: auto;
    padding-right: 20px;
}
section.career-1 .why-choose-list .item{
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
section.career-1 .why-choose-list .item+.item{
    margin-top: 16px;
}
section.career-1 .why-choose-list .item .icon-wrap{
    width: 48px;
    height: 48px;
    min-width: 48px;
}
section.career-1 .why-choose-list .item .cont-wrap .title{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    color: var(--main-cl);
}
section.career-1 .career-swiper{
    margin-right: -280px;
    padding-right: 265px;
}
section.career-1 .career-swiper .swiper-slide{
    padding: 0 12px;
    opacity: 0.3;
    transition: all 0.4s;
}
section.career-1 .career-swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}
section.career-2{
    padding-top: 84px;
    padding-bottom: 100px;
}
section.career-2 .sec-title{
    margin-bottom: 36px;
}
section.career-1 .career-swiper .swiper-arrows{
    position: absolute;
    top: 50%;
    right: 160px;
    transform: translateY(-50%);
    z-index: 3;
}
.swiper-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-cl);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: all 0.4s;
    cursor: pointer;
    margin: 8px 0;
}
.swiper-arrow.style-2,
.swiper-arrow:hover{
    background-color: var(--main-cl);
}
.swiper-arrow.style-2:hover{
    background-color: #FFF;
}
.swiper-arrow.style-2 path,
.swiper-arrow:hover path{
    stroke: #FFE1BD
}
.swiper-arrow.style-2:hover path{
    stroke: var(--main-cl);
}
#recruit-table{
    background-color: #FFE1BD1A;
}
#recruit-table > li{
    display: flex;
    margin: 0;
    transition: all 0.4s;
    background-color: transparent;
    align-items: center;
}
#recruit-table > li:hover{
    background-color: #176A5A0D;
}
#recruit-table > li > span{
    padding: 16px;
    display: block;
    text-align: center;
}
#recruit-table > li > span:first-of-type > span{
    font-weight: 700;
    text-align: left;
    display: block;
}
#recruit-table > li > span > span{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
#recruit-table > li > span+span{
    border-left: 1px solid #FFE1BD4D
}
#recruit-table > li.title{
    background-color: var(--main-cl);
}
#recruit-table > li.title > span{
    color: #FFE1BD;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
#recruit-table > li.title > span+span{
    border-left: 1px solid #13594B
}
#recruit-table > li > span:nth-of-type(1){
    width: 25%;
}
#recruit-table > li > span:nth-of-type(2){
    width: 15%;
}
#recruit-table > li > span:nth-of-type(3){
    width: 15%;
}
#recruit-table > li > span:nth-of-type(4){
    width: 12%;
}
#recruit-table > li > span:nth-of-type(5){
    width: 15%;
}
#recruit-table > li > span:nth-of-type(6){
    width: 18%;
}
#recruit-table > li > span > strong{
    display: none;
}
.btn{
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.4s;
    width: max-content;
    cursor: pointer;
    text-decoration: unset !important;
}
.btn span.text{
    font-weight: 400;
    font-size: 16px;
}
.btn span.icon{
    display: flex;
}
.btn-primary{
    border-color: var(--sub-cl);
    background-color: var(--sub-cl);
}
.btn-primary span.text{
    color: #FFF;
}
.home-3 .container > .col-left{
    width: 20%;
    padding-right: 10px;
}
.home-3 .container > .col-right{
    width: 80%;
    padding-left: 10px;
}
.home-3 .left-item{
    padding: 30px 16px;
    background-color: #FFEFDD;
    height: 100%;
}
.home-3 .left-item .product-item{
    border-right: none;
    padding-right: 0;
    padding-top: 28px;
}
.home-3 .left-item .vc-card__bottom{
    margin-top: 0;
}
.home-3 .left-item .vc-card__bottom .col-2{
    position: unset;
}
.home-3 .left-item .single-add-to-cart{
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
}
.home-3 .left-item .vc-card__item.product-item .vc-card__avatar{
    margin-bottom: 20px;
}
.home-3 .left-item .vc-card__item.product-item .vc-card__1tang1{
    font-size: 16px;
    left: 0 !important;
    padding: 6px 12px;
}
.home-3 .left-item .vc-card__item.product-item .product-name{
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-bottom: 6px;
}
.home-3 .left-item .flash-sale-countdown{
    display: flex;
    margin-bottom: 24px;
    gap: 12px;
    justify-content: center;
}
.home-3 .left-item .flash-sale-countdown .countdown-item > span{
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 50%;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-3 .left-item .flash-sale-countdown .countdown-item:after{
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    display: block;
}
.home-flash-sale-swiper{
    margin: 0 -24px;
}
.home-flash-sale-swiper .swiper-slide{
    border-right: 1px solid transparent;
    padding: 0 24px;
}
.home-flash-sale-swiper .swiper-slide .product-item{
    border: none;
    padding-right: 0;
}
.home-flash-sale-swiper .swiper-slide-active,
.home-flash-sale-swiper .swiper-slide-next,
.home-flash-sale-swiper .swiper-slide-next+div{
    border-color: #ccc;
}
.product-posts{
    padding-bottom: 100px;
}
.box-swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-30px);
    right: 100%;
}
.box-swiper .swiper-arrow.next{
    right: unset;
    left: 100%;
    transform: translateY(-50%) translateX(30px);
}
html body #wrapper #main .swiper-pagination{
    position: relative;
    bottom: unset;
    top: unset;
    margin-top: 30px;
    display: none;
}
html body #wrapper #main .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--sub-cl);
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 16px !important;
    text-align: center !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
}
.product-item-tags{
    position: absolute;
    left: 1rem;
    top: 0;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 2rem);
    gap: 4px
}
.product-item-tags > span{
    position: relative;
}
.slick-dots{
    margin-top: 12px;
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
}
.slick-dots li button:before{
    background-color: var(--main-cl);
    content: '';
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.home-banner-4.slick-initialized{
    display: block;
}
.home-banner-4.slick-initialized .slick-list{
    margin: 0 -4px;
}
.home-banner-4.slick-initialized .item{
    padding: 0 4px;
}
.ui-slider {
    position: relative;
    text-align: left;
    height: 2px;
    background: #D9D9D9;
    margin-bottom: 24px;
    margin-left: 10px;
    margin-right: 12px;
}
.ui-slider .ui-slider-range {
    position: relative;
    z-index: 1;
    display: block;
    background: var(--sub-cl);
    height: 2px;
    top: -1px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    cursor: pointer;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #D9D9D9
}
.slider-range-wrap #min,
.slider-range-wrap #max {
    position: unset !important;
}
.slider-range-wrap .min-max{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
}
.slider-range-wrap .min-max > div span.amount{
    font-weight: initial;
}
.slider-range-wrap .min-max > div{
    background-color: #FFF;
    padding: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #D9D9D9
}
.slider-range-wrap .min-max input{
    margin-left: 5px;
    border: none !important;
    outline: none !important;
    box-shadow: unset !important;
    background-color: transparent;
    font-weight: 400;
    font-size: 17px;
    width: 100%;
    line-height: 24px;
}
header#header #masthead .html_topbar_left .gt_switcher .gt_option{
    position: absolute;
    top: 100%;
    display: flex !important;
    flex-direction: column;
    border-top: none !important;
    box-shadow: unset !important;
}
header#header #masthead .html_topbar_left .gt_switcher .gt_selected > a{
    background-color: #FFF;
}
header#header #masthead .html_topbar_left .gt_switcher .gt_option a.gt_current{
    display: block !important;
    pointer-events: none;
}
header#header #masthead .html_topbar_left .gt_switcher .gt_option a[data-gt-lang="vi"]{
    order: 1;
}
header#header #masthead .html_topbar_left .gt_switcher .gt_option a[data-gt-lang="en"]{
    order: 2;
}
header#header #masthead .html_topbar_left .gt_switcher .gt_option a[data-gt-lang="zh-CN"]{
    order: 3;
}
header#header #masthead .html_topbar_left .gt_switcher .gt_option a[data-gt-lang="ko"]{
    order: 4;
}
#main-menu .html_topbar_left{
    padding: 10px 20px;
}
/*#main-menu .html_topbar_left .gt_selected{*/
/*    display: none !important;*/
/*}*/
/*#main-menu .html_topbar_left .gt_switcher{*/
/*    width: 100% !important;*/
/*    line-height: normal;*/
/*}*/
/*#main-menu .html_topbar_left .gt_switcher .gt_option{*/
/*    display: flex !important;*/
/*    border: none !important;*/
/*    max-height: unset !important;*/
/*    height: auto !important;*/
/*    width: 100% !important;*/
/*}*/
.load-more-search{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
header#header li.menu-item-has-children:before,
header#header li.menu-item-has-children:after{
    display: none !important;
}
header#header .header-nav-main li.menu-item-has-children > ul.sub-menu{
    border: none !important;
    padding: 0 !important;
}
header#header .header-nav-main li.menu-item-has-children > ul.sub-menu > li > a{
    margin: 0;
    border: none !important;
    padding: 12px 16px !important;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-decoration: unset !important;
}
header#header .header-nav-main li.menu-item-has-children > ul.sub-menu > li:hover > a{
    color: #FFF;
    background-color: var(--main-cl);
}
.about-new-1{
    padding: 60px 0 80px;
}
.about-new-2{
    padding-bottom: 80px;
}
@media only screen and (min-width: 1200px) {
    .home-2 .terms-wrap .term-item:hover .term-icon img,
    section.about-3 .list-content .item:hover .icon-wrap{
        transform: rotateY(360deg);
    }
    .btn-primary:hover{
        background-color: var(--main-cl);
    }
    .home-banner-4 .item:hover .img-wrap img,
    .post-item:hover .img-wrap img{
        transform: scale(1.15);
    }
    section.single-recruitment-2 .col-3.tablet-col-12 .item:hover h3{
        color: var(--main-cl);
    }
}
@media only screen and (min-width: 1500px) {
    footer#footer .footer-bottom .col-xl-4{
        padding-right: 120px;
    }
}
@media only screen and (max-width: 1400px){
    .sec-title{
        font-size: 38px;
    }
    header#header .header-wrapper .header-main .custom-right-col ul.header-nav-main{
        gap: 16px;
    }
    header#header .header-wrapper .header-main .custom-right-col{
        padding-left: 24px;
    }
    header#header .header-wrapper .header-main #logo{
        height: 80px;
        padding: 12px 0;
    }
    header#header .header-wrapper.stuck .header-main #logo{
        height: 70px;
    }
    section.career-1 .career-swiper{
        margin-right: -160px;
    }
    section.career-1 .col-xl-6:first-of-type{
        padding-right: 64px;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 1200px){
    :root{
        --container-w: 1200px;
    }
    header#header .header-wrapper .header-main .custom-right-col{
        padding-left: 24px;
    }
    header#header .header-wrapper .header-main .custom-right-col ul.header-nav-main{
        gap: 10px
    }
    header#header .header-wrapper .header-main .custom-right-col ul.header-nav-main > li > a{
        font-size: 15px;
        padding: 8px;
    }
    footer#footer .footer-top .form-title{
        font-size: 25px;
    }
    footer#footer .footer-bottom .footer-title{
        font-size: 16px;
    }
    .vc-card__item.product-item .vc-card__bottom .vc-article__price > .contact-for-price{
        font-size: 17px;
    }
    section.product-details .vc-support{
        padding-left: 30px;
        padding-right: 30px;
    }
    .sec-title{
        font-size: 36px;
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    .sec-title{
        font-size: 32px;
    }
    section.stores-sec .sec-title{
        margin-bottom: 32px;
    }
    section.stores-sec .row.showroom{
        gap: 48px 0;
        margin-bottom: 80px;
    }
    .store-item p{
        font-size: 14px;
        line-height: 20px;
    }
    section.flash-sale-page .product-banner{
        margin-bottom: 60px;
    }
    section.flash-sale-page .flash-sale-products{
        grid-template-columns: repeat(4, 1fr);
    }
    section.flash-sale-page .flash-sale-products .product-item:nth-of-type(5n+5){
        border-right-width: 1px;
    }
    section.flash-sale-page .flash-sale-products .product-item:nth-of-type(4n+4){
        border-right-width: 0;
    }
    section.flash-sale-page{
        padding-bottom: 60px;
    }
    section.about-new-1 h1,
    section.about-1 h1{
        font-size: 40px;
        line-height: 1.4;
    }
    section.about-1 .item:nth-of-type(odd) .col-6:first-of-type{
        padding-right: 48px;
    }
    section.about-1 .item:nth-of-type(even) .col-6:first-of-type{
        padding-left: 48px;
    }
    section.about-new-1 h1,
    section.about-1 h1{
        margin-bottom: 50px;
    }
    section.about-1 .item .sub-title{
        font-size: 60px;
        line-height: 72px;
    }
    section.about-1{
        padding: 32px 0 80px;
    }
    section.about-2{
        padding: 80px 0 48px;
    }
    section.about-3{
        padding: 48px 0 80px;
    }
    section.about-2 .item:nth-of-type(even) .col-12:last-of-type,
    section.about-2 .item:nth-of-type(odd) .col-12:first-of-type{
        padding-left: 54px;
    }
    section.about-2 .item:nth-of-type(odd) .col-12:last-of-type,
    section.about-2 .item:nth-of-type(even) .col-12:first-of-type{
        padding-right: 54px;
    }
    section.about-3 .list-content{
        grid-gap: 24px
    }
    section.post-details .col-xl-4,
    section.post-details .col-xl-8{
        padding-left: 0;
        padding-right: 0;
    }
    section.post-details .col-xl-4{
        margin-top: 32px;
    }
    section.post-details{
        padding-bottom: 48px;
    }
    section.posts-category{
        padding: 32px 0 64px;
    }
    .posts-grid{
        gap: 32px 16px
    }
    .posts-grid .post-item{
        width: calc(100% / 3 - 16px * 2 / 3);
    }
    section.posts-page .col-xl-6:nth-of-type(2){
        padding-left: 15px;
    }
    .title-small,
    section.posts-page .contact-info .name{
        font-size: 20px;
        line-height: 1.4;
    }
    section.posts-page .col-xl-6 .sec-title{
        margin-bottom: 32px;
    }
    section.posts-page .col-xl-6 .title-small{
        margin-bottom: 24px;
    }
    section.posts-page .featured-posts .list-posts{
        gap: 40px 20px
    }
    section.posts-page .featured-posts .post-item:not(:first-of-type){
        width: calc(50% - 10px);
    }
    section.product-details .vc-support{
        padding-left: 0;
        padding-right: 0;
    }
    #footer-coffee .vc-recent .vc-recent__ttl{
        font-size: 16px;
    }
    .vc-card__item--recent.product-item{
        padding-left: 0;
        padding-right: 0;
    }
    #footer-coffee .vc-recent{
        padding: 0 12px;
    }
    section.product-details .tabs-container .tabs-title > .tab-title,
    h1.product-name{
        font-size: 28px;
        line-height: 1.4;
    }
    section.product-details .jsArticleDetails .sale-tags > span{
        font-size: 14px;
        line-height: 1.4;
    }
    section.product-details .jsArticleDetails .vc-article__price > span{
        font-size: 44px;
    }
    section.product-details .jsArticleDetails .vc-article__price > span > em{
        font-size: 18px;
    }
    section.product-details .vc-article__weight,
    section.product-details .product-control-group > .d-block > a,
    section.product-details .jsArticleDetails .vc-article__price > del, section.product-details .jsArticleDetails .vc-article__price > del span{
        font-size: 16px;
    }
    section.product-details{
        padding-bottom: 48px;
    }
    section.product-details .vc-comment{
        margin-bottom: 52px;
    }
    #products-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .products-page{
        padding-bottom: 80px;
    }
    #products-grid .product-item:nth-of-type(4n+4){
        border-right-width: 1px;
    }
    #products-grid .product-item:nth-of-type(3n+3){
        border-right-width: 0;
    }
    .home-2 .terms-wrap{
        gap: 30px 80px
    }
    .home-products-swiper .swiper-slide-next+div+div{
        border-color: transparent;
    }
    header#header .header-wrapper .header-main .custom-right-col,
    header#header .flex-col.hide-for-medium{
        display: none !important;
    }
    header#header .flex-col.show-for-medium{
        display: block !important;
    }
    header#header .medium-logo-center .flex-right {
        flex: 1 1 0;
        order: 3;
    }
    header#header .medium-logo-center .flex-left{
        flex: 1 1 0;
        order: 1;
    }
    header#header .header-wrapper .header-main #logo{
        order: 2;
        flex: 1 1 0;
    }
    header#header .header-wrapper .header-main .header-inner{
        justify-content: space-between;
    }

    header#header .nav-icon > a{
        display: flex;
    }
    header#header .nav-icon .hamburger{
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 24px;
        height: 100%;
        justify-content: center;
    }
    header#header .nav-icon .hamburger span{
        background-color: var(--main-cl);
        height: 1.5px;
        display: block;
        width: 100%;
        border-radius: 2px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    header#header .nav-icon .hamburger span:nth-of-type(2){
        width: 70%;
    }
    header#header .nav-icon .active .hamburger span:nth-of-type(1){
        transform-origin: center;
        transform: rotate(405deg) translateX(5px) translateY(6px);
    }
    header#header .nav-icon .active .hamburger span:nth-of-type(2){
        opacity: 0;
    }
    header#header .nav-icon .active .hamburger span:nth-of-type(3){
        transform-origin: center;
        transform: rotate(-405deg) translateX(4px) translateY(-6px);
        width: 100%;
    }
    #main-menu{
        position: fixed;
        left: 0;
        z-index: 99999999999;
        display: block !important;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100vw;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all 0.4s;
    }
    #main-menu .sidebar-menu{
        height: 100%;
        overflow: auto;
        width: 70%;
        background-color: #FFF;
        transition: all 0.4s;
        transform: translateX(-100%);
    }
    #main-menu .sidebar-menu li{
        margin: 0;
    }
    #main-menu .sidebar-menu li.active{
        background-color: #f2faff;
    }
    #main-menu .sidebar-menu li li{
        padding-left: 16px;
    }
    #main-menu .sidebar-menu li > a{
        padding: 10px 20px;
        font-size: 15px;
        text-transform: initial;
        color: #333;
        font-weight: 600;
    }
    #main-menu .sidebar-menu li > a > img{
        width: 32px;
        height: 32px;
        padding-right: 0;
    }
    #main-menu .sidebar-menu li > button{
        margin-right: 0;
        opacity: 1;
    }
    #main-menu .sidebar-menu li.current-menu-item{
        background-color: var(--main-cl);
    }
    #main-menu .sidebar-menu li.current-menu-item > button,
    #main-menu .sidebar-menu li.current-menu-item a{
        color: #FFF;
    }
    #main-menu.active .sidebar-menu{
        transform: translateX(0);
    }
    #main-menu.active{
        opacity: 1;
        pointer-events: unset;
        visibility: visible;
    }
    footer#footer .footer-bottom .footer-title{
        font-size: 15px;
    }
    footer#footer .footer-bottom .footer-menu > ul > li > a{
        font-size: 14px;
        line-height: 18px;
    }
    footer#footer .footer-bottom .footer-logo {
        height: 70px;
        margin-bottom: 16px;
    }
    #recruit-table > li > span{
        padding: 12px;
    }
    #recruit-table > li.title > span{
        font-size: 16px;
    }
    #recruit-table > li a.btn{
        padding: 12px;
    }
    #recruit-table > li a.btn span.text{
        display: none;
    }
    section.single-recruitment-1 .col-9 .job-details{
        grid-gap: 12px 24px;
    }
    section.single-recruitment-1 .col-9 .job-details .item *{
        font-size: 13px;
    }
    section.single-recruitment-1 .col-3,
    section.single-recruitment-1 .col-9{
        padding: 16px;
    }
    section.single-recruitment-1 .sec-title-2{
        font-size: 26px;
    }
    section.single-recruitment-2 .col-9{
        padding-right: 24px;
    }
    section.single-recruitment-2 .recruitment-content .item{
        flex-direction: column;
    }
    section.single-recruitment-2 .recruitment-content .item > .col-3,
    section.single-recruitment-2 .recruitment-content .item > .col-9{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    section.single-recruitment-2 .recruitment-content .item > .col-3{
        font-size: 24px;
        margin-bottom: 16px;
    }
    section.single-recruitment-2{
        padding-bottom: 80px;
    }
    footer#footer .footer-top .form-title{
        margin-bottom: 20px;
    }
    .home-3 .container > .col-left{
        width: 26%;
    }
    .home-3 .container > .col-right{
        width: 74%;
    }
    .product-posts .swiper-arrow{
        display: none !important;
    }

    html body #wrapper #main .swiper-pagination{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page img,
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .search-tabs .search-tab-content.tab-post .search-grid{
        grid-template-columns: 1fr 1fr;
    }
    .sec-title{
        font-size: 26px;
    }
    nav.breadcrumbs ol{
        margin: 16px auto;
    }
    section.order-tracking,
    section.default-page{
        padding: 32px 0 48px;
    }
    .store-item .title{
        margin: 20px 0 12px;
    }
    .store-item p{
        margin-bottom: 6px;
    }
    section.stores-sec .row.showroom{
        gap: 24px 0
    }
    section.stores-sec .row.map .listing{
        max-height: 345px;
    }
    section.stores-sec .row.map .item{
        padding: 12px;
    }
    section.flash-sale-page .flash-sale-products .product-item{
        padding: 0 12px;
    }
    section.flash-sale-page .flash-sale-products{
        margin: 0 -12px;
    }
    section.flash-sale-page .flash-sale-products{
        grid-template-columns: repeat(3, 1fr);
    }
    section.flash-sale-page .flash-sale-products .product-item:nth-of-type(4n+4){
        border-right-width: 1px;
    }
    section.flash-sale-page .flash-sale-products .product-item:nth-of-type(3n+3){
        border-right-width: 0;
    }
    section.about-new-1 h1,
    section.about-1 h1{
        font-size: 30px;
    }
    section.about-1 .item:nth-of-type(odd) .col-6:first-of-type{
        padding-right: 0;
    }
    section.about-1 .item:nth-of-type(even) .col-6:first-of-type{
        padding-left: 0;
    }
    section.about-1 .item .sub-title{
        font-size: 48px;
        line-height: 60px;
    }
    section.about-1 .item+.item{
        margin-top: 54px;
    }
    section.about-2 .item:nth-of-type(even) .col-12:last-of-type,
    section.about-2 .item:nth-of-type(odd) .col-12:first-of-type{
        padding-left: 24px;
    }
    section.about-2 .item:nth-of-type(odd) .col-12:last-of-type,
    section.about-2 .item:nth-of-type(even) .col-12:first-of-type{
        padding-right: 24px;
    }
    section.about-3 .list-content{
        grid-template-columns: 1fr 1fr;
    }
    .posts-grid .post-item{
        width: calc(50% - 16px / 2);
    }
    section.posts-category h1 {
        margin-bottom: 24px;
    }
    section.posts-page .featured-posts .post-item:not(:first-of-type){
        width: 100%;
    }
    section.posts-page .contact-form{
        padding: 16px;
    }
    .contact-form .form-title{
        font-size: 24px;
    }
    section.posts-terms .posts-grid .post-item:nth-of-type(3):last-of-type{
        display: none !important;
    }
    section.posts-terms .posts-grid .post-item:nth-of-type(4){
        display: block !important;
    }
    section.posts-terms{
        padding-bottom: 60px;
    }
    section.posts-terms .row+.row{
        margin-top: 48px;
    }
    section.posts-page{
        padding-top: 48px;
    }
    section.product-details .product-control-group .vc-article__amount{
        flex-direction: row;
    }
    section.product-details .tabs-container{
        margin-bottom: 48px;
    }
    #reviews .star_box .star_box_right{
        border-left: none !important;
    }
    .products-page .product-row .col-3{
        position: fixed;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        flex: unset;
        width: 400px;
        max-width: 80vw;
    }
    .products-page .product-row .col-9{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .products-page .product-banner{
        margin-bottom: 40px;
    }
    section[class*="home-"]:last-of-type{
        padding-bottom: 54px;
    }
    .home-title-group {
        margin-bottom: 24px;
    }
    .home-2,
    .home-3,
    .home-4,
    .home-5,
    .home-6,
    .home-7{
        padding-top: 54px;
    }
    .home-6 .home-product-term+.home-product-term{
        margin-top: 54px;
    }
    .home-2 .terms-wrap .term-item .term-icon{
        width: 72px;
        height: 72px;
    }
    .home-2 .terms-wrap .term-item .term-icon img{
        width: 50px;
        height: 50px;
    }
    .home-2 .terms-wrap{
        gap: 20px 60px
    }
    .home-1 .banners-wrap {
        display: block;
    }
    .home-banner-4{
        display: block;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 0;
    }
    footer#footer .footer-bottom .col-md-6{
        margin-bottom: 30px;
    }
    footer#footer .footer-bottom .col-md-6.col-xl-2{
        padding-top: 86px;
    }
    footer#footer .footer-bottom .footer-title{
        font-size: 18px;
    }
    footer#footer .footer-bottom > .row.row-main{
        padding: 32px 0 16px;
    }
    footer#footer .footer-bottom > .row.row-copyright > div{
        text-align: center !important;
    }
    footer#footer .footer-top .form-title{
        font-size: 24px;
    }
    #recruit-table > li.title{
        display: none !important;
    }
    #recruit-table{
        background-color: transparent;
    }
    #recruit-table > li{
        flex-direction: column;
        background-color: #FFE1BD1A;
    }
    #recruit-table > li+li{
        margin-top: 32px !important;
    }
    #recruit-table > li > span{
        width: 100% !important;
        border: none !important;
        display: flex;
        align-items: center;
        padding: 0;
    }
    #recruit-table > li > span+span{
        border-top: 1px solid #FFE1BD4D !important;
    }
    #recruit-table > li > span > span{
        padding: 16px 24px;
    }
    #recruit-table > li > span > strong{
        display: block;
        text-align: left;
        width: 45%;
        padding: 16px 24px;
    }
    #recruit-table > li a.btn span.text{
        display: flex;
    }
    section.single-recruitment-3 .recruit-form{
        padding: 16px;
    }
    section.single-recruitment-3 .recruit-form .form-title{
        font-size: 24px;
        line-height: 1.4;
    }
    section.career-1 .career-swiper{
        padding-right: 320px;
        margin-top: 30px;
        margin-left: -15px;
    }
    section.career-1 .col-xl-6:first-of-type{
        padding-right: 15px;
    }
    section.career-1 .why-choose-list{
        max-height: 365px;
    }
    section.single-recruitment-2 .col-9{
        padding-right: 15px;
    }
    section.single-recruitment-2 .col-3.tablet-col-12 .related-recruitments{
        margin-left: 0;
        margin-top: 24px;
    }
    section.single-recruitment-1 .col-3 .career-contact{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }
    section.single-recruitment-1 .col-3 .career-contact .item+.item {
        margin-top: 0;
    }
    section.single-recruitment-1 .col-9 .job-details{
        grid-gap: 12px 36px;
    }
    section.single-recruitment-1 .col-3, section.single-recruitment-1 .col-9{
        padding: 24px;
    }
    footer#footer .footer-bottom .company-name{
        font-size: 16px;
    }
    .home-3 .container > .col-left{
        width: 34%;
    }
    .home-3 .container > .col-right{
        width: 66%;
    }
    .product-posts{
        padding-bottom: 60px;
    }
    section.flash-sale-page .box-countdown-timer > .fs-25{
        display: none;
    }
    .header-account-item.cart-item{
        display: flex;
    }
    .header-main li.html.custom{
        display: flex !important;
        margin-left: 14px !important;
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 16px;
        padding-right: 16px;
    }
    .load_home_page img,
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px 16px
    }
    .search-page{
        padding: 48px 0;
    }
    .search-page h1{
        margin-bottom: 32px;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 12px;
        padding: 8px 16px;
    }
    .sec-title{
        font-size: 20px;
    }
    section.order-tracking .tracking-form form label{
        margin-bottom: 10px;
    }
    nav.breadcrumbs ol > li{
        font-size: 12px;
    }
    nav.breadcrumbs ol > li+li{
        margin-left: 4px;
    }
    nav.breadcrumbs ol > li+li:before{
        margin-right: 4px;
        width: 12px;
        height: 12px;
    }
    section.stores-sec,
    section.order-tracking,
    section.default-page{
        padding: 24px 0 48px;
    }
    .post-content table{
        display: block;
        white-space: nowrap;
        overflow: auto;
        border: none;
    }
    nav.breadcrumbs ol{
        margin: 8px 0;
    }
    section.stores-sec .sec-title{
        margin-bottom: 24px;
    }
    section.stores-sec .row.showroom{
        margin-bottom: 40px;
    }
    section.stores-sec .row.map .name{
        font-size: 16px;
        line-height: 22px;
    }
    section.stores-sec .row.map .address{
        font-size: 14px;
    }
    section.order-tracking .woocommerce-table--order-details tfoot th, section.order-tracking .woocommerce-table--order-details tfoot td,
    section.order-tracking .woocommerce-table--order-details tbody tr > td *,
    section.order-tracking .woocommerce-table--order-details thead th{
        font-size: 14px;
    }
    section.flash-sale-page .flash-sale-products{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 32px 0;
    }
    section.flash-sale-page .flash-sale-products .product-item{
        border-right-width: 0 !important;
    }
    section.flash-sale-page .flash-sale-products .product-item:nth-of-type(odd){
        border-right-width: 1px !important;
    }
    .vc-card__item.product-item .vc-card__bottom .vc-article__price > span{
        font-size: 22px;
    }
    .vc-card__item.product-item .vc-card__bottom .vc-article__price > span > em{
        font-size: 8px;
    }
    .vc-card__item.product-item .vc-card__bottom .vc-article__price > .contact-for-price{
        font-size: 17px;
    }
    .vc-card__item.product-item .product-name{
        font-size: 16px;
    }
    .vc-card__item.product-item .vc-card__weight{
        font-size: 13px;
    }
    section.flash-sale-page .product-banner{
        margin-bottom: 32px;
    }
    .vc-card__item.product-item .vc-card__bottom .vc-article__price > del, .vc-card__item.product-item .vc-card__bottom .vc-article__price > del span{
        font-size: 10px;
    }
    .vc-card__item.product-item .single-add-to-cart svg{
        width: 22px;
        height: 22px;
    }
    section.flash-sale-page .flash-sale-title{
        margin-bottom: 32px;
        padding: 12px 8px;
    }
    section.flash-sale-page .flash-sale-title h1{
        text-align: center;
    }
    section.flash-sale-page .box-countdown-timer .countdown-item:after{
        font-size: 12px;
    }
    section.flash-sale-page .box-countdown-timer .countdown-item span{
        font-size: 22px;
        min-width: 26px;
    }
    section.flash-sale-page .box-countdown-timer .divider{
        margin: 0 6px;
    }
    section.flash-sale-page .box-countdown-timer{
        flex-direction: column;
        gap: 8px;
        margin-top: 12px;
    }
    section.flash-sale-page .box-countdown-timer > .fs-25{
        font-size: 15px;
        margin-right: 0;
    }
    .vc-card__item.product-item .vc-card__bottom{
        margin-top: 12px;
    }
    section.about-new-1 h1,
    section.about-1 h1{
        font-size: 24px;
        margin-bottom: 32px;
    }
    section.about-1 .item{
        flex-direction: column !important;
    }
    section.about-1 .item .col-6{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    section.about-2 .item{
        flex-direction: column-reverse !important;
        gap: 24px;
    }
    section.about-2 .item .col-12{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    section.about-2{
        padding: 40px 0 20px;
    }
    section.about-3{
        padding: 20px 0 40px;
    }
    section.about-3 .list-content .icon-wrap{
        width: 70px;
        height: 70px;
    }
    section.about-3 .list-content .title{
        font-size: 17px
    }
    section.about-3 .list-content{
        grid-template-columns: 1fr;
    }
    section.post-details{
        padding-bottom: 32px;
        padding-top: 24px;
    }
    section.post-details .post-tags {
        margin-top: 24px;
        padding-top: 24px;
    }
    section.post-details .post-tags > a{
        font-size: 14px;
    }
    .post-content blockquote{
        padding-left: 12px;
    }
    section.post-details .post-nav{
        flex-wrap: wrap;
        gap: 16px;
    }
    section.post-details .post-nav .left-col .term{
        padding-left: 8px;
        margin-left: 8px;
    }
    section.post-details .post-nav .left-col div{
        font-size: 14px;
    }
    .post-content #ez-toc-container .ez-toc-list .ez-toc-link{
        font-size: 14px;
        line-height: 20px;
    }
    .post-content #ez-toc-container{
        padding: 12px;
    }
    section.posts-category{
        padding: 12px 0 32px;
    }
    .post-item .post-date .m-Y{
        font-size: 10px;
    }
    .post-item .post-date .day{
        font-size: 24px;
        line-height: 1.3;
    }
    .post-item .cont-wrap .post-term,
    .post-item .img-wrap{
        margin-bottom: 12px;
    }
    .post-item .cont-wrap h3{
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 20px;
    }
    .post-item .cont-wrap .post-excerpt{
        display: none !important;
    }
    .arrow-btn span{
        font-size: 14px;
    }
    .thenativePagination{
        gap: 8px
    }
    .thenativePagination > li > a{
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    section.post-details .col-xl-4, section.post-details .col-xl-8{
        padding-left: 15px;
        padding-right: 15px;
    }
    section.posts-page{
        padding-top: 12px;
    }
    section.posts-page .col-xl-6 .sec-title{
        margin-bottom: 16px;
    }
    section.posts-page .col-xl-6 .title-small{
        font-size: 16px;
    }
    section.posts-page .col-xl-6:nth-of-type(2){
        margin-top: 48px;
    }
    section.posts-page .contact-info .name{
        font-size: 16px;
    }
    section.posts-page .contact-info ul > li div a,
    section.posts-page .contact-info ul > li div p{
        font-size: 14px;
    }
    .vc-article__thumbs{
        margin-bottom: 24px;
    }
    section.product-details .tabs-container .tabs-title > .tab-title, h1.product-name{
        font-size: 20px;
    }
    .jsRatingPoint svg{
        width: 20px;
        height: 20px;
    }
    section.product-details .vc-support{
        margin-top: 32px;
    }
    section.product-details .jsArticleDetails {
        margin-bottom: 24px;
    }
    section.product-details .tabs-container .tabs-title > .tab-title{
        padding: 0 8px;
        font-size: 16px;
    }
    #reviews .star_box .star_box_left .reviews_bar{
        padding: 16px 12px;
    }
    #reviews .star_box .star_box_left .reviews_bar .devvn_num_reviews{
        font-size: 0;
        min-width: 50px !important;
    }
    #reviews .star_box .star_box_left .reviews_bar .devvn_num_reviews b{
        font-size: 13px;
    }
    section.product-details .jsArticleDetails .sale-tags{
        margin-bottom: 24px;
    }
    section.product-details .jsArticleDetails .wcct_counter_bar_wrap{
        margin-top: 0;
    }
    #products-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 32px 0;
    }
    #products-grid .product-item:nth-of-type(odd){
        border-right-width: 1px;
    }
    #products-grid .product-item:nth-of-type(3n+3){
        border-right-width: 1px;
    }
    .products-page .product-banner{
        margin-bottom: 32px;
    }
    .products-page {
        padding-bottom: 48px;
    }
    #popup-product-form{
        padding: 24px 16px;
    }
    #popup-product-form .form-wrap.row{
        max-width: calc(100% + 30px);
    }
    .btn-contact-product{
        margin-top: 32px;
    }
    .home-title-group .arrow-btn span{
        font-size: 12px;
    }
    .home-title-group .sec-title{
        font-size: 18px;
    }
    .home-2, .home-3, .home-4, .home-5, .home-6, .home-7{
        padding-top: 40px;
    }
    .home-2 .terms-wrap{
        grid-gap: 20px 40px;
    }
    header#header .header-wrapper.stuck .header-main #logo,
    header#header .header-wrapper .header-main #logo{
        margin-left: 0;
        height: 60px;
        padding: 6px 0;
    }
    footer#footer .footer-top .form-title{
        font-size: 18px;
    }
    footer#footer .footer-top {
        padding: 16px 0;
    }
    #recruit-table > li{
        border-radius: 10px;
        overflow: hidden;
    }
    #recruit-table > li a.btn{
        padding: 6px 12px;
    }
    #recruit-table > li a.btn span.text{
        font-size: 13px;
    }
    #recruit-table > li > span > *{
        padding: 8px 12px !important;
        font-size: 13px !important;
    }
    section.single-recruitment-3 .recruit-form .form-title{
        font-size: 20px;
    }
    section.single-recruitment-3:before{
        height: 400px;
    }
    section.single-recruitment-3{
        padding-bottom: 50px;
    }
    section.career-2{
        padding: 32px 0 48px;
    }
    section.career-1 {
        padding-top: 24px;
    }
    section.career-1 .sec-title{
        margin-bottom: 16px;
    }
    section.career-1 .why-choose-list .item .cont-wrap .title{
        font-size: 17px;
    }
    section.career-1 .career-swiper{
        padding-right: 0;
        margin: 24px 0 0;
    }
    section.career-1 .career-swiper .swiper-arrows{
        position: unset;
        transform: unset;
    }
    section.career-1 .career-swiper .swiper-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
        background-color: var(--main-cl);
        width: 32px;
        height: 32px;
    }
    section.career-1 .career-swiper .swiper-arrow svg{
        width: 20px;
        height: 20px;
    }
    section.career-1 .career-swiper .swiper-arrow path{
        stroke: #FFF;
    }
    section.career-1 .career-swiper .swiper-arrow.next{
        right: 12px;
    }
    section.career-1 .career-swiper .swiper-arrow.prev{
        left: 12px;
    }
    section.career-1 .career-swiper .swiper-slide{
        padding: 0;
    }
    section.single-recruitment-2{
        padding-bottom: 40px;
    }
    section.single-recruitment-1 .col-3,
    section.single-recruitment-1 .col-9,
    section.single-recruitment-2 .col-9,
    section.single-recruitment-2 .col-3{
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    section.single-recruitment-2 .col-9 .content .item+.item{
        margin-top: 24px;
        padding-top: 24px;
    }
    section.single-recruitment-2 .recruitment-content .item > .col-3{
        font-size: 20px;
        line-height: 1.4;
    }
    section.single-recruitment-2 .col-3.tablet-col-12 .related-recruitments{
        padding: 24px;
    }
    section.single-recruitment-1 .col-3 .career-contact,
    section.single-recruitment-1 .col-9 .job-details{
        grid-template-columns: 1fr;
    }
    section.single-recruitment-1 .col-9 .title-group{
        margin-bottom: 24px;
        flex-direction: column;
    }
    section.single-recruitment-1 .col-9 .job-details .item *{
        font-size: 15px;
    }
    section.single-recruitment-1 .share-btns{
        margin-right: auto;
        gap: 10px
    }
    section.single-recruitment-1 .col-9 .share-btns > a{
        margin-left: 0;
    }
    section.single-recruitment-1 .sec-title-2{
        font-size: 22px;
        margin-bottom: 12px;
    }
    section.single-recruitment-1{
        padding-bottom: 48px;
    }
    section.about-2 .post-content,
    section.about-1 .post-content,
    section.about-2 .post-content p,
    section.about-1 .post-content p,
    section.about-2 .post-content li,
    section.about-1 .post-content li{
        font-size: 16px;
        line-height: 24px;
    }
    .home-3 .container > .col-left{
        width: 100%;
        padding-right: 0;
        margin-bottom: 2rem;
    }
    .home-3 .container > .col-right{
        width: 100%;
        padding-left: 0;
    }
    .home-3 .left-item .product-item{
        display: flex;
        align-items: center;
    }
    .home-3 .left-item .vc-card__item.product-item .vc-card__avatar{
        padding: 0;
        width: 40%;
        aspect-ratio: 1;
        height: auto;
    }
    .home-3 .left-item .vc-card__item.product-item .vc-card__info{
        width: 60%;
        padding-left: 12px;
    }
    .home-3 .left-item .vc-card__item.product-item .vc-card__1tang1{
        font-size: 12px;
        padding: 4px 8px;
    }
    .home-3 .left-item {
        padding: 12px;
    }
    .home-3 .left-item .flash-sale-countdown .countdown-item > span{
        font-size: 14px;
        width: 34px;
        height: 34px;
    }
    .home-3 .left-item .flash-sale-countdown{
        margin-bottom: 12px;
    }
    .home-flash-sale-swiper{
        margin: 0 -10px;
    }
    .home-flash-sale-swiper .swiper-slide{
        padding: 0 10px;
    }
    .home-1 .container,
    .home-1{
        padding: 0 !important;
    }
    .swiper-arrow{
        width: 32px;
        height: 32px;
    }
    .swiper-arrow svg{
        width: 24px;
        height: 24px;
    }
    .product-posts{
        padding-bottom: 40px;
    }
    html body #wrapper #main .swiper-pagination{
        margin-top: 16px;
    }
    section.flash-sale-page .box-countdown-timer > .fs-25{
        display: block;
    }
    footer#footer .footer-bottom .col-md-6.col-xl-2{
        padding-top: 0;
    }
    header#header #masthead .gt_switcher .gt_selected > a{
        font-size: 0;
        width: auto !important;
        padding-right: 32px;
    }
    header#header #masthead .gt_switcher{
        width: auto !important;
    }
    header#header #masthead .gt_option{
        width: auto;
        padding-right: 11px;
        padding-left: 11px;
    }
    header#header #masthead .gt_option a{
        font-size: 0;
    }
    .about-new-1{
        padding: 40px 0 50px;
    }
    .about-new-2{
        padding-bottom: 50px;
    }
}