@charset "utf-8";
/* CSS Document */

.logo{
	margin:0;
	padding:0;
	text-align:center;
	padding-bottom: 328px;
	background:url(../images/content-new/logo/bg.png) top center no-repeat;
	background-size:100%;
}
.logo .logo-in{
	text-align:center;
	padding-top: 207px;
}
.logo .logo-in img{
	max-width: 60%;
	height:auto;
}

@media (min-width: 320px) and (max-width: 419px) { 
	.logo{
			/* background:url(../images/content-new/logo/bg.jpg) top center no-repeat; */
			background-size: 170%;
	}
	.logo .logo-in{
		         height: 185px;
		         padding-top: 94px;
	}
	
}
@media (min-width: 420px) and (max-width: 575px) { 
	.logo{
			/* background:url(../images/content-new/logo/bg.jpg) top center no-repeat; */
			background-size: 170%;
	}
	.logo .logo-in{
		         height: 185px;
		         padding-top: 108px;
	}
	
}
@media (min-width: 576px) and (max-width: 767px) { 
	.logo{
			background:url(../images/content-new/logo/bg.jpg) top center no-repeat;	
			background-size:100%;
	}
	.logo .logo-in{
		         height: 185px;
	}

}
@media (min-width: 768px) and (max-width:991px) { 
	.logo{
			/* background:url(../images/content-new/logo/bg.jpg) top center no-repeat; */
			background-size: 190%;
			padding-bottom: 570px;
	}
	.logo .logo-in{
		           height: 355px;
		           padding-top: 249px;
	}
}
@media (min-width: 992px) and (max-width:1199px) { 
	.logo{
			    padding-bottom: 250px;
			background-size:100%;
	}
	.logo .logo-in{
	        height: 470px;
	}
.logo .logo-in img{
	    max-width: 30%;
    height: auto;	
}
}

@media (min-width: 1200px) and (max-width:1280px) { 
	.logo{
			    padding-bottom: 250px;
			background-size:100%;
	}
	.logo .logo-in{
	        height: 478px;
			padding-top: 216px;
	}
.logo .logo-in img{
	    max-width: 30%;
    height: auto;	
}
}
@media (min-width: 1281px) and (max-width:1366px) { 
	.logo{
			    padding-bottom: 250px;
			background-size:100%;
	}
	.logo .logo-in{
	        height: 478px;
			padding-top: 216px;
	}
.logo .logo-in img{
	    max-width: 30%;
    height: auto;	
}
}