@font-face {
    font-family: gotham-bold;
    /*src: url("../fonts/SanFranciscoText-Medium.otf") format("otf"), url("../fonts/SanFranciscoText-Medium.otf") format("otf");*/
    src: url("font/SVN-Gotham Bold.ttf");
}

@font-face {
    font-family: gotham-black;
    /*src: url("../fonts/SanFranciscoText-Medium.otf") format("otf"), url("../fonts/SanFranciscoText-Medium.otf") format("otf");*/
    src: url("font/SVN-Gotham Black.otf");
}

@font-face {
    font-family: gotham-book;
    /*src: url("../fonts/SanFranciscoText-Medium.otf") format("otf"), url("../fonts/SanFranciscoText-Medium.otf") format("otf");*/
    src: url("font/SVN-Gotham Book.ttf");
}

@font-face {
    font-family: gotham-light;
    src: url("font/SVN-Gotham Light.otf");
}

@font-face {
    font-family: koni-black;
    src: url("font/Koni Black.ttf");
}
@font-face {
    font-family: svn;
    src: url("font/SVN-Freude.otf");
}

.navbar-toggler-icon {
    background-image: url("../images/menu-new.png")
}

.navbar-toggler {
    border: none;
}
.navbar{
    padding-top: 0px;
  padding-bottom: 0px;

}
body {
    background-image: url("../images/bg-t.jpg");
    /* background-attachment: fixed; */
    background-position: top;
    background-repeat: no-repeat;
    background-color: #ecf3c5;
    background-size: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #5c8541;
    /* background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin: 0; */
}
button, input, label, select, textarea {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

@media (max-width: 768px) {
    body {
        background: url("../images/bg-t.jpg") no-repeat top center;
        background-color: #e0eab8;
        background-size: contain;
    }
}

.error {
    position: absolute;
    bottom: 85%;
    right: 0;
    margin-bottom: -5px;
    display: inline-block;
    font-size: 13px;
    padding: 5px 12px 2px;
    text-align: right;
    background: #FFF;
    -webkit-box-shadow: 0.732px 7px 4px rgba(116, 198, 245, 0.36);
    -moz-box-shadow: 0.732px 7px 4px rgba(116, 198, 245, 0.36);
    -ms-box-shadow: 0.732px 7px 4px rgba(116, 198, 245, 0.36);
    box-shadow: 0.732px 7px 4px rgba(116, 198, 245, 0.36);
    -webkit-border-radius: 12px 12px 7px 12px;
    -moz-border-radius: 12px 12px 7px 12px;
    -ms-border-radius: 12px 12px 7px 12px;
    border-radius: 12px 12px 7px 12px;
    color: red;
}

.error::after {
    content: "";
    display: block;
    width: 11px;
    height: 7px;
    position: absolute;
    top: 100%;
    right: 2px;
    margin-top: -2px;
    background: url('../images/light-down-arrow.webp') no-repeat top;
    background-size: auto;
    background-size: contain;
}

::placeholder {
    text-align: left;
    color: #fff;
}

form {
    margin: 0px 20px 20px 20px;
}

form .btn-quaythuong {
    margin-top: 20px;
}

.term {
    /* font-family: svn; */
    font-size: 15px;
    margin: auto;
    color: #000;
}

.term a{
    color: #5c8541;
}

.nav-link {
    /* font-family: svn; */
    font-weight: bold;
    display: contents;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    transform: scale(2);
    margin: 10px;
     width: 13px;
}

#term {
    appearance: none;
    width: 12px;
    height: 12px;
    background-color: white;
    display: none;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #007bff;
    border-radius: 2px;
}


#term:checked {
    background-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.8);
}

#term:checked::after {
    content: "✔";
    font-size: 15px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


 #modal-alert .modal-content {
    background: transparent;
    border: none;
}

.close-alert-modal {
    right: -49px;
    top: 6px;
}

.close-alert-modal>img {
    width: 30%
}



.navbar-toggler {
    font-size: 2rem;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: auto;
}

#modal .modal-content,#exampleModal .modal-content {
    /* background: url("../images/bg_modal.png") top center; */
    background-size: cover;
}

