.breadcrumb-hvg-content {
	padding: 30px 0;
}
.breadcrumb-hvg-content i {
	font-size: 13px;
}
/*liên hệ*/
.lien-he-box1 {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 311px;
	background-position: top;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.lien-he-box1::before {
	content: "";
	background: #782DA4;
	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 {
	position: relative;
}
.lh-content {
}
.lien-he-box2 h2 {
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	color: #782DA4;
	font-size: 52px;
}
.lien-he-box2 h2::after {
	content: "";
	background-color: #782DA4;
	width: 20%;
	height: 3px;
	display: block;
	margin: 20px 0;
}
/**/
.form-lienhe {
	padding: 47px 40px;
	border-radius: 20px;
	background: #FAF2FF;
	margin-top: 5px;
	position: relative;
}
.form-lienhe h3 {
	color: #782DA4;

	font-family: "r0c0i-Linotte";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */
	text-transform: uppercase;
}

.lh-tt .icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.lh-tt .line {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 15px;
	border: 0.6px solid rgba(134, 137, 157, 0.45);
	padding: 20px 30px;
}
.lh-tt p {
	flex: 1;
	padding-left: 24px;
	font-size: 28px;
	line-height: 1.1;
}
.lh-tt p b {
  display: block;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}
.lh-tt img {
	width: 65px;
}
/**/
.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: 52px;
}
.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: #E86826;
	border: 0;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	width: auto;
	padding: 0 40px;
}
.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 {
	margin-top: 20px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.breadcrumb-hvg-content {
		padding: 10px 0;
	}
	.breadcrumb-hvg-content i {
		font-size: 10px;
	}
	.lien-he-box2 h2::after {
		margin: 10px 0;
	}
/*	*/
	.lien-he-box2 h2 {
		font-size: 33px;
	}
	.lien-he-box1 {
		padding: 0 20px;
	}
	.lh-content h2 {
		font-size: 32px;
	}
	.lh-tt .icon {
		width: 40px;
		height: 40px;
	}
	.lh-tt p b {
    font-size: 28px;
  }
	.form-lienhe {
		padding: 20px;
	}
	.lh-tt .line {
		padding: 10px 20px;
	}

	.lien-he-box1 {
		min-height: 211px;
	}
	.form-lienhe h3 {
		font-size: 14px;
	}
	.form-lienhe .form-select, .form-lienhe input.wpcf7-form-control {
		height: 40px;
	}
	.form-lienhe .wpcf7 .wpcf7-form-control-wrap {
		margin-bottom: 10px;
	}
	.iframe-map iframe {
		min-height: 300px;
	}
}