h3.text_page_lh {
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px;
}

.page_map {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 30%;
    min-height: 250px;
}

.page_map>iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

/* / */

.box_contact_lh {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 15px;
}

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

.item_contact_lh {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon_contact>i {
    font-size: 30px;
}

.icon_contact {
    display: contents;
}

h3.title_text_contact {
    margin: 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: text;
}

.text_contact a {
    color: #3e474b;
}

.content_text_contact {
    font-size: 16px;
}

.text_contact {
    display: block;
}

.text_contact:hover .content_text_contact {
    color: #31a332;
}

h2.title_box_lh {
    margin: 0 0 15px;
    font-weight: 500;
}

/* // */

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

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

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

.item_input_contact label {
    font-size: 16px;
}

.item_input_contact span {
    color: red;
}

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

/* /////////////////////////////////////////////////////// */
.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%;
    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: 5px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    outline: none;
}

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%!important;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    outline: none;
    max-width: 100%;
    height: 100px;
}

input.wpcf7-form-control.wpcf7-submit {
    float: left;
    background: #31a332;
    color: #fff;
    border: navajowhite;
    padding: 7px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.8;
}

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%;
    }

}