﻿.detail-contruct {
}

.detail-contruct-banner {
    position: relative;
}

    .detail-contruct-banner .grid.wide {
    }

.detail-contruct .grid.wide {
}

.detail-contruct-banner .container {
}
.detail-product-item-full a {
    width: 100%;
    height: 580px;
    display: block;
}

.detail-product-item-full a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-product-item-full {
    margin-bottom: 15px;
}
.detail-contruct-banner .container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-contruct-banner .wrap-left .detail-contruct-stt {
    background: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 12px;
    color: #4d93d7;
}

.detail-contruct-stt {
    color: #4d93d7;
    font-size: 18px;
    letter-spacing: 3px;
}

.detail-contruct-banner .detail-product-item img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}

.detail-contruct-banner .detail-product-item {
    height: 440px;
}

.detail-contruct-banner .container .stt-one {
    justify-content: center;
    margin-bottom: 15px;
}

detail-product-picture .stt-one h3.title {
}

.detail-product-picture .stt-one h3 {
    font-family: 'monEB';
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 100;
    color: #3275b6;
    text-shadow: 0px 2px 1px rgb(119 119 119 / 50%);
}

.detail-contruct-stt {
    color: #fafafa;
    background: #3275b6;
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 12px;
}

.detail-contruct-banner .wrap-left h3 {
    margin: 0;
    color: #4d93d7;
    text-transform: uppercase;
    font-family: 'MonR';
    font-size: 18px;
    line-height: 145%;
    font-weight: normal;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.detail-contruct-banner .wrap-left h1 {
    margin: 0;
    font-family: 'MonEB';
    color: #dfb966;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: normal;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.detail-contruct-banner .wrap-left h2 {
    margin: 0;
    font-weight: 100;
    font-size: 18px;
    font-family: 'MonR';
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
}

.detail-contruct-banner .wrap-right {
    width: 50%;
    padding: 0 60px;
    padding-right: 0;
    border-left: 1px solid var(--default-color-1);
}

    .detail-contruct-banner .wrap-right .img {
        width: 100%;
        height: 350px;
    }

        .detail-contruct-banner .wrap-right .img img {
        }

    .detail-contruct-banner .wrap-right a {
        width: fit-content;
        color: var(--default-color-2);
        font-family: 'monM';
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 16px;
        text-decoration: underline;
    }

.detail-contruct-content {
    background-color: #f5f5f5;
    background-size: cover;
}

.detail-product-picture .pic-swiper .item {
    display: block;
    overflow: hidden;
    height: 270px;
}

    .detail-product-picture .pic-swiper .item img {
        transition: all .3s;
    }

.detail-product-picture {
    margin-bottom: 30px;
}

    .detail-product-picture .pic-swiper {
        width: 100%;
    }

.detail-product-item:nth-child(1) {
    margin-top: 0;
}

.detail-contruct-banner .detail-product-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(3 44 85 / 89%);
    transition: all .3s;
    z-index: 2;
}

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

.detail-contruct-content .container {
    display: flex;
    align-items: center;
    padding: 60px 0px;
    padding-bottom: 0;
    flex-direction: row-reverse;
}

.detail-contruct-content .wrap-left {
    width: 50%;
    padding-left: 35px;
}

.detail-contruct-content .detail-contruct-stt {
    color: #fafafa;
    width: 48px;
    height: 48px;
    background: #3275b6;
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 12px;
}

