﻿/* Footer */
.footer-logo img {
    width: 90%;
}

footer {
    background-color: #303442;
    padding-top: 1em;
}

.footer-row1 {
    flex-direction: column;
}

.description1 {
    font-weight: 100;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: #bbb9b9;
    margin-bottom: 0px;
}

.color-span {
    color: #FFD94F;
    text-decoration: underline;
}

.footer-logo p {
    font-size: 22px;
    color: #878EA6 !important;
    margin-top: 10px;
    text-align: justify;
    line-height: 1.5;
}

.footer-sponsor h3 {
    font-size: 24px;
    color: #0053E0;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-sponsor p {
    font-size: 22px;
    color: #878EA6;
}


.item-icon img {
    height: 50px;
}

.img-chu-ky {
    height: 85px;
}

.img-chu-ky:hover,
.okvip-pc:hover,
.item-icon:hover {
    opacity: 0.7;
}

.okvip-mobie,
.footer-protect-mobie,
.footer-social-mobie {
    display: none;
}

.okvip-pc {
    height: 70px;
}

.img-protect {
    height: 57px;
}

.img-protect:hover {
    opacity: 0.7;
}

.footer-sponsor-mobie {
    display: none;
}

.list-link-footer a {
    font-size: 15px;
    color: #878EA6;
    text-align: center;
    margin-bottom: 20px;
}

.copyright {
    text-align: center;
    font-size: 16px;
    color: #878EA6;
    padding: 0px 0 15px;
}

.see-more,
.see-scope {
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}

.img-ds {
    height: fit-content;
    max-width: 630px;
    width: 100%;
    align-items: start;
}

.hr {
    height: 20px;
    width: 2px;
    background: #878EA6 !important;
}

.footer-social {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #3e4044;
}

.footer-social a {
    width: auto;
    height: 40px;
    transition: all 0.4s;
}

.footer-social a img {
    width: 100%;
    height: 100%;
}

.ft-logo-f8 {
    max-width: 240px;
    width: 100%;
    height: auto;
}

.height-line {
    cursor: pointer;
}

.text-readmore {
    display: none;
}

.copyright,
.list-link-footer a {
    color: #878EA6 !important;
}

@media screen and (max-width: 1599px) {
    /* Footer */

    .img-protect {
        height: 49px;
    }

    .list-link-footer a {
        font-size: 18px;
    }

    .footer-logo p,
    .footer-sponsor p {
        font-size: 20px;
    }

    .footer-sponsor h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1399px) {

    /* Footer */
    .item-icon img {
        height: 45px;
    }

    .okvip-pc {
        height: 55px;
    }

    .img-protect {
        height: 42px;
    }

    .footer-sponsor h3 {
        font-size: 20px;
    }

    .footer-logo p,
    .footer-sponsor p {
        font-size: 18px;
    }

    .list-link-footer a {
        font-size: 15px;
    }

    .ft-logo-f8 {
        max-width: 200px;
    }

    .description1 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 1199px) {
    /* Footer */

    .img-protect {
        height: 34px;
    }

    .okvip-pc {
        height: 50px;
    }

    .item-icon img {
        height: 23px;
    }

    .footer-logo p,
    .footer-sponsor p {
        font-size: 16px;
    }

    .link-item {
        /* width: 33%; */
        margin-bottom: 10px;
    }

    .copyright {
        font-size: 16px;
    }

    .ft-logo-f8 {
        max-width: 150px;
    }

    .footer-social a {
        height: 35px;
    }

    .description1 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px !important;
    }

    .hr {
        height: 16px;
        width: 1px;
    }

    .list-link-footer a {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    /* Footer */

    .footer-logo p {
        font-size: 16px;
        line-height: 1.4;
    }

    .img-protect {
        height: 26px;
    }

    .okvip-pc {
        height: 37px;
    }

    .img-ds {
        align-items: end;
    }

    .footer-sponsor h3 {
        font-size: 18px;
    }

    .footer-sponsor p {
        font-size: 16px;
    }

    .img-chu-ky {
        height: 49px;
    }

    .copyright {
        font-size: 16px;
    }


    .list-link-footer a {
        font-size: 10px;
    }

    .link-item {
        margin-bottom: 0px;
    }

    .footer-social a {
        height: 25px;
    }

    .description1 {
        font-size: 12px;
        line-height: 17px;
    }
}

