@font-face {
	font-family: 'helv';
	src: url('../../font/db_helvethaica_x_li_v3.2-webfont.woff2') format('woff2'), url('../../font/db_helvethaica_x_li_v3.2-webfont.woff') format('woff');
	font-weight: 400;
}
.top-bg-div {
	background-image: url(../../images/top-bg-about.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 230px;
	color: #1f97b0;
	font-size: 4rem;
	padding-top: 95px;
	background-position: right;
}
.top-bg-div.facilities {
	background-image: url(../../images/top-bg-facilities.jpg);
}
.top-bg-div .txt-h {
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	width: auto;
	display: inline-block;
	padding: 1rem;
	padding-left: 0;
}
.about-content h2 {
	color: #1f97b0;
	font-size: 3rem;
	text-align: center;
	margin-top: 2rem;
	font-weight: 400;
}
.about-content h3 {
	color: #1f97b0;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2rem;
}
.txt-blue {
	color: #1f97b0;
	font-size: 1.7rem;
}
.about-content-div {
	margin-bottom: 3rem;
	padding-bottom: 30px;
	padding-left: 16px;
	padding-right: 16px;
	background-image: url(../../images/shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #292929;
	font-weight: 400;
}
.about-content-div-box {
	padding: 4rem;
	background-color: #fff;
}
.fac-img {
	margin: auto;
	display: block;
	width: 80%;
}
.fac-thumb {
	margin: auto;
	display: inline-block;
	width: 25%;
	padding: 10px;
}
.fac-thum-div {
	background-size: 100%;
	display: inline-block;
	width: 24%;
	padding: 10px;
	height: 100px;
	cursor: pointer;
	overflow: hidden;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
.fac-thum-div img {
	width: 100%;
}
.group-inputForm {
	position: relative;
	margin-bottom: 15px;
}
/*.group-inputForm + .group-inputForm { margin-top:10px; }*/

.group-inputForm .col-label, .group-inputForm .col-input {
	float: left;
	display: inline-block;
}
.group-inputForm .col-label {
	padding-right: 10px;
	text-align: right;
	font-size: 20px;
	line-height: 20px;
	padding-top: 10px;
	letter-spacing: 0.5px;
	font-weight: 700;
	width: 190px;
}
.group-inputForm .col-input {
	width: calc( 100% - 190px);
}
.group-inputForm .input-form, .bootstrap-filestyle .form-control, #page-iframe .input-form {
	width: 100%;
	height: 40px;
	border: 1px solid #dfdfdf;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 1px 12px;
	line-height: 40px;
	box-shadow: none !important;
	outline: none !important;
}
.group-inputForm .input-form:focus, #page-iframe .input-form:focus, .block-register-pro .reg-form .input-form:focus, .block-register-pro .reg-form .input-select:focus {
	background-color: rgba(255, 255, 255, 1)!important;
	border: 1px solid #25aec9 !important;
}
.group-inputForm .col-input.has-two-input .input-form {
	width: calc( 50% - 5px);
	float: left;
}
.group-inputForm .col-input .input-form+.input-form {
	margin-left: 10px;
}
.padding-form-confirmPayment {
	padding-right: 30px;
}
.input-form {
	width: 100%;
	height: 40px;
	border: 1px solid #dfdfdf;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 1px 12px;
	line-height: 40px;
	box-shadow: none !important;
	outline: none !important;
}
.star {
	color: #F00;
	padding: 0 5px;
}
.textColor-gold {
	color: #b39964;
}
.textColor-red {
	color: #C00;
}
.textColor-green {
	color: #589814;
}
.btn-gray {
	border: none;
	height: 40px;
	color: #fff;
	outline: none;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.5px;
	padding: 10px 40px;
	background-color: #444444;
	border-radius: 20px;
}
.text-upload {
	text-align: center;
	padding: 20px 0;
	font-size: 1.2rem;
}
.box-upload-slip {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-weight: 500;
	color: #000;
}
.box-upload-slip h2 {
	font-size: 2rem;
	font-weight: 600;
	color: #000;
	margin-top: .5rem;
}
.box-upload-slip h2 span {
	color: #25aec9;
}
.box-upload-slip span {
	color: #25aec9;
}
.box-upload-slip strong {
	font-size: 2rem;
	font-weight: 600;
}
.upload-image-box {
	padding: 2rem 1rem;
	background-color: #f0f0f0;
	border-radius: 5px;
}

@media (max-width: 991px) {
.top-bg-div {
	padding-top: 0px;
	height: 120px;
	font-size: 3rem;
	padding-left: 0;
}
.fac-thum-div {
	width: 49%;
	height: 80px;
}
}

@media (max-width: 768px) {
.about-content-div-box {
	padding: 1.5rem;
}
.group-inputForm .col-label,  .group-inputForm .col-input {
	float: none;
	width: 100%;
	text-align: left;
}
.group-inputForm .col-label {
	font-size: 18px;
}
.group-inputForm .input-form,  .bootstrap-filestyle .form-control,  #page-iframe .input-form,  .group-inputForm textarea.input-form {
	padding: 0 10px !important;
	font-size: 18px;
}
}
