<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    min-height: 100vh;
    height: 100vh;
    height: 100%;
    background: url('../../assert/ok9img/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-family: Roboto;
}

#section-logo {
    width: 100%;
    height: 12%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#section-logo .logo-div {
    width: 100%;
    height: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#section-logo .logo-div img {
    width: auto;
    height: 100%;
}

#section-ambassador {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#section-ambassador .ambassador-div {
    width: 100%;
    max-width: 400px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#section-ambassador .ambassador-div img {
    height: 100%;
    width: auto;
}

#lineCtrl {
    margin: -120px auto 0 auto;
    max-width: 1050px;
    min-height: 241px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}


#lineCtrl .speed-item {
    margin-bottom: 30px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#lineCtrl .speed-item .progress-content {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background: url(../ok9img/navigation/1000004018_v4.png) no-repeat center/100% 100%;
    opacity: 0.95;
}

#lineCtrl .speed-item .progress-content:hover {
    opacity: 1;
}

#lineCtrl .speed-item .progress-content .svg-list-bg {
    position: absolute;
    top: 18px;
    left: 50%;
    width: 96px;
    height: 96px;
    transform: translate3d(-50%, 0, 0);
    border-radius: 50%;
}

#lineCtrl .speed-item .progress-content .svg-list-bg .svg-item {
    display: block;
    position: absolute;
    top: -13px;
    left: 50%;
    transform-origin: center 64px;
    width: 9px;
    height: 14px;
}

#lineCtrl .speed-item .progress-content .big-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 86px;
    height: 101px;
    border-radius: 50%;
}

#lineCtrl .speed-item .progress-content .pointer {
    position: absolute;
    top: 0;
    left: 49px;
    width: 10px;
    height: 12px;
    transform-origin: center 50px;
    background: url(../ok9img/navigation/speed-vector.svg) no-repeat center/100% 100%;
    z-index: 2;
}

#lineCtrl .speed-item .progress-content .circle-p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate3d(-50%, -50%, 0);
    /* background: url(../ok9img/navigation/Ellipse-68_v3.png) no-repeat center/100% 100%; */
}

#lineCtrl .speed-item .progress-content .number {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    margin: auto;
}

#lineCtrl .speed-item .progress-content .number .val {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    line-height: 47px;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto';
    color: #fff;
    top: -15px;
}

#lineCtrl .speed-item .progress-content .number .text {
    position: absolute;
    left: 0;
    bottom: -34px;
    width: 100%;
    font-size: 14.7px;
    font-weight: 700;
    text-align: center;
    line-height: 17px;
    color: #00ff1c;
    display: none;
}

#lineCtrl .speed-item .address {
    width: 158px;
    height: 44px;
    padding: 10px 33px;
}

#lineCtrl .speed-item .address a {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 0px 6px 0px #016730 inset;
    filter: drop-shadow(0px 0px 8px #31A749);
    border-radius: 30px;
    width: 158px;
    height: 44px;
    display: flex;
    text-decoration: none;
    background: rgb(88, 219, 80);
    background: linear-gradient(0deg, rgba(140, 240, 150, 1) 0%, rgba(3, 150, 33, 1) 100%);
    border: 1px solid #46b500;
}

#lineCtrl .speed-item .address a:hover {
    background: linear-gradient(0deg, rgb(7, 167, 23) 0%, rgba(3, 150, 33, 1) 100%);
}

