#intro {
    position: relative;
    min-height: 100vh;
    background-color: #0A0226;
    /* background-image: url('../img/intro-bg.jpg') !important; */
    /* background-position: bottom center; */
    /* background-repeat: no-repeat; */
    /* background-size:cover; */
    /* margin-bottom: 55px; */
}
#intro video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#intro .image {
    background-image: url("../img/svg/intro-image.svg");
    background-repeat: no-repeat;
    background-size: 600px auto;
    background-position: -70px -140px;
    position: absolute;
    width: 100%;
    max-width: 400px;
    height: 450px;
    top: -58px;
    right: 0
}

#intro video,
#intro img {
    width: 100%;
    /* height: auto */
}

#support-platform {
    padding-bottom: 30px;
    /* padding-top: 100px; */
}

#support-platform .container {
    max-width: 1140px;
}

#support-platform .row > div:first-child {
    order: 2
}

#support-platform .row > div:last-child {
    order: 1
}

#support-platform .sec-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding-top: 35px;
    padding-bottom: 22px;
    margin: 0
}
.sec-subtitle-small{
    text-align: center;
}
.sec-subtitle-small span{
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
}
.sec-desc-small{
    width: 48%;
    line-height: 26px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.how_tab_links li{
    padding: 15px 15px;
    column-gap: 10px;
    border-radius: 7px;
    cursor: pointer;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    margin-bottom: 25px;
}
.how_tab_links li .number{
    font-size: 19px;
    font-weight: 600;
    color: var(--theme-color-3);
}
.how_tab_links li .how_link_info{
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}
.how_tab_links li .how_link_info .title_link{
    color: #333;
    font-weight: 600;
}
.how_tab_links li .how_link_info .desc_link{
    line-height: 22px;
    font-size: 16px;
    color: var(--theme-color-7);
}
.how_tab_links li:hover,.how_tab_links li.active{
    background: var(--theme-color-3);
}
.how_tab_links li:hover .number,.how_tab_links li.active .number,
.how_tab_links li:hover .how_link_info .title_link,.how_tab_links li.active .how_link_info .title_link,
.how_tab_links li:hover .how_link_info .desc_link,.how_tab_links li.active .how_link_info .desc_link{
    color: #fff;
}
.how_tab_content .section{
    display: none;
}
.how_tab_content .section.active{
    display: block;
    position: relative;
}
.how_tab_content .section .section_desc{
    padding: 10px;
    line-height: 26px;
    width: 70%;
    color: #000;
    border-radius: 7px;
    margin-left: auto;
}
.how_tab_content .section img{
    width: 79%;
    display: block;
    margin-right: 0;
    max-height: 349px;
    object-fit: cover;
    margin-left: auto;
    object-position: top;
}
.how_tab_content .section1 img,
.how_tab_content .section2 img{
    object-position: center;
}
.cons_link_tab{
    margin: 30px 0 15px 0;
}
.cons_link_tab li{
    padding: 15px 15px;
    border-radius: 7px;
    cursor: pointer;
    min-width: 147px;
    background: #7746d85c;
    border: 2px solid transparent;
}
.cons_link_tab li span{
    color: #fff;
    margin-top: 10px;
    display: block;
    text-align: center;
}
.cons_link_tab li:hover,.cons_link_tab li.active{
    border-color: #7746d8;
}
.cons_link_section .section{
    display: none;
    padding-top: 20px;
}
.cons_link_section .section.active{
    display: block;
}
.choose_items .item .item_icon{
    position: relative;
    border: 1px solid #eee;
}
.choose_items .item .item_icon svg{
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 10px;
    border-radius: 7px;
}
.choose_items .item .item_icon::before{
    width: 97%;
    height: 94%;
    right: -3px;
    bottom: -3px;
    content: " ";
    position: absolute;
    border-radius: 7px;
    background: var(--theme-color-3);
    z-index: 1;
}
.choose_items .item .item_info{
    width: calc(100% - 63px);
}
#support-platform .content {
    display: flex;
    flex-direction: column;
    gap: 48px
}

#support-platform .content .title {
    font-size: 22px;
    font-weight: 600;
    color: #6b676f;
    margin: 0
}

#support-platform .content .items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

#support-platform .content .items li {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color-9);
    line-height: 1.618
}

#support-platform .content .items li strong {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color-3)
}

#support-platform .content .action-link {
    display: flex;
    gap: 8px
}

#support-platform .content .action-link > a {
    flex: 0 0 auto;
    width: calc(50% - 4px)
}

#support-platform .image {
    width: 100%
}

#help {
    background: var(--theme-color-2);
    padding: 60px 0
}

#help .container {
    max-width: 1300px
}

#help .content {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center
}

#help .content .sec-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

