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

@import 'font.css';

.home-hot-pro {
    padding-top: 0;
    padding-bottom: 20px;
    /* background-color: #f8f8f8; */
}


.real-contruct {
    height: 648px;
    background-image: url('../Design/img/bg-du-an_02.png');
    background-size: cover;
    background-repeat: no-repeat;
}

    .real-contruct .swiper-button-next {
        color: #fff;
        background-color: var(--default-color-1);
        width: 45px;
        height: 45px;
        top: 40%;
        border-radius: 50%;
        z-index: 10;
        font-weight: bold;
    }

        .real-contruct .swiper-button-next:after {
            font-size: 22px;
        }

    .real-contruct .swiper-button-prev {
        color: #fff;
        background-color: var(--default-color-1);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        font-weight: bold;
        top: 40%;
        z-index: 10;
        opacity: 1;
    }

    .real-contruct .swiper {
        padding-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .real-contruct .swiper-button-prev:after {
        font-size: 22px;
    }

    .real-contruct .container .heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .real-contruct .container .heading h3 {
            font-family: 'barlowCB';
            font-size: 25.29px;
            padding-top: calc(50px - 19px);
            color: #fec001;
        }

        .real-contruct .container .heading span {
            position: relative;
            font-family: 'barlowCB';
            font-size: 44.28px;
            color: #ffffff;
            padding-top: 85px;
        }

            .real-contruct .container .heading span::before {
                content: '';
                position: absolute;
                width: 42px;
                height: 3px;
                background-color: var(--default-color-1);
                top: calc(100% + 18px);
            }

        .real-contruct .container .heading p {
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: calc(100% + 9px);
            padding-top: 20px;
        }

    .real-contruct .container .content {
        width: 100%;
        margin-top: calc(45px - 20px);
    }

        .real-contruct .container .content .img {
            position: relative;
            height: 246px;
            -webkit-box-sizing: border-box;
            overflow: hidden;
            box-sizing: border-box;
            overflow: hidden;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }
            /**/
            .real-contruct .container .content .img .img-bot {
                position: absolute;
                right: 15px;
                bottom: 15px;
                display: flex;
                color: var(--default-color-1);
                background-color: #2222229e;
                align-items: center;
                border-radius: 3px;
                font-size: 14px;
                height: 30px;
                opacity: 0;
                padding: 5px 8px;
                transition: all linear .3s;
            }

        .real-contruct .container .content .swiper-slide:hover .img .img-bot {
            opacity: 1;
        }

        .real-contruct .container .content .img .img-bot .year {
            padding-right: 8px;
            border-right: 1px solid #ffffff87;
        }

        .real-contruct .container .content .img .img-bot .see-count {
            padding-left: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .real-contruct .container .content .img .img-bot .see-count i {
                padding-right: 5px;
                font-size: 11px;
                display: block;
                margin-top: 2px;
            }
        /**/
        .real-contruct .container .content .img img {
            transition: all linear .4s;
        }

        .real-contruct .container .content .swiper-slide:hover .img img {
            transform: scale(1.1);
        }

        .real-contruct .container .content .img::before {
            content: '';
            position: absolute;
            width: 100%;
            z-index: 9;
            height: 3px;
            background-color: var(--default-color-1);
            top: 0;
        }

        .real-contruct .container .content .img .text {
            position: absolute;
            width: 100%;
            display: flex;
            flex-direction: column;
            color: #fff;
            align-items: end;
        }

            .real-contruct .container .content .img .text h3 {
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                width: 75%;
                font-size: 20px;
                line-height: calc(100% + 3px);
                display: -webkit-box;
                transform: translateX(100px);
                opacity: 0;
                transition: all ease .3s;
            }

        .real-contruct .container .content .img:hover .text h3 {
            transform: translateX(-10%);
            opacity: 1;
            transition-delay: .3s;
        }

        .real-contruct .container .content .img .text span {
            font-size: 14px;
            transition: all ease .3s;
            transform: translateX(-35%) translateY(200px);
            padding-right: 10px;
        }

        .real-contruct .container .content .img:hover .text span {
            transform: translateX(-35%) translateY(0);
            opacity: 1;
            transition-delay: .35s;
        }

        .real-contruct .container .content .title {
            color: #fff;
            font-family: 'barlowCSemiBold';
            font-size: 24px;
            text-align: center;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            line-height: calc(100% + 6px);
            margin-bottom: 8px;
            padding: 0 15px;
            -webkit-transition: all linear .3s;
            -o-transition: all linear .3s;
            transition: all linear .3s;
            margin-top: 15px;
        }

        .real-contruct .container .content .address {
            text-align: center;
            display: block;
            font-size: 20px;
            color: #e3ff5e;
        }

            .real-contruct .container .content .address i {
                padding-right: 8px;
            }

        .real-contruct .container .content .swiper-slide:hover .title {
            color: var(--default-color-1);
        }

.banner-ad {
    width: 100%;
}

    .banner-ad a {
        display: block;
        height: 100%;
        width: 100%;
    }

.list-tt {
    background-color: #f3f3f3;
    padding: 53px 0;
}

.wp-bottom-pro-home {
    background: #f8f8f8;
    box-shadow: 0px 3px 3px 0 rgb(0 0 0 / 9%);
}

.list-tt .title {
    margin-top: 0;
    display: flex;
    width: fit-content;
    flex-direction: column;
}

.list-tt .tt-item {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.list-tt .swiper-wrapper {
    margin-top: 16px;
}

.list-tt .tt-item .content .img {
    width: 100%;
}

.list-tt .tt-item .img {
    display: block;
    height: 196px;
    overflow: hidden;
}

    .list-tt .tt-item .img img {
        transition: all linear .3s;
    }

    .list-tt .tt-item .img:hover img {
        transform: scale(1.07);
    }

.list-tt .tt-item .content {
    position: relative;
    padding: 13px 10px;
}

    .list-tt .tt-item .content .link {
        position: relative;
        font-family: roboM;
        font-size: 17px;
        display: block;
        color: #595959;
        margin: 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        height: 42px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        line-height: calc(100% + 6px);
        transition: all linear .2s;
        text-transform: unset;
    }


        .list-tt .tt-item .content .link:hover {
            color: #0758bc;
        }

    .list-tt .tt-item .content span {
        color: #545454;
        font-size: 16px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-top: 7px;
        font-size: 15px;
        font-family: roboR;
    }

.home-googlemap {
    overflow: hidden;
}

    .home-googlemap iframe {
        width: 100% !important;
        height: 600px !important;
    }

.partner {
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
}

    .partner .title {
        position: relative;
        width: 18%;
        height: 100%;
        background-color: #3d3d3d;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 36px;
    }

        .partner .title span {
            position: absolute;
            right: 0;
        }

        .partner .title::before {
            content: "";
            background-image: url(../Design/img/decor-dt_03.png);
            height: 100%;
            width: 115px;
            position: absolute;
            left: 100%;
            top: 0;
            background-size: cover;
        }

    .partner .sliderswiper {
        width: calc(100% - 18%);
        height: 100%;
        padding-left: 115px;
        background-color: #fff;
    }

        .partner .sliderswiper .swiper {
            height: 100%;
        }

            .partner .sliderswiper .swiper .item {
                position: absolute;
                display: flex;
                align-items: center;
            }

                .partner .sliderswiper .swiper .item::before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    height: 90%;
                    background-color: #e0e0e0;
                }

                .partner .sliderswiper .swiper .item img {
                    max-width: 80%;
                    max-height: 80%;
                    margin: auto;
                }


.right-content-item {
    display: grid !important;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 25px;
    padding-left: 0;
}

.center-pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* height: 76px; */
    /* padding-left: 10px; */
}

    .center-pro a {
        font-size: 18px;
        color: #3c3c3c;
        overflow: hidden;
        margin: 10px 0 5px 0;
        -o-text-overflow: ellipsis;
        text-align: left;
        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 ease .3s;
        font-family: psb;
    }

.home-hot-pro.contructor {
    padding-top: 70px;
}

.left-contrus-item {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .left-contrus-item a {
        background: #4a2e8b;
        padding: 14px 10px;
        width: 135px;
        height: 46px;
        border-radius: 5px;
        font-size: 14px;
        color: #f0f0f0;
        font-family: pr;
        display: inline-block;
        display: flex;
        align-items: center;
        justify-content: center;
        /* text-align: center; */
        margin: auto;
        transition: all linear .3s;
    }

        .left-contrus-item a:hover {
            color: #fff;
            background: #f5a922;
        }

        .left-contrus-item a i {
            font-size: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 10px;
            height: 10px;
            margin-left: 5px;
        }

.contrus-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(/Design/img/back-sha.png) no-repeat;
    background-size: cover;
}

.content-contrus-item {
    position: relative;
    text-align: center;
}

.left-contrus-item h3 {
    color: #fff;
    font-size: 32px;
    font-family: 'utmB';
    text-align: center;
    margin-top: 107px;
    margin-bottom: 14px;
}

.left-contrus-item span p {
    font-size: 18px;
    color: #ffffff;
    font-family: 'pr';
    text-align: left;
    margin-top: 29px;
    margin-bottom: 35px;
    padding-left: 81px;
    padding-right: 73px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 115px;
}

.center-pro span.located-pro-item {
    font-size: 14px;
    color: #9c9c9c;
    font-family: pr;
    margin-top: 2px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    text-align: left;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.widget-search {
    position: absolute;
    top: 42px;
    right: 3px;
    display: none;
    z-index: 99999999999999;
}

.icon-search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .icon-search i {
        color: #90ce4e;
        background: #ffffff;
        width: 34px;
        height: 34px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-search:hover {
        cursor: pointer;
    }

.search-block {
    display: block;
}

input.search {
    width: 247px;
    height: 33px;
    background: rgb(51 51 51 / 90%) !important;
    border: none;
    outline: none;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

    input.search[type="text"] {
        color: #fff;
    }

input::placeholder {
    color: #fff;
    font-size: 12px;
}

.btn-search {
    position: absolute;
    right: 7px;
    top: 8px;
    color: #747474;
    cursor: pointer;
}
