.text-white label img {
	filter: brightness(0) invert(1);
}
/*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;
	min-height: 300px;
}
.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: .5;
}
.main-lh-box1 .title{
	font-size: 40px;
	color: #fff;
}
.main-lh-box1 .btn.btn-button-head {
	border-radius: 32px;
	border: 1px solid #006543;
	background: #006543;
	box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.20);
	color: #fff;
}
/**/

.form-lienhe {
}
.form-lienhe h3 {
	color: #065BB7;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
}

.lh-tt .icon {
	width: 48px;
	height: 48px;
	background-color: #E84115;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.lh-tt .line {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	margin-bottom: 20px;
	border-radius: 20px;
	border: 1px solid rgba(51, 51, 51, 0.08);
}

.lh-tt .line .info {
  flex: 1;
  padding-left: 20px;
}
.lh-tt .line .info label {
  font-weight: 600;
  color: #181818;
  font-size: 20px;
}
.lh-tt p {
	flex: 1;
	color: #333;
	font-size: 16px;
	font-weight: 400;
}
.lh-tt p b {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.lh-mxh a{
	margin-right: 15px;
}
/**/
.form-lienhe input.wpcf7-form-control {
}
.form-lienhe .wpcf7 .wpcf7-form-control-wrap {
	margin-bottom: 20px;
}
.form-lienhe .form-select, .form-lienhe input.wpcf7-form-control {
	background-color: #fff;
	padding: 5px 25px;
	border-radius: 10px;
	height: 50px;
	border: 1px solid #EA8B67;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #FAFAFA;
	box-shadow: 0 2px 3px -1px rgba(80, 14, 18, 0.16);
}
.form-lienhe .wpcf7-form-control.wpcf7-textarea {
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
	height: 149px;
	border: 1px solid #EA8B67;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #FAFAFA;
	box-shadow: 0 2px 3px -1px rgba(80, 14, 18, 0.16);
	margin-bottom: 0;
}
.form-lienhe .wpcf7-form-control.wpcf7-submit {
	border: 0;
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 0 20px;
	border-radius: 60px;
	background: linear-gradient(0deg, #E84115 0%, #E84115 100%);
	width: 200px;
	font-size: 18px;
	float: right;
}
.form-lienhe .wpcf7 button.wpcf7-form-control{
	float: right;
	margin-top: 0;
}
.iframe-map iframe {
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
	width: 100%;
	height: auto;
	aspect-ratio: 1280/600;
	border-radius: 20px;
	margin-bottom: -8px;
}
/**/
.iframe-map {
	border-radius: 20px;
}
.lien-he-box2 {
	z-index: 1;
	position: relative;
}
.lien-he-box2 .wpcf7-form p {
	margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
	.lien-he-box1 {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 767px) {
	.lien-he-box1 {
		padding: 20px 0;
		min-height: 300px;
		background-position: left;
	}

	
/*	*/
	.form-lienhe .form-select, .form-lienhe input.wpcf7-form-control {
		padding: 5px 17px;
		height: 43px;
	}
	.lien-he-box2 .title {
		font-size: 22px;
		line-height: 1.3;
	}
	.lh-tt .line .info label {
		font-size: 18px;
	}
}
@media only screen and (max-width: 640px) {
	.main-lh-box1 .title {
		font-size: 22px;
	}
	.form-lienhe .wpcf7 .wpcf7-form-control-wrap {
		margin-bottom: 10px;
	}
	.iframe-map {
		border-radius: 20px;
		margin: 10px 0 0;
	}
	.iframe-map iframe {
		border-radius: 10px;
		min-height: 250px;
	}
	.lh-tt p {
		font-size: 16px;
	}
	.lien-he-box2 .title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 640px) {
	.lien-he-box2 .title {
	}
	.lien-he-box1 {
		padding: 20px 0;
		min-height: 200px;
		background-position: left;
	}
	.lh-tt .line .info {
		flex: 1;
		padding-left: 10px;
	}
}