#help .content .video {
    margin-right: -15px;
    margin-left: -15px;
    max-width: 100%
}

#help .content .action-link {
    width: 552px;
    max-width: 100%;
    display: flex;
    gap: 8px
}

#help .content .action-link > a {
    flex: 0 0 auto;
    width: calc(50% - 4px)
}

#apply-yourself {
    padding: 60px 0
}

#apply-yourself .container {
    max-width: 1140px;
}

#apply-yourself .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px
}

#apply-yourself .content .sec-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

#apply-yourself .content .desc {
    font-size: 20px;
    font-weight: 500;
    max-width: 1200px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.618
}

#apply-yourself .content picture {
    width: 100%
}

#apply-yourself .content picture .image {
    width: 100%
}

#apply-yourself .content .action-link {
    width: 275px;
    max-width: 100%;
    display: flex;
    gap: 8px
}

#apply-yourself .content .action-link a {
    width: 100%
}

#consultation {
    background: var(--theme-color-2);
    padding-bottom: 40px
}

#consultation .container {
    max-width: 1200px
}

#consultation .content {
    display: flex;
    flex-direction: column;
    gap: 48px
}

#consultation .content .title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px
}

#consultation .content .desc p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.618
}

#consultation .content .action-link {
    max-width: 330px
}

#consultation .content .action-link > a {
    width: 100%
}

#consultation .image {
    width: 100%
}

/*#find-tools {*/
/*    padding: 60px 0*/
/*}*/

#find-tools .container {
    max-width: 1140px;
}

#find-tools .row > div:first-child {
    order: 2
}

#find-tools .row > div:last-child {
    order: 1
}

#find-tools header {
    margin-bottom: 50px
}

#find-tools header .title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center
}

#find-tools .content {
    display: flex;
    flex-direction: column;
    gap: 36px
}

#find-tools .content .desc {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.618;
    display: flex;
    flex-direction: column;
    gap: 20px
}

#find-tools .content .desc p {
    margin: 0
}

#find-tools .content .desc p strong {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color-3)
}

#find-tools .content .action-link {
    max-width: 275px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center
}

#find-tools .content .action-link > a {
    width: 100%;
    flex: 0 0 auto
}

#find-tools .content .action-link .sub-btn {
    display: none
}

#find-tools .content .action-link .sub-btn .dark-layout {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: rgba(0, 0, 0, .7);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer
}

#find-tools .content .action-link .sub-btn .close {
    font-weight: 400;
    font-size: 50px;
    position: fixed;
    top: 0px;
    right: 20px;
    color: #fff;
    z-index: 1200;
    cursor: pointer
}

#find-tools .content .action-link .sub-btn .btn-wrapper {
    position: absolute;
    z-index: 1150;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateX(-50%)
}

#find-tools .content .action-link .sub-btn .btn-wrapper a {
    background: #fff;
    padding-left: 40px;
    padding-right: 40px
}

#find-tools .content .action-link .sub-btn .btn-wrapper a:hover {
    background: var(--theme-color-3);
    color: #fff
}

#find-tools .image {
    width: 100%
}

#comments-customer {
    background: var(--theme-color-2);
    padding: 60px 0
}

#comments-customer .container {
    max-width: 1250px
}

#comments-customer .container > header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
    text-align: center
}

#comments-customer .container > header .title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px
}

#comments-customer .container > header .desc {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 866px;
    line-height: 1.618
}

#comments-customer .container > header .image {
    width: 100%
}

#comments-customer .container .content .comment-crousel .comment-item {
    padding-left: 8px;
    padding-right: 8px
}

#comments-customer .container .content .comment-crousel .comment-item .comment {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 26px
}

#comments-customer .container .content .comment-crousel .comment-item .comment header {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

#comments-customer .container .content .comment-crousel .comment-item .comment header img {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%
}

#comments-customer .container .content .comment-crousel .comment-item .comment header div {
    display: flex;
    flex-direction: column;
    gap: 8px
}

#comments-customer .container .content .comment-crousel .comment-item .comment header div .name {
    font-weight: 800;
    font-size: 16px;
    color: #37383f
}

#comments-customer .container .content .comment-crousel .comment-item .comment header div span {
    font-style: normal;
    font-weight: 400;
    color: #37383f
}

#comments-customer .container .content .comment-crousel .comment-item .comment .comment-text {
    font-weight: 500;
    font-size: 16px;
    color: #37383f;
    text-align: justify;
    line-height: 1.618
}

#comments-customer .container .content .comment-crousel .comment-item .comment .comment-text p {
    margin: 0
}

#few-minutes {
    background: var(--theme-color-3);
    padding: 96px 0;
    color: #fff;
    overflow: hidden
}

#few-minutes .container {
    max-width: 900px;
    text-align: center
}

