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

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

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

.lien-he-left h3,
.lien-he-right h3 {
    line-height: 1.3636;
    font-size: 27px;
    color: #323232;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-weight: 400;
}

.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 {
    display: block;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #bababa;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #303030;
    box-shadow: none;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-quiz {
    display: block;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #bababa;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #303030;
    box-shadow: none;
    width: 100%;
}

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 {
    display: block;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #bababa;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #303030;
    box-shadow: none;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    float: left;
    color: #dcab28;
    border: 2px solid #dcab28;
    background: #fff;
    display: inline-block;
    font-size: 16px;

    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 50px;
    transition: all .2s;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #dcab28;
    color: #fff
}

div.wpcf7-response-output {
    float: left;
    clear: both;
    margin: 0;
    margin-top: 15px;
}

h3.clear-row {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.content-lienhe {
    float: left;
    margin: 0 0 70px;
    width: 100%;

}

.content-lienhe .lienhe {
    position: relative;
}

.content-lienhe h4 {
    color: #018791;
    margin: 0;
    font-size: 18px;
}

.content-lienhe i {
    display: inline-block;
    font-size: 28px;
    height: 28px;
    left: 0;
    margin: auto;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 28px;
    color: #757575;
    position: absolute;
}

.content-lienhe p {
    color: #8d8d8d;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 40px;
    padding: 0 0 0 50px;
    position: relative;
}
.content-lienhe p a{
    color: #8d8d8d;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
}


.section-header {
    background: #ed69a4;
    padding: 50px 15px;
    text-align: center;
    margin: 0;
    float: left;
    width: 98.1%;
}

@media only screen and (max-width: 768px) {
    .content-lienhe p {
        font-size: 13px;
        margin: 0 0 40px;
        padding: 0px 0 0 31px;
    }

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

    .lien-he-left h3,
    .lien-he-right h3 {
        margin: 0 0 15px;
    }

    .content-lienhe {
        margin: 0;
    }

    .section-header {

        padding: 50px 0px;
        width: 100%;
    }
}