@media screen and (max-width: 767px) {

    /* Footer */
    .pd-custom {
        padding-left: 40px;
    }

    footer {
        background: url(../footer_images/bg_mb.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 0;
    }

    .footer-logo,
    .footer-logo-sponsor,
    .okvip-pc,
    .footer-social {
        display: none;
    }

    .footer-sponsor p {
        color: #0053E0;
    }

    .footer-protect-mobie,
    .okvip-mobie,
    .footer-sponsor-mobie,
    .footer-social-mobie {
        display: block;
        margin-left: 1em;
    }

    .footer-sponsor-mobie {
        margin-top: -0.5rem !important;
    }

    .okvip-mobie {
        height: 55px;
    }

    .img-chu-ky {
        height: 38px;
    }

    .footer-sponsor h3 {
        font-size: 20px;
    }

    .footer-sponsor p {
        font-size: 18px;
    }

    .img-icon-baove {
        height: 60px;
    }

    .img-icon-giayphep {
        height: 65px;
    }

    .title-icon {
        font-size: 20px;
        color: #0053E0;
    }

    .title-ds {
        font-size: 20px;
        color: #0053E0;
        margin-bottom: 10px;
    }

    .list-mxh {
        column-gap: 12%;
    }

    .link-footer {
        display: none;
    }

    .copyright {
        display: none;
    }
}

@media screen and (max-width: 575px) {

    /* Footer */
    .pd-custom {
        padding-left: 3%;
    }

    .footer-sponsor h3,
    .title-icon {
        font-size: 15px;
    }

    .footer-sponsor p {
        font-size: 16px;
    }

    .img-chu-ky {
        margin-right: 0;
    }

    .img-center {
        text-align: center !important;
    }

    .img-icon-giayphep {
        height: 60px;
    }

    .img-icon-baove {
        height: 55px;
    }

    .list-mxh {
        column-gap: 10%;
    }

    .copyright {
        font-size: 14px;
        padding: 14px 0;
    }
}

@media screen and (max-width: 475px) {

    /* Footer */
    .pd-custom {
        padding-left: 2%;
    }

    .img-icon-giayphep {
        height: 50px;
        width: auto;
    }

    .okvip-mobie {
        height: 45px;
    }

    .footer-sponsor h3,
    .title-icon {
        font-size: 16px;
    }

    .img-chu-ky {
        height: 40px;
        width: auto;
    }

    .img-icon-baove {
        height: 50px;
        width: auto;
    }

}

@media screen and (max-width: 375px) {

    /* Footer */
    .pd-custom {
        padding-left: 2%;
    }

    .footer-sponsor h3,
    .title-icon {
        font-size: 14px;
    }

    .footer-sponsor p {
        font-size: 14px;
    }

    .okvip-mobie {
        height: 40px;
    }

    .img-chu-ky {
        height: 40px;
        width: auto;
    }

    .img-icon {
        height: 42px;
    }

    .list-link-footer a {
        font-size: 14px;
    }

    .img-icon-baove {
        height: 50px;
        width: auto;
    }

    .img-icon-giayphep {
        height: 40px;
        width: auto;
    }

    .footer-sponsor h3,
    .title-icon {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 320px) {

    /* Footer */
    .pd-custom {
        padding-left: 1%;
    }

    .footer-sponsor h3,
    .title-icon {
        font-size: 12px;
    }

    .footer-sponsor p {
        font-size: 12px;
    }

    .okvip-mobie {
        height: 35px;
    }

    .img-chu-ky {
        height: 40px;
    }

    .img-icon-giayphep {
        height: 38px;
    }

    .img-icon-baove {
        height: 47px;
    }

    .img-icon {
        height: 35px;
    }

    .copyright {
        font-size: 12px;
    }
}