﻿*,
body {
    position: relative;
    box-sizing: border-box;
    scroll-behavior: smooth;
    padding: 0px;
    margin: 0px;
    width: 100%;
    line-height: 1.7;
    letter-spacing: 1.5;
    color: #fff;
    font-family: Roboto !important;
}

.wp-pc {
    display: block;
}

.wp-mb {
    display: none;
}

.header {
    width: 100%;
    margin: auto;
}

.logo-header {
    max-width: 250px;
    height: auto;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

body {
    background-image: url(../assets/images/MB66/bg.png);
    background-position: center center;
    background-size: 100% 100%;
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    /*    overflow: hidden;*/
}

img {
    width: 100% !important;
}

.wp-main-center {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: auto;
}

.img-center {
    width: 100%;
    margin: auto;
}

/* Opition support left */
.option-support-left {
    list-style: none;
}

.option-support-left a {
    display: flex;
}

.option-support-left .option-support-item img {
    max-width: 230px;
    width: 100%;
    cursor: pointer;
}

.option-first-right a {
    /*margin-top: -30px !important;*/
}


.option-support-item-center-left {
    margin-left: -100px
}

/* End opition support left */

/* Opition support right */
.option-support-right {
    list-style: none;
}

.option-support-right a,
.option-support-right .btn-open-rule-check {
    display: flex;
    justify-content: flex-end;
}

.btn-open-rule-check {
    position: relative;
}

.btn-open-rule-check .prioritize {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 1;
    top: -20px;
    right: 0px;
}

.option-support-right .option-support-item img {
    max-width: 230px;
    width: 100%;
}

.option-support-item {
    padding-bottom: 20px;
}

.option-support-item-center-right {
    margin-left: 100px
}

/* End opition support right */

/* Opiton Bottom */

.wp-list-option-bottom {
    padding-top: 3px;
}

.item-option-bottom {
    display: flex;
    width: 100%;
    gap: 5px;
    max-width: 950px;
    margin: auto;
    list-style: none;
}

.item-option-bottom li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.item-option-bottom li .title {
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    font-size: 18px;
    color: #565656;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.item-option-bottom li .title.title-checklink {
    text-shadow: -2px -1px 0 #FFF, 2px -1px 0 #FFF, -2px 1px 0 #FFF, 1px 1px 0 #FFF;
    color: #25A9DF;
}

.item-option-bottom .wp-btn-img {
    width: 85px;
    list-style: none;
}

/* Btn Redirect */
.wp-redirect-link {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto 0px;

}

.redirect-title {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.redirect-title h2 {
    width: auto;
    color: #505050;
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.redirect-line-left {
    max-width: 220px;
}

.redirect-line-right {
    max-width: 220px;
}

.redirect-list ul {
    display: flex;
    gap: 15px;
    align-items: center;
    list-style: none;
}

.redirect-list .hover-link {
    padding-top: 20px;
}

.redirect-list .back-home {
    width: 100px;
    height: auto;
    padding-top: 0px;
}

.redirect-list .back-home img {
    width: 100px !important;
    height: auto;
}



.hover-link {
    transition: .3s;
}

.hover-link:hover {
    text-decoration: none !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.btn-support-form {
    position: relative;
}

.btn-support-form .prioritize {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 1;
    top: -33px;
    left: -10px;
}

.wp-column-center {
    padding-left: 50px;
}

.wp-redirect-link .hover-link {
    height: 100% !important;
}

.img-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wp-list-option-middle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-list-option-middle .middle-content {
    width: 100%;
    max-width: 400px;
}

.wp-list-option-middle .middle-content img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1400px) {
    .wp-main-center {
        max-width: 1050px;
    }

    .option-support-item {
        padding-bottom: 35px;
    }

    .option-support-left .option-support-item img,
    .option-support-right .option-support-item img {
        max-width: 290px;
    }

    .item-option-bottom {
        max-width: 1050px;
    }

    .item-option-bottom .wp-btn-img {
        width: 95px;
    }

    .wp-redirect-link {
        max-width: 1050px;
    }
}

@media screen and (max-width: 1250px) {
    .logo-header {
        max-width: 240px;
    }

    .wp-main-center {
        max-width: 800px;
    }

    .item-option-bottom li .title {
        font-size: 16px;
    }

    .option-support-item {
        padding-bottom: 20px;
    }

    .option-support-left .option-support-item img,
    .option-support-right .option-support-item img {
        max-width: 250px;
    }

    .item-option-bottom {
        max-width: 800px;
    }

    .item-option-bottom .wp-btn-img {
        width: 95px;
    }

    .redirect-title h1 {
        font-size: 23px;
    }

    .wp-redirect-link {
        max-width: 800px;
    }

    .redirect-list .back-home img {
        width: 90px !important;
    }

    .item-option-bottom .wp-btn-img {
        width: 80px;
    }

    .btn-support-form .prioritize {
        width: 75px;
        height: 75px;
    }

    .btn-open-rule-check .prioritize {
        width: 55px;
        height: 55px;
    }
}

@media screen and (max-width: 1024px) {
    .logo-header {
        max-width: 200px;
        margin-bottom: 10px;
    }

    .wp-main-center {
        max-width: 650px;
    }

    .item-option-bottom li .title {
        font-size: 14px;
    }

    .option-support-item {
        padding-bottom: 20px;
    }

    .option-support-left .option-support-item img,
    .option-support-right .option-support-item img {
        max-width: 200px;
    }

    .option-support-item-center-left {
        margin-left: -65px;
    }

    .option-support-item-center-right {
        margin-left: 65px;
    }

    .item-option-bottom {
        max-width: 650px;
    }

    .item-option-bottom .wp-btn-img {
        width: 70px;
    }

    .redirect-title h1 {
        font-size: 20px;
    }

    .wp-redirect-link {
        max-width: 650px;
    }

    .redirect-list .back-home img {
        width: 70px !important;
    }

    .item-option-bottom .wp-btn-img {
        width: 80px;
    }

    .redirect-line-left,
    .redirect-line-right {
        max-width: 150px;
    }

    .btn-support-form .prioritize {
        width: 50px;
        height: 50px;
        top: -15px;
    }

    .btn-open-rule-check .prioritize {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 800px) {
    .logo-header {
        max-width: 170px;
        margin-bottom: 10px;
    }

    .wp-main-center {
        max-width: 550px;
    }

    .item-option-bottom li .title {
        font-size: 14px;
    }

    .option-support-item {
        padding-bottom: 20px;
    }

    .option-support-left .option-support-item img,
    .option-support-right .option-support-item img {
        max-width: 180px;
    }

    .option-support-item-center-left {
        margin-left: -65px;
    }

    .option-support-item-center-right {
        margin-left: 65px;
    }

    .item-option-bottom {
        max-width: 550px;
    }

    .item-option-bottom .wp-btn-img {
        width: 70px;
    }

    .redirect-title h1 {
        font-size: 18px;
    }

    .wp-redirect-link {
        max-width: 550px;
    }

    .redirect-list .back-home img {
        width: 70px !important;
    }

    .item-option-bottom .wp-btn-img {
        width: 80px;
    }

    .redirect-line-left,
    .redirect-line-right {
        max-width: 120px;
    }

}

@media screen and (max-width: 768px) {
    .wp-pc {
        display: none;
    }

    .wp-mb {
        display: block;
    }

    body {
        background-image: url(../assets/images/MB66/bgmb.png);
        background-position: top;
        background-size: cover;
        height: auto;
        min-height: 100vh;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .header-mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 15px 5px;
    }

    .header-mb .icon-header {
        width: 60px;
        height: auto;
    }

    .header-mb .icon-header img {
        width: 100%;
    }

    .icon-logo-mb {
        width: 140px;
    }

    .title-page h1 {
        font-size: 5.5vw;
        color: #505050;
        padding: 0px 15px;
        text-align: center;
        font-weight: 700
    }

    .sub-title-page {
        width: 100%;

    }

    .sub-title-page a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sub-title-page a img {
        max-width: 200px;
    }

    .wp-list-option-mb {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: space-between;
        padding: 10px 15px;
    }

    .btn-open-rule-check {
        position: relative;
    }

    .btn-open-rule-check .prioritize {
        position: absolute;
        width: 9vw;
        height: auto;
        z-index: 1;
        right: 4px;
        top: 24%;
    }

    .item-option-mb {
        width: 31.2%;
        background-image: url(../assets/images/MB66/btnFeature/mb/bgmb.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 20px 8px 8px;
        border-radius: 10px;
        text-decoration: none;
        border: none;
    }

    .item-option-mb .title-top {
        width: 100%;
        font-weight: 700;
        padding-bottom: 8px;
        font-size: 4vw;
    }

    .item-option-mb .title-top span {
        text-align: center;
        display: block;
        font-size: 3.5vw;
        color: #003E57;
    }

    .item-option-mb .icon-option {
        width: 16vw;
        margin: auto;
    }

    .title-bottom {
        line-height: 1;
        text-align: center;
        font-size: 4vw;
    }

    .title-bottom span {
        line-height: 1.2;
        font-size: 3.5vw;
        font-weight: 700;
        color: #003E57;
    }

    .wp-list-option-channel {
        background-image: url(../assets/images/MB66/btnFeature/mb/bginfombv2.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: calc(100% - 30px);
        margin: auto;
        padding: 1px 20px;
        margin-top: 15px;
    }

    .icon-channel {
        width: 15vw;
        margin: auto;
    }

    /* .wp-list-option-channel .title-option-channel span {
        font-size: 14px;
        text-align: center;
        display: block;
        font-weight: 700;
    } */

    /* Đảm bảo hiển thị tốt trên iPhone, dùng đơn vị vw cho font-size để responsive */
    .wp-list-option-channel .title-option-channel span {
        font-size: 3.2vw !important;
        /* Tương thích tốt với màn hình iPhone */
        text-align: center;
        display: block;
        font-weight: 700;
        color: #e4e4e4;
        /* Thêm màu sắc đồng bộ với các title khác */
    }

    .wp-list-option-channel .title-channel {
        text-align: center;
        margin-top: -14px;
        color: #505050;
        font-weight: 700;
        font-size: 4.5vw;
    }

    .wp-list-option-channel .title-option-channel {
        padding-top: 2px;
        text-align: center;
        font-size: 3.2vw;
    }

    .list-option-channel {
        display: flex;
        gap: 2px;
        margin-top: 5px;
        align-items: center;
    }

    .list-option-channel a {
        text-decoration: none;
    }

    .wp-btn-linkout {
        display: flex;
        gap: 15px;
        width: 100%;
        margin: auto;
        padding: 15px 15px 8px;
    }

    .wp-redirect-mb {
        width: 100%;
        padding: 20px 10px;
        margin: auto;
    }

    .wp-redirect-mb .title-redirect {
        width: 100%;
    }

    .wp-redirect-mb .title-redirect h1 {
        width: 100%;
        text-align: center;
        color: #505050 !important;
        text-align: center;
        font-family: Roboto;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .redirect-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px;
        padding: 20px 0px;
    }

    .redirect-list a {
        width: 30%;
        text-align: center;
        border-radius: 20px;
        padding: 3px;
        border: 2px solid #fff;
        text-decoration: none;
        border-radius: 35.928px;
        border: 2px solid #505050;
        background: #FFF;
        box-shadow: 0px 2.395px 5.988px 0px rgba(255, 56, 74, 0.15);
        -webkit-box-shadow: 0px 0px 5px 2px rgba(163, 163, 163, 0.5);
        -moz-box-shadow: 0px 0px 5px 2px rgba(163, 163, 163, 0.5);
        box-shadow: 0px 0px 5px 2px rgba(163, 163, 163, 0.5);
        color: #505050;
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .redirect-list .hover-link {
        padding: 5px 0px;
    }

    .btn-support-form .prioritize {
        width: 14vw;
        height: auto;
        top: 32%;
        right: -6px;
        left: auto;
    }

    .text-outstanding {
        font-size: 16px;
    }

    .form-rule-check .text {
        font-size: 16px;
    }

    .form-rule-check .text {
        padding: 4px 0px;
    }

    .btn-next-step button {
        font-size: 16px;
    }

    .change-info {
        width: 100%;
        padding: 10px 15px;
    }

    .change-info .change-info-container {
        width: 100%;
        border-radius: 56.512px;
        border: 2.119px solid #FFF;
        background: linear-gradient(180deg, #FF7F7E 0%, #FE1F1E 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        gap: 10px;
        text-decoration: none;
    }

    .change-info .change-info-container .change-info-icon {
        width: 25px;
        height: 25px;
    }

    .change-info .change-info-container .change-info-text {
        width: fit-content;
    }

    .change-info .change-info-container .change-info-text p {
        color: #FFF;
        font-family: Roboto;
        font-size: 16.183px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .slick-next,
    .slick-prev {
        position: absolute;
        height: 25px;
        width: 25px;
        background: #fff !important;
        border-radius: 50%;
        padding-top: 3px;
    }

    .slick-prev {
        left: -30px;
    }

    .slick-next {
        right: -30px;
    }

    .slick-prev::before {
        content: url(./../assets/images/MB66/arraw-prev-2.png) !important;
        position: relative;
        z-index: 100000;
    }

    .slick-next::before {
        content: url(./../assets/images/MB66/arraw-next-2.png) !important;
        position: relative;
        z-index: 100000;
    }
}

@media screen and (max-width: 374px) {
    .title-page {
        font-size: 5vw;
    }

    .redirect-list {
        gap: 10px;
    }
}