footer {
    background-image: url(./../images/footer/bg-ft-images.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 15px 0 5px;
    position: relative;
    font-weight: 400;
}

.dp-pc {
    display: block;
}

#footer-mb {
    display: none;
}

footer .main-wrap {
    position: relative;
    z-index: 2;
}

footer .footer-curve {
    display: none
}


footer .title-partner h2 {
    color: #25ABE0;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.title-partner.fix-pd {
    padding-top: 5px;
}

.footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.group-team {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.group-team-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.group-team-logo .team-partner {
    max-width: 78px;
    width: 100%;
    padding-right: 20px;
}

.group-team-logo .team-partner img {
    width: 100%;
    height: auto
}

.title-partner {
    font-size: 18px;
    color: #25ABE0;
}

/* ambassador */
footer .footer-endorser h2 {
    margin-top: -8px;
    display: inline-block;
}

.group-ambassador {
    display: flex;
    gap: 43px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.group-ambassador img {
    width: 100%;
}

footer .title-ft {
    font-size: 46px;
    text-align: center;
    font-weight: 700;
    padding-top: 7px;
    color: #26A9E0;
}

footer .footer-main {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

footer .footer-main .left {
    width: 45%;
}

footer .footer-main .right {
    width: 45%;
}

footer .footer-main .wp-content-ft .logo-ft {
    margin: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 7px;
}

footer .footer-main .wp-content-ft .logo-ft img {
    width: 100%;
}

footer .footer-main .wp-content-ft .text-ft {
    width: 100%;
    text-align: justify;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 1.5;
}

footer .footer-main .wp-content-ft .text-ft p,
footer .footer-main .wp-content-ft .text-ft span {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
}

.text-readmore {
    display: none;
}

#readmore,
#readless {
    cursor: pointer;
}

footer .copy {
    border-top: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 12px;
    line-height: 60px;
    margin: auto;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    width: 100%
}

footer .footer-intro {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: justify;
}

footer .footer-logo>img {
    display: block;
    height: 70px;
    width: auto;
}

footer .footer-intro span {
    color: #02A9DC;
    cursor: pointer;
    padding: 0 1px;
    text-decoration: underline;
}

footer .footer-main2 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 45px;
    padding-top: 5px;
    margin-top: -20px;
}

footer .footer-main2 .team-partner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}

footer .footer-main2 .item-icon-ft {
    width: auto;
    height: auto;
    max-height: 40px;
    overflow: hidden;
    transition: all 0.4s;
}

footer .footer-main2 .item-icon-ft img {
    width: auto;
    height: 40px;
    transition: all 0.4s;
}

footer .footer-main2 .item-icon-ft img:last-child {
    display: block;
}

footer .footer-main2 .item-icon-ft:hover img:first-child {
    display: block;
}

footer .footer-main2 .item-icon-ft:hover img:last-child {
    display: block;
}

footer .footer-main2 .left,
footer .footer-main2 .right {
    display: flex;
    justify-content: space-between;
    max-width: 45%;
    width: 100%;
    gap: 10px;
}

footer .footer-main-middle .left {
    display: flex;
    flex-direction: column;
    max-width: 620px;
    width: 100%;
}

footer .footer-main-middle .right {
    width: 100%;
    max-width: 620px;
}

footer .footer-link {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 15px;
    text-align: center;
}

footer .footer-link a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    padding: 0px;
    line-height: 1.3;
    width: auto;
    font-weight: 400;
}

footer .footer-link .hr {
    background: #ffffff;
    display: block;
    height: 18px;
    width: 1px;
}

