/* 
* Theme Name: Oliva
*/

@import url(assets/styles/0aeb3419a6ac698beb5da61bc4f845f4933b.css);
@import url(https://fonts.googleapis.com/css2?family=Judson:wght@700&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;700&amp;display=swap);

#contactMain .contact-wrap {
    background: #f15a22 !important;
}
.pager li.active a {
    color: aliceblue;
    background-color: #f15a22;
    pointer-events: none;
}

a {
    color: #f15a22;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #fff;
}

.sec-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

section.sec-banner {
    overflow: hidden;
}

.f-30 {
    font-size: 24px !important;
}

ul.gallery_inner.gallery_without_space.v3 {
    list-style-type: none;
}

.breadcrumbs * {
    color: #ffffff;
    font-weight: 500;
    font-family: "SVN-Gilroy";
    font-size: 14px;
}

ul.icons-box li {
    width: 24%;
}

@media (max-width: 768px) {
    .sec-about ul.icons-box.m-0.p-0 {
        display: flex;
        justify-content: center;
    }

    .sec-about .icons-box .icon-item p {
        font-size: 16px;
    }

    ul, ol {
        margin: 0 !important;
    }
}

.sec-banner .title-yellow {
    font-size: 70px;
    color: #f15a22;
}

@media (max-width: 1199px) {
    section.sec-banner {
        height: 480px;
    }

    .sec-banner img {
        height: 100%;
    }

    .sec-banner .title-yellow {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    section.sec-banner {
        height: 320px;
    }

    .sec-banner img {
        height: 100%;
    }

    .sec-banner .title-yellow {
        font-size: 34px;
    }

    .page-title {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
}

/* Chi tiet du an */
.project-showcase{
    padding: 0;
    background: #f6f6f6;
    overflow: hidden;
}

.project-showcase .container{
    max-width: 1320px;
    margin: auto;
    padding: 0 20px;
}

.project-wrapper{
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 60px;
    align-items: start;
}

/* ===== LEFT ===== */

.project-info .sub-title{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 15px;
}

.project-title{
    font-size: 30px;
    line-height: 1.2;
    color: #111;
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.project-desc{
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 30px;
}

.project-meta{
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    font-family: Arial, sans-serif;
}

.project-meta li{
    margin-bottom: 24px;
}

.project-meta li .meta-label{
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9f9f9f;
    margin-bottom: 4px;
    font-family: "Arial";
}

.project-meta li .meta-value{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-family: "Arial";
}


.btn-project{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 60px;
    background: #111;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.btn-project:hover{
    background: #c79a63;
}

.project-social .social{
    display: flex;
    align-items: center;
}

.project-social .social li{
    border-color: #111;
    background: #fff;
}

.project-social .social li a{
    color: #111;
}

.project-social .social li:hover{
    background: #111;
    border-color: #111;
}

.project-social .social li:hover a{
    color: #fff;
}

/* ===== RIGHT ===== */

.project-slider{
    position: relative;
}

.myProjectSlider{
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: #f3efe8;
}

.myProjectSlider .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3efe8;
}

.myProjectSlider .swiper-slide img{
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
}

/* Navigation */

.swiper-button-next,
.swiper-button-prev{
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    border: 0;
    box-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 5;
}

.myProjectSlider .swiper-button-next{
    right: 60px;
}

.myProjectSlider .swiper-button-prev{
    left: 24px;
}

.social-floating-widget {
    position: fixed;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.social-floating-widget__item {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.social-floating-widget__item svg {
    width: 22px;
    height: 22px;
    display: block;
}

.social-floating-widget__item:hover,
.social-floating-widget__item:focus {
    color: #fff;
    text-decoration: none;
}

.social-floating-widget__item--map {
    background: #ea4335;
}

.social-floating-widget__item--facebook {
    background: #1877f2;
}

.social-floating-widget__item--zalo {
    background: #1f89ff;
}

.social-floating-widget__item--phone {
    background: #f6a21a;
}

@media (max-width: 767px) {
    .social-floating-widget {
        left: 50%;
        right: auto;
        top: auto;
        bottom: 16px;
        transform: translateX(-50%);
        flex-direction: row;
        gap: 10px;
        padding: 10px 12px;
        background: rgba(0, 0, 0, 0.72);
        border-radius: 999px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .social-floating-widget__item {
        width: 46px;
        height: 46px;
        box-shadow: none;
    }

    .social-floating-widget__item svg {
        width: 20px;
        height: 20px;
    }
}

.myProjectSlider .swiper-pagination{
    position: absolute;
    left: 50%;
    bottom: 18px;
    margin-top: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    text-align: center;
    z-index: 10;
}

.myProjectSlider .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.65);
    opacity: 1;
    transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
}

.myProjectSlider .swiper-pagination-bullet-active{
    background: #f15a22;
    transform: scale(1.25);
}

.project-gallery.gallery{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
    padding: 0;
}

.project-gallery.gallery .gallery-item{
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #f3efe8;
    aspect-ratio: auto 870 / 522;
}

.project-gallery.gallery .gallery-item a,
.project-gallery.gallery .gallery-item img{
    display: block;
    width: 100%;
    height: 100%;
}

.project-gallery.gallery .gallery-item img{
    object-fit: cover;
    object-position: bottom;
    transition: transform .35s ease;
}

.project-gallery.gallery .gallery-item a:hover img{
    transform: scale(1.03);
}

.project-gallery.gallery .gallery-item:nth-child(1),
.project-gallery.gallery .gallery-item:nth-child(8){
    grid-column: span 2;
    grid-row: span 2;
}

/* Responsive */

@media(max-width: 991px){

    .project-wrapper{
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .project-info,
    .project-slider{
        width: 100%;
        min-width: 0;
    }

    .project-slider{
        order: 2;
    }

    .project-info{
        order: 1;
    }

    .project-title{
        font-size: 38px;
    }

    .myProjectSlider{
        width: 100%;
        max-width: 100%;
    }

    .myProjectSlider .swiper-slide img{
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        display: block;
    }

    .project-gallery.gallery{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-gallery.gallery .gallery-item:nth-child(1),
    .project-gallery.gallery .gallery-item:nth-child(8){
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media(max-width: 767px){
    .project-info .sub-title {
        margin-top: 8px;
        letter-spacing: .08em;
    }

    .project-showcase .container,
    .project-showcase .project-wrapper{
        padding-left: 0;
        padding-right: 0;
    }

    .project-showcase .project-wrapper{
        gap: 20px;
    }

    .project-info{
        padding: 0 16px;
    }

    .project-slider{
        padding: 16px;
    }

    .myProjectSlider{
        overflow: hidden;
        border-radius: 18px;
    }

    .myProjectSlider .swiper-pagination{
        bottom: 12px;
        padding: 6px 10px;
        gap: 6px;
    }

    .project-gallery.gallery{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 18px;
    }

    .project-gallery.gallery .gallery-item{
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        border-radius: 14px;
        aspect-ratio: 1 / 1;
        min-height: 0;
    }

    .project-gallery.gallery .gallery-item a,
    .project-gallery.gallery .gallery-item img{
        border-radius: 14px;
    }

    .project-gallery.gallery .gallery-item img{
        object-fit: cover;
    }

    .project-gallery.gallery .gallery-item:nth-child(1),
    .project-gallery.gallery .gallery-item:nth-child(8){
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        min-height: 0;
    }
}