.product-gallery-container {
        position: relative;
        height: fit-content !important;
}

.product-gallery-container .nav {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
}

.product-gallery-container button {
        padding: 10px;
        font-size: 17px;
        background: none;
        border: none;
        width: 40px;
        height: 40px;
}

.product-gallery-container button:hover {
        cursor: pointer;
}

.product-gallery-container .x-show-thumb {
        position: absolute;
        right: 0;
        top: 0;
        display: none;
}

/* custom du an */

.product-gallery-container {
        height: 600px;
}

.product-gallery-container .swiper-container {
        width: 100%;
        height: 300px;
        margin: 0px auto;
}

.product-gallery-container .sg-gallery-thumbs .swiper-wrapper {
        margin-top: 0;
}

.product-gallery-container .swiper-slide-container {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: fit-content;

        margin: auto;
        /* 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;
}

.sg-gallery-thumbs .swiper-slide-container {
        width: 115px;
        height: 75px;
}

.sg-gallery-thumbs .swiper-slide-container img {
        height: 75px;
}

.product-gallery-container .gallery-top {
        height: 80%;
        width: 100%;
}

.gallery-top {
        background-color: #eee;
}

.gallery-top .swiper-slide {
     
        padding: 5px 0;
        display: flex;
        align-items: center;
}

.product-gallery-container .gallery-top .swiper-wrapper {
        align-items: center;
}

.product-gallery-container .sg-gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
}

.product-gallery-container .sg-gallery-thumbs .swiper-wrapper {}

.product-gallery-container .sg-gallery-thumbs .swiper-slide {
        width: 20%;
        height: 100%;
        opacity: 0.4;
}

.product-gallery-container .sg-gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
}

.nav {}

.nav-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.nav-bottom .icons {
        display: flex;
        align-items: center;
}

.nav-bottom .title {
        font-size: 14px;
        color: black;
        margin: 0;
        padding: 4px 0;
        font-weight: 500;
}

.swiper-button-pause {
        display: none;
}

.swiper-button-zoom-out {
        display: none;
}

.full-screen,
.close-full-screen {
        display: none;
}

/* info */

.top-infor {
        display: flex;
        justify-content: space-between;
        padding: 10px 0 20px;
        flex-wrap: wrap;
}

.top-infor p {
        width: 25%;
        font-size: 13px;
        color: #373c43;
}

.top-infor p a {
        color: #007741;
}

.infor {
        margin-bottom: 30px;
}

.du-an-title {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
}

.infor table {
        border-spacing: 0;
        border-collapse: collapse;
}

.infor h2 {
        position: relative;
        border-bottom: 2px solid #007741;
        padding-bottom: 8px;
        font-weight: 500;
        margin-bottom: 0;
        width: fit-content;
        font-size: 14px;
}

.infor td {
        padding: 10px 4px;
        vertical-align: top;
        border: 1px solid #ccc;
        padding-right: 30px;
}

.infor tr td:last-child {
        min-width: 460px;
}

.du-an-lien-quan {
        display: flex;
        flex-wrap: wrap;
}

.dalq-item {
        width: 50%;
        margin-bottom: 10px;
}

.dalq-item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.dalq-img {
        width: fit-content;
}

.dalq-img img {
        height: 100px;
}

.dalq-meta {
        width: calc(100% - 160px);
}

.dalq-meta h4 {
        color: #007741;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 0;
}

@media only screen and (max-width: 768px) {

        .infor td {
                min-width: 100px;
        }

        .infor tr td:last-child {
                min-width: unset;
        }

        .dalq-item {
                width: 100%;
        }

        .top-infor p {
                width: 50%;
                margin-bottom: 8px;
        }
}