body {
    margin: 0;
    font-family: 'beVietnamPro', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-rendering: optimizeLegibility;
}

.mgb-20 {
    margin-bottom: 20px;
}

.loadding {
    display: block;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #000;
    border-left-color: #000;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}


/* HEADER */

.install-app {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    background-color: #000;
}

    .install-app a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

.typeahead__container {
    overflow: hidden;
}

.label-block span {
    display: block;
}

.site-cart-count {
    color: #fff;
    font-size: 11px;
    background: #b61f28;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    float: right;
    text-align: center;
    font-weight: 700;
    line-height: 17px;
}

.menu {
    /*text-align: center;*/
}


/* END HEADER */


/* Style carousel */

.owl-carousel {
}

    .owl-carousel .owl-nav {
        /* position: absolute;
    top: 0;
    height: 100%;
    width: 100%; */
    }

        .owl-carousel .owl-nav button {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: 1px solid #930C1B !important;
            background-color: #fff !important;
            color: #930C1B !important;
            opacity: .5;
            text-align: center;
            position: absolute;
            top: 30% !important;
        }

            .owl-carousel .owl-nav button:hover {
                color: #fff !important;
                opacity: .8;
                background-color: #930C1B !important;
            }

            .owl-carousel .owl-nav button span {
                font-size: 20px;
                font-weight: bold;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: -15px;
        }

        .owl-carousel .owl-nav .owl-next {
            right: -15px;
        }


/* End carousel */


/* HOME PAGE */

.home-menu-bottom {
    margin-bottom: 10px;
}

    .home-menu-bottom .item {
    }

        .home-menu-bottom .item .box-item {
            background-color: #F2F2F2;
            padding: 10px;
            min-height: 70px;
            display: flex;
            align-items: center;
        }

            .home-menu-bottom .item .box-item img {
                height: 30px;
                padding: 3px 10px 3px 20px;
            }

            .home-menu-bottom .item .box-item svg {
                /* color: #c81809; */
                width: 20px;
                height: 20px;
                margin: 0 10px 0 20px;
            }

            .home-menu-bottom .item .box-item a {
                text-decoration: none;
                color: #000;
                font-size: 14px;
                font-weight: 500;
                line-height: 20px;
            }

.page-service {
    margin-bottom: 20px;
}

    .page-service .item {
        position: relative;
        min-height: 35px;
        display: flex;
        align-items: center;
    }

        .page-service .item i {
            width: 35px;
            height: 35px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-size: cover;
            background-repeat: no-repeat;
            display: inline-block;
        }

            .page-service .item i.icon-freeship {
                background-image: url('img/icon-freeship.png');
            }

            .page-service .item i.icon-return {
                background-image: url('img/icon-return.png');
            }

            .page-service .item i.icon-support {
                background-image: url('img/icon-support.png');
            }

            .page-service .item i.icon-payment {
                background-image: url('img/icon-payment.png');
            }

        .page-service .item a {
            padding-left: 40px;
            text-decoration: none;
            color: #333;
            display: inline-block;
        }

            .page-service .item a strong {
            }

            .page-service .item a span {
                color: #666;
            }


/* Banner grid */

.banner-home {
}

    .banner-home .banner-grid {
        margin-bottom: 15px;
    }

        .banner-home .banner-grid .banner-grid-left {
        }

            .banner-home .banner-grid .banner-grid-left .text-box {
            }

                .banner-home .banner-grid .banner-grid-left .text-box img {
                    min-height: 200px;
                }

        .banner-home .banner-grid .banner-grid-right {
        }


/* End banner grid */


/* Voucher */

.voucher {
}

    .voucher .items {
        margin-bottom: 20px;
    }

        .voucher .items .item {
            display: block;
            text-decoration: none;
            text-align: center;
        }

            .voucher .items .item i.down {
                color: #fff;
                padding: 4px;
                font-style: normal;
                text-transform: uppercase;
                background-color: #000;
            }

            .voucher .items .item strong {
                font-size: 24px;
                line-height: 32px;
                font-weight: 600;
                color: #1a1a1a;
            }

            .voucher .items .item span {
                color: #666;
                font-weight: 500;
                line-height: 20px;
                display: block;
                clear: both;
                text-transform: uppercase;
            }

    .voucher .gift-card {
        display: block;
    }

        .voucher .gift-card a {
            display: block;
            text-align: center;
        }

        .voucher .gift-card img {
            max-width: 370px;
        }


/* End Voucher */

.carousel-flash .item-product .product-fotter .progress {
    width: 100%;
    margin-top: 10px;
    overflow: inherit;
    border-radius: 0;
}

.banner-voucher {
    text-align: center;
}

    .banner-voucher img {
        width: 100%;
        max-width: 700px;
    }


/* BRAND HOME PAGE  */

#navbar_top {
    max-height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}

    #navbar_top ul li a {
        font-size: 18px;
        line-height: 26px;
        padding: 5px 15px;
        color: #1a1a1a;
        font-weight: 400;
    }

        #navbar_top ul li a.active,
        #navbar_top ul li a:hover {
            color: #A91E23;
        }

    #navbar_top.fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 3;
        background-color: #000;
    }

        #navbar_top.fixed-top ul li a {
            color: rgba(255, 255, 255, .5);
        }

            #navbar_top.fixed-top ul li a:hover,
            #navbar_top.fixed-top ul li a.active {
                color: #fff;
            }

