
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/site/MuliDisplayVN-Regular.ttf?v=3480')
}
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/site/MuliDisplayVN-SemiBold.ttf?v=3480')
}
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/site/MuliDisplayVN-Bold.ttf?v=3480')
}
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/site/MuliDisplayVN-ExtraBold.ttf?v=3480')
}
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/site/MuliDisplayVN-Black.ttf?v=3480')
}

@font-face {
    font-family: MuliDisplayVN;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/site/MuliDisplayVN-Light.ttf?v=3480')
}
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/site/MuliDisplayVN-ExtraLight.ttf?v=3480')
}



@font-face {
    font-family: MuliDisplayVN;
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/site/MuliDisplayVN-Italic.ttf?v=3480')
}
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 500;
    font-style: italic;
    src: url('../fonts/site/MuliDisplayVN-SemiBoldItalic.ttf?v=3480')
}
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/site/MuliDisplayVN-BoldItalic.ttf?v=3480')
}
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 800;
    font-style: italic;
    src: url('../fonts/site/MuliDisplayVN-ExtraBoldItalic.ttf?v=3480')
}
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 900;
    font-style: italic;
    src: url('../fonts/site/MuliDisplayVN-BlackItalic.ttf?v=3480')
}

@font-face {
    font-family: MuliDisplayVN;
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/site/MuliDisplayVN-LightItalic.ttf?v=3480')
}
@font-face {
    font-family: MuliDisplayVN;
    font-weight: 200;
    font-style: italic;
    src: url('../fonts/site/MuliDisplayVN-ExtraLightItalic.ttf?v=3480')
}

img {max-width: 100%;}
.wrap, .wrap2 {margin: 0 auto;}
.wrap {width: 100%;max-width: 1900px;}
.wrap2 {max-width: 1200px;}

.adm-absolute {position: relative;}
.adm-absolute .adm-glyphicon {position: absolute; top: 0; right: -10px; z-index: 999;}

