/* 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'), /* IE6-IE8 */
    url('/fonts/iCiel_Borsok.woff') format('woff'), /* Modern Browsers */
    url('/fonts/iCiel_Borsok.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/iCiel_Borsok.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

/* Start=============================body================================ */

body {
    font-family: 'Open Sans','Nunito', sans-serif, 'Barlow Semi Condensed', sans-serif,'Inter';
}

img,
video {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

.btn:hover {
    box-shadow: none;
}

.txt-orange {
    color: #ff6b00;
}

.txt-yellow {
    color: #FFE447;
}

.block-title {
    text-align: center;
    margin-bottom: 3rem;
}

    .block-title p {
        color: #ff6b00;
        margin-bottom: 0;
    }

    .block-title .title-header {
        margin-bottom: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #273240;
    }

    .block-title .title-title {
        font-weight: 700;
        font-family: 'Nunito','Montserrat', sans-serif;
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 24px;
        padding: 10px 0px;
        color: #03113b;
    }

    .block-title .title-summary {
        margin-bottom: 1.5rem;
        font-weight: 400;
        font-size: 15px;
        color: #273240;
        text-align: justify;
    }

@media (min-width: 768px) {
    .block-title {
        text-align: left;
        margin-bottom: 5rem;
    }


        .block-title .title-title {
            font-size: 2.4rem;
            /* line-height: 1.244; */
            /* padding: 15px 25px; */
        }

            .block-title .title-title.small {
                font-size: 1.9375rem;
                line-height: 1.244;
            }

        .block-title .title-summary {
            font-size: 18px;
        }
}

.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: center;
}



.-bg-image-1 {
    padding-top: 10%;
    padding-bottom: 10%;
    background-image: url(/images/home-five-curve-banner.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.-bg-image-2 {
    background-image: url(/images/bg-img-yellow.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-3 {
    background-image: url(/images/bg-feedback.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.-bg-image-4 {
    background-image: url(/images/bg-img-comment.jpg);
    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;
    }


/* START ============ section-banner */

#block-banner {
    background-image: url(/images/bg-slide-2.png);
    padding: 2rem 0 2rem;
}

.btn-bigsize {
    font-size: 1.2rem;
    padding: 1rem 2.5rem;
}

.btn-level {
    background-color: #FFE447;
    border-radius: 20px;
    /* font-weight: 600; */
    border-color: #FFE447;
    color: #02103b;
    display: inline-flex;
    align-items: center;
}

    .btn-level:hover,
    .btn-level:active {
        background-color: #ffdd40;
        border-color: #ffdd40;
        box-shadow: 0px 7px 11px -5px rgba(255, 221, 64, 0.75);
        -webkit-box-shadow: 0px 7px 11px -5px rgba(255, 221, 64, 0.75);
        -moz-box-shadow: 0px 7px 11px -5px rgba(255, 221, 64, 0.75);
        color: #02103b;
    }

#block-banner .btn-beekids {
    -webkit-animation: pulse 2s ease infinite;
    animation: pulse 2s ease infinite;
    border-radius: 7px;
    font-weight: 600;
    border: 0px;
}

.btn-beekids {
    background: rgb(255, 195, 77);
    background: linear-gradient(90deg, rgba(255, 195, 77, 1) 0%, rgba(255, 107, 1, 1) 100%);
    border: 0px;
    color: #fff;
}

    .btn-beekids:hover,
    .btn-beekids:active {
        background-color: #ffdd40;
        border: 0px;
        color: #02103b;
    }

.button-list .btn-beekids i {
    font-size: 2rem;
}



.content-block {
}

    .content-block .logo img {
        max-height: 100px;
        margin-bottom: 1rem;
    }

    .content-block .text-1 {
        text-align: center;
    }

        .content-block .text-1 span {
        }

    .content-block h2 {
        font-family: iCiel Borsok,'Nunito','Montserrat', sans-serif;
        font-size: 26px;
        line-height: 1.5;
        font-weight: 400;
        color: #02103b;
        margin-bottom: 0;
    }

    .content-block h4 {
        text-align: center;
        line-height: 1.5;
        font-family: 'Nunito','Montserrat', sans-serif;
        color: #02103b;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }


.list-download {
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .list-download .block-download {
        display: inline-block;
        margin: 5px 15px;
    }

.title-download {
    font-size: 2rem;
    width: 100%;
    text-align: center;
    color: #ff6b00;
    font-family: iCiel Borsok,'Nunito','Montserrat', sans-serif;
    margin-bottom: 1rem;
}

.list-download .block-download img {
    height: 210px;
    border-radius: 7px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.background-video {
    margin-bottom: 2rem;
}

    .background-video .embed-responsive {
        border: 2px solid #af6906;
    }

@media (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 (min-width:992px) {
    .background-video {
        height: 450px;
        padding: 64px 67px 65px 68px;
        margin-bottom: 0rem;
    }
}

@media (min-width:1200px) {
    .background-video {
        height: 450px;
        padding: 65px 80px 74px 80px;
    }
}

@media (min-width:1367px) {
    .container.-wide {
        max-width: 1312px;
        width: calc(100% - 128px);
    }

    .background-video {
        height: 490px;
        padding: 70px 110px 85px 110px;
    }
}

@media (max-width: 520px) {
    .block-chart .block-main .text b {
        font-size: 1.2rem;
    }

    .block-chart .block-main .text {
        font-size: 1rem;
    }

    .content-block .logo img {
        max-height: 100px
    }

    .content-block {
        text-align: center;
    }

    .list-download {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {

    #block-banner {
        padding: 4rem 0;
    }

    .content-block .text-1 span {
        padding: 7px 50px;
        font-size: 1.3rem;
    }

    .content-block .content-2 .txt-summary {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .content-block h2 {
        font-size: 31px;
    }
}

@media (min-width: 992px) {
    #block-banner {
        padding: 5rem 0;
    }

    .content-block {
        margin: 1rem 0;
    }
}

@media (min-width: 1200px) {

    .list-download .block-download img {
        height: 190px;
    }
}

@media (min-width: 1367px) {
    .list-download .block-download img {
        height: 220px;
    }
}

/*  END  ============ section-banner */


/* START ============ section-countdown */
#block-countdown {
    padding: 1.5rem 0;
}

    #block-countdown h6 {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    #block-countdown .btn-beekids {
        border-radius: 7px;
        font-weight: 600;
        border: 0px;
        display: inline-flex;
        align-items: center;
        -webkit-animation: pulse 2s ease infinite;
        animation: pulse 2s ease infinite;
    }

.countdown-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2rem;
}

.col-countdown .number {
    text-align: center;
    font-size: 1.5rem;
    padding: 7px;
    width: 50px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 4px;
    font-weight: 400;
    color: #000;
}

.col-countdown .text {
    text-align: center;
    font-size: .9rem;
    color: #000;
    text-transform: uppercase;
}

.countdown-main span {
    margin-top: 20px;
}

.price-contest {
    padding: 20px;
    margin: 20px auto;
    border-top: 2px solid #f9b707;
    text-align: center;
}

    .price-contest .price-new {
        font-size: 3rem;
        font-weight: 700;
        color: #f9b707;
    }

    .price-contest .price-old {
        margin-left: .5rem;
        color: #cfcccc;
        font-size: 2.5rem;
        text-decoration: line-through;
    }

@media (min-width: 768px) {
    .countdown-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    #block-countdown h6 {
        text-align: left;
        margin-bottom: 0;
        margin-right: 1rem;
        margin-top: 1.2rem;
    }

    .countdown-main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    #block-countdown h6 {
        margin-right: 2rem;
    }
}

@media (min-width: 1200px) {
}


/*  END  ============ section-countdown */

/* START ============ section-why */

#section-why {
    padding-top: 4rem;
    padding-bottom: 4rem;
}



    #section-why .block-product .block-main .icon {
        width: 90px;
        height: 90px;
        min-width: 90px;
        border-radius: 50%;
        background-color: #fff;
        padding: 20px;
    }

@media (min-width: 768px) {
    .block-why .block-main {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {


    .block-why .block-main {
        padding: 20px 10px;
    }

        .block-why .block-main .text {
            min-height: 38px;
        }

    #section-why .block-product .block-main {
        margin-bottom: 1rem;
    }

    #section-why .block-product:last-child .block-main {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .block-why .block-main {
        padding: 30px;
    }

        .block-why .block-main .text {
            min-height: 150px;
        }

    #section-why .block-product .block-main {
        margin-bottom: 3rem;
    }
}


/*  END  ============ section-why */
/* START ============ section-teach */
#section-teach {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-teach .block-main {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    align-items: center;
    margin-bottom: 1.5rem;
    border: 1px solid rgb(221 221 221 / 70%);
    box-shadow: 0px 4px 16px -4px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 4px 16px -4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-family: 'Nunito','Montserrat', sans-serif;
}

    .block-teach .block-main .icon img {
        height: 50px;
        margin-bottom: .75rem;
    }

    .block-teach .block-main .title {
        font-size: 22px;
        text-transform: uppercase;
        letter-spacing: 0px;
        margin-bottom: .75rem;
        font-family: iCiel Borsok,'Nunito','Montserrat', sans-serif;
    }

    .block-teach .block-main .sumary {
        text-align: center;
    }

    .block-teach .block-main .block-row.text {
        font-size: 1.4rem;
    }

@media (min-width:768px) {
    .block-teach .block-main {
        height: 200px;
        padding: 40px 43px 37px 37px;
        background-image: url(/images/frame-content.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 30px;
        background-color: transparent;
        border-radius: 0;
        border: 0px;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }

        .block-teach .block-main .block-row.text {
            font-size: 1.2rem;
        }
}

@media (min-width:992px) {
    .block-teach .block-main {
        height: 260px;
        padding: 60px 75px 65px 65px;
        margin-top: 0rem;
    }

        .block-teach .block-main .block-row.text {
            font-size: 1.4rem;
        }
}

@media (min-width:1200px) {
    .block-teach .block-main {
        height: 300px;
        padding: 80px 85px 70px 80px;
    }
}

@media (min-width:1367px) {

    .block-teach .block-main {
        margin-bottom: 3rem;
        height: 270px;
        padding: 80px 120px 50px 100px;
    }
}

/*  END  ============ section-teach */
/* START ============ section-about */
#section-about {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    #section-about .block-title .title-title {
        color: #FF9F00;
    }


    .block-about .block-main {
        background-color: #fff;
        border-radius: 20px;
        padding: 20px;
        align-items: center;
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        border: 1px solid rgb(221 221 221 / 70%);
        box-shadow: 0px 4px 16px -4px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0px 4px 16px -4px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.2);
        text-align: center;
    }



        .block-about .block-main .icon img {
            height: 110px;
            margin: 2rem auto 2rem auto;
        }



        .block-about .block-main .title {
            color: #ff6b00;
            font-size: 1.8rem;
            text-transform: uppercase;
            letter-spacing: 0px;
            margin-bottom: .75rem;
            font-family: iCiel Borsok,'Nunito','Montserrat', sans-serif;
        }

        .block-about .block-main .sumary {
            font-size: 1.2rem;
            line-height: 1.8;
            display: inline-block;
            text-align: left;
        }

