body{
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover, a:focus {
    color: inherit;
}
input:focus{
    outline: none;
    box-shadow: none;
}

header.fixed {
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    /*max-height: 69px;*/
}
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slide-bottom {
    -webkit-animation: slide-bottom 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.75s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.top-header{
    background: #b61a1d;
}
.top-header p{
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 0;
    font-weight: 500;
    margin: 0;
    line-height: 16px;
    letter-spacing: .03em;
    color: #fff;
    display: inline-block;
    margin-right: 200px;
}
.logo-header a{
    display: block;
}
.logo-header img{
    width: 100%;
}
.container-fluid .gx-1.align-items-end{
    padding: 10px 0;
}
.action-header {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    justify-content: flex-end;
    position: relative;
    width: fit-content;
}
.action-header>a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.action-header>a>img {
    width: 20px;
    object-fit: cover;
}
.cart-PC>a>img{
    width: 20px;
    object-fit: cover;
}
.action-header>.cart-PC{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

/*.search-header{*/
/*    position: absolute;*/
/*    right: 100%;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
/*.hd-search-form {*/
/*    border: none;*/
/*    border-radius: 25px;*/
/*    height: 25px;*/
/*    background: #f2f2f2;*/
/*    display: none;*/
/*}*/

/*.hd-search-form button {*/
/*    width: 35px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 0 10px 0 5px;*/
/*    font-size: .875rem;*/
/*}*/
/*.hd-search-form input {*/
/*    font-size: .5rem;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*}*/
.hd-search-form input::-webkit-input-placeholder{
    text-align: center;
}
.hd-search-form input:-moz-placeholder {
    text-align: center;
}




.slider-banner .owl-dots{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}
.owl-theme .owl-dots .owl-dot span{
    background: #ffffff99;
}

/*footer*/
.bg-footer .row.gx-4{
    /*background: #FCD3C5;*/
    padding-top: 22px;
    border-top: 1px solid #000;
}
.bg-footer h4{
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 22px;
    text-transform: uppercase;
    padding-top: 24px;
    margin: 0;
}
.logo-footer {
    display: block;
    padding-bottom: 20px;
}
.bg-footer ul li,.bg-footer p{
    line-height: 1.8;
}
.bg-footer h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.newsletterForm {
    border: 1px solid transparent;
    border-radius: 8px;
    position: relative;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.newsletterForm input {
    width: 100%;
    font-size: 14px;
    padding: 12px 15px;
    border: 1px solid #f58560;
    height: 48px;
    background: transparent;
    border-radius: 8px 0 0 8px;
}
.newsletterForm input::placeholder{
    color: #000;
}
.newsletterForm button {
    background: #f58560;
    color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-transform: uppercase;
    font-size: 12px;
    width: 105px;
    height: 48px;
    border: none;
}
.footer-newsletter p{
    font-size: 16px;
    font-weight: 500;
}
.info-footer a{
    color: #F50707;
}
.copy-right{
    margin-top: 22px;
    border-top: 1px solid #000;
    padding-top: 5px;
}
.copy-right h5{
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
}
.footer-bottom p{
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}
.img-bottom a{
    margin-right: 10px;
}
.info-footer ul{
    display: flex;
    align-items: center;
    margin: 16px 0;
}
.info-footer ul li{
    margin-right: 20px;
}
.info-footer ul li img{
    background: #1877f2;
    border-radius: 50%;
    padding: 4px;
    width: 27px;
    height: 27px;
}
.info-footer ul li:nth-child(2) img{
    background: #f00073;
}
.info-footer ul li:nth-child(3) img{
    background: #FF0000;
}
.info-footer ul li:nth-child(4) img{
    background: #ECDADA;
}
.map-store-footer{
    margin-bottom: 16px;
    display: flex;
    align-items: baseline;
    line-height: 1.8;
}
.map-store-footer a{
    margin-left: 18px;
    display: block;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
}
.fixed-hotline{
    position: fixed;
    bottom: 15%;
    right: 20px;
    z-index: 99;
}
.fixed-hotline a{
    display: block;
}
.fixed-hotline img{
    width: 60px;
    height: auto;
    object-fit: contain;
}
.info-footer h5{
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
}
.info-footer p{
    margin-bottom: 0;
}

/*end footer*/

/*menu*/

.menu-header>ul>li>a, ul.menu-lv3>li>a,
.menu-lv2>ul>li>a, .menu-item>a{
    position: relative;
}
.menu-header>ul>li {
    padding: 0 12px;
}
.menu-header>ul>li:first-child a.menu-lv1{
    color: #b61a1d;
}
.menu-header>ul>li>a,
.menu-lv2>ul>li>a{
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 500;
}
.menu-item>a{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    /*text-transform: uppercase;*/
    font-weight: 500;
}
ul.menu-lv3>li>a{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.menu-header>ul>li>a {
    font-weight: 600;
}
.menu-header>ul>li>a:after{
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: all .3s;
    z-index: 99;
}
.menu-header>ul>li:hover>a:after{
    width: 100%;
}
.menu-item>a:after{
    content: "";
    display: block;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.menu-lv2 {
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding: 30px 64px;
    border-top: 1px solid #ccc;
    z-index: 9;
}
.menu-lv2 {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-lv2, .menu>ul {
    display: flex;
}
.menu-lv3 {
    margin-top: 10px;
    margin-bottom: 20px;
}
ul.menu-lv3>li {
    padding-bottom: 5px;
}

.menu-header>ul>li:hover>.menu-lv2 {
    opacity: 1;
    visibility: visible;
}
/*end menu*/


/*body*/
.homepage-products{
    padding-top: 35px;
}
.site-heading{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.navTab{
    margin: 20px 0 30px;
}
.navTab .row{
    justify-content: center;
}
.navTab a{
    font-size: 16px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    padding-bottom: 3px;
    letter-spacing: .03em;
    display: block;
}
.navTab a:nth-child(2){
    color: #FF0000;
    text-align: center;
}
.navTab a:nth-child(3){
    text-align: right;
}
.navTab a:before{
    left: 0;
    width: 100%;
    background-color: #d9d9dd;
}
.navTab a:after{
    right: 0;
    left: auto;
    width: 0;
    background-color: #000;
}
.navTab a:after, .navTab a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: all .3s;
}
.navTab a.active:after {
    left: 0;
    right: auto;
    width: 100%;
}
.load-product{
    padding-top: 17px;
}



.product-img .owl-nav button i{
    font-size: 20px;
    color: #000;
}
.product-img .owl-nav button:hover{
    background: transparent !important;
}
.product-img .owl-nav button.owl-prev{
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product-img .owl-nav button.owl-next{
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product-img{
    position: relative;
}
.product-img img{
    border-radius: 8px;
}
.quickview{
    position: absolute;
    bottom: 0;
    z-index: 9;
    display: block;
    width: 100%;
    text-align: center;
    background: #FCD3C5;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 500;
}
.quickview{
    display: none !important;
}
/*.info-product{*/
/*    padding-top: 8px;*/
/*}*/
.info-product a{
    display: block;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
}
.product-price{
    display: flex;
    justify-content: space-between;
    /*padding-top: 10px;*/
    align-items: center;
}
.product-price .product-price-current{
    color: #ff3102;
    font-weight: 500;
}
.product-price p{
    margin-bottom: 5px;
}
.other-name-fake{
    display: inline-block;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 0 5px;
    font-weight: 400;
    margin-left: 1px;
}
.product-img .owl-nav{
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out;
}
.product-img:hover .owl-nav{
    opacity: 1;
    visibility: visible;
}
.three-banner{
    padding-top: 60px;
}
.banner-item {
    position: relative;
}
.action-banner{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.banner-item img{
    width: 100%;
    border-radius: 16px;
}
.action-banner h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}
.action-banner a{
    display: inline-block;
    position: relative;
}
.action-banner a:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: all .3s;
    z-index: 99;
}
.action-banner:hover a:after{
    width: 100%;
}
.text-slide{
    padding: 25px 0;
}
.text-slide p{
    margin-bottom: 0;
}
.homepage-more__captions {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #F6BFBF;
    border-radius: 24px;
    color: #fff;
    font-size: 24px;
    height: 65px;
}
.homepage-more__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 24px;
    padding: 0 50px;
    border: 2px solid #E23C3C;
    background-color: #E23C3C;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}


.banner-slide-mid{
    overflow: hidden;
    padding-bottom: 60px;
}
.w-80{
    width: 80%;
    margin: 0 auto;
}
.owl-banner .owl-stage-outer {
    overflow: initial;
}
.w-63{
    width: 63%;
    margin: 0 auto;
}
@media (min-width: 1200px){
    .category-session {
        min-height: 120px;
    }
    .listCate {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.category-session{
    padding-bottom: 60px;
}
.listCate .cateItem {
    /*display: inline-block;*/
    border: 1px dashed #969696;
    padding: 9px;
    border-radius: 50%;
    margin-right: 30px;
}
.listCate .cateItem .menu-img-icon {
    display: inline-block;
    text-align: center;
    background: #eee;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 15px 0;
}
.listCate .cateItem .menu-img-icon img {
    width: 40px;
    height: 40px;
}
.listCate .cateItem .menu-img-icon .image-title {
    color: #303030;
    font-weight: 500;
    margin-top: 15px;
    text-transform: uppercase;
    line-height: 14px;
}
.listCate .cateItem:hover .menu-img-icon {
    background: #232222;
}
.listCate .cateItem:hover .menu-img-icon img {
    filter: invert(1);
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out,-webkit-transform .4s ease-out;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.listCate .cateItem:hover .menu-img-icon .image-title {
    color: #fff;
}
.cate_item h2{
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 39px;
}
.cate-img img{
    width: 100%;
    border-radius: 8px;
}
.cate_item{
    padding: 10px 0 50px;
}
.cate_item:nth-child(n+5){
    display: none !important;
}
.product-cate-home{
    padding-bottom: 10px;
}
.title-news-home{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 50px;
}
.news-img-home img{
    height: 278px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.news-title-home{
    padding-top: 15px;
}
.news-home{
    padding-bottom: 100px;
}
.date-time-news{
    color: #656565;
}
.news-title-home h4{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    height: 42px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.news-home .owl-nav .owl-prev{
    position: absolute;
    left: -4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px !important;
}
.news-home .owl-nav .owl-next{
    position: absolute;
    right: -4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px !important;
}
.news-home .owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: #000;
}
/*pagination*/
.pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination {
    text-align: center;
    display: block;
}
.pagination .paginator .labelPages, .pagination .paginator .titlePages,
.paging-first ,.paging-last{
    display: none;
}
.pagination .paginator a, .pagination .paginator span {
    font-size: 16px;
    font-weight: 400;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.pagination .paginator span.currentPage {
    background: #303030;
    color: #fff;
}
.pagination .paginator a.paging-previous,
.pagination .paginator a.paging-next {
    opacity: .5;
    width: auto;
}
/*.paginator .paging-next:before {*/
/*    content: 'Next';*/
/*    margin-left: 30px;*/
/*    margin-right: 16px;*/
/*}*/
.paginator .paging-next:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f138';
    color: #f58560;
}
.paginator .paging-previous:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f137';
    color: #f58560;
}
/*.paginator .paging-previous:after {*/
/*    content: 'Preview';*/
/*    margin-left: 16px;*/
/*    margin-right: 30px;*/
/*}*/
.loading-box {
    width: 4rem;
    height: 4rem;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 0.3125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1002;
    background-color: rgba(55,55,55,.8);
    margin: 50px auto;
}
.main-header{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.modal-dialog--895{
    max-width: 895px;
}
.bg-popup-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    background: rgba(0,0,0,0.4);
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    max-width: 438px;
}
.close-popup {
    font-size: 24px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
}

.nav-lv1 .fa-angle-down{
    margin-left: 8px;
}
.banner-slide-mid .item-slide img{
    border-radius: 16px;
}
.promotion-name{
    font-size: 24px;
    margin: 20px 0;
    font-weight: 700;
}
.percent-label{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 14px;
    height: 20px;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    background-color: red;
    text-transform: capitalize;
    z-index: 1;
}
.percent-product{
    color: #ff3102;
    font-weight: 500;
}
.p-img-box.owl-theme .owl-nav{
    margin-top: 0;
}