        /*banner slide*/
/* TRANSITION OVERLAY */

.overlay-slide {
    position: absolute;
    display: flex;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.overlay-slide__item{
    flex: 1;
    background: linear-gradient(135deg, #2c7afff0, #6aa8ff00);
    clip-path: inset(0 0 0 0);

}

.swiper-slide-active .overlay-slide__item{

    animation: imgAnimate 1s forwards cubic-bezier(.645,.045,.355,1);

}

@keyframes imgAnimate{

    to{
        clip-path:inset(0 0 0 100%);
    }

}

.item-abs-top {
    position: absolute;
    top: 10%;
    right: 0;
    animation: animationIcon 3s infinite linear;
}
.item-abs-bottom {
    position: absolute;
    top: 50%;
    left: 0;
    animation: animationIcon 4s infinite linear;
}

.item-abs {
    display: flex;
    gap: 10px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.item-abs .tp-feature__heading {
    margin-bottom: 0;
    line-height: 1;
}

@keyframes animationIcon{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0);
    }
}

/*.report {*/
/*    position: relative;*/
/*    transform: translateY(-50%);*/
/*    overflow: hidden;*/
/*    z-index: 22;*/
/*}*/

/*.box-report {*/
/*    margin-bottom: 25px;*/
/*}*/

/*.box-report > .row {*/
/*    margin: 0;*/
/*    box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.04);*/
/*    padding: 40px;*/
/*}*/

/*.box-report:nth-child(1) > .row {*/
/*    background-color: #e1f8ed;*/
/*}*/
/*.box-report:nth-child(2) > .row {*/
/*    background-color: #ECEBFD;*/
/*}*/
/*.box-report:nth-child(3) > .row {*/
/*    background-color: #ecf7ff;*/
/*}*/
/*.box-report:nth-child(4) > .row {*/
/*    background-color: #ffecec;*/
/*}*/
/*.report-icon {*/
/*    margin-bottom: 10px;*/
/*}*/

/*.report-icon .content_button_link_container {*/
/*    width: 50px;*/
/*    min-width: 50px;*/
/*    height: 50px;*/
/*    justify-content: center !important;*/
/*    align-items: center;*/
/*    border-radius: 50%;*/
/*}*/

.box-abs {
    position: absolute;
    top: 70%;
    left: 0;
}

.box-abs .tp-feature__body {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.08);
    background-color: #fff;
    animation: animationIcon 3s infinite linear;
}

#m_452776765 .tp-title {
    line-height: 1.3;
}

#m_469247920 .rounded {
    background-color: #fff !important;
}

.rounded-box {
    display: flex;
    gap: 20px;
}

.icon-box {
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#m_s1_469247920 > .tp_module:not(:last-child) {
    margin-bottom: 30px;
}


.box-content:nth-child(1) > .row {
    background: #E0EAFA;
}
.box-content:nth-child(2) > .row {
    background: #ECEBFD;
}
.box-content:nth-child(3) > .row {
    background: #edf4f3;
}
.box-content:nth-child(4) > .row {
    background: #FCFBF7;
}

.box-content > .row {
    margin: 0;
    box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.1);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
    transition: all .3s;
}

.icon-content {
    margin: 20px 0;
}

.box-content .btn-page {
    margin-top: 20px;
}

.box-content .tp-feature__text {
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 5; 
   -webkit-box-orient: vertical;
}

.box-content:nth-child(even) {
    margin-top: 20px;
}

.box-content:hover > .row {
    transform: translateY(-10px);
    background-color: #fff;
    box-shadow: 0px 60px 60px rgba(0,0,0,0.1);
    transition: all .3s;
}

.category .bp_category_option {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 23px;
}

.category .bp_category_option_item {
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    text-align: center;
    display: block;
    padding-bottom: 15px;
    overflow: hidden;
    margin: 0;
    z-index: 2;
    transition: all .3s;
}

.category .bp_link_category_option {
    display: block;
    margin-right: 0;
}

.category .bp_name_category_option {
    font-size: 22px;
    color: var(--tp-secondary);
    font-weight: 600;
    margin-top: 15px;
}

