﻿.banner-product {
    height: 614px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

.detail-pro {
    background-color: #f6f6f6;
    background-image: url(../../Design/img/new-bg-contruct_02.png);
}

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

    .detail-pro .grid.wide.f {
        /* max-width: 900px; */
        -webkit-transform: translateY(-155px);
        -ms-transform: translateY(-155px);
        transform: translateY(-155px);
        background-color: #fff;
    }

    .detail-pro .container {
        padding: 30px;
        -webkit-box-shadow: 0 0 15px 1px #00000066;
        box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
        border-radius: 5px;
        background: #fff;
    }

    .detail-pro .title-top {
        color: var(--default-color-3);
        font-family: asapSB;
        margin-top: 0;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .detail-pro .description-top {
        color: #333;
        font-size: 16px;
        margin-top: 0;
        font-weight: 100;
        line-height: 182%;
    }

ul.listImgDesginContrus {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 5px;
    row-gap: 5px;
    /* background: var(--default-color-3); */
}

li.item-img-detail-contrusChild {
    list-style: none;
}

    li.item-img-detail-contrusChild a img {
        height: 345px;
    }

.detail-pro .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;
}

.detail-pro .container .row.no-gutters .col {
    padding: 0 16px;
}

.detail-pro .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;
    user-select: none;
    border-radius: 5px;
}

    .detail-pro .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;
        border-right: 1px solid #0000005c;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

        .detail-pro .table .item:hover {
            background-color: var(--default-color-3);
            cursor: default;
        }

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

        .detail-pro .table .item:hover .text {
            color: #fff !important;
        }

        .detail-pro .table .item .text.head {
            position: relative;
            color: #ed1c24;
            font-family: 'AsapR';
            font-size: 14px;
            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;
        }

        .detail-pro .table .item:hover .text.head {
            opacity: 1;
        }

        .detail-pro .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;
        }

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

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

.detail-pro .options {
    display: -webkit-box;
    user-select: none;
}

.detail-pro .op-left {
    opacity: .7;
    font-size: 14px;
    padding-right: 20px;
    padding-top: 2px;
}

.detail-pro section {
    padding: 10px 0;
    line-height: 163%;
    color: #333;
    font-size: 16px;
}

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

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

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

.same-pro {
    width: 100%;
}

    .same-pro .title {
        margin-top: 0;
        text-transform: capitalize;
        font-family: 'AsapB';
        color: #fff;
        font-size: 30px;
        margin-bottom: 36px;
    }

        .detail-pro .title-top::-moz-selection, .detail-pro .description-top::-moz-selection, .detail-pro section h1::-moz-selection, .detail-pro section h2::-moz-selection, .detail-pro section h3::-moz-selection, .detail-pro section h4::-moz-selection, .detail-pro section h5::-moz-selection, .detail-pro section h6::-moz-selection, .detail-pro section p::-moz-selection, .detail-pro section span::-moz-selection, .detail-pro section strong::-moz-selection, .detail-pro section b::-moz-selection, .detail-pro section a::-moz-selection, .detail-pro section ul::-moz-selection, .detail-pro section li::-moz-selection, .same-pro .title::-moz-selection {
            background-color: var(--bg-selection);
            color: var(--color-selection);
        }

        .detail-pro .title-top::selection,
        .detail-pro .description-top::selection,
        .detail-pro section h1::selection,
        .detail-pro section h2::selection,
        .detail-pro section h3::selection,
        .detail-pro section h4::selection,
        .detail-pro section h5::selection,
        .detail-pro section h6::selection,
        .detail-pro section p::selection,
        .detail-pro section span::selection,
        .detail-pro section strong::selection,
        .detail-pro section b::selection,
        .detail-pro section a::selection,
        .detail-pro section ul::selection,
        .detail-pro section li::selection,
        .same-pro .title::selection {
            background-color: var(--bg-selection);
            color: var(--color-selection);
        }

h3.title-service-home a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h5.title-product-home {
    margin: 0;
    padding: 10px;
    background: #df1d25;
    font-size: 20px;
    color: #ffffff;
    font-family: lober;
    font-weight: 500;
    border-radius: 0 0 8px 8px;
}
}

h3.title-service-home a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.price-product-home {
    display: block;
    font-family: 'AsapR';
    font-size: 16px;
    color: #ed1c24;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.item-product-home {
    border-radius: 8px;
    border: 1px solid #cecece;
}

.decor-product-right-home {
    position: absolute;
    right: 14px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background: #131313;
    border-radius: 50px;
    border: 2px solid #fff;
}

.wp-relate-product-child {
    background: url(/Design/img/BeThuiCauMong/DacSan/decorBack.png) no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.bottom-product-home {
    position: relative;
}

.detail-pro section ul {
    margin-left: 20px;
}

.decor-product-right-home a i {
    color: #fff;
}

.top-img-product-home a {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

    .top-img-product-home a img {
        height: 250px;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
        border-radius: 8px 8px 0 0;
        transition: all .3s;
    }

.item-product-home:hover .top-img-product-home a img {
    transform: scale(1.1);
}