.reload_btn {
    display: flex;
    padding: 8px 20px 8px 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    border: 3px solid var(--Linear, #F9C924);
    background: linear-gradient(3deg, #016730 9.46%, #2E9E44 80.84%, #36A638 117.6%);
    box-shadow: 0px 2px 6px 0px rgba(255, 255, 255, 0.25) inset;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.reload_btn:hover {
    color: #F9C924;
}

#section-footer {
    width: 90%;
    max-width: 918px;
    height: max-content;
    max-height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;

    margin-top: 40px;
}

#section-footer .footer-div {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

#section-footer .footer-div .title {
    width: 100%;
    text-align: center;
    height: 30px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20.465px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#section-footer .footer-div .footer-ambassador {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

#section-footer-mobile {
    display: none;
}

@media screen and (max-width: 1023px) {
    #lineCtrl {
        width: 80%;
        justify-content: space-around;
        min-height: unset;
    }

    #lineCtrl .speed-item:last-child {
        display: none !important;
    }

    /* #lineCtrl .speed-item:nth-child(4) {
        display: none !important;
    } */

    #section-footer .footer-div .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {

    #section-footer {
        display: none;
    }

    #section-checkSpeed {
        margin-top: 15px;
    }

    #section-footer-mobile {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: flex-start;
        /* flex-direction: column; */
        flex-grow: 1;
        padding: 10px;
        box-sizing: border-box;
    }

    #section-footer-mobile .wp-title {
        width: 100%;
        height: 30px;
    }

    #section-footer-mobile .wp-title h2 {
        color: #373737;
        font-family: Roboto;
        font-size: 4vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        width: 100%;
        flex-shrink: 0;
        padding: 0;
        margin: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #section-footer-mobile .wp-footer-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        font-family: Roboto;
        margin-bottom: 10px;
    }

    #section-footer-mobile .wp-footer-content .ambassador-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    #section-footer-mobile .wp-footer-content .ambassador-info h3 {
        color: #373737;
        font-family: Roboto;
        font-size: 15.203px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
    }

    #section-footer-mobile .wp-footer-content .logo-partner {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #section-footer-mobile .wp-footer-content .logo-partner img {
        height: 100%;
        width: auto;
    }

    #section-logo {
        margin-top: 15px;
    }

    #section-ambassador {
        height: 40%;
    }

    #lineCtrl {
        margin-top: -60px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        min-height: unset;
    }

    #lineCtrl .speed-item {
        width: 33%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 150px;
    }

    #lineCtrl .speed-item:last-child {
        display: none !important;
    }

    #lineCtrl .speed-item:nth-child(4) {
        display: none !important;
    }

    #lineCtrl .speed-item .progress-content {
        transform: scale(0.5);
        margin: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    #lineCtrl .speed-item .progress-content .svg-list-bg {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%
    }

    #lineCtrl .speed-item .address {
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 25px;
        width: 83px;
        top: 100px;
    }

    #lineCtrl .speed-item .address a {
        font-size: 12px;
        font-weight: 400;
        height: 25px;
    }

    #lineCtrl .speed-item .progress-content .circle-p {
        width: 56px;
        height: 56px;
    }

    #lineCtrl .speed-item .progress-content .big-circle {
        width: 96px;
        height: 60px;
        border-radius: 50%;
    }

    #lineCtrl .speed-item .progress-content .pointer {
        top: -6px;
        left: 48px;
        width: 10px;
        height: 13px;
        transform-origin: center 34px;
    }

    #lineCtrl .speed-item .progress-content .number .val {
        font-size: 22px;
        line-height: 53px;
    }

    #section-checkSpeed .reload_btn {
        display: flex;
        width: 221px;
        height: 47.845px;
        padding: 6.076px 15.189px 6.076px 18.227px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 7.595px;
        flex-shrink: 0;
        border-radius: 26.581px;
        border: 2.278px solid var(--Linear, #F9C924);
        background: linear-gradient(3deg, #016730 9.46%, #2E9E44 80.84%, #36A638 117.6%);
        box-shadow: 0px 1.519px 4.557px 0px rgba(255, 255, 255, 0.25) inset;
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 13.67px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 150px;
        height: 15.948px;
    }

    #section-checkSpeed .reload_btn .icon-speedtest {
        width: 37.48px;
        height: 23.134px;
        flex-shrink: 0;
    }

    #section-checkSpeed .reload_btn .icon-speedtest svg {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    body {
        background: url('/assert/ok9img/bg_mb.jpg');
        background-size: 100% 100%;
    }

    img {
        width: 100%;
    }

    footer {
        background: unset;
    }

    #footer {
        display: none;
    }

    #footer-mb {
        display: block;
    }

    .footer-mb-wrap {
        width: 100%;
    }

    .tt-ambassador h3 .wp-title {
        font-size: 16px;
        color: #141414;
        font-weight: 700;
        margin: 0px;
    }

    .footer-mb-wrap .wp-title h2 {
        color: #141414;
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .group-ambassador-sp,
    .group-partner-sp {
        display: flex;
        align-items: center;
        padding-bottom: 6px;
        gap: 12px;
    }

    .tt-ambassador,
    .ambassador-sign {
        width: 50%;
        display: flex;
        justify-content: flex-start;
    }

    .ambassador-sign {
        width: 50%;
        height: auto;
    }

    .tt-ambassador h3 {
        font-size: 3.5vw;
        color: #141414;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        line-height: 1.7;
        margin: 0px;
        font-weight: 400;
    }

    .ambassador-sign .logo-sign {
        width: 77%;
        padding-left: 15px;
    }

    .tt-ambassador,
    .ambassador-logo {
        width: 50%;
        display: flex;
    }

    .ambassador-logo .logo-okvip {
        width: 77%;
        height: auto;
    }

    .ambassador-logo {
        width: 23%;
        height: auto;
    }

    .ambassador-logo img {
        width: 9vw;
    }

    .ambassador-logo .logo-okvip img {
        width: 28.5vw;
        height: auto;
        padding-left: 15px;
        border-left: 2px solid #141414;
    }

    .list-multimedia {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        padding: 12px 0px 10px;
        row-gap: 10px;
    }

    /* .group-new-partner .ambassador-logo {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .group-new-partner .footer-logo-partner img {
        width: 12.5vw;
    }

    .group-new-partner .ambassador-logo .logo-okvip img {
        width: 100%;
        padding: 0px;
        border-left: none;
    } */

    .list-multimedia .item-media {
        width: calc(50% - 10px);

        list-style: none;
    }

    .list-multimedia .item-media .title {
        font-size: 3.7vw;
        color: #141414;
        padding-bottom: 15px;
    }

    .media-image {
        width: auto;
    }

    .media-image {
        display: flex;
        gap: 20px;
    }

    .ft-text {
        color: #717171;
        font-family: Roboto;
        line-height: 1.3;
        text-align: justify;
    }

    .ambassador-logo img {
        width: 9vw;
        padding-right: 8px;
    }

    .group-new-partner .ambassador-logo {
        width: 45%;
    }
}

@media screen and (max-width: 425px) {

    .ambassador-logo .logo-okvip img,
    .ambassador-sign .logo-sign {
        padding-left: 7px;
    }

    .group-new-partner .logo-partner img {
        margin-left: 3px;
    }
}</pre></body></html>