.main_description_area {
	
	width: 100%;
	height: 400px;
	background-image: url(images/Panorama.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: -10;
}

.main_description_bg {
	
	width: 100%;
	height: 100px;
	background-color: #333;
	position: relative;
	
	top: 300px;
	opacity: 0.5;
	z-index: 0;
	
	border-top: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
}

.main_description {
	
	width: 100%;
	height: 100px;
	
	z-index: 10;
	
	position: relative;
	
	top: 200px;
    font-family: 'Roboto Condensed', sans-serif;
	
}

.main_description h2 {
	
    
	color: #FFF;
	font-size: 18px;
	
	padding: 10px 20px 0px 20px;

}

.main_description p {
	
	color: #FFF;
	font-size: 10px;
	
	padding: 10px 30px 0px 40px;
	
}

.page_title_area {
	
	width: 100%;
	height: 100px;
	margin-bottom: 5px;
	background-color: #333333;
	border-bottom: #CCC solid 1px;
}

.page_title_area h1 {
	
	padding: 5px 20px 5px 20px;
	color: #F0F0F0;
	/*font-family: 'Raleway';*/
	letter-spacing: 0.3em;
	font-size: 40px;
	line-height: 80px;
}

.center_wrap {
	
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

#history_area, #vision_area, #location {
	
	width: 100%;
	height: auto;
	background-color: #FFF;
	
}

.main_title {
	width: 100%;
	height: 50px;
	background-color: #F2F2F2;
	border-top: #CCC solid 1px;
	border-bottom: #CCC solid 1px;	
}

.main_title p {

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 800;
	color: #306;
	margin-left: 30px;
	margin-top: 15px;
}

.main_content {
	
	width: 100%;
	height: auto;
}

.main_content p {
	
	padding: 30px 50px 30px 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}

#vision_content h3 {
	
	padding: 30px 30px 0px 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	
}

.direction {
	
	width: 100%;
	height: auto;
	
	border-bottom: #CCC solid 1px;	
	
}

.direction_number {
	
	width: 30%;
	height: 130px;
	float: left;
	
	margin: auto;
}

.direction_number h1 {
	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 72px;
	color: #F33;
	margin-left: 50px;
	margin-top: 15px;
}

.direction_detail {
	
	width: 100%;
	height: 130px;
}

.direction_detail h3 {
	font-size: 18px;
	color: #36F;
	margin-top: 20px;
}

.direction_detail p {
	
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}

#map {
	
	margin: 10px 0;
	width: 100%;
	height: 400px;
}


@media screen and (min-width: 480px) {
	
	.direction_number {
	
		margin: 0px auto;
		width: 150px;
	}
	
	.main_description h2 {
	
		font-size: 22px;

	}
	
	.main_description p {
	
		font-size: 11px;
	
	}
}

@media screen and (min-width: 768px) {

	.main_description_area {

		height: 500px;

	}

	.main_description_bg {

		height: 150px;
		top: 350px;

	}

	.main_description {

		height: 150px;
		top: 200px;
	
	}
	
	.main_description h2 {
	
		margin-top: 10px;
		font-size: 30px;

	}
	
	.main_description p {
	
		margin-top: 10px;
		font-size: 14px;
	
	}
	
	.toggle_menu {
		display: none;
	}
	
	.nav_menu {
		
		width: 100%;
		overflow: auto;
		height: auto;
	}
	
	.nav_menu ul li {
		
		float: left;
		width: 25%;
		height: 55px;
		line-height: 55px;		
	}
	
	.nav_menu ul li a {
	
		border-top: none;
		height: 55px;
	}
	
	.nav_menu ul {
		
		list-style-type: none;
	}
	
	.nav_menu ul li ul{
		
		margin: 0;
		position: absolute;
		width: 25%;
		height: auto;
	}
	
	.nav_menu ul li:hover ul{
		
		-webkit-transition: all .5s ease;
    		-moz-transition: all .5s ease;
    		transition: all .5s ease;
	}
	
	
	.nav_menu ul li ul li {
		
        position: relative;
        left: 0;
		margin-left: 0;
		width: 100%;
		opacity: 0.8;
		
	}
	
	.nav_menu ul li ul li a{
		
		width: 100%;
		
		text-align: center;
		color: #FFFFFF;

		background-color: #333333;
	}
	
	.nav_menu ul li ul li a:hover{
		
		background-color: #fff;
		opacity: 0.9;
		color: #F03;
		
	}

	
	.foot_adress ul li {
		font-size: 14px;
	}
	
	#copyright {
		font-size: 12px;
	}

	.direction_number {
	
		margin: 0px auto;
		width: 200px;
	}
	
	
}


