@media screen and (min-width: 1460px){
	.container{
		width: 1400px;
	}
}
@media screen and (max-width: 1400px){
	.top-footer ul li a{
		font-size: 14px;
		padding: 0 5px;
	}
}
@media screen and (min-width: 980px) and (max-width: 1024px) {
	.top-right-content .head-top h4{
		font-size: 18px;
	}
	.top-right-content .head-top h2{
		font-size: 32px;
	}
	.home-intro .box-intro h3{
		font-size: 18px;
	}
	.top-footer ul li a{
		font-size: 14px;
		padding: 0 5px;
	}
	.top-footer ul li{
		margin: 5px 0;
	}
	#main .left-bar ul li a{
		font-size: 20px;
	}
	#main .left-bar ul.child-menu li a{
		font-size: 16px;
	}
	.bottom-footer .copyright{
		font-size: 14px;
	}
	#header{
		height: 400px;
		background-attachment: unset;
	}
}
@media screen and (max-width: 979px) {
	.right-content{
		padding-left: 15px;
	}
	.mobile-header{
		display: block;
	}
	.logo{
		display: none;
	}
	.top-right-content .head-top h4{
		font-size: 18px;
	}
	.top-right-content .head-top h2{
		font-size: 28px;
	}
	.home-intro{
		padding: 15px;
	}
	#header{
		height: auto;
		background-attachment: unset;
		background-image: none !important;
	}
}
@media screen and (min-width: 801px) and (max-width: 979px) { 
	
}
@media screen and (min-width: 768px) and (max-width: 979px) { 
	.top-footer ul li a{
		font-size: 12px;
		padding: 0 6px;
	}
}
@media screen and (max-width: 767px) {
	.home-intro{
		padding: 0;
		border: none;
	}
	.home-intro .box-intro{
		margin-bottom: 20px;
	}
	.top-footer ul li {
	    display: block;
	    margin-bottom: 5px;
	    text-align: left;
	}
	.top-footer ul li a{
		border: none;
		padding: 0;
	}
	.bottom-footer{
		text-align: left;
	}
	.bottom-footer{
		border: none;
	}
	#header {
	    height: auto;
	    background-attachment: unset;
	}
}
@media screen and (min-width: 600px) and (max-width: 766px) {
	
}
@media screen and (min-width: 481px) and (max-width: 599px) {
	
}
@media screen and (max-width: 480px) {
	.home-intro .col-xs-6{
		width: 100%;
	}
	.top-right-content .head-top h2 {
	    font-size: 20px;
	}
	#header {
	    height: auto;
	    background-attachment: unset;
	}
}
@media screen and (max-width: 360px) {
	
}