/*
	Corporate
*/
.corporate{
	padding:60px 0 45px 0;
	min-height: -webkit-calc(100vh - 168px);
	min-height: -moz-calc(100vh - 168px);
	min-height: -ms-calc(100vh - 168px);
	min-height: -o-calc(100vh - 168px);
	min-height: calc(100vh - 168px);
}

.title{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	font-size:35px;
	font-weight:bold;
	line-height:43px;
	background: -webkit-linear-gradient(#0046B0, #19347D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	padding-bottom:25px
}
.sub-title{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:23px;
}
.text-content{
	padding:0 100px;
}
.text-detail{
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	color:#4A4A4A
}

@media only screen and (max-width: 1200px) {
	.text-content,
	.text-detail{
		padding:0 10px;
	}
}
.contact-corp{
	background: -webkit-linear-gradient(#0046B0, #19347D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	padding-bottom:15px
}

.left-contact {
	border-right:1px solid #666;
	
}
.right-contact {
}
@media only screen and (max-width: 767px) {
	.left-contact {
		padding:0px;
		border-right:0px solid #666
	}
}