.header-top > .container > .row {
    display: flex;
    align-items: center;
}
.cursor{
    cursor: pointer;
}
.bg-hightlight{
    background-color: var(--color-hightlight);
}
.h-16px{
    height: 16px;
}
.h-24px{
    height: 24px !important;
}
.m--10{
    margin: 0 -10px;
}
.mt-7{
    margin-top: 7px;
}
.opacity-08{
    opacity: .8;
}
.translateY-30px{
    transform: translateY(-30px);
}
.border-bottom-2px {
    border-bottom:  2px solid var(--color-hightlight);
}
.w-70{
    width: 70% !important;
}
.w-45 {
    width: 45% !important;
}
.color-hightlight{
    color: var(--color-hightlight);
}

.font-weight-400{
    font-weight: 400 !important;
}
.font-weight-500{
    font-weight: 500 !important;
}
.line-height-13{
    line-height: 1.3 !important;
}
.line-height-1{
    line-height: 1 !important;
}

.h-35px{
    height: 35px !important; 
}
.shadow-all{
    box-shadow: 0 2px 7px 2px rgb(0 0 0 / 12%) !important;
}

.opacity-1 {
    opacity: 1 !important;
}
.tab-content>.active {
    
}

.fixed{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    margin: 0 !important;
}

.slider-main .container > .row {
    margin: 0 -12px !important;
}
.slider-main .container > .row > div {
    padding: 0 12px !important;
}
.title-cate .title-section-1{
    font-size: 16px;
    font-weight: 700;
}


/*Dang nhap tai khoan*/
.nh-mini-member .menu-account{
    min-width: 280px !important;
}
/*Dang nhap tai khoan*/

/*Module tin tuc trang chu*/
.news-home > .row {
    margin: 0 20px;
}
.news-home > .row > div{
    padding: 0 20px;
}

.news-home .article-item .ratio-8-5{
    padding-top: 37.67% !important;
}
.news-home .article-title{
    font-weight: 400;
}
.news-home .article-title a{
    color: #1c71a7;
}
.news-home .article-description{
    font-size: 13px;
}
span.arrow-right {
    border: solid var(--color-hightlight);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.5px;
    transform: translateY(-1px) rotate(-45deg);
}
/*Module tin tuc trang chu*/

/*Module nhan xet khach hang*/

.scale-reverse{
    transform: rotate(180deg);
}
.comment .article-description *{
    margin-bottom: 0;
    color: #666;
}
/*Module nhan xet khach hang*/

/*Trang danh muc - page dac biet*/
.tab-category .nav-link {
    border: 1px solid transparent !important;
}
.tab-category .nav-link:hover {
    border: 1px solid var(--color-hightlight) !important;
}
.tab-category .nav-link:hover .link-cate {
    color: var(--white);
}
.tab-category .nav-link:hover .info{
    background-color: var(--color-hightlight) !important;
    color: var(--white);
}
.tab-category .nav-link:hover .bg-hightlight{
    background-color: var(--light) !important;
    color: var(--black) !important;
}
.list-category .tab-pane.active {
    padding-top: 20px;
    border: 1px solid var(--color-hightlight) !important;
}



.description-cate *{
    margin: 0 !important;
}

.page-description .inner-desc{
    width: 40%;
    padding: 30px;
    background-color: rgba(255, 255, 255, .75);
    float: right;
}
.page-description h3{
    font-size: 30px;
}
.page-description a{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: var(--color-hightlight);
    color: var(--white);
}


/*Trang danh muc - page dac biet*/

/*Trang danh muc - danh sach san pham*/

.description-cate{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.product-grid .inner-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 15px;
    min-height: 95px;
}
.product-grid .inner-description *{
    margin-bottom: 0;
}

/*Trang danh muc - danh sach san pham*/

/*Module bo loc*/
.target_show.toggle .icon_menu_tab{
    display: none;
}
.transition{
    transition: all .4s;
}
.open .iconsax {
    transform: rotate(180deg);
}

.irs--flat .irs-handle>i:first-child{
    width: 5px;
    border-radius: 3px;
    transform: translateX(-50%);
}
.irs--flat .irs-handle{
    height: 14px;
}
.irs--flat .irs-bar{
    background-color: transparent !important;
}
.irs--flat .irs-bar,
.irs--flat .irs-line{
    height: 7px;
}
/*Module bo loc*/

.content-attributes img{
    width: 100% ;
}
/*Module tai lieu - bai viet chi tiet san pham*/
.document_article ul li:nth-child(2n+1){
    background-color: var(--light);
}
/*Module tai lieu - bai viet chi tiet san pham*/


/*Module cau hinh hien tai - chi tiet san pham*/
.list-config .item-config{
    padding: 5px 10px;
    font-size: 14px;
}
.list-config .item-config:nth-child(2n+1){
    background-color: var(--light);
}

.flex-title{
    display: flex;
    align-items: center;
}
.btn-dropdown:before,
.btn-dropdown:after{
    content: "";
    position: absolute;
    background-color: var(--color-hightlight);
    cursor: pointer;
    transition: all .4s;
}
.btn-dropdown:before{
    width: 13px;
    height: 3px;
    top: -2px;
    right: 5px;
}
.btn-dropdown:after{
    width: 3px;
    height: 13px;
    top: -7px;
    right: 10px;
    opacity: 0;
}

.btn-dropdown.open:after{
    opacity: 1;
}

.input-quantity{
    width: 45px !important;
    height: 20px !important;
    float: left;
    margin-left: 10px;
    border: 1px solid var(--gray);
    border-radius: 3px;
}
/*Module cau hinh hien tai - chi tiet san pham*/

