@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Light.ttf') format('truetype');
    font-weight: 300; /* ExtraLight */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Regular.ttf') format('truetype');
    font-weight: 400; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Medium.ttf') format('truetype');
    font-weight: 500; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/landing_font/font_nunito/Nunito-Bold.ttf') format('truetype');
    font-weight: 700; /* Semibold */
    font-style: normal;
}

@font-face {
    font-family: 'iciel-Pony';
    src: url('/landing_font/font_gi_vui/iciel-Pony.ttf') format('truetype');
    font-weight: 400; /* Semibold */
    font-style: normal;
}

.flipper {
    color: #fff;
    display: block;
    font-size: 50px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    height: 1.7em;
}

    .flipper.flipper-invisible {
        font-size: 0px !important;
    }

.flipper-group {
    position: relative;
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}

    .flipper-group label {
        font-family: "Nunito", "Montserrat", sans-serif;
        position: absolute;
        color: #161616;
        font-size: 20%;
        top: 100%;
        line-height: 1em;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
        padding-top: 0.5em;
    }

.flipper-digit {
    white-space: nowrap;
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    height: 1.2em;
    overflow-y: hidden;
}

    .flipper-digit span {
        font-size: 25%;
    }

.flipper-delimiter {
    white-space: nowrap;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    color: #e5b241;
    min-width: 0.1em;
    white-space: nowrap;
    display: block;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    line-height: 1em;
}

.digit-face {
    display: block;
    visibility: hidden;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
}

.digit-next {
    display: block;
    position: relative;
    border-radius: 0.1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    height: 1.2em;
    background: #e5b241;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.digit-top {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    background: #e5b241;
    padding-top: 0.1em;
    padding-bottom: 0;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: transform 0s linear, background 0s linear;
    transform-origin: 0 0.6em 0 !important;
    transform-style: preserve-3d !important;
    z-index: 20;
}

    .digit-top.r {
        transition: transform 0.1s linear, background 0.1s linear;
        transform: rotateX(90deg);
        background: #a97c17;
    }

.digit-top2 {
    visibility: hidden;
    position: absolute;
    height: 50%;
    left: 0;
    right: 0;
    background: #a97c17;
    transition: transform 0.1s linear;
    line-height: 0em !important;
    top: 50% !important;
    bottom: auto !important;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: transform 0s linear, background 0s linear;
    transform: rotateX(-90deg);
    transform-style: preserve-3d !important;
    transform-origin: 0 0 0 !important;
    z-index: 20;
}

    .digit-top2.r {
        visibility: visible;
        transition: transform 0.1s linear 0.1s, background 0.1s linear 0.1s;
        transform: rotateX(0deg);
        background: #e5b241;
    }

.digit-bottom {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    background: #fbcf64;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    line-height: 0em;
    padding-top: 0;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    padding-right: 0.1em;
    border-bottom-left-radius: 0.1em;
    border-bottom-right-radius: 0.1em;
    box-sizing: border-box;
    text-align: center;
    transition: none;
}

    .digit-bottom.r {
        transition: background 0.1s linear;
        background: #a97c17;
    }

.flipper-digit:after {
    content: "";
    position: absolute;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    display: block;
    z-index: 30;
    left: 0;
    right: 0;
}

.flipper-dark {
    color: #e5b241;
}

    .flipper-dark .flipper-delimiter {
        color: #fff;
    }

    .flipper-dark .digit-next {
        background: #fff;
    }

    .flipper-dark .digit-top {
        background: #fff;
    }

        .flipper-dark .digit-top.r {
            background: #cccccc;
        }

    .flipper-dark .digit-top2 {
        background: #cccccc;
    }

        .flipper-dark .digit-top2.r {
            background: #fff;
        }

    .flipper-dark .digit-bottom {
        background: #fff;
    }

.flipper-dark-labels .flipper-group label {
    color: #fff;
}