ul.navbar-alphabet {
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
}

    ul.navbar-alphabet li {
        list-style: none;
    }

.home-brand {
    max-height: 200px;
    overflow: hidden;
    padding: 20px 0;
    background-image: url('../css/img/popular_brands.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    .home-brand .title-brand {
        text-align: center;
        padding-right: 10px;
    }

        .home-brand .title-brand a {
            font-size: 20px;
            line-height: 28px;
            color: #000;
            text-decoration: none;
        }

            .home-brand .title-brand a.brand-hot {
                font-size: 20px;
                line-height: 28px;
                padding-left: 5%;
            }

            .home-brand .title-brand a.brand-view {
                float: right;
                font-size: 14px;
                text-transform: none;
            }

                .home-brand .title-brand a.brand-view:hover {
                    text-decoration: underline;
                }

                .home-brand .title-brand a.brand-view svg {
                    vertical-align: middle;
                }

.brand-carousel {
    margin-top: 10px;
    min-height: 50px;
    display: block;
}

    .brand-carousel .item a {
        display: block;
    }

    .brand-carousel .item img {
        min-height: 22px;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: #fff;
        padding: 5px;
    }

.list-brands {
    min-height: 275px;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

    .list-brands strong {
        text-transform: uppercase;
        font-size: 48px;
        line-height: 56px;
    }

    .list-brands ul {
    }

        .list-brands ul li.item {
            text-align: center;
            margin-bottom: 2rem;
            list-style: none;
            display: inline-block;
        }

            .list-brands ul li.item a {
                color: #1a1a1a;
                font-size: 12px;
                line-height: 24px;
            }

            .list-brands ul li.item .item-img {
                display: block;
                padding: 10px;
                border: 1px solid #999999;
                border-radius: 8px;
            }

                .list-brands ul li.item .item-img:hover {
                    border: 1px solid #930C1B;
                }

            .list-brands ul li.item:hover {
            }

            .list-brands ul li.item img {
                /*max-width: 150px;
        max-width: 100px;*/
            }

#owl-flash-sale {
}

    #owl-flash-sale .item-product .product-img img, #products-sale .item-product .product-img img {
        max-height: 160px;
    }