/*Module cau hinh tuy chinh*/
.item-option:hover{
    cursor: pointer;
    color: var(--color-hightlight);
}
.fixed-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    z-index: 9;
}

.item-config .title-section-2 {
    text-transform: capitalize !important;
    cursor: pointer;
}
.item-config .title-section-2:hover{
    color: var(--black);
    opacity: .8;
}

.title-tooltip{
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 500px;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    transition: all .4s;
    background-color: var(--color-hightlight);
    padding: 10px;
    border-radius: 5px;
    color: var(--white);
    font-size: 13px;
    z-index: -1;
}
.description-config *{
    margin-bottom: 0;
}
.description_custom:hover .title-tooltip{
    opacity: 1;
    z-index: 1;
}
/*Module cau hinh tuy chinh*/

.pointer {
    cursor: pointer;
}

@media (min-width: 1024px) and (max-width: 1280px){
    .menu-section > ul > li > a{
        font-size: 15px !important;
    }
    .menu-section > ul > li.has-child > a span{
        font-size: 16px !important;
    }
}
    
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}
    
@media (min-width: 1024px){
    .col-lg-20{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-lg-80{
        flex: 0 0 80%;
        max-width: 80%;
    }
    .col-lg-55{
        flex: 0 0 55%;
        max-width: 55%;
    }
    .col-lg-45{
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    /*Menu pc*/
    .w-multil-4{
        width: 100% !important;
    }
    .w-multil-3{
        width: 65% !important;
    }
    .w-multil-2{
        width: 50% !important;
    }
    .w-multil-1{
        width: 25% !important;
    }
    .menu-section > ul > li:last-child{
        position: relative;
    }
    .menu-section > ul > li:last-child .entry-menu{
        right: 0;
    }
    .multil-column.w-multil-3{
        left: 50%;
        transform: translateX(-50%) !important;
    }
    .columns-2 .entry-menu .col-2{
        columns: 2;
    }
    /*Menu pc*/
}
    
@media (max-width: 768px){
    .container, .container-md, .container-sm{
        max-width: 768px;
    }

    body.open {
        overflow: hidden;
    }
    .btn-menu-mobile span {
        margin-top: 20px;
    }
    .btn-menu-mobile span, 
    .btn-menu-mobile span:before, 
    .btn-menu-mobile span:after {
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        transform: rotate(0);
        transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms;
        width: 1.25rem;
        background-color: var(--color-hightlight);
        height: 2px;
    }
    .btn-menu-mobile span:before{
        top: -7px;
    }
    .btn-menu-mobile span:after{
        bottom: -7px;
    }
    .open.btn-menu-mobile span{
        background-color: transparent;
        transition-delay: .1s;
    }
    .open.btn-menu-mobile span:before {
        top: 0;
        transform: rotate(45deg);
        transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in;
    }
    .open.btn-menu-mobile span:after {
        bottom: 0;
        transform: rotate(-45deg);
        transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in;
    }

    

    .menu-section > ul > li.open > a:before{
        opacity: 0;
    }
    .menu-section .menu-title-all{
        font-size: 16px ;
        font-weight: 500;
    }
    
    
    .fixed-mb{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        margin-bottom: 0 !important;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    }

    /*Module tin tuc*/
    .news-home > .row {
        margin: unset;
    }
    .news-home > .row > div{
        padding: unset;
    }
    .news-home .article-item{
        margin: 0 auto;
        margin-bottom: 1rem;
        max-width: 600px;
    }
    /*Module tin tuc*/
    
    
    .page-description .inner-desc{
        width: 100%;
        margin-top: 25%;
    }
    

        
}

@media (min-width: 577px) and (max-width: 768px){
    .fixed-mb .product-quantity{
        width: auto;
    }
    .fixed-mb .product-quantity input{
        width: 80px;
        height: 40px;
    }
    .fixed-mb .product-quantity .btn-quantity{
        width: 80px;
        height: 40px;
    }
    .fixed-mb .quantity-buy .btn-cart-buy{
        width: calc(100% - 210px);
    }
    /*Nhan xet khach hang*/
    .article-detail-testimonial .inner-image{
        padding-top: 45%;
        width: 45%;
        margin: 0 auto 15px;
    }
    .comment img{
        width: 32px;
    }
    /*Nhan xet khach hang*/
    
    
}

@media (max-width: 576px){
    .bg-article-mb .container > .row > div,
    footer .container > .row > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /*Module tin tuc*/
    .news-home > .row {
        margin: unset;
    }
    .news-home > .row > div{
        padding: unset;
    }
    .news-home .article-item{
        margin: 0 auto;
        margin-bottom: 1rem;
        /*max-width: 400px;*/
    }
    /*Module tin tuc*/

    /*Nhan xet khach hang*/
    .article-detail-testimonial .inner-image{
        padding-top: 65%;
        width: 65%;
        margin: 0 auto 15px;
    }
    .comment img{
        width: 24px;
    }
    /*Nhan xet khach hang*/
    
    /*Order info*/
    .is-mobile .cart-info-section .item-quantity .product-quantity{
        justify-content: flex-end;
    }
    .is-mobile .cart-info-section .item-quantity[data-title]:before{
        font-weight: 700;
    }
    /*Order info*/
    
    .is-mobile .bg-hightlight.link-cate {
        display: none;
    }
}


.py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}


.py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.w-50-px {
    width: 50px;
}
.w-100-px {
    width: 100px;
}
.rti-abs-contain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.rti-17 {
    padding-top: 17%;
}
.border-dashed {
    border-bottom-style: dashed !important;
}
.w-6 {
    width: 6%;
}
.w-12 {
    width: 12%;
}
.list-cart-item .name-remove {
    width: calc(100% - 100px);
}

.product-content img {
    width: 100%;
    height: auto;
}