        .banner-home {
    overflow: hidden;
}
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h2 {
    font-size: 125px;
    text-transform: uppercase;
    white-space: nowrap;
}

.image-right img {
    width: 100%;
    height: 100%;
}

.video-image {
    position: relative;
}

.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: all .4s;
}

.icon-play:hover {
    background-color: var(--tp-primary);
    transition: all .4s;
}

.banner-home.active-preview-off .video-platform {
    max-width: 500px;
}

.overlay-video {
    position: fixed;
    inset: 0;
    background-color: #0b0b0bcc;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 10;
}

.overlay-video.active-preview-off {
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
}

.overlay-video.show {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

.video-platform {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.main-video {
    max-width: 900px;
}

.image-right .tp-img-item {
    position: relative;
    margin: 0 -22%;
}


.btn-banner {
    position: absolute;
    left: 0;
    bottom: 82px;
    transform: translateX(-50%);
}

.btn-banner .content_button_link_container {
    justify-content: center !important;
}

.btn-banner a {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--tp-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

.btn-banner a i {
    transform: rotate(-45deg);
    transition: all .4s;
}

.btn-banner a:hover {
    background-color: var(--tp-primary);
    transition: all .4s;
}


.explore-content__right,
.explore-content__right > .tp-feature,
.explore-content__right > .tp-feature > .row,
.explore-content__right .tp-feature__body{
    height: 100%;
}

.explore-content__right .tp-feature__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.explore-content__right {
    background-color: #D4FFFD;
    padding: 50px 30px;
}

.explore-content__right .tp-feature__text {
    line-height: 1;
}

.explore-content__right .tp-feature__text sup {
    position: absolute;
    top: 0;
    font-size: 50px;
}

.text-count {
    position: relative;
    width: fit-content;
}










.list-project,
.heading-project{
    max-width: calc(100% - 79px);
}
.list-project {
    margin-left: auto;
}

.list-project > .row > .col:not(:last-child) {
    margin-bottom: 80px;
}

.list-project .tp-category-link {
    display: none !important;
    flex-shrink: 0;
    font-size: 24px !important;
    text-decoration: underline;
    font-style: italic;
}

.list-project .tp-post__content {
    padding-top: 23px;
}

.list-project .tp-title {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.list-project .tp-title a:first-child:hover {
    color: var(--tp-primary) !important;
    transition: all .4s;
}
.list-project .tp-btn {
    color: #fff;
    font-style: italic;
    text-decoration: underline;
}

.list-project .tp-btn:hover {
    color: var(--tp-primary);
    transition: all .4s;
}

.list-project .tp-btn_c {
    justify-content: center;
}



.list-project .bp_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.list-project .bp_tag .bp_tag_item {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    border: 1px solid rgba(3, 7, 13, 0.15);
    border-radius: 48px;
    padding: 3px 14px;
    line-height: 28px;
    transition: all .4s;
}

.list-project .bp_tag .bp_tag_item:hover {
    background-color: var(--tp-primary);
    border-color: var(--tp-primary);
    color: #fff;
    transition: all .4s;
}

.icon-project {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--tp-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .4s;
    z-index: 2;
}

.icon-project i {
    transform: rotate(-45deg);
    font-size: 20px;
}

.icon-project:hover {
    background-color: #fff;
    color: var(--black);
    transition: all .4s;
}

.list-project .tp-post-item:hover .icon-project {
    transform: translate(-50%, -50%) scale(1);
    transition: all .4s;
}

.content-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list-project .tp-post__thumbnail {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .08), 0 16px 48px rgba(0, 0, 0, .08);
}

.list-project .tp-post__thumbnail::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000000b3;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 2;
}

.list-project .tp-post__content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    z-index: 3;
}

.list-project .tp-post-item:hover .tp-post__thumbnail::before,
.list-project .tp-post-item:hover .tp-post__content {
    opacity: 1;
    visibility: visible;
    transition: all .4s;
}

 


.slide-feedback .qoute-feedback img {
    width: auto;
    height: auto;
}

.slide-feedback .tp-post__thumbnail {
    margin-bottom: 30px;
}

.slide-feedback .tp-post__thumbnail img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
}

.slide-feedback .swiper-slide > .row {
    background: rgba(255, 255, 255, 0.08);
    padding: 50px 40px;
}

.slide-feedback .tp-body p {
    letter-spacing: -1.89685px;
}

.qoute-feedback {
    margin-bottom: 50px;
}

.author-info {
    position: relative;
    margin-top: 60px;
    padding-left: 70px;
}

.author-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 55px;
    height: 1px;
    background-color: #fff;
}

