.title-tow{
	position: relative;
	overflow: hidden;
}
.title-tow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: #05406d;
	background: -webkit-gradient( linear, left top, left bottom, from(#05406d), to(rgba(5, 64, 109, 0)));
	background: linear-gradient(180deg, #05406d 0%, rgba(5, 64, 109, 0) 100%);
}
.title-tow img{
	max-height: 900px;
	width: 100%;
	object-fit: cover;
	display: block;
	min-height: 300px;
}
.banner__title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.wrap-relative {
	position: relative;
	z-index: 1;
}
.banner__title p {
	padding: 0;
	margin: 15px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
}
.banner__title .wrap-relative::before {
	content: attr(data-title);
	position: absolute;
	bottom: -30px;
	left: -110px;
	right: 0;
	z-index: 0;
	font-size: 150px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.2;
	white-space: nowrap;
	-webkit-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.16));
	pointer-events: none;
	line-height: 1.485;
	overflow: hidden;
}

.full-contact{
	background-size: cover;
	background-position: left bottom;
	padding: 50px 0;
}
.lien-he-left {
    float: left;
    width: 35%;
    margin-right: 2%;
}

.lien-he-right {
    float: left;
    width: 63%;
}

.lien-he-left iframe {
    width: 100%;
}
.wpcf7-form-control-wrap {
    float: left;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

span.wpcf7-form-control-wrap[data-name="your-email"],
span.wpcf7-form-control-wrap[data-name="your-tel"] {
    width: 49%;
    margin-right: 2%;
}
span.wpcf7-form-control-wrap[data-name="your-tel"] {
    margin-right: 0;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 11px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

input.wpcf7-form-control.wpcf7-quiz {
    width: 120px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    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: 11px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

input.wpcf7-form-control.wpcf7-submit {
	float: left;
	background: #daa427;
	color: #fff;
	border: navajowhite;
	padding: 10px 25px;
	border-radius: 3px;
	margin-top: 20px;
	text-transform: uppercase;
	cursor: pointer;
	color: #303030;
}

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 #e1e1e1;
    background-color: #fff;
    padding-top: 10px;
}

.content-lienhe {
    float: left;
    width: 100%;
}

.full-contact h2 {
	font-size: 24px;
	margin: 0 0 30px;
	text-transform: uppercase;
	color: #000;
}
.content-lienhe p {
	position: relative;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 5px 0;
	display: flex;
}
.content-lienhe i {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	border: 1px solid #959595;
	margin-right: 12px;
	position: relative;
	line-height: 33px;
	text-align: center;
}
.content-lienhe p {
    margin-bottom: 0;
    margin-top: 6px;
}
.content-lienhe p span {
	flex: 1;
}
.wrap-divider {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}

.divider {
    float: left;
    width: 60px;
    background: #018791;
    height: 3px;
}

/**/
.item_post .title,
.full-contact h2,
.full-footer h2,
.banner__title p,
.banner__title .wrap-relative::before{
	font-family: 'Oswald';
}

@media only screen and (max-width: 1200px) {
	.banner__title .wrap-relative::before {
		left: -50px;
		font-size: 100px;
		opacity: .1;
	}
	.banner__title p {
		font-size: 52px;
	}
}
@media only screen and (max-width: 990px) {
	.full-contact {
		padding: 20px 0;
	}
	.full-contact h2 {
		font-size: 22px;
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 800px) {
    .content-lienhe p {
        font-size: 14px;
    }
    .title-tow img {
    	min-height: 250px;
    }
    .banner__title p {
    	font-size: 45px;
    }
}
@media only screen and (max-width: 768px) {

    .lien-he-right,
    .lien-he-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .full-contact h2 {
    	font-size: 20px;
    	margin: 0 0 10px;
    }
}
@media only screen and (max-width: 640px) {
    textarea.wpcf7-form-control.wpcf7-textarea,
    .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
        padding: 8px;
        font-size: 14px;
    }
    input.wpcf7-form-control.wpcf7-submit {
        margin-top: 0px; 
    }

    .title-tow img {
    	min-height: 200px;
    }
    .banner__title p {
    	font-size: 35px;
    }
}