@media only screen and (max-width: 1680px) and (min-width: 1050px){
	#slider .slider-content{
		background-position: 65em 8px;
		background-size: 38% auto;
	}
	#slider .slider-content .sc-box{
		width: 32%;
	}
	.hfrm .form-control{
		width: 200px;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 900px){
	header .header-logo {
	    width: 175px;
	}
	#slider .slider-content{
		 background-position: 45em 0em;
    	background-size: 33% auto;
    	min-height: 500px;
	}
	#slider .slider-content .sc-box{
		width: 38%;
		left:8%;
	}
	.pc-list ul li,.blist ul li {
    	flex-basis: 32.6%;
    }
    .section-fluid{
    	padding-right: 15px;
    	padding-left: 15px;
    }
    .ilist ul li {
    	flex-basis: 24.2%;
    }

}
@media only screen and (max-width: 1368px) and (min-width: 768px){
	#slider .slider-content{
		background-position: 38em 0em;
    	background-size: 45% auto;
    	min-height: 500px;
	}
	#slider .slider-content .sc-box{
		width: 46%;
		left:10%;
	}
	.hfrm{
		display: none;
	}
	.sicon{
    	display: block;
    }
}
@media screen and (max-device-width: 1024px) {	
}
@media screen and (max-device-width: 991px) {
}
@media screen and (max-device-width: 767px) {
}
@media screen and (max-device-width: 360px) {
	
}