/*Laptops, desktops*/ 
@media (min-width: 1025px) and (max-width: 1280px) { 


} 
/*Reponsize*/
@media (max-width:1200px){  
}


@media (max-width:992px){  
.bg_headpage {padding: 2em 0;margin-top: 3.5em;}
.title_page { font-size: 1.5em; } 
/*Sidebar*/
.sidebar{margin-top:3em}
/*Page liên hệ*/
.form_pagelienhe {margin-top: 2em;    padding: 0;} 
}


@media (max-width: 768px) and (max-width: 480px) and (min-width: 320px)
{  
.bg_headpage {padding: 2em 0;margin-top: 3.5em;} 
.title_page { font-size: 1.2em; }
.breadcrumbsingle i{float: left;line-height: 1.6em;}
.breadcrumbsingle .rank-math-breadcrumb {display: block;}
/*Sidebar*/
.sidebar{margin-top:3em}
/*Page liên hệ*/
.form_pagelienhe {margin-top: 2em;    padding: 0;}




}