.stt-one {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.detail-contruct-content .wrap-left .title {
    margin: 0;
    font-family: 'monEB';
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 100;
    color: #3275b6;
    text-shadow: 0px 2px 1px rgb(119 119 119 / 50%);
}

.detail-contruct-content .table {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 24px;
    border-radius: 5px;
}

.detail-contruct-content .table-item {
    padding: 15px;
    border: 1px solid #33333314;
    background-color: #fff;
    border-radius: 12px;
}

    .detail-contruct-content .table-item h3 {
        margin: 0;
        color: var(--default-color-2);
        font-weight: 100;
        text-transform: uppercase;
        font-family: 'MonB';
        font-size: 17px;
        text-shadow: 0px 2px 1px rgb(195 195 195 / 50%);
    }

    .detail-contruct-content .table-item span {
        color: #333333d1;
        margin-top: 8px;
        display: block;
        font-size: 16px;
        line-height: 162%;
    }

.detail-contruct-content .wrap-right {
    width: 50%;
}

.detail-contruct-content .wrap-right-album {
    width: 100%;
}

.detail-contruct-content .album-item {
    height: 430px;
}

    .detail-contruct-content .album-item a {
    }

        .detail-contruct-content .album-item a img {
            width: 100%;
            height: 100%;
        }

.detail-contruct-content .wrap-right-text {
}

    .detail-contruct-content .wrap-right-text h3 {
        text-align: center;
        margin: 0;
        font-family: 'monEB';
        text-transform: uppercase;
        font-weight: 100;
        color: #3275b6;
        margin-top: 18px;
        font-size: 28px;
        text-shadow: 0px 2px 1px rgb(119 119 119 / 50%);
    }

.detail-contruct-content .detail h4 {
    font-family: 'monSB';
    font-weight: normal;
    font-size: 18px;
}

    .detail-contruct-content .detail h4 strong {
        font-weight: normal;
    }

.detail-contruct-same ul.p-design-list.rs {
    margin-top: 30px;
}

.detail-contruct-same:before {
    content: "";
    position: absolute;
    background: url(/Design/img/MocHuynhThuan/f1.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 365px;
    pointer-events: none;
    z-index: -1;
}

.detail-contruct-content .detail {
    color: #4a4a4a;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 178%;
    font-size: 16px;
}

.detail-contruct-same {
    position: relative;
}

    .detail-contruct-same .grid.wide {
    }

    .detail-contruct-same .container {
        padding: 60px 30px;
    }

    .detail-contruct-same .cate {
        margin: 0;
        text-align: center;
        text-transform: capitalize;
        margin: 0;
        font-size: 18px;
        font-family: 'MonR';
        text-align: center;
        color: #4d93d7;
        line-height: 145%;
    }

    .detail-contruct-same .title {
        margin: 0;
        text-align: center;
        margin-top: 10px;
        font-size: 36px;
        text-transform: uppercase;
        font-family: 'MonB';
        color: var(--default-color-2);
        font-weight: 100;
    }

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

    .detail-contruct-same .same-item:hover {
        z-index: 2;
    }

        .detail-contruct-same .same-item:hover img {
            transform: scale(1.02);
        }

    .detail-contruct-same .same-item img {
        transition: all .3s;
    }

    .detail-contruct-same .same-item {
        position: relative;
    }

        .detail-contruct-same .same-item:hover .same-item-content a {
            color: var(--default-color-2);
        }

        .detail-contruct-same .same-item .decor {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            pointer-events: none;
            z-index: 2;
            display: none;
        }

        .detail-contruct-same .same-item .decor-item {
            position: absolute;
        }

        .detail-contruct-same .same-item:hover .decor-item:nth-child(1) {
            opacity: .7;
            left: -20px;
            top: -25px;
            transition: 0.6s cubic-bezier(.3,2.5,.3,1);
            transition-delay: .2s;
            transform: scale(1);
        }

        .detail-contruct-same .same-item .decor-item:nth-child(1) {
            background-color: #232c416b;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            backdrop-filter: blur(2px);
            left: 0;
            top: 0;
            filter: blur(17px);
            opacity: 0;
            transition: all .3s;
            transform: scale(.4);
        }

        .detail-contruct-same .same-item .decor-item:nth-child(2) {
            background-color: #dba141;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            backdrop-filter: blur(5px);
            right: 0;
            top: 0;
            opacity: 0;
            transition: all .3s;
            transform: scale(0.3);
            filter: blur(20px);
        }

        .detail-contruct-same .same-item:hover .decor-item:nth-child(2) {
            right: -25px;
            top: -18px;
            opacity: .8;
            transition: 0.6s cubic-bezier(.3,2.5,.3,1);
            transition-delay: .3s;
            transform: scale(1);
        }

.same-item-img {
    height: 400px;
    overflow: hidden;
}

    .same-item-img img {
    }

.same-item-content {
    padding: 12px 6px;
}

    .same-item-content a {
        margin: 0;
        text-align: center;
        font-family: 'monM';
        font-weight: 100;
        color: var(--default-color-1);
        font-size: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all .3s;
    }

    .same-item-content span {
        text-align: center;
        font-size: 15px;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        color: #232c41c2;
    }
/*RS*/
@media(max-width:1023px) {
    .detail-contruct-banner .wrap-right {
        padding: 0;
    }
.detail-product-item-full a {
    width: 100%;
    height: 100%;
}
    .detail-contruct-same:before {
        content: "";
        position: absolute;
        background: url(/Design/img/MocHuynhThuan/f1.png) no-repeat;
        background-size: 100% 100%;
        left: 0;
        top: 0;
        width: 100%;
        height: 225px;
    }

    .detail-contruct-content .table {
        margin-top: 30px
    }

    .detail-contruct-same .p-design-title {
        font-size: 18px !important;
    }

    .detail-contruct-banner .container {
        flex-direction: column-reverse;
    }

    .detail-contruct-content .table-item {
        padding: 8px;
    }

    .detail-contruct-banner .wrap-left h1 {
        text-align: center;
    }

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

    .detail-contruct-banner .detail-product-item {
        height: 250px;
    }

    .detail-contruct-banner .wrap-right {
        width: 100%;
        border: none;
        margin-bottom: 27px;
    }

    .detail-contruct-content .container {
        padding: 30px 0;
        padding-bottom: 0;
        flex-direction: column-reverse;
    }

    .detail-contruct-content .wrap-left {
        width: 100%;
        padding-top: 35px;
        padding-left: 0;
    }

    .detail-contruct-content .detail {
        padding: 20px 0
    }

    .detail-contruct-content .wrap-right {
        width: 100%;
    }

    .detail-contruct-content .wrap-right-text {
        display: none;
    }

    .detail-product-picture .pic-swiper .item {
        height: 100%;
    }

    .detail-contruct-content .wrap-left .title {
        font-size: 25px;
    }

    .detail-contruct-same .container {
        padding: 30px 0;
    }

    .detail-contruct-same .same-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .detail-contruct-banner .wrap-right .img {
        height: 300px;
    }

    .detail-contruct-banner .wrap-left h3 {
        font-size: 14px;
    }

    .detail-contruct-banner .wrap-left h1 {
        font-size: 16px;
    }

    .detail-contruct-banner .wrap-left h2 {
        font-size: 14px;
    }

    .detail-contruct-content .album-item {
        height: 350px;
    }

    .detail-contruct-content .wrap-left {
        padding-top: 25px;
    }

    .detail-contruct-content .table {
        column-gap: 8px;
        row-gap: 8px;
        margin-top: 20px;
    }

    .detail-contruct-content .wrap-left .title, .detail-product-picture .stt-one h3 {
        font-size: 18px;
    }

    .detail-contruct-content .table-item h3 {
        font-size: 14px;
    }

    .detail-contruct-content .table-item span {
        margin-top: 8px;
        font-size: 14px;
    }

    .detail-contruct-content .detail {
        padding: 10px 0;
    }

    .detail-product-picture .pic-swiper .item {
        height: 195px;
    }

    .detail-contruct-same .title {
        font-size: 23px;
    }

    .detail-contruct-same .same-list {
        column-gap: 10px;
        row-gap: 10px;
        margin-top: 25px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .same-item-img {
        height: 350px;
    }

    .detail-contruct-banner {
    }

    .detail-contruct-same .container {
        padding: 25px 0;
    }
}