.cocau-box1 {
	padding-top: 200px;
	background-size: cover;
}
.cocau-box.cocau-box2 {
	background-size: cover;
}
.item-chungnhan {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.item-chungnhan .banner-chungnhan {
  width: 33.333%;
}
.chungnhan-content {
  flex: 1;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.80);
}
.item-chungnhan .banner-chungnhan img {
  aspect-ratio: 197/258;
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.16);
}
.chungnhan-content .date {
	color: #EAD413;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.chungnhan-content .title {
  font-size: 20px;
}
/*linh vực hoạt động*/
.page-custom-head {
	padding: 200px 0;
	background-size: cover;
	position: relative;
}
.page-custom-head::before {
	content: "";
	background: linear-gradient(180deg, #00407AD6 28.21%, rgba(0, 89, 169, 0.40) 63.51%, #00407A 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-custom-head .container {
	position: relative;
}

.lvht_box2_title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 800;
	text-transform: uppercase;
}
.lvht-box2 {
	background-repeat: no-repeat;
	background-position: top right;
}
.entry-content-duan blockquote,
.lvht-box2 .desc blockquote {
	border-left: 5px solid #F6821F;
	padding-left: 15px;
}

.lvht-box2 .banner{
	position: absolute;
	top: 0;
	right: 0;
}
.lvht-box2 .banner::before{
	content: "";
	background: linear-gradient(270deg, #00407A 0%, rgba(0, 64, 122, 0.00) 49.49%, #00407A 100%), linear-gradient(180deg, #00407A 0%, rgba(0, 64, 122, 0.00) 51.14%, #00407A 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lvht-box.lvht-box2 .container {
	z-index: 2;
	position: relative;
}
/**/
.item-lvht-duan a {
  position: relative;
  display: block;
  overflow: hidden;
}
.item-lvht-duan img {
  aspect-ratio: 620/390;
  object-fit: cover;
  width: 100%;
  display: block;
  transition: .3s all;
}
.item-lvht-duan a:hover img {
	transform: scale(1.05);
}

.item-lvht-duan a:hover .info {
	opacity: 1;
}
.item-lvht-duan .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(0deg, rgba(14, 54, 97, 0.40) 0%, rgba(14, 54, 97, 0.40) 100%);
  padding: 20px;
  opacity: 0;
  transition: .3s all;
}
.item-lvht-duan .info .title {
  color: #fff;
  font-size: 20px;
}
.item-lvht-duan .info .icon{
	position: relative;
	margin-bottom: 20px;
}
.item-lvht-duan .info .icon::before {
	content: "";
	width: 1px;
	height: 0;
	background: #D9D9D9;
	display: block;
  transition: .5s all;
}
.item-lvht-duan .info .icon::after {
	content: "";
	height: 1px;
	width: 0;
	background: #D9D9D9;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
  transition: .5s all;
}
.item-lvht-duan a .info:hover .icon::before{
	height: 63px;
}
.item-lvht-duan a .info:hover .icon::after{
	width: 63px;
}
/**/
.baohanh-custom-head{
	padding: 250px 0 150px;
}
.btn.btn-outline-white {
	border: 1px solid #fff;
}

