﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

@import 'font.css';

.detail-contruct {
    padding: 15px 0;
}

    .detail-contruct .bread-cum .container {
        padding: 0 !important;
    }



    .detail-contruct .grid.listanh {
        padding-left: 0;
    }

    .detail-contruct .inner-page {
        padding: 0;
    }

        .detail-contruct .inner-page .img {
            overflow: hidden;
        }

            .detail-contruct .inner-page .img img {
                transition: all linear .3s;
            }

        .detail-contruct .inner-page figure:hover img {
            transform: scale(1.1);
        }

    .detail-contruct .bread-cum {
        background-color: transparent;
        border: none;
    }

        .detail-contruct .bread-cum .container a {
            color: #222;
            font-size: 13px;
            opacity: 0.8;
        }

            .detail-contruct .bread-cum .container a:hover {
                color: var(--tt-default-color);
                opacity: 1;
            }

        .detail-contruct .bread-cum .container i {
            color: #222;
            opacity: 0.8;
            font-size: 12px;
            margin-bottom: 2px;
        }

    .detail-contruct h1 {
        font-size: 24px;
        margin: 5px 0;
        font-family: roboR;
        color: #366ebe;
    }

    .detail-contruct h2 {
        font-size: 15px;
        margin: 5px 0;
        font-family: helveNeueRe;
        font-weight: 100;
        opacity: .9;
    }

    .detail-contruct section {
        font-family: helveNeueRe !important;
        font-size: 16px;
    }

        .detail-contruct section ul li {
            margin: 5px 0;
        }

