/*liĂªn há»‡*/
.full-contact {
    background-image: url(./images/bg_lh.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.head-page-df {
    padding: 120px 0 60px 0;
}

.head-page-df .head-page-content {
    margin: auto;

    text-align: center;

}

.box-wrap {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 16px 0 rgba(13, 31, 56, 0.16);
    overflow: hidden;
}

.lh-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.lien-he-box1 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 311px;
    background-position: top;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.lien-he-box1::before {
    content: "";
    background: linear-gradient(to right, #000, #000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    opacity: .48;
}

.mxh-lienhe a {
    margin-right: 10px;
}

.main-lh-box2 {
    z-index: 1;
    position: relative;
}

.lh-content {
    z-index: 1;
    height: 100%;
    padding: 28px 5px;
    padding-top: 60px;
    padding-bottom: 28px;
}

.lien-he-box2 h2 {
    color: var(--color-12);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

/**/
.form-lienhe {
    padding: 50px 40px 10px;
    border-radius: 20px;
    z-index: 1;
    position: relative;
    border-radius: 30px;
}

.form-lienhe h3 {
    color: #065BB7;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}



.lh-tt .line {
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 15px 10px;
    border-radius: 15px;

}


.lh-social .mxh_box {
    padding-top: 15px;
    border-top: solid 1px rgba(162, 162, 162, 0.5);
}

.lh-tt p {
    flex: 1;
    padding-left: 24px;
    color: var(--color-12);
}

.lh-tt p b {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;

}

.lh-social h2 {
    font-size: 20px;
}

/**/
.form-lienhe input.wpcf7-form-control ,
.form-lienhe select.wpcf7-form-control {
    background-color: #E9F4FF;
}

.form-lienhe .wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}

.form-lienhe .form-select,
.form-lienhe input.wpcf7-form-control,
.form-lienhe select.wpcf7-form-control {

    border: 0;
    padding: 5px 25px;
    border-radius: 10px;
    height: 50px;
}
.form-lienhe select.wpcf7-form-control{
    width:100%
}
.form-lienhe .wpcf7-form-control.wpcf7-textarea {
    background-color: #E9F4FF !important;
    border: 0;
    padding: 25px;
    border-radius: 10px;
    height: 149px;
}

.form-lienhe .wpcf7-form-control.wpcf7-submit {
    border-radius: 50px;
    background: var(--color-12);
    border: 0;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    font-weight: 700;
}

.iframe-map iframe {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
    width: 100%;
    height: auto;
    aspect-ratio: 1280/550;
    border-radius: 20px;
    margin-bottom: -5px;
}

/**/
.lien-he-box2 {
    z-index: 1;
    position: relative;
}

.main-lh-box2 .box-left {

    background: #F1F8FF;
}

.head-page-df {}

.mxh_box ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    margin-left: 0;
}

@media only screen and (min-width: 1024px) {

    .head-page-df .head-page-content {
        max-width: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .full-contact {
        background-size: 200%;
    }

    .head-page-df {
        padding: 60px 0;
    }

    .lien-he-box1 {
        padding: 0 20px;
    }

    .lh-content {
        padding: 20px;
    }

    .lh-content h2 {
        font-size: 22px;
    }

    .lh-tt .icon {
        width: 40px;
        height: 40px;
    }

    .lh-tt .icon img {
        width: 25px;
    }

    .lh-tt p b {
        font-size: 16px;
    }

    .lien-he-box2 h2 {
        font-size: 22px;
    }

    .form-lienhe {
        padding: 20px;
    }
}