@media screen and (min-width: 1024px) {
	
	.header_area {
	
		height: 70px;
		display: flex;
		flex-direction: row;
	}
	
	.logo_area {
		
		flex-grow: 2;
	}
	
	.logo {

	width: 266px;
	height: 45px;
	
	}
	
	.contact_us, .contact_us2 {
		
		display: block;
		margin-top: 10px;
		margin-right: 20px;

	}
	
	.main_description_area {

		height: 600px;

	}

	.main_description_bg {

		height: 150px;
		top: 450px;

	}

	.main_description {

		height: 150px;
		top: 300px;
	
	}
	
	.main_description h2 {
	
		font-size: 26px;

	}
	
	.main_description p {
	
		font-size: 16px;
	
	}
}

@media screen and (min-width: 1280px) {
	
	.main_description_area {

		height: 700px;

	}

	.main_description_bg {

		height: 150px;
		top: 550px;

	}

	.main_description {

		height: 150px;
		top: 400px;
	
	}
	
	.main_description h2 {
	
		font-size: 26px;

	}
	
	.main_description p {
	
		font-size: 16px;
	
	}
	
	.nav_menu {
		
		margin: auto auto;
		width: 60%;
		overflow: auto;
		height: auto;
	}
	
	.nav_menu ul li ul{
		
		margin: 0;
		position: absolute;
		width: 15%;
		height: auto;
	}
	
	.center_wrap {
		
		display: grid;
		display: -ms-grid;
	
	}
	
	#history_area {
		
		grid-column: 1 / 2;
		grid-row: 1 / 2;

		-ms-grid-row: 1;
		-ms-grid-column: 1;
		
	}
	
	#vision_area {

		grid-column: 2 / 3;
		grid-row: 1 / 2;

		-ms-grid-row: 1;
		-ms-grid-column: 2;
		
	}
	
	#location {
		
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		
		-ms-grid-row: 2;
		-ms-grid-column: 1;

	}
		
	#map {
		
		grid-column: 2 / 3;
		grid-row: 2 / 3;
		
		-ms-grid-row: 2;
		-ms-grid-column: 2;
		
		width: 100%;
		height: 500px;
		margin: 10px 0px 10px 0px;
	}
	
	.main_title {
		
		width: 97%;
		margin-right: 3%;
		
	}
	
	.direction {
		
		width: 97%;
		margin-right: 3%;
	}

}

@media screen and (min-width: 1440px) {
	

	.main_description_area {

		height: 750px;

	}

	.main_description_bg {

		height: 150px;
		top: 600px;

	}

	.main_description {

		height: 150px;
		top: 450px;
	
	}
	
	.main_description h2 {
	
		font-size: 34px;

	}
	
	.main_description p {
	
		font-size: 18px;
	
	}
	
	.footer {
		height: 120px;
	}
	
	.foot_address ul li {	
		
		font-size: 16px;
		letter-spacing: 0.2em;
	}
	
	#copyright {

		font-size: 14px;
	}
		
	#vision_title {
		border-left: #CCC solid 1px;
	}
}

@media screen and (min-width: 1680px) {
	
	.wrap {
		
		width: 1680px;
		margin: 0 auto;
	}
	
	.main_description_area {

		height: 800px;

	}

	.main_description_bg {

		height: 150px;
		top: 650px;

	}

	.main_description {

		height: 150px;
		top: 500px;
	
	}
	
	.nav_menu ul li ul{
		
		width: 252px;
	}

    .nav_menu ul li ul li {
        
        width: 252px;
    }

}