/* END BRAND HOME PAGE */
/* END HOME PAGE */
.beauty-flash-sale {
    padding: 8px 16px;
    display: block;
    position: relative;
    height: 76px;
    background-color: #992635;
    background-image: linear-gradient(#D73332, #992635);
}

    .beauty-flash-sale .ico-flash-sale {
        left: 15px;
        position: absolute;
        z-index: 2;
    }

        .beauty-flash-sale .ico-flash-sale img {
            float: left;
            max-height: 50px;
            margin: 5px 5px 5px 0;
        }

        .beauty-flash-sale .ico-flash-sale .beauty-timer {
            float: left;
            margin-top: 10px;
        }

    .beauty-flash-sale .view-flash-sale {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        background-image: url('img/Mask-Group-flash.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 220px;
        height: 76px;
        text-align: right;
        padding-top: 22px;
        padding-right: 15px;
    }

        .beauty-flash-sale .view-flash-sale a {
            color: #fff;
            line-height: 30px;
            text-decoration: none;
        }

            .beauty-flash-sale .view-flash-sale a:hover {
                color: #000;
            }

    .beauty-flash-sale img {
        display: inline;
    }

.beauty-timer span {
    position: relative;
    float: left;
    margin: 5px 2px;
    width: 26px;
    height: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    border-radius: 6px;
    background: #000;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 70%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 70%);
    color: #fff;
    text-align: center;
}

.beauty-timer b {
    position: relative;
    float: left;
    height: 32px;
    font-size: 26px;
    line-height: 30px;
    margin: 5px 0;
    color: #333;
}


/* PAGE FLASH SALE */

.box-head {
    text-align: center;
    position: relative;
    margin-top: -50px;
}

.head-page-sale {
    display: inline-flex;
}

    .head-page-sale .item {
        color: #fff;
        background-color: #000;
        display: inline-block;
        padding: 10px;
    }

        .head-page-sale .item:hover {
            cursor: pointer;
            background-color: #333;
        }

        .head-page-sale .item span {
            clear: both;
            line-height: 24px;
            display: block;
            font-weight: bold;
        }

    .head-page-sale .active {
        color: #000;
        background-color: #fff;
    }

        .head-page-sale .active:hover {
            background-color: #fff;
        }

.label.label-info a {
    text-decoration: none;
    color: #010101;
    text-align: center;
}

    .label.label-info a.mobi-img {
        padding: 6px 10px;
    }

.label.label-info .mobi-img figure {
    display: inline-block;
    background-color: #F2F2F2;
    border-radius: 50%;
    padding: 10px;
    max-width: 80px;
}

.main-flash-sale {
}

.menu-cate-top .item {
    text-align: center;
    border: 1px solid #ccc;
}

    .menu-cate-top .item:hover,
    .menu-cate-top .item.active {
        border: 1px solid #930C1B;
    }

    .menu-cate-top .item .label {
        cursor: pointer;
    }

        .menu-cate-top .item .label figure {
            margin: 7px;
            min-height: 50px;
        }

        .menu-cate-top .item .label .category-content {
            min-height: 50px;
            margin-bottom: 10px;
        }

            .menu-cate-top .item .label .category-content b {
                font-size: 14px;
                line-height: 20px;
                font-weight: 400;
                white-space: break-spaces;
            }

.main-flash-sale .item-product {
    margin-bottom: 20px;
}

.item-product {
    margin-bottom: 15px;
}

    .item-product .product-img {
        position: relative;
        margin-bottom: 15px;
        border-radius: 6px;
        max-height: 190px;
    }

        .item-product .product-img .product-label-group {
            position: initial;
        }

            .item-product .product-img .product-label-group .product-label {
                padding: 3px 5px;
                color: #fff;
                opacity: 0.8;
            }

            .item-product .product-img .product-label-group .product-top {
                position: absolute;
                font-size: 12px;
                left: 15px;
                top: -1px;
                padding: 3px 3px 10px;
                border-top: 2px solid #850000;
                clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
                background: linear-gradient(134.72deg, #C12026 0.84%, #B51F24 7.72%, #A91E23 17.55%, #A51E22 28.37%, #A91E23 46.06%, #B51F24 63.76%, #C12026 74.57%, #F05346 99.15%);
            }

            .item-product .product-img .product-label-group .product-sale {
                width: 66px;
                text-align: center;
                padding: 3px 10px;
                font-size: 12px;
                line-height: 14px;
                position: absolute;
                top: 4px;
                right: -18px;
                border-top: 1px solid #fff;
                border-bottom: 1px solid #fff;
                transform: rotateY(0deg) rotate(45deg);
                clip-path: polygon(33% 0%, 66% 0%, 100% 100%, 0% 100%);
                background: linear-gradient(134.72deg, #C12026 0.84%, #B51F24 7.72%, #A91E23 17.55%, #A51E22 28.37%, #A91E23 46.06%, #B51F24 63.76%, #C12026 74.57%, #F05346 99.15%);
            }

            .item-product .product-img .product-label-group .product-new {
                /* font-size: 14px; */
                line-height: 20px;
                background-color: #333;
                /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
                color: #fff;
                bottom: -17px;
                left: 10px;
                padding: 1px 8px;
                position: absolute;
                clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 10% 99%, 0 50%, 10% 0);
            }

        .item-product .product-img img {
            min-height: 150px;
            max-height: 190px;
            width: 100%;
            border-radius: 2px;
        }

    .item-product .product-name {
    }

    .item-product .product-price {
    }

        .item-product .product-price .price-distcount {
            color: #930C1B;
            font-size: 16px;
            line-height: 26px;
            font-weight: 600;
        }

        .item-product .product-price .price {
            color: #A3A2A2;
            font-size: 14px;
            line-height: 20px;
            text-decoration: line-through;
            margin-left: 5px;
        }

    .item-product .product-fotter {
        color: #fff;
    }

        .item-product .product-fotter .progress {
            display: inline-block;
            width: 100%;
            height: 22px;
            background-color: #D3D3D3;
            position: relative;
            overflow: inherit;
            border-radius: 0;
        }

        .item-product .product-fotter .progress-bar {
            background-color: #DA3E31;
            position: absolute;
            z-index: 1;
            height: 22px;
        }

        .item-product .product-fotter .progress i.icon-fire {
            width: 14px;
            height: 20px;
            position: absolute;
            top: -12px;
            left: 2px;
            z-index: 1;
            background-image: url('img/icon-fire.png');
            background-size: cover;
        }

        .item-product .product-fotter .progress small {
            position: absolute;
            z-index: 2;
            padding-left: 20px;
            line-height: 20px;
            text-align: left;
        }

.main-flash-sale .item-product .product-fotter .progress {
    vertical-align: middle;
}

.main-flash-sale .item-product .product-fotter a.buy {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
    border-radius: 6px;
    text-decoration: none;
    background-color: black;
}

.main-flash-sale .item-product .product-img {
    border-radius: 4px;
}

.main-flash-sale .item-product .product-label-group {
}

    .main-flash-sale .item-product .product-label-group .product-label {
    }

        .main-flash-sale .item-product .product-label-group .product-label.product-top {
            left: 25px;
        }

.item-product .product-img .product-label-group .product-flashsale {
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: -1px;
    padding: 3px 3px 10px;
    border-top: 2px solid #850000;
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
    background: linear-gradient(134.72deg, #C12026 0.84%, #B51F24 7.72%, #A91E23 17.55%, #A51E22 28.37%, #A91E23 46.06%, #B51F24 63.76%, #C12026 74.57%, #F05346 99.15%);
}

    .item-product .product-img .product-label-group .product-flashsale svg {
        margin-bottom: -3px;
        width: 12px;
    }

.main-flash-sale .item-product .product-label-group .product-label.product-new {
    left: 20px;
}

.main-flash-sale .item-product .product-label-group .product-label.product-sale {
    right: -3px;
}


/* timer page flash sale */

.beauty-page-timer-sale {
    text-align: center;
    margin-bottom: 10px;
}

.head-timer {
    margin-top: 20px;
}

    .head-timer .left-bar-flash {
        transform: scaleX(-1) scaleY(1);
        vertical-align: middle;
        padding-left: 15px;
    }

    .head-timer .right-bar-flash {
        vertical-align: middle;
        padding-left: 15px;
    }

    .head-timer > span {
        color: #992635;
    }

.timer-sale {
    /*padding: 10px 10px 10px 40px;
    background-color: #992635;
    color: #fff;
    background-image: url(img/timer-flash-ico.png);
    background-size: 22px;
    background-position: 10px;
    background-repeat: no-repeat;
    border-radius: 20px;*/
    display: inline-flex;
}


/* carousel slider */

.product_carousel_title {
    text-align: center;
    margin-bottom: 15px;
}

    .product_carousel_title span {
        font-weight: bold;
        font-size: 28px;
        line-height: 32px;
        text-transform: capitalize;
    }

.home-menu-cate .item .label.label-info {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    color: #000;
    padding: 20px 10px;
    margin: 10px 0;
    cursor: grab;
    background-color: #F2F2F2;
    opacity: .8;
    /* border: 1px solid #ddd; */
}

.home-menu-cate .label.label-info figure {
    margin: 0;
}

    .home-menu-cate .label.label-info figure img {
        min-width: 36px;
        max-width: 70px;
        float: right;
    }

.category img:hover {
    background-color: gray;
}

.home-menu-cate .category-content {
    justify-content: normal;
}

    .home-menu-cate .category-content .category-name {
        font-size: 1.6rem;
        line-height: 1.5;
    }


/* END PAGE FLASH SALE */


/* PAGE PRODUCT NEWS */

.head-product-news {
    position: relative;
    overflow: hidden;
}


/* END PRODUCT NEWS */


/* PAGE MENU */
img.lazy {
    min-height: auto;
}

#main-menu-page {
    padding-left: 10px;
    padding-right: 10px;
}

    #main-menu-page .menu-left {
        height: 100vh;
        overflow-y: auto;
        padding: 0 0 100px;
        max-width: 30% !important;
        background-color: #F6F6F6;
    }

        #main-menu-page .menu-left ul {
        }

            #main-menu-page .menu-left ul li {
                margin-right: 0;
            }

                #main-menu-page .menu-left ul li a {
                    border-radius: 0;
                    color: #333;
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    min-height: 42px;
                    display: flex;
                    align-items: center;
                    text-align: left;
                    text-transform: uppercase;
                    padding: 5px;
                }

                    #main-menu-page .menu-left ul li a.active,
                    #main-menu-page .menu-left ul li a:hover {
                        color: #fff;
                        background-color: #000;
                        font-weight: 500;
                    }

    #main-menu-page .menu-right {
        height: 100vh;
        padding-bottom: 100px;
        overflow-y: auto;
        max-width: 70%;
    }

        #main-menu-page .menu-right .menu-lvl2 {
            display: flex;
            flex-wrap: wrap;
        }

        #main-menu-page .menu-right .col-4 {
            padding: 0;
        }

        #main-menu-page .menu-right .ico-cate {
            padding: 0 10px;
            margin-bottom: 0;
        }

            #main-menu-page .menu-right .ico-cate img {
                min-height: 50px;
            }


        #main-menu-page .menu-right .title-cate {
            text-align: center;
            margin-bottom: 15px;
            padding: 0 5px;
            line-height: 18px;
        }

            #main-menu-page .menu-right .title-cate a {
                color: #000;
                font-size: 12px;
                line-height: 14px;
            }


