.supervisory {
	padding: 40px 0 70px;
	background-image: url(../images/supervisory/supervisory.png);
	background-size: cover;
}

.supervisory .title {
	display: block;
	margin: 0 auto 20px;
}

.video_box {
	width: 500px;
	height: 300px;
	border-radius: 10px;
	border: solid 4px #ffffff;
	background-color: #000000;
	margin: 0 auto;
}

.location {
	padding: 40px 0 80px;
	background-image: url(../images/welcome/bg.png);
	background-size: cover;
	text-align: center;	
}

.location .title {
	margin-bottom: 20px;
}

.map_container {
	margin-bottom: 30px;
}