        .slide-banner .swiper-slide .text_slide_center_bottom_50{
    max-width: 60%;
    transform: translateY(50%) !important;
    padding:  0 15px;
}

.slide-banner .swiper-slide img {
    filter: brightness(0.6);
}



.overview-image img {
    border: none;
}
.overview__box {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 18px;
}

.overview__box .content_button_link, .overview__box .tp-icon{
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--tp-primary);
    color: #fff;
}


.expertise__card {
    border-radius: 20px;
    /*box-shadow: 0 26px 70px #0f3d2e2e;*/
    overflow: hidden;
}

.expertise__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(#0b302642, #0b3026eb);
    z-index: 2;
}

.expertise__card .tp-image {
    padding-bottom: 0;
}
.expertise__card .tp-feature__text ul {
    padding-left: 20px;
}

.expertise__card .tp-feature__text ul li {
    list-style: disc;
}

.expertise__card .tp-feature__text ul li:not(:last-child) {
    margin-bottom: 10px;
}


.product-desgin > .row > .col {
    margin-bottom: 24px;
}
.product-desgin .bp_star_review {
    display: none;
}

.product-desgin .tp-col__image img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.product-desgin .bp_product_item {
    border-radius: 18px;
    box-shadow: 0 18px 45px #0f3d2e12;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--tp-secondary);
    transition: all .4s;
}

.product-desgin .bp_product_item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px #0f3d2e21;
    transition: all .4s;
}

.product-desgin .bp_product_item > div {
    padding: 0;
}

.product-desgin .bp_content_product {
    padding: 18px;
}

.section-btn .content_button_link {
    border: 1px solid var(--tp-secondary);
    border-radius: 40px;
    color: var(--tp-primary);
    font-weight: 600;
    padding: 9px 20px;
    box-shadow: 0 10px 26px #0f3d2e14;
}

.section-btn .content_button_link:hover {
    background-color: var(--tp-secondary);
    color: #fff;
    transition: all .4s;
}


.section-project .swiper-slide {
    background: transparent;
}
.section-project .swiper-slide > .row {
    min-height: 340px;
    padding: 10px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid var(--tp-secondary);
    margin: 0;
    transition: all .4s;
}
.section-project .swiper-button-prev,
.section-project .swiper-button-next {
    display: none;
}

.section-project .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.section-project .tp-post__thumbnail {
    overflow: hidden;
    border-radius: 12px;
}

.section-project .tp-post__thumbnail img {
    aspect-ratio: 3/2;
    transition: all .4s;
}

.section-project .swiper-slide > .row:hover .tp-post__thumbnail img {
    transform: scale(1.1);
    transition: all .4s;
}

.section-project .swiper-slide > .row img {
    border-radius: 12px;
}

.section-project .tp-post__content {
    padding-top: 15px;
}



.why-choose__box .content_button_link {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 50%;
}



.feedback-slide .tp-post__thumbnail img {
    width: auto;
    height: auto;
    border-radius: 50%;
}

.feedback-slide .swiper-slide > .row {
    padding: 24px;
    border-radius: 18px;
    border: 1px solid var(--tp-secondary);
    margin: 0;
    margin-right: 2px;
}

.feedback-slide .swiper-pagination {
    position: static;
    margin-top: 25px;
}

.feedback-slide .tp-title {
    margin: 15px 0;
}


.feedback-slide .swiper-button-prev,
.feedback-slide .swiper-button-next {
    display: none;
}

.feedback-slide .swiper-wrapper {
    padding-right: 3px;
}



.section-news > .row > .col {
    margin-bottom: 24px;
}
.section-news .tp-post-item {
    height: 100%;
    border-radius: 18px;
    box-shadow: 0 18px 45px #0f3d2e12;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--tp-secondary);
    transition: all .4s;
}

.section-news .tp-post-item .tp-col__image {
    padding: 0;
    margin: 0;
}

.section-news .tp-post__content {
    padding: 15px;
}
.section-news .tp-post__thumbnail {
    overflow: hidden;
}
.section-news .tp-post__thumbnail img {
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: all .4s;
}

.section-news .tp-btn_c {
    margin-top: 20px;
}
.section-news .tp-btn_c a {
    padding: 6px 20px;
    border-radius: 6px;
    background-color: var(--tp-primary);
    color: #fff;
    font-weight: 600;
    color: #fff;
    transition: all .4s;
}

.section-news .tp-btn_c a:hover {
    background-color: var(--tp-secondary);
    transition: all .4s;
}

.section-news .tp-post-item:hover {
    transform: translateY(-8px);
    transition: all .4s;
}

.section-news .tp-post-item:hover .tp-post__thumbnail img {
    transform: scale(1.1);
    transition: all .4s;
}

@media (max-width: 1400px) {
    .slide-banner .swiper-slide img {
        min-height: 600px;
        object-fit: cover;
    }
    .slide-banner .swiper-slide .text_slide_center_bottom_50 {
        max-width: 100%;
    }
    
    .overview__box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .expertise__card img {
        min-height: 400px;
        object-fit: cover;
    }
    
    .why-choose__box .content_button_link {
        width: 90px;
        min-width: 90px;
        height: 90px;
    }
}