/* END PAGE MENU */

.banner-product-news {
    display: flex;
}

    .banner-product-news img {
        min-height: 200px;
        max-height: 300px;
    }

.box-product-day {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0 5%;
    display: flex;
}

    .box-product-day .list-day {
        display: inline-flex;
    }

        .box-product-day .list-day .item {
            color: #fff;
            background-color: #000;
            padding: 10px 5px;
        }

            .box-product-day .list-day .item:hover {
                cursor: pointer;
                opacity: 0.8;
                background-color: #333;
            }

            .box-product-day .list-day .item.active {
                color: #000;
                background-color: #fff;
            }

        .box-product-day .list-day .active:hover {
            background-color: #fff;
        }

        .box-product-day .list-day .item span {
            clear: both;
            line-height: 24px;
            display: block;
            font-weight: bold;
        }


/* compolent */


/* load more */

.spinner-border {
    /* display: inline-block;
    opacity: 0;
    max-width: 0; */
}

.btn-load-more.active .spinner-border {
    opacity: 1;
    max-width: 50px;
}


/* end load more */


/* loading */

.products-sale::after {
    text-align: center;
}


/* pagination */

ul.pagination {
}

    ul.pagination li a {
        font-size: 14px;
        line-height: 20px;
        color: #0A0A0A;
        border-style: none;
        padding: 10px 12px;
    }

    ul.pagination li.active {
    }

        ul.pagination li.active a {
            background-color: #930C1B !important;
            border-color: #930C1B !important;
        }


