

    #select-other-fix .content{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }
    .grid-apartment{
        margin: 0 auto;
    }
    .grid-apartment .item-grid{
        width: 100%;
        cursor: pointer;
        margin: 0 auto;
        margin-bottom: 20px;
      box-shadow: rgb(136 165 191 / 38%) 1px 1px 1px 1px, rgb(255 255 255 / 50%) 1px 1px 1px 1px;
    }
    .grid-apartment .item-grid .img{
        padding-top: 55%;
        position: relative;
        overflow: hidden;
    }
    .grid-apartment .item-grid .img:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: -1px;
        border: 0px solid #F5F5F9;
        pointer-events: none;
    }
    .grid-apartment .item-grid .img img{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        backface-visibility: hidden;
        opacity: 1;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .grid-apartment .item-grid:hover .img img{
    }
    .grid-apartment .item-grid .i-desc{        
        padding: 10px 5px;
    }
    .grid-apartment .item-grid .i-desc .i-title h3 a{
        display: block;
        font-size: 18px;
        line-height: 28px;
        color: #090909;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #d1d1cb;
        font-weight: 700;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .grid-apartment .item-grid:hover .i-desc .i-title h3 a{
        color: #857933
    }
    .grid-apartment .item-grid .i-desc b{
        font-size: 14px;
        line-height: 22px;
        color: #090909;
        display: none;
    }
    .grid-apartment .item-grid .i-desc p{
        color: #090909;
    }
    .gallery{
        text-align: center;
        border: 1px solid #c8c8c7;
        position: relative;
        margin-bottom: 5px;
    }
    .gallery:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0px;
        border: 0px solid #ffffff;
        pointer-events: none;
    }
    .gallery img{
        width: 100%;
    }
    .introduction{
        margin-bottom: 30px;
    }
    .introduction h3{
        font-size: 16px;
        line-height: 26px;
        color: rgb(0, 128, 0);
        text-transform: uppercase;
        font-weight: 700;
    }
    .introduction strong{
        font-size: 13px;
        line-height: 23px;
        color: rgb(0, 128, 0);
        font-weight: 700;
    }
    .introduction p{
        font-size: 14px;
        line-height: 28px;
    }
    .facilities{
        margin-bottom: 30px;
    }
    .facilities h3{
        font-size: 16px;
        line-height: 26px;
        color: rgb(0, 128, 0);
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .facilities ul li{
        font-size: 13px;
        line-height: 20px;
        color: #333;
        margin-bottom: 8px;
    }
    .floor{
        margin-bottom: 30px;
    }
    .floor p{
        font-size: 14px;
        color: #333;
        line-height: 28px;
    }
    .grid-apartD{
        padding-top: 10px;
        margin: 0 -10px;
    }
    .grid-apartD .wrap_item{
        width: 100%;
        overflow: hidden;
      margin: 0 auto;
      margin-bottom: 20px;
      box-shadow: rgb(136 165 191 / 38%) 1px 1px 1px 1px, rgb(255 255 255 / 50%) 1px 1px 1px 1px;
    }
    .grid-apartD .wrap_item .img{
      border-radius:4px;
        position: relative;
        padding: 35.5%;
    }
    .grid-apartD .wrap_item .img:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0px;
        pointer-events: none;
    }
    .grid-apartD .wrap_item .img .new{
        position: absolute;
        top: 0;
        right: 0;
        width: 83px;
        height: 55px;
        background: url('../images/apartment/new.png') no-repeat;
        pointer-events: none;
        z-index: 10;
    }
    .grid-apartD .wrap_item .img img{
        position: absolute;
        left: 50%;
        top: 50%;;
        height: 100%;
        width: 100%;
        backface-visibility: hidden;
        opacity: 1;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .grid-apartD .wrap_item:hover .img img{
        opacity: 0.7;
    }
    .grid-apartD .wrap_item .img .room{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        height: 24px;
        padding: 0 15px;
        pointer-events: none;
    }
    .grid-apartD .wrap_item .img .room span{
        display: inline-block;
        margin-right: 10px;
        line-height: 24px;
        padding-left: 35px;
        font-weight: 300;
        color: #fff;
    }
    .grid-apartD .wrap_item .img .room span.bedroom{
        background: url('../images/apartment/bedroom.png') left center no-repeat;
    }
    .grid-apartD .wrap_item .img .room span.bathroom{
        background: url('../images/apartment/bathroom.png') left center no-repeat;
    }
    .grid-apartD .wrap_item .i-desc{
        padding: 10px 10px;      
    }
    .grid-apartD .wrap_item .i-desc .i-title h3 a{
        font-size: 14px;
        line-height: 24px;
        text-transform: capitalize;
        color: #191919;
        font-weight: 700;
        overflow: hidden;
        display: block;
        border-bottom: 1px solid #f5f8fa;
        padding-bottom: 5px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .grid-apartD .wrap_item:hover .i-desc .i-title h3 a{
        color: #fd0;
    }
    .grid-apartD .wrap_item .i-desc .content{
        overflow: hidden;
        position: relative;
        padding-bottom: 10px;
        margin-left: 5px;
    }
    .grid-apartD .wrap_item .i-desc .row-detail{
        font-size: 14px;
        padding-bottom:10px;
        margin-left: 5px;
    }
    .grid-apartD .wrap_item .i-desc .row-detail .item-row{
padding-bottom: 10px;
    }
    .grid-apartD .wrap_item .i-desc .row-detail .item-row .rowL{
        width: 85px;
        float: left;
        position: relative;
font-weight: 700;
      color: #191919;
    }
    .grid-apartD .wrap_item .i-desc .row-detail .item-row .rowL:after{
        content: ':';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .grid-apartD .wrap_item .i-desc .row-detail .item-row .rowR{
        padding-left: 20px;
        float: left;
    }
    .grid-apartD .wrap_item .i-desc .row-detail .item-row .rowR strong{
font-weight: 700;
font-size:14px;
color: #191919;
    background-color: #f3f3f3;
    padding: 5px;
    margin-top: 5px;
    border-radius: 4px;
    border-bottom: 1px solid #191919;
    }


    .slide-detail2{
        background: #ffffff;
        padding: 0px 0px;
    }
    .slide-detail2 h3{
        font-size: 16px;
        line-height: 22px;
        color: #1D2129;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .bannerD_for {
        margin: 0 -6px;
        padding: 2px;
    }
    .bannerD_for .img{
        position: relative;
        padding-top: 68.882%;
        cursor: pointer;
    }
    .bannerD_for .img:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0px;
        pointer-events: none;
    }
    .bannerD_for .img img{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .bannerD_nav{
        padding-bottom: 0px;
    }
    .bannerD_nav .slick-list{
        margin: 0px -6px;
    }
    .bannerD_nav .slick-list .item{
        padding: 0 2px;
        width: 105px;
    }
    .bannerD_nav .img{
        position: relative;
        padding-top: 90%;
        cursor: pointer;
    }
    .bannerD_nav .img:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0px;
        pointer-events: none;
    }
    .bannerD_nav .img img{
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        max-height: 97%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .property-detail{
        padding-bottom: 20px;
padding-top:10px;
    }
    .property-detail h4{
        font-size: 16px;
        line-height: 28px;
        color:#ff0000;
        text-transform: capitalize;
        font-weight: 700;
        font-family: 'Poppins',Helvetica,Arial,sans-serif;
        padding: 10px 0 0px;
    }
    .property-detail .row-detail .item-row{
        margin-bottom: 8px;
    }
    .property-detail .row-detail .item-row:first-child{
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px solid #ebebeb;
        padding-top: 8px;
    }
    .property-detail .row-detail .item-row:last-child{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 5px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }
    .property-detail .row-detail .item-row p{
        color: #484848;
        padding-top: 15px;
    }
    .property-detail .row-detail .item-row .rowL{
        width: 95px;
        float: left;
        position: relative;
        font-weight: 700;
        padding-left: 15px;
        color:#191919;
    }
    .property-detail .row-detail .item-row .rowL:before{
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 5px;
        height: 5px;
        background: #FFBC00;
        margin-left: 5px;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .property-detail .row-detail .item-row .fix_rowL:before{
        content: none !important;
    }
    .property-detail .row-detail .item-row .fix_rowL{
        padding-left: 5px !important;
    }
    .property-detail .row-detail .item-row .rowL:after{
        content: ':';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .property-detail .row-detail .item-row .rowR{
        padding-left: 10px;
        float: left;
    }
    .property-detail .row-detail .item-row .rowR strong{
        color: #191919;
        background-color: #f3f3f3;
        padding: 5px;
margin-top:5px;
border-radius: 4px;
border-bottom: 1px solid #191919;
    }
    .text-description{

    }
    .text-description p{
        font-size: 14px;
        line-height: 22px;
        color: #666666;
    }
    .text-description > div{
        margin-bottom: 15px;
    }
    .villa_fix{
        padding-top: 1px;
    }

    .fix_title{
        margin-bottom: 0 !important;
    }
    .lineB{
        border-bottom: 1px solid #c1c1bc;
        padding-bottom: 10px;
    }
    .box-detail{
        padding-bottom: 15px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #c1c1bc;
    }
    .box-detail:last-child{
        border-bottom: 0;
    border-bottom: 1px solid #252839;
    }
    .box-detail span{
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        font-weight: 700;
        margin-bottom: 10px;
        display: none;
    }
    .box-detail .item{
        margin: 0 -10px;
        font-size: 13px;
        line-height: 15px;
        color: #333;
    }
    .box-detail .item ul{
        list-style: none;
margin-left: 10px;
    }
    .box-detail .item ul li{
        position: relative;
        padding-left: 15px;
margin-bottom: 5px;
    }
    .box-detail .item ul li:after{
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 5px;
        height: 5px;
        background: #FFBC00;
        border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .box-detailL{
        width: 100%;
        float: left;
        padding: 0 10px;
    }
    .box-detailR{
        width: 50%;
        float: left;
        padding: 0 10px;
    }












    @media screen and (max-width: 768px){
        .grid-apartment .item-grid{
            width: 340px;
        }
        .grid-apartD{
            margin: 0 0px;
        }
        .grid-apartD .wrap_item{
            padding: 0;
            width: 100%;
            float: none;
        }
        .grid-apartD .wrap_item .i-desc .i-title h3 a{
            height: initial;
        }
        .grid-apartD .wrap_item .i-desc .content{
            height: initial;
        }
    }

    @media screen and (max-width: 480px){
        .grid-apartment .item-grid{
            width: 100%;
        }
    }

    @media screen and (max-width: 380px){
        .box-detail .item{
            margin: 0;
        }
        .box-detailL{
            width: 100%;
            float: none;
            padding: 0;
        }
        .box-detailR{
            width: 100%;
            float: none;
            padding: 0;
        }
    }