/*-----------Media multi-------------*/
@media screen and (max-width: 1300px) { 
	
	
}
@media screen and (max-width: 1024px) { 
	
	nav.menu_top > ul > li a{
		font-size:12px !important;
		padding:0px 11px !important;
	}
	.hotline{
	  background-size: 100%;
	}
	
}
@media screen and (max-width: 980px) {
		#responsive-menu {
			display:block !important;
		}
		#menu{
			display:none;
		}
		
}
/*-----------------landscape size for screen device and browsers-------------*/	

@media  (max-width: 800px) {
	
}

/*-----------Media multi-------------*/
@media screen and (max-width: 768px) {
	#slider1_container{
		width:100% !important;
	}
	
	
	.banggias{
		overflow-x:auto;
		
	}
	.cotleft{
		overflow:hidden;
	}
	.info_sp{
		padding:10px;
	}
	.logo{
		text-align:center;
	}
	.header_top span{
		font-size:20px;
	}
	.hotline {
    background-size: auto;
	font-size:13px;
}
.pad25{
	margin-bottom:10px;
}
.copyright{
	font-size:12px;
}
.thongke{
	float:left;
	padding-right:0px;
}
.col-xxs-6{
	width:50% !important;
}
	
}
/*-----------------landscape size for tablet-------------*/
@media screen and (max-width: 600px) { 

}
/*-----------Media multi-------------*/
@media screen and (max-width: 420px) {
	.info_sp{
		padding:10px;
	}
	.logo{
		text-align:center;
	}
	.header_top span{
		font-size:20px;
	}
	.hotline {
    background-size: auto;
}
.pad25{
	margin-bottom:10px;
}
.copyright{
	font-size:12px;
}
.thongke{
	float:left;
	padding-right:0px;
}
	
}
/*-----------Media multi-------------*/
@media screen and (max-width: 360px) {

	.copyright span{
		font-size:11px;
	}
	.thongke{
		font-size:11px;
	}
}

