@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1400px){
	.banner-test{
		left: 40%;
	}
	.carousel-control-prev {
		left: 4.2%;
	}
	.carousel-control-next {
		right: 76%;
	}
	.carousel-control-prev1, .carousel-control-next1 {
		top: 390px;
	}
}

@media screen and (max-width: 900px){
	
	.banner-test {
		left: 66%;
		top: 50%;
		width: 100%;
	}
	.banner-test p{
		display: none;
	}
	.carousel-control-prev {
		left: 0;
	}
	.carousel-control-next{
		right: 0;
	}
	.carousel-control-prev1, .carousel-control-next1{
		top: 0;
	}
}

@media screen and (max-width: 767px){
	
	.search-box{
		margin-left: 0
	}
	.res-show{
	display: block;;
}
	.res-hide{
		display: none;
	}
	.about-content{
		padding: 30px 0 0;
	}
	.art-box{
		margin-bottom: 30px;
	}
	.blog-2{
		margin-top: 0;
	}
	
}

@media screen and (max-width: 767px){
	.banner-test{
		display: none;
	}
}

