@media (max-width: 1364px) {
    .footer {
        padding: 20px 15px !important;
    }
}

@media (max-width: 767px) {
    .footer .footer-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer .footer-logo img {
        width: 150px !important;
        margin-bottom: 20px;
    }

    .footer .footer-content .list-content {
        border-left: none !important;
        padding-left: 0px !important;
        /* text-align: justify;
        text-align-last: center; */
    }
    .icon {
        text-align: center !important;
    }
    .icon a img {
        width: 55% !important;
    }
}

@media (min-width: 1364px) {
    /* .footer .footer-logo {
        padding-left: 250px;
    } */
}

.footer {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-image: url("../img/bg_img3.png");
    background-size: cover;
    padding: 40px 180px;
}

.footer .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.footer .footer-content .list-content {
    /* padding-left: 30px; */
    /* border-left: solid 1px #000; */
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin-top: 20px;
}

.footer .footer-content .list-content a {
    color: #f8971d;
}

.footer .footer-logo img {
    width: 235px;
    height: 70px;
}

.footer-icon {
    padding: 0 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* text-align: center; */
    list-style: none;
    color: #d0d0d0;
}
.footer-icon a {
    color: #d0d0d0;
}
.footer-icon i {
    width: 20px;
}

.footer-icon li {
    padding: 10px 20px;
}

.icon a img {
    width: 100%;
}
.icon a img.mrtop {
    margin-top: 20px;
}
.line-break-footer {
    display: block;
    width: 80%;
    height: 2px;
    margin: auto;
    border-bottom: solid 2px rgba(85, 85, 85, 0.67);
    margin-bottom: 20px;
}

.end {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #d0d0d0;
}
