/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1600px) { 
 /*Head-page*/  
.title_page {font-size:2rem;}  
.box_contentsingle {padding:1rem;} 
/*Sidebar*/
.box_sidebar {padding: 1rem;}
.tieude_menusidebar {font-size: 1rem;}
.box_titlepostsidebar h4 {margin-top: 0.5rem;}



}

/*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){ 
.title_page {font-size:2rem;}  
.box_contentsingle {padding:1rem;}  
/*Sidebar*/
.box_sidebar {padding: 1rem;}
.tieude_menusidebar {font-size: 1rem;}
.box_titlepostsidebar h4 {margin-top: 0.5rem;}

	 
}

/*Large Devices (Laptops ≥992px and <1200px)*/
@media (max-width: 1199.98px) { 
.title_page {font-size:1.5rem;}  
.box_contentsingle {padding:1rem;} 
}

/*Medium Devices (Tablets ≥768px and <992px)*/
@media (max-width: 991.98px) {  
 /*Head-page*/
.bg_headpage {margin-top:6.2rem;}
.bg_headpagechild { padding:2rem 0 2rem;}
.title_page {font-size:1.5rem;} 
.mota_titlepage {max-width:100%;}

.box_contentsingle {padding:1rem;}
}


/*Small Devices (Mobiles ≥576px and <768px)*/
@media (max-width: 767.98px) {  
/*Head-page*/
.bg_headpage {margin-top:6.1rem;}
.bg_headpagechild { padding:2rem 0 2rem;}
.title_page {font-size:1.5rem;} 
.mota_titlepage {max-width:100%;}

.box_contentsingle {padding:1rem;} 
 

}


/*Extra Small Devices (Mobiles <576px)*/
@media (max-width: 575.98px) { 
/*Head-page*/
.bg_headpage {margin-top:6.1rem;}
.bg_headpagechild { padding:2rem 0 2rem;}
.title_page {font-size:1.5rem;} 
.mota_titlepage {max-width:100%;}

.box_contentsingle {padding:1rem;}

 

}