.item-baohanh-box1 {
	background-size: contain;
	background-position: left center;
	position: relative;
	margin-bottom: 150px;
}
.baohanh-box1 .banner {
  position: absolute;
  right: 0;
  max-width: 60%;
  top: 0;
  z-index: 1;
}
.baohanh-box1 .banner::before {
  content: "";
  background: linear-gradient(270deg, #00407A 0%, rgba(0, 64, 122, 0.00) 49.49%, #00407A 100%), linear-gradient(180deg, #00407A 0%, rgba(0, 64, 122, 0.00) 51.14%, #00407A 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.item-baohanh-box1 .desc ul {
	margin: 20px 0;
	padding: 0;
}
.item-baohanh-box1 .desc li {
	margin-bottom: 16px;
	list-style: none;
}
.item-baohanh-box1 .desc li::before {
	content: "";
	background-image: url('images/checked1.svg');
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-bottom;
}
.item-baohanh-box1.item-baotri-box1 {
	background-position: right center;
	margin: 50px 0;
}
.baohanh-box1 .item-baotri-box1 .banner {
	right: auto;
	left: 0;
}
.baohanh-box1 .row {
	z-index: 2;
	position: relative;
}


.item-quytrinh .icon {
  background-color: #F6821F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
}
.item-quytrinh .icon img {
  aspect-ratio: 1/1;
  max-width: 36px;
  object-fit: contain;
}
.item-quytrinh .icon .num {
  color: #fff;
  background-color: #B45E5E;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 100%;
  font-size: 14px;
  border: 1px solid #fff;
  position: absolute;
  right: -11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-quytrinh .title {
	color: #fff;
	margin: 15px 0 10px;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}
.item-quytrinh {
  color: rgba(255, 255, 255, 0.80);
}

.baohanh-box2{
	background-position: center;
	background-size: cover;
}
.main-baohanhbox2-content .col-item {
	position: relative;
}
.main-baohanhbox2-content .col-item::after {
  content: "";
  background-color: #fff;
  width: 80px;
  height: 1px;
  display: block;
  position: absolute;
  right: -40px;
  top: 18%;
}
.main-baohanhbox2-content .col-item:last-child::after {
	display: none;
}
.baohanh-box2 .text b{
	font-style: italic;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
}
/**/
/**/
.dinhkem-file{
	text-align: center;
}
.dinhkem-file p {
	margin-bottom: 0;
}
.dinhkem-file i {
	color: #FD8A00;
	font-size: 20px;
}
.form-lienhe.form-hop-tac .wpcf7-list-item {
	margin: 0;
	width: 50%;
	margin-top: 5px;
}
.form-lienhe.form-hop-tac .wpcf7-form-control-wrap[data-name="chinh-sach"] .wpcf7-list-item {
	width: 100%;
	text-align: center;
}
.form-lienhe.form-hop-tac .wpcf7-submit{
	width: 158px;
	margin: 0 auto;
	display: block;
	height: 40px;
}

/**/

.wpcf7 label em{
	color: #FF0000;
	font-style: normal;
}
.wpcf7 br {
	display: none;
}
.wpcf7 label {
	font-weight: 400;
	margin-bottom: 16px;
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
input.wpcf7-form-control, 
.wpcf7-form-control.wpcf7-textarea, 
.wpcf7-form-control.wpcf7-text {
	width: 100%;
	padding: 12px 20px;
	line-height: normal;
	color: rgba(0, 0, 0, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 29px;
	border: 1px solid #f5f5f5;
	background: #FFF;
	margin-bottom: 20px;
}
.wpcf7-form-control::placeholder {
	color: rgba(42, 42, 42, 0.48);
	leading-trim: both;
	text-edge: cap;
	font-weight: 400;
	line-height: 20px;
}
.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;
	bottom: -15px;
}
.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-spinner {
	position: absolute;
}

/**/
.wpcf7-form-control:focus {
/*	box-shadow: 0 0 0 .25rem #EA8B6726;*/
	border: 1px solid #F6821F;
}
.wpcf7 button.wpcf7-form-control {
	width: auto;
	border-radius: 60px;
	background: linear-gradient(0deg, #F6821F 0%, #CD586C 100%);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	border: 1px solid #CD586C;
	min-width: 200px;
	border-color: #CD586C;
	padding: 0 24px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.wpcf7 button.wpcf7-form-control::after {
	content: "";
	background-image: url(images/icon-mess.png);
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}

@media only screen and (max-width: 991px) {
	.page-custom-head {
		padding: 150px 0;
	}
	.item-quytrinh {
		margin-bottom: 20px;
	}
	.main-baohanhbox2-content .col-item::after {
		display: none;
	}
	/**/
	.item-baohanh-box1 {
		margin-bottom: 0;
	}
	.item-baohanh-box1.item-baotri-box1 {
		margin: 0;
	}
	/**/
	.baohanh-box1 .banner {
		position: unset;
		max-width: 100%;
		margin-bottom: 20px;
	}	
	/**/
	.lvht_box2_title {
		font-size: 20px;
		line-height: 26px;
		margin-top: 15px;
	}
	.lvht-box2 .banner{
		position: unset;
	}
}
@media only screen and (max-width: 767px) {
	.page-custom-head {
		padding: 100px 0;
		background-size: cover;
		position: relative;
	}
	/**/
	.item-chungnhan .banner-chungnhan img{
		border: 0;
	}
	.chungnhan-content .date {
		font-size: 16px;
	}
	.chungnhan-content {
		padding-left: 15px;
	}
	.chungnhan-content .title {
		font-size: 18px;
  }
}