/*liên hệ*/
.lien-he-box1 {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 311px;
	background-position: top;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.lien-he-box1::before {
	content: "";
	background: linear-gradient(to right,#000,#000);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	opacity: .48;
}
.mxh-lienhe a {
	margin-right: 10px;
}
.main-lh-box2 {
	z-index: 1;
	position: relative;
}
.lh-content {
	z-index: 1;
}

.lien-he-box2 h2 {
	color: #18A84E;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 16px;
}
/**/
.form-lienhe {
	padding: 50px 40px 10px;
	border-radius: 20px;
	background: #F6F6F6;
	z-index: 1;
	position: relative;
	border-radius: 30px;
	background: #E5FFEF;
}
.form-lienhe h3 {
	color: #065BB7;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
}

.lh-tt .icon {

}
.lh-tt .line {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	border-radius: 15px;
	padding: 40px 30px;
	border-radius: 15px;
	background: #E5FFEF;
}
.lh-tt p {
  flex: 1;
  padding-left: 24px;
}
.lh-tt p b {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
/**/
.form-lienhe input.wpcf7-form-control {
	background-color: #E9F4FF;
}
.form-lienhe .wpcf7 .wpcf7-form-control-wrap {
	margin-bottom: 20px;
}
.form-lienhe .form-select, 
.form-lienhe input.wpcf7-form-control {
	background-color: #fff;
	border: 0;
	padding: 5px 25px;
	border-radius: 10px;
	height: 50px;
}
.form-lienhe .wpcf7-form-control.wpcf7-textarea {
	background-color: #fff;
	border: 0;
	padding: 25px;
	border-radius: 10px;
	height: 149px;
}
.form-lienhe .wpcf7-form-control.wpcf7-submit {
	border-radius: 10px;
	background-color: #18A84E;
	border: 0;
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 0 20px;
}
.iframe-map iframe {
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
	width: 100%;
	height: auto;
	aspect-ratio: 1280/550;
	border-radius: 20px;
	margin-bottom: -5px;
}
/**/
.lien-he-box2 {
	z-index: 1;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.lien-he-box1 {
		padding: 0 20px;
	}
	.lh-content {
	}
	.lh-content h2 {
		font-size: 22px;
	}
	.lh-tt .icon {
		width: 40px;
		height: 40px;
	}
	.lh-tt .icon img {
	}
	.lh-tt p b {
		font-size: 16px;
	}
	.form-lienhe {
		padding: 20px;
	}
	.lh-tt .line {
		margin-bottom: 20px;
		padding: 20px;
	}
	.lien-he-box2 h2 {
		font-size: 22px;
	}
}