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

@import 'font.css';

.detai-project {
    margin-top: 35px;
}

.item.pic .inner-page {
    padding: 0;
}

    .item.pic .inner-page .grid.wide {
        padding: 0 !important;
    }

    .item.pic .inner-page .img {
        overflow: hidden;
    }

        .item.pic .inner-page .img:hover img {
            transform: scale(1.1);
        }

        .item.pic .inner-page .img img {
            transition: all linear .3s;
        }

.item.pic .filter-content {
    padding: 20px 10px !important;
}

img.phone-pro-child {
    width: 30px;
    padding-right: 5px;
}

img.email-pro-child {
    width: 30px;
    padding-right: 5px;
}

a.contact-main {
    font-size: 20px !important;
    margin-top: 0 !important;
}

.detai-project .bread-cum {
    background-color: #fff;
    border: none;
}

    .detai-project .bread-cum .container {
        flex-wrap: wrap;
    }

        .detai-project .bread-cum .container a {
            color: #616161;
            opacity: .7;
            font-size: 14px;
        }

        .detai-project .bread-cum .container i {
            color: #616161;
            opacity: .7;
            padding: 0 4px;
        }

        .detai-project .bread-cum .container a:hover {
            color: var(--default-color);
        }

.detai-project .container .top .left {
    height: 743px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

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

        .detai-project .container .top .left .nav-swiper-project .container {
            position: relative;
            padding: 10px 60px;
        }

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

.detai-project .container .top .left .nav-swiper-project .thumb-project {
    height: 70px;
    position: relative;
    overflow: hidden;
    user-select: none;
}

    .detai-project .container .top .left .nav-swiper-project .thumb-project.swiper-slide-thumb-active::before {
        opacity: 0;
    }

    .detai-project .container .top .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;
    }

    .detai-project .container .top .left .nav-swiper-project .thumb-project:hover img {
        transform: scale(1.1);
    }

    .detai-project .container .top .left .nav-swiper-project .thumb-project img {
        transition: all linear .2s;
    }

.detai-project .container .top .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: 31px;
        pointer-events: all;
        opacity: 1;
        cursor: pointer;
    }

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

.detai-project .container .top .left .swiperdetailproject2 {
    width: 96%;
    overflow: unset;
    margin: 0 auto;
}

    .detai-project .container .top .left .swiperdetailproject2 .swiper-wrapper {
    }

.detai-project .container .bottom {
    margin-top: 20px;
    margin-bottom: 25px;
}

    .detai-project .container .bottom .item.right {
        overflow: hidden;
        padding-left: 10px;
    }

    .detai-project .container .bottom .infor {
        width: 100%;
        display: flex;
    }

        .detai-project .container .bottom .infor .left {
            width: 100%;
        }

            .detai-project .container .bottom .infor .left h1 {
                color: #366ebe;
                font-size: 26px;
                margin: 0;
                /* overflow: hidden; */
                text-overflow: ellipsis;
                font-weight: 500;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                position: relative;
                margin-bottom: 60px;
            }

                .detai-project .container .bottom .infor .left h1:before {
                    content: "";
                    position: absolute;
                    width: 197px;
                    height: 2px;
                    background: #6cbd45;
                    display: block;
                    left: 0;
                    bottom: -20px;
                }

                .detai-project .container .bottom .infor .left h1:after {
                    content: "";
                    position: absolute;
                    width: 82px;
                    height: 2px;
                    background: #6cbd45;
                    display: block;
                    left: 0;
                    bottom: -29px;
                    margin-top: 16px;
                }

            .detai-project .container .bottom .infor .left h2 {
                color: #2d2d2d;
                font-size: 18px;
                margin-top: 30px;
                font-weight: 500;
                margin-bottom: 15px;
            }

            .detai-project .container .bottom .infor .left p {
                font-size: 16px;
                margin: 5px 0;
                color: #222;
                border-bottom: 1px solid #cecece;
                padding: 10px 0;
            }

                .detai-project .container .bottom .infor .left p.kh {
                    display: none;
                }

    .detai-project .container .bottom .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;
    }

        .detai-project .container .bottom .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;
        }

    .detai-project .container .bottom .filter-content {
        width: 100%;
        padding: 20px;
        border: 1px solid #ddd;
        margin-top: -1px;
        overflow: hidden;
        border-radius: 5px;
    }

        .detai-project .container .bottom .filter-content h1,
        .detai-project .container .bottom .filter-content h2,
        .detai-project .container .bottom .filter-content h3,
        .detai-project .container .bottom .filter-content h4 {
            color: #f5a922;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .detai-project .container .bottom .filter-content p {
            margin: 5px 0;
        }

        .detai-project .container .bottom .filter-content .item.show {
            opacity: 1;
            height: auto;
        }

        .detai-project .container .bottom .filter-content .item ul li {
            margin: 5px 0;
        }

        .detai-project .container .bottom .filter-content .text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            font-size: 17px;
            color: #222;
            line-height: calc(100% + 5px);
        }

        .detai-project .container .bottom .filter-content .item {
            opacity: 0;
            height: 0;
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
        }

