@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

.line-clamp{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp3{
    -webkit-line-clamp: 3;
}

.line-clamp2{
    -webkit-line-clamp: 2;
}

.scrollbar {
    overflow-y: overlay;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.slider-home .owl-prev {
    left: 20px;
}
.slider-home .owl-next {
    right: 20px;
}
.owl-nav > div {
    background-color: #eef8ff;
    width: 40px;
    height: 40px;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #a3c6dc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a3c6dc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-same .owl-prev{
    left: 10px;
}

.product-same .owl-next{
    right: 10px;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

a{
    transition: all 0.2s linear;
}

/* Css thêm */

.box-search-form.active{
    width: 200px;
}

.box-header.scollActive{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
}

.footer-map iframe{
    width: 100%;
    height: 250px;
}

.main-contact .map iframe{
    width: 100%;
}

.fixed-zalo{
    background: #0068ff;
}

.fixed-facebook{
    background: #0266ff;
}



@media(min-width:576px){
    .container{
        max-width: 540px;
    }
}

@media(min-width:768px){
    .container{
        max-width: 720px;
    }
}

@media(min-width:992px){
    .container{
        max-width: 960px;
    }

    .line-clamp-lg{
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .line-clamp2-lg{
        -webkit-line-clamp: 2;
    }
}

@media(min-width:1200px){
    .container{
        max-width: 1140px;
    }

}

@media(min-width:1400px){
    .container{
        max-width: 1200px;
    }
}

@media(max-width:1023px){
    .header-menu{
        position: absolute;
        top: 110%;
        left: 0;
        right: 0;
        height: calc(100vh - 70px);
        width: 100%;
        background: #002666fa;
        z-index: 9;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all 0.25s ease 0s;
    }

    .header-menu.active{
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

    .header-menu .sub-menu{
        padding-left: 30px;
        background: transparent;
        position: static;
        opacity: 0;
        visibility: visible;
        height: 0;
        overflow: hidden;
        width: 100%;
        box-shadow: none;
    }

    .header-menu .sub-menu.active{
        height: auto;
        opacity: 1;
    }

    .btn-nav-mobile::before, .btn-nav-mobile::after, .btn-nav-mobile span{
        content: '';
        background: #002666;
        display: block;
        height: 4px;
        right: 0;
        position: absolute;
    }

    .btn-nav-mobile::before{
        top: 5px;
        width: 32px;
    }

    .btn-nav-mobile::after{
        bottom: 5px;
        width: 28px;
    }

    .btn-nav-mobile span{
        top: 50%;
        transform: translateY(-50%);
        width: 38px;
    }
}