footer {
    background: #fff;//rgba(243,243,243,1);
    padding-top: 60px;
    margin: 0px auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    flex-direction: column;
    position: relative;
}
footer .widget{
    padding: 0 10%;
    width: 100%;
}
footer .widget label{
    white-space: nowrap;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0,0,0,1);
    letter-spacing: 0.3px;
}
footer .menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .menu ul li{
    line-height: 35px;
    font-size: 14px;
}
footer .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    height: 67px;
}
footer .copyright {
    white-space: nowrap;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(145,145,145,1);
    letter-spacing: 0.3px;
}
footer .social {
    line-height: 26px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(145,145,145,1);
    letter-spacing: 0.3px;
}
footer .social a{
    color: inherit;
    padding-right: 0.6rem;
    font-size: 11px;

}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li a{
    color: inherit;
    text-decoration: none;
}
footer .widget_text {
    text-align: left;
    font-family: var(--font);
    font-style: bold;
    font-weight: bold;
    font-size: var(--s20);
    color: rgb(44, 21, 21);
    letter-spacing: 0.5px;
}

.not-active>a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

footer .widget_text_caption {
    line-height: 26px;
    text-align: left;
    font-family: var(--font);
    font-style: normal;
    font-weight: normal;
    font-size: var(--s15);
    color: rgba(27, 27, 27, 1);
    letter-spacing: 0.5px;
}

footer .widget_text_caption div {
    padding-top: 10px;
}

footer .widget_text_caption img {
    width: 26px;
    padding: 5px;
}

footer .widget_nav_menu li {
    float: left;
    padding: 0px 5px;
    margin-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-family: var(--font);
    font-style: normal;
    font-weight: normal;
    font-size: var(--s13);
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.5px;
}

footer .widget_nav_menu a,
footer .widget_nav_menu span {
    color: #fff;
    font-size: var(--s13);
    line-height: 48px;
}

footer .bottom-footer-text {
    height: 50px;
    background: rgba(216, 25, 33, 1);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    margin-top: 35px;
}



/*Ipad ngang(1024 x 768)*/

@media screen and (max-width: 1024px) {
    footer .bottom-footer-text {
        height: auto;
    }
    footer .copyright {
        line-height: 48px;
        font-size: 11px;
    }
    footer .widget_nav_menu li {
        float: left;
        padding: 0px;
    }
    footer .widget_nav_menu a,
    footer .widget_nav_menu span {
        color: #fff;
        font-size: 12px;
        line-height: 48px;
    }
}


/* Mobile */

@media only screen and (max-width: 480px) {
    footer .menu div{
        width: 100%;
    }
    footer .widget_nav_copyright {
        text-align: center;
    }
    /* footer .copyright {
        line-height: 25px;
    } */
    footer .bottom-footer-text {
        height: auto !important;
    }
    footer #menu-footer-quick-links {
        padding: 2px;
    }
    footer .navbar{
        height: auto;
        background: rgba(243,243,243,1);
    }     
    
    footer .social {

        text-align: center;
        width: 100%;
    }

}