/* Start=========================page index ============================ */


/* Start=============================body================================ */

body {
    font-family: 'Montserrat', sans-serif, 'Barlow Semi Condensed', sans-serif, 'Open Sans', 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: 'Montserrat', sans-serif;
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 24px;
        /* display: inline-block; */
        padding: 10px 0px;
        /* background-color: #e8b730; */
        /* border-radius: 50px; */
        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;
    }

    #section-about .block-title {
        margin-bottom: 2rem;
    }

    .block-title .title-title {
        font-size: 1.9375rem;
        /* 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-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.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-3.jpg);
    padding: 2rem 0;
}

.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;
    }

.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;
}

#block-banner .content-block {
    position: relative;
}

    #block-banner .content-block .div-logo {
        position: absolute;
        top: -35px;
    }

    #block-banner .content-block .logo-img-1 {
        left: 10px;
    }

    #block-banner .content-block .logo-img-2 {
        right: 10px;
    }

.content-block {
    margin-top: 30px;
}

    .content-block .text-1 {
        position: relative;
        color: #fff;
    }

        .content-block .text-1 span {
            font-weight: 700;
            font-family: 'Signika', sans-serif;
            display: inline-block;
            padding: 5px 35px;
            font-size: 1.2rem;
        }

    .content-block h2 {
        font-family: 'Montserrat', cursive;
        font-size: 26px;
        line-height: 1;
        font-weight: 700;
        text-align: center;
        color: #02103b;
    }

    .content-block h4 {
        text-align: center;
        line-height: 1.6;
        font-family: 'Montserrat', cursive;
        color: #02103b;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .content-block .content-2 {
        text-align: center;
    }

        .content-block .content-2 .txt-summary {
            font-size: 16px;
            line-height: 1.6;
            color: #6c6c6c;
            text-align: center;
            margin-top: 1.5rem;
            margin-bottom: 2rem;
        }

        .content-block .content-2 .txt-text-2 {
            text-align: center;
            padding: 10px 15px;
            display: inline-block;
            background-color: #fff;
            /* background: rgb(255, 195, 77); */
            /* background: linear-gradient(90deg, rgba(255, 195, 77, 1) 0%, rgba(255, 107, 1, 1) 100%); */
            color: #000;
            border-radius: 7px;
            border: 1px solid #ff6b00;
        }

            .content-block .content-2 .txt-text-2 p {
                margin-bottom: 0;
                line-height: 1.8;
            }

        .content-block .content-2 .button-list {
            /* margin-top: 40px; */
        }

@media (min-width: 768px) {
    .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: 43px;
    }
}

@media (min-width: 992px) {
    .content-block {
        margin: 1rem 0;
    }

    .div-img img {
        position: absolute;
        bottom: 0;
        right: -25%;
        max-width: fit-content;
    }
}

@media (min-width: 1200px) {
    .content-block .content-2 {
        padding-bottom: 48px;
    }
}


/*  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-about */

#section-about {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    #section-about .block-image {
        padding: 20px;
        border-radius: 20px;
        background-color: #faf5dc;
    }

    #section-about .txt-summary .txt-1 {
        text-align: center;
    }

@media (min-width: 768px) {
    #section-about .txt-summary .txt-1 {
        text-align: left;
    }
}


/*  END  ============ section-about */


/* 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 {
        padding: 20px;
        border-radius: 20px;
        background-color: #ffda00;
    }

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/*  END  ============ section-rules */


/* START ============ section-rewards */

#section-rewards {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-rewards .block-main {
    background-color: #fcfcfc;
    border-radius: 20px;
    padding: 20px;
    align-items: center;
    margin-bottom: 1.5rem;
}

.block-rewards.rewards-1 .block-main {
    background-color: #e9f5ff;
}

.block-rewards.rewards-2 .block-main {
    background-color: #fff4e4;
}

.block-rewards.rewards-3 .block-main {
    background-color: #ffeee4;
}

.block-rewards.rewards-4 .block-main {
    background-color: #ffe4e4;
}

.block-rewards.rewards-5 .block-main {
    background-color: #d8ffe1;
}

.block-rewards .block-main:hover {
    background-color: #fff5e4;
}

.block-rewards .block-main .block-row {
    text-align: center;
}

.block-rewards .block-main .icon {
    /* min-height: 250px; */
}

    .block-rewards .block-main .icon img {
        box-sizing: border-box;
        vertical-align: middle;
        object-fit: contain;
        height: 150px;
        width: 100%;
    }

.block-rewards .block-main .text b {
    display: block;
    font-size: 1.2rem;
    color: #ff6b00;
    line-height: 2;
    margin-bottom: 1.5rem;
}

.block-rewards.rewards-5 .block-main .text b {
    /* font-size: 1.1rem; */
    /* line-height: 1.3; */
}

