﻿.detail-ds {
}

.same-design-list.home-product-top {
}

    .same-design-list.home-product-top h3 {
        font-size: 25px;
        font-family: MonM;
        font-weight: normal;
    }

    .same-design-list.home-product-top strong {
        text-transform: uppercase;
        color: var(--default-color-2);
        margin-top: 14px;
        display: block;
        font-family: monM;
        font-size: 34px;
        font-weight: normal;
    }

.detail-ds-banner {
    position: relative;
    height: auto;
    background-color: var(--default-color-1);
    background-color: #10131f;
}

    .detail-ds-banner .grid.wide {
        max-width: 1320px;
        position: relative;
        z-index: 1;
    }

    .detail-ds-banner:after {
        content: "";
        position: absolute;
        background: url(/Design/img/HuyGiaCons/bg2.png) no-repeat;
        background-size: cover;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .detail-ds-banner .container {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 72px;
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .detail-ds-banner .decor-text {
        width: 100%;
        position: absolute;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        left: 0;
        top: 0;
    }

    .detail-ds-banner .decor-text-item span {
        display: block;
    }

    .detail-ds-banner .decor-text-item {
        color: #fff;
        font-family: monM;
        font-size: 14px;
        transform: rotate(90deg);
        position: absolute;
        text-transform: capitalize;
        opacity: .2;
        width: 10px;
        white-space: nowrap;
        letter-spacing: 1px;
        z-index: 2;
    }

        .detail-ds-banner .decor-text-item:nth-child(1) {
            top: 126px;
            left: 12px;
        }

        .detail-ds-banner .decor-text-item:nth-child(2) {
            top: 126px;
            right: 12px;
        }

        .detail-ds-banner .decor-text-item:nth-child(3) {
            right: 12px;
            bottom: 30px;
        }

            .detail-ds-banner .decor-text-item:nth-child(3) span,
            .detail-ds-banner .decor-text-item:nth-child(4) span {
                display: flex;
                justify-content: end;
                justify-content: flex-end;
            }

        .detail-ds-banner .decor-text-item:nth-child(4) {
            left: 12px;
            bottom: 30px;
        }

    .detail-ds-banner .left {
        width: 50%;
        padding-right: 50px;
    }

        .detail-ds-banner .left .img {
            max-height: 80%;
            width: 100%;
            max-width: 100%;
            height: calc(48vh + 60px);
        }

            .detail-ds-banner .left .img img {
            }

        .detail-ds-banner .left h1 {
            margin: 0;
            color: var(--default-color-2);
            font-weight: 100;
            font-family: 'monM';
            line-height: 140%;
            font-size: 30px;
            margin-top: 15px;
        }

    .detail-ds-banner .right {
        flex: 1;
        padding-top: 46px;
    }

        .detail-ds-banner .right .img {
            width: 100%;
            height: 30vw;
            max-height: 423px;
        }

        .detail-ds-banner .right h2 {
            margin: 0;
            font-weight: 100;
            color: var(--default-color-1);
            color: #fafafa;
            text-align: right;
            font-size: 16px;
            line-height: 165%;
            margin-top: 20px;
        }

.detail-ds-content .container {
    position: relative;
    padding: 60px 50px;
}

.detail-ds-content {
    background-color: #F2E8E4;
    background-image: url(../../../Design/img/home-design-bg.svg);
    background-size: cover;
}

    .detail-ds-content .grid.wide {
        max-width: 1480px;
    }

.detail-ds-album .grid.wide {
    max-width: 1480px;
}

.detail-ds-content .page-decor-item {
    display: block;
}

.detail-ds-content .wrap {
    display: flex;
    justify-content: space-between;
}

.detail-ds-content .wrap-left {
    width: 60%;
    padding-right: 60px;
}

    .detail-ds-content .wrap-left section {
        color: var(--default-color-1);
        line-height: 168%;
        font-size: 16px;
    }

        .detail-ds-content .wrap-left section p:first-child {
            margin-top: 0;
        }

        .detail-ds-content .wrap-left section p:last-child {
            margin-bottom: 0;
        }

.detail-ds-content .wrap-right {
    flex: 1;
}

.detail-ds-content .wrap-right-title {
    margin: 0;
    color: var(--default-color-1);
    text-transform: uppercase;
    font-family: 'monM';
    font-size: 24px;
    margin-bottom: 25px;
}

.detail-ds-content .wrap-right-content {
}

.detail-ds-content .wrap-right-item {
    margin-bottom: 17px;
}

    .detail-ds-content .wrap-right-item h3 {
        margin: 0;
        font-size: 15px;
        text-transform: uppercase;
        color: var(--default-color-1);
        font-family: 'monM';
    }

    .detail-ds-content .wrap-right-item p {
        margin: 0;
        color: var(--default-color-1);
        display: block;
        margin-top: 6px;
        font-size: 15px;
        line-height: 171%;
    }

        .detail-ds-content .wrap-right-item p a {
            color: var(--default-color-2);
            text-decoration: underline;
        }

.detail-ds-album {
    background-color: #F2E8E4;
}

    .detail-ds-album .container {
        padding: 60px 50px;
        position: relative;
    }

.detail-ds-title {
    margin: 0;
    font-family: monB;
    text-transform: uppercase;
    color: var(--default-color-2);
    font-size: 30px;
    margin-bottom: 30px;
}

.detail-ds-album .page-decor {
    position: absolute;
    right: 18px;
    transform: rotate(90deg);
    color: var(--default-color-2);
    font-family: monM;
    font-size: 13px;
    text-transform: uppercase;
    bottom: 144px;
    width: 5px;
    white-space: nowrap;
    opacity: .7;
    pointer-events: none;
    z-index: 1;
}

.detail-ds-content .page-decor {
    position: absolute;
    right: 18px;
    transform: rotate(90deg);
    color: var(--default-color-2);
    font-family: monM;
    font-size: 13px;
    text-transform: uppercase;
    bottom: 144px;
    width: 5px;
    white-space: nowrap;
    opacity: .7;
    pointer-events: none;
}

.detail-ds-album .page-decor-item {
    display: block;
}

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

.detail-ds-same .home-product:before {
    content: "";
    position: absolute;
    background: url(/Design/img/HuyGiaCons/bg.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.detail-ds-same .home-product {
    position: relative;
    background-color: #10131f;
}

.detail-ds-same .p-product-title {
    font-size: 21px;
    line-height: 152%;
}

.detail-ds-same .p-product-content section {
    line-height: 165%;
}

.detail-ds-same .home-product-container {
    padding: 60px 0;
}

.detail-ds-same .home-product-top h3 {
    color: #fff;
}

.detail-ds-same .home-product-top {
    margin-bottom: 21px;
}

    .detail-ds-same .home-product-top .top-right {
        flex: unset;
        padding: 0;
    }

    .detail-ds-same .home-product-top span {
        line-height: 155%;
        font-size: 17px;
        width: 100%;
        display: block;
        max-width: unset;
        color: #fff;
    }

.detail-ds-album ul li {
    height: 410px;
}

    .detail-ds-album ul li:hover img {
        transform: scale(1.02);
    }

    .detail-ds-album ul li img {
        transition: all .3s;
    }
/*RS*/
@media(max-width:1023px) {
    .detail-ds-banner .right {
        display: none;
    }

    .detail-ds-banner .left {
        padding: 0;
        width: 100%;
    }

    table {
        padding: 8px;
    }

    .detail-ds-banner {
        height: auto;
        padding: 40px 0;
    }

        .detail-ds-banner .left .img {
            width: 100%;
            height: 400px;
        }

        .detail-ds-banner .decor-text-item:nth-child(1) {
            top: 5px;
        }

        .detail-ds-banner .decor-text-item:nth-child(2) {
            top: 5px;
        }

        .detail-ds-banner .decor-text-item:nth-child(3) {
            bottom: 134px;
        }

        .detail-ds-banner .decor-text-item:nth-child(4) {
            bottom: 134px;
        }

    .detail-ds-content .container {
        padding: 25px 0;
    }

    .detail-ds-content .wrap {
        flex-direction: column-reverse;
    }

    .detail-ds-content .wrap-left {
        width: 100%;
        padding: 0;
    }

    .detail-ds-content .page-decor {
        display: none;
    }

    .detail-ds-album .container {
        padding: 25px 0;
    }

    .detail-ds-same .home-product-top {
        flex-direction: column;
    }

        .detail-ds-same .home-product-top h3 {
            width: 100%;
            max-width: unset;
        }

        .detail-ds-same .home-product-top .top-right {
            max-width: unset;
        }

        .detail-ds-same .home-product-top span {
            font-size: 15px;
            text-align: justify;
        }

    .detail-ds-same .home-product-container {
        padding: 30px 0;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .detail-ds-album ul li {
        height: 350px;
    }

    .detail-ds-same .home-product-top h3 {
        font-size: 35px;
        margin-bottom: 12px;
    }

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

@media(max-width:739px) {
    .detail-ds-banner .container {
        padding: 0;
    }

    .detail-ds-banner .decor-text {
        display: none;
    }

    .detail-ds-banner .left .img {
        height: 300px;
    }

    .detail-ds-banner {
        padding: 25px 0;
    }

        .detail-ds-banner .left h1 {
            font-size: 22px;
        }

    .detail-ds-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .detail-ds-content .wrap-right-title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .detail-ds-album ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

        .detail-ds-album ul li {
            height: 170px;
        }

    .detail-ds-same .home-product-top h3 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 16px;
    }

    .detail-ds-same .home-product-container {
        padding: 25px 0;
    }

    .same-design-list.home-product-top strong {
        font-size: 21px;
        margin-top: 11px;
    }
}

/* TABLE GLOBAL */
table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    font-family: 'monM' !important;
    font-size: 14px !important;
    color: #fff !important;
    background: url(/Design/img/HuyGiaCons/bg1.png) no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

    /* Cell */
    table th,
    table td {
        padding: 12px 14px;
        border: 1px solid rgba(255,255,255,0.1);
        text-align: left;
        vertical-align: top;
    }

    /* Cột tiêu đề */
    table th {
        width: 30%;
        font-weight: 600;
        color: #f1f1f1;
        background: rgba(255,255,255,0.05);
    }

    /* Nội dung */
    table td {
        width: 70%;
        color: #ddd;
    }

    /* Zebra */
    table tr:nth-child(even) {
        background: rgba(255,255,255,0.03);
    }

    /* Hover */
    table tr:hover {
        background: rgba(255,255,255,0.06);
        transition: 0.3s;
    }

    /* List trong table */
    table ul {
        margin: 0;
        padding-left: 18px;
    }

    table li {
        margin-bottom: 4px;
    }

/* Responsive */
@media (max-width: 768px) {
    table,
    table tbody,
    table tr,
    table th,
    table td {
        display: block;
        width: 100%;
    }

    .detail-ds-same .p-product-title {
        font-size: 18px;
        line-height: 148%;
    }

    table tr {
        margin-bottom: 12px;
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        overflow: hidden;
    }

    table th {
        background: rgba(255,255,255,0.08);
        border-bottom: none;
    }

    table td {
        border-top: none;
    }
}