#site-footer {
    background-color: #fff;
    color: #777;
    font-size: 14px;
}
#site-footer:before, #site-footer:after  {
    content: none;
}
#site-footer .main_footer {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}
#site-footer .back-top i {
    color: #FFFFFF;
}
.title_footer {
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 700;
}
/* FOOTER */
.time_work {
    margin-top: 10px;
}
.footer-contact .inf_comp .name {
    color: #000;
    font-weight: 700;
}
.mid-contact {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.mid-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #666;
}
.footer-contact .iframe-map iframe {
    width: 100%;
}
.footer-support {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
    gap: 5px;
    font-size: 12px;
}
.menu-support {
    margin-bottom: 30px;
}
.menu-support:last-child {
    margin-bottom: 0;
}
.menu-support ul li a::before {
    content: '-';
    margin-right: 7px;
}
.footer-hotline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer-hotline img {
    width: 30px;
    margin-right: 5px;
}
.footer-hotline span {
    font-size: 18px;
    font-weight: 700;
    color: var(--main_bgr);
}
.footer-support .lists_mail {
    padding-left: 0;
    margin: 7px 0;
    list-style-type: none;
}
.footer-support .lists_mail li:last-child {
    margin-bottom: 0;
}
.footer-zalo {
    display: flex;
    list-style-type: none;
    padding: 15px;
    margin: 0;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background-color: #f5f5f5;
}
.footer-zalo li {
    width: 48%;
    display: flex;
    flex: auto;
}
.footer-zalo li p {
    margin-bottom: 0;
    font-size: 14px;
}
.footer-zalo img {
    width: 35px;
    object-fit: contain;
    margin-right: 8px;
}
.footer-menu ul.menus {
    list-style-type: none;
    padding-left: 0;
}
.footer-payment {
    padding-left: 0;
}
.footer-payment .bct {
    display: flex;
    gap: 0 10px;
    margin: 20px 0;
}
.footer-payment .bct a {
    width: 40%;
}

/* DANH SACH DIA CHI */
.list_address {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.copyright {
    text-align: center;
    padding: 10px;
    font-size: 12px;
}
/* END DANH SACH DIA CHI */

/* end menu-footer */
#site-footer .fixed_footer {
    display: none;
}
.hotline-phone-ring-wrap {
    bottom: 170px;
    right: -5px;
}
#mes-icon {
    bottom: 25px;
    left: -14px;
    width: 230px;
}
.hotline-bar {
    padding-left: 10px;
    width: 185px;
    opacity: 0;
    visibility: hidden;
}
.hotline-phone-ring-wrap:hover .hotline-bar {
    opacity: 1;
    visibility: visible;
}
.zalo-container.right {
    right: 30px;
    bottom: 72px;
}
.fanpage-container.right {
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 9999999;
    right: 30px;
    bottom: 137px;
}
.fanpage-container.right span {
    background: #1182fc;
}
#site-footer .back-top {
    right: 25px;
    bottom: 8px;
    opacity: 1;
    z-index: 100;
}

@media (max-width: 1024px){
    .hotline-phone-ring-wrap {
        bottom: 125px;
    }
    #mes-icon {
        bottom: 0;
        right: 15px;
        width: 19%;
    }
    #site-footer .back-top {
        bottom: 15px;
    }
    .zalo-container.right {
        bottom: 80px;
    }
    .fanpage-container.right {
        bottom: 147px;
    }
}

@media (max-width: 768px){
    #site-footer .main_footer {
        flex-wrap: wrap;
        padding: 0 15px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }
    .footer-zalo {
        margin-top: 10px;
    }
    #site-footer .back-top {
        bottom: 30px;
    }
    .zalo-container.right {
        bottom: 96px;
    }
    .fanpage-container.right {
        bottom: 163px;
    }
    #mes-icon {
        width: 25%;
    }
}

@media (max-width: 650px){
    #site-footer .fixed_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        z-index: 8;
        background-color: var(--main_bgr);
        left: 0;
        bottom: 0;
        width: 100%;
    }
    #site-footer .fixed_footer > a {
        display: block;
        color: #fff;
        text-decoration: none;
        text-align: center;
        padding: 5px 10px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    #site-footer .fixed_footer a i {
        color: #fff;
    }
    .fanpage-container.right {
        display: none;
    }
    #site-footer .main_footer {
        flex-wrap: wrap;
        margin: 0;
        gap: 15px;
    }
    #site-footer .main_footer .footer_col {
        max-width: 100%;
        width: 100%;
    }
    .mid-contact {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 640px){
    #site-footer .main_footer {
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .footer-payment .bct {
        gap: 0 20px;
    }
    #site-footer .back-top {
        bottom: 75px;
    }
    #site-footer .back-top {
        right: 14px;
    }
    footer#site-footer {
        padding: 20px 0px;
        padding-bottom: 60px;
    }
}