/* corporate */
#corporate section.bg-lg{
	padding-bottom: 0;
}

#corporate h1{
	margin: 80px 0 50px;
}
table{
	color: #000;
	line-height: 1.8;
	margin-bottom: 100px;
}
table th{
	width: 12%;
	font-weight: normal;
	vertical-align: top;
}
table th,
table td{
	padding: 15px 10px;
}
table td.slash{
	vertical-align: top;
	padding: 15px 10px;
}
.ggmap {
	position: relative;
	padding-bottom:30%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:991px) {
	table th,
	table td{
		font-size: 15px;
	}
}

@media screen and (max-width:768px) {
	#corporate h1{
		margin: 30px 0 20px;
	}
	table{
		background: rgba(255 ,255 ,255 ,0.1);
		width: 100%;
		margin-bottom: 60px;
	}
	table th,
	table td{
		display: block;
		width: 100%;
		padding: 5px 10px;
		font-size: 14px;
	}
	table th{
		border-top: solid 1px rgba(0 ,0,0,0.3);
		border-bottom: dotted 1px rgba(0 ,0,0,0.3);
		font-weight: bold;
		color:rgba(0 ,0,0,0.5);;
	}
	table td.slash{
		display: none;
	}
	.ggmap {
		height: 300px;
	}
	#corporate section#contact{
		padding-bottom: 20px
	}

}
