footer#footer {
    background-color: #404A4F;
}
footer#footer .footer-1, .footer-2 {
    background: unset;
}
footer#footer .except-footer {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
}
footer#footer .title-footer h4{
    position: relative;
    width: fit-content;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 36px;
}
footer#footer .title-footer h4:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    z-index: 1;
    bottom: -18px;
    left: 0;
    background-color: var(--color-line);
}
footer#footer .footer-nhungpage {
    width: 100%;
    margin-top: 15px;
}
footer#footer .title-footer.title-footer-mg {
    margin-top: 30px;
}
footer#footer .menufooter .ux-menu-link.flex.menu-item{
    color: var(--color-white);
}
footer#footer .section-footer {
    padding: 40px 0px 0px;
}
footer#footer .block_widget {
    margin-bottom: 0;
}
footer#footer .after-footer {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-white);
    padding: 23px 0;
    border-top: 1px solid var(--color-line);
}
footer#footer .absolute-footer {
    display: none;
}
footer#footer .ux-menu-link--active .ux-menu-link__link, .ux-menu-link:hover .ux-menu-link__link {
    color: var(--color-hover) !important;
}
footer#footer .logofooter  img {
    width: 300px !important;
}
footer#footer .footer-col2 {
    padding-left: 60px;
}
footer#footer .footer-col3 {
    padding-left: 35px;
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
footer#footer .section-footer {
    padding: 20px 0px 0px;
}
footer#footer .section-footer .row-full-width {
    margin: 0 !important;
}
.logofooter .img-inner.dark {
    text-align: center;
}
footer#footer .except-footer {
    text-align: center;
}
footer#footer .title-footer h4 {
    width: 100%;
    color: var(--color-hover);
    text-align: center;
    margin-top: 36px;
    margin-bottom: 0;
}
footer#footer .title-footer h4:after {
    top: -18px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}
footer#footer .footer-col2 {
    padding-left: 15px;
}
footer#footer .menufooter  .ux-menu-link__link {
    display: flex;
    justify-content: center;
}
footer#footer .footer-col3 {
    padding-left: 15px;
}
footer#footer .after-footer {
    text-align: center;
}
}