:root {
    --font-primary: "HarmoniaSansStd-Regular";
    --font-primary-pro: "HarmoniaSansStd-Regular";
    --font-primary-bold: "HarmoniaSansStd-Bold";
    --font-pampers-semi-bold: "HarmoniaSansStd-SemiBd";
}
body{
    font-family: sans-serif,Helvetica Neue !important;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover, a:focus {
    color: inherit;
}
.bg-header{
    background-color: #fff;
    position: relative;
}
header.fixed{
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}
@media screen and (min-width: 1024px){
    .bg-header .container{
        max-height: unset;
        height: 78px;
        /*max-width: 1200px;*/
    }
    .container{
        max-width: 1200px;
    }
}
.header-wrap-icon{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrap-icon .search-menu,
.header-wrap-icon .account-menu,
.header-wrap-icon .cart-menu{
    margin: 0 4px 0;
    transition: opacity .15s linear;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.header-wrap-icon .search-menu img,
.header-wrap-icon .account-menu img,
.header-wrap-icon .cart-menu img {
    width: 20px;
    height: 20px;
}

/*menu*/
@media (min-width: 1024px){
    .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }
    .menu>li {
        padding: 0 15px;
        height: 80px;
        display: flex;
        align-items: center;
    }
    .menu>li>a {
        color: #00A3A3;
        font-weight: 600;
        font-size: 1.1rem;
    }
    .menu>li>ul {
        position: absolute;
        top: 100%;
        z-index: 3;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 2rem 25%;
        box-shadow: 1px 1px 3px #ccc;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        display: flex;
        flex-wrap: wrap;
        min-height: 200px;
    }
    .menu>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    .menu>li>ul>li {
        display: none;
        align-items: center;
        font-size: .75rem;
        width: calc((100%/4) - 10px);
        margin-right: 10px;
        height: fit-content;
    }
    .menu>li:hover>ul>li {
        display: block;
    }
    .menu>li>ul>li>ul {
        margin: 12px 0 20px;
    }
    .menu>li>ul>li>ul>li {
        margin-bottom: 7.5px;
    }
    .menu-lv2>a{
        font-size: 0.875rem;
        font-weight: 600;
    }
}

.menu-box-action{
    background: #A7F1EA;
    padding: 10px;
    border-radius: 25px;
}
.menu-box-action a{
    color: #00A3A3;
}
.menu-box-action i{
    padding-right: 10px;
}
.cart-action {
    position: relative;
}
.cart-menu strong{
    font-weight: 300;
    padding-left: 3px;
}
.banner-home{
    margin-top: 23px;
    margin-bottom: 55px;
    box-shadow: rgb(0 0 0 / 20%) 0 0 8px 0;
}

/*cate-home*/

.cate-home{
    padding-bottom: 50px;
}
.list-cate-icon a{
    display: block;
    padding: 10px;
}
.name-cate-icon{
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: max-content;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-top: 10px;
    text-align: center;
}
@media (max-width: 768px){
    .name-cate-icon{
        line-height: 18px;
    }
    .about-footer{
        margin-top: 20px;
    }
}
.title-cate-home{
    text-align: center;
}
.title-cate-home h4{
    font-size: 32px;
    font-weight: 700;
    font-family: Arial,Helvetica,sans-serif;
    color: #295e56;
}
.list-cate-icon{
    overflow-x: hidden;
    touch-action: pan-y;
}
.list-cate-icon.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    font-size: 20px;
    top: 33%;
    background: #00A3A3;
    color: #fff;
    height: 30px;
    width: 30px;
    left: -30px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.list-cate-icon.owl-carousel .owl-nav .owl-next{
    position: absolute;
    font-size: 20px;
    top: 33%;
    background: #00A3A3;
    color: #fff;
    height: 30px;
    width: 30px;
    right: -30px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.list-cate-icon.owl-carousel:hover .owl-nav .owl-next{
    right: 0;
}
.list-cate-icon.owl-carousel:hover .owl-nav .owl-prev{
    left: 0;
}

/*end cate-home*/


/*hot-product*/

.hot-product{
    padding: 50px 0;
}
.discount-product{
    padding-bottom: 50px;
}
.product-item{
    box-shadow: rgb(0 0 0 / 10%) 0 2px 4px 0;
}
.title-hot-product{
    margin-bottom: 37px;
    text-align: center;
}
.title-hot-product h4{
    font-size: 32px;
    font-weight: 700;
    font-family: Arial,Helvetica,sans-serif;
    color: #295e56;
}
.product-img{
    background: #f0f2f2;
}
.product-img .cate-product-title{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.cate-product-title span{
    color: #1e647d;
}
.product-img .cate-product-title:after{
    content: '';
    width: 30px;
    height: 1px;
    background-color: #1e647d;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.product-img a{
    padding: 15px;
    display: block;
}
.product-img img{
    transform: scale(1);
    transition: transform 0.5s ease 0s;
}
.product-img:hover img{
    transform: scale(1.1);
}
.product-info{
    padding: 9px 20px;
}
.product-info h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.06px;
    color: #1e647d;
    margin-bottom: 0;
    overflow: hidden;
    height: 50px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;

}
.brand-product p{
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.05px;
    color: #5C5C5C;
    height: 20px;
    overflow: hidden;
}

.price-box{
    display: flex;
}
.product-price{
    margin-right: 5px;
    color: #1e647d;
}
.product-price-old del{
    color: #5C5C5C;
    font-size: 14px;
}
.rating-pview{
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.voteView i{
    font-size: 12px;
    color: #f4b301;
    margin-right: 2px;
}
.rating-pview span{
    font-size: 12px;
    margin-left: 8px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: 0.05px;
    color: #1e647d;
}
.btn-shop{
    padding: 0 20px 10px;
}
.btn-shop img{
    max-width: 19px;
}
.btn-shop span{
    font-size: 14px;
    color: #d7391d;
    text-decoration: underline;
}
.btn-link-product {
    text-align: center;
    padding-top: 50px;
}
.btn-link-product span{
    font-size: 19px;
    background: #FF5D52;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}
.btn-link-product a{
    display: block;
}
.btn-link-product span:hover{
    background: #ff938c;
}

/*news-home*/
.title-news-home {
    padding-top: 30px;
    padding-bottom: 30px;
}
.title-news-home h4{
    font-size: 32px;
    font-weight: 700;
    font-family: Arial,Helvetica,sans-serif;
    color: #295e56;
}
.title-news-home p{
    margin: 0;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    color: #295e56;
    font-family: Arial,Helvetica,sans-serif;
}
.news-img-home a{
    display: block;
}
.news-img-home img{
    width: 100%;
    object-fit: cover;
}
.news-home-info {
    margin-top: 10px;
}
.news-home-info h4{
    color: #295e56;
    height: 60px;
    line-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    text-align: left;
    font-size: 22px;
}
.news-home-info .news-intro{
    color: #295e56;
    height: 72px;
    line-height: 25px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    text-align: left;
    font-size: 15px;
}

/*end news-home*/


/*FAQ-home*/
.FAQ-home{
    margin: 50px 0;
}
.question{
    display: flex;
    align-items: center;
    padding: 10px;
}
.questionItem{
    border-bottom: 1px solid #dddddd;
}
.answer{
    display: none;
    padding-left: 40px;
}
.question i{
    color: #295e56;
    font-size: 16px;
    margin-right: 15px;
    transform: rotate(0);
    transition: transform 0.5s ease 0s;
}
.question h4{
    color: #295e56;
    margin-bottom: 0;
    font-size: 18px;
}
.question i.active{
    transform: rotate(90deg);
}

/*end FAQ*/


/*footer*/
.line-footer{
    padding: 10px 0;
    background: #3eded4;
}
.logo-left img{
    max-height: 50px;
}
.social-footer img{
    height: 34px;
    width: 34px;
}
.social-footer li{
    margin-right: 10px;
}
.main-footer {
    padding: 48px 0 72px;
}
.title-footer h4{
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 24px;
}
.addressFooter,.emailFooter{
    margin-bottom: 16px;
    line-height: 24px;
}
.info-company img {
    width: 18px;
    margin-right: 5px;
}
.info-company .bct-img {
    width: 150px;
    margin-top: 15px;
}
.about-footer ul li,.policy-footer ul li {
    margin-bottom: 16px;
    line-height: 24px;
}
.footer-bottom .copyright {
    text-align: center;
    padding: 28px 0 24px;
    border-top: 1px solid #e6e6e6;
    font-size: 15px;
    font-weight: 500;
}
.scrollup {
    position: fixed;
    right: 18px;
    bottom: 150px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #3eded4;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 2em;
    z-index: 999999;
}
.scrollup:hover{
    color: #fff;
}
.bg-cover {
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 888;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    transition: all .2s linear;
    display: none;
}
/*.bg-cover.active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

/*Search, Header Cart*/
.search-sidebar, .cart-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100vh;
    background: #fff;
    z-index: 999;
    transform: translateX(400px);
    transition: all .6s;
}
.search-sidebar.toggle, .cart-sidebar.toggle {
    transform: translateX(0);
}
.site-nav-container-last{
    padding: 60px 70px 0;
    height: 100%;
}
.site-nav-container-last p{
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    margin: 3px 0 0;
    font-weight: 500;
}
.search-header{
    margin-top: 50px;
    position: relative;
}
.txtSearch{
    background: #ededed;
    color: #252a2b;
    width: 100%;
    border: none;
    height: 55px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all .15s linear;
}
.btn-search{
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    background: 0 0;
    transition: opacity .15s linear;
}

.close-sidebar {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    cursor: pointer;
}
.cart-sidebar h4 {
    margin-top: 15px;
}
.cart-sidebar .empty-cart-text {
    margin: 60px 30px 0;
}
.cs-wrapper {
    padding: 60px 30px 0;
}
.cart-item {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.pro-name {
    margin-bottom: 10px;
    font-size: 14px;
    max-width: 80%;
}
.pro-name span {
    color: #ccc;
}
.cart-sidebar .product-price {
    font-size: 14px;
}
.remove_cart {
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    z-index: 9;
    cursor: pointer;
}
.txtSearch:focus{
    outline: none;
}
.close-sidebar i{
    font-size: 22px;
}

/*end*/



/*trang danh mục sản phẩm*/

.navigation {
    display: flex;
    margin: 1.25rem 0;
    align-items: center;
}
.navigation>li {
    margin-right: 5px;
}
.navigation>li:not(:last-child):after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    display: inline;
    margin: 0 10px;
    color: #00818A;
    font-size: 11px;
}
.navigation li a, .navigation li span {
    font-size: 13px;
    color: #00818A;
}
.banner-cate{
    margin-bottom: 23px;
}
.new-item-content{
    padding: 15px 0;
}
.new-item-content:first-child{
    padding-top: 0;
}
.title-fillter{
    color: #00818A;
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.67;
}
.scroll-product>li{
    width: 240px;
    height: 42px;
    border: 1px solid #1e647d !important;
    border-radius: 6px !important;
    line-height: 42px;
    margin-bottom: 8px;
    padding: 0 10px;
    cursor: pointer;
}
.name-filter{
    color: #1e647d;
    margin-left: 6px;
}
.scroll-product{
    max-height: 300px;
    overflow-y: auto;
}
.list-child{
    border-radius: 0 0 6px 6px;
}
.list-child{
    background: #fff;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.list-child>li>a{
    color: #1e647d !important;
}
.list-child>li:hover>a{
    background-color: #fff;
    color: #1e647d !important;
}
.list-child>li{
    line-height: 32px;
}
.scroll-product li:hover,
.scroll-product li.active{
    background: #1e647d;
}
.scroll-product li:hover .name-filter,
.scroll-product li.active .name-filter{
    color: #fff;
}
.sidebar-fillter-block .new-item-content ul.listColor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listColor.scroll-product li{
    width: 48%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.filterCat li>a{
    display: block;
    width: 100%;
    height: 100%;
}

.listColor.scroll-product li span,
.filterBrand .scroll-product li span,
.filterCat .scroll-product li a{
    color: #1e647d;
    width: fit-content;
    display: block;
    text-align: center;
    width: 100%;
}

.filterCat .scroll-product li:hover a,
.filterCat .scroll-product li.active a,
.filterBrand .scroll-product li:hover span,
.filterBrand .scroll-product li.active span,
.listColor.scroll-product li:hover span,
.listColor.scroll-product li.active span{
    color: #fff;
}
.pt-30{
    padding-top: 30px;
}
.count-product{
    text-align: right;
    padding-right: 30px;
}
.count-product span{
    font-size: 14px;
    color: #5C5C5C;
    line-height: 1.14;
    letter-spacing: 0.05px;
}
.cate-content{
    padding: 24px;
}
.title-cate h4{
    text-align: center;
    color: #1e647d;
    font-size: 36px;
}

#slider-range {
    height: 0.225rem;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 3px #ddd;
}
#slider-range .ui-slider-range.ui-widget-header.ui-corner-all {
    background: #1e647d;
}
#slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 1px 5px #999;
    border-color: transparent;
    outline: none;
}
.ui-slider-horizontal .ui-slider-handle {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/*css scrollbar*/
.scroll-product::-webkit-scrollbar {
    width: 3px;
}

.scroll-product::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1px;
}

.scroll-product::-webkit-scrollbar-thumb {
    background: #00a3a3;
    border-radius: 1px;
}

.scroll-product::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroll-product li {
    position: relative;
    height: 100%;
    border: unset;
    border-radius: 0;
}
.scroll-product li>i {
    position: absolute;
    top: 12px;
    right: 12px;
}
li.item.hov.active .last-child {
    display: none;
}
ul.list-child {
    display: none;
    position: relative;
}
.scroll-product>li {
    border: 1px solid #1e647d;
    border-radius: 6px;
}
.product-category-wrap{
    margin-bottom: 40px;
}
.product-category-wrap .product-item{
    margin-bottom: 15px;
}

.icon-social-right {
    position: fixed;
    right: 70px;
    bottom: 60px;
    z-index: 9999;
    display: none;
}

.icon-social-right ul li {
    margin-bottom: 10px;
    border-radius: 50%;
}

.icon-social-right ul li img {
    width: 40px;
    height: 40px;
}

.icon-social-right .social-tiktok img {
    width: 55px;
    height: 55px;
}

.icon-social-right .social-tiktok,
.icon-social-right .social-lazada {
    margin-bottom: 5px;
}
span.product-price-old.tp_product_price_old {
    text-decoration: line-through;
    color: #958c8c;
}
.product-img>a{
    position: relative;
}
.out-of-stock {
    position: absolute;
    top: 15px;
    right: 10px;
    background: #fff;
    padding: 5px 15px;
    z-index: 9999;
}
.percent-prod {
    display: none;
}
.total-cart-price{
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
}
.total-cart-price>span{
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 15px;
}
.total-cart-price>span>span{
    color: #ff5d52;
    font-weight: 600;
}
.cart-show-more a {
    width: 45%;
    padding: 0 25px;
    height: 35px;
    border-radius: 25px;
    background: #ff5d52;
    box-shadow: 0 0 50px rgba(238,90,138,0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.modal#modalAddSuccess {
    height: auto;
    top: 15px;
    left: auto;
    right: 15px;
    width: 300px;
    padding: 0 !important;
}
.modal.show .modal-dialog {
    transform: translate3d(0,0,0) !important;
    height: 100%;
}
#modalAddSuccess .modal-content {
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
}
#modalAddSuccess .modal-dialog-scrollable .modal-content {
    border-radius: 0.5rem;
}
.mb-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mb-item img {
    width: 28%;
    height: 75px;
    border-radius: 7px;
}
.mb-info {
    width: 68%;
}
.mb-name {
    /*display: block;*/
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.mb-info * {
    margin: 0;
}
.mb-cart-btn {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
    border-radius: 25px;
    border: 1px solid #3d3950;
    font-weight: 600;
}
.coupon-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}
.coupon {
    display: flex;
    background: linear-gradient(135deg, #A7F1EA, #41e0d1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
    color: #fff;
    position: relative;
}
.coupon-left {
    width: 60px;
    background: rgba(255,255,255,.2);
    position: relative;
}

.coupon-left::before {
    top: 20%;
}

.coupon-left::after {
    bottom: 20%;
}
.coupon-right {
    flex: 1;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coupon-title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.d-code {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.coupon-count {
    font-size: 13px;
    opacity: .9;
    margin-bottom: 0;
}
.coupon-copy button {
    background: #fff;
    color: #ff6a00;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
}

.coupon-copy button:hover {
    background: #ffe0c2;
    transform: translateY(-1px);
}
.clone-coupon.copied {
    background: #4caf50;
    color: #fff;
}
@media (max-width: 480px) {
    .coupon-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .coupon-copy button {
        width: 100%;
        text-align: center;
    }
}