/*Start=page index*/
@font-face {
    font-family: "iCiel Borsok";
    src: url("/fonts/iCiel_Borsok.eot"); /* IE9 Compat Modes */
    src: url("/fonts/iCiel_Borsok.eot?#iefix") format("embedded-opentype"), url("/fonts/iCiel_Borsok.woff") format("woff"), url("/fonts/iCiel_Borsok.ttf") format("truetype"), url("/fonts/iCiel_Borsok.svg") format("svg"); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
/* Start=============================body================================ */
a:visited {
    text-decoration: none;
    outline: 0;
}

.event-thumb a {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    background-color: #FAFAFA;
}

img,
video {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

.btn-pill {
    border-radius: 10rem;
}

.btn:hover {
    box-shadow: none;
}

.txt-orange {
    color: #ff6b00;
}

.txt-yellow {
    color: #ffe447;
}

.block-title {
    text-align: center;
    margin-bottom: 1rem;
}

.block-banner {
    text-align: center;
    margin-bottom: 30px;
}

.content-block-btn{
    margin-bottom: 30px;
}

.block-banner .title-banner {
    font-weight: 400;
    color: #FF6B00;
    font-size: 40px;
    font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
    text-transform: uppercase;
}

    .block-title p {
        color: #ff6b00;
        margin-bottom: 0;
    }

    .block-title .title-header {
        font-size: 48px;
        font-weight: 700;
        background: linear-gradient(90deg, #FFA501, #FF7001);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Nunito";
    }

    .block-title .title-title {
        font-weight: 400;
        font-family: "Nunito";
        font-size: 20px;
        line-height: 1.5;
        color: #3F3F46;
        margin: 0 !important;
    }

    .color-white{
        color: #ffffff !important;
    }

    .title-header-app{
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        font-family: "Nunito";
    }

.block-pass {
    position: relative;
}

    .block-pass .form-control {
        padding-right: calc(2.25rem + 2px);
    }

.view-pass {
    width: calc(2.25rem + 2px);
    height: calc(2.25rem + 12px);
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
}

    .view-pass.view .fa-eye,
    .view-pass .fa-eye-slash {
        display: none;
    }

    .view-pass .fa-eye,
    .view-pass.view .fa-eye-slash {
        display: inline-block;
    }

.div-show {
    display: none;
}

    .div-show.show {
        display: block;
    }

.content-pay {
    display: none;
    padding: 10px 0 1.5rem;
    font-size: 0.9rem;
    color: black;
}

.-bg-color {
    background-color: #ffdea4;
}

.-bg-color-1 {
    background-color: #fff9f4;
}

.-bg-color-2 {
    background-color: #ffe447;
}

.-bg-color-3 {
    background-color: #fff6c3;
}

.-bg-color-4 {
    background-color: #151b26;
}

.-bg-color-5 {
    background-color: #222b37;
}

.-bg-color-6 {
    background-color: #f6f8f9;
}

.-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.-bg-image-1 {
    background-image: url(/images/bg-app.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-2 {
    background-image: url(/images/background_yellow2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-3 {
    background-image: url(/images/bg-register-new.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-4 {
    background-image: url(/images/bg-4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-5 {
    background-image: url(/images/bg-about.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-6 {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
        url(/images/bg-slide-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-7 {
    background-image: url(/images/sinhvien/background_loiich.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-8 {
    background-image: url(/images/bg-info-payment.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-access {
    background-color: #02103b;
    color: #fff;
}

    .btn-access:hover,
    .btn-access:active {
        background-color: #02103b;
        color: #fff;
    }

.btn-bigsize {
    font-size: 1.2rem;
    padding: 1rem 2.5rem;
}

.btn-resgiter {
    background-color: #FFA14D  ; 
    color: white; 
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 8px; 
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-resgiter:hover {
    background-color: #E5701F; 
    color: white !important; 
    text-decoration: none; 
    transform: translateY(-2px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.btn-beekids {
    background: rgb(255, 195, 77);
    background: linear-gradient(90deg, rgb(255, 195, 77) 0%, rgb(255, 107, 1) 100%);
    border: 0px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

    .btn-beekids:hover,
    .btn-beekids:active {
        background: linear-gradient(90deg, rgb(255, 210, 100) 0%, rgb(255, 130, 30) 100%);
        border: 0px;
        color: #02103b;
    }

.promo-box {
    position: relative;
    display: inline-block;
}

.promo-overlay {
    position: absolute;
    width: auto; 
    max-width: 60%; 
    animation: tada-light 3s ease-in-out infinite;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.promo-overlay:hover {
    filter: brightness(1.2);
}


.free-badge {
    right: 0px;
    bottom: 30px;
}

.trial-badge {
    left: 0px;
    bottom: 32px;
}

/*START=section-banner */
#block-banner {
    background-image: url(/images/sinhvien/background_banner.jpg);
    padding: 1rem 0;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

    #block-banner .logo-bar {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 87px;
    width: 442px;
    background-image: url(/images/sinhvien/bg_white_bsmart.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

    #block-banner .logo-section{
    display: flex;        
    align-items: center;
    justify-content: center;
    gap: 24px;
    height: 100%;
    }

    #block-banner .logo-beekids,
    #block-banner .logo-bsmart{
        /* margin-top: 14px; */
        height: 50px;
        width: auto;
    }

    #block-banner .bee{
        position: absolute;
        z-index: 1;                
        pointer-events: none;    
        animation: floatY 4s ease-in-out infinite;
        will-change: transform;
    }

    #block-banner .bee img{
        width: 140px;   
        height: auto;
        display: block;
        filter: drop-shadow(0 6px 10px rgba(0,0,0,.15));
    }

    #block-banner .bee-left{
        left: 8%;
        top: 90px;               
    }

    #block-banner .bee-right{
        right: 8%;
        top: 90px;   
        animation-delay: .6s; 
    }

    #block-banner .bee-right img {
        transform: scaleX(-1);
    }

    #block-banner .banner-content{
        margin-top: 120px;
        text-align: center;
    }

    .banner-content .banner-title {
        font-family: 'iciel-Pony';
        font-size: 50px;
        margin: 0 !important;
        line-height: 52px;
        letter-spacing: 2px;
        background: linear-gradient(90deg, #FFA501, #FF7001);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 0.5px #FFFFFF;
    }

    .banner-content .banner-subtitle{
        margin: 30px 0 20px 0 !important;
        font-size: 28px;
        color: #3F3F46;
        font-weight: 700;
        line-height: 30px;
    }

    .banner-content .banner-desc{
        font-size: 18px;
        color: #2F3447;
        font-weight: 400;
        margin: 0 !important;
    }

    .banner-content .banner-features {
        margin-top: 20px;
        display: flex;
        gap: 16px;
        justify-content: center;
        align-items: center;
    }

    .feature-item {
        width: 48px;
        height: 48px;
        background-color: #ffffff;
        border-radius: 16px 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s;
    }

    .feature-item:hover {
        transform: translateY(-3px);
    }

    .feature-item img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .banner-content .banner-actions{
        margin-top: 40px;
        display: flex;
        justify-content: center;
        gap: 20px;
        padding-bottom: 120px;
    }

    .btn-variant-beekids {
        animation: pulse 2s ease infinite;
        border-radius: 8px;
        font-weight: 600;
        padding: 12px 22px;
        background: linear-gradient(90deg, #FFC34D 0%, #FF6B01 100%);
        border: none;
        color: #fff;
        box-shadow:
            0 4px 10px rgba(255, 132, 0, 0.35),
            0 6px 18px rgba(255, 94, 0, 0.25);
        transition: all 0.25s ease-in-out;
    }

    .btn-variant-beekids:hover {
        transform: translateY(-2px);
        box-shadow:
            0 8px 18px rgba(255, 132, 0, 0.45),
            0 12px 28px rgba(255, 94, 0, 0.30);
        filter: brightness(1.06);
    }


    .btn-outline-beekids {
        animation: pulse 2s ease infinite;
        background: #ffffff;
        border: 1.5px solid #FF8A00;
        color: #F06C0C;
        font-weight: 600;
        border-radius: 8px;
        padding: 12px 22px;
        box-shadow:
            0 4px 10px rgba(255, 148, 0, 0.25),
            0 6px 14px rgba(255, 122, 0, 0.15);
        transition: all 0.25s ease-in-out;
    }

    .btn-outline-beekids:hover {
        background: #FFF6E8;
        transform: translateY(-2px);
        border-color: #FF7800;
        color: #FF6B00;
        box-shadow:
            0 8px 18px rgba(255, 148, 0, 0.35),
            0 12px 28px rgba(255, 122, 0, 0.20);
    }

@keyframes floatY{
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-8px) rotate(-1.2deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

.list-download {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

    .list-download .block-download {
        display: inline-block;
        margin: 5px;
        border: thin solid #af6906;
        border-radius: 0.5rem;
        padding: 0.75rem;
    }

        .list-download .block-download .text img {
            height: 26px;
        }

        .list-download .block-download > img {
            margin-top: 1rem;
            max-height: 130px;
            border-radius: 7px;
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        }

.title-download {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    color: #ff6b00;
    font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
    margin-bottom: 1rem;
}

.background-video {
    margin-bottom: 2rem;
}

    .background-video .embed-responsive {
        border: 2px solid #af6906;
    }

@media only screen and (min-width: 768px) {
    .background-video {
        height: 470px;
        padding: 67px 95px 55px 95px;
        background-image: url(/images/background-video-1.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 992px) {
    .background-video {
        height: 450px;
        padding: 64px 67px 65px 68px;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 1200px) {
    .background-video {
        height: 450px;
        padding: 65px 80px 74px 80px;
    }
}

@media only screen and (min-width: 1536px) {
    .container.-wide {
        max-width: 1312px;
        width: calc(100% - 128px);
    }

    .background-video {
        height: 490px;
        padding: 70px 110px 85px 110px;
    }
}

@media only screen and (max-width: 520px) {
    .list-download {
        justify-content: center;
        margin-bottom: 2rem;
    }
}

@media only screen and (min-width: 768px) {
    /* #block-banner {
        padding: 4rem 0;
    } */

        #block-banner .content-block .logo img {
            max-height: 100px;
            margin-bottom: 1rem;
        }

        #block-banner .content-block .text-1 {
            font-size: 1.75rem;
        }

        #block-banner .content-block .text-2 {
            font-size: 2.75rem;
            letter-spacing: -0.02em;
            -webkit-text-stroke-width: 2px;
            margin-bottom: 0.75rem;
        }

        #block-banner .content-block .txt-3 {
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }

        #block-banner .content-block .txt-register {
            font-size: 1.5rem;
        }

        #block-banner .content-block .txt-info-more {
            font-size: 1rem;
            padding: 1rem;
        }

        #block-banner .content-block ._button {
            margin-top: 1rem;
            margin-bottom: 2rem;
        }
}

@media only screen and (min-width: 992px) {
    /* #block-banner {
        padding: 3rem 0;
    } */

        #block-banner .content-block .text-1 {
            font-size: 2rem;
        }

        #block-banner .content-block .text-2 {
            font-size: 3.25rem;
            letter-spacing: -0.02em;
            -webkit-text-stroke-width: 2px;
            margin-bottom: 0.75rem;
        }

        #block-banner .content-block .txt-3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        #block-banner .content-block .txt-register {
            font-size: 1.75rem;
        }

        #block-banner .content-block .txt-info-more .age {
            margin-bottom: 0.5rem;
        }

        #block-banner .content-block ._button {
            margin-top: 1.5rem;
            margin-bottom: 2rem;
        }

    .list-download .block-download > img {
        height: 110px;
    }
}

@media only screen and (min-width: 1200px) {
    #block-banner .content-block .text-1 {
        font-size: 2.5rem;
    }

    #block-banner .content-block .text-2 {
        font-size: 4rem;
        letter-spacing: -0.02em;
        -webkit-text-stroke-width: 2px;
        margin-bottom: 0.75rem;
    }

    #block-banner .content-block .txt-3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    #block-banner .content-block .txt-register {
        font-size: 2.25rem;
    }

    #block-banner .content-block .txt-info-more {
        max-width: 900px;
        margin: auto;
        font-size: 1.25rem;
        padding: 1.25rem;
    }

    #block-banner .content-block ._button {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .list-download .block-download {
        margin: 5px 0;
    }

        .list-download .block-download > img {
            height: 105px;
        }
}

@media only screen and (min-width: 1536px) {
    #block-banner .content-block .text-1 {
        font-size: 2.5rem;
    }

    #block-banner .content-block .text-2 {
        font-size: 4rem;
        letter-spacing: -0.02em;
        -webkit-text-stroke-width: 2px;
        margin-bottom: 0.75rem;
    }

    #block-banner .content-block .txt-3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    #block-banner .content-block .txt-register {
        font-size: 2.25rem;
    }

    #block-banner .content-block ._button {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .list-download .block-download {
        margin: 5px 0;
    }

        .list-download .block-download > img {
            height: 130px;
        }
}
/*END=section-banner*/
/*START=section-about*/
#section-about {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-about .block-main .icon {
    margin-bottom: 1rem;
}

.block-about .block-main .content {
    text-align: justify;
}

#section-about .group-category{
    display: flex;
    gap: 10px;
    margin: 0 160px;
}

#section-about .category-btn{
    border: 1px solid #DDDDE5;
    background-color: #FDFDFD;
    color: #636366;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    flex: 1;
}