.text-tarot>img {
    width: 80%;
}

.text-tarot {
    text-align: center;
    padding-top: 50px
}

.tarot-show>img {
    width: 40%;
}


.title-thongdiep {
    text-align: center;
    font-family: 'svn';
    /* Adjust for similar playful style */
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-shadow:
        -2px -2px 0 #37b5ff,
        /* Top-left outline */
        2px -2px 0 #37b5ff,
        /* Top-right outline */
        -2px 2px 0 #37b5ff,
        /* Bottom-left outline */
        2px 2px 0 #37b5ff,
        /* Bottom-right outline */
        4px 4px 0 rgba(0, 0, 0, 0.2);
    /* Drop shadow */
}

.content-thongdiep {
    font-family: 'Fredoka One', 'Comic Sans MS', cursive, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 10px 80px;
    text-align: justify;
}

.close-modal {
    right: 0;
    background: transparent;
    color: white;
    border: none;
    width: 25px;
    font-size: 20px;
    font-weight: bold;
}

/* mobile query  */
@media (max-width: 991px) {

    .nav-link{
        color: #fff;
    }
    /* .wrapper {
        box-sizing: border-box;
        margin: 0px 20px;
    } */
    #home, #cachchoi, #list-reward, #livestream, #traogiai {
        margin: 0px 20px;
    }
}

@media (min-width: 992px) {}

/*  Spinner Loading */
.spinner {
    width: 11.2px;
    height: 11.2px;
    border-radius: 11.2px;
    box-shadow: 28px 0px 0 0 rgba(131, 133, 243, 0.2), 22.7px 16.5px 0 0 rgba(131, 133, 243, 0.4), 8.68px 26.6px 0 0 rgba(131, 133, 243, 0.6), -8.68px 26.6px 0 0 rgba(131, 133, 243, 0.8), -22.7px 16.5px 0 0 #8385f3;
    animation: spinner-b87k6z 1s infinite linear;
}
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #000;
    z-index: 9999;

}

@keyframes spinner-b87k6z {
    to {
        transform: rotate(360deg);
    }
}


