
.clamp-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.clamp-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.border-50{
    border-radius: 50% !important;
}
.height-icon-contact{
    height: 37px;
}

/* 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 */

.service-box.style2 {
    padding: 40px 30px 20px 30px;
}
.ow-entry-content {
    background-color: #f3f3f3;
}
/* news home */
.title-news-home{
    font-size: 16px;
    line-height: 22px;
}
.ow-entry-description p{
    font-size: 16px;
    line-height: 20px;
}
.owl-btn-2.primary .owl-next{
    background-color: #ff8022 !important;
}
.owl-btn-2.primary .owl-prev{
    background-color: #ff8022;
}
.section-news-home .ow-entry-media{
    border-radius: 10px 10px 0px 0px;
}
.section-news-home .ow-entry-content{
    border-radius: 0px 0px 10px 10px;
}
/* process */
.section-process .list-item-process .item-process {
    padding: 40px 20px 20px;
    border: 1px solid #1165ad;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 1px 6px #50c8f9;
    flex: 1;
}
.section-process .list-item-process .item-process .item-number {
    position: relative;
    width: 77px;
    height: 77px;
    margin: -79px auto 18px;
    border-radius: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    z-index: 1;
}
.section-process .list-item-process .item-process .item-number::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background-color: transparent;
    border: 3px solid #007cfc;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(-45deg);
    z-index: 1;
}
.section-process .list-item-process .item-process .item-number span {
        font-size: 23px;
    font-weight: 600;
    color: #1165ad;
    
}
.section-process .list-item-process .item-process .title-process {
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    color: #055ddd;
}
.col-5ths {
    padding-left: 10px;
    padding-right: 10px;
}
/* end */

.p-10{
    padding: 10px;
}
.icon-bx-sm.height-icon-contact img{
    height: 35px;
}
.title-support-contact{
    font-size: 19px;
    font-weight:700
}
.phone-support{
    font-size: 16px;
}
.why-choose .icon-bx-wraper{
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 12px #3da0c8;
    color: white;
}
.fw-700{
    font-weight: 700 !important;
}
.branch-company{
    box-shadow: 0px 6px 20px rgb(26 137 185 / 35%);
    border-radius: 0px 25px 0px 25px;
    background: white;
    padding: 10px 5px 10px 5px;
}
.title-head{
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #0068FF;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #000;
}
.about-industry .img-cover {
    min-height: 760px;
}
.middle-bar {
    background: #0068FF linear-gradient(#0068FF, #1e78fa 60%, #3989fd);
}
.main-bar {
    background-image: linear-gradient(90deg, #007cfc 0%, #0064cc 100%);
}
.service-box-3 .title {
    background: #0068FF;
}
.partner-section .dlab-media{
    border: 1px solid #a9a9a9;
    padding: 10px;
}
.partner-section .dlab-media img{
    height: 100px;
    object-fit: cover;
}
.img-support{
    height: 100px;
    object-fit: cover;
    width: 100px;
    box-shadow: 0 0 15px rgba(56, 152, 226, .3);
    padding: 5px;
}
.bg-gradient{
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
}
.footer-bottom {
    background-color: #1355d8;
}
.dlab-img-effect.zoom-slow img.img-news-home{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .section-process .list-item-process .item-process {
        margin-bottom: 60px;
    }
    .height-icon-contact{
        height: 50px;
    }
    .icon-bx-sm.height-icon-contact img{
        height: 45px;
    }
    .title-support-contact {
    font-size: 24px;
    }
    .phone-support {
        font-size: 20px;
    }
    .img-support img{
        padding: 10px;
    }
}
@media (min-width: 992px) {
    .col-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .lg-p-0{
        padding: 0 !important;
    }
}