@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");

.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-family: "Montserrat", sans-serif;
    font-weight: bold;
}

p {
    margin: 0 0 15px;
    font-family: "Montserrat", "Open Sans", sans-serif;
}

body {
    font-family: "Montserrat", "Open Sans", "Nunito", sans-serif, "Barlow Semi Condensed", sans-serif, "Inter";
}

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-title p {
        color: #ff6b00;
        margin-bottom: 0;
    }

    .block-title .title-header {
        font-weight: 600;
        letter-spacing: 1px;
        color: #ff6b00;
        font-family: "Nunito", "Montserrat", sans-serif;
        text-transform: uppercase;
    }

    .block-title .title-title {
        font-weight: 700;
        font-family: "Nunito", "Montserrat", sans-serif;
        font-size: 1.25rem;
        line-height: 1.5;
        padding: 0.5rem 0;
        color: #03113b;
    }

    .block-title .title-summary {
        margin-bottom: 1.5rem;
        font-weight: 400;
        font-size: 15px;
        color: #273240;
        text-align: justify;
    }

@media only screen and (min-width: 768px) {
    .block-title {
        text-align: left;
        margin-bottom: 2rem;
    }

        .block-title .title-title {
            font-size: 2.0rem;
        }

        .block-title .title-summary {
            font-size: 1.1rem;
        }
}

.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: url(/images/bg-slide-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-7 {
    background-image: url(/images/bg-register-text.png);
    background-position: 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;
    box-shadow: 0px 10px 30px #FF6B00;
}

.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;
}

    .btn-beekids:hover,
    .btn-beekids:active {
        background-color: #ffdd40;
        border: 0px;
        color: #02103b;
    }

/*START=section-banner */
#block-banner {
    background-image: url(/images/bg_nhuong_quyen.png);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0;
}

    #block-banner .content-block {
        text-align: center;
    }

        #block-banner .content-block .logo img {
            max-height: 100px;
            margin-bottom: 1rem;
        }

        #block-banner .content-block .text-1 {
            font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
            color: #aa2200;
            font-size: 2.5rem;
            -webkit-text-stroke-color: white;
            /* -webkit-text-stroke-width: 1px; */
            text-shadow: 3px 4px #ffffff !important;
        }

        #block-banner .content-block .text-2 {
            font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
            font-size: 2.25rem;
            color: #fff;
            letter-spacing: -0.02em;
            -webkit-text-stroke-width: 2px;
            -webkit-text-stroke-color: #aa2200;
            -webkit-text-fill-color: #fff;
            margin-bottom: 0.75rem;
            text-shadow: 4px 5px #aa2200 !important;
        }

        #block-banner .content-block .txt-3 {
            font-family: "Nunito", "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        #block-banner .content-block .txt-register {
            font-family: Nunito;
            font-size: 32px;
            font-weight: 700;
            line-height: 44.8px;
            text-align: center;
        }

        #block-banner .content-block .text-nhuong-quyen {
            font-family: Nunito;
            font-size: 30px;
            font-weight: 700;
            line-height: 50.4px;
            text-align: center;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
        }

        #block-banner .content-block .txt-info-more {
            font-size: 14px;
            background-color: #ffcd4f;
            border: 2px solid #ff6b00;
            border-radius: 0.75rem;
            padding: 1rem;
        }

            #block-banner .content-block .txt-info-more b {
                font-weight: 600;
            }

        #block-banner .content-block ._button {
            margin-top: 1rem;
            padding-bottom: 2rem;
        }

            #block-banner .content-block ._button .btn-beekids {
                animation: pulse 2s ease infinite;
                border-radius: 7px;
                font-weight: 600;
                border: 0px;
            }

.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: 2.8rem;
        }

        #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: 2.8rem;
        }

        #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.8rem;
    }

    #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: 2rem;
        margin-bottom: 3rem;
    }

    .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: 3.2rem;
    }

    #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;
}

@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;
}

.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 {
        margin-top: 0.75rem;
        font-size: 1.1rem;
    }

    .block-value > .block-main .summary {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .block-value > .block-main > .title {
        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: 4rem;
        }

        .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-2 {
        font-size: 5rem;
    }

    .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;
}

.block-benefit .title {
    margin-bottom: 1rem;
    text-align: justify;
}

.block-benefit .block-main {
    display: flex;
    margin-bottom: 0.5rem;
}

    .block-benefit .block-main .icon {
        min-width: 30px;
        width: 30px;
        margin-right: 1rem;
    }

    .block-benefit .block-main .text {
        text-align: justify;
    }

@media only screen and (min-width: 1200px) {
    .block-benefit {
        font-size: 1rem;
    }

        .block-benefit .title {
            margin-bottom: 1rem;
        }

        .block-benefit .block-main {
            margin-bottom: 0.5rem;
        }

            .block-benefit .block-main .icon {
                min-width: 30px;
                width: 30px;
                margin-right: 1rem;
            }
}