#section-about .category-btn.active {
    border: 1px solid #FF6B00;
    background-color: #FFE6CC;
    color: #FF6B00;
    font-weight: 700;
}

#section-about .category-btn:hover {
    background-color: #FFEDD5;
    color: #FF7F27;
}

#section-about .category-btn:focus {
    outline: none; 
    box-shadow: none;
}



@media only screen and (min-width: 992px) {
    .block-about .block-main .icon {
        margin-bottom: 2rem;
    }

    .block-about .block-main .content {
        font-size: 1.2rem;
    }
}
/*END=section-about */
/*START=section-timeline */
#section-timeline {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-timeline {
    padding-bottom: 1rem;
}

    .block-timeline .block-main .content .title {
        color: #ff6b00;
        font-weight: 700;
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }

    .block-timeline .block-main .content .summary {
        margin-bottom: 0.5rem;
    }

    .block-timeline .block-main .content .timeline {
        margin-bottom: 1rem;
    }

        .block-timeline .block-main .content .timeline img {
            height: 25px;
            margin-left: 1rem;
            margin-right: 0.5rem;
        }

    .block-timeline .block-main .content .timeline-final {
        font-size: 1.25rem;
    }

        .block-timeline .block-main .content .timeline-final img {
            height: 25px;
            margin-left: 1rem;
            margin-right: 0.5rem;
        }

@media only screen and (min-width: 992px) {
    .block-timeline {
        padding-bottom: 2rem;
    }

        .block-timeline .block-main .content .title {
            font-size: 2rem;
            margin-bottom: 0.75rem;
        }

        .block-timeline .block-main .content .summary {
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }

        .block-timeline .block-main .content .timeline {
            margin-bottom: 1rem;
            font-size: 1.25rem;
        }

            .block-timeline .block-main .content .timeline img {
                height: 25px;
                margin-left: 1.5rem;
                margin-right: 1rem;
            }

        .block-timeline .block-main .content .timeline-final {
            font-size: 2rem;
        }

            .block-timeline .block-main .content .timeline-final img {
                height: 30px;
                margin-left: 1.5rem;
                margin-right: 0.5rem;
            }
}
/*END=section-timeline */
/*START=section-countdown */
#section-countdown {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/*END=section-countdown */
/*START=section-rule-reward*/
#section-rule-reward {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-rule .block-main .content {
    margin-bottom: 1rem;
}

    .block-rule .block-main .content .title {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .block-rule .block-main .content .text {
        text-align: justify;
    }

    .block-rule .block-main .content:last-child {
        margin-bottom: 0rem;
    }

.block-reward-month .block-main {
    text-align: center;
    font-family: "Nunito", "Montserrat", sans-serif;
    margin-bottom: 1.5rem;
}

    .block-reward-month .block-main .title {
        font-size: 1.25rem;
        font-weight: 700;
        color: #ff6b00;
    }

    .block-reward-month .block-main .price {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        color: #ff6b00;
        font-weight: 800;
    }

        .block-reward-month .block-main .price img {
            margin-left: 0.25rem;
            height: 1rem;
        }

.bottom-rewards {
    display: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 2rem;
    margin-top: 1.2rem;
    background-color: #eaf1ff;
}

    .bottom-rewards.rewards-4 {
        height: 8rem;
    }

    .bottom-rewards.rewards-3 {
        height: 6rem;
    }

    .bottom-rewards.rewards-2 {
        height: 4rem;
    }

.block-rewards .block-main {
    background-color: #fcfcfc;
    border-radius: 15px;
    padding: 20px;
    align-items: center;
    margin-bottom: 1.5rem;
    font-family: "Nunito", "Montserrat", sans-serif;
}

    .block-rewards .block-main:hover {
        background-color: #fff5e4;
    }

    .block-rewards .block-main .block-row {
        text-align: center;
    }

    .block-rewards .block-main .title {
        margin-bottom: 1rem;
    }

        .block-rewards .block-main .title b {
            display: block;
            font-size: 1.75rem;
            color: #ff6b00;
        }

            .block-rewards .block-main .title b span {
                color: #212529;
            }

    .block-rewards .block-main .icon img {
        box-sizing: border-box;
        vertical-align: middle;
        -o-object-fit: contain;
        object-fit: contain;
        height: 150px;
        width: 100%;
    }

    .block-rewards .block-main .text ._gift {
        text-align: left;
        line-height: 1.75;
    }

        .block-rewards .block-main .text ._gift img {
            height: 20px;
        }

.block-rewards.rewards-1 .block-main {
    background-color: #a4fbc9;
}

.block-rewards.rewards-2 .block-main {
    background-color: #f8cdb0;
}

.block-rewards.rewards-3 .block-main {
    background-color: #c5f8fc;
}

.block-rewards.rewards-4 .block-main {
    background-color: #ffe5a5;
}

.block-rewards.rewards-5 .block-main {
    background-color: #d8ffe1;
}

@media (min-width: 768px) {
    .block-rewards .block-main .text {
        min-height: 84px;
    }
}

@media (min-width: 992px) {
    .block-rewards .block-main {
        padding: 20px 10px;
    }

        .block-rewards .block-main .title b {
            font-size: 1.25rem;
        }
}

@media (min-width: 1200px) {
    .bottom-rewards {
        display: block;
    }

    .block-rewards .block-main {
        padding: 15px;
    }

        .block-rewards .block-main .title b {
            font-size: 1.75rem;
        }

        .block-rewards .block-main .text ._gift img {
            height: 30px;
        }

    .row-rewards {
        align-items: flex-end !important;
        position: relative;
        margin-bottom: 20px;
    }

        .row-rewards::after {
            content: " ";
            position: absolute;
            border-radius: 0.5rem;
            height: 30px;
            left: 0;
            bottom: -20px;
            width: 100%;
            background-color: #d7e5ff;
        }
}

@media (min-width: 1536px) {
    .block-rewards .block-main {
        padding: 15px;
    }

        .block-rewards .block-main .text ._gift {
            padding-left: 1rem;
        }
}

@media only screen and (min-width: 768px) {
    .block-reward-month .block-main .title {
        font-size: 2rem;
    }

    .block-reward-month .block-main .price {
        font-size: 1.5rem;
    }

        .block-reward-month .block-main .price img {
            margin-left: 0.5rem;
            height: 1.5rem;
        }

    #section-rule-reward .-image-right img {
        max-height: 240px;
    }
}

@media only screen and (min-width: 992px) {
    .block-reward-month .block-main .title {
        font-size: 2.5rem;
    }

    .block-reward-month .block-main .price {
        font-size: 2rem;
    }

        .block-reward-month .block-main .price img {
            margin-left: 0.5rem;
            height: 2rem;
        }

    #section-rule-reward .-image-right img {
        max-height: 325px;
    }

    .block-rule .block-main .content {
        margin-bottom: 2rem;
    }

        .block-rule .block-main .content .title {
            font-size: 1.75rem;
        }

        .block-rule .block-main .content .text {
            font-size: 1.25rem;
        }

        .block-rule .block-main .content .text-2 {
            font-size: 1.25rem;
        }

        .block-rule .block-main .content:last-child {
            margin-bottom: 0rem;
        }
}

@media only screen and (min-width: 1200px) {
    .block-reward-month .block-main .title {
        font-size: 3rem;
    }

    .block-reward-month .block-main .price {
        font-size: 2.5rem;
    }

        .block-reward-month .block-main .price img {
            margin-left: 0.5rem;
            height: 2.5rem;
        }

    #section-rule-reward .-image-right img {
        max-height: 390px;
    }
}

