/* #region start section */
.start-section {
    padding: 60px 0;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
}

.start-section-list {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 33px;
    /* padding-top: 80px; */
    margin-top: -127px;
}

.start-section-list>a {
    display: block;
    text-decoration: none;
    opacity: 1 !important;
    width: 358px;
}

.start-section-list>a>div {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: #ffff;
    box-shadow: 0 16px 24px 6px rgba(0, 0, 0, 0.06);
    padding: 60px 80px;
}

.start-section-list>a>div .start-img {
    /* position: absolute; */
    /* top: -75px; */
    /* left: calc(50% - 50px); */
    margin-bottom: 36px;
}

.start-section-list>a:hover>div {
    transform: translateY(-20px);
    transition: 0.3s ease;
}

.start-section-list-title.text-medium {
    /* position: absolute; */
    /* bottom: 9px; */
    /* transform: translate(-50%, -50%); */
    left: 50%;
    font-size: 20px;
    color: #393941;
    font-family: 'Inter SemiBold', Arial, sans-serif;
}

h2.start-section-title.text-bold {
    text-align: center;
    font-family: 'Inter SemiBold', Arial, sans-serif;
    color: #ffffff;
    font-size: 36px;
}

@media screen and (max-width: 979px) {
    .start-section-list {
        padding-top: 60px;
    }
    .start-section {
        padding: 30px 0;
    }
}

@media screen and (max-width: 767px) {
    h2.start-section-title.text-bold {
        font-size: 25px;
    }
}

/* #endregion */

/* #region user guide section */
.user-guide-section {
    /* padding: 80px 0; */
    /* background: linear-gradient(135deg, #f5f7ff 0%, #e8f2ff 100%); */
}

.user-guide-title {
    text-align: center;
    font-family: 'Inter SemiBold', Arial, sans-serif;
    color: #212121;
    font-size: 36px;
    margin-bottom: 12px;
}

.user-guide-subtitle {
    text-align: center;
    font-family: 'Inter', Arial, sans-serif;
    color: #707070;
    font-size: 16px;
    margin-bottom: 40px;
}

.user-guide-tabs {
    display: flex;
    justify-content: center;
    border-radius: 50px;
    width: fit-content;
    background-color: #D9D9DE;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: unset;
    color: #5C5D6D;
    border: 1px solid #D9D9DE;
}

.user-guide-tab-btn {
    padding: 6px 16px;
    border: none;
    background: transparent;
    color: inherit;
    border-radius: 50px;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* min-width: 160px; */
    font-weight: unset;
    user-select: none;
}

.user-guide-tab-btn.active {
    background: #fff;
    color: #6A48DF;
    border-color: #6A48DF;
}

.user-guide-tab-btn:hover:not(.active) {
    /* background: #f9fafb; */
    /* border-color: #d1d5db; */
}

.user-guide-content {
    position: relative;
}

.user-guide-tab-content {
    display: none;
}

.user-guide-tab-content.active {
    display: block;
}

.user-guide-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin: 0 auto;
}

#business-tab .user-guide-grid {
    max-width: 868px;
}

.user-guide-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 10px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #B7B7C2;
    width: 268px;
}

.user-guide-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.user-guide-item img {
    margin-bottom: 24px;
}

.user-guide-item-title {
    font-family: 'Inter SemiBold', Arial, sans-serif;
    color: #212121;
    font-size: 16px;
}

