.footer {
    margin-top: 100px;
    position: relative;
    background-color: #120f30;
}
/* 
.footer:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: -1px;
    left: 0;
    height: 16px;
    background: #120f30;
    height: 26px;
    -webkit-clip-path: polygon(0 100%, 30% 0, 36% 100%, 100% 0, 100% 100%);
    clip-path: polygon(0 100%, 30% 0, 36% 100%, 100% 0, 100% 100%);
} */

.footer .body_width {
    padding: 6px 0;
    line-height: 36px;
    display: flex;
    gap: 20px;
}

.footer-logo {
    width: 110px;
}

.footer-logo a {
    display: block;
    color: #333;
}

.footer-logo img {
    height: 100%;
    padding: 2px;
}

.footer-title {
    font-size: 15px;
    font-weight: 700;
    line-height: unset;
    color: #fff;
    width: max-content;
    margin-bottom: 0;
}

.footer-nav ul li {
    position: relative;
    display: inline-block;
}

.footer-nav ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.footer-nav ul li:nth-child(n+2) {
    margin-left: 14px;
}

.footer-nav ul li:nth-child(n+2):before {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background-color: #ddd;
    top: 5px;
    left: -9px;
}

.footer-social {
    display: flex;
    gap: 5px;
}

.footer-social-item {
    display: block;
    width: 17px;
    height: auto;
    border-radius: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    /* background-color: #1b2024; */
}

.footer-left.fleft {
    display: flex;
    gap: 8px;
    align-items: center;
}

.footer-right.fright {
    display: flex;
    gap: 6px;
    align-items: center;
}
.user_search {
    line-height: 1.5;
    color: #fff;
    margin-bottom: 10pt;
}
@media only screen and (max-width: 1024px) {

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .footer-logo,
    .footer-title,
    .footer-nav,
    .footer-social {
        width: 100%;
    }

    .footer-logo img {
        margin: 0 auto;
        display: block;
        width: 60%;
    }

    .footer-title {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }

    .footer-nav {
        margin-top: 0;
    }

    .footer-nav ul li:nth-child(n+2):before {
        top: 6px;
    }

    ul#menu-footer-menu {
        text-align: center;
    }

    .footer-social.fleft {
        display: flex;
        justify-content: center;
        margin: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .footer .body_width {
        flex-direction: column;
    }

    .footer-left.fleft {
        flex-direction: column;
    }

    .footer-right.fright {
        flex-direction: column;
    }
}

.banner_site {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.img_banner {
    width: calc(50% - 3px);
}

.list_banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.close_banner {
    position: absolute;
    left: calc(50% - 8px);
    top: -15px;
    background: #ccc;
    width: 15px;
    cursor: pointer;
}

.banner_top {
    margin-top: 20px;
    margin-bottom: -40px;
}

.banner_top .img_banner {
    display: block;
    /* width: 100%; */
    /* padding: 0 15px; */
}

.banner_top .img_banner img {
    width: 100%;
    height: auto;
}


.list_banner_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
}

.list_banner_top .close_banner {
    bottom: -15px;
    top: unset;
}
.img_banner img {
    width: 100%;
    height: auto;
}.box_lh p {
    color: #fff;
    margin: 0;
}

.box_lh a {
    color: #fff;
    padding: 2px 5px;
    font-size: 15px;
}