.ft-tt {
  color:rgba(255,255,255,.8)
}
.ft-tt .line {
  display:flex;
  align-items:flex-start;
  margin-bottom:20px
}
.ft-tt .line {
  display:flex
}
.ft-tt .line img {
  width:24px;
  height:24px;
  object-fit:contain;
  margin-right:10px
}
.wpcf7 label em{
	color: #FF0000;
	font-style: normal;
}
.wpcf7 br {
/*	display: none;*/
}
.wpcf7 label {
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin-top: 8px;
}
input.wpcf7-form-control, 
.wpcf7-form-control.wpcf7-textarea, 
.wpcf7-form-control.wpcf7-text {
	border: 0;
	font-size: 14px;
	width: 100%;
	padding: 13px 20px;
	line-height: normal;
	color: rgba(0, 0, 0, 0.60);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 12px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), linear-gradient(180deg, rgba(109, 186, 255, 0.48) 0%, rgba(255, 255, 255, 0.00) 76.05%);
	box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.06) inset;
}
.lh_form_code .wpcf7-form-control.wpcf7-textarea{
	height: 48px;
}
input.wpcf7-form-control,
.wpcf7-form-control.wpcf7-text{
	width: 100%;
}
.wpcf7-form textarea{
	max-height: 120px;
}
.wpcf7-form textarea:focus-visible {
/*	outline: unset;*/
}
.lh_form_code textarea:hover,
.lh_form_code textarea:focus,
.lh_form_code input:hover,
.lh_form_code input:focus{
	background-color: #fff;
/*	border-color: #E05523 !important;*/
}
.lh_form_code .wpcf7-form-control.wpcf7-text{
}
.wpcf7-not-valid-tip {
	position: absolute;
}
.wpcf7-form-control.wpcf7-textarea::placeholder, 
.wpcf7-form-control::placeholder {
  opacity: 1;
}
.wpcf7-form-control.wpcf7-textarea:focus::placeholder, 
.wpcf7-form-control:focus::placeholder {
  color: transparent;
}


.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	background: #F8D41C;
	color: #000;
	display: block;
	padding: 6px 12px;
	height: 48px;
	border: 0;
	font-size: 16px;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 700;
}
/**/
.btn-hvg {
	border-radius: 12px;
	background: #FAD200;
	box-shadow: 2px 4px 8px 0px rgba(141, 118, 2, 0.16);
	border: 0;
	color: #0763B6;
	padding: 10px 20px;
	font-weight: 600;
}
/**/
.about-box23 > img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.about-box2{
	position: relative;
	z-index: 2;
}
.item-nam {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-nam label {
  color: #04345F;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.item-nam .desc {
	text-align: center;
	border: 1px solid aliceblue;
	box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.16);
	padding: 17px;
	border: 1px solid #0763B6;
	border-radius: 15px;
	margin-bottom: 25px;
	background-color: #fff;
	margin-top: 50px;
	position: relative;
}
.item-nam .desc::before {
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	display: block;
	border: 1px solid #0763B6;
	background-color: #fff;
	top: -9px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.item-nam .desc::after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #444;
	display: block;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}

.about-box2 .swiper-container::before {
	content: "";
	width: 100%;
	border-top: 1px dashed #000;
	display: block;
	top: 119px;
	position: absolute;
}

