.layer-lien-he .section-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 94px);
}
.layer-lien-he .section-1 .background-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #153452;
    opacity: .7;
}
.layer-lien-he .section-1 .wrap-notifi-scroll {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: scrolldown 2s infinite;
}
.layer-lien-he .section-1 .wrap-notifi-scroll .text-scroll {
    transform: rotate(-90deg);
    margin-top: 40px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}
.layer-lien-he .section-1 .wrap-content-video {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
}
.layer-lien-he .section-1 .wrap-content-video .content_in_slider {
    width: 50%;
    color: #fff;
    padding-right: 50px;
}
.layer-lien-he .section-1 .wrap-content-video .content_in_slider a {
    padding: 12px 64px;
    font-size: 20px;
    font-weight: 600;
    background: #D18F26;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.layer-lien-he .section-1 .wrap-content-video .content_in_slider a:hover {
    color: #000;
}
.layer-lien-he .section-1 .wrap-content-video .video {
    width: 50%;
}
.layer-lien-he .section-2 {padding-top: 100px;padding-bottom: 100px;background: #fff}

.layer-lien-he .section-2 .title {
    color: #153452;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.layer-lien-he .section-2 .danh_sach_tru_so_nha_may {
    padding: 0;
    margin: 0;
    list-style: none;
}

.layer-lien-he .section-2 .danh_sach_tru_so_nha_may .ten_tru_so {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.layer-lien-he .section-2 .danh_sach_tru_so_nha_may .wrap-dia-chi-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.layer-lien-he .section-2 .danh_sach_tru_so_nha_may .wrap-dia-chi-link .link_map {
    font-size: 12px;
    color: #000;
}

.layer-lien-he .section-2 .danh_sach_tru_so_nha_may .wrap-dia-chi-link .link_map i {
    color: #D18F26;
    font-size: 13px;
    margin-right: 9px;
}

.layer-lien-he .section-2 .wrap-phone-email {
    margin-bottom: 30px;
}

.layer-lien-he .section-2 .wrap-phone-email a {
    color: #000;
    font-weight: bold;
}

.layer-lien-he .section-2 .wrap-social {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.layer-lien-he .section-2 .wrap-social span {
    font-weight: 600;
    font-size: 14px;
    margin-right: 37px;
}
.layer-lien-he .section-2 .list-social {
    display: flex;
}
.layer-lien-he .section-2 .list-social li a {
    margin-right: 20px;
    color: #000;
    padding: 5px;
}
.layer-lien-he .section-2 .wrap-content {
    padding-left: 50px;
}
.layer-lien-he .section-2 .wrap-form {
    padding-right: 50px;
}
.layer-lien-he .section-2 .wrap-form .wpcf7-text {
    height: 43px;
}
.layer-lien-he .section-2 .wrap-form .wpcf7-text,
.layer-lien-he .section-2 .wrap-form .wpcf7-textarea {
    background: rgba(216,216,216,.23);
    border: 1px solid #F1F2F2;
    font-size: 15px;
    border-radius: 0;
    box-shadow: inset 2px 2px 5px rgb(0 0 0 / 10%);
    color: #000;
}
.layer-lien-he .section-2 .wrap-form .wpcf7-submit {
    font-weight: 600;
    line-height: normal;
    font-size: 20px;
    color: #fff;
    background: #B5573B;
    padding: 16px 91px;
    cursor: pointer;
    margin-top: 14px;
    border: 1px solid #B5573B;
}
.layer-lien-he .section-2 .wrap-form .wrap-field-email-phone > p {
    display: flex;
    flex-wrap: wrap;
}
.layer-lien-he .section-2 .wrap-form .wrap-field-email-phone > p span {
    width: 50%;
}
.layer-lien-he .section-2 .wrap-form .wrap-field-email-phone > p span:first-child {
    padding-right: 15px;
}
.layer-lien-he .section-2 .wrap-form .wrap-field-email-phone > p span:last-child {
    padding-left: 15px;
}