.category .bp_category_option_item .tp-counter {
    display: inline-block;
    color: var(--tp-secondary);
    background: #fff;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 50px;
}

.category .bp_category_option_item:hover {
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    transition: all .3s;
}

/*.why-choose .tp-feature__heading {*/
/*    margin: 20px 0;*/
/*}*/

/*.box-why-choose {*/
/*    padding: 40px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 20px;*/
/*    margin: 0;*/
/*    margin-bottom: 23px;*/
/*}*/

/*.box-why-choose:hover {*/
/*    border-color: var(--tp-primary);*/
/*}*/

.product .bp_content_product {
    padding: 25px 15px;
}

.product .bp_product_item {
    height: 100%;
    box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

#m_s_443768844 > .col {
    margin-bottom: 30px;
}

.product .bp_product_item .tp-col__image {
    padding: 0;
    position: relative;
}

.product .bp_product_item .bp-one-image,
.product .bp_product_item .bp-one-image a,
.product .bp_product_item .bp-one-image img{
    height: 100%;
}

.product .bp_product_item .bp-one-image,
.product .bp_product_item .bp-one-image img {
    width: 100%;
}

.bottom-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

.icon-title .bp_lbl_product_more  {
    display: none;
}

.bottom-info .bp_product_more_item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.bottom-info .bp_product_more_item i {
    color: var(--tp-primary);
}

.bottom-info .bp_product_more_item .bp-more-lbl-vl {
    font-size: 15px;
    color: #555555;
    font-weight: 500;
}

.product #shopping_form {
    display: none;
}

.product .cls_price_text,
.product .cls_old_price_text{
    display: none;
}

.product .tp-group-price {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2px 10px;
    background-color: var(--tp-primary);
    border-radius: 15px 0 0 0;
    display: flex;
    font-size: 18px;
    gap: 10px;
    font-weight: 600;
}

.product .tp-group-price:not(:has(.bp_cls_price)) {
    display: none;
}

.product .tp-group-price span,
.product .tp-group-price strike{
    color: #fff;
}

.product-clone {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .4s;
    z-index: 3;
}

.product .bp_product_item:hover .product-clone {
    left: 0;
    transition: all .4s;
}

.product-clone .tp-group-price {
    position: static;
    background-color: #fff;
    padding: 2px 0;
}
.product-clone .tp-group-price span,
.product-clone .tp-group-price strike{
    color: var(--tp-secondary);
}

.product-clone .bottom-info,
.bp_content_product .tp__actions_c{
    display: none;
}

.product-clone .btn-page {
    display: flex;
}

.product .bp_content_product .tp-body {
    font-size: 16px;
    color: #555555;
}

.bp_content_product .btn-page a i {
    padding-left: 6px;
}

.product-clone .bp_star_review {
    margin: 20px 0;
}




/*.icon-play {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    cursor: pointer;*/
/*    box-shadow: none;*/
/*    border: none;*/
/*    z-index: 10;*/
/*}*/

/*.video-platform {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 5;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    min-width: 70px;*/
/*    min-height: 70px;*/
/*    background: var(--tp-primary);*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.video-platform.show {*/
/*    position: fixed;*/
/*    background-color: #00000094;*/
/*    width: unset;*/
/*    height: unset;*/
/*    transform: none;*/
/*    border-radius: 0;*/
/*    inset: 0;*/
/*    z-index: 100;*/
/*}*/

/*.video-platform.show .video-wrapper iframe {*/
/*    opacity: 1;*/
/*}*/

/*.video-platform.show .main-video {*/
/*    max-width: 60%;*/
/*    margin: auto;*/
/*}*/

/*.video-platform::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    background: var(--tp-primary);*/
/*    opacity: 0.5;*/
/*    height: 120px;*/
/*    width: 120px;*/
/*    animation: animatePlay 25s linear infinite;*/
/*    transition: all .4s;*/
/*}*/

/*.video-wrapper {*/
/*    box-shadow: none;*/
/*    background: var(--tp-primary);*/
/*}*/