div.sw-button{
	background-color: #FAD200;
}
.about-box2  div.sw-button{
	top: 119px;
}
/**/
.item-ud img {
	max-width: 68px;
	object-fit: contain;
	aspect-ratio: 1/1;
}
.item-ud h3 {
	color: #178EF6;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 12px;
}
/**/
.about_box4_banner img{
	aspect-ratio: 433/600;
	width: 100%;
	object-fit: cover;
}
.tamnhin-sumenh-wrap{
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	height: 100%;
}
.item-abbox4 {
	flex: 1;
	padding: 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.94);
}
.item-abbox4-head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.item-abbox4-head h3{
	color: #178EF6;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
	margin-left: 10px;
	margin-bottom: 0;
}
.item-abbox4::before{
	content: "";
	background: rgba(255, 255, 255, 0.90);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: -1;
}
.tamnhin-sumenh-wrap .item-abbox4 + .item-abbox4::before {
	background-color: #054984;
}
.tamnhin-sumenh-wrap .item-abbox4+.item-abbox4 h3,
.tamnhin-sumenh-wrap .item-abbox4+.item-abbox4 p,
.tamnhin-sumenh-wrap .item-abbox4+.item-abbox4{
	color: #fff;
}
.item-abbox4 .desc {
	font-size: 16px;
}
.about-box34{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 9.07%, rgba(182, 219, 252, 0.14) 54.99%, #FFF 86.59%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}
/**/
.main-form-donghanh .col-lg-7::before {
	content: "";
	border-radius: 521.928px;
	background: linear-gradient(180deg, rgba(109, 186, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 76.05%);
	aspect-ratio: 1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 460px;
}
/*liên hệ*/
.lien-he-box1 {
	background-size: contain;
	background-repeat: no-repeat;
}
.main-lh-box1 {
	border-radius: 24px;
	background: #FFF;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.12);
	padding: 20px;
	font-size: 16px;
}
.mxh-lienhe a {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 100%;
	font-size: 14px;
	color: #ec5c15;
	margin-right: 20px;
}

.lh-content {
	padding: 40px;
	border-radius: 10px;
	background-color: #ec5c15;
	color: #fff;
	z-index: 1;
	height: 100%;
}
.lh-content img{
	z-index: -1;
}
.lh-content h2 {
  color: #fff;
  font-size: 28px;
}
.ft-tt b {
  color: #fff;
}
.form-lienhe .wpcf7-form-control {
	border: 0;
	box-shadow: none;
	background: no-repeat;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.40);
	border-radius: 0 !important;
	font-size: 16px;
}
.form-lienhe label{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.form-lienhe .wpcf7 br {
	display: none;
} 
.form-lienhe .wpcf7 .wpcf7-form-control-wrap {
	margin-bottom: 20px;
}
.form-lienhe .wpcf7-form-control.wpcf7-submit {
	border-radius: 16px;
	border-right: 2px solid #ec5c15;
	border-bottom: 3px solid #ec5c15;
	background: linear-gradient(83deg, #ec5c15 40.65%, #ec5c15 98.36%);
	box-shadow: 0px 1px 12px 0px rgba(15, 90, 159, 0.16);
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 0 40px;
	float: right;
	border-radius: 10px !important;
}
.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;
}


/**/
/**/
.modal-hvg .modal-content {
	padding: 20px 25px;
	border-radius: 20px;
}
.modal-hvg h3 {
	color: #ec5c15;
	font-size: 30px;
}
.modal-hvg input.wpcf7-form-control, 
.modal-hvg .wpcf7-form-control.wpcf7-text {
	background-color: transparent;
	border-radius: 12px;
	border: 1px solid #C0C0C0;
}
.modal-hvg input.wpcf7-form-control.wpcf7-submit{
	background-color: #ec5c15;
	border-radius: 40px;
	color: #fff;
}
.wpcf7-spinner {
	position: absolute;
}
@media only screen and (max-width: 767px) {
	.item-ud h3 {
		font-size: 16px;
		margin-top: 12px;
	}
	.item-abbox4 {
		padding: 20px;
	}
	.item-abbox4-head img {
		width: 30px;
	}
	.item-abbox4-head {
		margin-bottom: 9px;
	}
	.item-abbox4-head h3 {
		font-size: 22px;
		line-height: 38px;
	}
	.item-abbox4 .desc {
		font-size: 14px;
	}
	.wpcf7-form-control.wpcf7-submit {
		padding: 6px 12px;
		height: 40px;
		font-size: 14px;
	}
	input.wpcf7-form-control, .wpcf7-form-control.wpcf7-textarea, .wpcf7-form-control.wpcf7-text {
		font-size: 14px;
		padding: 8px 15px;
		border-radius: 8px;
	}
/**/
	.lh-content {
		padding: 10px 10px 0;
	}
	.lh-content h2 {
		font-size: 20px;
	}
	.main-lh-box1 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.lh-content{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 640px) {
	.main-lh-box1 {
		border-radius: 12px;
		padding: 15px;
	}
}