/** all devices and responsive browser windows **/
@media screen and (min-width: 1200px) {
	
}


/* smaller screen dropoff *******/
@media only screen and (max-width: 550px) {
	.bo_cong_thg{
		float: left !important;
	}
    .le-search-side { width: 320px; }
    .le-search-right { width: 65%; }
    .wrap_news_home {
	    display: grid;
	    grid-template-columns: 100%;
	    justify-content: space-between;
	    /* grid-row-gap: 10px; */
	}
	#slider_homeCarouselNav{
		display: none;
	}
	.wrap_news{
		grid-template-columns: 100%;
		    padding: 0 10px;
	}
	.news-container h1{
		margin-left: 10px;
	}
	#headLogo a img {
	    width: 175px;
	}
	.main-header #headLogo{
		top: 10px;
	}
}

/* iPhone Landscape ********/
@media only screen and (max-width: 480px) {
    .le-search-side { width: 300px; }
    .le-search-right { width: 65%; }
}

/* iPhone portrait *******/
@media only screen and (max-width: 320px) {
    .le-search-side { width: 250px; }
    .le-search-right { width: 55%; }
}