/* Extra extra large */
@media (min-width: 1400px) {
    
}
/* Extra large */
@media (min-width: 1200px) {
    .possion-btn-user{
        left: -140% !important;
    }
}
/* Large */
@media (min-width: 992px) {
    .pro-list-item{
        width: 20% !important;
    }
    .slider-news-item{
        width: 25% !important;
    }
}
/* Medium */
@media (min-width: 768px) {
    .pro-list-item{
        width: calc(100% / 3);
    }
    .slider-news-item{
        width: calc(100% / 3);
    }
}
/* small */
@media (min-width: 576px) {
    
}

/* Extra small devices */
@media (max-width: 575.98px) {
    .title-group{
        font-size: 1.5rem;
    }
    .footer-col .title{
        margin-top: 1rem;
    }
    .product-detail .title{
        margin-top: 1rem;
    }
    .news-item .image{
        width: 100%;
    }
    .news-item .title{
        margin-top: 0.5rem;
    }
    .owl-carousel .item .time {
        font-size: 1rem;
        top: 66%;
    }

        .owl-carousel .item .time * {
            font-size: 0.7rem;
           
        }
}

/* Small devices */
@media (max-width: 767.98px) {
   
}

/* Medium devices */
@media (max-width: 991.98px) {
    
}

/* Large devices */
@media (max-width: 1199.98px) {
    .nav-sub-info{
        display: none;
    }
    .nav-sub .logo {
        height: 5rem;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .nav-sub .logo img{
        height: 75%;
    }
    .btn-menu-mobile{
        display: flex;
    }
}
