@charset "utf-8";
/* -------------------------------
contents
------------------------------- */
/* mainVisual */
.l-content .mainVisual {
  width: 950px;
  height: 200px;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  background: url(/contents/info/vietnam_open/images/main_190220.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-content .meritTtl{
	width: 430px;
	margin: 0 auto 20px;
	padding-bottom: 2px;
	border-bottom: #89a5b3 2px solid;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #124B67;
}

.l-content .merit_three{
	width: 390px;
	margin: 0 auto 40px;
}
.l-content .merit_three li{
	float: left;
	width: 176px;
	height: 106px;
	margin-right: 30px;
  background: url(/contents/info/vietnam_open/images/bg_circle.png) no-repeat 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #124B67;
}
.l-content .merit_three li.u-pt50{
	height: 126px;
}

/* contactArea */
.l-content .contactArea{
	color: #666;
}
.l-content .contactArea .ct_box{
	margin: 0 auto 30px;
	padding: 0 0 30px;
	background: #f5f5f5;
	border-top: #eee 5px solid;
}
.l-content .contactArea .ct_List{
	width: 800px;
	margin: 0 auto;
	padding: 0 35px;
	background: #fff;
}

.l-content .contactArea li{
	padding: 25px 0;
}
.l-content .contactArea li.list_hanoi{
	border-bottom: #cccccc 1px dotted;
}

.l-content .h3_contact{
	height: 40px;
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.l-content .h4_contact{
	float: left;
	width: 90px;
	height: 27px;
	margin-right: 24px;
	padding-top: 3px;
	border-right: #cccccc 1px dotted;
	font-size: 15px;
	font-weight: bold;
}
.l-content .list_hanoi .h4_contact{
	height: 27px;
}
.l-content .list_vn .h4_contact{
	width: 160px;
	margin-right: 44px;
}

.l-content .contactArea .contactTable{}
.l-content .contactArea .contactTable .td_name{
	width: 90px;
	font-size: 12px;
	font-weight: bold;
}
.l-content .contactArea .contactTable .td_bg{
	width: 50px;
	height: 30px;
	margin-right: 10px;
	background: #666;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}
.l-content .contactArea .contactTable .td_tel{
	width: 290px;
	padding-left: 20px;
	font-size: 23px;
	font-weight: bold;
	line-height: 23px;
}
.l-content .contactArea .contactTable .td_email{
	font-size: 14px;
}
.l-content .contactArea .contactTable .tr_top{
	border-bottom: #fff 20px solid;
}