﻿.detail-pro-top {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .detail-pro-top .for-fix {
        position: relative;
        width: 100%;
        height: 520px;
        overflow: hidden;
    }

.detailswiper2 {
    height: 515px;
    width: 590px;
}

.banner-content-slug {
    background-color: #333;
    padding-top: 205px;
    padding-bottom: 10px;
}

    .banner-content-slug a:hover {
        color: var(--default-color-1);
    }

    .banner-content-slug a {
        color: #fff;
        transition: all .3s;
    }

    .banner-content-slug p {
        margin: 0 7px;
        color: #fff;
    }

    .banner-content-slug span {
        color: #fff;
    }

.detailswiper2 > div {
    height: 100%;
}

.detailswiper2 .img,
.detailswiper .img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.detailswiper .img {
    height: 96px;
}

.banner-content-slug .containers {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.detail-pro-right::before {
    content: '';
    position: absolute;
    clip-path: path("M350.84 169.18H0.839844V0.180176C0.841454 0.192992 0.841454 0.205936 0.839844 0.218752C1.39412 1.83877 19.8498 53.718 124.438 62.3801C230.701 71.1635 340.424 85.6224 350.84 169.18Z");
    background-color: #222;
    width: 100%;
    height: 172px;
    top: 20px;
    display: none;
}

.detail-pro-right {
    float: right;
    position: relative;
}

    .detail-pro-right .decor {
        width: 100%;
        position: relative;
        top: -3px;
        display: none;
    }

.detail-pro-wrap {
}

.detail-pro-container {
    padding: 50px 0;
    padding-bottom: 0;
}

.detail-pro .grid.wide {
    max-width: 1250px;
}

.detail-pro-bottom {
    padding: 30px 20px;
    display: none;
}

.banner-product-title {
    position: absolute;
    color: #fff;
    font-family: monM;
    font-weight: 100;
    font-size: 40px;
    width: 100%;
    text-align: center;
    padding: 0 130px;
    line-height: 165%;
}

.detail-pro-right .side-content {
    position: relative;
    z-index: 2;
    padding: 18px;
    background-color: grey;
    padding-bottom: 20px;
    border-radius: 5px;
    max-height: 605px;
    overflow-x: hidden;
    overflow-y: auto;
}

    /* width */

    .detail-pro-right .side-content::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */

    .detail-pro-right .side-content::-webkit-scrollbar-track {
        background: var(--default-color-1);
    }

    /* Handle */

    .detail-pro-right .side-content::-webkit-scrollbar-thumb {
        background: var(--default-color-2);
    }

/* Handle on hover */

.detail-pro-right .side-name {
    margin: 0;
    color: var(--default-color-1);
    font-size: 25px;
    line-height: 133%;
    font-family: 'Inter_24pt-SemiBold';
    margin-top: 7px;
}

.detail-pro-right .side-title {
    color: #fff;
    margin: 0;
    font-family: 'Inter_24pt-SemiBold';
    font-size: 13px;
    font-weight: 100;
    text-transform: uppercase;
}

.detail-pro-right .side-descript {
    color: #fff;
    font-size: 15px;
    width: 100%;
    display: block;
    line-height: 166%;
    text-align: justify;
}

.detail-pro-right .side-item {
    margin: 10px 0;
    display: flex;
    align-items: center;
    position: relative;
}

    .detail-pro-right .side-item img {
        width: 19px;
        position: absolute;
        top: 2px;
    }

    .detail-pro-right .side-item span {
        display: block;
        padding-left: 30px;
        color: #fff;
        font-size: 14px;
        line-height: 158%;
    }

.banner-product {
    height: 400px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .banner-product .grid.wide {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
    }

    .banner-product::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: .5;
    }

    .banner-product img {
        width: 100%;
        height: 100%;
    }

.detail-pro {
}

    .detail-pro .same-pro-slider .pro.content-item {
        margin-bottom: 0;
    }

    .detail-pro .container {
        overflow: hidden;
        position: relative;
        background-color: #fff;
    }

        .detail-pro .container .decor {
            position: absolute;
            bottom: 0;
            width: 100%;
        }

    .detail-pro .title-top {
        color: var(--default-color-1);
        font-family: 'Inter_24pt-SemiBold';
        margin-top: 0;
        font-size: 34px;
        margin-bottom: 15px;
        font-weight: 100;
    }

    .detail-pro .description-top {
        color: #333;
        font-size: 20px;
        opacity: .8;
        margin-top: 0;
        font-weight: 100;
        line-height: 167%;
        margin-bottom: 0;
    }

.banner-product .infor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px 0;
    margin-bottom: 0;
    padding-bottom: 35px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.banner-product .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #0000005c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: none;
    flex-wrap: wrap;
    user-select: none;
    justify-content: center;
}

    .banner-product .table .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 20px;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
        border: none;
        border: 2px solid #ffffff9e;
        margin: 8px 12px;
        border-radius: 3px;
    }

        .banner-product .table .item:hover {
            background-color: var(--default-color-1);
            cursor: default;
            border-color: var(--default-color-1);
        }

            .banner-product .table .item:hover .text {
                color: #fff !important;
            }

        .banner-product .table .item .text.head {
            position: relative;
            color: var(--blue-default);
            font-family: 'RobotoB';
            font-size: 16px;
            color: #fff;
            margin-top: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .banner-product .table .item:hover .text.head {
            opacity: 1;
        }

        .banner-product .table .item .text.head::before {
            content: '';
            position: absolute;
            top: calc(100% + 3px);
            width: 17px;
            height: 2px;
            border-radius: 2px;
            background-color: var(--blue-default);
            -webkit-transition: all ease .2s;
            -o-transition: all ease .2s;
            transition: all ease .2s;
        }

        .banner-product .table .item:hover .text.head::before {
            width: 30px;
            background-color: #fff;
        }

.detail-pro .item .text {
    font-size: 14px;
    opacity: .9;
    margin-top: 14px;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    text-align: center;
    color: #fff;
}

.detail-pro .home-slogan-item .bottom span {
    color: #fff;
}

.detail-pro .home-slogan {
    background-color: var(--default-color-2);
}

.same-pro-grid {
    background: url(/Design/img/bg-home-design-min.png) no-repeat;
    background-size: cover;
}

.detail-pro .home-slogan-container {
    padding: 40px 0;
}

.detail-pro .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.detail-pro .op-left {
    font-size: 13px;
    margin-right: 23px;
    color: #fff;
}

.detail-pro section {
    font-size: 18px;
    padding: 10px 0;
}

.detail-pro .home-slogan-item .bottom section {
    color: #fff;
}

.detail-pro section img {
    margin: 0 auto;
    max-width: 100%;
}

.slider-detail-pro {
    height: 270px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .slider-detail-pro .swiper {
        height: 100%;
    }

    .slider-detail-pro a {
        overflow: hidden;
    }

        .slider-detail-pro a img {
            transition: all linear .3s;
        }

        .slider-detail-pro a:hover img {
            transform: scale(1.05);
        }

.same-pro {
    width: 100%;
    padding: 0;
}

    .same-pro .decor {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        display: none;
    }

    .same-pro .title {
        position: relative;
        margin-top: 0;
        text-transform: uppercase;
        font-family: 'Inter_24pt-SemiBold';
        color: var(--default-color-1);
        font-size: 27px;
        margin-bottom: 45px;
        font-weight: 100;
    }

        .same-pro .title::before {
            content: '';
            position: absolute;
            width: 45px;
            height: 2px;
            bottom: -4px;
            background-color: var(--default-color-1);
        }

.detail-pro-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--default-color-5);
    overflow: hidden;
    padding: 10px 16px;
}

    .detail-pro-options .hotline {
        color: #fff;
        display: flex;
    }

        .detail-pro-options .hotline a {
            margin-left: 4px;
            transition: all linear .2s;
            font-weight: 100;
            font-family: 'RobotoB';
        }

            .detail-pro-options .hotline a:hover {
                text-decoration: underline;
            }

    .detail-pro-options .grid.wide {
        display: flex;
        justify-content: space-between;
    }