#few-minutes .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px
}

#few-minutes .content .title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px
}

#few-minutes .content .desc {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 866px;
    line-height: 1.618
}

#few-minutes .content .action-link {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-direction: column
}

#few-minutes .content .action-link > a {
    flex: 0 0 auto;
    width: 100%
}

#facts {
    padding: 96px 0
}

#facts .container {
    max-width: 1300px;
    text-align: center
}

#facts .sec-title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 88px
}

#facts .content {
    display: flex;
    flex-direction: column;
    gap: 16px
}

#facts .content .icon svg {
    display: block;
    margin: auto;
    width: 45px;
    height: auto
}

#facts .content .item {
    font-size: 16px;
    font-weight: 800;
    color: var(--theme-color-3)
}

#facts .content .number {
    font-size: 24px;
    font-weight: 600
}
@media (max-width:768px){
    .our_s{
        display:none !important;
    }
    .seize .d-flex{
        flex-wrap:wrap;
    }
    .seize .d-flex .w-50{
        width:100% !important;
        font-size:23px;
    }
    .seize .d-flex .tith3{
        font-size: 23px;
    }
    .seize .d-flex .titlf{
        line-height: 1.7;
        margin-top: 0;
        margin-bottom: 0;
    }
    #fact .dfact{
        top: -250px;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
    }
    .seize .young2 img{
        height:auto;
    }
}
@media (min-width: 768px) {
    #intro .image {
        background-size: 1000px auto;
        background-position: -60px -2xx;
        height: 700px;
        width: 95%;
        max-width: unset;
        top: -72px;
        right: 0
    }

    #intro .container .content {
        gap: 40px;
        padding: 700px 15px 40px 15px;
        align-items: center;
        text-align: center
    }

    #intro .container .content .title {
        font-size: 48px;
        font-weight: 700;
        width: 500px
    }

    #intro .container .content .desc {
        width: 430px;
        font-size: 20px
    }

    #intro .container .content .action-link {
        width: 550px;
        display: flex;
        gap: 8px
    }

    #intro .container .content .action-link > a {
        flex: 0 0 auto;
        width: calc(50% - 4px)
    }

    #intro .container .content .action-link .btn-outline {
        background: rgba(245, 234, 253, .5);
        backdrop-filter: blur(2px)
    }

    #support-platform .sec-title {
        font-size: 32px
    }

    #support-platform .content .title {
        font-size: 24px
    }

    #support-platform .content .items li {
        font-size: 20px
    }

    #help .content .video {
        margin-right: 0;
        margin-left: 0
    }

    #apply-yourself .content .sec-title {
        font-size: 36px
    }

    #apply-yourself .content .desc {
        font-size: 20px
    }

    #consultation .content .title {
        font-size: 36px
    }

    #consultation .content .desc p {
        font-size: 20px
    }

    #find-tools header .title {
        font-size: 36px
    }

    #find-tools .content .desc {
        font-size: 18px
    }

    #find-tools .content .desc p strong {
        font-size: 22px
    }

    #comments-customer .container > header .title {
        font-size: 36px
    }

    #comments-customer .container > header .desc {
        font-size: 20px
    }

    #happy-academic .content .image {
        padding-left: 50px
    }

    #few-minutes .content .title {
        font-size: 48px
    }

    #few-minutes .content .desc {
        font-size: 20px
    }

    #few-minutes .content .action-link {
        flex-direction: row;
        gap: 8px
    }

    #few-minutes .content .action-link > a {
        width: calc(50% - 4px)
    }
}

@media (min-width: 992px) {
    #intro .image {
        background-size: auto 150%;
        background-position: 0 -250px;
        height: calc(100% + var(--header-height));
        width: 60%;
        max-width: unset;
        top: calc(0px - var(--header-height));
        right: 0
    }

    #intro .container .content {
        position: absolute;
        bottom: 80px;
        gap: 40px;
        padding: 0 15px;
        align-items: flex-start;
        text-align: left
    }

    #intro .container .content .title {
        font-size: 48px;
        font-weight: 700;
        width: 500px
    }

    #intro .container .content .desc {
        width: 430px
    }

    #intro .container .content .action-link {
        width: 550px;
        display: flex;
        gap: 8px
    }

    #intro .container .content .action-link > a {
        flex: 0 0 auto;
        width: calc(50% - 4px)
    }

    #intro .container .content .action-link .btn-outline {
        background: rgba(245, 234, 253, .5);
        backdrop-filter: blur(2px)
    }

    #help .content .video {
        max-width: 600px
    }

    #find-tools .row > div:first-child {
        order: 1
    }

    #find-tools .row > div:last-child {
        order: 2
    }

    #find-tools .action-link {
        flex-direction: row !important;
        gap: 20px !important;
        align-items: unset !important
    }

    #find-tools .action-link .btn-wrapper {
        flex-direction: row !important;
        transform: unset !important
    }

    #support-platform .container .row > div:first-child {
        order: 1
    }

    #support-platform .container .row > div:last-child {
        order: 2
    }

    #consultation {
        padding-bottom: 0
    }

    #comments-customer .container .content .comment-crousel .comment-item {
        width: 33.333%
    }

    #facts .content .icon svg {
        display: block;
        margin: auto;
        width: unset;
        height: unset
    }

    #facts .content .item {
        font-size: 20px;
        font-weight: 500
    }
}

