.pad-top-big {
	padding-top: 10vh;
}

#s1 {
	height: 690px;
	background-image: url(img/s1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#s2 {
	padding-bottom: 4vh;
}
#s2 .font-size-plus {
	font-size: 25px;
}



#s3 {
	height: 660px;
	background-image: url(img/s3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
}
#s3 .inner {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}
#s3 .main-title2 {
	margin-bottom: 10vh;
}


#s5 {
	background: #e9ebed;
}

#s7 {
	height: 1080px;
	background-image: url(img/s7.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



@media(max-width: 1360px) {
	#s7 {height: 860px;}
}

@media(max-width: 1200px) {
	#s7 {height: 760px;}
}

@media(max-width: 991px) {
	#s7 {height: 560px;}
}

@media(max-width: 640px) {
	#s7 {height: 360px;}
}