.detail-album {
    background-color: #222222;
    padding: 60px 0;
}

    .detail-album .grid.wide {
        max-width: 1960px;
        padding: 0;
    }

.detail-album-title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex;
    font-weight: 100;
}

    .detail-album-title::before {
        content: '';
        position: absolute;
        width: 40px;
        height: 3px;
        background-color: #fff;
        bottom: -6px;
        border-radius: 55px;
    }

.detail-album-list {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 0;
    margin-top: 55px;
}

.detail-album-item {
    height: 27vw;
    overflow: hidden;
}

    .detail-album-item a:hover img {
        transform: scale(1.03);
    }

    .detail-album-item a img {
        transition: all .3s;
    }

/*RS*/

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }

    .detail-pro-top,
    .detail-pro-right {
        float: unset;
        width: 100%;
        padding: 0;
    }

        .detail-pro-transform,
        .detail-pro-right .side-title,
        .detail-pro-right .side-list {
            transform: translateY(0);
        }

    .detail-pro-right {
        margin-top: 0;
    }

    .detail-pro-container {
        padding: 35px 0;
    }

    .detail-pro-right .side-content {
        padding: 18px;
        border-radius: 10px;
    }

    .detail-pro-right .decor,
    .detail-pro-right::before {
        display: none;
    }

    .detail-pro-bg {
        transform: translateY(0);
    }

    .detail-pro .home-slogan {
        padding: 0;
    }

    .same-pro {
        transform: translateY(0);
        padding: 40px 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .banner-content-slug {
        padding-top: 112px;
    }

    .detail-album {
        padding: 30px 0;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .detail-album {
        padding: 20px 0;
    }

    .detail-pro .grid.wide.f {
        overflow: unset;
        padding: 20px 10px;
    }

    .detail-pro .title-top {
        font-size: 20px;
    }

    .detail-pro .description-top {
        font-size: 15px;
        margin-bottom: 0;
    }

    .detail-pro .table {
        width: 100%;
    }

    .banner-product {
        height: 300px;
    }

    .detail-pro .infor {
        /* margin: 30px 0; */
        padding-bottom: 0;
    }

    .slider-detail-pro {
        height: 250px;
    }

    .same-pro {
        padding: 20px 0;
    }

        .same-pro .title {
            font-size: 20px;
            margin-bottom: 26px;
        }

    .detail-pro .table .item {
        margin: 0;
        width: fit-content;
        margin: 10px 7px;
        padding: 12px 16px;
    }

    .banner-product .table .item .text.head {
        font-size: 14px;
    }

    .detail-pro .item .text {
        font-size: 12px;
    }

    .detail-pro .table .item.n {
        border-bottom: none;
    }

    .detail-pro .container {
        background-color: #fff;
    }

    .detail-pro-top {
        padding: 0;
    }

    .detail-pro-options {
        flex-direction: column;
        padding: 20px 10px;
    }

        .detail-pro-options .grid.wide {
            flex-direction: column;
            align-items: center;
        }

        .detail-pro-options .options {
            justify-content: space-between;
            justify-content: space-between;
            margin-top: 15px;
            width: 100%;
        }

            .detail-pro-options .options .op-left {
                margin: 0;
            }

    .detail-pro-bottom {
        padding: 20px 0;
    }

    .detail-album-title {
        font-size: 24px;
    }

    .detail-album-item {
        height: 240px;
    }

    .detail-album-list {
        margin-top: 25px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-album-title::before {
        width: 36px;
        height: 3px;
        bottom: -5px;
    }

    .banner-product-title {
        font-size: 22px;
        padding: 0 10px;
    }

    .detailswiper2 {
        height: 320px;
        margin-bottom: 15px;
        width: 100%;
    }

    .detail-pro-container {
        padding: 20px 0;
    }

    .detailswiper .img {
        height: 80px;
    }

    .detail-pro-right .decor {
        top: 0;
    }

    .detail-pro-right .side-content {
        max-height: unset;
    }

    .detail-pro .home-slogan-item {
        background-color: unset;
    }

    .detail-pro .home-slogan-container {
        padding: 10px 0;
    }

    .detail-pro .home-slogan-item {
        padding: 10px;
        margin: 0 auto;
    }

        .detail-pro .home-slogan-item .bottom section {
            text-align: center;
            padding-bottom: 0;
        }

        .detail-pro .home-slogan-item .bottom span {
            text-align: center;
        }

    .banner-content-slug {
        padding-top: 50px;
    }
}

/* ===== Detail Design Contruct Page Redesign - Xay Dung Pham Phung ===== */

.detail-design-page .banner-content-slug {
    position: relative;
    overflow: hidden;
    background: linear-gradient(115deg, #102033, #263f55 58%, #BB782A);
    padding-bottom: 40px;
    background-image: url(/Design/img/PhamPhung/sp.png);
    background-size: cover;
    background-repeat: no-repeat;
}

    .detail-design-page .banner-content-slug::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 82% 20%, rgba(230, 174, 92, .24), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, .06), transparent);
        pointer-events: none;
    }

    .detail-design-page .banner-content-slug .grid.wide {
        position: relative;
        z-index: 1;
    }

    .detail-design-page .banner-content-slug .containers {
        width: fit-content;
        max-width: 100%;
        padding: 10px 16px;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 999px;
        background: rgba(255, 255, 255, .12);
        box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
        backdrop-filter: blur(8px);
        flex-wrap: wrap;
        line-height: 1.45;
    }

    .detail-design-page .banner-content-slug a,
    .detail-design-page .banner-content-slug span,
    .detail-design-page .banner-content-slug p {
        color: #fff;
    }

        .detail-design-page .banner-content-slug a:hover {
            color: #E6AE5C;
        }

