.page-heading {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-heading img {
	display: block;
	width: 100%;
	/*min-height: 320px;*/
	object-fit: cover;
}
.page-heading svg,
.page-heading path{
	width: 100%;
}
.main-head {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  margin-bottom: 20px;
}
.main-head h1 {
	color: #fff;
	font-size: 32px;
	font-weight: ;
}

.hd-title {
	text-align: center;
	padding: 55px 0;
}
.hd-title .icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	object-fit: contain;
}
.hd-title .title{
	position: relative;
	margin-bottom: 0;
	display: inline-block;
	color: #0E2D45;
	font-size: 32px;
}
.hd-title .icon-left {
	left: -180px;
}
.hd-title .icon-right {
	right: -180px;
}
.hd-box3 .icon-right,
.hd-box2 .icon-left{
	max-width: 180px;
}
.hd-box2 .icon-right{
	width: 89px;
	right: -89px;
}
/**/

.hd-banner {
	position: relative;
  max-width: 1064px;
  margin: 0 auto;
  background-color: #FBE9CE;
  padding: 20px;
  margin-bottom: 40px;
}
.hd-banner,
.hd-banner *{
  border-radius: 12px
    
}
.hd-banner-radius {
  background-color: #FFF6DF;
  padding: 20px;
}
.hd-banner-radius img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.hd-content{
	max-width: 886px;
	margin: 0 auto;
}
.hd-banner .icon {
	position: absolute;
	top: -50px;
	left: -50px;
	max-width: 160px;
	object-fit: cover;
}
/**/
.row-title.center {
	text-align: center;
}
.row-title {
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
}
.row-title .title {
    color: rgb(8, 83, 142);
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0 16px;
}
.row-title p {
	color: rgba(38, 38, 38, 0.90);
}
.row-title img {
    width: 40px;
    display: none;
}
/*lien hệ*/
.form-input label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.form-input label em{
	color: #F00;
}
.form-input{
	position: relative;
	margin-bottom: 32px;
}
.form-input:last-child{
	margin-bottom: 0;
}
.form-input input{
	background: #F8F0DD;
	border: 1px solid #F8F0DD;
	border-radius: 8px;
	padding: 20px;
	padding-left: 20px;
	height: 48px;
	width: 100%;
}
.form-input i {
	position: absolute;
	left: 0;
	width: 48px;
	text-align: center;
	color: #6C6C6C;
	bottom: 17px;
	font-style: normal;
	z-index: 1;
	border-right: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-input i:focus::placeholder{
  color: transparent;
}
.form-input input::placeholder{
		color: rgba(0, 0, 0, 0.50);
}
.form-input textarea:hover,
.form-input textarea:focus,
.form-input input:hover,
.form-input input:focus{
	/*border-color: #00ADEF;*/
}
.form-input:hover i {
	border-color: #00ADEF;
}
.lh-form-right,
.lh-form-right iframe {
	width: 100%;
	height: 100%;
}
.form-input-btn {
	margin-top: 30px;
	text-align: center;
}
.contact-form .btn-style img {
	margin-left: 12px;
}

/**/
.title-liner {
	text-align: center;
	margin-bottom: 60px;
}
.title-liner h2{
	position: relative;
	color: #fff;
	display: inline-block;
	margin-bottom:0;
}
.title-liner h2 span{
	z-index: 3;
	position: relative;
	padding: 0 40px;
}
.title-liner h2::before {
	transform: skew(-20deg);
	background-image: linear-gradient(166deg, #DB3A33 0%, #E07B37 100%);
	filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.12));	
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	left: 0;
}
.title-liner h2::after {
	transform: skew(20deg);	
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	left: 0;
	background-image: linear-gradient(166deg, #DB3A33 0%, #E07B37 100%);
	filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.12));
}
/*pop up*/
@keyframes opac{from{opacity:0} to{opacity:1}}
.ndkw-popup {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    -webkit-overflow-scrolling: touch;
    outline: none;
    transition: opacity 0.15s linear;
    /*opacity: 0;*/
    visibility: hidden;
    background: #00000096;
    padding: 5% 0;
}
.ndkw-popup.active {
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
   animation: opac .5s;
}
.ndkw-popup.active .overlay {
   width: 100%;
   height: 100%;
}
.overlay {
  background-color: rgba(34, 34, 34, 0);
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
   width: 0;
   height: 0;

}
.main-popup {
	max-width: 850px;
	padding: 40px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFAF6;
}
.popup-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.btn-times.close-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #939598;
	color: #fff;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	cursor: pointer;
}
.popup-head h2{
	color: #E07B37;
	font-size: 32px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
.popup-content {
	text-align: center;
	margin-bottom: 50px;
}
.popup-form label{
	display: block;
	margin-bottom: 16px;
}
.popup-form input {
	background: #F6F2EB;
	border: 1px solid rgba(5, 5, 5, 0.04);
	border-radius: 8px;
	padding:0 20px;
	font-style: italic;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
	height: 48px;
	margin-bottom: 20px;
	width: 100%;
}
.popup-form textarea:focus-visible {
	border-color: #E07B37;
	outline: unset;
}
.popup-form textarea:hover,
.popup-form textarea:focus,
.popup-form input:hover,
.popup-form input:focus{
	background-color: #FCFAF6;
	border-color: #E05523 !important;
}
.popup-form textarea:focus::placeholder, 
.popup-form input:focus::placeholder {
  color: transparent;
}
.col-btn{
	text-align: center;
}
/**/
.main-sw{
	position: relative;
}
@media only screen and (min-width: 1300px) {
	.main-sw .swiper-button-next{
		right: -20px;
	}
	.main-sw .swiper-button-prev{
		left: -20px;
	}
}
div.swiper-button-next, div.swiper-button-prev {
	background-color: transparent;
	color: #2472B0;
	width: 32px;
	height: 32px;
	line-height: 28px;
	position: absolute;
	top: 50%;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	left: 0;
	cursor: pointer;
	font-size: 20px;
	font-family: fontawesome;
	/* border-radius: 10px; */
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	 padding-right: 5px; 
	border: 2px solid #2472B0;
	background-image: none;
	border-radius: 100%;
	/*transform: translateY(-50%);*/
}
div.swiper-button-next {
    right: 0;
    left: auto;
    padding: 0;
    padding-left: 5px;
}
div.swiper-button-prev::before {
    content: "\f104";
}
div.swiper-button-next::before {
    content: "\f105";
}
div.swiper-button-next:hover,
div.swiper-button-prev:hover{
	background-color: #2472B0;
	color: #fff;
}


@media only screen and (max-width: 990px) {
	.row-title {
		margin-bottom: 20px;
	}
	.row-title .title {
		font-size: 26px;
		margin-top: 10px;
	}
	.form-input-btn {
		margin-top: 20px;
	}
	button.btn-style {
		padding: 15px 20px;
	}
	.form-input-btn .btn-style img {
		width: 12px;
	}
	/**/
	.hd-title .title {
		font-size: 26px;
	}
	.hd-title {
		padding: 40px 0;
	}
	.hd-box3 .icon-right, .hd-box2 .icon-left {
		max-width: 140px;
	}
}
@media only screen and (max-width: 900px) {
	.form-input {
		margin-bottom: 15px;
	}
	.form-input input{
		height: 40px;
	}
}
@media only screen and (max-width: 810px) {
	.hd-banner,
	.hd-banner-radius {
		padding: 10px;
	}
	.hd-banner{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.lh-form .col-mb {
		width: 100%;
	}
	.form-input-btn {
		margin-bottom: 20px;
	}
	.lh-form .col-mb:nth-last-child(2){
		order: 4;
	}
	.form-input {
		margin-bottom: 15px;
	}
	/**/
	.hd-title {
		padding: 20px 0;
	}

}
@media only screen and (max-width: 640px) {
	.lh-box1.lh-box {
		padding: 20px 0;
	}
	.row-title .title {
		font-size: 20px;
	}
	.hd-title .title {
		font-size: 22px;
	}
	.hd-box3 .icon-right, .hd-box2 .icon-left {
		max-width: 80px;
	}
}
@media only screen and (max-width: 480px) {

}