.same-contruct {
}

    .same-contruct h3 {
        color: var(--tt-default-color);
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .same-contruct .item {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

        .same-contruct .item.k {
            flex-direction: row-reverse;
        }

            .same-contruct .item.k .right {
                transform: translateX(40px);
            }

                .same-contruct .item.k .right .day {
                    right: unset;
                    left: 10px;
                }



        .same-contruct .item .left .img {
            overflow: hidden;
            position: relative;
        }

            .same-contruct .item .left .img .decor-day {
                position: absolute;
                background-color: red;
                z-index: 2;
                color: #ffeb3b;
                font-size: 12px;
                background-color: #4f4f4fb5;
                padding: 8px 10px;
                left: 20px;
                top: 20px;
                opacity: 0;
                transform: translateX(-60px);
                transition: all ease .3s;
                border-radius: 5px;
            }

        .same-contruct .item:hover .left .img .decor-day {
            opacity: 1;
            transform: translateX(0);
        }

        .same-contruct .item.k .left .img .decor-day {
            left: unset;
            right: 20px;
            transform: translateX(60px);
        }

        .same-contruct .item.k:hover .left .img .decor-day {
            opacity: 1;
            transform: translateX(0);
        }

        .same-contruct .item .left .img img {
            transition: all linear .4s;
        }

        .same-contruct .item:hover .left .img img {
            transform: scale(1.1);
        }

    .same-contruct .left {
        width: 60%;
        height: 300px;
        background-color: red;
    }

    .same-contruct .right {
        width: 45%;
        height: 350px;
        border: 1px solid #f7a852;
        padding: 15px;
        transform: translateX(-40px);
    }

        .same-contruct .right .content {
            position: relative;
            background-color: #f2f2f2;
            border-radius: 5px;
            padding: 10px;
            transition: all linear .2s;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .same-contruct .right:hover .content {
            background-color: #222;
        }

            .same-contruct .right:hover .content span {
                color: #fff;
            }

            .same-contruct .right:hover .content .day {
                color: #ffeb3b;
            }


        .same-contruct .right .content .day {
            position: absolute;
            right: 10px;
            bottom: 5px;
            color: var(--tt-default-color);
            font-size: 15px;
        }


        .same-contruct .right .content .title {
            margin-top: 0;
            font-size: 25px;
            font-family: helveNeueBold;
            color: #f7a852;
            text-align: center;
            text-transform: unset;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

        .same-contruct .right .content span {
            text-align: center;
            font-size: 18px;
            color: #222;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 7;
            padding: 0 10px;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            text-align: justify;
            margin-top: 15px;
        }

        .same-contruct .right .content .button {
            position: absolute;
            bottom: 45px;
            font-size: 16px;
            background-color: var(--tt-default-color);
            color: #fff;
            padding: 8px 12px;
            border-radius: 5px;
            transition: all linear .2s;
        }

            .same-contruct .right .content .button:hover {
                color: var(--tt-default-color);
                background-color: #fff;
            }

.list-infor {
    padding-left: 15px;
    font-size: 16px;
    font-family: 'roboR';
}

    .list-infor p {
        position: relative;
        display: flex;
        align-items: center;
        color: #222;
    }

        .list-infor p::before {
            content: '';
            position: absolute;
            border-radius: 50%;
            left: -13px;
            width: 6px;
            height: 6px;
            background-color: #f7a852;
        }



.detail-contruct .left {
    height: 510px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.detail-contruct .container .left .swiperdetailpro {
    height: 100%;
    width: 100%;
}

.detail-contruct .left .nav-swiper-project {
    background-color: #dadde17d;
    width: 100%;
    z-index: 2;
    border-radius: 5px;
    margin: 20px 0;
    margin-bottom: 30px;
}

    .detail-contruct .left .nav-swiper-project .container {
        position: relative;
        padding: 10px 49px;
    }

.padding-swiper {
    position: relative;
    overflow: hidden;
}

.detail-contruct .left .nav-swiper-project .thumb-project {
    /* width: 81px !important; */
    height: 75px;
    position: relative;
    overflow: hidden;
    user-select: none;
}

    .detail-contruct .left .nav-swiper-project .thumb-project.swiper-slide-thumb-active::before {
        opacity: 0;
    }

    .detail-contruct .left .nav-swiper-project .thumb-project::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: .5;
        top: 0;
        z-index: 1;
        left: 0;
        transition: all linear .3s;
    }

    .detail-contruct .left .nav-swiper-project .thumb-project:hover img {
        transform: scale(1.1);
    }

    .detail-contruct .left .nav-swiper-project .thumb-project img {
        transition: all linear .2s;
    }

.detail-contruct .left .swiperdetailproject {
    height: 100%;
    width: 100%;
}

.project-swiper-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid grey;
    top: 55%;
}

    .project-swiper-btn::after {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: gray;
    }

    .project-swiper-btn.swiper-button-next {
        right: 10px;
        pointer-events: all;
        opacity: 1;
        cursor: pointer;
    }

    .project-swiper-btn.swiper-button-prev {
        left: 10px;
        pointer-events: all;
        opacity: 1;
        cursor: pointer;
    }

.detail-contruct .left .swiperdetailproject2 {
    width: 100%;
    overflow: unset;
    margin: 0 auto;
}

.detail-contruct .filter-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    z-index: 1;
}

    .detail-contruct .filter-top .item {
        color: #666;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 17px;
        font-family: roboM;
        margin-right: 3px;
        cursor: pointer;
        padding: 14px 10px;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        color: #90ce4e;
        background-color: #fff;
        transform: translate(12px, 23px);
        transition: all linear .2s;
    }

.detail-contruct .filter-content {
    width: 100%;
    padding: 20px;
    /* line-height: 1.5; */
    /* font-size: 18px; */
    font-family: 'roboR';
    border: 1px solid #ddd;
    margin-top: -1px;
    overflow: hidden;
    border-radius: 5px;
}



    .detail-contruct .filter-content .item {
        opacity: 0;
        height: 0;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

        .detail-contruct .filter-content .item.show {
            opacity: 1;
            height: auto;
            line-height: 1.5;
            font-size: 18px;
        }

.project-child-relate {
    background: #f2f2f2;
    padding-top: 12px;
    padding-bottom: 30px;
    margin-top: 10px;
}
