.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;
   
}
.height-form-contact .latest-project-info{
     height: 700px;
}
.height-form-contact .overlay-gallery-bx1 img{
    height: 700px;
}
.icon-bx-lg img {
    height: 95px;
}
.icon-bx-wraper.bx-style-2{
    border-radius: 10px;
}
.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;
}
.counter-number{
    color:#FFBF00 !important;
    font-size: 30px;
    font-family: inherit;
}
.counter-style-1{
    padding: 35px 20px;
}
.title-counter {
    font-size: 24px;
    line-height: 35px;
}
.section-head .title {
    margin-bottom: 20px;
}
.latest-project-info h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .padding-service{
    padding: 30px 10px 10px 10px;
    }
    .icon-bx-wraper .dlab-tilte {
        font-size: 15px;
        line-height: 20px;
    }
    .m-xs-b40{
        margin-bottom: 40px !important;
    }
    .counter-number{
        font-size: 26px;
    }
    .counter-style-1{
        padding: 20px 20px;
    }
    .title-counter {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 11px;
    }
    .latest-project-info {
        padding: 20px;
    }
    .section-head .title {
        font-size: 28px;
        line-height: 38px;
    }
    .latest-project-info h2{
        font-size: 28px;
        line-height: 38px;
    }
    .height-form-contact .latest-project-info{
        height: auto;
    }
}
@media only screen and (max-width: 991px) {
    .counterbg {
        padding-left: 10px;
        padding-right: 10px;
    }
    .d-xs-none{
        display: none !important;
    }
}