/* End pagination */

.products-news {
    min-height: 300px;
}

.title h3 {
    display: inline;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.title a {
    position: absolute;
    right: 20px;
    color: #D0763A;
    text-decoration: none;
}

    .title a.view-all {
        font-size: 14px;
    }

.products-news .item-product {
    margin-bottom: 15px;
}

    .products-news .item-product .item-img {
        position: relative;
    }

        .products-news .item-product .item-img img {
            width: 100%;
            border-radius: 4px;
        }

        .products-news .item-product .item-img label {
            background-color: #333;
            color: #fff;
            position: absolute;
            bottom: -5px;
            left: 10px;
            padding: 3px 5px;
            border-radius: 6px;
        }

.item-product .product-name {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    height: 62px;
    overflow: hidden;
    color: #000;
    display: list-item;
    white-space: inherit;
    text-decoration: none;
}

#owl-flash-sale .item-product .product-name {
    height: 40px;
}

.item-product .product-price-old {
    margin-right: 5px;
    color: #A3A2A2;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: line-through;
}

.item-product .product-distcount {
    color: #930C1B;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.item-product span.product-sell {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 20px;
}

.section-cate {
    padding-top: 25px;
    margin-bottom: 30px;
    background-size: cover;
}

    .section-cate .title-cate {
        color: #fff;
        text-align: center;
    }

        .section-cate .title-cate .box-title-cate {
            opacity: 0.8;
            max-width: 90%;
            background-color: #000;
            padding: 20px 50px;
            display: inline-block;
            border-radius: 8px 8px 0 0;
        }

            .section-cate .title-cate .box-title-cate h2 {
                display: inline;
                vertical-align: middle;
            }

            .section-cate .title-cate .box-title-cate .btn-buy {
                display: inherit;
                vertical-align: middle;
                padding: 8px 12px;
                margin-left: 10px;
                color: #333;
                font-weight: 600;
                text-decoration: none;
                background: linear-gradient(266.19deg, #E9E3C6 5.24%, #F1E9DE 22.64%, #D8CFC4 48.07%, #F0E4D8 65.92%, #C2B08F 90.91%);
                /* border: 1px solid; */
                border-radius: 4px;
                /* border-image-source: linear-gradient(266.19deg, #E9E3C6 5.24%, #F1E9DE 22.64%, #D8CFC4 48.07%, #F0E4D8 65.92%, #C2B08F 90.91%); */
            }

    .section-cate .products-news {
        padding-top: 15px;
        border-radius: 10px 10px 0 0;
        background-color: #fff;
    }

.section-trangdiem {
    background-image: url('img/Background-by-Josefin.png');
}

.section-cothe {
    background-image: url('img/pcd-soin-dior-prestige-xmas2115_1440_1200.png');
}

.section-cstoc {
    background-image: url('img/Background-cham-soc-toc.png');
}

.section-perfume {
    background-image: url('img/banner-news.png');
}

.header-search.hs-expanded {
    margin-top: 10px;
}


/* menu-news */

ul.menu-news {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
    white-space: nowrap;
    padding-left: 0;
}

    ul.menu-news li.item {
        display: inline-block;
        padding: 8px 10px;
        border: 1px solid #ddd;
        border-radius: 36px;
        margin-right: 5px;
        min-height: 36px;
    }

        ul.menu-news li.item.active {
        }

    ul.menu-news li:first-child {
    }

    ul.menu-news li.item.active a {
        background-color: #000;
        color: #fff;
    }

    ul.menu-news li.item:hover {
        background-color: #000;
    }

        ul.menu-news li.item:hover a {
            color: #fff;
        }

.menu-news .item a {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
}


/* end menu news */


/* Brand Page */

#brandCate {
    min-height: 150px;
    display: block;
}