@media only screen and (min-width: 1536px) {
    #section-rule-reward .-image-right img {
        max-height: 450px;
    }

    .block-rule .block-main .content .title {
        font-size: 2rem;
    }

    .block-rule .block-main .content .text {
        font-size: 1.5rem;
    }

    .block-rule .block-main .content .text-2 {
        font-size: 1.5rem;
    }
}
/*END=section-rule-reward */
/*START=section-value */
#section-value {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#section-value .block-title {
    margin-bottom: 60px;
}

.block-value > .block-main .summary {

    margin-bottom: 1rem;
    text-align: justify;
}

.block-value > .block-main > .title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.block-skill {
    flex-wrap: wrap;
    display: flex;
}

    .block-skill .block-main {
        width: 25%;
        margin: auto;
        padding-top: 0.5rem;
        text-align: center;
        margin-bottom: 0.75rem;
    }

        .block-skill .block-main .title {
            margin-top: 0.75rem;
            font-weight: 600;
        }

        .block-skill .block-main .icon img {
            height: 55px;
        }

@media only screen and (min-width: 768px) {
    .block-skill .block-main {
        margin-bottom: 0rem;
    }

        .block-skill .block-main .icon img {
            height: 40px;
        }

        .block-skill .block-main .title {
            margin-top: 0.5rem;
        }
}

@media only screen and (min-width: 992px) {
    .block-skill .block-main .icon img {
        height: 55px;
    }

    .block-skill .block-main .title {
        margin-top: 0.75rem;
    }

    .block-value > .block-main .summary {
        margin-bottom: 0.75rem;
    }

    .block-value > .block-main > .title {
        margin-bottom: 0.75rem;
    }
}

@media only screen and (min-width: 1200px) {
    .block-skill .block-main .icon img {
        height: 55px;
    }

    .block-skill .block-main .title {
        font-family: "Nunito", "Montserrat", sans-serif;
        margin-top: 0.75rem;
        font-size: 1.1rem;
    }

    .block-value > .block-main .summary {
        font-family: "Nunito", "Montserrat", sans-serif;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .block-value > .block-main > .title {
        font-family: "Nunito", "Montserrat", sans-serif;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 1536px) {
    .block-value > .block-main .summary {
        font-size: 1.5rem;
    }

    .block-value > .block-main > .title {
        font-size: 1.5rem;
    }
}
/*END=section-value */
/*START=section-text-flash */
#section-text-flash {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-text-flash {
    color: #ff6b00;
}

    .block-text-flash .txt-1 {
        font-size: 1.25rem;
        font-family: "Nunito", "Montserrat", sans-serif;
        animation: flash 3s ease 3s infinite;
    }

    .block-text-flash .txt-2 {
        font-size: 2rem;
        font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
        animation: flash 3s ease 3s infinite;
    }

    .block-text-flash .txt-3 {
        font-size: 1.25rem;
        font-family: "Nunito", "Montserrat", sans-serif;
        animation: flash 3s ease 3s infinite;
    }

@media only screen and (min-width: 768px) {
    .block-text-flash {
        color: #ff6b00;
    }

        .block-text-flash .txt-1 {
            font-size: 1.75rem;
        }

        .block-text-flash .txt-2 {
            font-size: 3rem;
        }

        .block-text-flash .txt-3 {
            font-size: 1.75rem;
        }
}

@media only screen and (min-width: 1200px) {
    .block-text-flash {
        color: #ff6b00;
    }

        .block-text-flash .txt-1 {
            font-size: 2rem;
        }

        .block-text-flash .txt-2 {
            font-size: 30px;
        }

        .block-text-flash .txt-3 {
            font-size: 2rem;
        }
}

@media only screen and (min-width: 1536px) {
    .block-text-flash .txt-1 {
        font-size: 2rem;
    }

    .block-text-flash .txt-3 {
        font-size: 2rem;
    }
}
/*END=section-text-flash */
.marquee-content {
    display: block;
    background-color: #ff6666;
    color: #fff;
    font-size: 2rem;
    padding: 1.5rem 15px;
    text-transform: uppercase;
    font-family: "Paytone One", "Montserrat", "Barlow Semi Condensed", "Open Sans", sans-serif, "Inter";
}

/*START=section-register-text */
#section-register-text {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    #section-register-text .text-bottom {
        color: #ff6b00;
        text-align: center;
        font-size: 1.5rem;
    }

.block-register-text .block-main {
    display: flex;
    margin-bottom: 1.5rem;
}

    .block-register-text .block-main .icon {
        min-width: 30px;
        width: 30px;
        margin-right: 1rem;
    }

    .block-register-text .block-main .text {
        text-align: justify;
    }

@media only screen and (min-width: 992px) {
    #section-register-text .text-bottom {
        font-size: 2rem;
    }

    .block-register-text .block-main {
        margin-bottom: 1.25rem;
    }

        .block-register-text .block-main .icon {
            min-width: 25px;
            width: 25px;
            margin-right: 1rem;
        }
}

@media only screen and (min-width: 1200px) {
    .block-register-text .block-main {
        display: flex;
        margin-bottom: 1.5rem;
    }

        .block-register-text .block-main .icon {
            min-width: 30px;
            width: 30px;
            margin-right: 1rem;
        }

        .block-register-text .block-main .text {
            font-size: 1rem;
        }
}

@media only screen and (min-width: 1536px) {
    .block-register-text .block-main {
        margin-bottom: 1.5rem;
    }

        .block-register-text .block-main .text {
            font-size: 1.2rem;
        }
}
/*END=section-register-text */
/*START=section-benefit */
#section-benefit {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* ===== Layout ===== */
.benefit-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ===== Card ===== */
.benefit-item {
  background: #ffffff;
  border-radius: 24px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
}

.benefit-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

/* ===== Icon ===== */
.benefit-icon {
  width: 70px;
  height: 70px;
  border-radius: 40px;
  background: #FFFFFF;
  box-shadow: 0 3px 8px rgba(255, 150, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.benefit-icon img {
  width: 38px;
  height: 38px;
}

.benefit-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #3F3F46;
  margin-bottom: 10px;
  line-height: 1.3;
}

.benefit-desc {
  font-size: 16px;
  color: #71717A;
  line-height: 1.5;
  margin: 0;
}

/* ===== Responsive ===== */
@media (max-width: 1199.98px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }
}

#section-trip {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}

#section-trip .trip-wrapper{
  margin-top: 40px;
}

#section-trip .trip-steps{
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  position: relative;
  align-items: center;  
}

#section-trip .step-connector{
  width: 48px;   
  height: auto;
  display: block;
  filter: drop-shadow(0 1px 0 rgba(255,138,0,.12));
}

.step-2 {
  transform: rotate(180deg);
}

#section-trip .step-item{
  position: relative;
  background: #fff;
  height: 100%;
  width: 100%;
  border: 1px solid #FFB36A;        
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 6px 16px rgba(255, 141, 0, 0.08);
}

#section-trip .step-icon{
  width: 70px; 
  height: 70px;
  border-radius: 40px;
  background: #FFEFE4;
  display: flex; 
  align-items: center; 
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(255, 140, 0, .15);
}
#section-trip .step-icon img{
  width: 38px; 
  height: 38px; 
  object-fit: contain;
}

#section-trip .step-title{
  font-size: 20px; 
  line-height: 1.3;
  color: #3F3F46; 
  font-weight: 700;
  margin: 0 0 8px 0 !important;
}

#section-trip .step-desc{
  margin: 0;
  font-weight: 400;
  color: #71717A;
  font-size: 16px; 
  line-height: 1.5;
}

.trip-note{
  margin-top: 40px;
  background: #FFF7ED;
  border: 1px solid #FF8501;
  border-radius: 24px;
  padding: 22px;
  text-align: center;
  color: #FF8501;
  font-weight: 700;
}

/* --- Responsive --- */
@media (max-width: 991.98px){
  #section-trip .trip-steps{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #section-trip .step-connector{
    margin: 0 auto;
    transform: rotate(90deg);
    width: 32px;           
    opacity: 0.9;
  }
}

#section-policy{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#section-policy .policy-table-wrap{
  margin-top: 40px;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  overflow: hidden;             
  background: #fff;
}

#section-policy .policy-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  color: #3F3F46;
}

#section-policy .policy-table thead th{
  background: #FF8501;
  color: #fff;
  text-align: left;
  font-weight: 700;
  padding: 14px 18px;
  border-bottom: 0;
}