.text-center {text-align: center !important;}
a:hover, a:visited, a:active {text-decoration: none !important;}
.banner {background: #fff;}
.home-cat-item {width: 18%;  margin: 0 1%; float: left; margin-bottom: 15px;}
.home-cat-item-body {height: 105px;background: #e8e8e8; float: left; width: 100%;}
.home-cat-item-body .image {width: 50%;float: left;text-align: center;position: relative;height: 105px;}
.home-cat-item-body .image img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.home-cat-item-body .title {margin-top: 30px;}
.list-categories {margin-top: 25px;margin-bottom: 20px;}
.list-categories a {color: #333;}
.list-categories a:hover {color: #ff0000;}

.list-cat-title {font-size: 21px;font-weight: bold;text-align: center;margin-bottom: 20px;}
.product-news-title {text-align: center; text-transform: uppercase; font-weight: bold; font-size: 16px; margin-bottom: 10px;}
.product-news-des {font-size: 16px; margin-bottom: 25px; text-align: center;}

.content-sp {text-align: left;}

.price {color: #ff0000; font-size: 16px;}
.priceoff {color: #999;text-decoration: line-through;font-weight: normal;font-size: 13px;}
.sale-percent {width: 100%; background: #f6f6f6; border-radius: 3px; height: 8px; display: inline-block; position: relative;}
.sale-percent span {background: #fcd364 ; display:inline-block; height: 8px; position: absolute; top: 0; left: 0; border-radius: 3px;}
.sales {font-size: 14px; font-weight: normal; color: #333;}
.flashsale-title {float: left;text-transform: uppercase;font-size: 32px;}
.flashsale-count {float: right;text-align: right;width: 305px;}
.flashsale-products {margin-top: 30px;}
.flash-sale-home {margin-top: 35px;float: left;width: 100%;}
.flashsale-count .count-down {float: right;margin-left: 10px;}
.flashsale-count .count-down span {float: left; background: #000; display: inline-block; height: 40px; padding: 0 8px; color: #fff; line-height: 40px;}
.flashsale-count .count-down span.space {background: none; color: #000; margin-right: 0px;}
.flashsale-count .flashsale-lb {float: left;line-height: 38px;}


/* ---------------------------------------------login/register---------------------------------------- */
.sign-in {
    width: 100%;
    margin: 100px auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(173, 173, 173, 0.25);
    border-radius: 30px;
}

.sign-in-m {}

.sign-in .tab {
    width: 100%;
    overflow: hidden;
    display: flex;
    border-radius: 20px 20px 0 0;
}

.sign-in .tab a {
    width: 50%;
    padding: 20px;
    border: none;
    cursor: pointer;
    background-color: #F8F8F8;
    transition: 0.3s;
    font-size: 21px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #333;
}

.tab a.active {
    background-color: #0c79d5;
    color: white;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.user-img {
    max-width: 100px;
    max-height: 100px;
    margin: 30px auto;
}

.user-img img {
    width: 100%;
    height: 100%;
}

.input-wrap {
    width: 80%;
    margin: 20px auto;
    display: flex;
    border-radius: 40px;
    background: #F8F8F8;
    padding: 0 20px;
}

.icon-input {
    padding: 10px;
    width: 10%;
    min-width: 20px;
}

.icon-input img {
    width: 100%;
    height: 100%;
}

.showhide-icon {
    width: 5%;
    min-width: 20px;
    padding: 10px 0;
    cursor: pointer;
}

.showhide-icon img {
    width: 100%;
}

.white {
    color: red;
}

.input-wrap input {
    border: none;
    background: transparent;
    width: 85%;
    font-size: 16px;
    line-height: 20px;
    min-height: 42px;
}

.input-wrap input:focus-visible {
    outline: none;
}

.login_submit {
    width: 80%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    border-radius: 40px;
    background: #0c79d5;
    padding: 12px 20px;
    color: white;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border: none;
}

.re-take {
    margin: 30px auto;
    text-align: center;
    /* font-family: 'Roboto'; */
    padding-bottom: 35px;
}

.sign-with {
    width: 80%;
    display: flex;
    margin: 30px auto;
}

.sign-with .social {
    width: 50%;
    border-radius: 150px;
    background: #F8F8F8;
    display: flex;
    justify-content: center;
}

.icon-social {
    padding: 10px 0;
    padding-right: 20px;
}

.icon-social img {
    width: 100%;
}

.text-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

#showEye {
    display: block;
    transition: all 0.2s;
}

#hideEye {
    display: none;
    transition: all 0.2s;
}

#showEye1 {
    display: block;
    transition: all 0.2s;
}

#hideEye1 {
    display: none;
    transition: all 0.2s;
}

#showEye2 {
    display: block;
    transition: all 0.2s;
}

#hideEye2 {
    display: none;
    transition: all 0.2s;
}

.bg-entry-page {
    padding-top: 36px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 170px;
    margin-bottom: 40px;
}

.bg-entry-page1 {
    padding-top: 36px;
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 170px;
    margin-bottom: 40px;
}

.y-kien-p {
    margin-top: 30px;
    margin-bottom: 140px;
    max-width: 520px;
}

.y-kien-p .y-kien-text {
    padding: 0 20px;
    color: white;
    font-size: 30px;
    line-height: 40px;
    font-family: BoosterNextFY;
}

.y-kien-text::before {
    display: block;
    content: '';
    background-image: url(../img/left.svg);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    float: left;
    position: relative;
    left: -20px;
}

.y-kien-text::after {
    display: inline-block;
    content: '';
    background-image: url(../img/right.svg);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    position: relative;
    float: right;
    left: -17px;
    top: 10px;
}

.block-breadcrumb-mb li {
    list-style: none;

}

.block-breadcrumb-mb li:last-child i {
    display: none;
}

.block-breadcrumb-mb li:last-child span {
    opacity: 0.7;
}

.block-breadcrumb-mb li i {
    color: white;
}

.block-breadcrumb-mb li a {
    padding: 0 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto';
    color: #FFFFFF;

}

.bread-flex {
    display: flex;
}
.ptitle {color: #333;}
.flashsale-p .ptitle {font-size: 15px; font-weight: 400;}
.product-list-page-title, .news-list-page-title {text-align: center;font-size: 24px;font-weight: 700;margin-bottom: 64px;margin-top: 35px;}
.news-list-page-title {margin-bottom: 34px;}
.product-body {margin-bottom: 35px; margin-top: 35px;}

.product-body-title {font-size: 24px; margin-top: 25px; margin-bottom: 35px; font-weight: bold;} 
.dacdiemnb {font-weight: bold;margin-bottom: 15px;margin-top: 10px;font-size: 19px;}
.detail-product h1 {font-size: 17px;font-weight: bold;margin-bottom: 8px;margin-top: 0;}

#breadcrumb {border-bottom: 1px solid #dcdcdc;margin-bottom: 30px;height: 35px;line-height: 35px;}
#breadcrumb ol {list-style: none;margin: 0;padding: 0;float: left;display: inline-block;height: 35px;}
#breadcrumb li {display: inline-block; margin-right: 5px;}
#breadcrumb li a {color: #333; padding-right: 5px;}
#breadcrumb li a:hover {color: #0072d3;}
#breadcrumb li:after {content: ">";}
#breadcrumb li.last:after {content: "";}

.detail-product .image-product {width: calc(100% - 75px); float: right;}
.detail-product .image-list {width: 60px;/* position: absolute; */float: left;top: 0;left: 0;}
.detail-product .image-list img {max-width: 60px; border-radius: 8px; margin-bottom: 15px;}

.image-action {margin-top: 6px;}
.image-colors .imgicon {width: 30px;height: 30px;border-radius: 50%;display: inline-block;border: 1px solid #333;cursor: pointer;margin-right: 10px;}
.image-sizes .imgicon {padding: 0 12px;border-radius: 12px;height: 30px;border: 1px solid #3f3f3f;text-align: center;line-height: 30px;font-size: 13px;display: inline-block;margin-right: 12px;cursor: pointer;}
.image-sizes label {font-weight: normal; margin-right: 12px;}

.image-action label {width: 100%;margin-bottom: 5px;margin-top: 5px;font-weight: bold;}

.addcart {background: #0072d3;color: #fff;text-align: center;height: 40px;line-height: 40px;margin-top: 6px;margin-bottom: 20px;text-transform: uppercase;font-weight: bold;border-radius: 8px;width: calc(100% - 118px);float: right;}
.addcart a { color: #fff;}
.addcart:hover {background: #ef101f; }

.media-pd-0 img {max-width: 51px;}
.follow-icons img {max-width: 32px;}


.detail-product .price {font-size: 20px;font-weight: bold;}

.product-related-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}
.outerSort {position: relative;height: 36px;}
.outerSort-body {position: absolute; right: 0;}

.custom-dropdown__select {border: none;}
.outerSort > div:first-child {
    border-right: none;
}

.cart-left, .cart-right { float: left; }
.cart-left{width: 70%; }
.cart-right {width: 30%;  }
.cart-right label {width: 100px;}
.cart-right input {width: calc(100% - 105px);height: 32px;line-height: 32px;}
.cart-right input[name=coupon] {width: calc(100% - 200px); }
.cart-right textarea {height: 90px; width: calc(100% - 105px);}
.cart-right textarea, .cart-right input {padding: 0 10px;}
.errcoupon {color: #ff0000; margin-bottom: 15px; display: inline-block;}

.btn-buy-order input {width: 100%;height: 38px;background: #0c79d5;border: none;color: #fff;}



.product-list .qty {width: 26px;height: 26px;text-align: center;border: 1px solid #ccc;float: left;margin: 0 5px;}
.product-list .quantity-button {width: 26px;height: 26px;border: 1px solid #ccc;line-height: 21px;float: left;}

.cart .h1title, .cart  h1 {font-size: 18px;font-weight: 700;margin-bottom: 20px;margin-top: 0;}
.itemCart {width: 100%;margin-top: 20px;padding-top: 20px;/* border-top: 1px solid #ccc; */}
.tbl-cart a.name-item-cart {color: #333;float: left;display: inline-block;}
.tbl-cart td {padding: 0 5px;}
.tbl-cart img {max-width: 120px;}
.tbl-cart {width: 96%;}
.tbl-cart thead {background: #e7e7e7;}

#total-cart-price {font-weight: bold;}

/* Filter Mobile */
@media (max-width: 767px){
    .flashsale-title{margin-bottom: 30px;}
    #breadcrumb ol {margin: 0 15px;}
    .detail-product h1 {font-size: 18px; margin-top: 20px; }
.home-cat-item {width: 48%;}
    .image-product, .image-list {width: 100% !important;float: left;margin-top: 6px;}
    .outerSort {
        z-index: 98;
        width: 100%;
        left: 0;
        padding: 0 4px;
    }
    .borderFilterMobile i {
        color: #d1d1d1;
        font-size: 17px;
        margin: 0 5px 0 0;
    }
    .sidebarFilter {
        max-width: none;
    }
    .borderFilterMobile {
        border: 1px solid #e1e1e1;
        width: 50%;
        font-size: 15px;
        padding: 10px 15px;
        position: relative;
        display: inline-block !important;
        background: white;
    }
    .filterClick {
        border: none;
        margin: 0;
        width: auto;
        height: auto;
        display: initial;
        text-align: center;
        line-height: initial;
        color: black;
    }
    .filterClick span {
        display: inline-block !important;
    }
    .sort-by {
        float: none;
        width: 100%;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        display: inline-block;
        color: black;
    }
    .sort-by::selection {
    color: black;
    }
    input[type='number'] {
        -moz-appearance:textfield;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    .btnSortMobile {
        display: inline-block !important;
        position: absolute;
    right: 5px;
    top: 11px;
}
    }
    .outerSort > div:first-child {
        border-right: none;
    }

}
.flashsale-lb {}
.detail-flash {background: #f9cf19;padding: 10px 10px;font-weight: 700;margin-top: 10px;}
.detail-flash .count-down {float: right;}
.detail-flash i {font-size: 20px;margin-right: 5px;}