/*
========================================
BEGIN: SINGLE DU AN OPTIMIZED
========================================
*/



/* ===== BREADCRUMB ===== */
.single-du-an .breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
}

/* ===== TITLE ===== */
.single-du-an .project-title {
    font-size: 28px;
    margin: 20px 0;
}

/* ===== GALLERY ===== */
.single-du-an .bds-gallery {
    margin-bottom: 20px;
}

.single-du-an .main-slider {
    position: relative;
}

.single-du-an .main-slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

/* NAV BUTTON */
.single-du-an .swiper-button-next,
.single-du-an .swiper-button-prev {
    z-index: 20;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    color: #fff;
    pointer-events: auto;
}

/* THUMB */
.single-du-an .thumb-slider {
    margin-top: 10px;
}

.single-du-an .thumb-slider .swiper-slide {
    width: 100px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
}

.single-du-an .thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.single-du-an .thumb-slider img {
    width: 100%;
    border-radius: 6px;
}

/* ===== INFO ===== */
.single-du-an .project-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}

.single-du-an .project-info .info-item {
    display: block;
    font-size: 14px;
    line-height: 1.6;
}

.single-du-an .project-info .label {
    font-weight: 600;
    margin-right: 5px;
}

.single-du-an .project-info .value {
    display: inline;
}

/* ===== CONTENT ===== */
.single-du-an .project-content {
    line-height: 1.6;
}

/* ===== MOBILE ===== */
@media only screen and (max-width: 48em) {

    .single-du-an .main-slider img {
        height: 250px;
    }

    .single-du-an .project-info {
        grid-template-columns: 1fr;
    }

    .single-du-an .thumb-slider .swiper-slide {
        width: 70px;
    }

}

/*
========================================
END: SINGLE DU AN OPTIMIZED
========================================
*/