/* End Brand page */


/* MENU CATEGORY */

ul.menu-cate {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 15px;
    white-space: nowrap;
    padding-left: 0;
}

    ul.menu-cate li.item {
        display: inline-block;
        margin: 8px 10px;
        min-height: 28px;
    }

        ul.menu-cate li.item:first-child {
            margin-left: 0;
        }

        ul.menu-cate li.item.active {
            /* font-weight: 900; */
        }

        ul.menu-cate li.item.active,
        ul.menu-cate li.item:hover {
            border-bottom: 3px solid #930C1B;
        }

            ul.menu-cate li.item.active a {
                color: #000;
                font-size: 18px;
            }

.menu-cate .item a {
    color: #000;
    line-height: 20px;
    font-size: 16px;
    text-decoration: none;
}

.sticky-content-wrapper {
    display: block !important;
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100vw;
    background-color: #fff;
}
/* END MENU CATEGORY */
/* Scroll bar style */
/* body::-webkit-scrollbar {
    display: none;
} */
/* .ul.menu-news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
    background-color: #F5F5F5;
}

ul.menu-news::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

ul.menu-news::-webkit-scrollbar-thumb {
    background-color: #000000;
} */
/* end scroll bar */
/* END PRODUCT NEWS */
@media only screen and (max-width: 768px) {
    .home-menu-cate .item .label.label-info {
        text-align: center;
        padding: 0 10px;
        background-color: #fff;
    }

    .home-menu-cate .category-content {
        padding: 0;
        min-height: 50px;
        align-items: center;
    }

    .page-service {
        margin: 0 -15px 20px;
        padding: 8px 16px;
        background-color: #f0e2e4;
    }

        .page-service .item i {
            width: 25px;
            height: 25px;
        }

        .page-service .item a {
            padding-left: 30px;
            line-height: 15px;
        }

            .page-service .item a strong {
                font-size: 14px;
            }

    .box-product-day {
        width: 100%;
        left: auto;
    }

    .head-timer .left-bar-flash,
    .head-timer .right-bar-flash {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    ul.menu-news li:first-child {
        display: none;
    }

    .home-menu-cate .item .label.label-info {
        padding: 0;
    }

    .home-menu-cate .category-content {
        min-height: 62px;
    }

    .label.label-info a.mobi-img {
        padding: 6px;
    }

    .voucher .items .item {
        margin: 0 -10px;
    }

        .voucher .items .item i.down {
            font-size: 10px;
            line-height: 14px;
            vertical-align: middle;
        }

        .voucher .items .item strong {
            font-size: 16px;
            line-height: 14px;
        }

        .voucher .items .item span {
            font-size: 10px;
            line-height: 14px;
            margin-top: 6px;
        }

    .main-flash-sale .item .label .category-content {
        min-height: 60px;
        padding: 0 2px;
    }

    .main-flash-sale .item-product .product-img {
        padding-right: 0;
    }

    .main-flash-sale .item-product .product-label-group .product-label.product-sale {
        right: -18px;
    }

    .main-flash-sale .item-product .product-fotter .progress {
        margin-bottom: 10px;
    }

    .products-news .view-all {
        display: none;
    }

    .section-cate .title-cate .box-title-cate h2 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
    }
    /* Brand page */
    .list-brands ul {
        padding-left: 0;
    }

        .list-brands ul li.item img {
            /*min-width: 120px;*/
        }
    /* End brand page */
}