#section-policy .policy-table tbody td{
  padding: 16px 18px;
}
#section-policy .policy-table tbody tr:last-child td{
  border-bottom: none;
}

#section-policy .policy-table td:nth-child(2),
#section-policy .policy-table th:nth-child(2){
  width: 30%;
  text-align: center;
  white-space: nowrap;
}

/* responsive: cuộn ngang nhẹ trên mobile */
@media (max-width: 767.98px){
  #section-policy .policy-table-wrap{
    border-radius: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #section-policy .policy-table{
    min-width: 640px; /* giữ bố cục, cho phép scroll ngang */
  }
}


/*END=section-benefit*/
/*START=section-info-payment */
#section-info-payment {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-info-payment .block-main .title {
    font-family: "Nunito", "Montserrat", sans-serif;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.block-info-payment .block-main .banks {
    margin-bottom: 0.75rem;
}

    .block-info-payment .block-main .banks img {
        width: 22px;
        margin-right: 0.5rem;
    }

.block-info-payment .block-main .contact {
    margin-top: 1rem;
    font-size: 1.25rem;
}

@media only screen and (min-width: 1200px) {
    .block-info-payment .block-main .title {
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
        font-weight: 700;
    }

    .block-info-payment .block-main .banks {
        margin-bottom: 0.75rem;
        font-size: 1rem;
    }

        .block-info-payment .block-main .banks img {
            width: 30px;
            margin-right: 0.75rem;
        }

    .block-info-payment .block-main .contact {
        margin-top: 1rem;
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 1536px) {
    .block-info-payment .block-main .title {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    .block-info-payment .block-main .contact {
        font-size: 2rem;
    }
}
/*END=section-info-payment*/
/* START ============ section-product  */
#section-product {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-video {
    border-radius: 1.5rem;
    /*border: 10px solid #c65a2d;*/
    overflow: hidden;
}

.block-product .block-main {
    display: flex;
    margin-bottom: 1rem;
}

    .block-product .block-main .number {
        font-size: 6rem;
        margin-right: 1rem;
        line-height: 1;
        font-weight: 700;
        color: #ffb600;
        font-family: "Montserrat", "Nunito", sans-serif;
        min-width: 120px;
        text-align: center;
    }

    .block-product .block-main .content {
        flex-grow: 1;
    }

        .block-product .block-main .content .title {
            color: #ffb600;
            font-family: "Nunito", "Montserrat", sans-serif;
        }

        .block-product .block-main .content .summary {
            text-align: justify;
        }

@media only screen and (min-width: 992px) {
    .block-product .block-main .number {
        font-size: 5rem;
        margin-right: 0.5rem;
        min-width: 100px;
    }

    .block-product .block-main .content .title {
        font-size: 1.2rem;
    }

    .block-product .block-main .content .summary {
        font-size: 95%;
    }
}

@media only screen and (min-width: 1200px) {
    .block-product .block-main .number {
        font-size: 6rem;
        margin-right: 1rem;
        min-width: 120px;
    }

    .block-product .block-main .content .title {
        font-size: 1.5rem;
    }

    .block-product .block-main .content .summary {
        font-size: 100%;
    }
}

@media only screen and (min-width: 1536px) {
    .block-product .block-main .number {
        font-size: 6rem;
        margin-right: 1rem;
        min-width: 120px;
    }
}

.siteFooter-download{
    margin-top: 60px;
}

.social-icons{
    display: flex;
    gap: 20px;
}

.social-icon{
    width: 40px;
    height: 40px;
}

.social-icon img {
    object-fit: contain;
}
/*  END  ============ section-product */
/* START=section-app */
#section-app {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    #section-app .list-download .block-download {
        border: thin solid #fff;
        padding: 0;
        overflow: hidden;
    }

    #section-app .list-download .text {
        background-color: #fff;
        padding: 0.25rem 0.75rem;
    }

    #section-app .list-download .block-download > img {
        padding: 0.75rem;
        margin-top: 0;
    }

.block-app {
    text-align: center;
}

    .block-app .block-main {
        color: #fff;
    }

        .block-app .block-main .title {
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }

@media only screen and (min-width: 992px) {
    .block-app .block-main .title {
        font-size: 1.2rem;
    }

    #section-app .list-download {
        justify-content: flex-start;
    }

    .block-app {
        text-align: left;
    }

    #section-app .list-download .block-download:last-child {
        margin-right: 0rem;
    }

    #section-app .list-download .block-download {
        margin-right: 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .block-app .block-main .title {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1536px) {
    .block-app .block-main .title {
        font-size: 1.5rem;
    }

    #section-app .list-download .block-download {
        margin-right: 2rem;
    }
}
/*END=section-app */
.price-flash {
    font-weight: 600;
    animation: flash 7s ease 4s infinite;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background-color: #ddd;
    border-radius: 50%;
    border: 1px solid #fff;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
    background-color: #fff;
    color: #212529;
}

.app-container {
    padding: 60px 0;
    background-image: url(/images/background/bg_app.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.app-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.btn-exp{
    border-radius: 12px !important;
}

.app-right{
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-info-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: left;
}

.app-info-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 !important;
    text-align: left;
}


.download-options {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.qr-card {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 0 !important;
    box-sizing: border-box;
    flex: 1;
}

.download-icon {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    gap: 12px;
    padding: 10px;
}

    .download-icon img {
        width: 30px;
        height: 30px;
    }

.qr-icon {
    background: #28282A;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
}

/* START ============ section-comments */
#section-comments {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-comment .block-main {
    margin: 1px;
    background-color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    border: thin solid #c97e01;
    min-height: 300px;
}

    .block-comment .block-main .header {
        margin-bottom: 1rem;
    }

        .block-comment .block-main .header .title {
            font-weight: 700;
        }

        .block-comment .block-main .header .star {
            color: #ffc34d;
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }

.header .star i {
    padding-right: 0.75rem;
}

.block-main .header .summary {
    min-height: 94px;
    margin-bottom: 1rem;
}

.block-comment .block-main .customer {
    display: flex;
}

.block-main .customer .image img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    margin-right: 0.5rem;
    border: thin solid #c97e01;
}

.customer .info .name {
    font-weight: 700;
}

.customer .info .job {
    font-size: 85%;
    color: #8d8d8d;
}

#slide-comments .owl-nav .owl-prev,
#slide-comments .owl-nav .owl-next {
    background-color: #222b37;
    color: #fff;
}

#slide-comments .owl-nav .owl-prev {
    padding-right: 5px !important;
}

#slide-comments .owl-nav .owl-next {
    padding-left: 5px !important;
}

@media only screen and (min-width: 768px) {
    .customer .info .job {
        font-size: 90%;
    }

    .block-main .customer .image img {
        width: 50px;
        height: 50px;
        min-width: 50px;
        margin-right: 0.75rem;
    }

    .block-comment .block-main {
        padding: 1.5rem;
        min-height: 300px;
    }

        .block-comment .block-main .header .title {
            font-size: 1.1rem;
        }

    .customer .info .name {
        font-size: 1.15rem;
    }

    #slide-comments .owl-nav .owl-prev {
        left: -50px;
    }

    #slide-comments .owl-nav .owl-next {
        right: -50px;
    }
}

@media only screen and (min-width: 992px) {
    .block-comment .block-main {
        padding: 1rem;
        min-height: 261px;
    }
}