.footer-copy {
    background: linear-gradient(to bottom, #d80000, #9a0000);
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Roboto';
}

footer .footer-okvip {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.height-line {
    font-weight: 500;
}

.w-17 {
    width: 17%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

@media screen and (max-width: 1200px) {

    footer .footer-main,
    footer .footer-main-middle {
        gap: 40px;
    }

    .group-team-logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    footer .title-partner h2 {
        font-size: 22px;
    }

    footer .footer-main2 .item-icon-ft img {
        height: 30px;
    }

    footer .footer-main2 {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 1024px) {

    footer .footer-main,
    footer .footer-main-middle {
        gap: 30px;
    }

    footer .footer-main .right {
        width: 45%;
    }

    .group-ambassador {
        gap: 25px;
    }

    footer .footer-main .left {
        width: 45%;
    }

    footer .footer-main .wp-content-ft .text-ft {
        font-size: 16px;
    }

    footer .footer-main .wp-content-ft .logo-ft {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    footer .footer-link a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 990px) {
    .title-partner {
        font-size: 14px;
    }

    .group-team-logo .team-partner {
        max-width: 43px;
    }

    footer .footer-link a {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    footer {
        background: unset;
    }

    #footer,
    .dp-pc {
        display: none !important;
    }

    #footer-mb {
        display: block;
        background-image: url(./../images/footer/bg-ft-hi.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 100%;
    }

    #footer-mb .container {
        padding: 0px 0px;
    }

    .footer-mb-wrap .wp-title h2 {
        color: #25ABE0;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 5px;
    }

    .download-taiapp {
        display: flex;
        gap: 10px;
        align-items: center;
        padding-bottom: 15px;
        background-image: url(./../images/footer/bg-ft-ds.png);
        background-position: left 2px;
        background-size: 48% 80%;
        background-repeat: no-repeat;
        padding: 0px 10px;
    }

    .download-taiapp .wp-img-ds,
    .download-taiapp .download-app {
        width: 50%;
    }

    .download-taiapp .wp-img-ds img {
        width: 85%;
        margin: auto;
        display: flex;
    }

    .download-taiapp .btn-link-ft {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        padding-top: 3px;
        padding-bottom: 10px;
    }

    .download-taiapp .wp-title {
        width: 70%;
        margin: auto;
    }

    .download-taiapp .wp-title img {
        width: 100%;
    }

    .download-taiapp .btn-icon {
        width: 30px;
    }

    .download-taiapp .wp-title-link {
        font-size: 2.7vw;
        background: linear-gradient(to bottom, #d80000, #9a0000);
        padding: 5px 2px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        width: 90%;
    }

    .download-taiapp .wp-title-link span {
        color: #fff;
    }

    .group-ambassador-sp,
    .group-partner-sp {
        display: flex;
        align-items: center;
        padding-bottom: 8px;
        gap: 20px;
    }

    .group-ambassador-show {
        height: 0px;
        opacity: 0;
        padding-bottom: 0px;
        transition: height 1s, opacity 0.6s;
    }

    .group-ambassador-show.active {
        height: auto;
        opacity: 1;
        padding-bottom: 8px;
        transition: height 1s, opacity 0.6s;
    }

    .btn-ft-more {
        border: 1px solid #25ABE0;
        padding: 5px 20px 2px;
        width: 100px;
        text-align: center;
        border-radius: 20px;
        margin: auto;
        margin-top: 3px;
        margin-bottom: 15px;
    }

    .btn-ft-more img {
        width: 15px;
        transition: 1s;
    }

    .btn-ft-more.active img {
        transform: rotate(180deg);
        transition: 1s;
    }

    .list-multimedia {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        text-align: center;
        column-gap: 20px;
        display: none;
        padding: 20px;
        /* display: flex;
        gap: 20px;
        flex-wrap: wrap;
        padding: 10px 10px;
        row-gap: 10px;
        list-style: none;
        margin-top: 0px; */
    }

    .list-multimedia .item-media {
        width: calc(50% - 10px);
    }

    .list-multimedia .item-media .title {
        font-size: 3vw;
        color: #ffffff;
        padding-bottom: 5px;
        font-weight: 400;
    }

    .media-image {
        width: 80%;
        display: flex;
        gap: 20px;
    }

    .media-image img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}