html {
    font-size: 14px;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(184deg, rgb(255 255 255) 0%, rgb(255 255 255) 49%, rgb(255 255 255) 100%);
    background-image: url(./../img/78win/bg-webapp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0px;
    padding-top: 0px;
    object-fit: cover;
}

.dp-pc {
    display: block;
}

.dp-sp {
    display: none;
}

.copyright {
    margin: 10px 0;
    color: #1f1f1f;
}

.section-top {
    padding-top: 0rem;
}

.section {
    padding-bottom: 40px;
}

.margin-top {
    margin-top: 40px !important;
}

.title-top {
    width: 100%;
    margin: auto;
    text-align: center;
}

.title-top img {
    width: 70%;
}

.title-top h3 {
    font-family: Roboto;
    text-align: center;
    font-size: 58px;
    font-weight: 700;
    background: linear-gradient(0deg, rgba(54, 166, 56, 1) 0%, rgba(70, 208, 72, 1) 50%, rgba(78, 232, 81, 1) 100%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-top .css-3d-text {
    font-size: 54px;
    color: #ffc107;
    font-family: Arial Black, Gadget, sans-serif;
    text-shadow: 0px 0px 0 rgb(235, 173, 0), 0px 1px 0 rgb(224, 162, 0), 0px 2px 0 rgb(212, 150, 0), 0px 3px 0 rgb(201, 139, 0), 0px 4px 0 rgb(189, 127, 0), 0px 5px 0 rgb(177, 115, 0), 0px 6px 5px rgba(0, 0, 0, 0.42), 0px 6px 1px rgba(0, 0, 0, 0.5), 0px 0px 5px rgba(0, 0, 0, .2);
}

.logotext {
    margin: 15px auto 15px;
    width: 80%;
    text-align: center;
}

.logotext img {
    width: 100%;
}

.support-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 3%;
}

.support-content .support-btn-right {
    width: 70%;
}

.support-content .support-btn-left {
    width: 30%;
}

.support-btn-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 10px 0px 0px 0px;
    align-items: center;
}

.support-btn-right .support-box {
    background-image: url(../img/78win/bg_v2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    padding-bottom: 15px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: calc(25% - 5px);
    row-gap: 5px;
}

.support-btn-right .support-box:hover {
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
}

.support-btn-right .support-box .thumbnail {
    width: 44%;
    height: auto;
}

.support-btn-right .support-box .thumbnail img {
    width: 100%;
    height: auto;
}

.support-btn-right .support-box .title-top {
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 5px;
    width: 100%;
    color: #1974E6;
}

.support-btn-right .support-box .title-bottom {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px;
    padding-top: 0px;
}

.support-btn-right .support-box:hover .title-top,
.support-btn-right .support-box .title-bottom {
    color: #1974E6;
}

.support-btn-left .sub-title {
    font-weight: 700;
    color: #1974E6;
    font-size: 16px;
    padding-bottom: 8px;
    text-align: center;
}

.support-btn-left .sub-title.bg {
    background-image: url(./../img/78win/bg_title.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
}

.support-btn-left .list-btn-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 25PX;
    padding: 20px 35px 25px 35px;
    border-radius: 20px;
    background: linear-gradient(180deg,
            hsl(212deg 100% 95%) 0%,
            hsl(212deg 100% 94%) 11%,
            hsl(213deg 100% 94%) 22%,
            hsl(213deg 100% 93%) 33%,
            hsl(213deg 100% 92%) 44%,
            hsl(213deg 100% 92%) 56%,
            hsl(213deg 100% 91%) 67%,
            hsl(213deg 100% 91%) 78%,
            hsl(213deg 100% 90%) 89%,
            hsl(213deg 100% 89%) 100%);
    box-shadow: 3px 5.7px 5.7px 0px #00000040;
}

.support-btn-left .list-btn-box .link-support {
    max-width: 100px;
    width: 100%;
    max-height: 150px;
    height: 100%;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    padding-bottom: 30px;
    cursor: pointer;
}

.support-btn-left .list-btn-box .link-support .sub-title {
    position: absolute;
    top: 85px;
    z-index: 1;
    left: auto;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    color: #1974E6;
    font-weight: 700;
    padding: 2px 5px;
    width: 90px;
}

/* Gray Scale */
.support-btn-left .list-btn-box .link-support img{
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    width: 75px;
}

/* Link Redirect */

.title-link-redirect {
    font-size: 35px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.title-link-redirect::before {
    content: "";
    background-image: url(../img/new88/line-left.html);
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 9;
    width: 23%;
    height: 10px;
}

.title-link-redirect::after {
    content: "";
    background-image: url(../img/new88/line-right.html);
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 25px;
    right: 0px;
    z-index: 9;
    width: 23%;
    height: 10px;
}

.list-link-accept {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    column-gap: 100px;
    padding-bottom: 20px;
}

.list-link-accept a {
    width: 100%;
    background-color: #fff;
    color: #252B38;
    margin-top: 10px;
    text-align: center;
    border-radius: 20px;
    padding: 8px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: auto;
    border: 1px solid #FFAD01;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.list-link-accept a:hover {
    color: #fff;
}

.highlight {
    color: #0A0E3A;
    font-size: 26px;
    font-weight: 700;
}

.btn-redirect {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
    gap: 5px;
    padding: 8px;
    position: absolute;
    top: 0px;
    right: 2px;
    width: auto;
}

.btn-redirect a {
    margin: 0px 4px;
    background: #202020;
    border: 1px solid #FFAD01;
    border-radius: 14px;
    padding: 1px;
    width: 100px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #FFAD01;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background 1s;
    padding: 1px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.logo-ok9 {
    width: 100%;
    max-width: 270px;
    width: 100%;
    top: 0;
    z-index: 1;
    text-align: center;
    margin: 20px auto 5px;
}

.logo-ok9 img {
    width: 100%;
}

.title-text {
    background-color: white;
    padding: 10px 20px;
    border-radius: 15px;
    border: 3px solid #9ccaa1;
    animation: 4s infinite glow;
    font-weight: 700;
    font-size: 16px;
    color: #332e2a;
}

@keyframes glow {
    0% {
        border-color: #1F6E8C;
    }

    25% {
        border-color: #1C82AD;
    }

    75% {
        border-color: #2E8A99;
    }

    100% {
        border-color: #1F6E8C;
    }
}

@-webkit-keyframes glow {
    0% {
        border-color: #9ccaa1;
    }

    25% {
        border-color: #3a9643;
    }

    75% {
        border-color: #097c15;
    }

    100% {
        border-color: #9ccaa1;
    }
}

.social-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    padding: 20px 50px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: rgb(16, 122, 190);
    background: linear-gradient(184deg, rgba(16, 122, 190, 0.3) 0%, rgba(84, 159, 207, 0.5) 49%, rgba(5, 117, 189, 0.3) 100%);
}

.link-support {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.link-support:hover {
    transform: scale(1.1);
}

.support-area {
    margin: 30px auto;
    width: 95%;
    order: 4;
}

.support-item {
    padding: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.support-item:hover {
    transform: scale(1.1);
}

.support-item img:hover {
    box-shadow: 0px 5px 10px 0px rgba(71, 43, 43, 0.75);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(71, 43, 43, 0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(71, 43, 43, 0.75);
}

.list-redirect {
    gap: 25px;
    margin-bottom: 25px;
}

.des-speed {
    cursor: pointer;
    border: 1px solid #1974E6;
    background-color: white;
    width: 360px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #1974E6;
}

.des-speed:hover {
    background-color: #1974E6;
    color: #FFF;
}

footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0px;
    padding-top: 0px;
    object-fit: cover;
}

.footer-left {
    color: #1974E6;
    text-align: center;
}

.footer-right h3 {
    color: #1974E6;
    padding: 40px 0;
    font-weight: 700;
    height: 120px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.footer-left img {
    max-height: 100px;
    max-width: 100%;
    margin-bottom: 20px;
}

.footer-right a {
    color: #1974E6;
    line-height: 2;
}

.footer-right a:hover {
    text-decoration: underline;
    transition: ease-in 1s;
}

.footer_session {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

.myFooter {
    margin-top: 50px;
}

.myFooter:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    border-top: 1px solid #bdbdbd;
    width: 90%;
    transform: translateX(-50%);
}

.see-more,
.see-scope {
    display: inline-block;
    cursor: pointer;
    font-style: italic;
}

@media screen and (max-width: 1200px) {
    header {
        height: 125px;
    }

    .support-btn-left .list-btn-box .link-support img {
        max-width: 80px;
    }

    .wp-header .thumbnail {
        max-width: 170px;
        width: 100%;
        height: auto;
        padding: 12px 0px;
    }

    .support-btn-left .sub-title {
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
        margin-top: 20px;
    }

    .support-btn-left .list-btn-box .link-support {
        max-width: 80px;
        width: 100%;
        max-height: 120px;
    }

    .support-btn-left .list-btn-box .link-support .sub-title {
        top: 65px;
    }

    .support-content .support-btn-left {
        width: 30%;
    }

    .support-content .support-btn-right {
        width: 66%;
    }

    .support-btn-right .support-box .thumbnail {
        width: 65px;
        height: auto;
    }

    .title-top h3 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .list-link-accept {
        column-gap: 60px;
    }

    .support-btn-left .list-btn-box {
        padding: 15px;
        gap: 30px;
        row-gap: 20px;
    }

    .title-top h3 {
        font-size: 40px;
    }

    /* .support-btn-right .support-box .title-top {
        font-size: 20px;
    }

    .support-btn-left .sub-title {
        font-size: 20px;
    } */

    /* .support-btn-left .list-btn-box .link-support img {
        width: 80px;
    } */

    /* .support-btn-right .support-box .title-bottom {
        font-size: 19px;
    } */
}

@media screen and (max-width: 768px) {
    .logo-ok9 {
        max-width: 165px;
    }

    .logotext {
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }

    .title-top img {
        width: 100%;
    }

    .support-area {
        order: 2;
    }

    .dp-pc {
        display: none;
    }

    .dp-sp {
        display: block;
    }

    header {
        background-image: unset;
        height: 80px;
        background-color: #1E222C;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 99;
    }

    main {
        margin-top: 80px;
    }

    .support-content {
        flex-direction: column;
    }

    .support-content .support-btn-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 5px;
    }

    .support-content .support-btn-left {
        width: 100%;
    }

    .support-btn-left .list-btn-box {
        padding: 20px;
    }

    .support-btn-left .list-btn-box {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }

    .support-btn-left .list-btn-box .sub-title {
        font-size: 10px !important;
    }

    .support-btn-left .sub-title {
        font-size: 14px !important;
    }

    .support-btn-right {
        padding: 0;
    }

    .title-link-redirect::before {
        width: 10%;
    }

    .title-link-redirect::after {
        width: 10%;
    }

    .title-top {
        padding-top: 0;
        font-size: 12px !important;
    }

    .support-btn-right .support-box {
        width: 31%;
    }

    .branchokvip1 {
        display: none;
    }

    .title-top h3 {
        font-size: 12px;
    }

    .support-btn-left .sub-title {
        margin-top: 15px;
    }

    .support-btn-left .list-btn-box .link-support img {
        width: 60px;
    }

    .support-btn-left .list-btn-box .link-support .sub-title {
        top: 50px;
        padding: 6px 9px;
        font-size: 14px;
        width: 85px;
    }

    .des-speed {
        font-size: 4vw;
    }

    .footer_session {
        column-gap: 0;
    }

    .list-redirect {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .list-redirect .des-speed {
        width: 47%;
    }

    .list-redirect.dp-pc {
        display: none !important;
    }

    .support-btn-right .support-box .title-bottom {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .myFooter {
        flex-direction: column;
    }

    .footer-left {
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-right {
        max-width: 100%;
    }

    .footer-right h3 {
        padding: 8px 0;
        font-size: 18px;
        height: 50px;
    }

    .myFooter:before {
        width: 70%;
    }

    .margin-top {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 425px) {
    body {
        height: 100%;
        background-size: 100% 100%;
    }


    .title-link-redirect::before,
    .title-link-redirect::after {
        top: 12px;
        height: 4px;
    }

    .support-btn-left .list-btn-box {
        padding: 10px;
    }

    .support-btn-left .list-btn-box .link-support {
        max-width: 65px;
    }

    .title-top h3 {
        font-size: 19px;
    }

    .support-btn-left .sub-title {
        font-size: 4.5vw;
    }

    .highlight {
        color: #0A0E3A;
        font-size: 20px;
    }

    .support-btn-left .list-btn-box .link-support img {
        width: 50px;
    }

    .des-speed {
        line-height: 34px;
    }

    .support-btn-left .list-btn-box .link-support .sub-title {
        top: 41px;
        padding: 6px 0px;
        font-size: 11px;
        width: 60px;
        line-height: 1;
    }
}

@media screen and (max-width: 350px) {
    .support-btn-right {
        gap: 8px;
    }
}