@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVN-Gilroy Regular.otf");
    font-weight: normal;
    font-weight: 300;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVN-Gilroy Medium.otf");
    font-weight: 400;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVN-Gilroy SemiBold.otf");
    font-weight: 500;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVN-Gilroy-Bold.otf");
    font-weight: 600;
    font-style: normal;
    font-display: swap; }
@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVN-Gilroy XBold.otf");
    font-weight: 700;
    font-style: normal;
    font-display: swap; }
@font-face {
    font-family: "SVN-Gilroy";
    src: url("../fonts/SVN-Gilroy Black.otf");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.section-title-container .section-title-normal,
.section-title-container .section-title-normal span{
    border: 0;
    margin: 0;
}
.section-title b{
    opacity: 0 !important;
}
.section-title-container .section-title span {
    text-transform: initial;
}
h2.section-title{
    font-weight: 500;
    font-size: 34px;
    line-height: 48px;
}

.bg-primary > .col-inner{
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3067), to(#5014ad));
}
.bg-primary-2 > .col-inner{
    background: linear-gradient(180deg, #fbc822, #fa6328);
}
.gradient-span,
.text-gradient-purple-pink .section-title-main,
.text-gradient-purple-pink {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(-13.63%,#223B7B),color-stop(42.68%,#8C4084),color-stop(96.48%,#F2458D));
    background-image: linear-gradient(89.45deg, #223B7B -13.63%, #8C4084 42.68%, #F2458D 96.48%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*Contact social*/
.jks_contact_social{
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 2.1375em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    border-radius: 50em;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.jks_contact_social .paragraph-3 {
    position: relative;
    top: 1px;
    color: #1e1541;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.125em;
    line-height: 1.4;
    white-space: nowrap;
}
.verticle-line {
    width: 1px;
    height: 1.4375em;
    background-color: #bec4da;
}
.social-media-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 2em;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.link-s {
    max-width: 1.75em;
    min-width: 1.75em;
}
.s-image {
    height: 100%;
}
/*Counter*/
.box-counter {
    padding: 2rem 0;
}
.row-about-counter .box-counter {
    padding: 2rem 10%;
    margin: 0 auto;
}
.box-counter .counter{
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}
.box-counter .text{
    font-size: 22px;
    line-height: 28px;
}
/*Video item*/
.video-item{
    position: relative;
    text-align: center;
    cursor: pointer;
}
.video-item .video-button{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    display: block;
}

.d-none {
    display: none !important;
}

.video-player-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background-color: rgba(23, 24, 25, .85);
    padding: 50px;
}

.video-player-modal .video-player-body {
    width: 75%;
    height: 91%;
    margin: 0 auto;
    position: relative;
}

.video-player-modal .video-player-body .close-btn {
    position: absolute;
    top: -27px;
    right: 0;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    opacity: .65;
    z-index: 1;
    background-color: #495057;
    width: 28px;
    height: 28px;
    padding: 1px 5px;
    border: 1px solid;
}

.video-player-modal .video-player {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1024px) {

    .video-player-modal .video-player-body {
        width: 100%;
        top: 30%;
    }

    .video-player-modal .video-player-body .close-btn {
        top: -19px;
        font-size: 18px;
        width: 20px;
        height: 20px;
        padding: 0 3px;
    }
}

@media only screen and (max-width: 667px) {
    .video-player-modal {
        padding: 0 !important;
    }
}

/*Testimonial*/
.testimonial-slider{
    font-size: 0.8333333333333334vw;
}
.section.is-testimonials {
    position: relative;
    z-index: 100;
    /*min-height: 100vh;*/
    padding-top: 0;
    margin-bottom: 0;
    /*padding-top: 4rem;*/
    padding-bottom: 3.5em;
    background-color: #1e1541;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(98%,#1e1541),color-stop(0,#f5f5ff));
    background-image: linear-gradient(0deg,#1e1541 98%,#f5f5ff 0);
    background-position: 0 0;
    background-size: auto;
    background-repeat: repeat;
}
.heading-wrapper_testimonials {
    max-width: 50em;
    margin-right: auto;
    margin-bottom: 8.75em;
    margin-left: auto;
    -webkit-transform: translate(0,1.5rem);
    -ms-transform: translate(0,1.5rem);
    transform: translate(0,1.5rem);
    text-align: center;
}
.heading-wrapper_testimonials .heading{
    font-weight: 500;
    font-size: 38px;
    line-height: 50px;
}
.heading-wrapper_testimonials p{
    font-size: 16px;
}
.testimonial-swiper-wrapper {
    position: relative;
    width: 88.6%;
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
}
.swiper.is-photos {
    width: 100%;
    height: 100%;
    margin-bottom: 4rem;
}
.swiper-slide.is-photos {
    width: 100%;
    height: 100%;
}
.testimonial-wrapper {
    /*width: 212px;*/
    /*height: 212px;*/
    /*padding: 24px;*/
    /*border-radius: 38px;*/
    width: 20.625em;
    height: 20.625em;
    padding: 1.475rem;
    border-radius: 7em;
    background-color: #ff3067;
    box-shadow: 28px 28px 85px 0 rgb(255 48 103 / 35%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.testimonial-insider {
    width: 100%;
    height: 100%;
    padding: 3.75em;
    border-radius: 5.5625em;
    /*padding: 42px;*/
    /*border-radius: 24px;*/
    background-color: #fff;
}
.testimonial-image {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.testimonial-image .image {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.arrow {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    height: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2E254F;
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    border-radius: 20px;
    opacity: 1;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.arrow.w-inline-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.arrow.is-left {
    left: 0;
    top: 50%;
    right: auto;
    bottom: 0;
    z-index: 10;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.arrow.is-right {
    left: auto;
    top: 50%;
    right: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transform: translate(0,-50%) rotate(180deg);
    -ms-transform: translate(0,-50%) rotate(180deg);
    transform: translate(0,-50%) rotate(180deg);
}
.arrow.is-right svg{
    transform: rotate(180deg);
}
.arrow.is-right:hover {
    background-color: hsla(0,0%,100%,.2);
}
.swiper-contents {
    position: relative;
}
.swiper-wrapper, .swiper-wrapper.is-photos, .swiper.is-content {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-slide.is-content {
    position: relative;
}
.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.testimonial-name {
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}

.testimonial-text {
    margin-bottom: 1rem;
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 10px 20px rgba(255, 47, 103, 0.2);
    font-weight: 500;
    font-size: 50px;
    line-height: 65px;
}
.testimonial-swiper-wrapper .wrap-open{
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 25px;
}
.background-svg-shape-bottom {
    background-color: #1e1541;
}
.background-svg-shape-bottom.testimonial-area {
    position: absolute;
    top: -5px;
    z-index: -1;
    display: block;
    width: 100%;
    margin-top: -5px;
}
.svg-shape-bottom {
    position: relative;
    top: -5px;
    margin-top: -5px;
}
.container.testimonials {
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding-top: 4rem;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 1920px){
    .background-svg-shape-bottom.testimonial-area {
        margin-top: -5px;
    }
    .svg-shape-bottom {
        position: relative;
        width: 100%;
        margin-top: -5px;
    }
}


/*Blog grid*/
.nl-custom-posts .post-item .box-blog-post{
    background: #2D1F61;
    box-shadow: 0 10px 60px rgba(38, 45, 118, 0.08);
    border-radius: 16px;
    padding: 25px;
    color: #fff;
}
.nl-custom-posts .post-item .box-blog-post .box-text{
    padding: 0;
}
.nl-custom-posts .post-item .box-blog-post .post-text{
    padding: 0;
}
.nl-custom-posts .post-item .box-blog-post .post-title{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    padding-bottom: 10px;
}
.nl-custom-posts .post-item .box-blog-post .post-title:after{
    content: '';
    height: 3px;
    width: 60px;
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%) !important;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 2s;
}
.nl-custom-posts .post-item:hover .box-blog-post .post-title:after{
    width: 100%;
}
.nl-custom-posts .post-item .box-blog-post p{
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.85;
}
.nl-custom-posts .post-item .box-blog-post .post-button a{
    text-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    margin-top: 35px;
}
.nl-custom-posts .post-item .box-blog-post .post-button svg{
    width: 10px;
    height: 12px;
}
/*Price*/
.jks-pricelist .jks-pricelist-content-wrap{
    background: #FFFFFF;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 35px 30px 30px;
}
.jks-pricelist-title{
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #1D2A46;
    margin-bottom: 20px;
}
.jks-pricelist-price {
    margin-bottom: 20px;
}
.jks-pricelist-price .jks-pricelist-price-wr{
    color: #631699;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
.jks-pricelist-suffixes{
    font-size: 18px;
    line-height: 28px;
}
.jks-pricelist-content{
    font-size: 16px;
    line-height: 26px;
}
.jks-price-line{
    opacity: 0.1;
    border: 1px solid #000000;
    margin: 30px 0;
}
.jks-pricelist-button{
    text-align: center;
}
.jks-pricelist-button a{
    color: #631699;
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
}
.jks-pricelist.price-featured .jks-pricelist-price .jks-pricelist-price-wr{
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 10px 20px rgba(255, 47, 103, 0.2);
}
.jks-pricelist.price-featured .jks-pricelist-button a{
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
}

/*Info contact*/
.jks-info-contact p{
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: 26px !important;
    font-weight: 100;
}
.jks-info-contact p svg{
    position: relative;
    top: 8px;
}
/*Chính sách quy định*/
.menu-wrap .title-menu{
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #F9F9FD;
}
.menu-wrap .menu li{
    border-top: 0 !important;
}
.menu-wrap .menu li a{
    font-size: 14px;
    line-height: 15px;
    color: #F9F9FD;
    padding: 10px 0;
}

/*jks blog item*/
.archive-page-header .page-title{
    margin-top: 0;
    margin-bottom: 0;
    color: #3b2a82;
    font-size: 26px;
    line-height: 46px;
    font-weight: 700;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.jks-blog-item .post-wrapper {
    overflow: hidden;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: hsla(0,0%,100%,.2);
    box-shadow: 14px 14px 60px 0 rgb(59 42 130 / 6%);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.post-upper-wrapper {
    padding: 15px 25px;
    box-shadow: 14px 14px 60px 0 rgb(59 42 130 / 6%);
}
.posted-by.is-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0.25em;
    grid-row-gap: 0.25em;
}
.html-embed-11 {
    width: 20px;
    height: 22px;
    margin-bottom: 2px;
}
.blog-upper-information {
    color: #7a719b;
    font-size: 16px;
    line-height: 1.3;
}
.post-thumbnail-wrapper {
    height: 200px;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 11px 11px 45px 0 rgb(59 42 130 / 6%);
}
.post-informations-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.heading-6 {
    min-height: 56px;
    color: #1e1541;
    font-size: 18px;
}
.blog-bottom-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    color: #3b2a82;
}
.link-block.for-blog {
    margin-top: 0;
}
.blog-bottom-line ._18-text {
    font-size: 18px;
    line-height: 1.2;
}
.blog-bottom-line .html-embed-7 {
    width: 5px;
    height: 20px;
}
.category-text {
    padding: 10px 20px 15px;
    border-radius: 30px;
    background-color: rgba(59,42,130,.1);
    color: #5014ad;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.post-wrapper:hover {
    background-color: #fff;
}

/*Widget*/
.post-sidebar .widget {
    overflow: hidden;
    max-height: 57.0625em;
    border: 1px solid #fff;
    border-radius: 20px;
}
.post-sidebar .widget-title{
    padding: 10px 20px;
    background-color: #fff;
    color: #1e1541;
    font-size: 18px;
    display: block;
    text-transform: inherit;
}
.post-sidebar .is-divider{
    display: none;
}
.post-sidebar .widget_categories ul,
.post-sidebar .flatsome_recent_posts ul{
    padding: 10px 20px;
}
.post-sidebar .flatsome_recent_posts ul li{
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
}
.post-sidebar .widget_categories ul li{
    padding: 5px 15px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
    border: 0 !important;
}
.post-sidebar .widget_categories ul li a{
    padding: 0;
    color: #111;
}
.post-sidebar .widget_categories ul li.active,
.post-sidebar .widget_categories ul li a:hover{
    color: #FF3067;
}
.post-sidebar .flatsome_recent_posts .flex-grow a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    color: #1e1541;
    text-transform: initial;
}
.post-sidebar .flatsome_recent_posts .badge{
    width: 80px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
}

body .nav-pagination>li>span, body .nav-pagination>li>a{
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
body ul.links li a{
    color: var(--primary-color);
}
.single-post .article-inner{
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: hsla(0,0%,100%,.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.single-post .article-inner .entry-title{
    padding: 20px;
    margin: 0;
}
.single-post .article-inner .entry-content{
    padding: 0 20px 20px;
}
body.single-post .entry-content .jks-faq{
    padding-right: 30px;
}
.single-post .entry-content .jks-faq:first-child{
    margin-top: 50px;
}
.single-post .entry-content .jks-faq:last-child{
    margin-bottom: 10px;
}
.single-post .entry-content .jks-faq .faq-title {
    font-size: 22px;
    margin-bottom: 20px;
}
.single-post .entry-content .jks-faq .faq-text {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
.fix_height{
    max-height: 400px;
    overflow: hidden;
    position: relative;
}
.single-post .entry-content .jks-faq .faq-text:not(.fix_height) {
    padding-bottom: 75px;
}
.single-post .entry-content .jks-faq .faq-text img{
    border-radius: 20px;
}

.jks_readmore_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 60px;
}
.jks_readmore_flatsome:before {
    height: 70px;
    margin-top: -70px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.jks_readmore_flatsome a {
    color: #F2438E;
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 20px;
    position: relative;
}
.jks_readmore_flatsome a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 3px;
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.jks_readmore_flatsome a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #F2438E;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.jks_readmore_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #F2438E;
}
.jks_readmore_flatsome_less:before {
    display: none;
}
.box-contact-single{
    padding: 15px 20px 10px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3067), to(#5014ad));
    color: #fff;
    margin-bottom: 20px;
}
.box-contact-single ul{
    margin: 0;
}
.box-contact-single ul li,
.box-contact-single p{
    margin-bottom: 10px;
}
.jks_toc{
    background: var(--primary-color);
    padding: 20px 30px 30px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 60px;
}
.jks_toc .jkstoc_heading{
    margin-bottom: 15px;
}
.jks_toc .jkstoc_heading b{
    margin-left: 10px;
}
.jks_toc .jkstoc_content .jkstoc_item{
    margin-bottom: 5px;
}
.jks_toc .jkstoc_content .jkstoc_item a{
    color: #fff;
    font-size: 16px;
}


/*Blog slider*/
.jks-blog-slider{
    padding: 50px 0;
}
.jks-blog-slider .post-item .box{
    background: #FFFFFF;
    box-shadow: 0px 6px 40px rgba(38, 45, 118, 0.01);
    border-radius: 20px;
    overflow: hidden;
}
.jks-blog-slider .post-item.active{
    z-index: 2;
    position: relative;
}

.jks-blog-slider .post-item .box-post-header{
    padding: 13px 16px;
}
.jks-blog-slider .post-item .box-post-header a{
    width: 100%;
}
.jks-blog-slider .post-item .box-post-header .box-post-icon{
    width: 29.3px;
    height: 29.3px;
    box-shadow: 0px 8.13953px 32.5581px rgba(54, 61, 136, 0.06);
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
}

.jks-blog-slider .post-item .post-title{
    font-size: 15px;
    line-height: 26px;
    color: #1D2A46;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jks-blog-slider .post-item .box-post-content{
    padding: 35px 15px 34px;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jks-blog-slider .post-item .box-post-content:before{
    content: '';
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.jks-blog-slider .post-item.post-item-1 .box-post-header .box-post-icon,
.jks-blog-slider .post-item.post-item-1 .box-post-content:before{
    background: #F8AD6B;
}
.jks-blog-slider .post-item.post-item-2 .box-post-header .box-post-icon,
.jks-blog-slider .post-item.post-item-2 .box-post-content:before{
    background: #223B7B;
}
.jks-blog-slider .post-item.post-item-3 .box-post-header .box-post-icon,
.jks-blog-slider .post-item.post-item-3 .box-post-content:before{
    background: #F34D8B;
}

.jks-blog-slider .post-item .box-post-content p{
    font-size: 15px;
    line-height: 26px;
    z-index: 1;
    position: relative;
    color: #fff;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.jks-blog-slider .post-item .box-post-content .post-button a{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 5px 15px;
    font-size: 16px;
    color: #223B7D;
    z-index: 1;
    font-weight: 500;
    position: relative;
}

.show-more--description {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.show-more--description .show-more-wrapper {
    transition: all .3s ease-out;
    overflow: hidden;
    position: relative;
}
.show-more--description .overlay-description {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgb(245 245 255 / 0%) 0%, rgb(245 245 255 / 65%) 50%, #f5f5ff 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.show-more--description .show-more{
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 15px;
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%) !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 22px auto 0;
    z-index: 2;
    position: relative;
    display: inline-block;
    transition: all 0.2s linear;
}
.show-more--description .show-more i {
    padding-left: 8px;
}
.term-description p:last-child {
    margin-bottom: 0;
}
/*Demo*/
.custom-checklisst ul {
    list-style: none;
}
.custom-checklisst ul li{
    margin-left: 0 !important;
    position: relative;
    padding-left: 40px;
}
.custom-checklisst ul li:before{
    content: '';
    background-image: url("../images/checkmark.png");
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
}
body.home #header .header-wrapper{
    display: none;
}
body.home #header .header-wrapper.stuck{
    display: block;
}
.section.hero-banner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*height: 83em;*/
    /*min-height: 100vh;*/
    padding: 4.375em !important;
    background-image: url(https://assets.website-files.com/62d52b6d074c2e318f479724/62d530867556588cd0f37242_hero-bg.webp);
    background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f5f5ff;
    font-size: 0.8333333333333334vw;
}
.section.hero-banner .is-hero{
    padding: 0;
}
.section.hero-banner .row-post-banner{
    margin-top: -11rem !important;
    z-index: 3;
    position: relative;
    /*max-width: 860px;*/
}
.section.hero-banner .row-post-banner .col-3img-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 63.29113924050633%;
    max-width: 63.29113924050633%;
    -ms-flex-preferred-size: 63.29113924050633%;
    flex-basis: 63.29113924050633%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(3200px) rotate(0);
    transform: perspective(3200px) rotate(0);
}
.col-3img-banner .col-inner{
    position: relative;
    padding-top: 30%;
}
.col-3img-banner .image-medium {
    position: absolute;
    left: 1%;
    top: -7%;
    width: 23.1875em !important;
    right: auto;
    bottom: auto;
    z-index: 5;
    -webkit-transform: translate3d(0,0,18px);
    transform: translate3d(0,0,18px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 1.25em;
    box-shadow: 14px 14px 60px 0 rgba(59,42,130,.06);
}
.col-3img-banner .image-big {
    position: absolute;
    left: 50%;
    top: -15%;
    right: auto;
    bottom: auto;
    z-index: 10;
    width: 28.0625em !important;
    -webkit-transform: translate3d(-50%,0,40px);
    transform: translate3d(-50%,0,40px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 1.5625em;
    box-shadow: 14px 14px 60px 0 rgba(59,42,130,.06);
}
.col-3img-banner .image-medium.is-right {
        left: inherit;
    top: -7%;
    right: 1%;
}


.hero-content {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48em;
    min-height: 80vh;
    padding: 0.625em 6.25em;
    border: 1.5px solid #fff;
    border-radius: 2.1875em;
    background-color: hsla(0,0%,100%,.37);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.hero-content .mobile-nav {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    display: none;
    border: 1px solid #fff;
    border-radius: 20px;
}
.hero-content__left {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 6.1em;
    padding: 0.625em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 2.1875em 0 0 2.1875em;
    -webkit-transition: .1s ease-in;
    transition: .1s ease-in;
}
.hero-content__left.is-open {
    width: 20em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: hsla(0,0%,97.3%,.8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
    transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
.hero-content__logo-wrapper {
    overflow: visible;
    padding: 0.6875em;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-width: 0.8px;
    border-radius: 1.7em;
    box-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 4.875em;
}
.hero-content__nav-items {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-right: 0.5em;
    padding-left: 0.9em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}
.nav-item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-radius: 0.9375em;
    -webkit-transition: .2s;
    transition: .2s;
    color: #3b2a82;
}
.nav-item__link.w--current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    color: #ff3067;
}
.nav-item-logo-wrapper {
    padding: 1em;
}
.embed-icon {
    width: 1.5em;
    height: 1.6em;
}
.nav-link-text {
    font-size: 1em;
    font-weight: 700;
    white-space: nowrap;
}
.html-embed-12 {
    width: 0.4em;
    height: 1.3em;
    margin-bottom: 2px;
    margin-left: auto;
}
.hero-content__step-second {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 28em;
    padding-left: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    background-color: #f7f7f9;
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}
.turn-back-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1.4375em;
    grid-row-gap: 1.4375em;
    border-radius: 0.9375em;
    -webkit-transition: .2s;
    transition: .2s;
    color: #ff3067;
}
.nav-item-logo-go-back {
    width: 3.4375em;
    height: 3.4375em;
    padding: 1em;
    border-radius: 1em;
    background-color: #fff;
}
.arrow-nav {
    margin-left: auto;
}
.hero-content__logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 4.875em;
    padding: 0.525em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    /*border: 1px solid #fff;*/
    /*border-radius: 1.5625em;*/
    /*box-shadow: -11px 11px 60px 0 rgb(255 48 103 / 30%);*/
}
.hero-content__logo-wrapper.is-navbar {
    overflow: visible;
    padding: 0.6875em;
    border-width: 0.8px;
    border-radius: 1.7em;
    box-shadow: none;
}
.logo-white-wrapperr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 3.5em;
    height: 3.5em;
    min-height: 3.5em;
    min-width: 3.5em;
    padding: 0.6em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.9375em;
    background-color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.logo-white-wrapperr.is-red {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-radius: 1.25em;
    box-shadow: 0 15px 30px 0 rgb(255 48 103 / 30%);
    text-decoration: none;
    width: 100%;
    margin-right: auto;
    padding-right: 1.1em;
    padding-left: 1.1em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ff3067;
}
.logo-white-wrapperr.is-red.navbar-item {
    -webkit-transition-property: all;
    transition-property: all;
}
.login-text {
    display: none;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
}
.login-text.is-nav {
    display: none;
    padding-top: 1px;
}
.login-text.is-nav.is-active {
    display: block;
}
.html-embed {
    width: 1.3125em;
    height: 2em;
    min-width: 1.3125em;
}
.hero-content__right {
    width: 100%;
    padding-top: 20px;
    border: 1px solid #fff;
    border-radius: 1.5625em;
    background-color: hsla(0,0%,100%,0);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    text-align: center;
}
.content-wrapper-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66em;
    margin: 2.5em auto 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.hero-logo {
    margin-right: auto;
    margin-bottom: 3em;
    margin-left: auto;
}
.before-heading-text {
    color: #3b2a82;
    font-size: 3.125em;
    line-height: 1.2;
    font-weight: 700;
}
.heading-hero {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.75em;
    line-height: 1.5;
    font-weight: 600;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear,left top,right top,from(#5014ad),color-stop(25%,#8e13a6),color-stop(51%,#c5109a),color-stop(79%,#f22379),to(#ff3067));
    background-image: linear-gradient(90deg,#5014ad,#8e13a6 25%,#c5109a 51%,#f22379 79%,#ff3067);
}
.content-wrapper-hero .bottom-margin-20 {
    margin-top: 1.313em;
    margin-bottom: 2.5em;
}
.hero-p {
    font-size: 18px;
    line-height: 28px;
    color: #717171;
    margin-top: 0;
    margin-bottom: 0;
}
.main-button {
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%);
    border-radius: 16px;
    padding: 14px 30px;
    font-size: 22px;
    color: #FFFFFF;
    -webkit-transition: .2s;
    transition: .2s;
}
.main-button svg{
    margin-right: 10px;
    animation-name: scroll-right;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
.main-button:hover{
    border-color: #7762ce;
    background-color: #3b2a82;
    box-shadow: 0 15px 45px 0 rgb(59 42 130 / 35%);
    color: #FFFFFF;
}
@-webkit-keyframes scroll-right {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        -webkit-transform: translateX(-10px);
    }
    40% {
        -webkit-transform: translateX(0);
    }
}
@keyframes scroll-right {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-10px);
    }
    40% {
        transform: translateX(0);
    }
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(20px); opacity: 0;}
}
.icon-button{
    margin-top: 25px;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}

.purple-logo-small {
    width: 1.4em;
    height: 1.6em;
}
.hero-visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 63.29113924050633%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(3200px) rotate(0);
    transform: perspective(3200px) rotate(0);
}
.free-credits-wrapper {
    position: absolute;
    left: auto;
    top: -10px;
    right: 9em;
    bottom: auto;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.6em 1.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0.8125em;
    border-radius: 3.125em;
    background-color: #fff;
    -webkit-transform: translate(0,-34%);
    -ms-transform: translate(0,-34%);
    transform: translate(0,-34%);
}
.google-ads-icon {
    width: 1.6em;
    height: 1.7em;
}
.google-ads-icon svg{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.verticle-line {
    width: 1px;
    height: 1.4375em;
    background-color: #bec4da;
}
.cancel-anytime-text {
    font-size: 1em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    color: #7a719b;
    line-height: 1.4;
}
.gradient-span-3 {
    background-image: -webkit-gradient(linear,left top,right top,from(#ff286f),to(#5014ad));
    background-image: linear-gradient(90deg,#ff286f,#5014ad);
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
._3-circles {
    position: absolute;
    left: auto;
    top: auto;
    right: 2.5em;
    bottom: 3.75em;
}
.language-switcher {
    position: absolute;
    left: auto;
    top: 1em;
    right: 0.8em;
    bottom: auto;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.header-main-banner{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}
.header-main-banner,
.header-main-banner li{
    margin: 0;
    list-style: none;
}
.header-main-banner > li{
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s;
    transition: .2s;
    color: #3b2a82;
}
.header-main-banner > li > a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-radius: 0.9375em;
    -webkit-transition: .2s;
    transition: .2s;
    color: #3b2a82;
}
.header-main-banner > li.current-menu-item > a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    color: #ff3067;
}
.header-main-banner > li > a:hover{
    color: #ff3067;
}
.header-main-banner .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper{
    position: relative;
    padding: 1.8em;
}
.header-main-banner .menu-image-hover-wrapper img.menu-image-title-after{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}
.header-main-banner > li > a:hover .menu-image-hover-wrapper img.menu-image,
.header-main-banner .menu-image-hover-wrapper img.hovered-image{
    opacity: 0;
    display: none;
}
.header-main-banner > li > a:hover .menu-image-hover-wrapper img.hovered-image{
    opacity: 1;
    display: block;
}
.header-main-banner > li > a .menu-image-title{
    font-size: 1em;
    font-weight: 700;
    white-space: nowrap;
    padding: 0;
}
.header-main-banner .sub-menu{
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    background-color: #f7f7f9;
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;

    transform: translate3d(-110%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
    /*display: none;*/
    transform-style: preserve-3d;
}
.header-main-banner .sub-menu li{
    width: 100%;
}
.header-main-banner .sub-menu li.menu-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 4em;
    max-height: 3.6em;
    padding: 1em 1em 1em 1.3em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 1em;
    background-color: hsla(0,0%,100%,.6);
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    white-space: nowrap;
}
.header-main-banner .sub-menu li.menu-item:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.header-main-banner .sub-menu li.menu-item a{
    margin-top: 0;
    margin-bottom: 0;
    color: #7a719b;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}
.header-main-banner .sub-menu.is-open{
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    display: flex;
    transform-style: preserve-3d;
    z-index: 2;
}
.header-main-banner .btn-sub-menu{
    padding: 0;
    font-size: 1.25em;
    margin-right: 0;
}
.header-main-banner .menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}
.turn-back-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 1.4375em;
    grid-row-gap: 1.4375em;
    border-radius: 0.9375em;
    -webkit-transition: .2s;
    transition: .2s;
    color: #ff3067;
}
.turn-back-link:hover {
    color: #5014ad;
}
.nav-item-logo-go-back {
    width: 3.4375em;
    height: 3.4375em;
    padding: 1em;
    border-radius: 1em;
    background-color: #fff;
}


.decoration-bottom .section-content{
    position: initial!important;
}
.decoration-bottom{
    background-image: url(../images/decoration-up.svg),linear-gradient(0deg,#f5f5ff 34%,transparent 0);
    background-position: 50% 56%,0 0;
    background-size: 1920px,auto;
    background-repeat: no-repeat,repeat;
}
.decoration-bottom .row-trusted{
    width: auto;
    position: absolute;
    left: auto;
    top: 0;
    right: 50%;
    bottom: auto;
    -webkit-transform: translate(50%,-20%);
    -ms-transform: translate(50%,-20%);
    transform: translate(50%,-20%);
}
.box-icon-4col > .col-inner{
    overflow: hidden;
}

.section-content-leftright{
    background: linear-gradient(180deg, #F5F5FF 0%, rgba(245, 245, 255, 0) 49.9%, #F5F5FF 100%), url(../images/hero-bg.webp);
    padding-bottom: 200px !important;
    background-size: cover;
}
.section-why-home.section-content-leftright{
    padding-bottom: 0 !important;
}
.single-post .entry-content,
.col-nd-right{
    counter-reset: section;
}
.single-post .entry-content .jks-faq,
.col-nd-right .col-inner .box-text-right{
    position: relative;
    padding: 50px 15px 10px 30px;
    background: #FFFFFF;
    box-shadow: 0 10px 60px rgb(38 45 118 / 8%);
    border-radius: 20px;
    margin-bottom: 68px
}
.single-post .entry-content .jks-faq:before,
.col-nd-right .col-inner .box-text-right:before{
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 57px;
    top: -19.5px;
    width: 39px;
    height: 39px;
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%);
    box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
    border-radius: 10px;
    text-align: center;
    line-height: 39px;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}
.single-post .entry-content .jks-faq:after,
.col-nd-right .col-inner .box-text-right:after{
    content: '';
    width: 73px;
    height: 73px;
    background: rgba(217, 217, 217, 0.2);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 8px 30px rgba(38, 45, 118, 0.1);
    border-radius: 20px;
    position: absolute;
    top: -36px;
    left: 40px;
}
.col-nd-right .col-inner .box-text-right h2,
.col-nd-right .col-inner .box-text-right h3{
    color: #1D2A46;
    font-size: 22px;
    line-height: 32px;
}
.taxonomy-description img,
.entry-content img{
    border-radius: 20px;
}
.wp-caption .wp-caption-text{
    background: transparent !important;
}
.dark-purple-content {
    position: relative;
    padding: 60px 60px 10px;
    border-radius: 16px;
    background-color: #1e1541;
    margin-top: -200px;
}
.dark-purple-content .button.btn-view-all{
    position: absolute;
    bottom: -84px;
    left: 0;
    height: 56px;
    background: #FFFFFF;
    border-radius: 16px !IMPORTANT;
    font-size: 18px;
    color: #F34D8B !IMPORTANT;
    padding: 0 30px;
    line-height: 54px;
}
.section-khoahoc{
    padding-bottom: 440px !important;
}
.section-price .row-price{
    margin-top: -314px !important;
}
.section-cauhoi .accordion-item {
    background: #FFFFFF;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.section-cauhoi .accordion-item .accordion-title{
    border-radius: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #1D2A46;
    border: none;
    padding: 0 30px 0 0;
    position: relative;
    background-color: transparent;
}
.section-cauhoi .accordion-item .accordion-title.active span{
    color: #1D2A46;
}
.section-cauhoi .accordion-item .accordion-title.active span{
    background: linear-gradient(89.45deg, #223B7B -13.63%, #8C4084 42.68%, #F2458D 96.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.section-cauhoi .accordion-inner{
    border-left: 2px solid #FF2F67;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0 30px 0 20px;
}
.section-cauhoi .toggle{
    display: none !important;
}
.section-cauhoi .accordion-item .accordion-title:after {
    content: '\2b';
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    color: #FE9434;
}
.section-cauhoi .accordion-item .accordion-title.active:after {
    content: '_';
    margin-top: -28px;
}

.icon-box-shadow .icon-box-img svg, .icon-box-shadow .icon-box-img img{
    box-shadow: 0px 15px 44px rgba(13, 15, 28, 0.12);
    border-radius: 50%;
}

.section-footer .bg-fill{
    background-position: top center;
}
.section-footer,
.section-footer p{
    font-size: 13px;
    line-height: 24px;
    color: #F9F9FD;
}
.section-footer strong{
    font-size: 17px;
    line-height: 18px;
}
.line-footer{
    border-bottom: 1px dashed #faf7fd3d;
}
.footer-wrapper .absolute-footer{
    padding: 18px 0;
}
.footer-wrapper .absolute-footer.dark{
    color: #F7F7FD;
    font-size: 16px;
    line-height: 17px;
}
@media (max-width: 767px) {
    .footer-wrapper .absolute-footer {
        padding-bottom: 60px;
    }
}

.jks-social-icons a{
    margin: 10px;
}
.jks-social-icons svg.svg-inline--fa {
    width: 2.5em;
    height: 2.5em;
}
.footer-primary{
    line-height: 55px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
#comments .comment-respond{
    padding: 25px 25px 0;
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%) !important;
    border-radius: 20px;
    color: #fff;
}
#comments label,
#comments .comment-respond .comment-reply-title,
#comments .comment-respond a{
    color: #fff;
}
#comments .comment-respond input,
#comments .comment-respond textarea{
    border-radius: 20px;
}
#comments .comment-respond input.submit{
    border-radius: 30px;
}

.row-about-counter{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(243,83,136,.9);
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 2;
    width: 40% !important;
    margin: 0 !important;
}

/*Blog box*/
.nl-custom-posts-box .post-item .box-blog_box-post {
    background: #2d1f61;
    padding: 11px 11px 34px;
    border: 1px solid #fff;
    border-radius: 1.5625em;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 14px 14px 60px 0 rgb(59 42 130 / 6%);
    box-shadow: 14px 14px 60px 0 rgb(59 42 130 / 6%);
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    color: #fff;
}

.nl-custom-posts-box .box-thumb-wrap{
    position: relative;
    margin-bottom: 1.625rem;
    border: 10px solid #fff;
    border-radius: 1em;
    overflow: hidden;
}

.nl-custom-posts-box .box-thumb-wrap .box-thumb{
    border-radius: 1em;
    padding-bottom: 65%;
    overflow: hidden;
}
.nl-custom-posts-box .box-thumb-wrap .box-thumb img{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1em;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.nl-custom-posts-box .box-text {
    padding-right: 2em;
    padding-left: 2em;
}
.nl-custom-posts-box .box-text .post-title {
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: #3b2a82;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}
.nl-custom-posts-box .box-text .from_the_blog_box_excerpt {
    color: #7a719b;
    font-size: 1.125em;
    line-height: 1.4444444444444444;
}
.nl-custom-posts-box .box-text .post-button a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    color: #3b2a82;
}
.nl-custom-posts-box .post-item:hover .box-blog_box-post{
    background-color: #fff;
}
.nl-custom-posts-box .col-inner,
.nl-custom-posts-box .col-inner .box{
    height: 100%;
}


.form-register_style {
    background-color: transparent;
}
.form-register_box-shadow {
    box-shadow: 0 5px 10px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
    border-radius: 15px;
    padding: 10px;
}
.form-register_box-shadow:hover {
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 20%);
    transform: translateY(-6px);
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s, opacity 0.3s;
}
#popup_rigetster{
    border-radius: 20px;
}
.popup_rigetster .banner{
    border-radius: 10px;
    overflow: hidden;
}
.popup_rigetster .row-icon-contact-popup{
    padding: 0 20px !important;
    max-width: 600px;
    margin: 0 auto !important;
}
.popup_rigetster .titile-icon-contact-popup{
    text-align: center;
    margin-top: 10px;
}
.popup_rigetster form input{
    box-shadow: none !important;
    border-radius: 10px;
}
.popup_rigetster .section-title-container .section-title span{
    text-align: center;
    padding-top: 20px;
}
.popup_rigetster form .wpcf7-submit{
    width: 100%;
    margin: 0;
}
.popup_rigetster form{
    margin-bottom: 0 !important;
}
.popup_rigetster .wpcf7-spinner{
    margin: 0 -12px 0 0;
    position: absolute;
    right: 50%;
    bottom: 10px;
}
.popup_rigetster h2.section-title{
    font-weight: 500;
    font-size: 32px;
}
.col-content-nhansu h3{
    font-weight: 400;
}
.col-content-nhansu h2{
    font-weight: 600;
    margin-bottom: 20px;
}
.col-content-nhansu .button{
    margin: 0;
}
.col-img-nhansu .img {
    margin-top: -10%;
}
@media screen and (min-width: 850px){
    .section-content-leftright .col-nd-left{
        position: -webkit-sticky;
        position: sticky;
        top: 150px;
        height: 30em;
    }
    .section-price .col-small{
        max-width: 31%;
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    }
    .section-price .col-big{
        max-width: 38%;
        -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    }

}

@media (min-width: 992px){
    .jks-blog-slider .post-item.active .box{
        transform: scale(1.2);
        z-index: 2;
        position: relative;
    }
    .jks-blog-slider .post-item.active .box-post-content p{
        min-height: 87px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

    }
}

@media (max-width: 1799px) {
    .section.hero-banner .row-post-banner {
        margin-top: -8rem !important;
    }
}
@media (max-width: 1549px) {
    .section.hero-banner .row-post-banner {
        margin-top: -6rem !important;
    }
}
@media (max-width: 1399px) {

}
@media (max-width: 1399px) and (min-width: 850px){
    .section.hero-banner .row-post-banner {
        margin-top: -2rem !important;
    }
    .hero-content__right{
        padding-top: 0;
    }
    .hero-p {
        font-size: 16px;
    }
    .hero-logo{
        margin-bottom: 10px;
    }
    .header-main .nav-spacing-xlarge>li {
        margin: 0 5px;
    }
    .header-main .nav > li > a{
        font-size: 14px !important;
    }
    .header-main  .logo-left .logo{
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .heading-wrapper_testimonials .heading,
    h2.section-title {
        font-size: 36px;
        line-height: 48px;
    }

    .section-cauhoi .accordion-item {
        padding: 20px;
    }

    .section-cauhoi .accordion-item .accordion-title {
        font-size: 18px;
        line-height: 26px;
    }

    .dark-purple-content {
        padding: 30px 0 10px;
    }

    .jks-pricelist .jks-pricelist-content-wrap {
        padding: 25px 20px 20px;
    }

    .jks-pricelist-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .jks-pricelist-price {
        margin-bottom: 15px;
    }

    .jks-pricelist-price .jks-pricelist-price-wr {
        font-size: 26px;
        line-height: 38px;
    }

    .jks-pricelist.price-featured .jks-pricelist-price .jks-pricelist-price-wr {
        font-size: 40px;
        line-height: 46px;
    }

    .jks-pricelist-button a {
        font-size: 16px;
        line-height: 28px;
    }

    .jks-pricelist.price-featured .jks-pricelist-button a {
        font-size: 20px;
        line-height: 30px;
    }

    .jks-price-line {
        margin: 20px 0;
    }

    .testimonial-text {
        font-size: 40px;
        line-height: 50px;
    }
    .container.testimonials {
        padding-top: 0;
    }
    .heading-wrapper_testimonials {
        margin-bottom: 6.75em;
    }

    .nl-custom-posts .post-item .box-blog-post .post-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .section.hero-banner .row-post-banner .col-3img-banner{
        width: 90%;
        max-width: 90%;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    }
    .col-3img-banner .image-medium{
        width: 33.1875em !important;
    }
    .col-3img-banner .image-big{
        width: 40.0625em !important;
    }
    .col-3img-banner .image-medium:not(.is-right){
        left: 4%;
    }
}

@media screen and (max-width: 991px) {
    .svg-shape-bottom {
        display: none;
    }
    /*.section.hero-banner .row-post-banner {*/
    /*    margin-top: 0 !important;*/
    /*}*/
    .hero-content {
        z-index: 2;
        height: 37.5rem;
        min-height: 55vh;
        padding: 1rem;
    }
    .hero-content .mobile-nav {
        position: absolute;
        top: 25px;
        right: 25px;
        z-index: 999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0.5rem;
        box-shadow: 0 10px 80px 0 rgb(59 42 130 / 20%);
    }
    .nav-inside {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 2.6875rem;
        height: 2.6875rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 15px;
        background-color: #fff;
    }
    .close-icon {
        width: 1rem;
        height: 1rem;
    }
    .ioen-icon {
        display: none;
        width: 1rem;
        height: 1rem;
    }
    .hero-content__left {
        display: none;
        width: 0%;
        padding-bottom: 2em;
        border-radius: 15px;
        background-color: hsla(0,0%,100%,.96);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
    .hero-content__left.open{
        display: flex;
        width: 100%;
    }
    .html-embed-12 {
        width: 2em;
        height: 1.6em;
    }
    .hero-content__logo-wrapper.full {
        width: 100%;
        height: 4.875233rem;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .hero-content__nav-items {
        overflow: visible;
    }
    .header-main-banner > li > a .menu-image-title,
    .nav-link-text {
        font-size: 1.1rem;
    }

    .embed-icon, .embed-icon.is-agencies {
        width: 1.5rem;
        height: 1.5rem;
    }
    .hero-content__logo-wrapper {
        width: 12rem;
        height: 4.875rem;
        padding: 1.325em;
        border-radius: 30px;
    }
    .hero-content__logo-wrapper.is-navbar {
        border-radius: 20em;
    }
    .logo-white-wrapperr.is-red {
        padding-right: 2em;
        padding-left: 2em;
        height: 3.5rem;
        border-radius: 25px;
    }
    .login-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 1rem;
    }
    .login-text.is-nav {
        display: block;
    }
    .html-embed {
        width: 1.3125rem;
        height: 1.3125rem;
    }
    .free-credits-wrapper {
        display: none;
    }
    .hero-p {
        font-size: 1rem;
    }
    .header-main-banner .sub-menu{
        padding: 30px 2em;
        background-color: #fff8fa;
    }
    .header-main-banner .sub-menu li.menu-item{
        border-radius: 10px;
        height: 40px;
        max-height: initial;
        padding: 5px 10px;
    }
    .turn-back-link{
        padding-left: 1em;
        box-shadow: 1px 1px 40px 0 rgb(59 42 130 / 10%);
    }
    .nav-item-logo-go-back {
        width: 30px;
        height: 30px;
        padding: 8px;
        border-radius: 5px;
        background-color: #fff;
    }
    .embed-icon.is-menu {
        width: 0.9rem;
        height: 0.9rem;
    }
    .heading-wrapper_testimonials {
        max-width: 90em;
    }
    .testimonial-wrapper {
        width: 12rem;
        height: 12rem;
        padding: 0.775rem;
        border-radius: 3.2rem;
        margin-top: 20px;
    }
    .testimonial-insider {
        padding: 2.4rem;
        border-radius: 2.4rem;
    }
    .background-svg-shape-bottom.testimonial-area {
        top: 0;
        width: 100%;
        padding-top: 9.8125rem;
        padding-bottom: 9.8125rem;
        background-image: url(../images/testimonial_design-bg.svg);
        background-position: 50% 0;
        background-size: 991px;
        background-repeat: no-repeat;
    }
    .testimonial-swiper-wrapper .wrap-open {
        font-size: 16px;
        line-height: 28px;
    }
    .swiper.is-photos {
        margin-bottom: 3rem;
    }
    .testimonial-text {
        font-size: 36px;
        line-height: 46px;
    }
    .section-cauhoi .accordion-inner{
        margin-left: 0;
        padding: 0 15px 0 10px;
    }
    .heading-wrapper_testimonials .heading, h2.section-title {
        font-size: 26px;
        line-height: 38px;
    }
}
@media screen and (max-width: 767px){
    .heading-wrapper_testimonials .heading, h2.section-title {
        font-size: 24px;
        line-height: 32px;
    }
    .hero-content {
        padding: 0.2rem;
        border-radius: 20px;
    }
    .hero-content .mobile-nav {
        position: absolute;
        left: auto;
        top: 10px;
        right: 10px;
        bottom: auto;
        z-index: 999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0.5rem;
        border: 1px solid #fff;
        border-radius: 20px;
    }
    .main-button{
        padding: 7px 20px;
        font-size: 16px;
        border-radius: 10px;
    }
    .nav-inside {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 2.6875rem;
        height: 2.6875rem;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 15px;
        background-color: #fff;
    }
    .close-icon {
        width: 1rem;
        height: 1rem;
    }
    .ioen-icon {
        display: none;
        width: 0.8666666666666667rem;
        height: 0.8666666666666667rem;
    }
    .hero-content__right {
        border-radius: 20px;
    }
    .content-wrapper-hero {
        width: 100%;
        padding: 5px;
    }
    .heading-hero {
        font-size: 2rem;
    }
    .hero-content__left {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 20px;
        background-color: hsla(0, 0%, 99.3%, .9);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
    .hero-content__logo-wrapper.full {
        width: 100%;
        margin-top: 0;
    }
    .hero-content__nav-items {
        margin-top: auto;
        margin-bottom: auto;
    }
    .header-main-banner > li > a .menu-image-title,
    .nav-link-text {
        font-size: 1rem;
    }
    .header-main-banner .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper{
        padding: 4em;
    }
    .embed-icon{
        width: 1.5rem;
        height: 1.5rem;
    }
    .logo-white-wrapperr.is-red {
        height: 3.5rem;
        padding-right: 1.1rem;
        padding-left: 1.1rem;
        border-radius: 25px;
    }
    .nl-custom-posts-box .box-text .post-title,
    .col-nd-right .col-inner .box-text-right h2, .col-nd-right .col-inner .box-text-right h3{
        font-size: 20px;
        line-height: 26px;
    }
    .jks-blog-slider{
        padding-left: 30px;
        padding-right: 30px;
    }
    .jks-blog-slider .post-item.active .box{
        transform: initial;

    }

    .section.is-testimonials {
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(28%,#f5f5ff),color-stop(29%,#1e1541));
        background-image: linear-gradient(180deg,#f5f5ff 28%,#1e1541 29%);
        background-position: 0 0;
        background-size: auto;
        background-repeat: repeat;
    }
    .testimonial-wrapper {
        width: 10rem;
        height: 10rem;
        padding: 0.775rem;
        border-radius: 2.2rem;
    }
    .testimonial-insider {
        padding: 1.4rem;
        border-radius: 1.4rem;
    }
    .col-nd-right .col-inner .box-text-right{
        margin-bottom: 50px;
        border-radius: 10px;
        padding: 40px 20px 10px;
    }
    .col-nd-right .col-inner .box-text-right:before{
        left: 53px;
        top: -18.5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-weight: 400;
        font-size: 16px;
        border-radius: 10px;
    }
    .col-nd-right .col-inner .box-text-right:after{
        top: -30px;
        left: 40px;
        border-radius: 10px;
        width: 55px;
        height: 55px;
    }
    .row-about-counter{
        width: 50% !important;
    }
    .single-post .article-inner .entry-title{
        padding: 20px 10px;
    }
    .single-post .article-inner .entry-content {
        padding: 0px 10px 20px;
    }
    .jks_toc{
        padding: 20px 15px 20px;
    }
    body.single-post .entry-content .jks-faq {
        padding: 50px 15px 10px;
    }
    .nl-custom-posts-box .post-item .box-blog_box-post{
        padding: 0;
    }
    .nl-custom-posts-box .box-text {
        padding: 0 15px 20px;
    }
}
@media screen and (max-width: 549px){
    .decoration-bottom .box-icon-4col .icon-box p{
        font-size: 16px;
    }
    .decoration-bottom .box-icon-4col .icon-box .icon-box-img{
        margin-bottom: 5px;
    }
    .section.hero-banner .row-post-banner {
        margin-top: -4rem !important;
    }
    .jks-blog-slider {
        padding: 0 70px;
    }
    .jks-blog-slider .post-item .box-post-content{
        padding: 10px;
    }
    .jks-blog-slider .post-item .box-post-content p {
        font-size: 12px;
        line-height: 20px;
    }
    .jks-blog-slider .post-item .box-post-content .post-button a{
        padding: 0px 10px;
        font-size: 12px;
    }
    .jks-blog-slider .post-item .box-post-header .box-post-icon{
        display: none;
    }
    .jks-blog-slider .post-item .box-post-header a{
        display: block;
    }
    .jks-blog-slider .post-item .box-post-header {
        padding: 5px 15px;
    }
    .jks-blog-slider .post-item .post-title {
        font-size: 12px;
        line-height: 22px;
    }
    .jks-blog-slider .post-item:not(.active) .box{
        margin-top: 15px;
    }
    .jks-blog-slider .post-item:not(.active) .post-button{
        display: none;
    }
}
@media screen and (max-width: 479px){
    .row-about-counter{
        position: initial;
        width: 100% !important;
    }
    .row-about-counter .col{
        padding: 0;
    }
    .row-about-counter .col .col-inner{
        display: flex;
    }
    .row-about-counter .box-counter {
        padding: 2rem 15px;
        margin: 0 auto;
        text-align: center;
    }
    .box-counter .counter {
        font-size: 32px;
    }
    .box-counter .text {
        font-size: 16px;
        line-height: 22px;
    }
    .section.is-hero {
        padding-right: 1em;
        padding-left: 1em;
    }
    .hero-content .mobile-nav {
        z-index: 999999;
    }
    .hero-content__right {
        padding-top: 0;
        border-radius: 18px;
    }
    .content-wrapper-hero {
        grid-column-gap: 0rem;
        grid-row-gap: 0rem;
    }
    .heading-hero {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    .hero-content__left {
        position: fixed;
        z-index: 9997;
        display: none;
        width: 0%;
    }
    .header-main-banner .btn-sub-menu {
        font-size: 2.25em;
    }

    .heading-wrapper_testimonials {
        max-width: 99em;
    }
    .testimonial-wrapper {
        width: 10rem;
        height: 10rem;
        padding: 0.675rem;
        border-radius: 2.7rem;
    }
    .testimonial-insider {
        padding: 1.45rem;
        border-radius: 2.1rem;
    }
    .swiper-slide.is-photos {
        margin-bottom: 5rem;
        -webkit-transform: translate(0,7rem);
        -ms-transform: translate(0,7rem);
        transform: translate(0,7rem);
    }
    .background-svg-shape-bottom.testimonial-area {
        padding-top: 19.6125rem;
    }
    .arrow.is-left {
        top: 30%;
        -webkit-transform: translate(-2rem,-40%);
        -ms-transform: translate(-2rem,-40%);
        transform: translate(-2rem,-40%);
    }
    .arrow.is-right {
        top: 30%;
        -webkit-transform: translate(2rem,-40%) rotate(180deg);
        -ms-transform: translate(2rem,-40%) rotate(180deg);
        transform: translate(2rem,-40%) rotate(180deg);
    }
    .decoration-bottom .row-trusted{
        width: 100%;
        -webkit-transform: translate(50%,-25px);
        -ms-transform: translate(50%,-25px);
        transform: translate(50%,-25px);
    }
    .jks_contact_social{
        padding: 5px 15px;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .social-media-links{
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .jks_contact_social .link-s{
        max-width: 20px !important;
        min-width: 20px;
    }
}
/* tutor lms */
.course-detail-page {
    padding: 30px 0;
}
.course-detail-page .product-detail {
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 20px;
}
.course-detail-page .product-detail hr {
    border-color: #fff;
    opacity: 1;
}
.course-detail-page .product-title {
    background-color: #fff;
    color: #1e1541;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-transform: inherit;
}
.course-detail-page .card-pricing {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.course-detail-page .card-pricing .tutor-card-body {
    background-color: #f7f7ff;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding: 15px 20px;
}
.course-detail-page .card-pricing .price-del span {
    color: #888;
    font-size: 16px;
}
.tutor-course-details-actions {
    justify-content: space-between;
    padding: 0 20px;
}
.course-detail-page .product-content {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px;
}
.course-detail-page .course-detail .line:not(:last-of-type) {
    margin-bottom: 4px;
}
.course-detail-page .benefit {
    background-color: rgba(59,42,130,.1);
    border-radius: 30px;
    color: #5014ad;
    padding: 10px 20px;
    margin: 16px 0 0;
}
.course-detail-page .jks-tutor-btn {
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%) !important;
    border: 0;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 10px 20px;
    border-radius: 99px;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    width: calc(50% - 8px);
}
.course-detail-page .jks-tutor-btn:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}
.course-detail-page .tutor-course-details-tab {
    border: 1px solid #fff;
    border-radius: 20px;
    overflow: hidden;
}
.jks-form-add-cart {
    gap: 16px;
}
.jks-form-add-cart .free-trial {
    border: 1px solid #003680;
    background-color: #fff;
    color: #003680;
    display: inline-block;
    font-weight: 500;
    margin: 0;
    padding: 9px 20px;
    border-radius: 99px;
    transition: 0.3s;
    text-align: center;
    width: calc(50% - 8px);
    white-space: nowrap;
}
.jks-form-add-cart .free-trial:hover {
    background-color: #003680;
    color: #fff;
}
.tutor-tab .tutor-tab-item {
    padding: 0 20px 20px 20px;
}
.jks-tutor-course-details .tutor-toggle-more-collapsed:before {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 1.31%, rgb(245 245 255 / 79%) 15.41%, #f5f5ff 100%);
    height: 80px;
}
.jks-tutor-tab-nav {
    padding: 0;
    background-color: #fff;
    color: #1e1541;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    text-transform: inherit;
    
}
.jks-tutor-tab-nav .tutor-nav {
    border: 0 !important;
}
.jks-tutor-tab-nav .tutor-nav-link {
    padding: 10px 20px;
}
.tutor-course-list.tutor-grid {
    grid-gap: 18px;
}
.course-item {
    overflow: hidden;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: hsla(0,0%,100%,.2);
    box-shadow: 14px 14px 60px 0 rgb(59 42 130 / 6%);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.course-item .thumbnail {
    position: relative;
}
.course-item .thumbnail img {
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
}
.course-item .sale-percent {
    position: absolute;
    font-size: 14px;
    top: 15px;
    left: 15px;
    background: #ff3067;
    border-radius: 4px;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    font-weight: 500;
}
.course-item .course-head {
    padding: 20px;
}
.course-item .course-head .title {
    min-height: 84px;
}
.course-item .course-head .title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3; 
    -webkit-box-orient: vertical;
    color: #3b2a82;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.course-item .detail {
    padding: 0;
}
.course-item .course-detail {
    color: #3b2a82;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0 20px 10px;
}
.course-item .course-detail .line:not(:last-of-type) {
    margin-bottom: 4px;
}
.course-item .course-detail .line strong {
    font-weight: 500;
}
.course-item .price-wrap {
    align-items: baseline;
    gap: 10px;
}
.course-item .price-wrap .sale-price {
    color: #ff3067;
    font-weight: bold;
}
.course-item .price-wrap .regular-price {
    color: #888;
    font-size: 14px;
    text-decoration: line-through;
}
.course-item .course-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding: 15px 20px;
    gap: 10px;
}
.course-item .course-bottom .actions a {
    padding: 10px 20px;
    border-radius: 30px;
    background-color: rgba(59,42,130,.1);
    color: #5014ad;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    max-width: 150px;
    white-space: nowrap;
}
.course-item:hover {
    background-color: #fff;
}
.course-item:hover .course-bottom {
    border-top-color: #f5f5ff;
}
.tutor-frontend-dashboard {
    padding-top: 30px;
}
.tutor-login-wrap {
    overflow: hidden;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 20px !important;
    background-color: hsla(0,0%,100%,.2);
    box-shadow: 14px 14px 60px 0 rgb(59 42 130 / 6%) !important;
    -webkit-transition: background-color .2s;
    padding: 0 !important;
    transition: background-color .2s;
}
.tutor-login-form-wrapper {
    padding: 0;
}
.tutor-login-wrap .tutor-color-black {
    padding: 10px 20px;
    background-color: #fff;
    color: #1e1541;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: block;
    text-transform: inherit;
}
#tutor-login-form {
    padding: 20px;
}
.tutor-login-wrap .tutor-justify-between {
    margin-bottom: 20px;
}
.tutor-login-wrap button.tutor-btn {
    background: linear-gradient(92.47deg, #F2438E 0%, #F9C862 114.22%) !important;
    border: 0;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 99px;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    margin: 0;
}
.tutor-login-wrap button.tutor-btn:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}
.tutor-modal-content .tutor-form-control,
.tutor-login-wrap .tutor-form-control {
    border: 1px solid #dcdfe5;
    box-shadow: unset;
    border-radius: 4px;
    height: 44px;
}
.tutor-modal-content .tutor-btn-link:hover,
.tutor-login-wrap .tutor-btn-link:hover {
    color: #395bca;
}
.tutor-form-check input.tutor-form-check-input {
    display: inline-block;
}
.tutor-modal-content #tutor-login-form {
    padding: 0;
}
.course-archive-page {
    margin-bottom: 60px;
    max-width: 1190px;
}
.tutor-form-select-search {
    display: none;
}
#tutor-registration-form {
    padding: 20px;
}
#tutor-registration-form .tutor-form-group {
    margin-bottom: 18px;
}
#tutor-registration-form input[type=text],
#tutor-registration-form input[type=email],
#tutor-registration-form input[type=password] {
    border: 1px solid #dcdfe5 !important;
    box-shadow: unset;
    border-radius: 4px;
    height: 44px;
}
#tutor-registration-form input[type=text]:focus,
#tutor-registration-form input[type=email]:focus,
#tutor-registration-form input[type=password]:focus {
    box-shadow: 0 0 5px #ccc;
}
#tutor-registration-form .tutor-form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
#tutor-course-details-tab-info.is-active {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#tutor-course-details-tab-info .tutor-list-content {
    order: -1;
}
@media (min-width: 768px) {
    .jks-mobile-menu {
        display: none;
    }
}
.jks-mobile-menu {
    background: #f7f7ff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    font-size: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 112;
}
.jks-mobile-menu ul {
    list-style-type: none;
    margin: 0;
}

.jks-mobile-menu li {
    margin: 0;
    width: 25%;
}
.jks-mobile-menu li a {
    color: #3b2a82;
    font-weight: 400;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.jks-mobile-menu svg {
    margin-bottom: 8px;
    height: 24px;
    width: 24px;
}

@media (max-width: 767px) {
    .course-detail-page .jks-tutor-btn,
    .jks-form-add-cart .free-trial {
        font-size: 16px;
        width: 100%;
    }
}