.full_content_lh {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.lh_left {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.lh_right {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.title_dc_lh {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    color: #1c1c1c;
}

.contact_box {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact_box i {
    border: 1px dashed #0abaff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0abaff;
}

.contact_box a {
    color: #777;
}

.box_lien_he {
    width: 100%;
    float: left;
}

.item_3_lh {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}

.item_lh {
    width: 100%;
    float: left;
}

.item_lh label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}




/*  */

.lien-he-left {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.lien-he-right {
    float: left;
    width: 49%;
}

.lien-he-left iframe {
    width: 100%;
}

.lien-he-left h3,
.lien-he-right h3 {
    color: #018791;
    font-size: 21px;
    margin: 15px 0;
}

.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}

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-radius: 3px;
    border: 1px solid #ddd;
    outline: none;
    height: 40px;
}

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;
    border: 1px solid #ddd;
    outline: none;
    font-family: Helvetica, Arial, sans-serif;
}

input.wpcf7-form-control.wpcf7-submit {
    float: left;
    background: #0abaff;
    color: #fff;
    border: navajowhite;
    padding: 10px 25px;
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.map_lien_he {
    width: 100%;
    float: left;
    position: relative;
    height: 300px;
}

.map_lien_he iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0679a7;
}

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: 768px) {

    .lien-he-right,
    .lien-he-left {
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {

    .item_3_lh {
        flex-wrap: wrap;
    }

}