/*.video-wrapper iframe {*/
/*    opacity: 0;*/
/*}*/


.platform .tp-image__media {
    margin-bottom: 30px;
}

.platform .tp-image__media img {
    filter: brightness(0.9);
    border-radius: 10px;
}

.platform-item .tp-feature__body {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 20px;
    border-radius: 20px;
    background: #2c7aff1a;
}

.platform-item .tp-feature__heading {
    margin-bottom: 0;
}

.platform-item {
    margin-bottom: 15px;
}

.marker-check {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--tp-primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.list-member {*/
/*    box-shadow: 0 10px 40px -10px rgba(0,64,128,.09);*/
/*    margin-bottom: 30px;*/
/*}*/

/*.list-member .tp-feature__body {*/
/*    padding: 20px 15px;*/
/*}*/

/*.list-member .tp-feature__heading {*/
/*    position: relative;*/
/*    padding-bottom: 15px;*/
/*    margin-bottom: 0;*/
/*}*/

/*.list-member .tp-feature__heading::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 3px;*/
/*    width: 25px;*/
/*    height: 1px;*/
/*    background-color: var(--tp-primary);*/
/*    margin-left: 9px;*/
/*    transition: all .4s;*/
/*}*/

/*.list-member .tp-feature__heading::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 50%;*/
/*    bottom: 3px;*/
/*    width: 25px;*/
/*    height: 1px;*/
/*    background-color: var(--tp-primary);*/
/*    margin-right: 9px;*/
/*    transition: all .4s;*/
/*}*/

/*.list-member .tp-feature__figure {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/

/*.list-member .tp-feature__figure img {*/
/*    width: 100%;*/
/*}*/

/*.list-member .tp-feature__figure::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #00000033;*/
/*    transition: all .4s;*/
/*}*/

/*.list-member:hover .tp-feature__figure::before {*/
/*    top: 0;*/
/*    transition: all .4s;*/
/*}*/

/*.list-member:hover .tp-feature__heading::before,*/
/*.list-member:hover .tp-feature__heading::after {*/
/*    width: 50px;*/
/*    transition: all .4s;*/
/*}*/

/*.role {*/
/*    position: relative;*/
/*    font-size: 16px;*/
/*    color: #555555;*/
/*    text-align: center;*/
/*    padding-top: 10px;*/
/*}*/

/*.role::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: -7px;*/
/*    transform: translateX(-50%);*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    border-radius: 50%;*/
/*    background-color: var(--tp-primary);*/
/*}*/

/*.other-info{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-top: 10px;*/
/*    gap: 15px;*/
/*}*/

/*.member-info__list{*/
/*    font-size: 16px;*/
/*    color: var(--tp-secondary);*/
/*    font-weight: 600;*/
/*    text-decoration: underline;*/
/*}*/

/*.member-info__list i {*/
/*    color: var(--tp-primary);*/
/*    margin-right: 4px;*/
/*}*/

/*.social-member {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    padding: 15px 20px;*/
/*}*/

/*.social-member .content_button_link {*/
/*    width: 50px;*/
/*    min-width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 50%;*/
/*    background-color: #fff;*/
/*}*/

/*.social-member > .row {*/
/*    justify-content: center;*/
/*    gap: 10px;*/
/*}*/
/*.social-member > .row > .tp_module {*/
/*    width: auto;*/
/*    padding: 0;*/
/*}*/


.testimonial .tp-post__thumbnail {
    display: flex;
    gap: 20px;
}

.testimonial .tp-post__thumbnail img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
}

.heading-testimonial {
    margin-bottom: 30px;
}

.author-name {
    font-size: 24px;
    color: var(--tp-secondary);
    font-weight: 600;
}

.heading-testimonial__job {
    font-size: 16px;
    color: #555555;
}

.testimonial .swiper-slide > .row {
    height: 435px;
    box-shadow: rgba(0, 64, 128, 0.1) 0px 4px 5px -1px;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    margin: 0px 15px 30px;
    overflow: hidden;
    padding: 50px;
}

.testimonial-rating {
    margin-top: 25px;
}
.testimonial-rating i {
    font-size: 16px;
    color: #FEC961;
}

.testimonial .swiper-button-prev,
.testimonial .swiper-button-next {
    display: none;
}

.testimonial .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--tp-primary);
    opacity: 0.5;
}

