
/*min phải viết từ nhỏ đến lớn*/

@media all and (min-width: 1640px){

}

@media all and (max-width: 1370px){
	
}

/*lg 1200 -   1280 ____________________*/
@media all and (max-width: 1280px){
	
}
/*md 992  -   1024 ____________________*/
@media all and (max-width: 1024px){
	.index-duan-img {
		height: 195px;
	}
}
@media all and (max-width: 800px){
	#index-du-an {
		background-size: cover;
		height: auto;
	}
	.con_title_img{
		display: none;
	}
	.tr-right{
		top: 0 !important;
		position: absolute;
		bottom: 0;
		left: 50% !important;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform:translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.tr-left-sub{
		margin:15px 0;
	}
	.tr-left-sub-le{
		display:flex;
		display: webkit-flex;
		display: moz-flex;
		flex-direction: column-reverse;
	}
	.teachingResources{
		background: none;
		padding: 0;
	}
	.pjresult{
		margin-top: 0;
		width: 100%;
	}
	.pjresult_inside p{
		min-height: 0;
	}
	#index-du-an {
		background-size: cover;
		height: auto;
	}
	div.bhoechie-tab-menu div.list-group>a.active:after{
		display: none;
	}
}
/*sm 768 -   800 */
@media all and (max-width: 768px){
	.viewnews-img{
		height: auto;
	}
	
	.timelinefeedback_right {
		padding-left: 15px !important;
	}
	.text_duan h2{
		text-align: left !important;
	}
	
	.timelineslide_img{
		height: auto;
	}
	#slided{
		display: none;
	}
	.he_search input {
		min-width: 204px;
	}
	.he_search .search-container{
		margin-top: 2px;
	}
	.in_icon_lk {
		margin-right: 10px;
		margin-top: 4px;
	}
	.index-tt-images1 {
		height: 220px;
		/*height: auto;*/
	}
	.index-tt-title {
		height: 48px;
	}
	.index-tt-content {
		height: 47px;
	}
	.index-event-left1 {
		height: 100px;
	}
	

	.index-duan{
		margin-left: 0;
	}
	
	.title_page{
		font-size: 24px;
	}
	.module-header .module-title span{
		font-size: 19px;
	}
	.module-header{
		margin-bottom: 10px;
	}
	.examp-title a {
		height: 59px;
		font-size: 13px;
	}
	.c-pro3{
		height: 116px;
	}
	.item-pro2{
		height: 170px;
	}
	
	
	div.bhoechie-tab-content{
		margin-bottom: 15px !important;
	}

}
@media screen and (max-width: 767px){
	.index-tt{
		max-width: 300px;
	}
	.index-tt-images1{
		height: 160px;
	}
	.he_search .search-container{
		margin-top: 13px;
		float: none;
		text-align: center;
	}
	.he_search input {
		min-width: 187px;
	}
	.index-slide-images {
		height: 220px;
	}
	.index-tt-title {
		height: 60px;
	}

	.title_section span{
		display: none;
	}
	.index-duan1 img{
		height: auto;
	}
	#index-du-an {
		height: 100%;
		background-size: cover;
	}


}

/* mobile 576 -600 ____________________*/ 
@media all and (max-width: 600px){

	.index-tt.mt-5{
		margin-top: 0 !important;
	}
	.tr-right{
		position: static !important;
		transform: translateX(0) !important;
		-webkit-transform: translateX(0) !important;
		-moz-transform:translateX(0) !important;
		-ms-transform:translateX(0) !important;
		-o-transform:translateX(0) !important;
		transform:translateX(0) !important;
	}
}
@media all and (max-width: 414px){
	.index-da-title{
		margin-top: 80px;
	}
	.index-da-title img{
		margin-top: -30px;
	}
	#index-du-an{
		margin-top: -245px;
	}
	.index-e-title{
		height: auto !important;
		margin-top: 15px;
	}
	.index-four-items{
		padding-top:0 !important;
		padding-bottom: 15px !important;
	}
	.index-duan-img{
		height: auto !important;
	}
}