.detai-project .container .same-project {
    margin-top: 45px;
    margin-bottom: 25px;
}

    .detai-project .container .same-project .descrip {
        font-size: 15px;
        color: #000;
        font-family: roboR;
        font-weight: bold;
        text-align: center;
        width: 100%;
        display: block;
    }

.detai-project .container .same-project {
    margin-top: 45px;
    margin-bottom: 25px;
}

    .detai-project .container .same-project .title {
        font-family: roboR;
        font-size: 30px;
        color: #226dc4;
        text-align: center;
        margin-bottom: 5px;
    }

    .detai-project .container .same-project .sameProject {
        margin-top: 40px;
    }

        .detai-project .container .same-project .sameProject .item {
            position: relative;
            overflow: hidden;
            border-top-left-radius: 5px;
            margin-bottom: 25px;
            border-top-right-radius: 5px;
        }

            .detai-project .container .same-project .sameProject .item::before {
                content: '';
                position: absolute;
                width: 100%;
                height: 3px;
                z-index: 5;
                background-color: var(--default-color-1);
                top: 0;
            }

            .detai-project .container .same-project .sameProject .item .img {
                position: relative;
                display: block;
                width: 378px;
                overflow: hidden;
                height: 250px;
            }
                /**/
                .detai-project .container .same-project .sameProject .item .img .img-bot {
                    position: absolute;
                    right: 15px;
                    bottom: 15px;
                    display: flex;
                    color: var(--default-color-1);
                    background-color: #2222229e;
                    height: 20px;
                    align-items: center;
                    border-radius: 3px;
                    font-size: 14px;
                    opacity: 0;
                    padding: 5px 8px;
                    transition: all linear .3s;
                }

            .detai-project .container .same-project .sameProject .item:hover .img .img-bot {
                opacity: 1;
            }

            .detai-project .container .same-project .sameProject .item .img .img-bot .year {
                padding-right: 8px;
                border-right: 1px solid #fff;
            }

            .detai-project .container .same-project .sameProject .item .img .img-bot .see-count {
                padding-left: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .detai-project .container .same-project .sameProject .item .img .img-bot .see-count i {
                    padding-right: 5px;
                    font-size: 11px;
                    display: block;
                    margin-top: 2px;
                }
            /**/

            .detai-project .container .same-project .sameProject .item .img img {
                -webkit-transition: all linear .4s;
                -o-transition: all linear .4s;
                transition: all linear .4s;
            }

            .detai-project .container .same-project .sameProject .item:hover .img img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

            .detai-project .container .same-project .sameProject .item .content {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                padding: 5px 0;
                color: #222;
            }

                .detai-project .container .same-project .sameProject .item .content .name {
                    font-family: 'barlowCSemiBold';
                    font-size: 22px;
                    color: var(--product-name-color);
                    line-height: calc(100% + 6px);
                    overflow: hidden;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    -webkit-transition: all linear .2s;
                    -o-transition: all linear .2s;
                    transition: all linear .2s;
                }

            .detai-project .container .same-project .sameProject .item:hover .content .name {
                color: var(--product-name-color-hv);
            }

            .detai-project .container .same-project .sameProject .item .content .description {
                font-size: 16px;
                padding-top: 2px;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                text-transform: capitalize;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                line-height: calc(100% + 5px);
                color: var(--default-color-1);
            }



/**/
.detai-project .container .bottom .item .make-sure {
    margin-top: 25px;
}

    .detai-project .container .bottom .item .make-sure .item {
        display: flex;
        align-items: center;
        position: relative;
        cursor: default;
        margin-top: 10px;
    }

        .detai-project .container .bottom .item .make-sure .item .icon {
            position: relative;
            width: 40px;
            height: 40px;
            border: 1px solid #226dc4;
            display: flex;
            border-radius: 5px;
            font-size: 16px;
            align-items: center;
            justify-content: center;
            color: #222222c9;
            overflow: hidden;
            transition: all linear .3s;
        }

        .detai-project .container .bottom .item .make-sure .item:hover .icon {
            border: none;
            transform: rotate(360deg);
        }

        .detai-project .container .bottom .item .make-sure .item .icon::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #226dc4;
            border-radius: 5px;
            transform: scale(0);
            transition: all ease .2s;
        }

        .detai-project .container .bottom .item .make-sure .item .icon::after {
            opacity: 0;
            margin-top: 20px;
            z-index: 1;
            font-size: 16px;
            position: absolute;
            font-family: "fontawesome";
            color: #fff;
        }

        .detai-project .container .bottom .item .make-sure .item:nth-child(1) .icon::after {
            content: '\f508';
        }

        .detai-project .container .bottom .item .make-sure .item:nth-child(2) .icon::after {
            content: '\f164';
        }


        .detai-project .container .bottom .item .make-sure .item:nth-child(3) .icon::after {
            content: '\f164';
        }

        .detai-project .container .bottom .item .make-sure .item:nth-child(4) .icon::after {
            content: '\f4c0';
        }

        .detai-project .container .bottom .item .make-sure .item:hover .icon::after {
            opacity: 1;
            margin-top: 0;
            transition: all ease .3s;
            transition-delay: .2s;
        }

        .detai-project .container .bottom .item .make-sure .item:hover .icon::before {
            transform: scale(1);
        }

        .detai-project .container .bottom .item .make-sure .item span {
            font-size: 16px;
            color: #222;
            padding-left: 10px;
            font-weight: bold;
            transition: all .2s ease;
            transition-delay: .1s;
        }

        .detai-project .container .bottom .item .make-sure .item:hover span {
            animation: forspan .9s ease;
            color: #226dc4;
        }

