/* 1199 */
@media screen and (max-width:1300px){
	.header .menu ul li a{
		padding:0px 10px;
	}
}

@media screen and (max-width: 1199.5px) {
	.header .menu ul li a{
		padding:0px 5px;
	}
}

/* 991 */

@media screen and (max-width: 991.5px) {
	.header .menu{
		display: none;
	}
	.site-banner img{
		max-height: 500px;
	}
	.itames-whychose h3{
		line-height: 1.5;
	}
	.site-about .images{
		margin-top: 20px;
	}
}

/* 767 */

@media screen and (max-width: 767.5px) {
	.form-search,
	.mxh-header{
		display: none !important;
	}
	.header .logo img{
		max-width: 150px;
	}
	.header-top{
		padding:5px 0px;
	}
	.site-banner img{
		height: 250px;
	}
	.itames-whychose p{
		font-size: 80%;
	}
	.itames-whychose h3{
		margin:7px 0px;
	}
	.title-main .heading{
		line-height: 1.5;
		font-size: 150%;
	}
	.items-project .ratio .content{
		padding:10px;
		line-height: 1.5;
	}
	.items-project img{
		-webkit-filter: grayscale(0) !important;
		filter: grayscale(0) !important;
	}
	.the_content{
		text-align: left;
	}
	.single-infor .items{
		margin-bottom: 20px;
	}
	.the_content h1, .the_content h2{
		font-size: 150%;
	}
	.page-banner h2{
		font-size: 300%;
	}
	.page-banner{
		max-height: 300px;
	}
}