@media only screen and (min-width: 1536px) {
    .block-benefit {
        font-size: 1.2rem;
    }

        .block-benefit .title {
            margin-bottom: 1rem;
        }

        .block-benefit .block-main {
            margin-bottom: 0.5rem;
        }

            .block-benefit .block-main .icon {
                min-width: 30px;
                width: 30px;
                margin-right: 1rem;
            }
}
/*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;
    }
}
/*  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;
}

/* 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 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.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;
}

.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;
    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;
    color: #FF0000 !important;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    font-size: 50px;
    text-shadow: 3px 4px #FF0000 !important;
}

.prt-red-brown {
    font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
    color: #990100 !important;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    font-size: 50px;
    text-shadow: 3px 4px #990100 !important;
}



.block-card.product .block-main {
    display: block;
    padding: 1rem;
    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);
}

    .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;
    }

        .block-card.product .block-main .block-row.images img {
            margin-bottom: 16px;
            width: 100%;
            height: 180px;
            -o-object-fit: contain;
            object-fit: contain;
            vertical-align: middle;
            border-radius: 8px;
        }

        .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;
        line-height: 27px;
        text-align: center;
        color: #474748;
        overflow: hidden;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 54px;
        margin-bottom: 0;
        color: #02103B;
    }

    .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 3s ease infinite;
            animation: flash 3s ease infinite;
        }

    .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 {
    color: black;
    font-weight: 500;
}

.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;
    font-size: 18px;
}

@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: 2rem;
        -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;
    text-align: left;
    color: #FF6B00;
}

.hoc-la-choi {
    color: white;
    font-weight: 600;
    font-size: 25px;
}

.config-loi-it {
}

    .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-family: Nunito;
    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;
}

.text-title-pp {
    font-family: Nunito;
    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;
}

.-bg-img-12 {
    background-image: url(/images/bg-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-banner {
    position: relative;
    bottom: -90px;
}

/*.btn-bigsize-banner {
    font-size: 0.8rem;
    padding: 0.8rem 2rem;
}
*/
.mb-420px {
    margin-bottom: 420px
}

@media only screen and (max-width: 600px) {
    .btn-banner {
        position: relative;
        bottom: -32px;
    }
}

@media only screen and (max-width: 700px) {
    #block-banner .content-block .text-nhuong-quyen {
        font-size: 24px;
        line-height: 33.4px;
    }
}


#double-section {
    padding: 4rem 0;
}

    #double-section .item {
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08);
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08);
        margin-top: 13px;
    }

        #double-section .item .title {
            padding: 12px 0px;
            font-weight: 700;
            color: #FF6B00;
        }

        #double-section .item .combo-benifit__decription {
            font-size: 15px;
            height: 40px;
        }

    #double-section .package-combo .combo-benifit .combo-benifit__img {
        text-align: center;
    }

        #double-section .package-combo .combo-benifit .combo-benifit__img img {
            height: 150px !important;
        }

#solution-gamification {
    padding: 4rem 0;
}

#section-chuong-trinh {
    padding: 4rem 0;
}

    #section-chuong-trinh .item {
        text-align: center;
        padding: 10px;
        margin-top: 13px;
    }

        #section-chuong-trinh .item .title {
            padding: 12px 0px;
            font-weight: 700;
            color: #FF6B00;
        }

        #section-chuong-trinh .item .combo-benifit__decription {
            font-size: 12px;
            height: 40px;
        }

    #section-chuong-trinh .package-combo .combo-benifit .combo-benifit__img {
        text-align: center;
    }

        #section-chuong-trinh .package-combo .combo-benifit .combo-benifit__img img {
            height: 80px !important;
        }

    #section-chuong-trinh .block-text-flash .txt-3 {
        font-size: 2rem;
        font-family: iCiel Borsok, "Nunito", "Montserrat", sans-serif;
        animation: none !important;
    }

