/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1600px) {
 
}

/*X-Large devices (large desktops, 1600px and up)*/
@media (min-width: 1600px) and (max-width: 2200px){ 
 
}

/*Extra Extra Large - Desktop*/  
@media (min-width: 2300px) and (max-width: 3000px){
 
}

/*Extra Extra Large - Desktop*/ 
@media (max-width: 1399.98px){
.menu_danhmucspsingle > li > a {font-size: 14.6px;} 
.title_spkhac h3 {padding: 0.7rem} 
}

/*Large Devices (Laptops ≥992px and <1200px)*/
@media (max-width: 1199.98px) { 
 
}

/*Medium Devices (Tablets ≥768px and <992px)*/
@media (max-width: 991.98px) { 
/*Page*/
.bg_head{margin-top:4.5rem}
/*Chi tiết sản phẩm*/
.single_add_to_cart_button p, .tbl_muangay p {font-size: 12px; }
/*Single*/
.btn_goilai, .btn_dangkytv {font-size: 13px;}
/*Archive*/
.list-post {margin-bottom: 2rem;}
.post-img img {width:100%; height:auto}
.title-archive h3 {margin-top:20px} 
/*Page liên hệ*/ 
/*Sidebar*/
.padding_leftmobile {padding-left: 15px;}  
}


/*Small Devices (Mobiles ≥576px and <768px)*/
@media (max-width: 767.98px) {
/*Page*/
.bg_head{margin-top:7.5rem}
/*Chi tiết sản phẩm*/
.single_add_to_cart_button p, .tbl_muangay p {font-size: 12px; }
/*Single*/
.btn_goilai, .btn_dangkytv {font-size: 13px;}
/*Archive*/
.list-post {margin-bottom: 2rem;}
.post-img img {width:100%; height:auto}
.title-archive h3 {margin-top:20px} 
/*Page liên hệ*/ 
/*Sidebar*/
.padding_leftmobile {padding-left: 15px;} 
}


/*Extra Small Devices (Mobiles <576px)*/
@media (max-width: 575.98px) {  
/*Page*/
.bg_head{margin-top:7.5rem}
/*Chi tiết sản phẩm*/
.single_add_to_cart_button p, .tbl_muangay p {font-size: 12px; }
/*Single*/
.btn_goilai, .btn_dangkytv {font-size: 13px;}
/*Archive*/
.list-post {margin-bottom: 2rem;}
.post-img img {width:100%; height:auto}
.title-archive h3 {margin-top:20px} 
/*Page liên hệ*/ 
/*Sidebar*/
.padding_leftmobile {padding-left: 15px;} 
}