.footer-contact {
    display: flex;
}
.footer-contact-item {
    flex: 1;
    position: relative;
}
.format-img {
    padding: 0; 
    height: 100%;
}
.format-img .background-2 {
    vertical-align: middle;
    position: absolute;
}
iframe {
    display: none;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    border: 2px solid #013b72;
    top: 0;
}
.btn-show-map {
    align-items: center;
    position: absolute;
    cursor: pointer;
    right: 1rem;
    bottom: 1rem;
    z-index: 999;
    display: flex;
    gap: 5px;
    /* padding: 0 0 0 5px; */
    border: 2px solid black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.hover-icon {
    display: none;
}
.btn-show-map:hover {
    border: 2px solid rgb(0, 104, 189);
}
.btn-show-map:hover .btn-show-map-icon {
    background: rgb(0, 104, 189);
}
.btn-show-map:hover .main-icon {
    display: none;
}
.btn-show-map:hover .hover-icon {
    display: block;
}
.btn-show-map:hover .btn-show-map-text {
    color: white;
}
.btn-show-map-text {
    display: none;
    font-weight: 600;
    padding: 0 0.5rem;
}
.btn-show-map-icon {
    background: black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 2.5rem;
    width: 3rem;
    justify-content: center;
    display: inherit;
    align-items: center;
}
.format-img-text {
    position: absolute; 
    bottom: 35%; 
    color: #fff; 
    text-align: center; 
    vertical-align: middle; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 0px 10px;
}

.format-img-text h2 {
    font-weight: bold; 
    font-size: 24px; 
    margin-right: 10px;
}
.format-img-text .format-text {
    color: #fff; 
    text-align: center;
}

.footer .container {
    width: 100%; 
    height: 400px; 
    background: #353e45; 
    position: inherit
}
.footer .container-footer {
    display: flex;
    justify-content: space-between;
    padding: 3rem 10rem;
    height: 400px; 
    gap: 5rem;
}
.footer .content-about, .align-service, .format-spc {
    flex: 1;
}
.format-spc li {
    width: 50%;
    float: left;
}
.footer .content-about #icon_1 {
    top: 0; 
    left: -50px; 
    position: absolute; 
    height: 80%; 
    width: auto !important; 
    z-index: 0;
}
.footer #icon_2 {
    background: #353e45;
    vertical-align: middle;
    width: 100%;
}
.footer .content-about p {
    margin-top: 5%; 
    color: #fff; 
    text-align: justify; 
    line-height: 30px; 
    font-size: 14px; 
    line-height: 1.6; 
}

.footer .format-spc h4 {
    padding-top: 7px; 
    color: #30a5c5; 
    font-weight: bold; 
    margin-top: 11px; 
    margin-bottom: 11px; 
    font-size: 18px; 
    font-family: inherit; 
    line-height: 1.1;
}
.footer .format-spc .sp1 {
    list-style: none; 
    background-color: #79A2B8; 
    width: 31%; 
    float: left; 
    margin: 3px; 
    padding: 10px 0px;
}
.container {
    height: auto !important;
}
.container-footer {
    height: auto !important;
}

@media screen and (max-width:991px) {
    .container-footer {
        display: block !important;
        padding: 3rem 6rem !important;
    }
    .footer-contact {
        display: block !important;
    }
    .format-img .background-2 {
        position: inherit;
    }
    .format-spc {
        display: inline-block;
    }
    .content-about, .align-service{
        margin-bottom: 2rem;
    }
    .sp1 {
        width: 20% !important;
    }
    .format-spc li {
        width: 40%;
        float: left;
    }
    #icon_1 {
        width: 80%;
    }
}
@media screen and (max-width:720px) {
    .container-footer {
        padding: 3rem 3rem !important;
    }
    .format-text {
        font-size: 13px;
    }
    .footer-contact {
        display: block !important;
    }
    .format-img .background-2 {
        position: inherit;
    }
    #icon_1 {
        width: 70%;
    }
}
@media screen and (max-width:541px) {
    .container-footer {
        padding: 2rem 2rem !important;
    }
    .content-about, .align-service{
        margin-bottom: 2rem;
    }
    #icon_1 {
        display: none;
    }
    .format-img-text h2 {
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .format-text {
        font-size: 10px;
    }
}
/* @media screen and (max-width:541px) {

} */
