@media (max-width: 1024px) { 
    .menu,.header__bottom-right { display: none; } 
    .menu-res {display: block;}  

    /* header */  
    /* giới thiệu */ 
    .title__aboutus .slogan { font-size: 22px;margin-bottom: 10px;}
    .aboutus__info {padding: 10px 20px 20px;}

    /* thành tựu */
    .thanhtuu__name span {font-size: 16px;}

    /* footer */ 
    .grid__news {gap: 10px;}
}
@media (max-width: 850px) {
    .img-auto img{width: auto !important;height: auto !important;}  
    .title__main h1,.title__main h2, .title__main span{font-size:30px;}
    .title__main .slogan{font-size: 13px;} 
    
    .mgb-res{margin-bottom: 30px;}
    .mb-none{display: none !important;}
    .py-50{padding-top: 30px !important;padding-bottom: 30px !important;}
    .mb-50{margin-bottom: 30px !important;}

    .scrollToTop{right: 15px;}

    /* tiêu chí */
    .criteria__name span {font-size: 15px;}

    /* aboutus */  
    .aboutus__left, .aboutus__right{width: 100%;}
    .desc__aboutus {padding-right: 0;margin-bottom: 10px;max-height: unset;overflow: unset;}

    /* feedback */  

    /* đăng ký nhận tin */ 
    /* tin tức */
    
    /* dịch vụ nổi bật */
    .info__news{padding-top: 10px;}
    .news__name a {-webkit-line-clamp: 2;line-height: 1.25;font-size: 13px;}
    .news__desc {-webkit-line-clamp: 3;line-height: 1.25;font-size: 12px;}
    .news.service .info__news {text-align: unset;padding: 10px 0;}
    .news.service .news__name a {font-weight: 700;text-transform: capitalize;} 
    .news.service .btn__news{display: none;}

    /* footer */
    .footer__news{text-align: center;}
    .bgtags { padding-bottom: 20px;margin-bottom: 30px;}
    .name__footer{font-size: 35px;}

    /* tin tức */
    /* .grid__news {grid-template-columns: repeat(2, minmax(0, 1fr)); } */
    /* sản phẩm */
    .product .price-new{font-size: 11px;}
    .btn__buy{font-size: 14px;}
    .btn__product{font-size: 13px;}

    .grid__product{gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr));}   
    .product .price-new,.product .product__name a{font-size: 14px;}
 
}  

@media (max-width: 768px) {   
    .grid__news {grid-template-columns: repeat(2, minmax(0, 1fr)); } 
} 

@media (max-width: 700px) { 
    .title__main h1, .title__main h2, .title__main span {font-size: 25px;}

    .btn__hotline,.social-header{display: none !important;}
    
    /* giới thiệu */ 
    .wrap__aboutus .wrap__content{gap: 20px;}
    .title__aboutus .slogan {font-size: 24px;}

   /* feedback */  
   .news__time { bottom: 3px;left: 3px; padding: 3px 3px 1px;border-radius: 3px;}
   .news__time p {margin-bottom: 0;font-size: 16px;}
   .news__time span {font-size: 11px;}
   /* album */
   .album .album__name{font-size: 15px;}

   /* video */ 
} 

@media (max-width: 575px) { 
    .grid-news{gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr));} 
    .grid__product{gap: 5px; grid-template-columns: repeat(2, minmax(0, 1fr));} 
} 