/*  End Spinner Loading */
    /* modal left right */
    .modal.left_modal,
    .modal.right_modal {
        position: fixed;
        z-index: 99999;
    }

    .modal.left_modal .modal-dialog,
    .modal.right_modal .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal-dialog {
        /* max-width: 100%; */
        margin: 1.75rem auto;
    }

    @media (min-width: 576px) {
        .left_modal .modal-dialog {
            max-width: 100%;
        }

        .right_modal .modal-dialog {
            max-width: 100%;
        }
    }

    .modal.left_modal .modal-content,
    .modal.right_modal .modal-content {
        /*overflow-y: auto;
overflow-x: hidden;*/
        height: max-content !important;
    }

    .modal.left_modal .modal-body,
    .modal.right_modal .modal-body {
        padding: 0;
    }

    .modal-backdrop {
        display: none;
    }

    /*Left*/
    .modal.left_modal.fade .modal-dialog {
        left: -50%;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }

    .modal.left_modal.fade.show .modal-dialog {
        left: 0;
        box-shadow: 0px 0px 19px rgba(0, 0, 0, .5);
    }

    /*Right*/
    .modal.right_modal.fade .modal-dialog {
        right: -50%;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }



    .modal.right_modal.fade.show .modal-dialog {
        right: 0;
        box-shadow: 0px 0px 19px rgba(0, 0, 0, .5);
    }

    .modal-header {
        border-bottom: none;
        background: #446c2e;
    }
    .modal.right_modal .modal-body .navbar-nav .nav-item {
        padding: 10px 20px;
    }

    .modal.right_modal .modal-body .navbar-nav .nav-link {
        text-transform: capitalize;
    }
    /* end */

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .custom-checkbox span {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid #5c8541;
        /* Màu viền */
        border-radius: 5px;
        /* Bo góc */
        position: relative;
        transition: all 0.3s ease;

        background-color: #fff;
    }


    .custom-checkbox input:checked+span {
        background-color: #007aff;
        /* Nền khi checked */
        border-color: #007aff;
        /* Đổi màu viền khi checked */
    }

    /* Dấu tích khi checked */
    .custom-checkbox input:checked+span::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 2px;
        width: 6px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .custom-checkbox {
        margin: auto 2px;
    }

    .term {
        margin: auto 10px;
    }

    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .box-form {
        background: #fff;
        border-radius: 30px;
        margin-bottom: 40px;
        margin-top: auto;
    }

    .title {
        color: #5c8541;
        font-size: 30px;
        line-height: 2rem;
        padding: 15px;
    }

    .custom-select {
        background-color: #97bf70;
        margin: 10px auto;
        width: 100%;
        border: none;
        height: 40px;
        border-radius: 20px;
        color: #fff;
        font-size: 15px;
        padding-left: 10px;
    }

    .form-txt {
        background-color: #97bf70;
        margin: 10px auto;
        width: 100%;
        border: none;
        height: 40px;
        border-radius: 20px;
        color: #fff;
        font-size: 15px;
        padding-left: 10px;

    }

    .btn-quaythuong {
        background: #f3622c;
        padding: 10px 25px;
        color: #fff;
        width: fit-content;
        font-size: 25px;
        text-transform: uppercase;
        margin: 12px;
        border-radius: 40px;
    }
    .btn-quaythuong:hover{
        color: white;
    }



    .txt-huongdan {
        color: #5c8541;
        padding: 10px 10px 10px 40px
    }

    .title-huongdan {
        display: inline-block;
        font-size: 45px;
        font-weight: bold;
        color: #2e4e1d;
        padding: 20px 50px;
        border-radius: 50px;
        background: linear-gradient(to bottom, #ffe367, #f7931e);
        box-shadow:
            0 6px 0 #2e4e1d,
            inset 0 2px 6px rgba(255, 255, 255, 0.6);
        text-shadow: 1px 1px 0 #fff;
        border: 3px solid #5c8541;
        margin: 25px 0;
        /* width: 1650px; */
    }

    .content-huongdan {
        background: white;
        padding: 30px;
        border-radius: 10px;
        border: 2px solid #5c8541;
    }

    /* step cac buoc huong dan */
    .steps-container {
        display: flex;
        justify-content: center;
        gap: 10px;
        position: relative;
    }

    .step-tab {
        padding: 10px 30px;
        background-color: #e7f0e2;
        border: 2px solid #5c8541;
        border-bottom: none;
        border-radius: 15px 15px 0 0;
        font-weight: bold;
        color: #5c8541;
        position: relative;
        cursor: pointer;
        transition: 0.3s;
        display: flex ;
        align-items: center;
        justify-content: center;
        width: 250px;
    }

    .step-tab.active {
        background-color: #5c8541;
        color: white;
        z-index: 2;
    }

    .step-tab.active::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #5c8541;
    }

    .step-content {
        background: white;
        padding: 30px;
        border-radius: 10px;
        border: 2px solid #5c8541;
        margin-top: -2px;
    }

    .step-content>div {
        display: none;
    }

    .step-content>div.active {
        display: block;
    }

    /* Đổi màu nền nút prev/next */
    .custom-nav {
        background-color: #5c8541;
        /* Màu nền nút */
        border-radius: 50%;
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
    }

    .custom-nav:hover {
        background-color: #5c8541;
    }

    #list-reward {
        padding-top: 30px
    }

    .video-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 20px 0;
    }

    .video-box {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    .video-box iframe {
        width: 1000px;
        /* Cố định kích thước nhỏ gọn */
        height: 400px;
        /* Vuông luôn */
        border-radius: 12px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    /* Livestream */
    .des-livestream {
        max-width: 1000px;
        margin: 0 auto;
    }

    .calendar-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        text-align: center;
    }

    .calendar-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
        padding: 20px;
        min-width: 900px;
        /* Giới hạn chiều rộng tối đa */
        width: 100%;
    }

    .calendar-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .calendar-bg {
        width: 150px;
        /* bạn có thể chỉnh size theo ý */
        aspect-ratio: 1 / 1;
        /* đổi thành link hình bạn */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .calendar-bg.calendar-blue {
        background-image: url('../../assets/images/calendar_blue.png');
    }
    .calendar-bg.calendar-red {
        background-image: url('../../assets/images/calendar_red.png');
    }
    .calendar-bg.calendar-gray {
        background-image: url('../../assets/images/calendar_gray.png');
    }


    .calendar-number {
        font-weight: bold;
        font-size: 26px;
        /* margin-top: -22px; */
        color: #fff
    }

    .calendar-date {
        font-size: 12px;
        margin: 0;
    }

    .calendar-day {
        font-size: 75px;
        font-weight: bold;
        line-height: 0.5;
        padding: 20px 0 20px 0;
        margin: 0;
    }

    .calendar-status {
        margin-top: 8px;
        font-size: 13px;
        text-align: center;
        font-weight: bold;
    }

    @media (min-width: 768px) {
        .calendar-list {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    .watch-live .text-live{
        max-width: 800px;
        margin: 0 auto;
    }

    /* end livestream*/

    /* gallery */
    .btn-orange {
        background-color: #ec5b2f;
        color: white;
    }

    .btn-orange:hover {
        background-color: #d64a22;
    }

    .thumb-img {
        width: 160px;
        height: 90px;
        object-fit: cover;
        border-radius: 12px;
        border: 3px solid #4d7c0f;
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
    }

    .thumb-img:hover {
        transform: scale(1.05);
    }

    .carousel-inner img {
        object-fit: cover;
    }

    .calendar-header {
        overflow-x: auto;
        /* white-space: nowrap; */
        /* scrollbar-width: none;
        -ms-overflow-style: none; */
        border-radius: 35px;
        cursor: grab;
        /* user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none; */
        -webkit-overflow-scrolling: touch;
    }

    .calendar-header:active {
        cursor: grabbing;
    }


    /* width */
    ::-webkit-scrollbar {
        width: 10px;
        height: 8px;
    }

  /* Track */
 ::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  /* Handle */
::-webkit-scrollbar-thumb {
    background: #4e5a01;
    border-radius: 5px;
  }

  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4e5a01;
  }

    /* .calendar-header::-webkit-scrollbar {
        display: none;
    } */

    .thumb-footer-img {
        width: calc(100% / 5 - 1rem);
        /* height: 80px; */
        object-fit: cover;
        border-radius: 12px;
        border: 3px solid #4d7c0f;
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
        flex-shrink: 0;
    }

    .thumb-footer-img:hover {
        transform: scale(1.05);
    }

    .calendar-footer {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .calendar-footer::-webkit-scrollbar {
        display: none;
    }

    .carousel-item-share img {
        border: 3px solid #4d7c0f;
        border-radius: 15px;
        max-height:650px;
    }

    /*  end gallery */

    /* Hoi dap */
    .custom-accordion .accordion-item {
        border: none;
        margin-bottom: 12px;
        border-radius: 12px;
        overflow: hidden;
    }

    .custom-accordion .accordion-button {
        background-color: #fff;
        font-weight: bold;
        color: #000;
        border-radius: 12px;
        box-shadow: none;
        transition: background-color 0.3s ease;
    }

    .custom-accordion .accordion-button:not(.collapsed) {
        background-color: #4d7c0f;
        color: white;
        border-radius: 12px 12px 0 0;
    }

    .custom-accordion .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234d7c0f' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 10.854a.5.5 0 0 0 .708 0L8 5.207l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E");
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .custom-accordion .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 10.854a.5.5 0 0 0 .708 0L8 5.207l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3E%3C/svg%3E");
    }

    .custom-accordion .accordion-body {
        background-color: #4d7c0f;
        color: white;
        border-radius: 0 0 12px 12px;
        padding: 20px;
    }

    @media (max-width: 991px) {
        .title-huongdan {
            font-size: 20px;
            padding: 15px 25px;
            width: 100%;

        }
        .title-huongdan.title-chiase{
            font-size: 18px;
        }

        .txt-huongdan {
            font-size: 13px;
            padding: 10px;
        }
    }
    /* footer */
    .footer-custom {
        background-color: #eeeeee;
        font-family: sans-serif;
        font-size: 15px;
        color: #333;
    }
    .text-color-4d7c0f {
        color: #4d7c0f;
    }

    .footer-custom a {
        color: #4d7c0f;
        text-decoration: none;
    }
    .footer-custom p {
        color: #4d7c0f;
        text-decoration: none;
    }

    .footer-custom a:hover {
        text-decoration: underline;
    }

    .footer-custom .slogan {
        color: #7a9b3a;
        font-size: 14px;
        margin-top: -8px;
    }

    .footer-custom .company-title {
        font-weight: 700;
        text-transform: uppercase;

    }
    .footer-custom .phone-box {
        background-color: #4d7c0f;
        color: white;
        padding: 10px 20px;
        border-radius: 10px;
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
        width: max-content;
        animation: pulse 2s infinite; /* Add animation */
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
            box-shadow: 0 0 5px rgba(77, 124, 15, 0.5);
        }
        50% {
            transform: scale(1.1);
            box-shadow: 0 0 15px rgba(77, 124, 15, 0.7);
        }
        100% {
            transform: scale(1);
            box-shadow: 0 0 5px rgba(77, 124, 15, 0.5);
        }
    }

    .footer-custom i {
        color: #4d7c0f;
    }
    .footer-custom .social {
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .footer-custom .social svg path {
        transition: all .3s ease-in-out;
    }

    /* .footer-custom .social a:hover svg path {
        fill: var(--primary-600);
    } */

    .footer-custom .contact-info {
        display: flex;
        align-items: center;
    }

    .footer-custom .social .icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-custom .social .icon svg {
        width: 20px;
        height: 20px;
    }
    .footer-custom ul {
        list-style-type: none;
    }
    .footer-custom .social li:not(:last-child) {
        margin-right: 24px;
    }

    @media (max-width: 576px) {
        .footer-custom .phone-box {
            font-size: 16px;
            padding: 10px 10px;
        }

        .footer-custom .company-title {
            font-size: 22px;
        }
    }

/* add new css */
.nav-link:focus, .nav-link:hover{
    color: #f16529;
}
a:hover{
    color: #f16529;
}

.text-color-ff0200{
    color: #ff0200;
}

.max-width-1000{
    max-width: 1000px;
    margin: auto;
}
.text-color-5c8541{
    color: #5c8541;
}
.wrapper-content-step{
    max-width: 1200px !important;
    margin: 0 auto;
}

.btn-danhsach {
    background: #f66631;
    color: #fff;
    width: fit-content;
    font-size: 25px;
    text-transform: uppercase;
    margin: 12px;
    border-radius: 15px;
    padding: 10px 20px;
}
.btn-danhsach:hover{
    color: white;
}
.text-base {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.text-lg {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.text-xl {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
}
.text-2xl {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
}
.text-3xl {
    font-size: 30px;
    line-height: 1.5;
    color: #333;
}
.text-4xl {
    font-size: 36px;
    line-height: 1.5;
    color: #333;
}
.text-5xl {
    font-size: 48px;
    line-height: 1.5;
    color: #333;
}
.custom-gap-700{
    gap: 700px;
}
.wrapper-content {
   max-width: 1650px !important;
    margin: 0 auto;
}
.wrapper-content-footer{
    max-width: 1400px !important;
    margin: 0 auto;
}
.title.title-form{
    font-size: 45px;
    line-height: normal;
    font-weight: bold;
}
/* .title-huongdan.title-huongdan-ct{
    width: 1000px;
} */
.w-80 {
    width: 80%;
}
.custom-nav.carousel-control-prev{
    left: -60px;
}
.custom-nav.carousel-control-next{
    right: -60px;
}

.text-color-4d8926 {
    color: #4d8926;
}
.text-color-4e5a01 {
    color: #4e5a01;
}
.text-color-f15922 {
    color: #f15922;
}
.calendar-tab{
    color: #4e5a01;
}
.calendar-tab.calendar-tab-active{
    background: #f15922;
    color: #fff;
}
.img-100{
    max-width: 100%;
}
#hoidap{
    padding-bottom: 250px;
}
.text-left-ct{
    text-align: left !important;
}
.text-black{
    color: #000 !important;
}
.watch-live .title{
    font-size: 30px;
    font-weight: bold;
}
.terms-modal{
    color: #000;
}
.terms-modal a {
    color: #4d8926;
}
.bg-gradient {
    background-image: linear-gradient(to bottom, #ecf3c5, #bfd29a) !important;
}
.bg-bot {
    background: url("../images/bg-n-1.jpg");
    background-repeat: no-repeat;
    background-color: #fff;
    color: #5c8541;
    background-size: 100% 100%;
    background-position: bottom;
}
/* #hoidap {
    background: url("../images/bg-n-1.jpg");
    background-repeat: no-repeat;
    background-color: #fff;
    color: #5c8541;
    background-size: 100% 100%;
    background-position: bottom;
} */

.seemore-faq{
    text-align: right;
    .btn-seemore-faq{
        color: #000;
    }
}

@media (max-width: 768px) {
    .bg-bot{
        background-image: linear-gradient(to bottom, #e0eab8, #e1ebb9) !important;
        background: unset;
        background-color: unset
    }
    .bg-gradient {
        background-image: unset !important;
    }
    .footer-custom ul{
        display: flex;
        gap: 10px;
        font-size: 14px;
    }
    .watch-live .title{
        font-size: 17px;
        line-height: normal;
    }
    .calendar-header::-webkit-scrollbar {
        display: none;
    }
    .nav-item.active {
        background: #f16529c4;
        color: white;
        border-radius: unset;
        border-left: 3px solid #f16529;
    }
    .nav-item.active .nav-link {
        color: #fff;
    }
    /* .footer-custom .wrapper-content-footer i {
        color: black !important;
    } */
    .logo-ft{
        width: 50% !important;
        max-height: auto !important;
    }
    .btn-danhsach {
        width: 80%;
        font-size: 14px;
        /* text-transform: lowercase; */
        margin: 12px 0;
        padding: 10px 20px;
    }
    .title.title-form{
        font-size: 30px;
    }
    #stepsRewards .carousel-inner img {
        width: 100%;

    }
    .footer-custom .social{
        justify-content: center;
    }
    #stepsRewards .carousel-item{
        text-align: center;
    }
    .carousel-inner img{
        min-height: 331px;
    }
    .video-box{
        width: 100%;
    }
    .logo{
        width: 150px;
    }
    .title{
        padding-left: 0px;
        padding-right: 0px;
    }
    .img-100 {
        width: 100%;
        height: auto;
    }
    .custom-gap-500{
        gap: unset;
    }
    .video-box iframe {
        width: 100%;
        height: 100%;
    }
    .title-huongdan.title-huongdan-ct{
        width: auto;
    }
    .des-livestream img {
        width: 50%;
        height: auto;
    }
    .content-huongdan{
        padding: 15px;
        min-height: 730px;
    }
    .custom-nav.carousel-control-prev{
        left: -15px;
    }
    .custom-nav.carousel-control-next{
        right: -15px;
    }
    .custom-nav{
        width: 30px;
        height: 30px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 15px;
        height: 15px;
    }
    .custom-gap-700.custom-gap-700-mb{
        gap: unset;
    }

    .thumb-footer-img {
        width: calc(100% / 3 - 1rem);
        /* height: 80px; */
        object-fit: cover;
        border-radius: 12px;
        border: 3px solid #4d7c0f;
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
        flex-shrink: 0;
    }
    .btn-quaythuong{
        font-size: 20px;
        width: 100%;
        margin: 0;
    }
    .calendar-list{
        padding: 0;
        min-width: auto
    }
    .custom-select{
        font-size: 14px;
    }
    .main-content{
        padding-bottom: 0px;
    }
    /* #hoidap {
        background: url("../images/bg-mb.png") no-repeat top center;
        background-position: top;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100% 100%;
        color: #5c8541;
        background-size: cover;
        background-position: center;
        padding: 0 0 100px 0;
    } */

    #hoidap {
        background: url("../images/bg-b.jpg") no-repeat top center;
        background-position: top;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 100% 100%;
        /* font-family: svn; */
        color: #5c8541;
        background-size: cover;
        background-position: bottom;
        padding: 0 0 100px 0;
    }
    .btn-load-more{
        background-color: #4d7c0f;
        border: none;
    }
}

@media (min-width: 421px) and (max-width: 435px) {
    .bg-bot{
        background-image: linear-gradient(to bottom, #e0eab8, #bcca97) !important;
    }
}
@media (min-width: 401px) and (max-width: 420px) {
    .bg-bot{
        background-image: linear-gradient(to bottom, #e0eab8, #cddca2) !important;
    }
}

@media (min-width: 378px) and (max-width: 400px) {
    .bg-bot{
        background-image: linear-gradient(to bottom, #e0eab8, #dce7b5) !important;
        background: #dce7b5 !important;
    }
}


/* css phone ring*/

.hotline-stikcy {
    width: 58px;
    height: 58px;
    position: fixed;
    right: 30px;
    bottom: 140px;
    z-index: 200;
    display: none;
    text-decoration: none;
  }
  .qr-stikcy{
    display: none;
    position: fixed;
    right: 10px;
    bottom: 130px;
    animation: pulse 2s infinite;
  }
  .qr-stikcy>img{
    width: 50px;
  }
  @media (max-width: 768px) {
    .hotline-stikcy, .qr-stikcy {
        display: block;
    }
  }
  .hotline-stikcy svg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    animation: phone 1s cubic-bezier(0.12, 0.7, 0.74, 0.71) infinite alternate-reverse;
  }
  .hotline-stikcy:before,
  .hotline-stikcy:after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: rgba(16, 185, 84, 0.4);
    position: absolute;
    animation: scaling 2s cubic-bezier(0.12, 0.7, 0.74, 0.71) infinite;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .hotline-stikcy:before {
    animation-delay: 0s;
  }
  .hotline-stikcy:after {
    animation-delay: 1s;
  }

  @keyframes scaling {
    0% {
      transform: scale(1);
      background-color: rgba(16, 185, 84, 0.7);
    }
    100% {
      transform: scale(2);
      background-color: rgba(16, 185, 84, 0);
    }
  }
  @keyframes phone {
    0% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1.12);
    }
  }
  @media (max-width: 991px) {
    .site-footer {
      padding: 40px 16px;
      font-size: 18px;
      line-height: 1.3;
      background-image: url(../images/footer-lua.png), url(../images/footer_sky.png);
      background-position: bottom center,bottom 110px center;
      background-size: 100% auto,cover;
      background-repeat: no-repeat;
    }
    .site-footer h3 {
      font-size: 24px;
      line-height: 32px;
      margin: 0 0 20px;
    }
    .site-footer ul li {
      margin-bottom: 16px;
    }
    .footer-bg {
      display: none;
    }
    .footer-container {
      flex-wrap: wrap;
      gap: 30px 4% ;
      max-width: none;
    }
    .footer-col {
      width: 48%;
      max-width: none;
    }
    .footer-icon {
      margin-bottom: 16px;
    }
    .footer-icon .icon {
      width: 40px;
      height: 40px;
      min-width: 40px;
      margin-right: 15px;
    }
    .footer-icon .icon svg {
      max-width: 100%;
    }
    .footer-social a {
      margin-right: 24px;
    }
    .footer-social a svg {
      width: 40px;
      height: 40px;
    }
    .back-to-top {
      width: 40px;
      height: 40px;
      right: 10px;
      bottom: 20px;
    }
    .footer-hotline {
      text-align: left;
      width: 282px;
      max-width: 100%;
      margin: 0 auto 32px;
    }
    .footer-hotline img {
      width: 100%;
    }
    .hotline-stikcy {
      width: 40px;
      height: 40px;
      right: 10px;
      bottom: 60px;
    }
   
  }
/* end Phone Ring */