.detail-design-page .detail-pro-wrap {
    background-image: url(../../../Design/img/bg-home-about-min.png);
    background-size: cover;
    padding-bottom: 45px;
}

.detail-design-page .detail-pro-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.detail-design-page .detail-pro-top,
.detail-design-page .detail-pro-right {
    float: none;
}

.detail-design-page .detail-pro-top {
    width: 755px;
    display: flex;
    flex-direction: row-reverse;
}

.detail-design-page .detail-pro-right {
    flex: 1 1 0;
    width: 100%;
    padding-left: 36px;
}

.detail-design-page .detailswiper2 {
    overflow: hidden;
    border-radius: 20px;
    background: #ececec;
    box-shadow: 0 24px 70px rgba(20, 29, 41, .14);
}

    .detail-design-page .detailswiper2 .swiper-slide,
    .detail-design-page .detailswiper2 .img {
        overflow: hidden;
        border-radius: 20px;
    }

    .detail-design-page .detailswiper2 .img {
        display: block;
    }

    .detail-design-page .detailswiper2 img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s ease, filter .6s ease;
    }

    .detail-design-page .detailswiper2 .img:hover img {
        transform: scale(1.035);
        filter: brightness(1.04) saturate(1.05);
    }

.detail-design-page .detail-pro-top .for-fix {
    z-index: 3;
    flex: 1 1 0;
}

