.layout-contact {
    margin-bottom: 30px;
    margin-top: 30px;
}

.layout-contact .des_foo {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
}

.layout-contact .des_foo span {
    color: #203a92;
    font-weight: 700
}

.layout-contact .contact {
    margin-bottom: 20px;
    background: #fff
}

.layout-contact .contact h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}

.layout-contact .contact .info-contact {
    padding: 5px;
    border-radius: 0 0 10px 10px
}

.layout-contact .contact .info-contact .description {
    margin-top: 10px
}

.layout-contact .contact .info-contact .group-address {
    margin-top: 10px
}
.group-address .info a,
.group-address .info span{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    display: block;
}
.layout-contact .contact .info-contact .group-address .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px
}

.layout-contact .contact .info-contact .group-address ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.layout-contact .contact .info-contact .group-address ul li {
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .layout-contact .contact .info-contact .group-address ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

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

.layout-contact .contact .info-contact .group-address ul li .icon svg path {
    fill: #289042;
}

@media (min-width: 767px) {
    .layout-contact .contact .info-contact .group-address ul li .info {
        margin-right: 15px
    }
}

.layout-contact .contact .info-contact .group-address ul li b {
    display: block
}

.layout-contact .contact .info-contact .group-address ul li a {
    color: #000
}

.layout-contact .contact .info-contact .group-address ul li a:hover {
    color: #0ea04b
}

.layout-contact .contact .info-contact .group-address .see-store {
    color: #fff;
    background-color: #0ea04b;
    line-height: 38px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px
}

.layout-contact .contact .info-contact .group-address .see-store:hover {
    background-color: #009b50
}

.layout-contact .form-contact {
    background: #fff
}

@media (max-width: 991px) {
    .layout-contact .form-contact {
        margin-bottom: 20px
    }
}

.layout-contact .form-contact .content-form {
    padding: 0px;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

.layout-contact .form-contact h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}

.layout-contact .form-contact .group_contact {
    border-radius: 0 0 10px 10px
}

.layout-contact .form-contact .group_contact input,
.layout-contact .form-contact .group_contact textarea {
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    font-size: 14px;
    border-radius: 8px
}

.layout-contact .form-contact .group_contact input {
    padding: 5px 20px;
    border: 1px solid #e6e6e6
}

.layout-contact .form-contact .group_contact textarea {
    padding: 10px 20px;
    height: 77px;
    border: 1px solid #e6e6e6
}

.layout-contact .form-contact .group_contact .btn-lienhe {
    background: #004295;
    color: #fff;
    border: initial;
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 20px
}

.layout-contact .form-contact .group_contact .btn-lienhe:hover {
    background-color:#ff8806;
    color: #fff
}

#contact_map {
    height: 100%
}

#contact_map iframe {
    width: 100%;
    border-radius: 5px;
    height: 100%
}
.group-address .icon svg{
    height: 18px;
}
#contact_map p{
    height: 100%;
}

@media (max-width: 991px) {
    #contact_map iframe {
        height: 450px
    }
}