@media only screen and (min-width: 1200px) {
    .block-comment .block-main .header .title {
        font-size: 1rem;
    }

    .block-comment .block-main {
        padding: 1rem;
        min-height: 260px;
    }

    .block-main .header .summary {
        min-height: 94px;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 1536px) {
    .block-comment .block-main .header .title {
        font-size: 1.1rem;
    }

    .block-main .header .summary {
        min-height: 94px;
        margin-bottom: 1rem;
    }

    .customer .info .job {
        font-size: 100%;
    }

    .block-comment .block-main {
        padding: 1.5rem;
        min-height: 300px;
    }
}
/*  END  ============ section-comments */
/* START ============ siteFooter-top */
/* Footer top */
.siteFooter-top{
  background: #fff;
  padding: 48px 0 28px;
}

.footer-grid{
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; 
    height: 100%;
}
.footer-brand .brand-logo{
  height: 80px; 
  width: auto;
  object-fit: contain;
}

.footer-brand .brand-desc{
  color:#3F3F46; 
  font-weight: 500;
  line-height: 1.5;
  margin: 0 !important;
}

.social-list{
  display:flex; 
  gap:14px; 
  padding:0; 
  list-style:none;
}

.social-list a{
  width: 32px; 
  height: 32px; 
  border-radius:50%;
  display:flex; 
  align-items:center; 
  justify-content:center;
  color:#fff; 
  background:#FF8A00;
  box-shadow:0 6px 14px rgba(255,138,0,.25);
  transition: transform .15s ease, filter .15s ease;
}

.social-list a:hover{ 
    transform: translateY(-2px); 
    filter: brightness(1.05); 
    text-decoration:none;
}

/* Columns */
.footer-col .footer-title{
  font-weight: 700; 
  color: #3F3F46; 
  margin-bottom: 24px;
  font-size: 18px;
}
.footer-menu{ 
    list-style:none; 
    padding:0; 
 }
.footer-menu a{
  color:#71717A; 
  text-decoration:none;
}
.footer-menu a:hover{ color:#FF6B01; }

.store-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.store-row .store-badge img {
  width: 100%;
  height: auto;
}

.bct-wrap img{ 
    height:52px; 
    width:auto;
}

.siteFooter-bottom.-bg-color-4{
  background:#0f1217;
}

.store-row-mobile, .bct-wrap-mobile, .social-list-mobile{
    display: none;
}

/* Responsive */
@media (max-width: 991.98px){
  .footer-grid{ grid-template-columns: 1fr; gap: 28px; }
}





.siteFooter-menu.social a {
    font-size: 1.375rem;
    border-bottom: none;
    width: 32px;
    margin-right: 0.5rem;
}

.siteFooter-bottom {
    background-color: #2a2a2a;
}

.siteFooter-btn-website {
    /* margin: auto; */
    margin-bottom: 1rem;
    /* background-color: #2a2a2a; */
    /* padding: 5px 5px 5px 40px; */
    /* position: relative; */
    display: block;
    /* border-radius: 5px; */
    /* line-height: 30px; */
    /* text-align: center; */
    /* color: #fff; */
    /* border: 1px solid #ff6c01; */
    /* width: 130px; */
}

.siteFooter-menu .title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.footer-menu {
    list-style: none;
    padding-left: 0;
}

    .footer-menu a {
        display: block;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        color: #212529;
    }

.siteFooter-about {
    display: flex;
    align-items: flex-end;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

    .siteFooter-about img {
        max-height: 90px;
        margin-right: 1rem;
    }

    .siteFooter-about p span {
        color: #ff6b00;
    }

.siteFooter-menu.contact .contact-info {
    padding: 0.25rem 0;
}

.contact-info i {
    width: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .siteFooter-about {
        font-size: 1.1rem;
        text-align: left;
    }

    .siteFooter-social {
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    .siteFooter-about img {
        max-height: 120px;
    }
}

@media only screen and (min-width: 1200px) {
    .siteFooter-menu.social a {
        margin-right: 1rem;
    }

    .siteFooter-about img {
        max-height: 120px;
    }
}

@media only screen and (min-width: 1536px) {
    .siteFooter-menu.social a {
        margin-right: 1.5rem;
    }

    .siteFooter-download {
        margin-top: 7rem;
    }

    .siteFooter-about img {
        max-height: 170px;
    }
}
/*  END  ============ siteFooter-top */
/*---------------------------*/
/* Start==========================button-back to top=================================== */
#return-to-top {
    z-index: 999;
    position: fixed;
    bottom: 170px;
    right: 30px;
    background: rgb(0, 0, 0);
    background: #fccc3a;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 14px;
        top: 7px;
        font-size: 27px;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fccc3a;
            top: 3px;
        }

/* End==========================button-back to top=================================== */
/* End===============================Trang chu======================================= */
/*===============edn=================*/
/* START ============ PAGE PAYMENT */
#block-payment {
    font-size: 14px;
}

/* End ============ PAGE PAYMENT */
/*-----------------------end-------------------------------*/
/*responsive*/
.chatzalo {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 70px;
    height: 70px;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    z-index: 999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 50%;*/
    /*box-shadow: 0 5px 5px rgb(0 0 0 / 10%);*/
}

#divQRCode {
    position: fixed;
    right: 35px;
    overflow: hidden;
    border-radius: 0.5rem;
    bottom: 130px;
    width: 150px;
    height: 150px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=global.css.map */

.color-stype-text {
    color: #FF6B00 !important;
    /*font-weight: 900;
    font-family: Nunito;
    font-weight: 900;
    line-height: 62.4px;
    letter-spacing: -0.02em;
    text-align: center;*/
}

.image-fix {
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn-fix {
    position: absolute;
    top: 0;
    margin: 15px;
}

@media (max-width: 1040px) {
    .image-fix {
        position: relative;
    }

    .btn-fix {
        position: relative;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

#thamgia ._button .btn-beekids {
    animation: pulse 2s ease infinite;
    border-radius: 7px;
    font-weight: 600;
    border: 0px;
}

.btn-course {
    background-color: white;
    border: solid 2px #FF6B00;
    border-radius: 10px;
    color: #FF6B00;
}


/*START=section-register */
#section-register {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #FFFFFF;
}

#section-register .register-card{
  margin-top: 40px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 32px;
}

#section-register .reg-left{
  border-radius: 24px;
  overflow: hidden;
}
#section-register .reg-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-register .reg-right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#section-register .reg-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 18px;
}

#section-register .form-group{
  display: flex;
  flex-direction: column;
}
#section-register .form-group--full{ grid-column: 1 / -1; }

#section-register label{
  font-size: 14px;
  color: #71717A;
  margin-bottom: 6px;
}
#section-register label span{ color: #ff6b00; }

#section-register input,
#section-register textarea{
  background: #fff;
  border: 1.5px solid #EDEDF2;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  color: #111827;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
#section-register input::placeholder,
#section-register textarea::placeholder{ color: #c1c5cd; }

#section-register input:focus,
#section-register textarea:focus{
  border-color: #ffb36a;
  box-shadow: 0 0 0 4px rgba(255, 140, 0, .12);
}

#section-register .reg-actions{
  margin-top: 20px;
  display: flex; 
  justify-content: center;
}
#section-register .btn.btn-cta{
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 12px;
  background: linear-gradient(90deg, #FFA800 0%, #FF6B00 100%);
  box-shadow:
    0 8px 18px rgba(255,132,0,.35),
    0 12px 28px rgba(255,94,0,.25);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
#section-register .btn.btn-cta:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 12px 24px rgba(255,132,0,.45),
    0 18px 34px rgba(255,94,0,.30);
}

/* Responsive */
@media (max-width: 1199.98px){
  #section-register .register-card{
    grid-template-columns: 1fr;
    padding: 18px;
  }
  #section-register .reg-actions{
    justify-content: center;
  }
}
@media (max-width: 575.98px){
  #section-register .reg-grid{
    grid-template-columns: 1fr;
  }
}

#section-faq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #FFFFFF;
}

#section-faq .faq-box {
  margin-top: 40px;
  background: #FFE7C2;
  background-image: url(/images/bg-img-orange-small.jpg); 
  background-size: cover;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#section-faq .faq-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #FF8501;
    padding: 14px 22px;
  transition: all 0.25s ease;
}

#section-faq .faq-question {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #3F3F46;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
}

#section-faq .faq-icon {
  width: 32px;
  height: 32px;
  background: #FF8A00;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  transition: all .2s;
}

#section-faq .faq-answer {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.5;
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s ease, padding .25s ease;
}

#section-faq .faq-icon::before { content: "+"; }
#section-faq .faq-item.active .faq-icon::before { content: "–"; }

#section-faq .faq-item.active .faq-icon{
  background: #FF6B01;
}

#section-faq .faq-item.active .faq-answer{
  padding: 8px 8px 8px 24px; 
}

#section-faq .faq-item .faq-answer::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(180deg,#FFA501,#FF7001);
  opacity: 0;
  transition: opacity .2s ease;
}
#section-faq .faq-item.active .faq-answer::before{
  opacity: 1;
}

#section-faq .faq-answer{ position: relative; }

#section-faq .faq-item.active{
  box-shadow: 0 10px 22px rgba(255, 132, 0, .12);
  border-color: #FFA34E;
}

/* MOBILE */
@media (max-width: 575.98px){
  #section-faq .faq-question span{
    font-size: 16px;
  }
}