@media (min-width: 768px) {
    .block-about .block-main {
        margin-bottom: 30px;
    }

        .block-about .block-main .title {
            font-size: 1.8rem;
            margin-bottom: .75rem;
            min-height: 72px;
        }

        .block-about .block-main .sumary {
            font-size: 1.2rem;
        }

        .block-about .block-main .icon img {
            height: 110px;
            margin: 2rem auto 2rem auto;
        }
}

@media (min-width:992px) {
    .block-about .block-main {
        margin-bottom: 30px;
    }

        .block-about .block-main .title {
            font-size: 1.55rem;
            margin-bottom: .75rem;
        }

        .block-about .block-main .sumary {
            font-size: 1rem;
        }

        .block-about .block-main .icon img {
            height: 100px;
            margin: 2rem auto 2rem auto;
        }
}

@media (min-width:1200px) {
    .block-about .block-main {
        margin-bottom: 30px;
    }

        .block-about .block-main .title {
            font-size: 1.9rem;
            margin-bottom: 1rem;
        }

        .block-about .block-main .sumary {
            font-size: 1.2rem;
        }

        .block-about .block-main .icon img {
            height: 120px;
            margin: 2rem auto;
        }
}

/*  END  ============ section-about */
.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-countdown-2 */
#block-countdown-2 {
    padding: 1.5rem 0;
}

    #block-countdown-2 h6 {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    #block-countdown-2 .btn-beekids {
        border-radius: 7px;
        font-weight: 600;
        border: 0px;
        display: inline-flex;
        align-items: center;
        -webkit-animation: pulse 2s ease infinite;
        animation: pulse 2s ease infinite;
    }


