@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');
:root{
    --main-cl: #00529C;
    --sub-cl: #27C4FF;
    --container-w: 78.125rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.overflow-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.overflow-y::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
    position: absolute;
}

.overflow-y::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.specs-table-wrap .specs-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.specs-table-wrap .specs-table::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}

.specs-table-wrap .specs-table::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
}
body{
    font-family: "Reddit Sans", sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}
@media (min-width: 1025px) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    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: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    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: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -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;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.lh-20{
    line-height: 1.042rem;
}
.lh-21{
    line-height: 1.09375rem;
}
.lh-22{
    line-height: 1.146rem;
}
.lh-23{
    line-height: 1.198rem;
}
.lh-24{
    line-height: 1.25rem;
}
.lh-25{
    line-height: 1.302rem;
}
.lh-26{
    line-height: 1.354rem;
}
.lh-27{
    line-height: 1.40625rem;
}
.lh-28{
    line-height: 1.458rem;
}
.lh-29{
    line-height: 1.51rem;
}
.lh-30{
    line-height: 1.5625rem;
}
.lh-31{
    line-height: 1.615rem;
}
.lh-32{
    line-height: 1.667rem;
}
.lh-33{
    line-height: 1.71875rem;
}
.lh-34{
    line-height: 1.771rem;
}
.lh-40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.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);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left-cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right-cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.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: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--main-cl);
}
.bg-white{
    background-color: #FFF;
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,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;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.overflow-hidden{
    overflow: hidden;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.show-mobile{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden;
}
.fp-enabled header#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
header#header .top-divider{
    display: none !important;
}
.fp-enabled header#header .header-bg-container{
    display: none !important;
}
.section,
.fp-section{
    display: block;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
}
.home-banner{
    width: 100%;
    height: 100%;
}
.swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination > .swiper-pagination-bullet{
    margin: 0 0.417rem;
    width: 0.625rem;
    height: 0.625rem;
    -webkit-border-radius: 1.302rem;
    -moz-border-radius: 1.302rem;
    border-radius: 1.302rem;
    transition: all 0.4s;
}
.swiper-pagination.type-white > .swiper-pagination-bullet{
    background-color: #FFF;
    opacity: 0.4;
}
.swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    width: 2.396rem;
}
.home-1 .swiper-pagination{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.4375rem;
}
.sec-heading .sub-title{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.4;
    color: var(--sub-cl);
    margin-bottom: 0.521rem;
}
.sec-heading .sec-title{
    font-weight: 800;
    font-size: 2.083rem;
    line-height: 1.4;
    color: var(--main-cl)
}
.sec-heading .sec-title.text-white{
    color: #FFF;
}
section.product-details-2{
    padding: 4.948rem 0;
}
section.product-details-2 .sec-heading{
    margin-bottom: 1.432rem;
}
section.product-details-2 .tabs-title .tab-title{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.2;
    color: #FFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.651rem 0;
}
section.product-details-2 .tabs-title .tab-title+.tab-title{
    /*margin-top: 1.302rem;*/
}
section.product-details-2 .tabs-title .tab-title:before{
    position: relative;
    display: block;
    height: 1px;
    width: 0;
    content: '';
    background-color: var(--sub-cl);
    transition: all 0.4s;
}
section.product-details-2 .tabs-title .tab-title span.text{
    transition: all 0.4s;
}
section.product-details-2 .tabs-title .tab-title.active:before,
section.product-details-2 .tabs-title .tab-title:hover:before{
    width: 1.302rem;
}
section.product-details-2 .tabs-title .tab-title.active span.text,
section.product-details-2 .tabs-title .tab-title:hover span.text{
    padding-left: 0.78125rem;
    color: var(--sub-cl)
}
.tab-content{
    animation: fade-up 0.6s;
    display: none;
}
.tab-content.active{
    display: block;
}
section.product-details-2 .col-7{
    padding-left: 1.5625rem;
}
section.product-details-2 .swiper-initialized .swiper-slide:before{
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 44, 85, 0) 0%, #002C55 100%);
    content: '';
}
section.product-details-2 .swiper-pagination{
    bottom: 1.302rem;
}
section.product-details-1{
    padding: 10.417rem 0 4.6875rem;
    background-color: #F5F5F5;
}
section.product-details-1 .btn-primary-transparent{
    position: absolute;
    bottom: calc(100% + 0.625rem);
    left: 0;
}
.product-summary{
    padding-left: 5.99rem;
}
.product-gallery .product-main-gallery{
    border: 2px solid #CDD8E5;
    margin-bottom: 0.521rem;
}
.product-gallery .product-sub-gallery{
    margin: 0 -0.26rem;
}
.product-gallery .product-sub-gallery .swiper-slide{
    padding: 0 0.26rem;
}
.product-gallery .product-sub-gallery .swiper-slide .item{
    border: 2px solid #CDD8E5;
    transition: all 0.4s;
    cursor: pointer;
}
.product-gallery .product-sub-gallery .swiper-slide .item img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-gallery .product-sub-gallery .swiper-slide.swiper-slide-thumb-active .item{
    border-color: var(--sub-cl);
}
.btn{
    display: flex;
    align-items: center;
    gap: 0.390625rem;
    font-weight: 700;
    font-size: 0.911rem;
    line-height: 1.171875rem;
    text-transform: uppercase;
    transition: all 0.4s;
    width: max-content;
    padding: 0.573rem 1.302rem;
}
.btn span.icon{
    display: flex;
}
.btn span.icon svg{
    width: 1.302rem;
    height: 1.302rem;
}
.btn.btn-primary{
    background-color: var(--main-cl);
    color: #FFF;
}
.btn.btn-primary-transparent{
    border: 0.078125rem solid #00529C33;
    color: var(--main-cl);
}
.btn.btn-secondary{
    background-color: var(--sub-cl);
    color: #FFF;
}
.product-summary h1{
    margin-bottom: 1.5625rem;
}
.product-summary .product-desc,
.product-summary .product-desc li,
.product-summary .product-desc p {
    font-weight: 400;
    font-size: 0.911rem;
    line-height: 1.171875rem;
}
.product-summary .product-desc ol{
    margin-left: 1.042rem;
}
.product-summary .product-desc ul > li{
    display: flex;
}
.product-summary .product-desc ul > li+li{
    margin-top: 0.78125rem;
}
.product-summary .product-desc ul > li:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjM0IiBoZWlnaHQ9IjM0IiByeD0iMTciIHN0cm9rZT0iIzAwQUVFRiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0yNi4yNSAxMi43NTA1TDE1Ljc1IDIzLjI1TDEwLjUgMTguMDAwNSIgc3Ryb2tlPSIjMDBBRUVGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.9375rem;
    min-width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.625rem;
    position: relative;
    display: inline-block;
    content: '';
    top: 0.104rem;
}
.product-summary .price-wrapper span{
    color: #C91E2C;
    font-size: 1.302rem;
    line-height: 1.51rem;
}
.product-summary .price-wrapper{
    font-weight: 700;
    font-size: 0.911rem;
    line-height: 1.12rem;
    padding-top: 1.302rem;
    margin-top: 1.302rem;
    border-top: 3px solid #CDD8E5                       ;
}
.product-summary .price-note{
    font-weight: 400;
    font-size: 0.911rem;
    line-height: 1.171875rem;
    margin-top: 0.729rem;
    color: #666;
}
.product-summary .buttons-wrap{
    display: flex;
    gap: 0.521rem 0.78125rem;
    margin-top: 2.083rem;
}
header#header #masthead{
    height: auto !important;
}
header#header #masthead #logo{
    width: auto !important;
}
header#header #masthead #logo img{
    max-height: 4.6875rem !important;
    height: 4.6875rem;
    transition: all 0.4s;
}
header#header #masthead > .header-inner{
    padding: 1.953125rem 5.208rem;
    transition: all 0.4s;
}
header#header .stuck #masthead #logo img{
    height: 2.604rem;
}
header#header .stuck #masthead > .header-inner{
    padding: 0.78125rem 5.208rem;
}
section.product-details-3{
    padding: 5.729rem 0;
    background-color: #F5F5F5;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
section.product-details-3 .sec-heading{
    margin-bottom: 2.083rem;
}
section.product-details-3 .btn-primary{
    margin-top: 2.604rem;
}
.specs-table-wrap{
    max-width: 100%;
    width: 59.21875rem;
}
.specs-table-wrap .item:nth-of-type(odd){
    background-color: #E7ECF0;
}
.specs-table-wrap .item{
    display: flex;
    border: 2px solid #FFF;
}
.specs-table-wrap .item+.item{
    border-top: none;
}
.specs-table-wrap .item .name{
    width: 35%;
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.25rem;
    color: var(--main-cl);
    border-right: 2px solid #FFF;
    padding: 0.651rem 1.771rem;
    display: flex;
    align-items: center;
}
.specs-table-wrap .item .value{
    width: 65%;
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.25rem;
    text-align: center;
    padding: 0.651rem 1.667rem;
}
.specs-table-wrap .item .value li{
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.specs-table-wrap .specs-table{
    max-height: 29.349rem;
    overflow: auto;
}
section.store-system{
    padding-top: 7.292rem;
    background-color: #F5F5F5;
    padding-bottom: 6.25rem;
    height: 100vh;
}
section.store-system > .grid-container{
    display: flex;
    flex-direction: column;
    height: 100%;
}
section.store-system .sec-heading{
    margin-bottom: 1.042rem;
}
section.store-system .store-filters{
    margin-bottom: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5625rem
}
section.store-system .store-filters .select-wrap{
    width:  20.833rem;
    display: none;
}
section.store-system .store-filters .select-wrap.select-province,
section.store-system .store-filters .select-wrap.select-area{
    display: block;
}
section.store-system > .grid-container .stores-list{
    flex-grow: 1;
}
section.store-system > .grid-container .stores-list .overflow-y{
    max-height: 50vh;
    overflow: auto;
    padding-left: 0.417rem;
}
.stores-list .grid-box{
    grid-gap: 1.146rem;
}
.store-item{
    background-color: #FFF;
    padding: 1.51rem 1.5625rem;
}
.store-item .name{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.25rem;
    margin-bottom: 0.78125rem;
    color: #076FB7;
}
.store-item .store-info > .flex-box+.flex-box{
    margin-top: 0.521rem;
}
.store-item .store-info > .flex-box > img{
    width: 1.042rem;
    min-width: 1.042rem;
    height: 1.042rem;
    margin-right: 0.365rem;
}
.store-item .store-info > .flex-box > .text,
.store-item .store-info > .flex-box > .text a,
.store-item .store-info > .flex-box > .text p,
.store-item .store-info > .flex-box > .text li{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.12rem;
    color: #333;
}
.fixed-footer{
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.677rem 5.208rem;
}
.fixed-footer .copyright{
    font-size: 0.78125rem;
    line-height: 1.042rem;
    color: #FFF;
}
body.page-template-store-system header{
    /*display: none !important;*/
}
body.page-template-store-system footer{
    display: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.select2-container .select2-selection--single{
    height: 2.604rem;
    display: flex;
    align-items: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid transparent;
    padding-left: 1.302rem;
    padding-right: 1.302rem;
    background-position: right 1.302rem top 50%;
    background-size: 0.521rem;
}
.select2-container--default .select2-results__option{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.select2-container--open .select2-dropdown{
    margin-top: 1.5625rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    height: 2.083rem;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.stores-list.loading{
    position: relative;
    min-height: 10.417rem;
}
.loading:before{
    position: absolute;
    height: 4rem;
    width: 4rem;
    left: calc(50% - 2rem);
    top: calc(50% - 2rem);
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    border: 5px solid #dfdfdf;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
footer.footer-wrapper{
    padding: 5.208rem 0;
    min-height: unset;
}
.fp-enabled footer.footer-wrapper{
    min-height: 100vh;
    padding-top: 7.292rem;
    padding-bottom: 4.167rem;
}
footer.footer-wrapper .footer-top{
    margin-bottom: 3.385rem
}
footer.footer-wrapper .footer-top .btn{
    margin-left: auto;
    margin-bottom: 0.625rem;
}
footer.footer-wrapper .footer-bottom .item+.item{
    margin-top: 2.24rem;
}
footer.footer-wrapper .footer-bottom .item .title{
    font-weight: 800;
    font-size: 1.042rem;
    line-height: 1.25rem;
    color: #FFF;
    margin-bottom: 0.365rem;
}
footer.footer-wrapper .footer-bottom .item .cont,
footer.footer-wrapper .footer-bottom .item .cont a,
footer.footer-wrapper .footer-bottom .item .cont p,
footer.footer-wrapper .footer-bottom .item .cont li{
    font-weight: 400;
    font-size: 0.911rem;
    line-height: 1.171875rem;
    color: #FFF;
}
footer.footer-wrapper .footer-bottom .item.item-phone a{
    font-weight: 800;
    font-size: 1.432rem;
    line-height: 1.771rem;
}
footer.footer-wrapper .footer-bottom .item.item-socials{
    padding-top: 2.24rem;
    position: relative;
}
footer.footer-wrapper .footer-bottom .item.item-socials:before{
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 3.646rem;
    height: 0.104rem;
    background-color: var(--sub-cl);
}
footer.footer-wrapper .footer-bottom .item.item-socials .desc{
    font-weight: 400;
    font-size: 0.911rem;
    line-height: 1.171875rem;
    margin-bottom: 1.302rem;
    color: #FFF;
}
footer.footer-wrapper .footer-bottom .item.item-socials .cont .flex-box{
    gap: 0.9375rem;
}
footer.footer-wrapper .footer-bottom .item.item-socials .cont .flex-box > a{
    width: 2.083rem;
    height: 2.083rem;
    transition: all 0.4s;
}
footer.footer-wrapper .footer-bottom .swiper-slide:before{
    bottom: -2px;
    left: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 44, 85, 0) 0%, #002C55 100%);
    position: absolute;
    content: '';
    z-index: 3;
    width: 100%;
}
footer.footer-wrapper .footer-bottom .swiper-slide .text{
    bottom: 3.125rem;
    left: 2.604rem;
    z-index: 5;
    font-weight: 800;
    font-size: 1.042rem;
    line-height: 1.12rem;
    color: #FFF;
}
footer.footer-wrapper .footer-bottom .swiper-pagination{
    justify-content: flex-start;
    bottom: 1.40625rem;
    left: 2.604rem;
    right: 2.604rem;
    z-index: 5;
}
footer.footer-wrapper .footer-bottom .swiper-arrows{
    gap: 0.521rem;
    position: absolute;
    bottom: 1.40625rem;
    right: 1.5625rem;
    z-index: 6;
}
.swiper-arrow{
    width: 2.604rem;
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.078125rem solid #FFF;
    cursor: pointer;
    transition: all 0.4s;
}
.swiper-arrow svg{
    width: 1.354rem;
    height: 1.354rem;
}
footer.footer-wrapper .footer-bottom .swiper-arrow:hover{
    background-color: #FFF;
}
footer.footer-wrapper .footer-bottom .swiper-arrow:hover path{
    stroke: var(--main-cl)
}
.box-swiper .swiper-arrow{
    border-color: var(--main-cl);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.box-swiper .swiper-arrow.prev{
    left: -3.646rem;
}
.box-swiper .swiper-arrow.next{
    right: -3.646rem;
}
.box-swiper .swiper-arrow:hover{
    background-color: var(--main-cl);
}
.box-swiper .swiper-arrow:hover path{
    stroke: #FFF;
}
footer.footer-wrapper .nk-back-to-top{
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 10.9375rem;
    display: flex;
    background-color: #00AEEF33;
    border-radius: 1.302rem 1.302rem 0 0;
    padding: 0.911rem 1.302rem 0.651rem 1.302rem;
    gap: 0.390625rem;
    font-weight: 500;
    font-size: 0.911rem;
    line-height: 1.171875rem;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
}
footer.footer-wrapper .nk-back-to-top span.icon{
    display: flex;
    width: 1.302rem;
    height: 1.302rem;
}
footer.footer-wrapper .nk-back-to-top span.icon svg{
    width: 100%;
    height: 100%;
}
.fixed-menu{
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 0.9375rem 10.9375rem;
    background-color: var(--main-cl);
}
.fixed-menu > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    gap: 2.865rem;
    list-style: none;
}
.fixed-menu > ul > li{
    margin: 0;
    position: relative;
}
.fixed-menu > ul > li+li:before{
    position: absolute;
    top: 50%;
    left: -1.432rem;
    transform: translateX(-50%) translateY(-50%);
    content: '';
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: #FFF;
    opacity: 0.4;
    border-radius: 1.302rem;
}

.fixed-menu > ul > li > a{
    font-weight: 700;
    font-size: 0.911rem;
    line-height: 1.12rem;
    color: #FFF;
    padding: 0.78125rem 1.171875rem;
    transition: all 0.4s;
}
.fixed-menu > ul > li > a.active,
.fixed-menu > ul > li > a:hover{
    background-color: var(--sub-cl);
}
.home-2{
    background-color: #F5F5F5;
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
}
.home-2 .grid-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-2 .sec-heading{
    width: 48.021rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home-2 .sec-heading .desc{
    margin-top: 0.521rem;
    font-weight: 400;
    font-size: 0.911rem;
    line-height: 1.171875rem;
}
.product-item{
    background-color: #FFF;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    display: flex;
    flex-direction: column;
}
.product-item .img-wrap{
    aspect-ratio: 700/505;
}
.product-item .img-wrap img{
    object-fit: contain;
}
.product-item .cont-wrap{
    padding: 1.171875rem 1.51rem 1.51rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.product-item .cont-wrap h3{
    font-weight: 800;
    font-size: 0.911rem;
    line-height: 1.12rem;
    margin-bottom: 0.521rem;
}
.product-item .cont-wrap .information{
    padding-bottom: 0.651rem;
}
.product-item .cont-wrap .information .item{
    font-weight: 400;
    font-size: 0.651rem;
    line-height: 1.042rem;
}
.product-item .cont-wrap .information .item+.item{
    padding-left: 0.911rem;
    margin-left: 0.911rem;
    position: relative;
}
.product-item .cont-wrap .information .item+.item:before{
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    content: '';
    width: 0.3125rem;
    height: 0.3125rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--main-cl);
}
.product-item .cont-wrap .price-wrap{
    padding-top: 0.651rem;
    border-top: 0.052rem solid #CDD8E5;
    gap: 0.521rem;
    margin-top: auto;
    align-items: center;
}
.product-item .cont-wrap .price-wrap .price{
    font-weight: 400;
    font-size: 0.651rem;
    line-height: 0.859375rem;
}
.product-item .cont-wrap .price-wrap .price span{
    display: block;
    font-weight: 700;
    font-size: 0.911rem;
    line-height: 1.042rem;
    color: #C91E2C;
}
.product-item .cont-wrap .btn{
    font-weight: 700;
    font-size: 0.651rem;
    line-height: 0.651rem;
    padding: 0.625rem 0.885rem;
    width: max-content;
    flex: 0 0 auto;
}
.home-swiper-2.swiper{
    margin: 0 -0.78125rem;
}
.home-swiper-2.swiper .swiper-slide{
    padding: 2.083rem 0.78125rem 1.5625rem;
}
.home-2 .terms-menu{
    position: absolute;
    bottom: 1.042rem;
    /*left: 4.6875rem;*/
    /*right: 4.6875rem;*/
    left: 50%;
    transform: translateX(-50%);
    width:max-content;
    max-width: calc(100% - 9.375rem);
    background-color: var(--main-cl);
    padding: 0.417rem 1.042rem
}
.home-2 .terms-menu > ul{
    list-style: none;
    margin: 0;
    gap: 1.354rem;
}
.home-2 .terms-menu > ul > li{
    margin: 0;
}
.home-2 .terms-menu > ul > li > a{
    font-weight: 600;
    font-size: 0.911rem;
    line-height: 1.12rem;
    text-align: center;
    color: #FFF;
    transition: all 0.4s;
    padding: 0.78125rem 1.171875rem;
    display: flex;
    text-transform: uppercase;
    flex: 0 0 auto;
    width: max-content;
    max-width: 100%;
}
.home-2 .terms-menu > ul > li > a.active,
.home-2 .terms-menu > ul > li > a:hover{
    background-color: var(--sub-cl);
}
.home-2 .swiper-pagination{
    position: relative;
    bottom: unset !important;
}
.fp-watermark{
    display: none !important;
}
header#site-header .header-inner{
    padding: 1.042rem 5.208rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    transition: all 0.4s;
}
header#site-header .header-inner #site-logo{
    width: auto;
    height: 3.646rem;
    display: flex;
    transition: all 0.4s;
}
header#site-header .header-inner #site-logo a > img{
    height: 100%;
    width: auto;
    object-fit: contain;
}
header#site-header .header-inner .right-box{
    display: flex;
    align-items: center;
}
header#site-header .header-inner .language-switcher > a{
    gap: 0.417rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.9976562500000001rem;
    line-height: 1.3015625rem;
    color: var(--main-cl);
    transition: all 0.4s;
}
header#site-header .header-inner .language-switcher > a > img{
    height: 1.615rem;
    width: 1.615rem;
}
header#site-header .header-inner .right-box > a{
    display: flex;
    margin-left: 1.875rem;
    gap: 0.417rem;
    font-weight: 600;
    font-size: 0.9976562500000001rem;
    line-height: 1.383rem;
    color: var(--main-cl);
    transition: all 0.4s;
}
header#site-header .header-inner .right-box > a > span.icon{
    position: relative;
    width: 2.708rem;
    height: 2.708rem;
    display: flex;
}
@keyframes rotate {
    from{ transform: rotate(0); }
    to{ transform: rotate(360deg); }
}
header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(1){
    /*animation: rotate 1s infinite linear;*/
}
header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(1){
    height: 2.708rem;
    width: 2.526rem;
}
header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(2){
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.354rem;
    height: 1.354rem;
}
body.fp-viewing-footer header#site-header .header-inner #site-logo,
body.fp-viewing-banner header#site-header .header-inner #site-logo{
    filter: brightness(0) invert(1);
}
body.fp-viewing-footer header#site-header .header-inner .language-switcher > a,
body.fp-viewing-banner header#site-header .header-inner .language-switcher > a,
body.fp-viewing-footer header#site-header .header-inner .right-box > a,
body.fp-viewing-banner header#site-header .header-inner .right-box > a{
    color: #FFF
}
body.fp-viewing-footer header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(1) path,
body.fp-viewing-banner header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(1) path{
    fill: #FFF
}
body.fp-viewing-footer header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(2) path,
body.fp-viewing-banner header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(2) path{
    stroke: #FFF
}
header#site-header.sticky .header-inner #site-logo{
    height: 3.125rem;
}
header#site-header.sticky .header-inner{
    background-color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 0.521rem 5.208rem;
}
html.fp-enabled body #fp-nav .fp-tooltip{
    display: none !important;
}
html.fp-enabled body #fp-nav > ul > li{
    margin: 0;
    width: auto;
    height: auto;
}
html.fp-enabled body #fp-nav > ul > li+li{
    margin-top: 1.302rem;
}
html.fp-enabled body #fp-nav > ul > li > a{
    opacity: 0.4;
    transition: all 0.4s;
}
html.fp-enabled body #fp-nav > ul > li > a.active{
    opacity: 1;
}
html.fp-enabled body #fp-nav > ul > li > a > span{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 3.125rem;
    width: 1.823rem !important;
    height: 3.125rem !important;
    margin: 0 !important;
    border-radius: 0 !important;
    position: relative;
    background-color: transparent;
    border-right: 0.104rem solid var(--main-cl);
    display: block;
    color: var(--main-cl);
    transition: all 0.4s;
}
html.fp-enabled body.fp-viewing-footer #fp-nav > ul > li > a > span,
html.fp-enabled body.fp-viewing-banner #fp-nav > ul > li > a > span{
    color: #FFF;
    border-color: #FFF;
}
.scroll-down-btn{
    position: absolute;
    bottom: 5.208rem;
    right: 9.84375rem;
    width: 3.542rem;
    height: 3.542rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    border: 0.078125rem solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.scroll-down-btn:before{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0.078125rem solid #FFF;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleBorder 1s infinite linear;
}
.scroll-down-btn:after{
    width: 160%;
    height: 160%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0.078125rem solid #FFF;
    position: absolute;
    /*content: '';*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleBorder 1s infinite linear;
    animation-delay: 0.2s;
}
.scroll-down-btn > svg{
    width: 1.615rem;
    height: 1.615rem;
}
.product-details-2 .swiper .img-wrap{
    aspect-ratio: 1690/925;
}
.fixed-zalo{
    padding: 1.25rem 0.521rem 1.25rem 1.042rem;
    -webkit-border-radius: 2.604rem 0 0 2.604rem;
    -moz-border-radius: 2.604rem 0 0 2.604rem;
    border-radius: 2.604rem 0 0 2.604rem;
    background-color: #0095DA;
    border: 0.104rem solid #FFF;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.fixed-zalo svg{
    height: 0.78125rem;
    width: auto;
}
.select-wrap .select2-container{
    width: 100% !important;
}
.home-2 .terms-menu.show-mobile{
    display: none !important;
}
.footer-swiper .swiper-slide .img-wrap{
	aspect-ratio: 1750/993
}
@media only screen and (min-width: 1025px){
    .btn-primary-transparent:hover path{
        stroke: #FFF;
    }
    .btn-primary-transparent:hover{
        background-color: var(--main-cl);
        border-color: var(--main-cl);
        color: #FFF;
    }
    .product-item:hover{
        box-shadow: 0rem 0.104rem 0.78125rem 0rem #002F591A;
    }
    .btn-secondary:hover{
        background-color: var(--main-cl);
    }
    .btn-primary:hover{
        background-color: var(--sub-cl);
    }
    footer.footer-wrapper .footer-bottom .item.item-socials .cont .flex-box > a:hover{
        transform: scale(0.9);
    }
}
@media only screen and (max-width: 1024px){
    :root{
        --container-w: 59.375rem;
    }
    .left-cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    header#site-header .header-inner{
        padding: 0.75rem 2rem !important;
        background-color: #FFF;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }
    header#site-header .header-inner #site-logo{
        height: 3.125rem;
    }
    header#site-header .header-inner .language-switcher > a,
    header#site-header .header-inner .right-box > a{
        color: var(--main-cl) !important;
    }
    header#site-header .header-inner #site-logo{
        filter: unset!important;
    }
    header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(1) path,
    header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(1) path{
        fill: var(--main-cl) !important;
    }
    header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(2) path,
    header#site-header .header-inner .right-box > a > span.icon svg:nth-of-type(2) path{
        stroke: var(--main-cl) !important
    }
    .section, .fp-section{
        min-height: unset !important;
        height: auto !important;
    }
    .scroll-down-btn{
        right: 2rem;
        bottom: 2rem;
    }
    .home-1 .swiper-pagination{
        bottom: 1.5rem;
    }
    .sec-heading .sec-title{
        font-size: 1.625rem;
    }
    .home-2{
        padding-bottom: 7.5rem;
    }
    .box-swiper .swiper-arrow{
        display: none !important;
    }
    html footer.footer-wrapper{
        padding: 4rem 0 5rem !important;
    }
    html footer.footer-wrapper .footer-bottom .col-5{
        padding-right: 2rem;
    }
    .home-2 .terms-menu > ul{
        max-width: 100%;
        overflow: auto;
    }
    section.product-details-1 {
        padding: 7.5rem 0 4rem;
    }
    .product-summary{
        padding-left: 1rem;
    }
    .btn{
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }
    section.product-details-2 .sec-heading{
        margin-bottom: 0.5rem;
    }
    section.store-system > .grid-container .stores-list .overflow-y{
        /*padding-left: 0;*/
        /*max-height: unset !important;*/
    }
    section.store-system{
        padding-top: 4rem;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .load_home_page svg {
        width: 320px;
    }
    .home-2{
        padding-top: 2.5rem;
    }
    footer.footer-wrapper .footer-top .btn{
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
    }
    footer.footer-wrapper .footer-top{
        margin-bottom: 2rem;
    }
    html body footer.footer-wrapper .footer-bottom .col-5{
        padding-right: 0;
        margin-bottom: 2rem;
    }
    footer.footer-wrapper .nk-back-to-top{
        right: 50%;
        transform: translateX(50%);
    }
    html body footer.footer-wrapper .footer-bottom .col-5{
        text-align: center;
    }
    footer.footer-wrapper .footer-bottom .item.item-socials:before{
        left: 50%;
        transform: translateX(-50%);
    }
    footer.footer-wrapper .footer-bottom .item.item-socials .cont .flex-box{
        justify-content: center;
    }
    footer.footer-wrapper{
        padding-top: 3rem !important;
    }
    .product-summary .buttons-wrap .btn{
        width: 100%;
        justify-content: center;
    }
    .product-summary .buttons-wrap{
        flex-direction: column;
    }
    .fixed-menu{
        padding: 1rem 2rem;
    }
    section.product-details-3{
        padding: 4rem 0;
    }
    section.product-details-2{
        padding: 3.5rem 0;
    }
    section.store-system > .grid-container .stores-list .overflow-y{
        padding-left: 0;
        max-height: unset !important;
    }
    .stores-list .grid-box{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .fixed-footer{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #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;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page svg {
        width: 240px;
    }
    .scroll-down-btn{
        display: none !important;
    }
    .swiper-pagination > .swiper-pagination-bullet{
        width: 0.5rem;
        height: 0.5rem;
    }
    .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 2rem;
    }
    .home-swiper-2.swiper{
        padding: 0 4rem;
        margin: 0 -1.5rem;
    }
    .home-swiper-2.swiper .swiper-slide{
        padding: 1.5rem 0.5rem;
    }
    .home-2{
        padding-bottom: 3rem;
    }
    .home-2 .terms-menu{
        display: none !important;
    }
    html footer.footer-wrapper{
        padding: 3rem 0 5rem !important;
    }
    footer.footer-wrapper .footer-bottom .swiper-arrows{
        display: none !important;
    }
    footer.footer-wrapper .footer-bottom .swiper-pagination{
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        right: unset;
    }
    footer.footer-wrapper .footer-bottom .swiper-slide .text{
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
    }
    .sec-heading .sec-title{
        font-size: 1.125rem;
    }
    .sec-heading .sub-title{
        font-size: 0.875rem;
    }
    header#site-header .header-inner .right-box > a{
        font-size: 0 !important;
    }
    .fixed-zalo{
        padding: 0.75rem 0.5rem 0.75rem 0.75rem;
    }
    header#site-header .header-inner{
        padding: 0.5rem 1rem !important;
    }
    header#site-header .header-inner #site-logo{
        height: 2.5rem !important;
        position: absolute;
        z-index: 5;
        top: 50%;
        left: 50%;
		text-align: center;
        transform: translate(-50%, -50%);
    }
    header#site-header .header-inner .right-box{
        width: 100%;
        justify-content: space-between;
    }
    .fixed-menu{
        display: none !important;
    }
    section.product-details-1{
        padding-top: 5.5rem;
        padding-bottom: 2.5rem;
    }
    .product-summary{
        padding-left: 0;
        padding-top: 1.5rem;
    }
    section.product-details-2{
        padding: 2.5rem 0;
    }
    section.product-details-2 .tabs-title{
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 2rem;
        gap: 0 1rem;
    }
    section.product-details-2 .col-7{
        padding-left: 0 !important;
    }
    section.product-details-2 .sec-heading{
        text-align: center;
    }
    section.product-details-3{
        padding: 2.5rem 0;
    }
    .specs-table-wrap .item{
        flex-direction: column;
    }
    .specs-table-wrap .item .value{
        width: 100%;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .specs-table-wrap .item .name{
        width: 100%;
        border-right: none !important;
        padding-bottom: 0;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 0.9rem;
    }
    .specs-table-wrap .item .value{
        text-align: left;
    }
    .specs-table-wrap .item .value ul,
    .specs-table-wrap .item .value ol{
        margin-left: 1.25rem;
    }
    .specs-table-wrap .item .value li{
        width: auto;
        margin-left: unset;
        margin-right: unset;
    }
    .stores-list .grid-box{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem
    }
    section.store-system{
        padding-top: 2.5rem;
    }
    section.store-system .store-filters{
        flex-direction: column;
        gap: 1rem
    }
    section.store-system .store-filters .select-wrap{
        width: 100%;
    }
    .select2-container .select2-selection--single{
        background-size: 1rem;
    }
    .select2-container--open .select2-dropdown{
        margin-top: 0;
    }
    .stores-list.loading{
        min-height: 20rem;
    }
    .fixed-footer{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .store-item{
        padding: 1rem;
    }
    .btn{
        font-size: 0.75rem;
    }
    .btn span.icon svg{
        width: 1rem;
        height: 1rem;
    }
    .home-2 .terms-menu.show-mobile{
        display: block !important;
        position: relative;
        margin-top: 1.5rem;
        bottom: unset;
        left: unset;
        transform: unset;
        padding: 0;
        background-color: transparent;
        width: 100%;
        max-width: 100%;
    }
    .home-2 .terms-menu.show-mobile > ul{
        gap: 0.5rem;
        justify-content: center;
    }
    .home-2 .terms-menu.show-mobile > ul > li{
        width: calc(50% - 0.25rem);
        background-color: var(--main-cl);
    }
    .home-2 .terms-menu > ul > li > a{
        font-size: 0.7rem;
        padding: 0.5rem;
        width: 100%;
        justify-content: center;
    }
}
@media only screen and (max-width: 380px) {
    html, body{
        font-size: 15px;
    }
}
@media only screen and (max-width: 350px) {
    html, body{
        font-size: 13.5px;
    }
}