#section-wait{
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image:
    linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)),
    url(/images/sinhvien/background_wait.jpg);  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section-wait .wait-card{
  margin-top: 40px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(0,0,0,.06);
  padding: 18px;
}

#section-wait .wait-gallery{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
}

#section-wait .wait-item--big{
  grid-column: 1;
  grid-row: 1;
  border-radius: 22px;
  height: 100%;
}

#section-wait .wait-col{
  display: grid;
  gap: 18px;
  height: 100%;
}

#section-wait .wait-col--equal{
  grid-template-rows: 1fr 1fr;
}

#section-wait .wait-col--ratio{
  grid-template-rows: 2fr 1fr;
}

#section-wait .wait-item{
  border-radius: 18px;
  overflow: hidden;
}
#section-wait .wait-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.wait-cta{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}


/* Responsive */
@media (max-width: 991.98px){
  #section-wait .wait-gallery{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  #section-wait .wait-item--big{ grid-row: auto; grid-column: 1 / -1; height: 300px; }
}
@media (max-width: 575.98px){
  #section-wait .wait-gallery{ gap: 12px; }
  #section-wait .wait-item--big{ height: 220px; }
  #section-wait .wait-item{ border-radius: 14px; }
}



#section-app .contact-wrap{
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

#section-app .contact-card{
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
  padding: 18px;
}

.contact-card .card-title{
    color: #3F3F46;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
}

.info-card{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#section-app .info-row{
  display: flex; 
  align-items: center; 
  gap: 12px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}

#section-app .info-row span{
    color: #3F3F46;
    font-weight: 600;
    font-size: 16px;
}

#section-app .info-ico{
  width: 52px; 
  height: 52px; 
  border-radius: 8px;
  display: inline-flex; 
  align-items: center; 
  justify-content: center;
  background: #FFFFFF; 
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}

#section-app .info-ico img{
    width: 26px;
    height: 26px;
    object-fit: cover;
}

#section-app .map-tabs{
  display: flex; 
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 12px;
}

#section-app .map-tab{
  border: 0; 
  width: 100%;
  cursor: pointer; 
  font-weight: 600;
  padding: 8px 12px; 
  border-radius: 10px;
  color: #ff7a00; 
  background: #fff; 
  transition: all .2s ease;
}

#section-app .map-tab.active{
  color: #fff;
  background: linear-gradient(90deg,#FFA501,#FF7001);
  box-shadow: 0 8px 18px rgba(255,132,0,.25);
}

#section-app .map-tab:hover {
  background: rgba(255, 122, 0, 0.08);
  color: #ff7a00;
}

#section-app .map-tab.active:hover{
  background: linear-gradient(90deg,#FFA501,#FF7001) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(255,132,0,.25);
}

#section-app .map-tab:focus {
  outline: none;
  box-shadow: none;
}

#section-app .map-frame{
  border-radius: 14px; 
  overflow: hidden;
  height: 240px; 
  margin-bottom: 12px;
}
#section-app .map-frame iframe{
  width: 100%; 
  height: 100%; 
  border: 0; 
  display: block;
}

#section-app .map-address{
  text-align: left; 
  color: #3F3F46; 
  font-size: 16px;
}

/* Responsive */
@media (max-width: 991.98px){
  #section-app .contact-wrap{ grid-template-columns: 1fr; }
}











.img-register img {
    border-radius: 1rem;
}

.block-register > .block-main {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.2);
}

    .block-register > .block-main .form-control {
        background-color: #fcfaf6;
        border-color: #fcfaf6;
    }

        .block-register > .block-main .form-control.is-invalid {
            border-color: #dc3545;
        }

    .block-register > .block-main .chosen-container-single .chosen-single {
        background-color: #fcfaf6;
        border-color: #fcfaf6;
    }

    .block-register > .block-main .input-group-text {
        border-color: #fff4eb;
        background-color: #fff4eb;
    }

    .block-register > .block-main .block-row.countdown {
        margin-bottom: 10px;
    }

        .block-register > .block-main .block-row.countdown .col-countdown .number {
            font-size: 1.5rem;
            padding: 5px;
            width: 50px;
            margin: 5px;
        }

        .block-register > .block-main .block-row.countdown .col-countdown .text {
            font-size: 0.875rem;
        }

.block-register .list-button .btn {
    display: block;
    border-radius: 8px;
    margin: 0 auto;
    /* width: 100%; */
}

