/*laptops, desktops*/ 
@media (min-width: 1201px) and (max-width: 1400px){ 
/*Head*/   
/*Menu main*/ 
/*Danh mục sp*/ 
/*Banner*/ 
/*Sản phẩm bán chạy*/ 
/*Footer*/  
} 

/*ipad-pro*/  
@media (min-width: 993px) and (max-width: 1200px){ 
/*Chính sách*/   
.box_camket p {font-size: 0.7em; }
 
 
}     
	 

/*ipad-pro*/   
@media (min-width: 769px) and (max-width: 992px){ 
/*Giới thiệu*/  
.noidung_gioithieu h2 {text-align: center;}
.tbl_xemthem { margin: 1em auto;}
.image_gioithieu {margin-top: 1em;}
}

/*low resolution tablets, mobiles (landscape)*/ 
@media (min-width: 577px) and (max-width: 768px){  
/*Giới thiệu*/  
.noidung_gioithieu h2 {text-align: center;}
.tbl_xemthem { margin: 1em auto;}
.image_gioithieu {margin-top: 1em;}
 
}
   
/*smartphones mobiles (portrait)*/ 
@media (min-width: 320px) and (max-width: 576px){ 
/*Slide*/
.carousel-control,.carousel-indicators{display:none}
/*Sản phẩm nổi bật*/
.box_hometitlespbanchay h2 { text-align: left;}
.tieudedoitac h2,.box_titlehomesp h2 { padding: 0.1em 2em;}
/*Giới thiệu*/ 
.noidung_gioithieu h2 span {font-size:1.4em !important}
.tbl_xemthem { margin: 1em auto;}
.image_gioithieu {margin-top: 1em;}
/*Sản phẩm*/
.menu_danhmucsanpham li {  margin-bottom: 1em;}
.box_mainsp { padding: 0;}
.gia_homeproduct {     overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
 

}
 