/* ------------------------------ Project Detail ------------------------------ */

.detail_product_box {
    display: grid;
    width: 100%;
    grid-template-columns: 50% auto;
    grid-template-rows: auto;
    column-gap: 75px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide {
    width: 100%;
    overflow: hidden;
}

.detail_product_gallery {
    width: 100%;
    overflow: hidden;
}

.pro_gallery_item {
    width: 100%;
    height: 470px;
    position: relative;
}

.pro_gallery_item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

div#sw_avata {
    margin-bottom: 10px;
    height: 470px;
}

.detail_product_content {
    margin-top: 70px;
}

.pro_gallery_thumb {
    width: 100%;
    position: relative;
    cursor: pointer;
    aspect-ratio: 1;
    border: 1px solid #aba9a9;
    border-radius: 5px;
    overflow: hidden;
}

.pro_gallery_thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

h2.detail_product_name {
    margin: 0;
    font-family: 'SVN-Gilroy-Bold';
    font-size: 28px;
}

.detail_product_desc ul,
.detail_product_desc ul li {
    list-style-type: unset;
}

.detail_product_desc .product_item_wrap {
    flex-direction: column;
}

.detail_product_desc ul {
    padding-left: 20px;
}

.detail_product_desc ul li {
    margin-bottom: 10px;
}

.detail_product_desc {
    margin-top: 20px;
    border-top: 1px solid #000000;
    padding: 15px 0px;
}

.sing_detail {
    margin-top: 80px;
}

div#pills-tabContent {
    background-color: #F2F2F2;
    padding: 50px;
}

.nav-link {
    color: #000000;
    font-size: 20px;
    padding: 15px 25px;
    border-radius: 9px 9px 0px 0px;
    background-color: #ffffff;
    font-family: "SVN-Gilroy-SemiBold";
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

li.nav-item {
    cursor: pointer;
}

li.nav-item.active .nav-link,
li.nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #002059;
    transition: 0.3s ease-in-out;
}

section.detailpage_post {
    padding: 35px 0px 50px 0px;
}

.project_title,
p.product_detail_lq_title {
    font-size: 22px;
    color: #002059;
    font-family: 'SVN-Gilroy-Bold';
    margin-bottom: 30px;
}

.container-projects h1,
.container-projects h2,
.container-projects h3,
.container-projects h4,
.container-projects h5 {
    font-size: 22px;
}

.container-projects ul li,
.container-projects ul,
div#pills-tabContent ul,
div#pills-tabContent ul li {
    list-style-type: unset;
}

div#pills-tabContent ul li {
    margin-bottom: 10px;
}

.container-projects ul,
div#pills-tabContent ul {
    margin-left: -20px;
}

.container-projects img.aligncenter,
div#pills-tabContent img.aligncenter {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}

.div#respond form input,
.div#respond form label,
.div#respond form textarea {
    width: 100%;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #002059b5;
    mix-blend-mode: multiply;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
}

section#banner_page img {
    opacity: 0;
}

section#banner_page {
    background-color: #002059;
}

td {
    padding: 5px;
}

@media (max-width: 480px) {
    .nav-link {
        font-size: 14px;
        padding: 12px 15px;
    }

    .sing_detail {
        margin-top: 20px;
    }
    div#pills-tabContent {
        padding: 20px;
    }
}
