/* FOOTER */
#site-footer {
    color: #FCFDFE;
    background: var(--cl-main);
}
#site-footer:before, #site-footer:after  {
    content: none;
}
.main_footer {
    padding-bottom: 30px;
    justify-content: center;
}
.sub_footer {
    border-top: 1px solid #BFD5EA;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_footer .footer-title {
    font-size: 18px;
    font-family: var(--font-title);
    font-weight: 700;
    margin-bottom: 15px;
}
.footer-inf {
    flex: 0 0 27%;
    max-width: 27%;
    width: 27%;
}
.footer-inf .logo-white {
    display: block;
    width: 50%;
    margin-bottom: 15px;
}
.footer-inf .footer-des {
    font-weight: 400;
    color: #EFF4FA;
    font-style: italic;
    margin-bottom: 20px;
}
.footer-form .footer-title {
    margin-bottom: 5px;
}
.footer-form .des {
    font-size: 14px;
    color: #A6C4E1;
    margin-bottom: 10px;
}
.footer-form br, .job_widget br {
    display: none;
}
.footer-form input {
    width: calc(100% - 95px);
    height: 35px;
    background-color: #EFF4FA;
    padding: 0px 15px 0px 12px;
    color: #8B8D98;
    font-size: 14px;
    border-radius: 8px;
    border: none;
}
.footer-form input[type="email"] {
    color: #000000 !important;
}
.footer-form input:focus {
    outline: none;
}
.footer-form form.wpcf7-form p {
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer-form .wpcf7-not-valid-tip {
    color: var(--cl-yellow);
    font-size: 14px;
    margin-top: 5px;
}
.footer-form .wpcf7-response-output,
.job_widget .wpcf7-response-output {
    background-color: #fff;
    color: red;
    margin: 0 !important;
    font-weight: 700;
    padding: 7px 10px !important;
    border-radius: 3px;
    font-size: 15px;
}
#site-footer form input.wpcf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E5484D;
    padding: 0px 16px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    font-weight: 700;
}
#site-footer form input.wpcf7-submit:hover {
    background-color: #bd2328;
}
.footer-menu {
    flex: 0 0 14.6666%;
    max-width: 14.6666%;
    width: 14.6666%;
}
.footer-menu ul li a {
    color: #EFF4FA;
}
.footer-menu ul li {
    margin-bottom: .5em;
}
.footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer-contact .box {
    background-color: #0E579E;
    border-radius: 8px;
    padding: 24px 30px 32px 30px;
}
.footer-contact .list-contact {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-contact .list-contact li:first-child {
    padding-top: 0;
}
.footer-contact .list-contact li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #266FB6;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.footer-contact .list-contact .item {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.footer-contact .list-contact .item span {
    font-weight: 700;
    color: #FCFCFD;
}
.footer-contact .list-contact .item a {
    color: #EFF4FA;
}
.footer_fanpage iframe, .footer_map iframe {
    width: 100%;
    border-radius: 8px;
}
.footer_map {
    margin-top: 20px;
}
.sub_footer .copyright {
    color: #EFF4FA;
    font-size: 14px;
}
.sub_footer .social ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sub_footer .social ul li {
    margin-bottom: 0;
    margin: 0 8px;
}
.sub_footer .social ul li i {
    color: #FAFBFD;
    font-size: 20px;
}
.sub_footer .social ul li img {
    width: 20px;
    height: 20px;
}
/* END FOOTER */
/* CTA */
#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;
}
/* END CTA */
@media (max-width: 1024px){
    .hotline-phone-ring-wrap {
        bottom: 180px;
    }
    #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 {
        margin: 0;
    }
    #site-footer .main_footer .footer-col {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        margin-bottom: 20px;
    }
    #site-footer .main_footer .footer-menu,
    #site-footer .main_footer .footer-social {
        padding-left: 10px;
    }
    .footer-form form.wpcf7-form p {
        flex-direction: row;
    }
    .footer-form input {
        width: calc(100% - 30px);
    }
    #site-footer .back-top {
        bottom: 30px;
        width: 45px;
        height: 45px;
    }
    .zalo-container.right {
        bottom: 96px;
    }
    .fanpage-container.right {
        bottom: 163px;
    }
    #mes-icon {
        width: 25%;
    }
    .footer-inf .logo-white {
        width: 35%;
    }
}

@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: 9;
        background-color: var(--cl-main);
        left: 0;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #BFD5EA;
    }
    #site-footer .fixed_footer > a {
        display: block;
        color: #fff;
        text-decoration: none;
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    #site-footer .fixed_footer i, #site-footer .fixed_footer span {
        color: #fff;
    }
    #site-footer .fixed_footer i {
        font-size: 20px !important;
    }
    #site-footer .fixed_footer img {
        height: 20px;
        margin: 0;
    }
    #site-footer .fixed_footer a span, #site-footer .fixed_footer .item span {
        font-size: 15px !important;
        line-height: normal;
    }
    #site-footer .fixed_footer .item .text {
        padding-top: 5px;
    }
    #site-footer .fixed_footer .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 25%;
        padding: 10px 5px;
    }
    .fanpage-container.right {
        display: none;
    }
    #site-footer .main_footer .footer-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }
}

@media (max-width: 640px){
    #site-footer .back-top {
        bottom: 85px;
    }
    #site-footer .back-top {
        right: 14px;
    }
    footer#site-footer {
        padding: 40px 0px;
        padding-bottom: 75px;
    }
}