.contact-wrap{
	background-color: #f4f4f4;
}
.lh-box1 {
	position: relative;
	min-height: 410px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.lh-form-wrap::before,
.lh-box1::before {
	content: "";
	background-color: rgba(45, 45, 45, 0.69);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	display: block;
}
.main-lhbox1 {
	position: relative;
	z-index: 2;
	max-width: 83%;
	margin: 0 auto;
	color: #fff;
}
.main-lhbox1 h1 {
	color: #fff;
	font-size: 50px;
}
.main-lhbox1 p{
	font-size: 18px;
}

.lhbox2-item {
	text-align: center;
	background-color: #fff;
	padding: 10px;
	margin: 0 5px;
}
.lhbox2-item img{
	width: 60px;
	object-fit: cover;
}
.lhbox2-item h2,
.lhbox2-item h3{
	margin-top: 10px;
}
.lhbox2-item a{
	background-color: #b20000;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

.main-lhbox2 {
	position: relative;
	padding: 0 20px;
	margin-top: -85px;
	margin-bottom: 40px;
}
.lien-he-form {
	position: relative;
	padding: 0 35px 40px;
}
.lh-form-wrap{
	position: relative;
	padding: 30px 0;
	background-size: cover;
}
.main-formlh {
	max-width: 78%;
	margin: 0 auto;
	display: flex;
	background-color: #ececed;
	z-index: 1;
	position: relative;
}
.main-formlh > div {
	width: 78%;
	margin: 0 auto 20px;
}

.contact-form-lh {
	display: flex;
	align-items: center;
}
.contact-form-lh b {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 2px;
	opacity: .1;
	background-color: currentColor;
}
.contact-form-lh span{
	margin: 0 15px;
	color: #155a78;
	font-weight: normal;
	font-size: 29px;
	text-transform: uppercase;
}

.wpcf7-form-control-wrap {
	display: block;
    margin-bottom: 15px;
}

span.wpcf7-form-control-wrap.your-email,
span.wpcf7-form-control-wrap.your-tel {
    margin-right: 0;
}

.wpcf7-form br {
    display: none;
}
.wpcf7-form-control.wpcf7-radio {
	width: 100%;
	text-align: center;
	display: block;
	color: #000;
}
.wpcf7-form-control.wpcf7-select {
	width: 100%;
	background-color: #fff;
	color: #333;
	font-size: 14px;
}
.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

input.wpcf7-form-control.wpcf7-quiz {
    width: 120px;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 5px;
}

span.wpcf7-form-control-wrap.quiz {
    width: 100%;
    margin: 0;
}

span.wpcf7-form-control-wrap.your-message {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #d10404;
    color: #fff;
    border: navajowhite;
    padding: 9px 12px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f37022;
}

div.wpcf7-response-output {
    float: left;
    clear: both;
    margin: 0;
    margin-top: 15px;
}

h3.clear-row {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.content-lienhe {
    float: left;
    width: 100%;
}

.content-lienhe h4 {
    color: #018791;
    margin: 0;
    font-size: 18px;
}

.content-lienhe .fa:before {
    width: 25px;
    float: left;
    color: #f7941d;
    font-size: 16px;
}

.content-lienhe p {
    margin-bottom: 0;
    margin-top: 6px;
}

.wrap-divider {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.divider {
    float: left;
    width: 60px;
    background: #018791;
    height: 3px;
}

@media only screen and (max-width: 990px) {
	.main-lhbox1 h1 {
		font-size: 40px;
	}
	.lh-box1{
		min-height: auto;
		padding: 40px 0;
	}
	.main-lhbox1 p {
		font-size: 16px;
	}
	.main-lhbox2 {
		padding: 0 10px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.lhbox2-item img {
		width: 50px;
	}
	.lhbox2-item h2, .lhbox2-item h3 {
		font-size: 18px;
	}
	.lhbox2-item a {
		font-size: 14px;
	}
	.main-lhbox2 {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.contact-form-lh span {
		font-size: 25px;
	}
}
@media only screen and (max-width: 810px) {
	.main-lhbox1 h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.main-lhbox1 h1 {
		font-size: 25px;
	}
	.lien-he-form {
		padding: 0 10px 10px;
	}
	.contact-form-lh span {
		font-size: 22px;
	}
	.lhbox2-item h2, .lhbox2-item h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.main-formlh {
		max-width: 95%;
	}
}
@media only screen and (max-width: 480px) {
	.main-lhbox2 .col-mb {
		width: 100%;
	}
	.contact-form-lh span {
		font-size: 20px;
	}
}