.detail-product {
    margin-bottom: 4rem;
}

.detail-product .gps-name {
    color: #f05122;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.detail-product .left,
.detail-product .right {
    padding: 0 1.2rem;
}

.detail-product .left {
    /* display: flex; */
    flex-wrap: wrap;
    margin: 0 -1.2rem;
    flex-direction: row-reverse;
}

.detail-product .thumbnails {
    /* height: 51rem; */
    margin-bottom: 0.6rem;
    padding: 0 1.2rem;
}

.detail-product .gallery {
    width: 100%;
    padding: 0 1.2rem;
}

.detail-product .thumbnails {
    width: calc(100%);
}

.detail-product .thumb {

    border-radius: 0.5rem;
    height: 0;
    position: relative;
    padding-bottom: calc(100% * 337 / 600);

}

.detail-product .thumb img {
    mix-blend-mode: multiply;
    aspect-ratio: 600/337;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detail-product .left {
    width: calc(100% * 6 / 12);
}

.content-cta .prose-item {
    display: flex;
    gap: 1rem;
}

.cta-item .label {
    width: 7rem;
}

.cta-item .text {
    font-size: 120%;
    font-weight: bold;
}

.detail-product .right {
    width: calc(100% * 6 / 12);
    display: flex;
    flex-wrap: wrap;
}

/* .detail-product .content-product{
    width: calc(100% - 30rem);
}
.detail-product .content-cta{
    width: 30rem;
    padding-left: 3rem;
} */
.detail-product .swiper-slide .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-product .gallery .thumb {

    cursor: pointer;

}

.detail-product .gallery img {
    aspect-ratio: 600/337;
    object-fit: contain;
}

.gallery .swiper-slide {
    width: 25%;
    padding: 1rem;
}

.detail-product .des {
    margin-bottom: 2rem;
}

.wrap-des {
    margin: auto;
}

.wrap-des .mona-content table {
    width: 100%;
}

.wrap-des .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.wrap-des .itm {
    /* padding: 0 1.2rem; */
}

.wrap-des .tab-title {
    padding: 1rem 2rem;
    background: #dddddd;
    min-width: 20rem;
    text-align: center;
    color: #525252;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wrap-des .itm:hover .tab-title,
.wrap-des .itm.active .tab-title {
    background: #fe9460;
    color: #fff;
}

.descriptions .content {
    display: none;
}

.sec-prducts .bkey-content .btn {
    margin-top: 1.5rem;
}

.sec-prducts .bkey-wrap {
    box-shadow: none;

    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9e9e9;
}

.sec-prducts .bkey-menu .title {
    border-bottom: 0;
}

.sec-prducts .bkey-menu {
    background: transparent;
}

.sec-prducts .bkey-item {
    margin-bottom: 1.2rem;
}

.descriptions .content.active {
    display: block;
}

.single-sub-title {
    color: #f05122;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.contentNews-key.tags {
    margin-top: 3rem;
}

.mona-video-bg-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mona-video-bg-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-link.gItem {
    display: block;
    height: 100%;

}

.gallery-link.gItem .img-slide,
.gallery-link.gItem img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mona-isotope-swrap {

    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
}

.mona-isotope-swrap .item {
    cursor: pointer;
}

.mona-isotope-swrap .item.active {
    border-color: #ec1d23;
}

@media screen and (max-width: 1000px) {
    .bkey-side {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1024px) {
    .cta-item .text {
        font-size: 100%;
    }
}

@media screen and (max-width: 768px) {
    .content-cta .prose-item {
        /* flex-wrap: wrap; */
    }

    .content-cta .cta-item,
    .content-cta a {
        /* width: 100%; */
    }

    .sec-prducts .descriptions,
    .sec-prducts .sidebar,
    .sec-prducts .sidebar .title {
        width: 100%;
    }

    .sec-prducts .sidebar .bkey-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .sec-prducts .bkey-item {
        width: calc(100% / 3);
    }
}

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

    .sec-prducts {
        margin-top: 1.5rem;
    }

    .wrap-btn .btn {
        margin: auto;
    }

    .wrap-des .tab-title {
        min-width: 10rem;
    }

    .detail-product .left {
        margin-bottom: 2rem;
    }

    .detail-product .left,
    .detail-product .right {
        width: 100%;
    }

    .detail-product .thumbnails {
        /* height: calc(100vw * 89 / 159); */
    }
}

.wrap-btn {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
    .sec-prducts .bkey-item {
        width: calc(100% / 2);
    }

    .wrap-des .tab-title {
        min-width: 0rem;
    }

    .wrap-des {
        padding: 0;
        box-shadow: none;
    }
}

.gallery-link.gItem .img-slide {
    padding-top: 80%;
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-link.gItem .img-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease-in-out;
}

.gallery-link .pj-block-des {
    bottom: 0;
    left: calc(var(--col-gap)/ 2);
    right: calc(var(--col-gap)/ 2);
    transform: none;
    opacity: 1;
    visibility: visible;
}

.gallery-link.gItem .img-slide:hover img {
    transform: scale(1.05) translate(-50%, -50%);
}

@media screen and (max-width: 500px) {
    .gallery-pj-list .swiper-slide {
        width: 100% !important;
    }
}

.gallery-pj-list {}

.gallery .swiper-slide {
    padding: 0 calc(var(--col-gap)/ 2);
    margin-bottom: var(--row-gap);
}

@media screen and (max-width: 1200px) {
    .gallery-pj-list {
        --row-gap: 1rem;
        --col-gap: 1rem;
    }

    .gallery .swiper-slide {
        width: calc(100% /3);
    }
}

@media screen and (max-width: 700px) {
    .gallery .swiper-slide {
        width: 50%;
    }
}

.brd-wave {
    z-index: -2;
}

.dts-left-block>.bkey-menu-list {
    margin-left: 0;
}

/* .dts-left-block>.bkey-menu-list>.bkey-menu-item>.bkey-menu-list {
    display: none;
} */