.layout-contact {
    margin-bottom: 30px;
}
.layout-contact .des_foo {
    margin-bottom: 10px;
}
.layout-contact .contact {
    margin-bottom: 20px;
}
.layout-contact .contact h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 13px;
}
.layout-contact .contact .time_work .item {
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
}
.layout-contact .contact .time_work .item svg {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.layout-contact .contact a {
    color: #fcaf17;
    font-weight: 600;
}
.layout-contact .contact a:hover {
    color: #01567f;
}
.layout-contact .form-contact h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 13px;
}
.layout-contact .form-contact .group_contact input,
.layout-contact .form-contact .group_contact textarea {
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
}
.layout-contact .form-contact .group_contact input {
    padding: 5px 20px;
}
.layout-contact .form-contact .group_contact textarea {
    padding: 10px 20px;
}
.layout-contact .form-contact .group_contact .btn-lienhe {
    background: #01567f;
    color: #fff;
    border: initial;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 5px;
}
.layout-contact .form-contact .group_contact .btn-lienhe:hover {
    background: #fcaf17;
}
@media (max-width: 991px) {
    .form-contact {
        margin-bottom: 30px;
    }
}
#contact_map iframe {
    width: 100% !important;
    height: 450px;
}