@media (min-width: 1200px) {
    #intro .container .content {
        position: absolute;
        gap: 40px;
        padding: 0 15px
    }

    #intro .container .content .title {
        font-size: 48px;
        font-weight: 700;
        width: 500px
    }

    #intro .container .content .desc {
        width: 430px
    }

    #intro .container .content .action-link {
        width: 550px;
        display: flex;
        gap: 8px
    }

    #intro .container .content .action-link > a {
        flex: 0 0 auto;
        width: calc(50% - 4px)
    }

    #intro .container .content .action-link .btn-outline {
        background: rgba(245, 234, 253, .5);
        backdrop-filter: blur(2px)
    }
}

/*# sourceMappingURL=home.css.map */
.heading1 {
    color: #fff;
    font-size: 40px;
    /* font-family: BVietnam; */
    text-align: center;
    margin: 0;
    padding-top: 290px;
    font-weight: 600;
    letter-spacing: -0.027em;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.heading2 {
    color: #ffffff;
    font-size: 60px !important;
    font-family: BVietnam !important;
    text-align: center;
    top: 15% !important;
    margin: 20px;
    font-weight: 500 !important
}

.heading3 {
    color: #fff;
    font-size: 25px;
    /*font-family: BVietnam;*/
    text-align: center;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 45px;
    position: relative;
    z-index: 2;
}
.heading1_t{
    color: #7746d8;
}

.btnpartner {
    background-color: #f7f6f9;
    border-radius: 30px;
    padding: 10px 35px;
    border: 0;
    margin-top: 50px;
}

.btnstudent {
    background-color: #824DEB;
    border-radius: 30px;
    padding: 10px 35px;
    color: #fff;
    border: 0;
    margin-top: 50px;
    display: inline-flex;
}

.btnstarted {
    background-color: #824DEB;
    border-radius: 30px;
    padding: 10px 35px;
    color: #fff;
    border: 0;
    margin: 20px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.btnstartedw {
    background-color: #fcfcfc;
    border-radius: 30px;
    padding: 15px 40px;
    color: #000;
    border: 0;
    margin: 50px 10px;
}

.btntofel {
    background-color: #824DEB;
    border-radius: 25px;
    padding: 12px 20px;
    color: #fff;
    border: 0;
    top: 232px;
    left: 15px;
    position: absolute;
}

.btntolog {
    background-color: #D1CBDD;
    border-radius: 25px;
    padding: 12px 20px;
    color: #000;
    border: 0;
    top: 190px;
    left: 15px;
    position: absolute;
}

.btnpb {
    position: absolute;
    bottom: 0;
}

.textwhite {
    color: #D1CBDD !important;
    font-weight: 400;
}

.dinfo {
    width: 89%;
    max-width: 1200px;
    margin: auto;
    margin-top: -610px;
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 30px 80px -10px rgba(9.999999999999972, 2.000000000000002, 38, 0.1);
    overflow:hidden;
}

.dfact {
    width: 75%;
    position: absolute;
    background-color: #824DEB;
    border-radius: 25px;
    top: -200px;
    left: 15%
}

.young {
    width: 100%;
    margin: auto
}

.young img {
    /* width: 100%; */
    display: block;
    /* max-width: 1208px; */
    margin: 0 auto;
}
.young2{
    display: flex;
    align-items: stretch;
}
.young2 img {
    width: 580px;
    margin: auto;
    height: 380px;
}

.tolt {
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid #888;
    top: 300px;
    left: 40px;
    position: absolute;
    background-color: #fff;
}

.tolt > h3 {
    font-size: 16px;
    align-self: center;
    font-weight: 500;
}

.tolti {
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid #888;
    top: 570px;
    left: 40px;
    position: absolute;
    background-color: #fff;
}

.tolti > h3 {
    font-size: 16px;
    align-self: center;
    font-weight: 500;
}

.toltip {
    padding: 16px 8px 0;
    border-radius: 12px;
    border: 1px solid #888;
    top: 120px;
    right: 20px;
    position: absolute;
    background-color: #fff;
}

.toltip > h3 {
    font-size: 16px;
    align-self: center;
    font-weight: 500;
}

.play {
    top: 50%;
    right: 50%;
    position: absolute;
}

.imgadmis {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.jets {
    width: 45px;
    height: 45px;
    padding: 10px;
    background-color: #edebf0;
    border-radius: 50%;
    /*margin: 2px 0 0 8px;*/
    display: inline-block;
    text-align: center;
}

.jetsi {
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 10px;
    background-color: #824DEB;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #fff
}

.bgcolore .jetsi {
    background-color: #000;
}

.numbree {
    color: #824DEB;
    font-size: 32px;
    margin: 10px 0;
}

.sec-titleei.mt-12.w-35 .numbree {
    display: flex;
    justify-content: center;
}

.numbrie {
    color: #824DEB;
    font-size: 40px;
    margin: 10px 0
}

.log {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.numberss {
    color: #824DEB;
    font-size: 17px;
    margin: 10px 0;
    font-weight: 600;
}

.numberse {
    font-size: 16px;
    font-weight: 500;
}

.toltipp {
    padding: 12px 30px;
    border-radius: 22px;
    border: 1px solid #777;
    top: 510px;
    right: 35px;
    position: absolute;
    background-color: #fff;
}

.toltipp > h3 {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px
}

.founde {
    font-size: 18px;
    padding: 10px 0;
    font-weight: 700;
}

.foundi {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0;
    line-height: 25px
}

.bgcolor .foundi {
    color: #fff;
}

.educate {
    font-size: 17px;
}

.educati {
    font-size: 22px;
    padding-top: 12px;
    font-weight: 600;
}

.bgcolor .educati {
    color: #fff;
}

.bgcolor {
    background-color: #824DEB;
}

.bggray {
    background-color: #f4f4f4;
}

.bgwhite {
    background-color: #fff;
}

.bgcolore {
    background: #7A48DB !important;
}

#customers {
    background-color: #F7F6F9;
}

.round {
    border-radius: 25px 25px 0 0;
}

.rounded-4 {
    border-radius: 25px;
}

.rounded-3 {
    border-radius: 20px;
}

.rounded {
    border-radius: 15px;
}

.px-8 {
    padding-right: 40px;
    padding-left: 40px;
}

.mx-4 {
    margin-right: 20px;
    margin-left: 20px;
}

.border {
    border: 1px solid #ccc
}

.mr-8 {
    margin-right: 45px
}

.ml-25 {
    margin-left: -125px !important
}

.ml-10 {
    margin-left: 10px !important
}

.ml-20 {
    margin-left: 20px !important
}

.ml-32 {
    margin-left: -320px !important
}

.mt-8 {
    margin-top: 45px
}

.mt-12 {
    margin-top: 80px
}

.mt-5 {
    margin-top: 35px
}

.z-2 {
    z-index: 10
}

.mb-12 {
    margin-bottom: 80px
}

.pb-8 {
    padding-bottom: 60px
}

.sec-titlei {
    font-size: 23px;
    margin: auto;
    font-weight: 500;

}

.sec-titli {
    font-size: 35px;
    text-align: center;
    color: #fff
}

.sec-titleei {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}

.sec-titleeii {
    font-size: 32px;
}

.ptext {
    font-size: 17px;
    text-align: center;
    margin: 20px auto;
    line-height: 25px
}

.sec-titlei > span {
    font-size: 23px;
    font-weight: 600;
}

.w-100 {
    width: 100%
}

.w-90 {
    width: 90%
}

.w-115 {
    width: 115%
}

.w-50 {
    width: 50%
}

.w-35 {
    width: 35%
}

.w-75 {
    width: 75%
}

.m-8 {
    margin: 50px
}

.m-4 {
    margin: 16px
}

.m-2 {
    margin: 10px
}

.fs-5 {
    font-size: 18px;
}

.bginfo {
    background:  radial-gradient(at top left, #150b2e 15%, #7746d8);
}

.bgcolori {
    background: radial-gradient(at bottom right, #2A1658 10%, #0A0226)
}

.bgcolorii {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.bgcolorg {
    background: linear-gradient(90deg, rgba(252, 252, 252, 1) 40%, rgba(239, 234, 250, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.infoh {
    display: inline-block;
    margin: 0 0 0 12px;
    font-size: 17px;
    color: #fff
}

.infohh {
    display: inline-block;
    margin: 0 0 0 12px;
    font-size: 17px;
    font-weight: 600;
}

.pt-8 {
    padding-top: 50px;
}

.pt-6 {
    padding-top: 35px;
}

.relative {
    position: relative
}

.titl {
    font-size: 15px;
    color: #824DEB;
    font-weight: 500;
    white-space: nowrap;
}

.titls {
    font-size: 15px;
    margin: 40px 25px 20px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}

.titlf {
    font-size: 17px;
    margin: 3px 25px 0;
    font-weight: 400;
    color: #fff;
    padding-bottom: 50px;
}
#fact a{
    background: #fff;
    padding: 12px 20px;
    border-radius: 7px;
    font-size: 14px;
    border: 2px solid transparent;
}
#fact a:hover{
    background: var(--theme-color-3);
    color: #fff;
    border-color: #fff;
}
.article_section{
    margin-top: 130px;
}

.titlts {
    font-size: 14px;
    margin-top: 2rem;
    font-weight: 400;
    color: #636363;
    line-height: 23px;
}

.titlss {
    font-size: 14px;
    margin: 5px 0;
    font-weight: 400;
    color: #636363;
    line-height: 20px;
    text-align: left;
}

.titlsts {
    font-size: 18px;
    margin: 20px 0 50px;
    font-weight: 300;
    color: #000;
}

.titl5 {
    color: #7b7884;
    padding: 20px 10px;
    font-size: 14px;
}

.tith3 {
    color: #fff;
    padding: 20px 20px;
    font-size: 33px;
    font-weight: 600;
    line-height: 45px;
}

.titll {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
}

.sp-between {
    justify-content: space-between;
}

.flink {
}

.flink > h3 {
    border-bottom: 1px solid #37383f;
}

.flink > ul {
    list-style: none;
    padding: 0;
}

.flink > ul > li {
    color: #6b676f;
    font-weight: 300;
    margin: 8px 0
}

.tcenter {
    text-align: center;
}

.titleh5 {
    font-size: 10px;
    color: #6b676f
}

.bgcq {
    background-color: #824DEB !important;
}

.bgcb {
    background-color: #000 !important;
}

#fact {
    background-color: #0b0327;
    height: 200px;
    margin-top: 400px
}

.imgt {
    margin: 0 0 -3px -25px !important;
}

#owl-demo .item {
    background: #42bdc2;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.cd-intro {
    margin: 1.3em auto !important;
}

b {
    postition: relative;
    text-align: center;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#main-footer {
    /* position: sticky; */
    /* bottom: 0; */
    /* z-index: -1; */
    /* max-height: 100vh; */
    background: #0b0327;
}
#main-footer .phones a{
    color: #fff;
    font-size: 14px;
}
#main-footer .footer_cta a{
    display: block;
    padding: 14px 0;
    border-radius: 7px;
    margin-bottom: 10px;
    background: var(--theme-color-3);
    color: #fff;
    text-align: center;
}
#main-footer .footer_cta a.help{
    background: #fff;
    color: var(--theme-color-3);
    transition: all ease 300ms;
}
#main-footer .footer_cta a.help:hover{
    background: var(--theme-color-3);
    color: #fff;
}
.pprag {
    line-height: 25px;
    margin-top: 15px;
    font-size: 15px
}

/* Modal styles */
.video-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.video-modal-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    width:50%; 
    margin:0 auto;
}