#result {
    padding-top: 4rem;
}



    #result .target-customers {
        padding: 1rem;
        border-radius: 0.875rem;
        background-color: #fff;
        margin-bottom: 1.5rem;
        background-image: url(/images/bg-target-customers.png);
        background-position: center;
        background-size: cover;
        -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }

    #result .target-customers__title {
        font-weight: 600;
        font-size: 1rem;
        color: #252525;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    #result .target-customers__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #result .target-customers__item ._image {
            width: 10px;
            min-width: 10px;
            margin-right: 0.5rem;
        }

    #result .roadmap {
        position: relative;
        margin-bottom: 1.5rem;
    }

    #result .roadmap__bg {
        position: relative;
    }

    #result .roadmap__year {
        position: absolute;
        color: #FF6B00;
        font-weight: 700;
        font-size: 20px;
        font-family: "Inter", "Open Sans", "Nunito", "iCiel Borsok", sans-serif;
        width: 60px;
        text-align: center;
        margin-left: -30px;
        top: 7%;
        left: 50%;
    }

    #result .roadmap__title {
        top: 30%;
        left: 7.5%;
        width: 65%;
        position: absolute;
        color: #FF6B00;
        font-weight: 700;
        font-size: 1.25rem;
        font-family: "Nunito", "Open Sans", "Inter", sans-serif, "Barlow Semi Condensed";
        background-image: url(/images/border-bottom-roadmap.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
        padding-bottom: 0.5rem;
    }

    #result .roadmap__text {
        top: 45%;
        left: 7.5%;
        width: 85%;
        position: absolute;
        font-size: 14px;
    }

        #result .roadmap__text ul {
            padding-left: 1rem;
        }

.number-result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .number-result-list .number-result {
        width: 18.75%;
    }

    .number-result-list .number-result--style-1 {
        width: 25%;
    }

.number-result {
    position: relative;
    display: inline-block;
    margin: 0.5rem auto;
    /*max-width: 200px;*/
    text-align: center;
}

.number-result__bg {
    position: relative;
}

.number-result__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: flash 3s ease infinite;
    animation: flash 3s ease infinite;
}

.number-result__text--number {
    font-family: "Nunito", "Open Sans", "Inter", sans-serif, "Barlow Semi Condensed";
    color: #FF6B00;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
}

.number-result__text--title {
    font-size: 10px;
}

.number-result--style-1 .number-result__text--number {
    font-size: 1.25rem;
}


@media (min-width: 576px) {
    .number-result {
        position: relative;
        display: inline-block;
        margin: 0.5rem auto;
        /*max-width: 200px;*/
        text-align: center;
    }

    .number-result__bg {
        position: relative;
    }

    .number-result__text {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-animation: flash 3s ease infinite;
        animation: flash 3s ease infinite;
    }

    .number-result__text--number {
        font-family: "Nunito", "Open Sans", "Inter", sans-serif, "Barlow Semi Condensed";
        color: #FF6B00;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .number-result__text--title {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    #result .target-customers {
        min-height: 219px;
    }

    #result .roadmap {
        margin-bottom: 1.5rem;
    }

    #result .roadmap__year {
        font-size: 20px;
        width: 60px;
        margin-left: -30px;
        top: 5%;
        left: 50%;
    }

    #result .roadmap__title {
        top: 25%;
        left: 7.5%;
        width: 65%;
        font-size: 1.25rem;
        padding-bottom: 0.5rem;
    }

    #result .roadmap__text {
        top: 43%;
        left: 5%;
        width: 90%;
    }

        #result .roadmap__text ul {
            padding-left: 1rem;
        }
}

@media (min-width: 992px) {
    #result .target-customers {
        padding: 1rem;
        border-radius: 0.875rem;
        margin-bottom: 1.5rem;
        min-height: 198px;
    }

    #result .target-customers__title {
        font-weight: 400;
        font-size: 1.25rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    #result .target-customers__item ._image {
        width: 10px;
        min-width: 10px;
        margin-right: 0.5rem;
    }

    #result .target-customers__item ._text {
        font-size: 1rem;
    }

    #result .roadmap {
        margin-bottom: 1.5rem;
    }

    #result .roadmap__year {
        font-size: 20px;
        width: 60px;
        margin-left: -30px;
        top: 3%;
        left: 50%;
    }

    #result .roadmap__title {
        top: 30%;
        left: 7.5%;
        width: 65%;
        font-size: 1.25rem;
        padding-bottom: 0.5rem;
    }

    #result .roadmap__text {
        top: 45%;
        left: 7.5%;
        width: 85%;
    }

        #result .roadmap__text ul {
            padding-left: 1rem;
        }

    .number-result-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .number-result-list .number-result {
            padding: 1rem;
        }

        .number-result-list .number-result__bg {
            /*max-width: 75%;*/
        }

        .number-result-list .number-result--style-1 .number-result__bg {
            /* max-width: 100%;*/
        }

    .number-result {
        margin: 0.5rem auto;
        /*max-width: 250px;*/
    }

    .number-result__text--number {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .number-result__text--title {
        font-size: 1rem;
    }

    .number-result--style-1 .number-result__text--number {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .number-result--style-1 .number-result__text--number {
        font-size: 2.5rem;
    }
}

#section-loi-ich {
    padding: 4rem;
}

#roadmap {
    padding: 4rem;
}

.roadmap {
    width: 100%;
    background-image: url(/images/bg-roadmap.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color:white;
}
    .roadmap .color-w {
        color: white;
    }

#roadmap .skill-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    #roadmap .skill-list .skill-item {
        padding: 10px;
    }