.detail-design-page .detailswiper {
    padding: 9px;
    padding-top: 6px;
    overflow: unset !important;
}

    .detail-design-page .detailswiper .swiper-slide {
        opacity: .68;
        transition: opacity .3s ease, transform .3s ease;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 7px !important;
    }

        .detail-design-page .detailswiper .swiper-slide:hover,
        .detail-design-page .detailswiper .swiper-slide-thumb-active {
            opacity: 1;
        }

    .detail-design-page .detailswiper .img {
        border: 2px solid rgba(255, 255, 255, .55);
        border-radius: 12px;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
        cursor: pointer;
        transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
    }

    .detail-design-page .detailswiper .swiper-slide:hover .img,
    .detail-design-page .detailswiper .swiper-slide-thumb-active .img {
        transform: translateY(-2px);
        border-color: #E6AE5C;
        box-shadow: 0 14px 30px rgba(0, 0, 0, .24);
    }

.detail-pro-top .swiper-free-mode > .swiper-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    transform: unset !important;
}

.detail-design-page .detailswiper .img img {
    object-fit: cover;
}

.detail-design-page .detail-pro-right .side-content {
    padding: 24px;
    border: 1px solid rgba(230, 174, 92, .22);
    border-radius: 20px;
    background: linear-gradient(160deg, #102033 0%, #172d43 58%, #243f56 100%);
    box-shadow: 0 24px 70px rgba(20, 29, 41, .18);
    color: #fff;
    scrollbar-color: #E6AE5C rgba(255, 255, 255, .12);
    scrollbar-width: thin;
    width: 100%;
}

    .detail-design-page .detail-pro-right .side-content::-webkit-scrollbar {
        width: 8px;
    }

    .detail-design-page .detail-pro-right .side-content::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, .12);
        border-radius: 999px;
    }

    .detail-design-page .detail-pro-right .side-content::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: linear-gradient(180deg, #E6AE5C, #BB782A);
    }