.video-modal video {
    max-width: 100%;
    max-height: 100%;
}

.video-modal .close {
    cursor: pointer;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}

.close.back {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display:none;
}
.our_s{
    display:block;
}

.dontshow {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transform: translateX(-2rem);
    display:none;
}

.shown {
    position: relative;
    display: flex;
    opacity: 1;
    z-index: 2;
    transform: translateX(0);
    overflow: visible !important;
    align-items: center;
}

.nkh_tab-contents > div {
    grid-area: 1 / 1;
    transition: z-index 0ms linear, opacity 200ms ease-in-out, transform 250ms ease-in-out;
    overflow: hidden;
}

.nkh_tab-contents {
    display: grid;
}

.qsai {
    height: auto !important;
    width: 100%;
    max-width:115%;
}

.nkh_modal-btn {
    margin: auto auto 1rem 2rem;
}

.home-post-slider-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: .5rem;
}

.home-post-slider-card .btntofel {
    background-color: #824DEB;
    border-radius: 25px;
    padding: 12px 20px;
    color: #fff;
    border: 0;
    position: unset;
    margin-top: -1.75rem;
}

.home-post-slider-card .titlsu {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    padding: .5rem 10px;
}

.fixed .button .arrow path {
    fill: black;
}

.fixed .button span.name {
    color: black;
}