.testimonial .swiper-pagination {
    position: static;
    margin-top: 50px;
}

.testimonial .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/*.blog .tp-post-item {*/
/*    border: 1px solid #eee;*/
/*    margin-bottom: 30px;*/
/*    transition: all .4s;*/
/*}*/

/*.blog .tp-post-item:hover {*/
/*    transform: translateY(-10px);*/
/*    transition: all .4s;*/
/*}*/

/*.blog .tp-post__content {*/
/*    padding: 0 25px 25px 25px;*/
/*}*/

/*.blog .tp-col__image {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.blog .tp-post__meta-date {*/
/*    padding: 10px 30px;*/
/*    border-radius: 30px;*/
/*    box-shadow: #0040801a 0px 4px 5px -1px;*/
/*}*/

/*.blog .tp-col__content {*/
/*    margin-top: 0;*/
/*}*/

/*.blog .tp-title {*/
/*    margin: 25px 0;*/
/*}*/

/*.blog .tp-title:hover a {*/
/*    color: var(--tp-primary) !important;*/
/*    transition: all .3s;*/
/*}*/

/*.blog .btn-page {*/
/*    justify-content: center;*/
/*}*/

/*.blog .btn-page i {*/
/*    padding-left: 4px;*/
/*}*/


.career .career-subtitle .tp-feature__text {
    padding: 0;
}
.career .tp-feature__text {
    padding: 20px 0 25px 0;
}

#m_s_985918198 > div {
    margin-bottom: 25px;
}

.career-list {
    height: 100%;
    padding: 40px;
    background-color: #fff;
}



/*#frm-action-359537570 {*/
/*    position: relative;*/
/*}*/

/*#frm-action-359537570 input {*/
/*    width: 100%;*/
/*    height: 70px;*/
/*    padding: 0 60px 0 20px;*/
/*    border-radius: 50px;*/
/*    font-size: 16px;*/
/*    color: var(--tp-secondary);*/
/*    letter-spacing: 0.4px;*/
/*    font-weight: 500;*/
/*    border: none;*/
/*}*/

/*#frm-action-359537570 input::plaholder {*/
/*    color: #555;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*}*/

/*#frm-action-359537570 button {*/
/*    height: 70px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    padding: 0 20px;*/
/*    font-size: 22px;*/
/*    color: #fff;*/
/*    font-weight: 500;*/
/*    border-radius: 50px;*/
/*    background-color: var(--tp-primary);*/
/*    border: none;*/
/*    margin: 0;*/
/*    transform: none !important;*/
/*    transition: all .3s;*/
/*}*/
/*#frm-action-359537570 button:hover {*/
/*    background-color: var(--tp-secondary);*/
/*    transition: all .3s;*/
/*}*/

/*.newsletter .tp-feature__text {*/
/*    margin: 20px 0 30px 0;*/
/*}*/



/*@media (max-width: 1440px) {*/
/*    .report {*/
/*        transform: none;*/
/*        padding-top: 40px;*/
/*    }*/
/*    .box-report {*/
/*        width: 50%;*/
/*    }*/
/*    .report-icon {*/
/*        width: auto;*/
/*    }*/
/*}*/


@media (max-width: 1200px) {
    .box-report > .row {
        padding: 20px;
    }
    
    .box-content > .row {
        padding: 30px 20px;
    }
    
    .product-clone {
        display: none;
    }
}

@media (max-width: 1024px) {
    .category .bp_category_option {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .category .bp_category_option {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .box-report {
        width: 100%;
    }
    
    .testimonial .swiper-slide > .row {
        padding: 30px;
    }
    
    .career-list .tp-feature__figure img {
        max-width: 150px;
        margin-top: 25px;
    }

}
