.title-tow {
	position: relative;
	overflow: hidden;
}
.title-tow img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 180px;
}
.breadcrumb-title {
	padding: 0 15px;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 40px;
	top: 0;
	pointer-events: none;
	left: 0;
	color: white;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}
.breadcrumb-title p{
	font-size: 30px;
	font-family: Roboto Condensed,sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}
.breadcrumb-content {
	font-family: Roboto Condensed,sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #a3a3a3;
	background: none;
	margin: 0;
	padding: 10px 0;
}
.breadcrumb-content a{
	color: #203f71;
	font-weight: bold;
}

.full-contact {
	background-color: #f3f3f3;
}
.lien-he-map{
	padding-bottom: 60px;
}
.lh-form{
	background: #dfdfdf;
	padding: 60px 0 90px;
}
.head-title,
.contact-form-lh h2 {
	color: #203f71;
	font-family: Roboto Condensed,sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
	margin-top: 0;
}
.head-title::after,
.contact-form-lh h2::after {
	content: "";
	position: absolute;
	margin-left: -25px;
	left: 50%;
	bottom: 0;
	width: 50px;
	border-bottom: 3px solid #ca373c;
}
.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-wrap input.wpcf7-form-control.wpcf7-text {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #ced4da;
}

input.wpcf7-form-control.wpcf7-quiz {
    width: 120px;
	border: 1px solid #ced4da;
    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: 1px solid #ced4da;
}

input.wpcf7-form-control.wpcf7-submit {
	background: #203f71;
	color: #fff;
	min-width: 130px;
	padding: 10px 30px;
}

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;
}
.contact-form-lh input.wpcf7-form-control.wpcf7-submit {
	background: #203f71;
	color: #fff;
	min-width: 130px;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Roboto Condensed,sans-serif;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	position: relative;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	display: block;
}

.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: 768px) {
	.breadcrumb-content {
		padding: 5px 0;
	}
	.lien-he-map {
		padding-bottom: 20px;
	}
	.head-title, .contact-form-lh h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.lh-form {
		padding: 30px 0;
	}
}
@media only screen and (max-width: 640px) {
	.contact-form-lh .col-mb{
		width: 100%;
	}
	/**/
	.title-tow img {
		min-height: 130px;
	}
	.breadcrumb-title p {
		font-size: 22px;
	}
}