﻿/*
* 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: 18px !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: 0;
    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: #0c83e5;
                font-size: 26px;
                margin: 0;
                font-family: InterR;
                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: 132px;
                    height: 2px;
                    background: #f7a721;
                    display: block;
                    left: 0;
                    bottom: -11px;
                }

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

            .detai-project .container .bottom .infor .left h2 {
                color: #2d2d2d;
                font-family: InterR;
                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;
                font-family: InterR;
                line-height: 1.4;
                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;
            margin-right: 3px;
            cursor: pointer;
            padding: 14px 10px;
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            color: #fff;
            background-color: #1359bb;
            border-radius: 6px;
            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;
        font-family: InterR;
        padding-top: 35px;
    }

        .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;
            font-family: 'BeVNR' !important;
        }
.detai-project .container .bottom .filter-content .item a {
    display: inline !important;
}
        .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: 18px;
            font-family: Inter;
            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 .bottom .filter-content .item .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: 35px;
    background-color: #1359bb;
    padding: 15px;
    border-radius: 5px;
}

.info-img-service-child {
    text-align: center;
}

h3.title-service-child {
    font-size: 24px;
    color: #32393f;
    font-family: 'Bebas';
    margin: 0;
    margin-top: 7px;
}

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

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

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

.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: InterR;
        margin: 2px;
        display: inline-block;
        border: 1px solid;
        padding: 2px 10px 4px;
        text-decoration: none;
        border-radius: 4px;
    }

        .list-tag a:hover {
            background: #226dc4;
            color: #fff;
            border: 1px solid #226dc4;
            transition: all linear .1s;
        }

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

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

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

.same-project h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Bebas';
    color: #1359bb;
}

.detai-project .container .bottom .filter-content .item table {
    width: 100% !important;
}

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

.sameProject {
    margin-top: 10px;
    /* margin-bottom: 10px; */
}

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

li.item-service-home-child {
    list-style: none;
    text-align: center;
    padding: 52px 35px 55px 43px;
    background: #fff;
    box-shadow: 0px 5px 12px 1px #b3aaaa7d;
    border-radius: 5px;
    margin-bottom: 24px;
}

h3.title-service-home-child a {
    font-size: 18px;
    color: #55555a;
    font-family: 'BEVIETNAMB';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.content-service-home-child {
    color: #747474;
    font-family: 'BEVIETNAML';
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

a.view-detail-service-home-child {
    font-size: 15px;
    color: #ffffff;
    font-family: 'BeVietNamL';
    background: linear-gradient(-90deg, #f5943f, #ea652c);
    width: 152px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 16px 0;
    margin: auto;
    margin-top: 30px;
}

.img-service-home-child {
    height: 153px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h3.title-service-home-child {
    margin: 0;
}

a.view-detail-service-home-child img {
    padding-left: 4px;
}

.display-res-title {
    display: none;
}

.wp-service-home .grid.wide {
    max-width: 1330px;
}

.top-service-home {
    text-align: center;
}

    .top-service-home h2 {
        font-size: 38px;
        color: #eb5e28;
        text-transform: uppercase;
        font-family: 'OswaldSB';
        margin: 0;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 20px;
    }

        .top-service-home h2:after {
            content: "";
            position: absolute;
            background: #eb5e28;
            width: 138px;
            height: 2px;
            bottom: 0;
            left: calc(50% - 69px);
        }

.wp-service-home {
    background: url(/Design/img/DichVuNguyenNgoc/Service/decorBack.png) no-repeat;
    background-size: cover;
    padding-top: 89px;
    padding-bottom: 108px;
}

.top-service-home span {
    font-size: 18px;
    font-family: 'InterR';
    color: #ffffff;
    display: block;
    line-height: 1.5;
    padding: 0 268px;
}

.bottom-service-home {
    padding-top: 59px;
}

li.item-service-home {
    list-style: none;
}

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

.top-img-service-home img {
    display: block;
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
}

.title-item-service-home h3 {
    font-size: 24.03px;
    font-family: 'Bebas';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

li.item-service-home:hover .widget-info-service-home {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.widget-info-service-home {
    width: 382px;
    height: 344px;
    background: hsl(215deg 82% 40% / 90%);
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    visibility: hidden;
    opacity: 0;
    top: 50px;
    position: relative;
    transition: all linear .3s;
}

.top-img-service-home {
    position: relative;
}

    .top-img-service-home:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 417px;
        bottom: 0;
        left: 0;
        background: url(/Design/img/HoangKimBio/Service/decorServiceMobile.png) no-repeat;
        border-radius: 0 0 10px 10px;
        transition: all .3s;
    }

.title-item-service-home {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-bottom: 30px;
    text-align: center;
    z-index: 1;
}

li.item-service-home:hover .title-item-service-home {
    opacity: 0;
}

li.item-service-home:hover .top-img-service-home:before {
    content: unset;
}

.wp-widget-decor-service-home {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.widget-info-service-home h1 {
    font-size: 22.17px;
    font-family: Bebas;
    color: #ffff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}

span.slogan-service-home {
    display: block;
    text-align: center;
    font-size: 17.77px;
    color: #ffffff;
    font-family: 'InterR';
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative;
    display: none;
}

    span.slogan-service-home:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 46px;
        height: 1px;
        bottom: 0;
        left: calc(50% - 22px);
    }

span.des-service-home {
    display: block;
    padding: 0 60px;
    font-size: 14.8px;
    color: #fff;
    font-family: 'BeVNR';
    line-height: 1.5;
    text-align: center;
}

    span.des-service-home div {
        position: relative;
    }

        span.des-service-home div:before {
            content: "";
            position: absolute;
            background: #fff;
            width: 6px;
            height: 6px;
            border-radius: 50px;
            left: -15px;
            top: 8px;
        }

a.detail-view-service-home {
    display: flex;
    justify-content: center;
    font-size: 16.74px;
    color: #fff;
    font-family: BeBas;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}

a.detail-widget-service-link {
}

.info-img-service-child img {
    width: 100%;
    height: 390px;
    border-radius: 5px;
}