.block-rewards .block-main .text p {
    min-height: 50px;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 600;
}

    .block-rewards .block-main .text p i {
        color: #ff6b00
    }

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .block-rewards.rewards-1 .block-main .icon img {
        width: 55%;
    }

    .block-rewards.rewards-2 .block-main .icon img {
        width: 70%;
    }

    .block-rewards.rewards-3 .block-main .icon img {
        width: 85%;
    }

    .block-rewards .block-main {
        padding: 20px 10px;
    }

        .block-rewards .block-main .text b {
            font-size: 1rem;
            line-height: 1.2;
            margin-bottom: .8rem;
            min-height: 38px;
        }

            .block-rewards .block-main .text b span {
                color: #212529;
            }

        .block-rewards .block-main .text p {
            min-height: 40px;
            font-size: 0.95rem;
            margin-bottom: 0;
        }
}

@media (min-width: 1200px) {
    .block-rewards .block-main {
        padding: 15px;
    }

        .block-rewards .block-main .text b {
            font-size: 0.8rem;
            line-height: 1.2;
            font-weight: 600;
            margin-bottom: .5rem;
            min-height: 46px;
        }

            .block-rewards .block-main .text b span {
                font-size: 0.7rem;
            }

        .block-rewards .block-main .text p {
            min-height: 34px;
            font-size: 0.8rem;
            line-height: 1.3;
        }
}


/*  END  ============ section-rewards */


/* START ============ section-value */

#section-value {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-content-value {
    width: 300px;
    margin: auto;
}

.block-value .block-main {
    padding: 7px 0;
    display: flex;
    align-items: center;
    width: 100%;
}

    .block-value .block-main .block-row.icon {
        min-width: 40px;
        width: 40px;
        margin-right: 15px;
    }

    .block-value .block-main .block-row.summary {
        /* font-size: 1.2rem; */
        line-height: 1.3;
        font-weight: 600;
    }

#section-value .video {
    padding: 20px;
    border-radius: 20px;
    background-color: #ffda00;
}

#section-value .block-title {
    text-align: center;
}

@media (min-width: 768px) {
    #section-value .block-title {
        margin-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    #section-value .block-title {
        text-align: left;
    }

    .block-content-value {
        width: 100%;
    }
}

@media (min-width: 1200px) {
}


/*  END  ============ section-value */


/* START ============ section-comments */

#section-comments {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-comments .block-main {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

    .block-comments .block-main:hover {
        background-color: #fff6c3;
    }

        .block-comments .block-main:hover .header .header-star {
            color: #ff6b00;
        }

    .block-comments .block-main .header {
        margin-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

        .block-comments .block-main .header .header-avatar {
            min-width: 80px;
            width: 80px;
            margin-right: 20px;
        }

            .block-comments .block-main .header .header-avatar img {
                width: 70px;
                height: 70px;
                padding: 5px;
                border: 1px solid #5c8bcd;
                border-radius: 50%;
                box-sizing: border-box;
                vertical-align: middle;
                object-fit: cover;
            }

        .block-comments .block-main .header .header-star {
            color: #ffc34d;
        }

            .block-comments .block-main .header .header-star i {
                margin-left: .5rem;
            }

    .block-comments .block-main .title {
        font-weight: 700;
        font-size: 1.2rem;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        min-height: 60px;
    }

    .block-comments .block-main .summary {
        min-height: 100px;
        margin-bottom: 2rem;
    }

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/*  END  ============ section-comments */


/* START ============ section-course_sale */

#section-course_sale {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.block-courses .block-main {
    background-color: #ffe448;
    padding: 20px;
    border-radius: 20px;
}

    .block-courses .block-main:hover {
        /* background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(105,105,105,0.4);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(105,105,105,0.4);
    -moz-box-shadow: 0px 0px 4px 2px rgba(105,105,105,0.4); */
    }

    .block-courses .block-main .title {
        font-weight: 600;
        font-size: .8rem;
    }

        .block-courses .block-main .title h5 {
            font-size: 1rem;
        }

        .block-courses .block-main .title .txt-1 {
            font-size: .7rem;
        }

.price-flash {
    -webkit-animation: flash 3s ease infinite;
    animation: flash 3s ease infinite;
}

#section-course_sale .txt-summary .price {
    font-size: 1.2rem;
    -webkit-animation: flash 3s ease infinite;
    animation: flash 3s ease infinite;
}

.block-courses .block-main .btn-beekids {
    font-weight: 600;
}

.txt-payment {
    background-color: #FFE447;
    padding: 20px;
    border-radius: 20px;
}


/*  END  ============ section-course_sale */


/* START ============ section-register */

#section-register {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.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 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #474748;
}


/* START ============ siteFooter-top */

#siteFooter-top {
    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 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: #f9b707;
    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: 16px;
        top: 13px;
        font-size: 19px;
        -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: #f9b707;
            top: 10px;
        }


/* 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) {
}

.chatzalo {
    position: fixed;
    right: 35px;
    bottom: 30px;
    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%);*/
}
