.footer-pc {
    background: #fff;
    font-family: "Times New Roman", sans-serif;
    text-align: center;
    color: #222;
    font-size: 14px;
}

.footer-endorse-head {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.list-dt-ct {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-pc .container {
    display: flex;
    flex-direction: column;
}

    .footer-pc .footer-header {
        margin-bottom: 10px;
        display: flex;
        text-align: left;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0;
        vertical-align: middle;
        text-transform: capitalize;
    }

    .footer-pc .footer-logos {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-pc .partner {
        text-align: center;
        display: flex;
        gap: 10px;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0;
        vertical-align: middle;
    }

    .footer-pc .okvip {
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        padding-left: 136px;
        padding-right: 136px;
    }

    .footer-pc .footer-icons {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
        margin: 15px 0;
    }

        .footer-pc .footer-icons img {
            /*height: 40px;*/
        }

    .footer-pc .icon-part {
        display: flex;
        gap: 43px;
    }

.footer-links {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    gap: 15px;
}

    .footer-links a {
        text-decoration: none;
        color: #333;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }

.footer-pc .footer-copy {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}


/*mobile*/

.footer-mb {
    background: #fff;
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000;
    padding:20px 0;
}

    .footer-mb .container {
        display: flex;
        flex-direction: column;
        gap:10px;
    }

    .footer-mb .footer-section {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-mb .footer-header {
        display: flex;
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
    }

    .partner a {
        width: 50%;
    }

.footer-mb .partner {
    display: flex;
    justify-content: space-around;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}

    .footer-mb .partner-part {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        padding-right: 5px;
        width: 50%;
        line-height: 1.3
    }

    .footer-mb .logo-small {
        margin-right: 6px;
    }

    .footer-mb .logo-okvip {
        padding-left: 8px;
        border-left: thin solid #000;
    }

    .footer-mb .logo-ds {
        padding-left: 8px;
        width: 35vw;
        width: 35vw;
        margin-right: 0px;
        display: flex;
        margin-left: auto;
    }

    .footer-mb .footer-section.group-2 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0px;
    }

        .footer-mb .footer-section.group-2 .footer-part {
            width: 50%
        }

        .footer-mb .footer-section.group-2 .footer-part {
            display: flex;
            flex-direction: column;
            gap:10px;
        }

        .footer-mb .icon-row {
            display: flex;
            justify-content: flex-start;
            gap: 10px;
        }

    .footer-mb .social-row {
        display: flex;
        justify-content: flex-start;
        gap: 20px;
    }

.footer-mb .logo-small {
    width: 40px !important;
}

@media (max-width: 425px) {
    .footer-mb .logo-small {
        width: 9vw !important;
    }

    .footer-mb .logo-okvip {
        width: 35vw;
    }
}

@media (max-width: 374px) {
    .footer-mb .logo-small {
        width: 8vw !important;
    }

    .footer-mb .logo-okvip {
        width: 33vw;
    }

    .footer-mb .icon-row {
        gap: 5px;
    }
}