.block-tab-Account ul .nav-item {
    width: 50%;
}

    .block-tab-Account ul .nav-item .nav-link {
        text-align: center;
        line-height: 30px;
        font-weight: 600;
        color: #02103b;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

.block-tab-Account .nav-pills .nav-link.active {
    color: #fff;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(255, 195, 77) 0%, rgb(255, 107, 1) 100%);
}

/* block-card child*/
.block-card.child .block-main {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
    /*box-shadow: 0px 7px 20px 0px rgb(71 71 72 / 10%);*/
    border-radius: 5px;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-card.child .block-row.images {
    max-width: 35px;
    min-width: 35px;
    margin-right: 15px;
}

.block-card.child .block-row.contest {
    min-width: 100%;
}

.block-card.child .block-row .info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .block-card.child .block-row .info b {
        /* margin-top: 5px; */
        font-size: 1rem;
        color: #151b26;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .block-card.child .block-row .info p {
        margin-bottom: 0;
        color: #646f79;
    }

.block-card.child.active .block-main {
    /*background-color: #fff9f4;*/
    border: 1px solid #ff6b00;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

/*---------------------------*/
@media (min-width: 768px) {
    /* .block-register > .block-main .block-row {
         font-size: 1.2rem;
     } */
    .block-register > .block-main .countdown .col-countdown .number {
        font-size: 2rem;
        padding: 7px;
        width: 70px;
        margin: 10px;
    }

    .block-register > .block-main .countdown .col-countdown .text {
        font-size: 1rem;
    }
}
/*END=section-register */

.payment-fix {
    border: 3px solid #FF6B00;
    border-radius: 10px;
    padding: 15px;
}

    .payment-fix .text-header {
        color: #FF6B00 !important;
        font-family: Nunito;
        font-size: 40px;
        font-weight: 900;
        line-height: 62.4px;
        text-align: left;
    }

.color-beekid-a-event-register {
    font-size: 15px;
    color: #ff6b00;
    font-weight: 600;
}

.note-event-register {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
}

.text-color-ff0000 {
    color: #FF0000 !important;
}


.img-btn-km {
    background-image: url(/images/btn-ma-km-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 471px;
    height: 199px;
    text-align: center;
    display: inline-block;
}

    .img-btn-km .text-div-ma {
        margin-top: 37px;
    }

    .img-btn-km .txt-nhap {
        font-family: Nunito;
        font-size: 32px;
        font-weight: 700;
        line-height: 44.8px;
        text-align: center;
    }

    .img-btn-km .txt-ma {
        font-family: Nunito;
        font-size: 48px;
        font-weight: 900;
        line-height: 67.2px;
        text-align: center;
        color: white;
        text-shadow: 3px 4px #783E11 !important;
    }

.prt-red {
    font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
    font-weight: 400;
    color: #D10200 !important;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    font-size: 50px;
    text-shadow: 3px 4px #D10200 !important;
}

.block-card.product .block-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    margin-top: 30px;
    border-radius: 12px;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(71, 71, 72, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(71, 71, 72, 0.1);
    transition: all 0.3s ease-in-out;
}

    .block-card.product .block-main:hover {
        /*background-color: #ffffd3;*/
        border: 1px solid #FCCE5B;
    }

    .block-card.product .block-main .info_price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0.25rem;
    }

    .block-card.product .block-main .info_class {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
    }

        .block-card.product .block-main .info_class span {
            white-space: nowrap;
            background: rgba(106, 188, 69, 0.12);
            display: inline-block;
            margin: 0 3px 3px 3px;
            color: #6ABC45;
            padding: 2px 6px;
            font-size: 85%;
            border-radius: 6px;
        }

        .block-card.product .block-main .info_class .col-info_right {
            min-height: 48px;
            color: #3BB071;
            font-size: 14px;
            margin-left: 0.5rem;
            /*span::after {
      content: ",";

      &:last-child {
          content: "";
      }
  }*/
        }

    .block-card.product .block-main .block-row.images {
        position: relative;
        display: block;
    }

        .images-course {
            width: 100%;
            /*height: 180px;*/
            -o-object-fit: contain;
            object-position: center top;
            /*object-fit: cover;*/
            vertical-align: middle;
            border-radius: 8px;
        }

        .course-badge-overlay{
            position: absolute;
            top: 0px;
            right: 0px;
            width: 120px;
            z-index: 2;
            animation: pulse 2s ease infinite;
        }

        .block-card.product .block-main .block-row.images .sale-off {
            position: absolute;
            left: -1rem;
            top: -1rem;
            width: 3rem;
        }

            .block-card.product .block-main .block-row.images .sale-off img {
                width: 3rem;
                height: 3rem;
            }

        .block-card.product .block-main .block-row.images .learning-width-teach {
            position: absolute;
            top: -1rem;
            right: -29px;
            width: 120px;
        }

            .block-card.product .block-main .block-row.images .learning-width-teach img {
                width: 120px;
                height: auto;
            }

        .block-card.product .block-main .block-row.images .percent-discord {
            position: absolute;
            left: -1rem;
            top: 2.25rem;
            background-color: #FCCC3A;
            color: #fff;
            font-size: 13px;
            line-height: 20px;
            font-weight: 500;
            z-index: 3;
            border-radius: 2px;
            padding: 2px 4px;
        }

    .block-card.product .block-main .block-row.cate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0.25rem;
    }

        .block-card.product .block-main .block-row.cate .name-cate {
            color: #FFA95F;
            font-size: 14px;
        }

        .block-card.product .block-main .block-row.cate .btn-link {
            color: #FF6B00;
            font-weight: 700;
            -webkit-animation: flash 3s ease infinite;
            animation: flash 3s ease infinite;
        }

    .block-card.product .block-main .block-row.title {
        font-size: 20px;
        height: 54px;
        line-height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #252525;
        overflow: hidden;
        font-weight: 600;
        margin-bottom: 0;
        transition: all 0.3s ease-in-out;
    }

    .block-card.product .block-main .block-row.link {
        text-align: center;
    }

        .block-card.product .block-main .block-row.link .btn-link {
            color: #FF6B00;
            font-weight: 700;
            -webkit-animation: flash 4s ease infinite;
            animation: flash 4s ease infinite;
            transition: all 0.3s ease-in-out;
        }

    .block-card.product .block-main .block-row.button {
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

        .block-card.product .block-main .block-row.button .btn {
            font-family: "Nunito", "Open Sans", "Inter", sans-serif, "Barlow Semi Condensed";
            padding: 0.75rem 0;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .block-card.product .block-main .block-row.button .btn-beekids {
            line-height: 26px;
        }

    .block-card.product .block-main .block-row .col-info_right {
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .block-card.product .block-main .block-row .col-info_left {
        color: #707A8A;
        font-size: 14px;
    }

    .block-card.product .block-main .price .price-new {
        font-size: 20px;
        /*line-height: 1.3;*/
        font-weight: 700;
        color: #FF6B00;
    }

        .block-card.product .block-main .price .price-new img {
            height: 16px;
            margin-left: 2px;
        }

    .block-card.product .block-main .price .price-old {
        margin-right: 5px;
        color: #cfcccc;
        font-size: 0.8rem;
        text-decoration: line-through;
    }

.form-dang-ky-title {
    text-align: center;
    font-family: 'Quicksand';
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 25px;
}

.label-textbox-dangky {
    font-family: 'Quicksand';
    color: #02103B;
    font-weight: 500;
    font-size: 18px;
}

.block-card.product .block-main .block-row.title:hover {
    color: #FF6B00;
    text-decoration: none
}

.block-card.product .block-main .block-row.link .btn-link:hover {
    text-decoration: none;
    transform: scale(1.2);
    /* font-size: 18px; */
}

.form-row input::placeholder {
    font-size: 16px; 
    color: #888; 
    font-weight: 400; 
    opacity: 1; 
}


@media only screen and (max-width: 520px) {
    .img-btn-km {
        background-image: url(/images/btn-ma-km-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 349px;
        height: 146px;
        text-align: center;
        display: inline-block;
    }

        .img-btn-km .txt-nhap {
            font-family: Nunito;
            font-size: 28px;
            font-weight: 700;
            line-height: 16.8px;
            text-align: center;
        }

        .img-btn-km .txt-ma {
            font-family: Nunito;
            font-size: 36px;
            font-weight: 900;
            line-height: 50.2px;
            text-align: center;
            color: white;
            text-shadow: 3px 4px #783E11 !important;
        }

    #block-banner .content-block .text-1 {
        font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
        color: #aa2200;
        font-size: 1.8rem;
        -webkit-text-stroke-color: white;
        /* -webkit-text-stroke-width: 1px; */
        text-shadow: 3px 4px #ffffff !important;
    }

    #block-banner .content-block .txt-register {
        font-size: 2rem;
    }

    .prt-red {
        font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
        color: #FF0000 !important;
        -webkit-text-stroke-color: white;
        -webkit-text-stroke-width: 1px;
        font-size: 45px;
        text-shadow: 3px 4px #FF0000 !important;
    }
}

.text-popup-course-detail {
    font-family: Nunito;
    text-align: center;
    color: red;
}

    .text-popup-course-detail .paket-name {
        font-family: Nunito;
        font-size: 16px;
        font-weight: 500;
        line-height: 21.82px;
        color: red;
    }

        .text-popup-course-detail .paket-name .price-old {
            font-family: Nunito;
            font-size: 16px;
            font-style: italic;
            font-weight: 400;
            line-height: 21.82px;
            color: #B6B6B6;
            text-decoration: line-through;
        }

        .text-popup-course-detail .paket-name .price-new {
            font-family: Nunito;
            font-size: 30px;
            font-weight: 700;
            line-height: 40.92px;
        }

.detail-text-course {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    color: #FF6B00;
}

.btn-zalo-group img {
    max-width: 225px;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.btn-zalo-group:hover img {
    transform: scale(1.02); 
    filter: brightness(1.2);
}

.trial-class-free {
    background-color: #4CAF50; 
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 30px; 
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.trial-class-free p{
    margin: 0 !important;
}

.hoc-la-choi {
    color: white;
    font-weight: 600;
    font-size: 25px;
}

    .config-loi-it:nth-child(1) {
        margin-left: 10px;
    }

    .config-loi-it:nth-child(2) {
        margin-left: 20px;
    }

    .config-loi-it:nth-child(3) {
        margin-left: 30px;
    }

    .config-loi-it:nth-child(4) {
        margin-left: 40px;
    }

    .config-loi-it:nth-child(5) {
        margin-left: 50px;
    }

    .config-loi-it .loi-it {
        width: 75%;
        background-color: white;
        height: 65px;
        border-radius: 10px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: space-around;
        justify-content: space-evenly;
        padding: 5px;
    }

        .config-loi-it .loi-it .loi-it-img {
            display: flex;
            align-content: space-around;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .config-loi-it .loi-it .loi-it-content {
            margin-left: 10px;
            padding: 5px;
            font-weight: 500;
        }

@media only screen and (max-width: 1000px) {
    .config-loi-it .loi-it {
        width: 100%;
        background-color: white;
        height: 65px;
        border-radius: 10px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: space-around;
        justify-content: space-evenly;
        padding: 3px;
    }

        .config-loi-it .loi-it .loi-it-content {
            margin-left: 10px;
            padding: 5px;
            font-weight: 500;
            font-size: 17px;
        }

    .config-loi-it:nth-child(1) {
        margin-left: 0px;
    }

    .config-loi-it:nth-child(2) {
        margin-left: 0px;
    }

    .config-loi-it:nth-child(3) {
        margin-left: 0px;
    }

    .config-loi-it:nth-child(4) {
        margin-left: 0px;
    }

    .config-loi-it:nth-child(5) {
        margin-left: 0px;
    }
}


.text-phuong-phap {
    font-size: 23px;
    font-weight: 700;
    /* line-height: 41.6px; */
    /* letter-spacing: -0.02em; */
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-family: "Nunito", "Montserrat", sans-serif;
}

.text-title-pp {
    font-family: "Nunito", "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 64.4px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FF6B00;
}

.text-phuong-phap-2 {
    font-weight: 500;
}

.-bg-img-12 {
    background-image: url(/images/bg-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