@media (min-width: 768px) {


    #block-countdown-2 h6 {
        text-align: left;
        margin-bottom: 0;
        margin-right: 1rem;
        margin-top: 1.2rem;
    }
}

@media (min-width: 992px) {
    #block-countdown-2 h6 {
        margin-right: 2rem;
    }
}

@media (min-width: 1200px) {
}


/*  END  ============ section-countdown */



/* START ============ section-timeline */

#section-timeline {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-timeline .block-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
}

    .block-timeline .block-main .block-left {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }

.block-timeline .block-left .text {
    font-size: 1.5rem;
    font-weight: 500;
    color: #03113b;
    line-height: 2;
}

.block-timeline .block-left .img img {
    max-height: 50px;
    margin-bottom: 1rem;
}

.block-timeline .block-main .block-right {
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.block-timeline .block-right .right-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0px;
    border-radius: 20px;
    background-color: #FFE447;
}

    .block-timeline .block-right .right-main .times {
        min-width: 80px;
        width: 80px;
        border-right: 1px solid #ff6b00;
        text-align: center;
    }

        .block-timeline .block-right .right-main .times span {
            display: block;
            font-size: .8rem;
        }

        .block-timeline .block-right .right-main .times b {
            display: block;
            font-size: 1.2rem;
        }

    .block-timeline .block-right .right-main .details {
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding-right: 15px;
    }

        .block-timeline .block-right .right-main .details .details-left {
            min-width: 60px;
            width: 60px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .block-timeline .block-right .right-main .details .details-right p {
            margin-bottom: 0;
            font-size: .8rem;
        }

@media (min-width: 768px) {
    .block-timeline .block-left .text {
        font-size: 2rem;
    }

    .block-timeline .block-left .img img {
        margin-bottom: 0;
    }

    .block-timeline .block-right .right-main .times {
        min-width: 110px;
        width: 110px;
    }

    .block-timeline .block-main .block-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }

    .block-timeline .block-main .block-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .block-timeline .block-right .right-main .details .details-left {
        min-width: 100px;
        width: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .block-timeline .block-right .right-main .details .details-right p {
        font-size: 1rem;
    }

    .block-timeline .block-right .right-main .times span {
        font-size: 1rem;
    }

    .block-timeline .block-right .right-main .times b {
        font-size: 2rem;
    }

    .block-timeline .block-left .img img {
        max-height: 120px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/*  END  ============ section-timeline */


/* START ============ section-rulers */

#section-rules {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    #section-rules .block-image img {
    }

.block-product .block-main {
    display: flex;
    margin-bottom: 1rem;
}

    .block-product .block-main .icon {
        width: 50px;
        min-width: 50px;
        margin-right: 1rem;
    }

    .block-product .block-main .content {
        flex-grow: 1;
    }

        .block-product .block-main .content .title {
            font-family: 'Nunito','Montserrat', sans-serif;
        }

        .block-product .block-main .content .sumary {
            text-align: justify;
            font-size: 1.1rem;
        }

@media (min-width:768px) {


    #section-rules .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 (min-width:992px) {
    .block-product .block-main .content .title {
        font-size: 1.3rem;
    }

    .block-product .block-main .content .sumary {
        font-size: .9rem;
    }

    #section-rules .background-video {
        height: 355px;
        padding: 50px 36px;
        margin-bottom: 0rem;
    }
}

@media (min-width:1200px) {
    .block-product .block-main .content .title {
        font-size: 1.5rem;
    }

    .block-product .block-main .content .sumary {
        font-size: 1.1rem;
    }

    #section-rules .background-video {
        height: 410px;
        padding: 58px 52px 55px 52px;
    }
}

