/* <=== aainfohome ===> */
.aainfohome{
    position: relative;
}
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
/* .slbannerhh .banvdimg .bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
} */
@-webkit-keyframes immortalkenburns{
    0%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
    100%{-webkit-transform:scale(1.2);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
    0%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
    100%{-moz-transform:scale(1.2);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
    0%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
    100%{-ms-transform:scale(1.2);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
    0%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
    100%{-o-transform:scale(1.2);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
    0%{transform:scale(1);transition:transform 20000ms linear 0ms}
    100%{transform:scale(1.2);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.slbannerhh .csinner{
    max-width: 410px;
    margin-left: auto;
    background-color: rgba(1, 33, 90, 0.8);
    padding: 35px 30px 30px 40px;
    transform: translateX(100px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slbannerhh .slick-current .csinner {
    opacity: 1;
    transform: unset;
    -webkit-transition: 0.8s 0.8s;
    -o-transition: 0.8s 0.8s;
    transition: 0.8s 0.8s;
}
.slbannerhh .cstitle{
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}
.slbannerhh .csconts{
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.slbannerhh .slick-arrow{
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.slbannerhh .slick-prev{
    left: 35px;
}
.slbannerhh .slick-next{
    right: 35px;
}
.newhothome{
    position: absolute;
    background-color: #01215a;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.newhothome, .newhothome a{
    color: #fff;
}
.hpnewhothh{
    padding: 15px 135px 15px 0;
}
.hpnewhothh{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}
.hpnewhothh .hhgrip{
    display: flex;
    align-items: center;
    align-content: center;
}
.hpnewhothh .hhtitle{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.hpnewhothh .hhtitle::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    margin: 0 20px;
}
.itnewhothh a{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.slnewhothh .slick-arrow{
    background-color: #011a48;
    color: #fff;
}
.slnewhothh .slick-prev{
    left: unset;
    right: -75px;
}
.slnewhothh .slick-next{
    right: -135px;
}
/* <=== aainfohome ===> */

/* <=== bbinfohome ===> */
.bbinfohome{
    padding: 70px 0 80px;
    background-color: #ffffff;
}
.ttnewshome{
    margin-bottom: 70px;
}
.slttnewshh .slick-list{
    padding: 10px 0 20px;
    margin-top: -10px;
    margin-bottom: -20px;
}
.itttnewshh{
    position: relative;
    height: 100%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.itttnewshh .decss{
    padding: 32px 20px 45px 30px;
    position: relative;
}
.itttnewshh .dsdates{
    position: absolute;
    top: -20px;
    left: 30px;
    z-index: 1;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #01215a;
    color: #fff;
    border-radius: 5px;
}
.itttnewshh .dstitle, .itttnewshh .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.itttnewshh .dstitle a{
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.projechome{
    margin-bottom: 80px;
}
.hpprojechh{
    padding: 35px 20px 30px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.hpprojechh::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #01215a;
    opacity: 0.7;
    z-index: -1;
    pointer-events: none;
}
.hpprojechh .hhwrap{
    max-width: 1130px;
    margin: 0 auto;
}
.tpprojechh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.tpprojechh .hhgrip > div{
    padding: 0 20px;
}
.tpprojechh .hhgrip .mcol{
    width: 370px;
}
.tpprojechh .hhgrip .hcol{
    width: calc(100% - 370px);
}
.tpprojechh .hhfinds{
    padding: 40px 0;
}
.tpprojechh .figroup{
    margin-bottom: 20px;
}
.tpprojechh .filabel{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.tpprojechh .fiinput input, .tpprojechh .fiinput select{
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    padding: 0 20px;
    color: #fff;
    background-color: transparent;
}
.tpprojechh .fiinput .chosen-container{
    height: 50px;
    background-color: transparent;
}
.tpprojechh .fiinput .chosen-single{
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff!important;
    font-size: 18px;
    background-image: url('../images/daselect.png');
    background-size: 13px 8px;
}
.tpprojechh .hhthumb{
    max-width: 438px;
    margin: 0 auto;
    position: relative;
}
.tpprojechh .tpons{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.itprojechh{
    position: absolute;
    pointer-events: auto;
    z-index: 1;
}
/* <=== bbinfohome ===> */

/* <=== vstyzone ===> */
.apartment_tooltip{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
}
.apartment_tooltip .at_title{
    padding: 10px 20px;
    background-color: #034ea2;
}
.apartment_tooltip .at_title, .apartment_tooltip .at_title a{
    color: #fff;
}
.apartment_tooltip .at_title, .apartment_tooltip .at_title h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.apartment_tooltip .at_conts{
    padding: 10px 10px 20px;
}
.apartment_tooltip .ctthumb{
    margin-bottom: 15px;
}
.apartment_tooltip .ctthumb img{
    width: 100%;
}
.apartment_tooltip .ctdecss{
    padding: 0 10px;
}
.apartment_tooltip .dstitle{
    margin-bottom: 5px;
}
.apartment_tooltip .dstitle, .apartment_tooltip .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.apartment_tooltip .dsinfos{
    font-size: 15px;
    line-height: 25px;
}
.vstyzone .fancybox-bg{
    background-color: #000;
    opacity: 0;
    pointer-events: none;
}
.vstyzone .fancybox-content{
    padding: 0;
    background-color: transparent;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
}
.vstyzone .apartment_tooltip{
    box-shadow: none;
}
.vstyzone .fancybox-close-small{
    display: none!important;
    opacity: 0;
    pointer-events: none;
}
.vstyzone .fancybox-slide{
    padding: 20px 10px 50px;
}
/* <=== vstyzone ===> */

.itpserviehh{
    position: relative;
    overflow: hidden;
}
.itpserviehh .thumb a{
    display: block;
    padding-top: 114.635%;
    position: relative;
    overflow: hidden;
}
.itpserviehh .thumb a::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #01215A;
    background: linear-gradient(0deg, rgba(1, 33, 90, 07) 0%, rgba(1, 33, 90, 0) 100%);
    z-index: 1;
}
.itpserviehh .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itpserviehh:hover .thumb a img{
    transform: scale(1.05);
}
.itpserviehh .decss{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}
.itpserviehh .dstitle{

}
.itpserviehh .dstitle, .itpserviehh .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.itpserviehh .dstitle, .itpserviehh .dstitle a{
    color: #fff;
}
/* <=== bbinfohome ===> */

/* <=== ccinfohome ===> */
.ccinfohome{
    padding: 75px 0 125px;
    background-color: #f5f5f5;
}
.hppatnerhh{
    margin-bottom: 70px;
}
.hppatnerhh:last-child{
    margin-bottom: 0;
}
.slpatnerha .slick-list, .slpatnerhb .slick-list{
    padding: 5px 0 20px;
    margin-top: -5px;
    margin-bottom: -20px;
}
.slpatnerhb .slick-slide > div{
    margin-bottom: 20px;
}
.slpatnerhb .slick-slide > div:last-child{
    margin-bottom: 0;
}
.itpatnerhh a{
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}
/* <=== ccinfohome ===> */

/* <=== ddinfohome ===> */
.ddinfohome{
    padding: 90px 0 95px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hpddinfohh{
    position: relative;
}
.hpddinfohh .hhlogo{
    width: 440px;
    height: 440px;
    border-radius: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    align-content: center;
    z-index: 2;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -35px;
}
.hpddinfohh .hhlogo::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/ddcicle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    animation: xoayvong 40s linear 0s infinite;
    -webkit-animation: xoayvong 40s linear 0s infinite;
    -moz-animation: xoayvong 40s linear 0s infinite;
    -o-animation: xoayvong 40s linear 0s infinite;
}
@-webkit-keyframes xoayvong{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.hpddinfohh .hhlogo img{
    max-height: 60%;
    max-width: 60%;
}
.tpddinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -55px;
}
.tpddinfohh .hhgrip > div{
    padding: 0 55px;
    width: 50%;
    margin-bottom: 70px;
}
.itddinfohh{
    min-height: 350px;
    height: 100%;
    border: 30px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.itddinfohh::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: #fff;
    border-radius: 10px;
    z-index: -1;
    pointer-events: none;
}
.tpddinfohh .hhgrip > div:nth-child(odd) .itddinfohh{
    padding: 30px 80px 50px 50px;
}
.tpddinfohh .hhgrip > div:nth-child(even) .itddinfohh{
    padding: 30px 50px 50px 80px;
    text-align: right;
}
.tpddinfohh .hhgrip > div:nth-child(even) .itddinfohh .vtitle .ttgrip{
    justify-content: flex-end;
}
.tpddinfohh .hhgrip > div:nth-child(even) .itddinfohh .vtitle .ttgrip .lcol{
    order: 2;
}
.itddinfohh .vtitle{
    margin-bottom: 10px;
    color: #01215a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}
.itddinfohh .vtitle .ttgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -11px;
}
.itddinfohh .vtitle .ttgrip > div{
    padding: 0 11px;
}
.itddinfohh .vtitle .ttgrip .lcol{
    width: 68px;
}
.itddinfohh .vtitle .ttgrip .rcol{
    width: calc(100% - 68px);
}
.itddinfohh .vconts{
    font-size: 16px;
    line-height: 28px;
}
/* <=== ddinfohome ===> */

/* <=== ffinfohome ===> */
.ffinfohome{
    padding: 80px 0 60px;
}
.tpffinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpffinfohh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpffinfohh .hhgrip .mcol{
    order: 2;
}
.tpffinfohb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpffinfohb .hbgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 25px;
}
.itffinfohb .thumb{
    margin-bottom: 15px;
}
.itffinfohb .dstitle, .itffinfohb .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.itffinfohb .dstitle a{
    display: block;
    position: relative;
    padding-left: 60px;
    min-height: 40px;
}
.itffinfohb .dstitle a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url('../images/fficon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 17px;
    background-color: #01215a;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
}
.itffinfoha .dstitle, .itffinfoha .dstitle h3{
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
}
.itffinfoha .dstitle a{
    display: block;
    padding: 20px 20px 25px 110px;
    position: relative;
    background-color: #01215a;
    color: #fff;
    min-height: 130px;
}
.itffinfoha .dstitle a::before{
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url('../images/fficon1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 26px;
    background-color: #a80000;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
}
/* <=== ffinfohome ===> */

/* <=== eeinfohome ===> */
.eeinfohome{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hpeeinfohh .hhgrip{
    display: flex;
    flex-wrap: wrap;
}
.iteeinfomm{
    position: relative;
    display: block;
}
.iteeinfomm img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.eponsi{
    position: relative;
    display: block;
}
.ethumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ewidth1{
    width: calc(100% / 9);
}
.ewidth2{
    width: calc(100% / 9 + 100% / 9);
}
.ewidth3{
    width: calc((100% / 9) * 5);
}
.ewidth4{
    width: 200%;
}
.eponsi1{
    transform: translateY(50%);
}
.eponsi2{
    transform: translateY(200%);
}
.eponsi3{
    transform: translate(200%, 50%);
}
.eponsi4{
    transform: translate(100%, 100%);
}
.eponsi5{
    transform: translate(50%, 100%);
}
.eponsi6{
    transform: translate(50%, 0%);
}
.eponsi7{
    transform: translate(100%, 0%);
}
.eponsi8{
    transform: translate(50%, 0%);
}
.eponsi9{
    transform: translate(0%, 100%);
}
.eponsi10{
    transform: translate(100%, -100%);
}
.eponsi11{
    transform: translate(50%, -100%);
}
.eponsi12{
    transform: translate(0%, -63%);
    margin-bottom: -25.3%;
}
.epadd200{
    padding-top: 200%;
}
.epadd100{
    padding-top: 100%;
}
.epadd50{
    padding-top: 50%;
}
.epadd40{
    padding-top: 40%;
}
.iteeinfohh{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.iteeinfohh, .iteeinfohh a{
    color: #fff;
}
.iteeinfohh.vaa img{
    max-width: 60%;
    max-height: 60%;
}
.iteeinfohh > div{
    width: 100%;
}
.iteeinfohh .vnum{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iteeinfohh .vnum .plus{
    font-size: 35px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -10px;
}
.iteeinfohh .vnum .text{
    font-size: 35px;
    position: relative;
    top: -10px;
    display: inline-block;
}
.iteeinfohh .vtxt{
    font-size: 18px;
    line-height: 25px;
}
.ebackz{
    background-color: #ea3e3e;
}
.ebackh{
    background-color: #00bbb4;
}
.ebackb{
    background-color: #0377c8;
}
.ebackt{
    background-color: #01215a;
}
.ebackn{
    background-color: #008005;
}
.ebacks{
    background-color: #009106;
}
.ebackc{
    background-color: #f59242;
}
.ebackm{
    background-color: #f5ba42;
}
/* <=== eeinfohome ===> */
@media all and (max-width: 1200px){
    /* <=== ddinfohome ===> */
    .hpddinfohh .hhlogo{
        width: 350px;
        height: 350px;
    }
    .tpddinfohh .hhgrip > div:nth-child(odd) .itddinfohh{
        padding: 20px 60px 40px 30px;
    }
    .tpddinfohh .hhgrip > div:nth-child(even) .itddinfohh{
        padding: 20px 30px 40px 60px;
        text-align: right;
    }
    .itddinfohh .vtitle{
        font-size: 22px;
        line-height: 32px;
    }
    .itddinfohh .vconts{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== ddinfohome ===> */
}
@media all and (max-width: 991px){
    /* <=== aainfohome ===> */
    .slbannerhh .banvdimg{
        height: 0;
        padding-top: 100%;
    }
    .slbannerhh .bancapts{
        transform: unset;
        top: unset;
        bottom: 40px;
    }
    .slbannerhh .csinner{
        max-width: 100%;
        padding: 15px 25px 15px;
        text-align: center;
    }
    .slbannerhh .cstitle{
        font-size: 16px;
        line-height: 25px;
    }
    .slbannerhh .csconts{
        font-size: 14px;
        line-height: 22px;
    }
    .slbannerhh .slick-arrow{
        bottom: 65px;
        transform: unset;
        top: unset;
    }
    .slbannerhh .slick-prev{
        left: 5px;
    }
    .slbannerhh .slick-next{
        right: 5px;
    }
    .slbannerhh .csinner{
        transform: translateY(50px);
    }
    .newhothome{
        position: relative;
    }
    .hpnewhothh .hhtitle{
        display: none;
    }
    .hpnewhothh{
        min-height: 60px;
        padding-right: 85px;
    }
    .itnewhothh a{
        font-size: 15px;
        line-height: 30px;
    }
    .slnewhothh .slick-arrow{
        width: 30px;
        height: 30px;
    }
    .slnewhothh .slick-arrow::before{
        font-size: 14px;
    }
    .slnewhothh .slick-prev{
        right: -45px;
    }
    .slnewhothh .slick-next{
        right: -85px;
    }
    /* <=== aainfohome ===> */

    /* <=== bbinfohome ===> */
    .bbinfohome{
        padding: 50px 0 60px;
    }
    .ttnewshome{
        margin-bottom: 50px;
    }
    .slttnewshh .slick-list{
        padding: 0;
    }
    .slttnewshh .slick-track{
        padding: 10px 0 25px;
    }
    .itttnewshh .decss{
        padding: 25px 20px 25px 20px;
    }
    .itttnewshh .dsdates{
        left: 20px;
    }
    .itttnewshh .dstitle, .itttnewshh .dstitle h3{
        font-size: 16px;
        line-height: 25px;
    }
    .itttnewshh .dstitle a{
        max-height: 100px;
        -webkit-line-clamp: 4;
    }
    .projechome{
        margin-bottom: 60px;
    }
    .hpprojechh{
        padding: 20px 20px 30px;
    }
    .tpprojechh .hhgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpprojechh .hhgrip .hcol{
        width: 100%;
    }
    .tpprojechh .hhfinds{
        padding: 0;
    }
    .tpprojechh .filabel{
        font-size: 18px;
        line-height: 25px;
    }
    .apartment_tooltip .dstitle, .apartment_tooltip .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itpserviehh .dstitle, .itpserviehh .dstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== bbinfohome ===> */

    /* <=== ccinfohome ===> */
    .ccinfohome{
        padding: 50px 0;
    }
    .hppatnerhh{
        margin-bottom: 40px;
    }
    .slpatnerha .slick-slide > div, .slpatnerhb .slick-slide > div{
        width: 140px;
    }
    .slpatnerha .slick-list, .slpatnerhb .slick-list{
        padding: 0;
        margin-top: -5px;
        margin-bottom: -20px;
    }
    .slpatnerha .slick-track, .slpatnerhb .slick-track{
        padding: 5px 0 20px;
    }
    /* <=== ccinfohome ===> */

    /* <=== ddinfohome ===> */
    .ddinfohome{
        padding: 40px 0 45px;
    }
    .hpddinfohh .hhlogo{
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        margin: 0 auto;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .tpddinfohh .hhgrip{
        margin: 0 -10px;
    }
    .tpddinfohh .hhgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .itddinfohh{
        border-width: 20px;
        min-height: auto;
    }
    .tpddinfohh .hhgrip > div:nth-child(even) .itddinfohh, .tpddinfohh .hhgrip > div:nth-child(odd) .itddinfohh{
        padding: 15px 12px 15px 15px;
    }
    /* <=== ddinfohome ===> */

    /* <=== ffinfohome ===> */
    .ffinfohome{
        padding: 55px 0 40px;
    }
    .tpffinfohh .hhgrip .mcol{
        order: unset;
        margin-bottom: 20px;
    }
    .tpffinfohh .hhgrip > div{
        width: 100%;
    }
    /* <=== ffinfohome ===> */

    /* <=== eeinfohome ===> */
    .iteeinfohh .vnum{
        font-size: 30px;
        line-height: 40px;
    }
    .iteeinfohh .vnum .text{
        font-size: 20px;
        line-height: 20px;
    }
    .iteeinfohh .vnum .plus{
        font-size: 20px;
        line-height: 30px;
    }
    .iteeinfohh .vtxt{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== eeinfohome ===> */
}
@media all and (max-width: 767px){
    /* <=== aainfohome ===> */
    .slbannerhh .slick-arrow{
        bottom: 90px;
    }
    /* <=== aainfohome ===> */

    /* <=== ddinfohome ===> */
    .tpddinfohh .hhgrip > div{
        width: 100%;
    }
    .hpddinfohh .hhlogo{
        width: 300px;
        height: 300px;
    }
    .itddinfohh .vtitle .ttgrip{
        justify-content: flex-start!important;
        margin: 0 -5px;
    }
    .itddinfohh .vtitle .ttgrip > div{
        padding: 0 5px;
        order: unset!important;
    }
    .itddinfohh .vtitle .ttgrip .lcol{
        width: 40px;
    }
    .itddinfohh .vtitle .ttgrip .rcol{
        width: calc(100% - 40px);
    }
    .tpddinfohh .hhgrip > div:nth-child(even) .itddinfohh{
        text-align: left;
    }
    /* <=== ddinfohome ===> */

    /* <=== ffinfohome ===> */
    .itffinfoha .dstitle a{
        padding: 18px 20px 20px 70px;
        min-height: 92px;
    }
    .itffinfoha .dstitle a::before{
        left: 15px;
        width: 40px;
        height: 40px;
        background-size: 10px 17px;
    }
    .itffinfoha .dstitle, .itffinfoha .dstitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    .tpffinfohb .hbgrip{
        margin: 0 -10px;
    }
    .tpffinfohb .hbgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .itffinfohb .dstitle a{
        padding-left: 40px;
        min-height: 30px;
    }
    .itffinfohb .dstitle a::before{
        width: 30px;
        height: 30px;
        background-size: 15px 13px;
    }
    .itffinfohb .dstitle, .itffinfohb .dstitle h3{
        font-size: 14px;
        line-height: 20px;
    }
    /* <=== ffinfohome ===> */

    /* <=== eeinfohome ===> */
    .ewidth1{
        width: 25%;
    }
    .ewidth2{
        width: 50%;
    }
    .ewidth3{
        width: 100%;
    }
    /* <=== eeinfohome ===> */
}