.detai-project .container .bottom .item .contact {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background-color: #093c76;
    padding: 15px;
}

    .detai-project .container .bottom .item .contact a:first-child {
        margin-top: 0;
    }

    .detai-project .container .bottom .item .contact a {
        color: #fff;
        width: fit-content;
        display: block;
        font-size: 26px;
        margin-top: 10px;
        font-weight: 500;
        /* color: #162b34; */
        transition: all linear .3s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .detai-project .container .bottom .item .contact a:hover {
            color: #90ce4e;
        }

.detai-project .container .bottom .item.right .logo {
    text-align: center;
    margin-top: 25px;
}

.detai-project .container .bottom .item.right .title {
    font-size: 18px;
    font-weight: bold;
    color: #90ce4e;
    font-family: roboR;
    text-align: center;
    margin-top: 19px;
}

@keyframes forspan {
    10% {
        padding-left: 0;
    }
}

.detai-project .container .bottom .item.right .img {
    width: 100%;
}

.list-tag {
    overflow: hidden;
    margin-top: 15px;
    display: block;
    font-size: 16px;
}

    .list-tag a {
        color: #3c3c3c;
        font-family: roboR;
        margin: 2px;
        display: inline-block;
        border: 1px solid;
        padding: 2px 10px 4px;
        text-decoration: none;
        border-radius: 4px;
    }

        .list-tag a:hover {
            background: #333;
            color: #90ce4e;
            border: 1px solid #333;
            transition: all linear .1s;
        }

    .list-tag i {
        margin-right: 3px;
        font-size: 14px;
    }

.thongbao {
    font-size: 20px;
    padding-left: 26px;
}

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

.same-project h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 6px;
    font-family: roboR;
}

.same-project {
    text-align: center;
}

.sameProject {
    margin-top: 10px;
}

.same-project span {
    font-size: 16px;
}
