footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 50px 0;
    width: 100%;
    min-height: 450px;
    background: #052e1b url(../images/web-footer-new2024-bg.jpg) no-repeat center top;
    background-size: cover;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.ft-top {
    display: flex;
    justify-content: space-between;
}
.ft-top > div {
    position: relative;
    flex-basis: 25%;
    color: #d0f3e0;
    font-size: 14px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    justify-content: flex-start;
}
.ft-top > div:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 160px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ft-top .ft-top-one {
    display: flex;
    align-items: center;
}
.ft-logo img {
    display: block;
    height: 60px;
    margin: 0 auto;
}

.ft-top > div h4 {
    font-size: 14px;
    color: #fff172;
    margin-bottom: 15px;
}
.ft-top > div a {
    color: #d0f3e0;
    text-decoration: none;
}
.ft-infomation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ft-infomation a {
    flex-basis: 50%;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 10px;
}
.ft-banks-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ft-banks-logo a {
    font-size: 18px;
    margin-right: 10px;
}
.ft-top-three a.more-banks {
    display: block;
    font-size: 14px;
    text-decoration: underline;
    margin: 15px 0;
    text-align: left;
}
.ft-banks-logo .icon-VietinBank {
    font-size: 26px;
}
.ft-trust {
    font-size: 30px;
}
.ft-sponsor {
    margin-bottom: 60px;
}

.ft-sponsor img {
    height: 60px;
    margin-right: 10px;
}
.icon-pagcor-logo {
    font-size: 22px;
}
.league-logos {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.league-logos a {
    margin-right: 25px;
}
.league-logos a img {
    height: 50px;
}
@media (max-width: 1600px) {
    footer {
        background: #052e1b url(../images/web-footer-new2024-bg-sm.jpg) no-repeat center top;
        background-size: cover;
    }
}
@media (max-width: 767px) {
    footer {
        padding: 30px 0;
    }
    .footer-container {
        padding: 0 15px;
    }
    .ft-top {
        flex-direction: column;
        align-items: center;
    }
    .ft-top > div {
        flex-basis: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .ft-top > div:not(:first-child):before {
        display: none;
    }
    .ft-infomation a {
        text-align: center;
    }
    .ft-banks-logo {
        justify-content: center;
    }
    .ft-banks-logo a {
        font-size: 18px;
        margin-right: 5px;
        flex-basis: 100%;
    }
    .ft-top-three a.more-banks {
        text-align: center;
    }
    .league-logos {
        flex-wrap: wrap;
    }
    .league-logos a {
        margin-bottom: 15px;
    }
}