.author-info .name {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
}

.author-job {
    font-size: 18px;
    color: #fff;
    opacity: .7;
}

.slide-feedback .swiper-button-next,
.slide-feedback .swiper-button-prev {
    display: none;
}

.slide-feedback .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.slide-feedback .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: var(--tp-primary);
    opacity: .3;
}

.slide-feedback .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}



.latest-blog > .row > div.col {
    position: sticky;
    z-index: 2;
}

.latest-blog > .row > div.col:not(:last-child) {
    margin-bottom: 30px;
}

.latest-blog .tp-post-item {
    background-color: #e9fffe;
    padding: 50px;
}
.latest-blog .tp-post__thumbnail {
    display: flex;
    justify-content: space-between;
}

.post-content__left {
    max-width: 510px;
}

.heading-meta__post .tp-category-link {
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 16px;
    background-color: var(--black);
    border-radius: 30px;
    text-transform: uppercase;
}

.latest-blog .tp-post__content {
    max-width: 305px;
    margin-left: auto;
}

.latest-blog .bp_tag {
    display: none;
}

.heading-meta__post {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 21px;
}

.heading-meta__post .tp-post__meta {
    padding-bottom: 0;
}

.heading-meta__post .tp-post__meta-date{
    font-size: 14px;
    text-transform: uppercase;
}

.latest-blog .tp-title a {
    padding-right: 10px;
    transition: all .4s;
}
.latest-blog .tp-title:hover a{
    color: var(--tp-primary) !important;
    transition: all .4s;
}

.latest-blog .tp-btn {
    font-size: 0;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black);
    color: #fff;
    margin-top: 25px;
    transition: all .4s;
}

.latest-blog .tp-btn i {
    font-size: 20px;
    transform: rotate(-45deg);
}
.latest-blog .tp-btn:hover {
    background-color: var(--tp-primary);
    transition: all .4s;
}


@media (max-width: 1400px) {
    .hero-content > .d-flex {
        flex-direction: column;
    }
    
    .banner-left {
        padding-top: 100px;
    }
    
    .image-right > .tp_module,
    .image-right .tp-img-item,
    .image-right .tp-image__media {
        height: 100%;
    }
    
    .hero-content h2 {
        font-size: 120px;
        white-space: unset;
    }
    
    .image-right .tp-img-item {
        margin: 0;
    }
    
    .image-right img {
        object-fit: cover;
    }
    
    .latest-blog .tp-post-item {
        padding: 30px;
    }
    
    .post-content__left {
        max-width: 360px;
    }
    
    .latest-blog .tp-post__content {
        max-width: 200px;
    }
    

    

}

@media (max-width: 1200px) {
    .hero-content h2 {
        font-size: 100px;
    }
    
    .video-image{
        display: none;
    }
    
    
    

    
    .latest-blog .tp-post__thumbnail-wrapper,
    .latest-blog .tp-col__content {
        width: 100%;
    }
    
    .post-content__left,
    .latest-blog .tp-post__content{
        max-width: 60%;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .hero-content h2 {
        font-size: 80px;
        text-align: center;
    }
    
    .group-content {
        justify-content: center;
    }
    
    .group-content-desc {
        margin: 30px auto;
    }
    
    .btn-banner {
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%);
    }
    
    .btn-banner a {
        width: 110px;
        height: 110px;
        min-width: 110px;
    }
    
    .list-project {
        width: 100%;
    }
    
    .list-project .tp-category-link {
        font-size: 23px !important;
    }
    
    .content-bottom{
        max-width: 100% !important;
    }
    
    .list-project .tp-post__content,
    .list-project .tp-post__thumbnail::before{
        opacity: 1;
        visibility: visible;
    }
    
    .list-project > .row > .col {
        margin-bottom: 30px !important;
    }
    

    
    .explore-content__right{
        margin-top: 24px;
    }
    .explore-content__right .tp-feature__body {
        gap: 100px;
    }
    
    .list-project, .heading-project {
        max-width: 100%;
    }
    
    .slide-feedback .swiper-slide > .row {
        padding: 35px;
    }
    
    .latest-blog .tp-post__thumbnail {
        flex-direction: column;
    }
    .post-content__left,
    .latest-blog .tp-post__content{
        max-width: 100%;
    }
    
    .post-content__left {
        margin-bottom: 30px;
    }
    
    .latest-blog .tp-post__content {
        margin-top: 30px;
    }
    

    
    
}

@media (max-width: 767.98px) {
    .hero-content h2 {
        font-size: 60px;
        letter-spacing: -2.4px;
    }
    
    #img_49831140 {
        height: 48px;
    }
    

}