@media (min-width:1367px) {
    #section-rules .background-video {
        height: 465px;
        padding: 66px 65px 70px 66px;
    }
}


/*  END  ============ section-rules */




/* START ============ section-earnings */

#section-earnings {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-earnings .text-1 b {
    font-size: 1.5rem;
}

.block-earnings table {
    width: 100%;
}

    .block-earnings table tr td {
        padding: .5rem 5px;
    }

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/*  END  ============ section-earnings */
/* START ============ section-step */
#section-step {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-step {
    margin-bottom: 1.5rem;
    padding: 5px;
    background-color: #fff;
    border-radius: 1rem;
}

    .block-step .block-main {
        padding: 1.5rem 10px;
        text-align: center;
        border-radius: 14px;
        /*border: 2px dashed #212529;*/
    }

        .block-step .block-main .icon img {
            height: 200px;
        }

        .block-step .block-main .title {
            font-size: 22px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0px;
            margin-bottom: 1rem;
            font-family: 'Nunito','Montserrat', sans-serif;
        }

        .block-step .block-main .sumary {
            color: #737576;
            text-align: center;
        }

@media (max-width: 520px) {
    .block-step .block-main .icon img {
        margin-bottom: 1rem;
    }

    .block-step .block-main, .block-step .block-main .sumary {
        text-align: center;
    }

        .block-step .block-main .title {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .block-step .block-main {
        min-height: 180px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .block-step .block-main .sumary {
        min-height: 72px;
    }
}
/*  END  ============ section-step */


.price-flash {
    font-weight: 600;
    -webkit-animation: flash 7s ease 4s infinite;
    animation: flash 7s ease 4s infinite;
}


/* START ============ section-register */

#section-register {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.img-register img {
    border-radius: 1rem;
}

.block-register > .block-main {
    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 .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.8rem;
        }

.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: .2rem;
        padding-right: .2rem;
    }

