.layout-contact {
    padding: 70px 0 80px;
}

.layout-contact .contact {
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 0;
}

.layout-contact .contact h2 {
    color: #d5994e;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.layout-contact .contact .group-address {
    margin-top: 10px;
    color: #fff;
}
.layout-contact .contact .group-address .info h3 {
    font-size: 18px;
    font-weight: 500;
    color: #d5994e;
}

.layout-contact .contact .info-contact .group-address ul {
    list-style: none;
    display: grid;
    gap: 18px 0;
    margin-bottom: 0px;
}

.layout-contact .contact .info-contact .group-address ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.layout-contact .contact .info-contact .group-address ul li .icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5994e;
    border-radius: 50%;
    margin-right: 10px;
    padding: 8px;
}

.contact-block__group {
    margin-bottom: 10px;
    gap: 10px 0;
}

.contact-block__input {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    height: 42px;
    transition: 0.3s;
    text-align: left;
}

textarea.contact-block__input {
    height: 80px;
}

.c-btn-02 {
    border-radius: 0;
    padding: 10px 25px;
    font-size: 16px;
    text-align: center;
    border: solid 1px #d5994e;
    color: #d5994e;
    font-weight: 500;
    text-transform: uppercase;
}

#contact_map iframe {
    height: 485px;
    width: 100%;
    border-radius: 5px;
}
.info-contact {
    margin: 20px 0;
}
.maps {
    
}
.maps iframe {
    width: 100%;
    height: 450px;
}
.form_dangky {
    padding: 20px;
    border-radius: 0;
}
.title_dangky h2 {
    color: #d5994e;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title_dangky p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.layout-contact .contact p {
    font-size: 16px;
}







@media (max-width: 768px) {
    .maps iframe {
        height: 250px;
    }
    #contact_map {
        margin-top: 20px;
    }

    .layout-contact .contact .info-contact .group-address ul {
        grid-template-columns: repeat(1, 1fr);
    }
}