/* Responsive */
@media screen and (max-width: 979px) {
    .user-guide-section {
        padding: 60px 0;
    }
    
    .user-guide-grid {
        gap: 24px;
    }
    
    .user-guide-item {
        width: calc(50% - 12px);
        min-width: 250px;
    }
    
    .user-guide-tabs {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .user-guide-section {
        padding: 40px 0;
    }
    
    .user-guide-title {
        font-size: 28px;
        margin-bottom: 8px;
    }
    
    .user-guide-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    
    .user-guide-tabs {
        /* flex-direction: column; */
        /* align-items: center; */
        /* gap: 12px; */
        margin-bottom: 30px;
    }
    
    .user-guide-tab-btn {
        /* width: 200px; */
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .user-guide-grid {
        gap: 20px;
        padding: 0 20px;
    }
    
    .user-guide-item {
        width: 100%;
        min-width: auto;
    }
    
    .user-guide-item {
        padding: 30px 20px 20px;
    }
    
    .user-guide-item img {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }
    
    .user-guide-item-title {
        font-size: 16px;
    }
}

/* #endregion */

/* #region tutorial business */
.tutorial-business {
    padding: 60px 0;
}
.tutorial-business-list {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 73px;
    padding-top: 80px;
}

.tutorial-business-list>div {
    width: 30%;
}

.tutorial-business-list>div {
    backdrop-filter: blur(16px);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    position: relative;
    height: 180px;
    min-width: 300px;
    width: 330px;
}

.tutorial-business-list>div>a {
    display: block;
}

.tutorial-business-list>div .tb-img {
    position: absolute;
    top: -75px;
    left: calc(50% - 101px);
}



.tutorial-business-list>div:hover {
    transform: translateY(-20px);
    transition: 0.3s ease;
}

.tutorial-business-list-title.text-medium {
    position: absolute;
    bottom: 9px;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 18px;
    color: #212121;
    font-family: 'Inter SemiBold', Arial, sans-serif;
}

h2.tutorial-business-title.text-bold {
    text-align: center;
    font-family: 'Inter SemiBold', Arial, sans-serif;
}

@media screen and (min-width: 1230px) {
    .ht-container {
        max-width: 1230px;
    }
}

@media screen and (max-width: 979px) {
    .tutorial-business-list {
        padding-top: 60px;
    }
    .tutorial-business {
        padding: 30px 0;
    }
}


/* #endregion  */


/* region video  */
.video-main>div {
    position: relative;
}

.video-main>div>a {
    cursor: pointer;
    display: block;
}

.video-main .hover-video img {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.video-main-title {
    background: #3d4251;
    color: #fff;
    border-radius: 0px 0px 8px 8px;
    padding: 16px;
    font-family: Roboto Medium, Arial, sans-serif;
    display: none;
}

.small-video-ctn {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    border: 4px;
    cursor: pointer;
    color: #3d4251;
    border-radius: 12px;
    background: #fff;
    /* min-height: 99px; */
    /* border-top: 1px solid var(--Border-Neutral-Primary-300-Default, #B7B7C2); */
}
.tab-item:not(:first-child):not(:last-child){
    border-top: 1px solid var(--Border-Neutral-Primary-300-Default, #B7B7C2);
}
.small-video-ctn>a {
    width: 100%;
    position: relative;
    display: block;
}

.small-video-ctn>div {
    width: 65%;
    padding-left: 16px;
    color: #212121;
    font-family: Roboto Medium, Arial, sans-serif;
}

.video-text>a {
    color: #fff;
    font-size: 15px;
    font-family: "Inter SemiBold", Arial, sans-serif;
}

.small-video-ctn .hover-video>img {
    width: 35px;
    top: calc(50% - 17.5px);
    left: calc(50% - 17.5px);
}

.video-list {
    overflow: auto;
    padding: 0;
    height: 428px;
    margin: 0;
}

.video-container {
    background: #ffffff91;
    padding: 15px 0 !important;
    border-radius: 8px;
    display: flex;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.08);
    padding: 10px !important;
}

.video-watch-more a {
    float: right;
    color: #FF5722;
    font-size: 20px;
    font-family: 'Inter Medium';
    padding-top: 15px;
}

.small-video-ctn.active {
    /* border-left: 4px solid #003CD5; */
}

.small-video-ctn>a>img {
    border-radius: 4px;
    width: 100%;
}

.video-main>div>a>img {
    border-radius: 8px 8px 0px 0px;
    max-height: 418px;
    height: 449px !important;
    object-fit: cover;
    object-position: top left;
}

.b-head {
    max-width: 60%;
    margin: auto;
    padding-bottom: 20px;
}

.support-ctn {
    padding: 60px 0 30px;
}

.title-support {
    padding-bottom: 10px;
}

.modal-footer button {
    background-color: #f15050;
    color: white;
}

.modal-title {
    text-align: center !important;
}

.title-content-border {
    font-family: "Inter SemiBold", Arial, sans-serif;
    color: #393941;
    font-size: 32px;
    text-align: center;
    padding-bottom: 8px;
}
.description-video {
    text-align: center;
    margin-bottom: 40px;
}
.video {
    padding: 80px 0;
    /* background: url(/sites/images/home/bg-video.webp); */
    background-size: cover;
}

.video-list li.tab-item {
    margin-right: 10px;
    /* margin-left: 10px; */
}

.col-md-4.no-padding.video-main {
    padding-left: 0;
}


@media screen and (max-width: 979px) {
    .video-main {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .video-main .tab-pane .hover-video img {
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 25px);
        width: 50px;
    }

    .video-list {
        overflow: auto;
        padding: 0;
        height: 300px;
    }

    .video-watch-more a {
        font-size: 16px;
    }

    .video-main>div>a>img {
        height: auto !important;
    }

    .col-md-4.no-padding.video-main {
        padding-left: 15px;
    }
    .title-content-border {
        font-size: 25px
    }
}

/* endregion  */


/* region custom scroll  */
.scroll {
    overflow: auto;
}

.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-track {
    background: #ff000000;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9091A0;
}

/* endgion  */

/* #region question */

.regular-question {
    padding: 50px 20px 50px 20px;
}

.regular-question .program-rules-title {
    font-size: 36px;
    color: #212121;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 30px;
    line-height: normal !important;
    font-family: 'Inter SemiBold', Arial, sans-serif;
}

.regular-question .question {
    margin: 24px 0 40px 0
}

.regular-question .container {
    display: flex;
    flex-direction: column;
    row-gap: 16px
}

.regular-question .question-content {
    padding: 24px 24px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 16px;
    backdrop-filter: blur(16px);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 24px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.regular-question .question-content .question-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal !important
}

.regular-question .question-content .question-title {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    cursor: pointer;
    line-height: normal !important
}

.regular-question .question-content .question-description {
    font-size: 16px;
    color: #707070;
    display: none;
    margin-top: 16px;
    line-height: normal !important
}

.s-24 {
    min-width: 24px;
    min-height: 24px
}

.i-sprites {
    background: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.8)
}

.i-sprites:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px rgba(39,40,50,.66) solid;
    border-right: 2px rgba(39,40,50,.66) solid
}

.i-sprites.i-arrow-down:before {
    transform: translateY(0) rotate(135deg);
    cursor: pointer
}

.i-sprites.i-arrow-top:before {
    transform: translateY(0) rotate(-45deg);
    cursor: pointer
}

.question-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 24px;
}

.question-btn a {
    padding: 4px 36px 4px 20px;
    position: relative;
    display: flex;
    background: rgba(219, 234, 254, 1);
    color: rgba(37, 99, 235, 1);
    text-decoration: none;
    border-radius: 16px;
    font-family: "Inter Medium";
}

.question-btn a:before {
    position: absolute;
    content: url(/sites/images/home/ic-arrow-right.png);
    top: 6px;
    right: 13px;
}

@media screen and (max-width: 767px){
    .regular-question {
        padding: 30px 20px 30px 20px;
    }
    .regular-question .program-rules-title {
        font-size: 25px;
    }
}
/* #endregion */