.body {
    position: relative;
}

.container-fluid {
    padding: 5px;
}

.welcome-login-slogan {
    width: 333px;
    height: 35px;
    flex-shrink: 0;

    background: linear-gradient(180deg, #B0ECFF 0%, #02A8CC 100%);
    stroke-width: 1.04px;
    stroke: #FFF;
    box-shadow: 0px 2.081px 3.121px 0px rgba(0, 0, 0, 0.25) inset;
    margin: 0px auto;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-login-slogan a {
    font-family: Roboto;
    font-size: 16.646px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    animation: slide 5s infinite;
}

.mainpage-slogan a {
    background: linear-gradient(0deg, #FF531A 0%, #FE9600 100%);
    margin: auto;
    width: 60%;
    height: max-content;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    color: #FFF;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px 0px;
    font-size: 22px;
    font-weight: 500;
    animation: slide 2s infinite;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25) inset;
    stroke-width: 2px;
    cursor: pointer;
}

@keyframes slide {

    0%,
    100% {
        color: #ffffff;
    }

    50% {
        color: #89e1f5;
    }
}


.icon-tele {
    z-index: 9999;
    font-size: 2rem;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    animation: at-ripple-blue 1s linear infinite;

}

.icon-tele img {
    width: 100%;
    height: 100%;
}

@keyframes at-ripple-blue {

    0%,
    100% {
        bottom: 30px;
    }

    50% {
        bottom: 50px;
    }
}

.welcome-login-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-login-btn .btn-login {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    gap: 10px;
    flex-shrink: 0;
    border: unset !important;
    padding: 10px 0px;
    margin: 0px;
    color: #FFF;
    border-color: unset !important;
    background: var(--45, linear-gradient(90deg, #252B38 0%, #2F3E5F 28.49%, #252B38 90.9%, #252B38 91.58%, #2F3E5F 111.93%, #252B38 135.67%));
}

.welcome-login-btn .btn-register {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    gap: 10px;
    flex-shrink: 0;
    border: unset !important;
    padding: 10px 0px;
    margin: 0px;
    color: #FFF;
    border-color: unset !important;
    background: var(--Linear, linear-gradient(90deg, #C34029 0%, #FF7214 24%, #DD600F 48.5%, #FF7214 74%, #C34029 100%));
    box-shadow: none;
    transform: unset;
}


.nav-pc {
    display: none;
}

.nav-mb {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 5px;
    background: #D7F8FF;
}

.navbar-brand-img {
    max-height: 40px;
}

.nav-mb ul li {
    list-style: none;
}

.nav-mb .navbar-brand {
    max-width: 110px;
    padding: 5px;
}

.nav-mb .navbar-brand a img {
    width: 100%;
}

.nav-mb .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.nav-mb .nav-link img {
    max-height: 30px;
}

.nav-mb .navbar-mb-login {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px;
}

.nav-mb .navbar-mb-login .btn-login {
    display: flex;
    width: 100px;
    height: 31.356px;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 4.276px;
    border-radius: 71.263px;
    border: 1.425px solid #195571;
    box-shadow: 0px 0.713px 1.425px 0px rgba(16, 24, 40, 0.05);
    color: #195571;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.103px;
    background: none;
}

.nav-mb .navbar-mb-login .btn-register {
    display: flex;
    height: 31.356px;
    width: 100px;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 4.276px;
    border-radius: 71.263px;
    background: #195571;
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.103px;
}

.navbar-nav {
    height: 30px;
}

.ambassador-video video {
    border-radius: 20px;
}

.make-money-session {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.make-money-title {
    width: 100%;
    height: max-content;
    flex-shrink: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: fit-content;
}

.make-money-title span {
    color: #FFF;
    background: linear-gradient(180deg, #02A8CC 0%, #1C81A0 100%);
    stroke-width: 0.592px;
    stroke: #F9C924;
    font-family: Roboto;
    font-size: 14.208px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-top-right-radius: 70px;
    padding: 10px 30px 10px 20px;
}

.slick-track {
    display: flex !important;
}

.slick-slider {
    height: inherit !important;
    min-height: unset !important;
}


.make-money-content {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    border-radius: 10px;
}

.make-money {
    padding: 0px 5px;
}

.slick-slide img {
    max-width: 100%;
    height: auto;
}

.slick-slider {
    min-height: 150px;
    /* Adjust as needed */
}

.make-money img {
    width: 100%;
}

.make-money-item {
    display: flex !important;
    justify-content: stretch;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    margin: 0px 3px;
    height: auto;
    overflow: hidden;
    width: 90%;
    height: max-content;
    object-fit: contain;
}

.slick-prev {
    left: 3px;
}

.slick-next {
    right: 3px !important;
}

.make-money-item-img {
    width: 70px;
}

.make-money-item-img img {
    width: 100%;
}

.make-money-item-content {
    padding: 10px 0px;
    height: 100%;
    font-size: 14px;
    width: 100%;
    line-height: 1.2;
    text-align: justify;
}

.make-money-item-content span {
    color: #FF6414;
}

.make-money-item-title {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    color: #252B38;
    padding: 0px 10px;
    text-align: center;
}


.agent-mode-title {
    width: 100%;
    height: max-content;
    flex-shrink: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: fit-content;
}

.agent-mode-title span {
    color: #FFF;
    background: linear-gradient(180deg, #02A8CC 0%, #1C81A0 100%);
    stroke-width: 0.592px;
    stroke: #F9C924;
    font-family: Roboto;
    font-size: 14.208px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-top-right-radius: 70px;
    padding: 10px 30px 10px 20px;
}


.agent-mode-content p {
    color: #0B0B0B;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0px 0px;
    margin: 5px 0px 10px;
    line-height: 1.4;
    text-align: justify;
}

.agent-mode-content h1 {
    color: var(--Color-4, #1C81A0);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0px;
    padding: 15px 0px 0px;
    margin: 5px 0px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 10px auto;
}

td {
    border: 1px solid #FFF;
    text-align: left;
    padding: 10px;
    background: #65AFD0;
    color: var(--Color-4, #FFF);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

th {
    border: 1px solid #FFF;
    text-align: left;
    padding: 15px;
    background: #337C9D;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.agent-mode-session {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.footer-ok {
    /* background-color: #202f46; */
}


.footer {
    max-width: 843px;
    margin: 0 auto;
    height: max-content;
    padding: 20px 0px 30px;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.text-lienhe {
    color: #337C9D;
    font-family: Roboto;
    font-style: normal;
    line-height: 22.536px;
    font-size: 18px;
    font-weight: 700px;
    padding-bottom: 10px;
    margin: 13px 0 8px;
    text-align: center;
    /* 150% */
}

.lienhe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #195571;
    margin: 0px auto;
    padding: 8px;
    width: fit-content;
}

.lienhe a {
    color: #FFF;
    font-family: Roboto;
    font-size: 15.024px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.536px;
    text-align: center;
    /* 150% */
}


.all-lienhe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.lienhe-list {
    padding-left: 0;
    list-style-type: none;
}

.lienhe-list li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    background: #195571;
    padding: 8px;
    border-radius: 50px;
    gap: 10px;
}

i {
    background: #fff;
    color: #000;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.mxh {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 35px;
}

.fb {
    width: 109px;
    height: 54px;
}

.yt {
    width: 109px;
    height: 30px;
}

.qr {
    padding-bottom: 40px;
}

.qr-img {
    width: 128px;
    height: 128px;
}

.idol {
    width: 25%;
    position: absolute;
    top: -160px;
    right: -20px;
}

.idol-img-hidden {
    display: none;

}

.mxh-fix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.idol-img {
    width: 228px;
    height: 308px;
}



.idol {
    width: 100%;
    margin: 0 auto;
    top: 0;
    right: 0;
}

.idol-img-hidden {
    display: block;
    margin: 0 auto;
}

.idol-img {
    display: none;

}

.footer-logo-1 {
    width: 135.07px;
    height: 44.237px;
    flex-shrink: 0;
}

.footer-logo-2 {
    width: 43px;
    height: 29.888px;
    flex-shrink: 0;
    aspect-ratio: 43.00/29.89;
    width: 115px;
    height: 40px;
}

.footer-logo-2 {
    width: 45px;
    height: 30px;
}

.footer-logo-3 {
    display: flex;
    align-items: center;
}

.footer-logo-3_1 {
    width: 74.464px;
    height: 43.802px;
    flex-shrink: 0;
}

.footer-logo-3_2 {
    width: 70px;
}

.footer-tele {
    width: 35px;
}

.section-notification {
    background: #337C9D;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    background: transparent;
    padding: 6px 0;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    color: #fff;
}

@keyframes marquee {
    from {
        transform: translateX(10%);
    }

    to {
        transform: translateX(-100%);
    }
}

.ambassador-text {
    color: #337C9D;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 5px auto;
}

.ambassador-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    max-height: 280px;
    width: 100%;
    margin: 10px 0px;
}

.ambassador-image .ambassador-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

.ambassador-image-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.ambassador-image-person {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.ambassador-image-sign img,
.ambassador-image-person img {
    width: 100% !important;
}


.ambassador-info p {
    margin-bottom: 0px;
    color: #000;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ambassador-info span {
    color: #337C9D;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}