.button .arrow path {
    fill: white;
}

.button span.name {
    color: white;
}

.swiper.nkh_tabs .swiper-slide > div,
.swiper.nkh_tabs .swiper-slide {
    height: 100%;
    cursor:pointer;
}
.swiper.nkh_tabs .swiper-slide .tab_header:hover{
    background-color:rgb(137, 44, 255) !important;
}
.swiper.nkh_tabs .swiper-slide .tab_header:hover .educati,.swiper.nkh_tabs .swiper-slide .tab_header:hover .foundi{
    color:#fff !important;
}

.home-post-slider-card > h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.home-posts-swiper h3 {
    padding: 0 10px;
    font-size: 22px;
    line-height: 1.618;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin:10px 0 0 0;
}
.article_cat{
    margin-bottom:30px;
}
.article_cat .article_cat_item{
    cursor:pointer;
    transition:all ease 300ms;
}
.article_cat .article_cat_item:hover,.article_cat .article_cat_item.active{
    padding:5px;
    border-radius:4px;
    color:#fff;
    background:#824deb;
}
.form_index_login input{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF26;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    background-color: #FFFFFF12;
    height:50px;
    font-size:16px;
    padding:6px 20px;
    width:311px;
}
.form_index_login input::placeholder{
    color:#fff; 
}
.form_index_login input:focus{
    outline:0;
}
.form_index_login button{
    color: #fff;
    background-color: #7746d8;
    border-style: none;
    cursor: pointer;
    padding: 6px 20px;
}
.form_index_login button:hover{
    background:#824DEB;
    color:#fff;
    
}
.select2-dropdown li{
    font-size: 14px;
    line-height: 1.5;
}
.index_p_num{
    margin-right: 25px;
    margin-left: 25px;
}
.index_p_num .value{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
#information > svg{
    display: block;
    width: calc(100% + 1.3px);
    position: absolute;
    left: 0;
    height: 100px;
    bottom: 199px;
}
#information > svg path{
    fill: #ffffff;
    transform-origin: center;
    transform: rotateY(0deg);
}
.intro_head_bg{
        padding: 0px 0px 0px 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 67%, #824deb 0%);
    border-radius: 0px 0px 0px 0px;
    background-position: 100%;
}
#popup_video_login{
    padding:15px;
    border-radius:7px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    position:fixed;
    right:0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 95%;
    z-index: 99999;
    display:none;
    height:auto;
    background: #fff;
}
#popup_video_login.show{
    display:block;
}
#popup_video_login i{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -45px;
    color: #fff;
    font-size: 30px;
}
#popup_video_login video{
    max-width:100%;
    height:auto; 
    border-radius:10px;
}
.layer_video{
    position:fixed;
    width:100%;
    height:100%;
    z-index:9999;
    left:0;
    top:0;
    background:rgba(0,0,0,0.7);
    display:none;
}
.layer_video.show{
    display:block;
}
.play-home-video i{
    position: absolute;
    background: #7746d8;
    display: flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    box-shadow: 5px 5px 30px -7px rgba(0,0,0,0.6);
    padding-right: 4px;
    cursor: pointer;
    transition:all ease 300ms;
}
.play-home-video i:hover{
    transform:scale(1.03);
}
.anime{
    border-color: var(--theme-color-3) !important;
    color: #fff;
    background-color: var(--theme-color-3) !important;
    animation: pulse-animation 2s infinite;
}
#plasn_index .plan_item{
    width: 100%;
    background: #f5f5ff;
    padding: 30px 15px;
    border-radius: 7px;
}
#plasn_index .plan_item.recom{
    background: #824deb;
}
#plasn_index .plan_item .plan_item_price{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
#plasn_index .plan_item .plan_item_price sup{
    font-size: 2rem;
    font-weight: 600;
    vertical-align: top;
}
#plasn_index .plan_item .plan_item_price span{
    font-size: 3rem;
    font-weight: 600;
}
#plasn_index .plan_item .plan_item_price .item_title{
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 15px;
}
#plasn_index .plan_item.recom .plan_item_price{
    color: #fff;
    border-color: #fff;
}
#plasn_index .plan_item .plan_item_price .item_desc{
    font-size: 14px;
    color: #636363;
    line-height: 26px;
}
#plasn_index .plan_item.recom .plan_item_price .item_desc{
    color: #fff;
}
#plasn_index .plan_item .plan_item_check .check span{
    line-height: 26px;
    font-size: 14px;
}
#plasn_index .plan_item.recom .plan_item_check .check span{
    color: #fff;
}
#plasn_index .plan_item .plan_item_cta{
    margin-top: 35px;
}
#plasn_index .plan_item .plan_item_cta a{
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    color: var(--theme-color-3);
}
#plasn_index .plan_item .plan_item_cta a:hover{
    background: var(--theme-color-3);
    color: #fff;
}
.article_section {
    position: relative;
}