.block-tab-Account .nav-pills .nav-link.active {
    color: #fff;
    font-weight: 400;
    background-color: #02103b;
}


/* 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.active .block-main {
    /*background-color: #fff9f4;*/
    border: 1px solid #ff6b00;
    box-shadow: 0px 4px 10px -4px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 4px 10px -4px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

    .block-card.child.active .block-main label {
        /*color: #fff;*/
    }

.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;
    flex-grow: 1;
}

    .block-card.child .block-row.info b {
        /* margin-top: 5px; */
        font-size: 1rem;
        color: #151b26;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }



    .block-card.child .block-row.info p {
        margin-bottom: 0;
        color: #646f79;
    }
/*---------------------------*/

@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;
    }
}

@media (min-width: 992px) {
}

/*  END  ============ section-register */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    opacity: .5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
}

    #section-comments img {
        border-radius: 20px;
        border: 10px solid #fff;
    }

#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 (min-width: 768px) {
    #slide-comments .owl-nav .owl-prev {
        left: -50px;
    }

    #slide-comments .owl-nav .owl-next {
        right: -50px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/*  END  ============ section-comments */

/* START ============ siteFooter-top */

#siteFooter-top {
    /*background-color: rgba(0,0,0,0.8);*/
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.siteFooter-social {
    text-align: center;
}

    .siteFooter-social a {
        font-size: 1.375rem;
        border-bottom: none;
        width: 32px;
        margin: 0 1.5px;
    }

.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-about {
    text-align: center;
}

    .siteFooter-about img {
        margin-bottom: 1rem;
    }

    .siteFooter-about p span {
        color: #ff6b00;
    }

.siteFooter-contact .contact-info {
    margin: 7px 0;
}

.contact-info i {
    width: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .siteFooter-about {
        text-align: left;
    }

    .siteFooter-social {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .siteFooter-btn-website img {
        height: 57px;
    }
}


/*  END  ============ siteFooter-top */


/*---------------------------*/


/* Start==========================button-back to top=================================== */

#return-to-top {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: #FCCC3A;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 14px;
        top: 7px;
        font-size: 27px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        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======================================= */

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: 'Open Sans', sans-serif;
}

h4.title a {
    color: #000;
}


/*===============edn=================*/


/* START ============ PAGE PAYMENT */

#block-payment {
    font-size: 14px;
}


/* End ============ PAGE PAYMENT */


/*-----------------------end-------------------------------*/


/*responsive*/

@media (max-width: 479px) {
}

@media (min-width: 480px) {
}

@media (min-width: 768px) {
}

@media (max-width: 991px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1367px) {
}

.chatzalo {
    position: fixed;
    right: 20px;
    bottom: 60px;
    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 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}
