.fs-18{
    font-size: 18px !important;
}
.section-why-choose .icon-bx-wraper .dlab-tilte {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 7px;
}
.testimonial-4 .testimonial-name:after{
    color: white;
}

/* gallery */
.slideshow-row {
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0;
    height: 200px;
    position: relative;
    }

    .slideshow-track {
    display: inline-flex;
    white-space: nowrap;
    
    }

    .slideshow-track img {
    height: 200px;    /* chiều cao cố định */
    width: auto;      /* chiều rộng tự nhiên theo tỉ lệ */
    object-fit: cover; /* giữ tỉ lệ hình */
    margin: 0 5px;
    cursor: pointer;
    vertical-align: middle;
    transition: transform 0.3s ease;
    flex-shrink: 0; /* tránh ảnh co lại */
    }

    /* .slideshow-track img:hover {
    transform: scale(1.05);
    } */

    /* Animations */
    .row1 .slideshow-track {
    animation: scrollRight 20s linear infinite;
    }

    .row2 .slideshow-track {
    animation: scrollLeft 15s linear infinite;
    }

    .row3 .slideshow-track {
    animation: scrollRight 22s linear infinite;
    }

    @keyframes scrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
    }

    @keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
    }

    /* Lightbox */
    .lightbox {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    z-index: 2;
}

.lightbox .controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.lightbox button {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 10px 15px;
    margin: 0 20px;
    cursor: pointer;
    font-size: 24px;
    pointer-events: auto;
}

.lightbox .close-btn {
    position: fixed; /* ✅ fix ở vị trí màn hình */
    top: 70px;
    right: 25px;
    z-index: 1000;
    font-size: 28px;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}
/* End */
.latest-project-info {
    padding: 45px 130px;
}
.icon-bx-lg img {
    height: 95px;
}
.icon-bx-wraper.bx-style-2{
    border-radius: 10px;
        border-color: #FFBF00;
}
.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
    font-size: 17px;
    line-height: 22px;
}
.padding-service{
    padding: 35px 10px 20px 10px
}
.testimonial-4 .testimonial-pic{
    overflow: hidden;
}
.overlay-black-light:after {
    opacity: .3;
}

@media only screen and (max-width: 767px) {
    .padding-service{
    padding: 30px 10px 10px 10px;
    }
    .icon-bx-wraper .dlab-tilte {
        font-size: 16px;
        line-height: 21px;
    }
    .m-xs-b40{
        margin-bottom: 40px !important;
    }
}