.detail-design-page .detail-pro-right .side-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #E6AE5C;
    font-size: 13px;
    letter-spacing: .8px;
    line-height: 1.35;
}

    .detail-design-page .detail-pro-right .side-title::before {
        content: "";
        width: 34px;
        height: 3px;
        border-radius: 999px;
        background: #E6AE5C;
    }

.detail-design-page .detail-pro-right .side-name {
    position: relative;
    padding-bottom: 16px;
    color: #fff;
    font-size: 28px;
    line-height: 1.24;
}

    .detail-design-page .detail-pro-right .side-name::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 74px;
        height: 4px;
        border-radius: 999px;
        background: linear-gradient(90deg, #E6AE5C, rgba(230, 174, 92, .18));
    }

.detail-design-page .detail-pro-right .side-list {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.detail-design-page .detail-pro-right .side-item {
    min-width: 0;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
    transition: transform .3s ease, background-color .3s ease, border-color .3s ease;
}

    .detail-design-page .detail-pro-right .side-item:hover {
        transform: translateY(-2px);
        border-color: rgba(230, 174, 92, .42);
        background: rgba(255, 255, 255, .13);
    }

    .detail-design-page .detail-pro-right .side-item img {
        position: static;
        flex: 0 0 auto;
        width: 20px;
        transition: transform .3s ease;
    }

    .detail-design-page .detail-pro-right .side-item:hover img {
        transform: scale(1.08);
    }

    .detail-design-page .detail-pro-right .side-item span {
        min-width: 0;
        padding-left: 12px;
        color: rgba(255, 255, 255, .9);
        line-height: 1.55;
    }

.detail-design-page .detail-pro-right .side-descript {
    color: rgba(255, 255, 255, .82);
    line-height: 1.75;
}

.detail-design-page .detail-pro-bg {
}

.detail-design-page + .same-pro-grid {
}

    .detail-design-page + .same-pro-grid .same-pro {
        position: relative;
        padding: 48px 0 34px;
        max-width: 1250px;
    }

        .detail-design-page + .same-pro-grid .same-pro .title {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 34px;
            color: #222;
            font-size: 30px;
            line-height: 1.25;
        }

            .detail-design-page + .same-pro-grid .same-pro .title::before {
                position: static;
                flex: 0 0 auto;
                width: 52px;
                height: 4px;
                border-radius: 999px;
                background: linear-gradient(90deg, var(--default-color-1), #E6AE5C);
            }

            .detail-design-page + .same-pro-grid .same-pro .title::after {
                content: "";
                width: 11px;
                height: 11px;
                border-radius: 50%;
                background: #E6AE5C;
                box-shadow: 0 0 0 6px rgba(230, 174, 92, .16);
                left: 46px;
                top: 13px;
                position: absolute;
            }

    .detail-design-page + .same-pro-grid .same-pro-slider {
        min-width: 0;
    }

    .detail-design-page + .same-pro-grid .p-design-list {
        align-items: stretch;
        min-width: 0;
    }

    .detail-design-page + .same-pro-grid .p-design-item {
        min-width: 0;
        overflow: hidden;
        border: 1px solid rgba(51, 51, 51, .08);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 14px 38px rgba(20, 29, 41, .08);
        transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    }

        .detail-design-page + .same-pro-grid .p-design-item:hover {
            transform: translateY(-7px);
            border-color: rgba(230, 174, 92, .34);
            box-shadow: 0 24px 58px rgba(20, 29, 41, .14);
        }

        .detail-design-page + .same-pro-grid .p-design-item a {
            border-radius: 0;
        }

    .detail-design-page + .same-pro-grid .p-design-img {
        display: block;
        height: 245px;
        border-radius: 18px 18px 0 0;
        background: #ececec;
    }

        .detail-design-page + .same-pro-grid .p-design-img img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 0;
            object-fit: cover;
            transition: transform .55s ease, filter .55s ease;
        }

    .detail-design-page + .same-pro-grid .p-design-item:hover .p-design-img img {
        transform: scale(1.045);
        filter: saturate(1.06);
    }

    .detail-design-page + .same-pro-grid .p-design-content {
        min-height: 156px;
        align-items: stretch;
        justify-content: space-between;
        padding: 16px 16px 0;
        border-radius: 0;
        box-shadow: none;
    }

        .detail-design-page + .same-pro-grid .p-design-content .content-top {
            min-width: 0;
            padding: 0 0 14px;
        }

    .detail-design-page + .same-pro-grid .p-design-title {
        color: #252525;
        font-size: 17px;
        font-family: 'Inter_24pt-SemiBold';
        line-height: 1.45;
        transition: color .3s ease;
    }

        .detail-design-page + .same-pro-grid .p-design-title:hover,
        .detail-design-page + .same-pro-grid .p-design-item:hover .p-design-title {
            color: var(--default-color-1);
        }

    .detail-design-page + .same-pro-grid .p-design-place {
        display: flex;
        align-items: flex-start;
        gap: 7px;
        min-width: 0;
        margin-top: 11px;
        padding-left: 0;
    }

        .detail-design-page + .same-pro-grid .p-design-place img {
            position: static;
            flex: 0 0 auto;
            width: 13px;
            margin-top: 3px;
        }

        .detail-design-page + .same-pro-grid .p-design-place span {
            color: rgba(77, 77, 77, .78);
            font-size: 13px;
        }

    .detail-design-page + .same-pro-grid .p-design-content .content-bottom {
        align-items: center;
        gap: 10px;
        min-width: 0;
        padding: 12px 0 14px;
        border-top-color: rgba(51, 51, 51, .1);
    }

    .detail-design-page + .same-pro-grid .p-design-cate {
        min-width: 0;
        flex: 1 1 auto;
        transition: color .3s ease;
    }

    .detail-design-page + .same-pro-grid .p-design-item .cate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .detail-design-page + .same-pro-grid .p-design-content .content-bottom .link {
        flex: 0 0 auto;
        padding: 7px 13px;
        border: 1px solid rgba(187, 120, 42, .28);
        border-radius: 999px;
        background: rgba(230, 174, 92, .09);
        color: #BB782A;
        font-size: 14px;
        line-height: 1.3;
        transition: transform .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease;
    }

        .detail-design-page + .same-pro-grid .p-design-content .content-bottom .link:hover {
            transform: translateY(-2px);
            border-color: var(--default-color-1);
            background: var(--default-color-1);
            color: #fff;
        }

    .detail-design-page + .same-pro-grid .no-data {
        display: block;
        width: 100%;
        margin: 0 0 20px;
        padding: 30px 22px;
        border: 1px dashed rgba(230, 174, 92, .5);
        border-radius: 18px;
        background: linear-gradient(180deg, #fff, rgba(230, 174, 92, .08));
        box-shadow: 0 14px 38px rgba(20, 29, 41, .07);
        color: var(--default-color-1);
        text-align: center;
        font-family: 'Inter_24pt-SemiBold';
    }

@media(max-width:1023px) {
    .detail-design-page .detail-pro-container {
        display: block;
    }

    .detail-design-page .detail-pro-top,
    .detail-design-page .detail-pro-right {
        width: 100%;
        display: block;
    }

    .detail-design-page .detail-pro-right {
        margin-top: 22px;
        padding: 0;
    }

        .detail-design-page .detail-pro-right .side-content {
            max-height: none;
        }
}

@media(min-width:740px) and (max-width:1023px) {
    .detail-design-page .detail-pro-container {
        padding: 36px 0;
    }

    .detail-design-page + .same-pro-grid .p-design-img {
        height: 250px;
    }
}

@media(max-width:739px) {
    .detail-design-page .banner-content-slug {
        padding-top: 70px;
        padding-bottom: 20px;
    }

        .detail-design-page .banner-content-slug .containers {
            width: max-content;
            justify-content: center;
            border-radius: 16px;
            text-align: center;
        }

    .detail-design-page .detailswiper2,
    .detail-design-page .detailswiper2 .swiper-slide,
    .detail-design-page .detailswiper2 .img {
        border-radius: 14px;
    }

    .detail-pro-top .swiper-free-mode > .swiper-wrapper {
        display: flex;
        flex-direction: unset;
        display: none;
    }

    .detail-design-page .detail-pro-top .for-fix {
        height: auto;
        display: none;
    }

    .detail-design-page .detailswiper .img {
        height: 66px;
        border-radius: 10px;
    }

    .detail-design-page .detail-pro-right {
        margin-top: 20px;
    }

        .detail-design-page .detail-pro-right .side-content {
            padding: 18px;
            border-radius: 16px;
        }

        .detail-design-page .detail-pro-right .side-name {
            font-size: 22px;
        }

        .detail-design-page .detail-pro-right .side-descript {
            text-align: justify;
            font-size: 14px;
        }

    .detail-design-page .detail-pro-bg {
        margin-top: 0;
    }

    .detail-design-page + .same-pro-grid .same-pro {
        padding: 24px 10px;
    }

        .detail-design-page + .same-pro-grid .same-pro .title {
            gap: 18px;
            font-size: 20px;
            margin-bottom: 24px;
        }

            .detail-design-page + .same-pro-grid .same-pro .title::after {
                content: "";
                width: 11px;
                height: 11px;
                border-radius: 50%;
                background: #E6AE5C;
                box-shadow: 0 0 0 6px rgba(230, 174, 92, .16);
                left: 28px;
                top: 6px;
                position: absolute;
            }

            .detail-design-page + .same-pro-grid .same-pro .title::before {
                width: 34px;
            }

    .detail-design-page + .same-pro-grid .p-design-list {
        column-gap: 16px;
        row-gap: 16px;
    }

    .detail-design-page + .same-pro-grid .p-design-item {
        border-radius: 14px;
    }

        .detail-design-page + .same-pro-grid .p-design-item:hover {
            transform: translateY(-4px);
        }

    .detail-design-page + .same-pro-grid .p-design-img {
        height: 158px;
        border-radius: 14px 14px 0 0;
    }

    .detail-design-page + .same-pro-grid .p-design-content {
        min-height: 100px;
        padding: 11px 10px 0;
    }

        .detail-design-page + .same-pro-grid .p-design-content .content-top {
            padding-bottom: 8px;
        }

    .detail-design-page + .same-pro-grid .p-design-title {
        font-size: 14px;
        line-height: 1.38;
        margin-bottom: 0;
    }

    .detail-design-page + .same-pro-grid .p-design-place {
        margin-top: 6px;
        gap: 5px;
    }

    .detail-design-page .detailswiper .swiper-slide {
        opacity: .68;
        transition: opacity .3s ease, transform .3s ease;
        width: auto !important;
        margin: 0 !important;
        margin-right: 10px !important;
    }

    .detail-design-page + .same-pro-grid .p-design-place img {
        width: 10px;
        margin-top: 2px;
    }

    .detail-design-page + .same-pro-grid .p-design-place span {
        font-size: 11px;
        -webkit-line-clamp: 1;
    }

    .detail-design-page + .same-pro-grid .p-design-content .content-bottom {
        display: none;
    }

    .detail-design-page .detail-pro-wrap {
        padding-bottom: 15px;
    }

    .detail-design-page + .same-pro-grid .no-data {
        padding: 24px 16px;
        border-radius: 14px;
    }
}