.article_section .ct_swiper {
    bottom: -45px;
}

.article_section .ct_swiper span {
    cursor: pointer;
    margin:0 3px;
}
/* Landing styles */
.landing{
    margin-bottom: 50px;
}
.landing .container{
    max-width: 1200px;
}
.landing .hero .left_hero{
    background: rgb(10,2,38);
    background: linear-gradient(180deg, rgba(10,2,38,1) 0%, rgba(50,33,136,1) 100%);
    padding: 15px 15px 15px 15px;
    height: 501px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.landing .hero .left_hero h1{
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 800;
}
.landing .hero .left_hero h1 span{
    color:#bbabdb;
}
.landing .hero .left_hero .hero_subtitle{
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}
.landing .hero .left_hero .hero_left_cta{
    column-gap: 20px;
}
.landing .hero .left_hero .hero_left_cta a{
    line-height: 1.7;
    border-radius: 7px;
    text-align: center;
    padding: 10px 10px;
    color: #7746d8;
    width: 40%;
    font-weight: 500;
    transition: all ease 400ms;
}
.landing .hero .left_hero .hero_left_cta .email{
    background:#fff;
}
.landing .hero .left_hero .hero_left_cta a:hover{
    box-shadow: 0 0 30px -7px rgba(255,255,255,0.3);
}
.landing .hero .left_hero .hero_left_cta .google{
    background: #fff;
    color: #7746d8;
    justify-content: center;
}
.landing .hero .landing_form{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 7px;
}
.landing .hero .landing_form .form_landing_title{
    text-align: center;
    font-size: 1.3rem;
}
.landing .hero .landing_form .form_landing_item{
    margin-bottom: 15px;
    position: relative;
}
.landing .hero .landing_form .form_landing_item label{
    display: block;
    margin-bottom: 5px;
}
.landing .hero .landing_form .form_landing_item input[type=text],
.landing .hero .landing_form .form_landing_item input[type=email],
.landing .hero .landing_form .form_landing_item input[type=password]{
    height: 35px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 5px;
}
.landing .hero .landing_form .form_landing_item input[type=text]:focus,
.landing .hero .landing_form .form_landing_item input[type=email]:focus,
.landing .hero .landing_form .form_landing_item input[type=password]:focus{
    border-color: #7746d8;
    outline: 0;
}
.landing .hero .landing_form .form_landing_item select{
    height: 35px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 5px;
}
.landing .hero .landing_form .form_landing_item.check_item{
    display: flex;
    align-items: start;
    line-height: 1.5;
}
.landing .hero .landing_form .form_landing_item.check_item input{
    margin-right: 3px;
    width: 30px;
    height: 15px;
}
.landing .hero .landing_form .form_landing_desc{
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.landing .hero .landing_form .form_landing_desc a{
    text-decoration: underline;
    text-underline-position:below;
    color: #7746d8;
}
.landing .hero .landing_form .form_landing_submit button{
    background: #7746d8;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    border: 0;
    border-radius: 7px;
    transition: all ease 300ms;
    cursor: pointer;
}
.landing .hero .landing_form .form_landing_submit button:focus{
    outline: 0;
}
.landing .hero .landing_form .form_landing_submit button:hover{
    background: orange;
}
.landing .how_tab_links .title_link{
    margin: 0;
}
.landing .how_tab_links .desc_link{
    margin: 0;
}
.landing .how_tab_content .section img{
    max-height: 365px;
}
.landing #support-platform .sec-title{
    margin-bottom: 30px;
}
.landing .user_say .our_say_title,
.landing .faq_landing .faq_landing_title{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding-top: 35px;
    padding-bottom: 22px;
    margin: 0;
}
.landing .user_say .our_say_item{
    box-shadow: 0 0 30px -7px rgba(0,0,0,0.15);
    padding: 15px;
    border-radius: 7px;
}
.landing .user_say .our_say_item .our_say_item_author{
    font-weight: 500;
}
.landing  .user_say_image{
    position: sticky;
    top: 10px;
}
.landing  .user_say_image img{
    display: block;
    border-radius: 7px;
}
.landing .faq_landing .faq_landing_item{
    box-shadow: 0 0 30px -7px rgba(0,0,0,0.15);
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 15px;
}
.landing .faq_landing .faq_landing_item h3{
    margin: 0;
    cursor: pointer;
}
.landing .faq_landing .faq_landing_item h3:hover,
.landing .faq_landing .faq_landing_item.active h3{
    color: #7746d8;
}
.landing .faq_landing .faq_landing_item h3 i{
    transition: all ease 300ms;
}
.landing .faq_landing .faq_landing_item.active h3 i{
    transform: rotateX(180deg);
}
.landing .faq_landing .faq_landing_item .faq_landing_item_content{
    display: none;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.7;
}
.landing .faq_landing .faq_landing_item .faq_landing_item_content a{
    color: #7746d8;
}
.landing .how_tab_links{
    padding: 0;
}
.landing_form .error_message{
    margin: 5px 0;
    color: red;
}
.landing_form .form_message{
    font-weight: 700;
    margin: 10px 0;
    text-align: center;
    color: orange;
}