@charset "utf-8";
.box-titlepage{
  min-height: 170px;
  background-image: url(../images/bg-title.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #EDEDED;
  margin-bottom: 30px;
}
.control-page,
.control-projectdetail{
  /* margin-top: -19px; */
  position: relative;
}
.control-page{
  padding-bottom: 50px;
}
.titlepage{
  padding-top: 65px;
}
.titlepage h5,
.titlepage p{
  padding-left: 30px;
  font-family: 'AvenirLTStdRoman';
}
.titlepage h5{
  font-size: 24px;
  line-height: 28px;
  background-image: url(../images/icon-title.svg);
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.topic-property-detail a {
  font-size: 20px;
  color: #001d55;
  line-height: 26px;
  font-family: 'PromptRegular';
  margin-bottom: 5px;
  display: block;
}
.topic-property-detail a:hover {
  color: #4588d3;
}
.head-property-detail {
  padding:30px 0 0;
  padding-right:20%;
  position: relative;
  padding-left:13%;
}
.wrapper-rentsale {
  position: absolute;
  width:20%;
  right:0;
  top:0;
  background-color: #001d55;
  height:100%;
}
.layout-rentsale {
  position: relative;
  top:50%;
  transform: translateY(-50%);
  padding:15px;
}
.detail-room.hiddenbox {
  transform: translateX(0);
}
.layout-rentsale h4 {
  font-size: 16px;
  color: #fff;
  font-family: 'PromptRegular';
  line-height: 30px;
}
.topic-property-detail h3 {
  font-size:14px;
  color:#000;
  margin-bottom: 5px;
}
.topic-property-detail h3 span {
  color:#c3c3c3;
}
.topic-property-detail h4 {
  font-size:14px;
  line-height: 15px;
  color: #000;
  padding-left:20px;
  background-image: url(../images/ic-pin-location.png);
  background-repeat: no-repeat;
  background-size:auto 15px;
  background-position: left center;
}
.topic-property-detail ul li a {
  font-size: 12px;
    display: inline-block;
}
.topic-property-detail ul li {
  display: inline-block;
  font-size:13px;
  color:#000;
}
.topic-property-detail ul li::after {
  content: '>';
  font-size: 14px;
  padding: 0 5px;
}
.topic-property-detail ul li:last-child::after {
  display: none;
}
.content-propertycontrol #boxlist, .content-propertycontrol #map-canvas {
  height:1700px!important;
}
.topfixed {
  position: fixed;
  top: 0;
  width:100%;
  z-index: 999;
  background-color: #ededed;
}
.titlepage p{
  font-size: 20px;
  line-height: 24px;
  color: #4A4A4A;
}
.control-collapse .panel-group .panel{
  border: 1px solid #E4E8EF;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2);
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
  border-radius: 5px;
  -webkit-border-radius:5px;
  margin-bottom: 20px;
}
.control-collapse  .panel-title{
  background-color: #E4E8EF;
  color: #4A4A4A;
  padding: 10px 35px 10px 35px;
  padding: 20px 35px 20px 35px;
  font-size: 18px;
  line-height: 20px;
}
.control-collapse .panel-heading{
  padding: 0;
  border-radius: 5px 5px 0 0;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
}
.control-collapse .panel-group .panel-heading+.panel-collapse>.list-group,
.control-collapse .panel-group .panel-heading+.panel-collapse>.panel-body{
  border: none;
  padding: 0;
}
.box-form-property{
  padding: 35px;
}
.box-title{
  padding: 10px 0;
  color: #4A4A4A;
  font-family: 'AvenirLTStdLight';
}
.box-textaction{
  padding: 10px 0;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
}
.action-add{
  cursor: pointer;
  color: #16294D;
}
.control-collapse .nonearrow .panel-title,
.control-collapse .nonearrow .panel-title.collapsed{
  background-image: none;
}
.control-collapse .panel-title{
  background-image: url(../images/up.png);
  background-repeat: no-repeat;
  background-position: right 3px;
}
.control-collapse .panel-title.collapsed{
  background-image: url(../images/down.png);
}
.box-keyfield{
  margin-bottom: 15px;
}
.box-form-property .box-keyfield:last-child{
  margin-bottom: 0;
}
.action-delete{
  color: #3F3F3F;
  cursor: pointer;
}
.text-unite{
  color: #4A4A4A;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 9px;
}
.checkboxcontainer input {
  display: none;
}
.checkboxcontainer {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  line-height: 21px;
  margin-right:30px;
  color: #4A4A4A;

}
.checkwithauto .checkboxcontainer {
  min-width: inherit;
}
.checkboxcontainer .checkmark {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  border: 1px solid #979797;
  font-family: 'AvenirLTStdLight';
}
.checkboxcontainer .checkmark.checkboxstyle{
  border-radius: 3px;
}
.checkboxcontainer input:checked + .checkmark {
  background-color: #16294D;
  border: 1px solid #16294D;
}
.checkboxcontainer input:indeterminate + .checkmark {
  background-color: #fff;
}
.checkboxcontainer input:checked + .checkmark:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 11px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.checkboxcontainer input:checked:disabled + .checkmark {
    border:none;
    background-color: grey;
}
.checkboxcontainer input:indeterminate + .checkmark:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 11px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.box-checkbox{
  margin-top: 10px;
}
.inputunit .form-control{
  width: 100px;
}
.box-transportation > div{
  float: left;
  margin-right: 15px;
}
.box-transportation .box-field{
  width: 130px;
}
.t-within{
  color: #4A4A4A;
  top: 12px;
  position: relative;
}
.box-transportation{
  float: left;
  width: 100%;
}
.btn-right{
  text-align: right;
}
.btn-right .btn{
  margin-left: 15px;
}
.btn-submit .btn-blue{
  min-width: 160px;
}
/* css project detail  overflow: hidden;*/
.project-banner{
  position:relative;
  height: 140px;
  line-height: 0;

  text-align: center;
  color: #FFF;
  margin-bottom: 30px;
}
.project-banner > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.project-banner h2{
  position: relative;
  padding: 50px 0;
}
.box-navigation .breadcrumb{
  padding: 0;
  background-color: transparent;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 19px;
}
.box-navigation .breadcrumb > li a,
.box-navigation .breadcrumb > .active{
  color: #4A4A4A;
}
.box-navigation .breadcrumb > li a:hover{
  color: #16294D;
}
.box-navigation .breadcrumb>li+li:before{
  padding: 0 3px;
  color: #4A4A4A;
  content: ">\00a0";
}
.project-header-left h1,
.project-banner h2{
  font-family: 'AvenirLTStdRoman', 'PromptRegular';
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
}
.project-header-left h5{
  font-size: 12px;
  line-height: 20px;
  color: #4A4A4A;
}
.project-header-right{
  position:relative;
  text-align: right;
  padding-right: 95px;
}
.project-logo{
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.project-logo img{
  max-width: 55px;
}
.box-project-header{
  margin-bottom: 35px;
}
.box-textprice01{
  line-height: 22px;
  margin-bottom: 10px;
}
.box-textprice03{
  line-height: 10px;
}
.box-textprice01,
.box-textprice03{
  color: #4A4A4A;
  font-size: 16px;
}
.box-textprice02{
  font-size: 24px;
  line-height: 24px;
  color: #164194;
  margin-bottom: 0;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
}
.box-textprice {
  position: relative;
  top:-15px;
}

.box-project-photo{
  line-height: 0;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.box-project-information{
  margin-bottom: 50px;
}
.box-project-information h3,
.box-project-thumblist h3,
.box-propertylist h3{
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
}
.box-project-information h3 span{
  display: inline-block;
  margin-left: 15px;
  font-family: 'AvenirLTStdLight';
  font-size: 14px;
  color: #4A4A4A;
}
.project-information-in{
  position: relative;
}
.control-bg-shadow{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #EFF0F5;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
.detail-information{
  padding: 30px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'AvenirLTStdBook', 'PromptRegular';
}
.bg-white{
  background-color: #fff;
}
.title-information{
  /* padding: 30px 0 10px 30px; */
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.box-textdetail span,
.box-textdetail strong,
.text-thumb-price span,
.text-thumb-price strong{
  display: block;
}
.box-textdetail span{
  font-family: 'AvenirLTStdLight';
  font-size: 14px;
  line-height: 16px;
  color: #4A4A4A;
}
.box-textdetail strong{
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #7e8da9;
}
.box-textdetail{
  margin-bottom: 10px;
}
.paddingbottom10{
  padding-bottom: 10px;
}
.paddingbottom20{
  padding-bottom: 20px;
}
.paddingbottom0{
  padding-bottom: 0;
}
.t-facility{
  padding-left: 10px;
  background-image: url(../images/dot-black.png);
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 5px;
  margin-bottom: 5px;
}
.box-thumbnail-project{
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}
.box-thumb-project{
  height: 370px;
  position:relative;
  overflow: hidden;
  line-height: 0;
}
.img-thumb-project > span{
  display: block;
  line-height: 0;
  height: 100%;
}
.img-thumb-project > span > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shadow-img{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
}
.text-thumb-price{
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  color: #fff;
}
.text-thumb-price strong{
  font-size: 36px;
  line-height: 42px;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
}
.text-thumb-price span{
  font-family: 'AvenirLTStdLight';
  font-size: 22px;
  line-height: 25px;
}
.content-thumblist-in{
  padding-right: 15px;
  margin-bottom: 15px;
}
.tab-map{ height: 500px;}
.content-slidethumbnail{
  position: relative;
}
.content-slidethumbnail .carousel-inner>.item>span>img,
.content-slidethumbnail .carousel-inner>.item>img,
.content-slidethumbnail .carousel-inner>.item>span iframe,
.content-slidethumbnail .carousel-indicators li  iframe{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-slidethumbnail .carousel-inner>.item{
  height: 480px;
  overflow: hidden;
}
.content-slidethumbnail .carousel-inner>.item span{
  display: block;
  line-height: 0;
  height: 100%;
}
.content-slidethumbnail .carousel-indicators{
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.content-slidethumbnail .carousel-indicators li,
.content-slidethumbnail .carousel-indicators li.active{
  width: 16.66667%;
  float: left;
  height: 150px;
  text-indent: 0;
  border:none !important;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
}
.content-slidethumbnail .carousel-indicators li span{
  display: block;
  height: 100%;
  overflow: hidden;
}
.content-slidethumbnail .carousel-indicators li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slidethumbnail  .carousel{
  background-color: #000;
}
.content-tab .nav-tabs>li{
  min-width: 33.333%;
}
.content-tab .nav-tabs>li a{
  text-align: center;
  border-width: 5px 5px 1px 5px;
  border-color: transparent;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  border-color: #F5F6F9;
  background-color: #FFF;
}
.content-tab .nav-tabs>li.active>a,
.content-tab .nav-tabs>li.active>a:focus,
.content-tab  .nav-tabs>li.active>a:hover{
  border-width: 0 0 6px 0;
  border-color: #cbd4e8;
  background-color:#6e9ace;
  color:#fff;
}
.content-slidethumbnail .carousel-indicators li span{
  background-color: #000;
  position: relative;
}
.content-slidethumbnail .carousel-indicators li span.thumbvdo img{
  opacity: 0.7;
}
.content-slidethumbnail .carousel-indicators li span.thumbvdo::after{
  position: absolute;
  width: 45px;
  height: 45px;
  content: '';
  background-image: url(../images/icon-play.svg);
  background-size: auto 43px;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.content-slidethumbnail .carousel-control.left,
.content-slidethumbnail .carousel-control.right{
  background-image:none;
}
.content-slidethumbnail .glyphicon-chevron-left:before,
.content-slidethumbnail .glyphicon-chevron-right:before {
    content: "";
}
.content-slidethumbnail  .carousel-control{ opacity: 1;}
body { min-height: 100%; margin: 0; padding: 0 ;position: relative;}
#map-canvas{ height: 100%; }
.box-project-des{
  padding: 13px 25px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  max-height: 463px;
  overflow: hidden;
}
.box-title-left h5{
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
}
.box-title-left h2{
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
}
.list-facility ul li img{
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.text-size{
  display: inline-block;
  padding-left: 15px;
  background-image: url(../images/dot-black.png);
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 4px;
}
.box-title-right{
  text-align: right;
  color: #9B9B9B;
}
.t-price{
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
}
.t-unit{
  margin-bottom: 8px;
}
.box-thumb-hover{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  -moz-transition: all .2s ease-in;
  -o-transition:all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition:all .2s ease-in;
  text-decoration:none;
}
.box-thumbnail-project:hover .box-thumb-hover,
.box-projectlist-view01 .box-thumb-project:hover .box-thumb-hover{
  display: block;
}
.box-thumbnail-project:hover .text-thumb-price,
.box-projectlist-view01 .box-thumb-project:hover .text-thumb-price{
  display: none;
}
.box-linkhover a{
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.box-linkhover span{
  display: block;
  margin-top:15px;
  font-weight: bold;
}
.box-linkhover img{
  height: 45px;
  padding :0 8px;
}
.box-linkhover{
  text-align: center;
}
.box-thumb-hover .row{
  max-width: 430px;
  margin: 100px auto;
  width: 90%;
  height: 125px;
  padding-top: 15px;
  position: relative;
  top: 50%;
  margin-top: -62px;
}
.box-thumb-hover .row::after{
  width: 2px;
  height: 100%;
  content: '';
  left: 50%;
  top: 0;
  background-color: #fff;
  position: absolute;
}
.text-right{
  text-align: right;
}
.box-more a{
  color: #4A4A4A;
  display: inline-block;
  padding: 3px 20px 4px 10px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-more.svg);
  height: 22px;
  position:relative;
}
.box-more a img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box-more a span{
  display: inline-block;
  position: relative;
  z-index: 10;
}
.box-project-thumblist{
  margin-bottom: 50px;
}
.box-more a:hover{
  color: #16294D;
  font-weight: bold;
}
.content-tab > .container{
  padding: 0;
}
.box-project-thumblist .nav-tabs{
  border: none;
  margin-bottom: 10px;
}
.box-propertylist .container{
  position: relative;
}
.box-propertylist{
  position: relative;
  padding: 50px 0;
  background-color: #F5F6F9;
  overflow: hidden;
}
.box-propertylist .box-more{
  position: absolute;
  top: 0;
  right: 15px;
}
.box-propertylist h3{
  margin-bottom: 10px;
}
.content-listproperty ul li{
  float: left;
}
.content-listproperty ul{
  float: left;
  width: 4300px;
}
.box-thumb-property{
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  margin-right: 15px;
  width: 364px;
}
.img-thumb-project{
  overflow: hidden;
  height: 100%;
}
.header-propertylist{
  margin-bottom: 30px;
  margin-top: 15px;
}
.img-thumb-property{
  height: 300px;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.img-property-thumbnail a{
  display: block;
  width: 100%;
  height: 100%;
}
.img-property-thumbnail a > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-property{
  position: absolute;
  color: #fff;
  z-index: 10;
  left: 15px;
  bottom: 10px;
}
.text-property span,
.text-property strong{
  display: block;
}
.box-property-des{
  padding:17px 15px;
}
.text-property span{
  font-size: 13px;
  line-height: 20px;
  font-family: 'AvenirLTStdLight';
}
.text-property strong{
  font-size: 25px;
  line-height: 30px;
}
.t-propertyname a{
  display: inline-block;
  color: #000;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  height: 75px;
  overflow:hidden;

}
.t-propertyname a:hover,
.title-project a:hover{
  color: #059AE3;
}
.box-location span{
  display: inline-block;
}
.box-location a {
  display: inline-block;
  color : #000000
}
.box-location a:hover {
  color: #059AE3;
}
.box-location {
  font-size: 16px;
  line-height: 40px;
  font-family: 'AvenirLTStdLight';
}
.box-location img{
  position: relative;
  top: 2px;
}
.img-property-thumbnail img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.img-property-thumbnail:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.control-listproperty{
  position: relative;
  height: 500px;
}
.content-listproperty{
  position: absolute;
  width: 2000px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.box-project-information{
  clear: left;
}
.box-project-information .container {
  position : relative;
}
.box-project-information .container .btn-addfriend .btn-right {
  position: absolute;
  right: 15px;
  top: 0;
}
.img-property-thumbnail{
  height: 100%;
}
/* css list view */
.manageview-left > div{
  float: left;
  margin-right: 15px
}
.list-productview ul li a{
   display: block;
   width: 30px;
   height: 30px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 30px 30px;
}
.list-productview ul li a.view-list01{
  background-image: url(../images/icon-view01.svg);
}
.list-productview ul li.active a.view-list01,
.list-productview ul li a.view-list01:hover{
  background-image: url(../images/icon-view01-blue.svg);
}
.list-productview ul li a.view-list02{
  background-image: url(../images/icon-view02.svg);
}
.list-productview ul li.active a.view-list02,
.list-productview ul li a.view-list02:hover{
  background-image: url(../images/icon-view02-blue.svg);
}
.list-productview ul li a.view-map{
  background-image: url(../images/icon-viewmap.svg);
  background-position: center top;
}
.list-productview ul li.active a.view-map,
.list-productview ul li a.view-map:hover{
  background-image: url(../images/icon-viewmap-blue.svg);
  background-position: center top;
}
.box-sortby > div{
  float: left;
}
.box-sortby .t-Sort{
  font-size: 18px;
  line-height: 20px;
  margin-right: 10px;
  font-family: 'AvenirLTStdLight';
  padding: 5px 0px;
}
.box-sortby select.form-control{
  width: 120px;
  border: none;
  height: 34px;
  padding: 0 30px 0 0;
  font-size: 18px;
  line-height: 20px;
  font-family: 'AvenirLTStdRoman';
}
.manageview-right{
  text-align: right;
  margin: 8px 0;
}
.t-result{
  color: #4A4A4A;
  font-size: 18px;
  line-height: 21px;
  font-family: 'AvenirLTStdLight';
}
.box-manageview{
  margin-bottom: 30px;
}
.box-projectlist-view01{
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 15px;
}
.box-projectlist-view01 .box-thumb-project{
  height: 360px;
}
.box-projectlist-view01  .text01,
.box-projectlist-view01 .text-thumb-price span{
  font-size: 13px;
  line-height: 20px;
}
.box-projectlist-view01  .text-thumb-price strong {
  font-size: 28px;
  line-height: 33px;
}
.box-projectlist-view01 .text-thumb-price{
  left:25px;
}
.img-thumb-project > a{
  display: block;
  height: 100%;
  width: 100%;
}
.img-thumb-project > a > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-code a{
  color: #9b9b9b;
  font-size: 14px;
  line-height: 16px;
}
.t-code a:hover {
  color :#4b5973;
}
.box-detail-project{
  margin-top: 10px;
  padding-right: 10px;
}
.box-detail-project .text02{
  color: #9B9B9B;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}
.title-project{
  margin-bottom: 6px;
}
.title-project a{
  display: inline-block;
  color: #000;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}
.box-detail-project .box-location{
  margin-bottom: 5px;
}
.list-detail-project span{
  display: inline-block;
  padding-left: 15px;
  background-image: url(../images/dot-black.png);
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 4px;
}
.list-detail-project .list-inline>li{
  padding-right: 0;
  padding-left: 10px;
}
.list-detail-project .list-inline>li:first-child{
  padding-left: 5px;
}
.list-detail-project .list-inline>li:first-child  span{
  padding: 0;
  background-image: none;
}
.list-detail-project{
  margin-bottom: 8px;
}
.box-detail-project .list-facility{
  margin-bottom: 15px;
}
.box-des-project-01{
  position: relative;
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 25px;
  font-family: 'AvenirLTStdLight';
}

.box-des-project {
  position: relative;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: 'AvenirLTStdLight';
}
.box-des-project::after{
  position: absolute;
  content: '';
  width: 70px;
  height: 3px;
  background-color: #4A4A4A;
  left: 0;
  top: 0;
}
.box-detail-project .t-price {
    font-family: 'AvenirLTStdRoman';
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
.box-logo-project img{
  height: 35px;
}
.box-logo-project{
  text-align: right;
}
.box-logo-project a{
  display: inline-block;
}
.box-des-project p{
  max-height: 65px;
  overflow: hidden;
}
.list-detail-project,.list-facility{
  font-size: 16px;
  line-height: 21px;
}
.manageview-left{
  float: left;
  width: 100%;
}
.box-img-property,
.head-prject{
  height: 170px;
  position:relative;
}

.link-seemore a{
  display: inline-block;
  background-color: #3A4864;
  font-size: 14px;
  line-height: 19px;
  padding: 5px 15px;
  border-radius: 2px;
  color: #fff;
}
.link-seemore a:hover{
  opacity: 0.8;
}
.link-seemore{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.box-img-property img{
  width: 100%;
  height: 100%;
  object-fit: cover

}
.box-info-title .table tr td,
.box-list-property .table tr td{
  vertical-align: middle;
}

.head-prject{
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: center;
  font-size: 18px;
  color: #4A4A4A;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  border-bottom: 1px solid #979797;
}
.box-list-property .table tr:nth-child(even) td,
.box-info-title .table tr:nth-child(even) td{
  background-color: #CDD5D5;
}
.box-info-title .table  tr > td,
.box-list-property .table  tr > td{
  padding: 15px;
}
.box-info-title .table  tr > td,
.box-info-title .table  tr > td > div,
.box-list-property .table  tr > td,
.box-list-property tr > td > div{
  font-size: 16px;
  line-height: 19px;
  position: relative;
}
.box-info-title .table tr td span,
.box-info-title .table tr td strong{
  display: inline-block;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
}
.box-info-title .table tr td span{
  line-height: 0;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1;
}
.box-info-title{
  border-right: 1px solid #979797;
  padding-right: 10px;
}
.box-info-title .table tr:first-child > td,
.box-list-property .table tr:first-child > td{
  padding-top: 0;
  border: none;
  padding-right: 0;
  padding-left: 0;

}
.box-list-property .table{
  padding:0 5px;
}

.content-list-information td.td-facility > div span,
.content-list-information td.td-station > div span{
  display: block;
  margin-bottom: 5px;

}
.box-info-title .table tr > td.td-facility,
.box-list-property .table tr > td.td-facility{
  height: 225px;
  vertical-align: top;
  position: relative;
}
.box-info-title .table tr > td.td-station,
.box-list-property .table tr > td.td-station{
  padding: 10px 15px;
  padding-bottom: 0;
  height: 65px;
}
.box-arrow a{
  display: inline-block;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 10px;
  right:0;
  z-index: 10;
  background-image: url(../images/click-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.box-info-listdetail{

  padding-left: 5px;
  position: relative;
}
.content-list-information{
  margin-top: 30px;
}
.content-project .box-info-in > ul{
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.box-info-in > ul > li{
  width: 285.53px;
  display: inline-block;
}

.content-searchproperty .box-info-listdetail{
  position: absolute;
  top: 0;
  left: 0;
}
.content-searchproperty{
  overflow: hidden;
}
.content-searchproperty .box-info-in > ul{
  width: 1450px;
  float: left;
}
.content-searchproperty .box-info-in > ul > li{
  overflow:hidden;
}
.content-searchproperty .box-info-in{
  position: absolute;
  width: 1000px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.box-linkhover a:hover{
  opacity: 0.7;
}
.box-linkhover a,
.content-slidethumbnail .carousel-indicators li img,
.img-thumb-project > span > img,
.box-slidernav.slick-slide img,
.control-locationlist .box-location img{
  transition: transform .5s;
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -o-transition: transform .5s;
}
.content-slidethumbnail .carousel-indicators li:hover img,
.box-thumb-project:hover .img-thumb-project > span > img,
.box-slidernav.slick-slide p:hover img,
.control-locationlist .box-location a:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.box-textdetail strong > img{
  position: relative;
  top:1px;
  margin-right: 5px;
}

.box-checkbox > .checkboxcontainer{
  margin-bottom: 10px;
}
.box-pagin{
  text-align: center;
}
.box-pagin .pagination>li>a,
.box-pagin .pagination>li>span{
  color: #000;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  float: left;
  padding: 10px 12px 8px 12px;
  margin-left: -1px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-weight: bold;
}
.box-pagin .pagination>.active>a,
.box-pagin .pagination>.active>a:focus,
.box-pagin .pagination>.active>a:hover,
.box-pagin .pagination>.active>span,
.box-pagin .pagination>.active>span:focus,
.box-pagin .pagination>.active>span:hover{
  background-color: #0b2251;
  color: #fff;
}
.banner-property{
  line-height: 0;
  /* margin-bottom: 5px; */
  background-color: #000;
  overflow: hidden;
}
.banner-property > img{
  width: 100%;
}
.banner-property,
.control-text{
  height: auto;
}
.control-text{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.control-text-in h3{
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;

}
.control-text-in p{
  font-size: 20px;
  line-height: 24px;
}
.control-multi-image{
  overflow: hidden;
}
.control-text-in{
  color: #fff;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: table;
}
.control-text-in{
  margin-top: 0;
}
.control-center{
  display: table-cell;
  vertical-align: middle;
}
.banner-property01{
  height: 477px;
  overflow: hidden;
  margin-right: 5px;
}
.banner-property02{
  height: 236px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
}
.banner-property01 img,
.banner-property02 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-property-multi{
  /* margin-bottom: 50px; */
}
.header-propertylist  h3 {
    margin-bottom: 10px;
    font-family: 'AvenirLTStdRoman';
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}
.header-propertylist  h2 {
    margin-bottom: 10px;
    font-family: 'AvenirLTStdRoman';
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.content-mapview{
  height: 450px;
  position: relative;
  line-height: 0;
}
.content-mapview > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-mapcontrol{
  margin-bottom: 50px;
}
.content-propertycontrol{
  padding: 50px 0 35px 0;
  background-color: #F5F6F9;
}
.projectlogo img{
  height: 30px;
}
.projectlogo a{
  display:inline-block;
  line-height: 0;
}
.projectlogo{
  line-height: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.box-thumbnail-project{
  background-color: #fff;
}
.box-top-project{
  padding: 15px;
  position: relative;
}
.box-number{
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #134A8E;
  color: #fff;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
      padding: 5px 2px;
      margin-right: 10px;
}
.box-project-viewmap a{
  display: inline-block;
  color: #4A4A4A;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
}
.box-project-viewmap a:hover{
  color: #134A8E;
}
.content-propertycontrol .box-thumb-project{
  height: 240px;
}
.content-propertycontrol .box-linkhover img {
  height: 40px;
}
.content-propertycontrol .text-thumb-price span{
  font-size: 14px;
  line-height: 14px;
}
.content-propertycontrol .text-thumb-price strong {
  font-size: 30px;
  line-height: 40px;
}
.content-propertycontrol .text-thumb-price{
  left: 15px;
  bottom: 15px;
}
.content-propertycontrol  .box-project-des{
  padding: 15px;
}
.list-facility ul li a{
  color : #000000;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 5px;
}
.list-facility ul li a:hover {
  color : #059AE3
}
.t-text03{
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  color: #9B9B9B;
  margin-bottom: 5px;
}
.box-project-des .list-facility{
  margin: 10px 0;
  position: relative;
  padding-top: 15px;
}
.box-project-des .list-facility::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 3px;
    background-color: #4A4A4A;
    left: 0;
    top: 0;
}
.list-thumblist{
  padding-right: 15px;
}
.box-pagination{
  margin: 30px 0;
}
.box-page{
  width: 90px;
}
.box-page .form-control{
  border-color: #EDEDED;
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 20px;
}
.box-topage > div{
  float: left;
  margin-left: 15px;
}
.t-topage{
  color: #000;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 0;
}
.control-pagin > div{
  float: left;
}
.control-pagin .pagination{
  margin: 0;
}
.control-pagin {
  float:right;
}
.control-pagin .pagination>li>a,
.control-pagin .pagination>li>span{
  color: #000;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  float: left;
  padding: 10px 12px 8px 12px;
  margin-left: -1px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #EDEDED;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.control-pagin .pagination>.active>a,
.control-pagin .pagination>.active>a:focus,
.control-pagin .pagination>.active>a:hover,
.control-pagin .pagination>.active>span,
.control-pagin .pagination>.active>span:focus,
.control-pagin .pagination>.active>span:hover{
  background-color: #0b2251;
  color: #fff;
}
.page-img{
  text-align: center;
}
.page-img img{
  height: 20px;
}
.box-topage{
  margin-left: 10px;
}
.box-pagination .t-result{
  padding: 10px 0;
}
.control-projectdetail{
  padding-bottom: 50px;
}
.box-other-option{
  text-align: center;
  height: 50px;
  position: relative;
  border-right: 1px solid #9B9B9B;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
  z-index: 11;
}
.box-other .row > div:last-child > .box-other-option{
  border-right: none;
}
.box-other-option > span{
  display: block;
}
.box-other-option a span,
.box-other-option  span > span{
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -6px;
}
.box-other-option a{
  display: inline-block;
  color: #000;
}
.detail-information.padding15{
  padding: 15px;
}
.box-other-option a:hover,
.box-other-option span:hover{
  opacity: 0.6;
  cursor: pointer;
}
 .box-thumb-hover.nonesend .row::after{
  display: none;
}

.box-listshared{
  position: absolute;
  width: 330px;
  background-image: url(../images/bg-brochure.png);
  background-size: 330px 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 10;
  top: 24px;
  right: 0;
}
.box-listshared-in{
  padding: 30px 17px;
  height: 100%;
}
.box-listshared-in h5{
  padding: 20px 15px 12px 15px;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #EDEDED;
}
.box-listshared-in ul{
  padding: 15px;
  padding-bottom: 0;
}
.box-listshared-in ul li{
  margin-bottom: 7px;
}
.item-shared{
  position: relative;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  overflow: hidden;
}
.item-shared span{
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 0 8px 10px;
}
.item-shared  a{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding:10px 15px 15px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  min-width: 100px;
  background-color:#3A4864;
}
.item-shared  a:hover{
  background-color: #333;
}






.box-listdownload{
  position: absolute;
  width: 330px;
  background-image: url(../images/bg-brochure.png);
  background-size: 330px 100%;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 10;
  top: 24px;
  right: 0;
}
.box-listdownload-in{
  padding: 30px 17px;
  height: 100%;
}
.box-listdownload-in h5{
  padding: 20px 15px 12px 15px;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #EDEDED;
}
.box-listdownload-in ul{
  padding: 15px;
  padding-bottom: 0;
}
.box-listdownload-in ul li{
  margin-bottom: 7px;
}
.item-download{
  position: relative;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  overflow: hidden;
}
.item-download span{
  display: inline-block;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 0 8px 10px;
}
.item-download  a{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding:12px 20px 8px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  min-width: 100px;
  background-color:#3A4864;
}
.item-download  a:hover{
  background-color: #333;
}
.box-slidefor.slick-slide{
  height: 480px;
  position: relative;
  overflow: hidden;
}
/*
.slick-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
*/
.mainslide-thumbnail{
  overflow: hidden;
  position: relative;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.mainslide-thumbnail button.slick-arrow,
.mainslide-thumbnail button.slick-arrow{
  border: none;
  width: 24px;
  height: 42px;
  background-repeat: repeat-x;
  background-size: 100%;
  background-color: transparent;
  padding: 0;
  text-indent: -9999px;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -12px;
}
.mainslide-thumbnail .slick-prev.slick-arrow,
.mainslide-thumbnail .slick-prev.slick-arrow{
    background-image:url(../images/arrow-left-blue.svg);
    left:55px;
}
.mainslide-thumbnail .slick-next.slick-arrow,
.mainslide-thumbnail .slick-next.slick-arrow{
    background-image:url(../images/arrow-right-blue.svg);
    right:55px;
}
.mainslide-thumbnail .slick-dots{
  display: none !important;
}
.box-slidernav.slick-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-right: 5px;
  padding-top: 3px;
}
.thumbvdo img {
  opacity: 0.7;
}
.box-slidernav.slick-slide p{
  height: 150px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.box-slidernav.slick-slide p.thumbvdo::after{
  position: absolute;
  width: 45px;
  height: 45px;
  content: '';
  background-image: url(../images/icon-play.svg);
  background-size: auto 43px;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.slick-initialized .slick-slide iframe{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.box-listdownload{
  display: none;
}
.box-listshared{
  display: none;
}
/* css update 04/03/62 */
.box-request{
  margin-bottom : 17px;
  border-radius: 5px;
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/bg.jpg);
  overflow: hidden;
  box-shadow: 0px 3px 12px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 3px 12px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 12px rgba(0,0,0,0.2);
}
.box-request h5{
  border-bottom: 1px solid #D7D7D7;
  font-size: 16px;
  line-height: 20px;
}
.form-request,.box-request h5{
  padding:15px 15px 13px 15px;
  font-family: 'AvenirLTStdRoman';
}
.form-request .form-control{
  border-color: #EDEDED;
}
.form-request label{
  color: #4A4A4A;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 5px;
}
.btn.btn-send{
  background-color: #4B5F87;
  height: auto;
  font-size: 16px;
  line-height: 15px;
  padding: 10px 15px 7px;
  color: #fff;
  min-width: 120px;
}
.btn.btn-send:hover{
  background-color: #555;
}
.control-box-request > .btn-right  a{
  display: inline-block;
  line-height: 0;
  margin-top: 15px;
}
.control-box-request > .btn-right  a:hover{
  opacity: 0.7;
}
.control-locationlist ul li{
  width: 20%;
  float: left;
}
.control-locationlist .box-location{
  height: 180px;
  overflow: hidden;
  position: relative;
}
.control-locationlist .box-location a{
  display: block;
  line-height: 0;
  height: 100%;
  width: 100%;
}
.control-locationlist .box-location img{
  width: 100%;
  height: 100%;
}
img.shadow-location{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.control-locationlist .box-location  a span{
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 23px;
  z-index: 10;
    font-family: 'AvenirLTStdRoman';
}
.control-locationlist{
  background-color: #16294D;
}
.control-subscribe{
  background-color: #C9CCD3;
  padding: 35px 0;
  background-image: url(../images/bg-subscribe.png);
  background-position: left top;
  background-size: cover;
}
.input-email{
  position:relative;
  height: 45px;
  border: 1px solid #979797;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.input-email .form-control{
  width: 100%;
  height: 100%;
  border: none;
  padding-top: 10px;
}
.input-email .btn{
  position:absolute;
  right: 0;
  top: 0;
  height: 45px;
  min-width: 160px;
  color: #fff;
  background-color: #16294D;
  border-radius: 0;
}
.input-email .btn:hover{
  background-color: #333;
}
.text-subscribe{
  padding: 12px 0;
  font-size: 23px;
  line-height: 20px;
    font-family: 'AvenirLTStdRoman';
}
.control-tab-project{
  margin-bottom: 50px;
}
.tab-project-in{
  overflow: hidden;
  box-shadow: 0px 0 9px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0 9px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0 9px rgba(0,0,0,0.2);
  height: 310px;
}
.tab-project-in .nav-tabs>li>a{
  height: 60px;
  text-align: center;
  color: #9B9B9B;
  font-size: 18px;
  line-height: 20px;
  font-family: 'AvenirLTStdRoman';
  border: none;
  margin: 0;
  padding: 20px 10px;
  position: relative;
}
.tab-project-in .nav-tabs{
  padding-left: 33.3333%;
  border-bottom: 4px solid #EDEDED;
}
.tab-project-in .nav-tabs>li{
  width: 50%;
  margin: 0;
}
.tab-project-in .nav-tabs>li.active::after{
  position: absolute;
  height: 7px;
  background-color: #242424;
  content: '';
  left: 0;
  bottom: -5px;
  width: 100%;
}
.tab-project-in .nav-tabs>li.active>a,
.tab-project-in .nav-tabs>li.active>a:focus,
.tab-project-in .nav-tabs>li.active>a:hover{
  color: #000000;
  border: none;
}
.img-project{
  height: 310px;
  overflow: hidden;
  position: absolute;
  top: -64px;
  width: 100%;
  background-color: #000;
}
.img-project img{
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
}
.content-project{
  padding: 20px 30px 0 30px;
  height: 245px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.content-project-in{
  color: #4A4A4A;
  font-size: 16px;
  line-height: 19px;
  font-family: 'AvenirLTStdLight';
  padding-bottom: 30px;
}
.content-project-in > p{
  margin-bottom: 10px;
  text-indent: 30px;
}

.service01{
	background-image:url(../images/picservice1.png);
	background-repeat:no-repeat;
	min-height: 550px;
	background-position:right;
	background-size:100%;
	text-align:right;
	padding-top: 36%;
	}
.service02{
	background-image:url(../images/picservice2.png);
	background-repeat:no-repeat;
	min-height: 550px;
	background-position:right;
	background-size:100%;
	text-align:right;
	padding-top: 36%;
	}
.service03{
	background-image:url(../images/picservice3.png);
	background-repeat:no-repeat;
	min-height: 550px;
	background-position:right;
	background-size:100%;
	text-align:right;
	padding-top: 36%;
	}
.service04{
	background-image:url(../images/picservice4.png);
	background-repeat:no-repeat;
	min-height: 550px;
	background-position:right;
	background-size:100%;
	text-align:right;
	padding-top: 36%;
	}
#service2f .col-md-3{
	padding-right:0;
	}
.service01 a{
	font-family: 'AvenirLTStdLight';
	font-size:14px;
	padding-right: 10px;
	color:#494949;
	display: block;
	}
.service02 a{
	font-family: 'AvenirLTStdLight';
	font-size:14px;
	padding-right: 10px;
	color:#494949;
	display: block;
	}
.service03 a{
	font-family: 'AvenirLTStdLight';
	font-size:14px;
	padding-right: 10px;
	color:#494949;
	display: block;
	}
.service04 a{
	font-family: 'AvenirLTStdLight';
	font-size:14px;
	padding-right: 10px;
	color:#494949;
	display: block;
	}
.detailservice2f{
	padding-top:15px;
	}


	/* css update 16/02/62 */
/* width */
.wrapper-similar ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* Track */
.wrapper-similar ::-webkit-scrollbar-track {
  background: #dddfe5;
}
/* Handle */
.wrapper-similar ::-webkit-scrollbar-thumb {
  background: #7e8da9;
}
/* Handle on hover */
.wrapper-similar ::-webkit-scrollbar-thumb:hover {
  background: #7e8da9;
}
.control-othercontry{
  background-image: url(../images/bg01.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 900px;
  padding: 60px 0  120px 0;
  margin-bottom: 50px;
}
.box-borderbottom{
  position: relative;
  margin-bottom: 50px;
}
.box-borderbottom span{
  display: block;
  margin: 0 auto;
  background-color: #9B9B9B;
  width: 80%;
  max-width: 750px;
  height: 1px;
}
.show-imgcontry img{
  width: 100%;
}
.show-imgcontry{
  line-height: 0;
}
.control-othercontry .header-propertylist h3{
  text-align: center;
}
.box-heaerproject-in{
  padding: 15px 30px;
  position:relative;
  background-image: url(../images/bg-header.jpg);
  background-position: left top;
  background-size: 100% 100%;
  min-height: 100px;
  margin-bottom: 40px;
}
.logoproject{
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.logoproject img{
  max-height: 70px;
}
.box-projectname{
  position: relative;
  padding-left: 70px;
}
.box-heaerproject-in .box-more{
  position: absolute;
  right: 30px;
  top: 40px;
}
.project-header-left h5 img{
  height: 17px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.box-projectname .project-header-left h1{
  line-height: 25px;
  margin-left: 10px;
  font-size:25px;
}
@media (max-width: 991px) {
  .control-othercontry .container{ width: 100%;}
  .control-othercontry{ padding: 50px 0;  background-size: cover;}
  .box-heaerproject-in{ padding: 15px;}

}
@media (max-width: 480px) {
  .box-heaerproject-in .box-more{top:60px; }
}

.list-thumblist  > .row,.list-thumblist  >  .row-eq-height{    display: flex;
    flex-wrap: wrap;}
/* css update */
.headline  h3{
  /* text-transform: uppercase; */
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #16294D;
  position: relative;
  padding-left: 45px;
}
.headline  h3 strong{
  color: #545454;
  font-weight: bold;
  font-family: 'AvenirLTStdRoman';
}
.headline  h3::after{
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #16294D;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  content: '';
  overflow: hidden;
  display: block;
}
.content-story{
  height: 450px;
  position: relative;
}
.bg-strory-left{
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/bg-story.png);
  background-position: left top;
  background-size: 100% 100%;
}
.box-more-new a{
  display: inline-block;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image:url(../images/arrow-right-purple.svg);
  color: #4B5973;
  font-size: 16px;
  line-height: 16px;
}
.box-more-new a:hover,
.box-more-new a:focus{
  color: #000;
  background-repeat: no-repeat;
  background-position: right center;
  background-image:url(../images/arrow-right-black.svg);
}
.bg-strory-left-in{
   background-color: rgba(150, 168, 212, 0.2);
   position: absolute;
   left: 24px;
   top: 24px;
   height: 400px;
   width: 60%;
   z-index: 1;
   display: block;
}
.bg-strory-left-in::after{
  position: absolute;
  content: '';
  width: 24px;
  height: 400px;
  top:0;
  left: -24px;
  z-index: 1;
   background-color: rgba(150, 168, 212, 0.2);
}
.content-story-left{
  position: relative;
  z-index: 10;
  padding-top: 70px;
}
.content-story-left iframe{
  width: 100%;
}
.detail-story{
  max-width: 440px;
}
.logo-award{
  line-height: 0;
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 1;
}
.detail-story{
  margin-bottom: 30px;
}
.content-hotproperty-list{
  padding: 70px 0;
}
.content-lux{
  background-color: #F3F4F7;
  background-image: url(../images/bg-lux.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size:100%  auto;
  padding: 70px 0;
  height: 680px;
}
.content-lux .container {
  position:relative;
}
.content-lux .box-more-new{
  position: absolute;
  right: 0;
  top: 0;
}
.project-price{
  text-align: right;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
}
.project-price span{
  display: block;
  color: rgba(22, 41, 77, 0.8);
  font-size: 16px;
  line-height: 21px;
}
.hotproperty-slide .box-project-des .list-facility::after{
  background-color: #16294D;
}
.text-topproject{
  display: block;
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
}
.hotproperty-slide .box-thumbnail-project {
    margin-bottom: 0;
}
.hotproperty-slide .box-location img,
.list-facility ul li img{
  display: inline-block;
}
.box-property-item .box-top-project {
    padding: 10px 15px;
    position: relative;
}
.box-property-item  .box-thumb-project{
  /* height: 215px;*/
   height: auto;
}
.box-property-item .box-project-des{
  padding: 13px 15px;
}
/* the slides */
.hotproperty-slide .slick-slide {
  margin: 0;
  padding: 10px 8px;
}
/* the parent */
.hotproperty-slide .slick-list {
  margin: 0 -7px;
}
.box-property-item  .t-propertyname a {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    height: 65px;
}
.hotproperty-slide  .slick-dots{
    list-style: none;
    position: absolute;
    bottom: -45px;
    text-align: center;
    width: 100%;
	}
.hotproperty-slide  .slick-dots li{
	display:inline-block;
	margin-right:10px;
	}
.hotproperty-slide  .slick-dots li button{
	border:none;
	width:10px;
	height:10px;
	border-radius:100%;
	background-color:#D8D8D8;
	text-indent:15px;
	overflow:hidden;
  padding: 0;
	}
.hotproperty-slide  .slick-dots li.slick-active button{
	background-color:#16294D;
	}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: inherit !important;
}
.cloud9-item{
  width: 400px !important;
  }
.content-customer{
  background-color: #F8F8FA;
  padding: 50px 0 100px 0;
}
.customer-comment{
  height: 220px;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  position: relative;
  padding: 13px;
  color: #000000;
  font-size: 16px;
  line-height: 21px;
  vertical-align: middle;
  display: table-cell;
  width: 1%;

}
.customer-comment > img{
  position: absolute;
  height: 22px;
}
.icon-topleft{
  top: 15px;
  left: 15px;
}
.icon-bottomright{
  bottom: 15px;
  right: 15px;
}
.icon-topright{
  top: 15px;
  right: 15px;
}
.tx-comment{
  height: 128px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.customer-name{
  margin-top: 20px;
  padding-left: 77px;
  position: relative;
  padding-top: 8px;
}
.img-customer{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  top: -5px;
}
.img-customer img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-customer span,
.text-customer strong{
  display: block;
}
.text-customer strong{
  font-weight: bold;
}
.text-customer span{
  color: #000000;
  font-size: 14px;
}
.control-banner-search{
  background-color: #fff;
}
.control-banner-search .control-multi-image{
   height: auto;
   overflow: hidden;
   width:100%;
}

.control-banner-search-fr .control-multi-image{
   height: auto;
   overflow: hidden;
}
/*.control-box-filter{height: 150px;}*/
.control-box-filter .container{
  position: relative;
}
.control-box-filter .box-mainsearch{
  position: relative;
    width: 100%;
    left: 0;
    margin-top: 0;
    z-index: 100;
    margin-bottom: 0;
}
.control-box-filter {
  padding:70px 0;
}
.body-tabsearch{
  padding: 15px 30px 15px 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.box-mainsearch .nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.tab-check .nav-tabs>li>a{
  border-radius: 0;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  min-width: 115px;
  text-align: center;
  padding: 12px 15px 8px 15px;
  border: none;
}
.tab-check .nav-tabs>li.active>a,
.tab-check .nav-tabs>li.active>a:focus,
.tab-check .nav-tabs>li.active>a:hover{
  color: #fff;
  background-color: #4B5973;
  font-weight: bold;
  border: none;
}
.tab-check .nav-tabs>li{
  margin: 0;
}
.formsearch .box-field{
  margin-bottom: 15px;
}
.formsearch .form-control{
  border-color: #C9CCD3;
}
.formsearch select.form-control{
  white-space: normal;
  line-height: 14px;
  padding: 2px 12px;
  font-size: 13px;
  background-size: 22px;
}
.search-transportation{
  background-color: rgba(203, 212, 232, 0.2);
  padding:10px 15px;
  margin-bottom: 15px;
  margin-right: -15px;
}
.search-transportation .box-field{
  margin-bottom: 0;
}
.t-transportation{
  padding: 10px 0;
}
.search-transportation .box-checkbox {
    margin-top: 0;
}
.checkboxcontainer{
  display: block;
  margin: 0;
}
.control-tabcontent{
  position: relative;
}
.triangle-up{
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #fff;
  position: absolute;
  left: 38px;
  top: -12px;
  z-index: 1;
}
.search-transportation .formchecklist{
  margin-top: 13px;
}
.control-btn-filter .btn{
  display: inline-block;
  font-size: 15px;
  line-height: 14px;
  min-width: 150px;
  margin-left: 0;
  padding: 13px 15px 15px 15px;
}
.btn.btn-borderblue{
  border: 1px solid #16294D;
  color: #16294D;
}
.btn.btn-borderblue:hover{
  color: #fff;
  background-color: #16294D;
}
.control-btn-filter{
  text-align: right;
}

.btn.icon-map{
  background-image: url(../images/icon-searchmap-blue.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left:50px;
  min-width: 170px;
}
.btn.icon-map:hover,
.btn.icon-map:focus{
  background-image: url(../images/icon-searchmap-white.svg);
}
.btn-advsearch span{
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}
.btn-advsearch span:hover {
  color : #059AE3;
}
.lifestyle-in .row > div{
  padding: 0 5px;
}
.control-banner-search  .banner-property > img{
/*  opacity: 0.7; */
}

.control-banner-search-fr  .banner-property > img{
  opacity: 0.7;
}

.content-lux{
  overflow: hidden;
}
.content-story-right{
  padding-top: 90px;
  position: relative;
  z-index: 10;
}
.content-story-right iframe{
  width: 100%;
}
.box-field .dropdown .btn{
  padding: 2px 12px;
  font-size: 13px;
  line-height: 14px;
  color: #2E2E2E;
  background-color: #fff;
  background-image: none;
  border: 1px solid #C9CCD3;
  border-radius: 5px;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  white-space: normal;
}
.box-field .dropdown .btn img{
  position: absolute;
  right: -8px;
  top: 3px;
  height: 29px;
}
.box-field .dropdown-menu{
  width: 295px;
  right: 0;
  left: auto;
  padding: 15px;
}
.formsearch .dropdown-menu .form-control{
  border-color:#979797;
  border-radius: 0;
  text-align: center;
}
.form-range .t-to{
  position: absolute;
  z-index: 1;
  color: #4A4A4A;
  font-size: 23px;
  font-weight: bold;
  left: 50%;
  margin-left: -3px;
  top: 11px;
}
.form-range{
  position: relative;
  margin-bottom: 15px;
}
.dropdown-menu .form-range{
	margin-bottom: 0;
}
.box-field .dropdown-menu>li>a{
  padding: 0;
  font-size: 16px;
  line-height: 15px;
}
.box-field .dropdown-menu>li:first-child{
  margin-top: 0;
}
.box-field .dropdown-menu>li{
  margin-top: 15px;
}
.box-field .dropdown-menu>li>a:focus,
.box-field .dropdown-menu>li>a:hover{
  background-color: transparent;
}

.control-project-information > .row > .col-md-9{  width: 72%;}
.control-project-information > .row > .col-md-3{ width: 28%;}

.box-slidefor.slick-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Customize the label (the container) */
.tab-check-in .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.tab-check-in .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  background-color: transparent;
}
/* Create a custom radio button */
.tab-check-in .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 115px;
  background-color: #fff;
  border-radius: 0;
  padding-top: 12px;
}
.tab-check-in .box-radiocheck:nth-child(1) .checkmark{
  border-radius: 5px 0 0 5px;
  color: #989696;
}
.tab-check-in .box-radiocheck:nth-child(2) .checkmark{
  border-radius: 0 5px 5px 0;
  color: #989696;
}
/* On mouse-over, add a grey background color */
.tab-check-in .container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.tab-check-in .container input:checked ~ .checkmark {
  background-color: #4b5973;
  color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.tab-check-in .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.tab-check-in .container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.tab-check-in  .container .checkmark:after {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #fff;
  position: absolute;
  left: 38px;
  top: 44px;
  z-index: 1;
}

/* Create a custom radio button */
.tab-check-in .checkmark_detail {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 115px;
  background-color: #fff;
  border-radius: 0;
  padding-top: 12px;
}
.tab-check-in .box-radiocheck:nth-child(1) .checkmark_detail{
  border-radius: 5px 0 0 5px;
  color: #989696;
}
.tab-check-in .box-radiocheck:nth-child(2) .checkmark_detail{
  border-radius: 0 5px 5px 0;
  color: #989696;
}
/* On mouse-over, add a grey background color */
.tab-check-in .container:hover input ~ .checkmark_detail {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.tab-check-in .container input:checked ~ .checkmark_detail {
  background-color: #4b5973;
  color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.tab-check-in .checkmark_detail:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.tab-check-in .container input:checked ~ .checkmark_detail:after {
  display: block;
}
/* Style the indicator (dot/circle) */

.t-transportation,
.btn-advsearch{
  font-size: 16px;
  line-height: 21px;
}
.tab-check-in{
  width: 230px;
  float: left;
  height: 60px;
}
.tab-check-in .box-radiocheck{
  width: 50%;
  float: left;
  height: 60px;
}
.clear{
  clear: both;
}
.content-lux .headline{
  margin-bottom: 50px;
}
.filter-search.affix{
  width: 100%;
  top: 0;
  z-index: 1000;
}
.control-searchonbanner .box-mainsearch{
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 100px;
  left: 0;
}
.control-searchonbanner{
  height: 520px;
  position: relative;
  overflow: hidden;
      background-color: #16294D;
}
.text-onbanner{
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 24px;
  line-height:24px;
  text-shadow: 1px 1px 1px #000;
}
.text-onbanner {
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  text-align: center;
}
.text-onbanner ::after{
  position: absolute;
  left: -9px;
  top: 7px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
}
.text-onbanner a{
  color: #fff;
  display: inline-block;
  padding-left: 5px;
}
.text-onbanner a::after{
  position: absolute;
  left: -9px;
  top: 7px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
}
.text-onbanner a:hover{}
.checktype span{
  display: inline-block;
  position: relative;
  top: 5px;
}
.formsearch-in .checktype span{
  top: 0;
}
.control-unitlist .control-searchonbanner{
  height: auto;
  overflow: inherit;
}
.control-unitlist  .banner-property{
  margin-bottom: 0;
}
.list-onecolumn .box-projectlist-view01 .box-thumb-project {
    height: 200px;
}
.list-onecolumn .box-detail-project{
	margin-top: 0;
}
.list-onecolumn  .img-thumb-project > span > img {
    width: 100%;
  /*  height: 100%;
    object-fit: contain;*/
}
.home-property .search-transportation{
	margin-bottom: 0;
}
.home-property .search-transportation .checkboxcontainer{
	line-height: 16px;
}
.home-property .search-transportation .formchecklist {
    margin-top: 7px;
}
.home-property .box-checkbox > .checkboxcontainer{
	margin-bottom: 0;
}
.content-hotproperty-list .box-project-des .list-facility,
.content-residential-list .box-project-des .list-facility,
.commercial-in .box-project-des .list-facility{
  height :78px;
}
.content-propertycontrol .col-sm-4 .t-price{
	margin-bottom: 0;
}
.content-propertylist .container .container{
	width: 100%;
  padding: 0;
}
.headline_fr h3 {
    /* text-transform: uppercase; */
    font-family: 'AvenirLTStdRoman';
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #675249;
    position: relative;
}

.content-lux-fr {
    background-color: #F3F4F7;
    background-image: url(../images/bg_brush.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
    height: 300px;
}

.content-lux-hot {
    background-color: #F3F4F7;
    background-image: url(../images/banner_hot.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
    height: 300px;
}

.btn_hot {
	background-image: url(../images/button_hot.png);
	background-position: left top;
    background-repeat: no-repeat;
}

.content-lux-fr-green  {
    background-color: #F3F4F7;
    background-image: url(../images/bg_green.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
    height: 300px;
}

 .banner-property-multi .banner-property span {
    position: relative;
    bottom: 50px;
    width: 100%;
    color: #fff;
    font-size: 35px;
    line-height: 23px;
    z-index: 10;
    font-family: 'AvenirLTStdRoman';
	font-weight: bold;
}

 .banner-property-multi .banner-property-fr span {
    position: relative;
    width: 100%;
    font-size: 35px;
    line-height: 23px;
	color: #675249;
    z-index: 10;
    font-family: 'AvenirLTStdRoman';
	font-weight: bold;
	top: 25px;
}

 .banner-property-multi .banner-property-fr-condo span {
    position: relative;
    width: 100%;
    font-size: 20px;
    line-height: 23px;
	color: #fff;
    z-index: 10;
    font-family: 'AvenirLTStdRoman';
	bottom: 50px;
}

.banner-search-fr {
	background-image: url(../images/bg_silver.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner-property-fr {
    line-height: 0;
  margin-bottom: 5px;
    overflow: hidden;
}

 .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 200px;
  overflow: auto;
  z-index: 9999999;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-color: #fff;
  min-width:200px;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
  padding:10px;
}

.ui-autocomplete li {
  font-weight: normal;
  color: #333333;
  padding:6px;
  cursor:pointer;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-state-active,
.ui-state-focus {
  color: #23527c;
  background-color: #eeeeee;
}

.ui-autocomplete-feedback {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-top: .5em;
  margin-right: .5em;
}


/* css update 30/06/62 */
/*
.box-field .chosen-container-multi .chosen-choices{
  background-image: none;
  border: 1px solid #C9CCD3;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 6px 12px;
  height: 40px;
}
.box-field .chosen-container .chosen-results li,
.box-field .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    font-size: 16px;
    line-height: 21px;
    color: #2E2E2E;
}
*/
.control-btn-filter.btn-searchfilter{  width: 100%; }
.control-btn-filter.btn-searchfilter > .row > div{ padding-right: 0; }
.control-btn-filter.btn-searchfilter .btn{ display: block; width: 100%;  min-width: inherit; margin: 0;}
.control-btn-filter.btn-searchfilter .btn.icon-map{ width: 180px; }
.btn-right{ float: right; }
.search-transportation .widthauto{ width: auto; }
.control-unitlist .text-onbanner h1{ line-height: 30px; margin-bottom: 15px; }
.btn-searchfilter-mobile{ display: none; }
.btn-searchfilter-mobile div{
  border: 1px solid #fff;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  padding: 7px 25px 10px 25px;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  height: 50px;
}
.btn-searchfilter-mobile img{
  height: 25px;
  position: relative;
  margin-right: 10px;
  top: 5px;
}

.inquiry-now{
background-color:#16294d;
color:white;
margin-left:1px;
padding:10px;
height:40px;

}
.tel-line-zone{
background-color:#cbd4e8;
padding:10px;
height:40px;

}


.single_pp{
  width: 100%;
  height: 100%;
}
.box-thumb-project.nonehidden,
.box-thumb-project.nonehidden .img-thumb-project{
  overflow: inherit;
}
.single_pp.slick-slider .slick-track,
.single_pp.slick-slider .slick-list{
  height: 100%;
}
.single_pp.slick-slider{
  width: 100% !important;
  height: 100%;
  background-color: #FFF;
}
.single_pp  .slick-slide img{
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
}
.single_pp  .slick-arrow{
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 100%;
  z-index: 99;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:auto 13px;
}
.single_pp .slick-prev.slick-arrow{
  left: -15px;
  background-image: url(../images/left-arrow.svg);
}
.single_pp .slick-next.slick-arrow{
  right: -15px;
  background-image: url(../images/right-arrow.svg);
}
.single_pp .slick-dots{
  display: block;
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.single_pp .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.single_pp .slick-dots li button {
  border: none;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.15);
  text-indent: 10px;
  overflow: hidden;
  padding: 0;
}

.single_pp .slick-dots li.slick-active button {
  background-color: #134A8E;
}

.single_pp {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.single_pp.slick-initialized {
    visibility: visible;
    opacity: 1;
}


.hotproperty-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.hotproperty-slide.slick-initialized {
  visibility: visible;
  opacity: 1;
}


.single_pp1{
  width: 100%;
  height: 100%;
}
.box-thumb-project.nonehidden,
.box-thumb-project.nonehidden .img-thumb-project{
  overflow: inherit;
}
.single_pp1.slick-slider .slick-track,
.single_pp1.slick-slider .slick-list{
  height: 100%;
}
.single_pp1.slick-slider{
  width: 100% !important;
  height: 100%;
  background-color: #FFF;
}
.single_pp1  .slick-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single_pp1  .slick-arrow{
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 100%;
  z-index: 99;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:auto 13px;
}
.single_pp1 .slick-prev.slick-arrow{
  left: -15px;
  background-image: url(../images/left-arrow.svg);
}
.single_pp1 .slick-next.slick-arrow{
  right: -15px;
  background-image: url(../images/right-arrow.svg);
}
.single_pp1 .slick-dots{
  display: block;
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.single_pp1 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.single_pp1 .slick-dots li button {
  border: none;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.15);
  text-indent: 10px;
  overflow: hidden;
  padding: 0;
}

.single_pp1 .slick-dots li.slick-active button {
  background-color: #134A8E;
}

.single_pp1 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    background-image: url('../images/loading.gif');
}
.single_pp1.slick-initialized {
    visibility: visible;
    opacity: 1;
}

/* unit-details */
.wrapper_show_proprety {
  position: relative;
  overflow: hidden;
}
.detail-room.showbox {
  transform: translateX(-0%)!important;
}
.detail-room {
  padding: 10px 0;
  position: absolute;
  width: 580px;
  bottom: 25%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: 0.6s;
  transform: translateX(-100%);
}
.detail-room ul li {
  display: inline-block;
  float: left;
  width: 20%;
}
.img-detail-room {
  text-align: center;
  margin-bottom: 5px;
}
.img-detail-room img {
  height: 20px;
}
.text-detail-room {
  font-size: 20px;
  color: #fff;
  display: block;
  text-align: center;
}
.text-detail-room span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.clear2f {
  clear: both;
}
.box-show-proprety {
  height:550px;
  
}
.box-show-proprety{overflow: hidden;}
.box-show-vt {
  height: 550px;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #000;
}

.box-show-vt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-show-proprety #menu1 {
  position: relative;
}
.box-gallery {
  position: absolute;
  bottom: 40%;
  left: 40px;
}
.box-gallery ul {
  position: relative;
}
.box-gallery ul li {
  width: 180px;
  height: 120px;
  display: inline-block;
  float: left;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.box-gallery ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-gallery ul span {
  position: absolute;
  right: -75px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.box-gallery ul span a {
  font-size: 14px;
  color: #fff;
}
.box-gallery ul span a img {
  margin: 0 auto;
  width: 20px;
  display: block;
  margin-top: 5px;
}
.box-show-video iframe {
  width: 100%;
  height: 550px;
}
.box-show-map iframe {
  width: 100%;
  height: 550px;
}
.layout-tab-property {
  margin-bottom: 50px;
  margin-top:-30px;
  position: relative;
}
.box-tab-property {
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
  padding: 15px;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  background-color: #fff;
}
.box-tab-property ul {
  border: none;
  text-align: center;
}
.box-tab-property ul li {
  width: auto;
  text-align: center;
  position: relative;
  float: none;
  padding: 0 5px;
  display: inline-block;
  width: 20%;
  float: left;
}
.box-tab-property ul li a {
  border: none;
  padding: 30px 0 0;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-size: auto 21px;
  background-position: top center;
  display: inline-block;
  color: #979797;
}
.box-tab-property ul li.active a {
  color: #001d55!important;
}
.box-tab-property ul li a.vt {
  background-image: url(../images/ic_vt.png);
}
.box-tab-property .nav-tabs>li.active>a, .box-tab-property .nav-tabs>li.active>a:focus, .box-tab-property .nav-tabs>li.active>a:hover, .box-tab-property .nav-tabs>li>a:hover, .box-tab-property .nav-tabs>li>a:focus {
  border: none;
  background-color: transparent;
}
.box-tab-property ul li.active a.vt {
  background-image: url(../images/ic_vt_hover.png);
}
.box-tab-property ul li::after {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #979797;
  position: absolute;
  right: 0;
  top: 0;
}
.box-tab-property ul li a.gallery {
  background-image: url(../images/ic_gallery.png);
}
.box-tab-property ul li.active a.gallery {
  background-image: url(../images/ic_gallery_hover.png);
}
.box-tab-property ul li a.video {
  background-image: url(../images/ic_pp.png);
}
.box-tab-property ul li.active a.video {
  background-image: url(../images/ic_pp_hover.png);
}
.box-tab-property ul li a.area {
  background-image: url(../images/ic_pp.png);
}
.box-tab-property ul li.active a.area {
  background-image: url(../images/ic_pp_hover.png);
}
.box-tab-property ul li a.imgproject {
  background-image: url(../images/ic_location.png);
}
.box-tab-property ul li.active a.imgproject {
  background-image: url(../images/ic_location_hover.png);
}
.box-tab-property ul li:last-child::after {
  background-color: transparent;
}
.btn-detail-room {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
  right: -20px;
  top: 0;
  background-image: url(../images/ic-arrow-right.png);
  background-position: center;
  background-size: 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal-open .layout-img-modal .modal {
  background-color: rgba(0, 0, 0, 0.3);
}

.layout-img-modal .modal-content {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.layout-img-modal .close {
  color: #fff;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 35px;
}
.layout-img-modal .modal-body {
  padding: 0;
  margin-top: 30px;
}
.silde-main-img .slick-next, .silde-main-img .slick-prev {
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  background-size: 8px;
  bottom: 40%;
  background-size: 17px;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  background-size: 32px;
  text-indent: 100px;
}
.silde-main-img .slick-prev {
  background-image: url(../images/ic_arrowsilde_left.png);
  left: -52px;
}
.silde-main-img .slick-next {
  background-image: url(../images/ic_arrowsilde_right.png);
  right: -52px;
}
.modal-control-img {
  height: 400px!important;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.modal-control-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal-control-navimg {
  margin: 0 10px;
  height: 110px!important;
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}
.clear2f{
  clear: both;
}
.boxinformation-share ul{
  margin-left: 0;
  line-height: 0;
}
.boxinformation-share ul li{
  float: left;
  display: block;
  width: 25%;
}
.wrapper-boxinformation span#click_shared .dropdown-menu{
  margin: 25px 0 0;
  min-width: 260px;
  margin-left: 15px;
  padding-bottom: 10px;
}
.input-sharelink{
  padding: 0 10px;
  position: relative;
  margin-top: 10px;
}
.input-sharelink .btn-copy{
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 0;
  background-color: #001d55;
  color: #fff;
  border-radius: 0 5px 5px 0;
}
/* .wrapper-boxinformation span#click_shared .dropdown-menu::after{
  content: '';
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid red;
} */
.boxinformation-share{
  padding: 10px 15px 0 15px;
}
.box-head-share{
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #ccc;
  padding: 3px 10px 8px;
  color: #979797;
}
.boxinformation-share ul li a{
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  padding-left: 0 !important;
  margin-bottom: 10px;
}
.boxinformation-share ul li a img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.boxinformation-share ul li::after,
.boxinformation-share ul li::before{
  display: none;
}
.modal-control-navimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-gallery ul li:hover {
  -moz-transform: scale(1.09);
  -ms-transform: scale(1092);
  -o-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
  transition: 0.6s;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.topic-details-property {
  font-size:20px;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
}
.des-details-property{
  font-size: 14px;
  line-height: 23px;
  color: #000;
}
.des-details-property p {
  margin-bottom: 15px;
}
.des-listdetail {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.box-detail-information {
  margin-bottom: 10px;
}
.box-detail-information a {
  display: block;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 16px;
  color: #4588d3;
  line-height: 24px;
}
.box-detail-information a:hover {
  color: #001d55;
}
.box-detail-information span {
  font-family: 'AvenirLTStdLight';
  font-size: 14px;
  line-height: 16px;
  color: #4A4A4A;
}
.box-detail-information strong {
  display: block;
  font-family: 'AvenirLTStdRoman';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.facility-details-property span {
  display: block;
    font-family: 'AvenirLTStdRoman';
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
}
.topic-facility {
  display: block;
    font-family: 'AvenirLTStdLight';
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
}
.facility-details-property {
  margin-top:20px;
}
.box-detail-information span.img img{
  height:15px;
  width:15px;
  margin-right:5px;
}
.wrapper-boxinformation {
  margin-top:10px;
  border:1px solid #dddfe5;
  border-radius: 3px;
}
.wrapper-boxinformation > ul > li {
  display: inline-block;
  padding:10px 0;
  width:33%;
  text-align: center;
  float: left;
  position: relative;
}
.wrapper-boxinformation ul > li a {
  font-size:16px;
  color: #979797;
  background-repeat: no-repeat;
  background-position: left center;
  background-size:20px 20px;
  padding-left:25px;
}
.wrapper-boxinformation ul li a.print {
  background-image: url(../images/ic-print.png);
}
.wrapper-boxinformation ul li a.share {
  background-image: url(../images/ic-share.png);
}
.wrapper-boxinformation ul li a.download {
  background-image: url(../images/ic-download.png);
}
.wrapper-boxinformation ul li:first-child::before {
  position: absolute;
  content: '';
  width:1px;
  height:30px;
  background-color:#dddfe5;
  right:0;
  top:5px;
}
.wrapper-boxinformation ul li:nth-child(2)::before {
  position: absolute;
  content: '';
  width:1px;
  height:30px;
  background-color:#dddfe5;
  right:0;
  top:5px;
}
.noborder {
  border:none;
}
.layout-box-submission {
  border:1px solid #d8d8d8;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
}
.control-box-submission {
  border-bottom:1px solid #d8d8d8;
  padding:10px;
}
.layout-box-submission .control-box-submission:last-child {
  border-bottom:none;
}
.img-box-submission {
  width:100%;
  padding-top: 50%;
  position: relative;
  margin-bottom:10px;
}
.img-box-submission span {
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.img-box-submission span img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.detail-box-submission p {
  font-size: 14px;
  line-height: 23px;
  color: #000;
  margin-bottom: 15px;
}
.date-box-submission label {
  font-size: 13px;
  line-height: 23px;
  color: #000;
}
.date-box-submission .form-control {
  background-color: #dddfe5;
  background-image: url(../images/ic-calendar-submission.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 95% center;
  padding-right: 30px;
  cursor: pointer;
}
.date-box-submission, .input-box-submission {
  margin-bottom: 10px;
}
.choices-box-submission span {
  border:1px solid #d8d8d8;
  display: inline-block;
  padding:4px 3px;
  margin-right:5px;
  margin-bottom: 5px;
  font-size:12px;
  color: #000;
  letter-spacing: 0.5px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
.topic-choices {
  font-size: 14px;
  line-height: 23px;
  color: #000;
  margin-bottom: 10px;
}
.topic-choices span {
  border:none;
  margin-left: 5px;
  padding:0;
  color: #c3c3c3;
  display: initial;
  cursor: unset;
}
.btn-box-submission .btn-submit{
  width:100%;
  background-color: #001d55;
  color: #fff;
  font-size:14px;
}
.btn-box-submission .btn-submit:hover {
  background-color: #4A90E2;
}
.contact-box-submisstion ul li a img {
  width:15px;
  height:15px;
  margin-right:5px;
  position: relative;
  top:2px;
}
.contact-box-submisstion ul li {
  width:50%;
  text-align: center;
  display: inline-block;
  float: left;
  margin-bottom: 15px;
}
.contact-box-submisstion ul li a span {
  text-decoration: underline;
  font-size:14px;
  color:#000;
}
.choices-box-submission span.active {
  border-color: #001d55;
  background-color: #dddfe5;
}
.contact-box-submisstion ul li a:hover span {
  color:#001d55;
}
.box-show-proprety .tab-pane {
  position: relative;
}
.wrapper-boxinformation ul li a:hover {
  color: #001d55;
}
.popup-doobann #popup-confirm .modal-dialog {
  max-width: 460px;
}
.popup-doobann .modal-content {
  box-shadow: none;
}
#popup-confirm .modal-body, #popup-delete .modal-body {
  padding: 25px 40px;
  text-align: center;
}
.layout-confirm-popup {
  max-width: 350px;
  margin: 0 auto;
}
.confirm-header h2 {
  font-size: 16px;
  letter-spacing: 1.33px;
  color: #464646;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.confirm-text {
  text-align: center;
  margin-bottom: 20px;
}
.layout-confirm-popup .confirm-text p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #464646;
}
.confirm-img img {
  width: 30px;
  height: 30px;
}
.popup-btn-term {
  text-align: right;
}
.btn-purple {
  width: 100%;
  color: #fff;
  font-size: 20px;
  background-color: #001d55;
}
.btn-purple:hover {
  color: #fff;
  background-color: #4A90E2;
}
.popup-btn-term .btn {
  margin-right: 30px;
}
.box-editor-submission {
  margin-bottom: 10px;
  display: none;
}
.box-editor-submission textarea {
  min-height: 100px;
}
.box-editor-submission.active {
  display: block;
}
.number-silde-bottom {
  position: absolute;
  right: -50px;
  bottom: 0;
  color: #fff;
}
.control-otherunit ul li a {
  background-color: transparent;
  padding-left: 0;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
  color: #979797;
}
.control-otherunit ul li a:hover {
  background-color: transparent;
}
.control-otherunit .nav-pills>li {
  background-color: transparent;
}
.control-otherunit .nav-pills>li.active>a, .control-otherunit .nav-pills>li.active>a:focus, .control-otherunit .nav-pills>li.active>a:hover {
  background-color: transparent;
  color: #001d55;
}
.control-otherunit .nav-pills>li.active>a span {
  border-bottom:5px solid #001d55;
}
.control-otherunit ul li a::after {
  content: '';
  background-color: #c3c3c3;
  width:1px;
  height:20px;
  position: absolute;
  right:0;
  top:10px;
}
.control-otherunit ul li:last-child a::after {
  display: none;
}
.content-tab ul {
  margin-bottom: 15px;
}
.img-silde-thum {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding-top: 56%;
  margin-bottom: 15px;
}
.img-silde-thum span {
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.img-silde-thum span img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.des-silde-thum h4 {
  font-size:14px;
  line-height: 15px;
  color: #000;
  margin-bottom: 5px;
  font-family: 'PromptRegular';
  font-weight: bold;
}
.box-facility2f {
  font-size: 12px;
  line-height: 25px;
  min-height: 50px;
}
.box-facility2f .list-inline {
  margin-left: 0;
  margin-bottom:5px;
}
.facility-icon img{
  height: 10px;
  display: inline-block!important;
  margin-right: 10px;
}
.list-inline span {
  margin-right: 17px;
}
.box-facility2f ul li:first-child::before {
  display: none;
}
.box-facility2f ul li::after {
  display: none;
  content: '';
  height: 14px;
  width: 1px;
  background-color: #464646;
  position: absolute;
  /* left: -11px; */
  right: 4px;
  bottom: 6px;
}
.box-facility2f ul li .facility-icon::after {
 
  height: 14px;
  width: 1px;
  background-color: #464646;
  position: absolute;
  /* left: -11px; */
  right: 4px;
  bottom: 6px;
}
.box-facility2f ul li:last-child::after{
  display: none;
}
.box-facility2f ul li {
  position: relative;
  width: 100%;
}
.facility-icon{
  display: inline-block;
  position: relative;
}
.property-project2f a {
  margin-bottom: 5px;
  font-family: 'PromptRegular';
  color: #001d55;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  z-index: 5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 19px;
  display: block;
  overflow: hidden;
}
.property-project2f a:hover {
  color: #059AE3;
}
.property-project2f span {
  display: block;
  font-size:12px;
  height: 19px;
  overflow: hidden;
}
.box-silde-thum {
  width:100%;
  position: relative;
}
.control-silde-totle {
  margin:0 30px;
}
.control-silde-totle .slick-slide {
  margin:0 30px;
}
.control-silde-totle .slick-next, .control-silde-totle .slick-prev {
  width: 32px;
  height: 32px;
  background-color: #001d55;
  background-repeat: no-repeat;
  border: none;
  background-size: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 17px;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  background-size: 32px;
  text-indent: 100px;
  background-size: 12px;
  background-position: center;
}
.control-silde-totle .slick-next:hover, .control-silde-totle .slick-prev:hover {
  background-color:#4588d3;
}
.control-silde-totle .slick-prev {
  background-image: url(../images/ic_arrowsilde2f_left.svg);
  left: -30px;
}
.control-silde-totle .slick-next {
  background-image: url(../images/ic_arrowsilde2f_right.svg);
  right: -30px;
}
.wrapper-similar {
  background-color: #f7f7f7;
  /* padding:10px 0 30px; */
  padding: 30px 0 30px;
}
.wrapper-otherunit {
  margin-bottom: 15px;
  padding: 0 15px;
}
.box-similar {
 width: 250px;
 float: left;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 30px;
}
.layout-similar {
  /*  width:calc(100% + 2000px);*/
  overflow: hidden;
  min-width: 440px;
  width: max-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  }
  .layout-similar .box-similar:last-child{
  margin-right: 0;
}
.wrapper-similar .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #7e8da9;
}
.wrapper-similar .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #dddfe5;
}
.box-silde-thum a.linkthum {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 2;
}
.box-vr-thum {
  position: absolute;
  right:5px;
  top:5px;
}
.box-vr-thum a {
  margin-right: 5px;
  position: relative;
  top: 5px;
  display: inline-block;
  z-index: 5;
}
.box-vr-thum a img {
  height:15px;
}
.box-vr-thum span {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px 10px;
  font-size: 10px;
  line-height: 12px;
  color: #464646;
  position: relative;
  display: inline-block;
}
.number-silde {
  position: absolute;
  right: -60px;
  color: #fff;
}
.number-silde.bottom {
  bottom:0;
}
.number-silde.top {
  top:0;
}
.layout-img-modal .modal {
  top:5%;
}
.layout-vr-modal img {
  width:100%;
}
/* end unit-details */
.banner-property-multi .banner-property{
  height:70px !important;
  position: relative;
}
.banner-property-multi .banner-property > img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.banner-property > center{
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
  text-align: center;
  width: 100%;
}
.banner-property-multi .banner-property span{
  bottom: auto !important;
}
.pager-custom,
.float-number{
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  z-index: 999;
}
.box-show-vt .bx-wrapper{
  -moz-box-shadow:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #000;
  margin: 0;
}
ul.bigbanner li img {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.box-show-vt .bx-wrapper .bx-controls-direction a {
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.box-show-vt .bx-wrapper .bx-controls-direction a {
  background-size: auto 32px;
}
.box-show-vt .bx-wrapper .bx-prev {
  background-image: url(../images/arrow-slide-left.svg);
  left: 15px;
}
.box-show-vt .bx-wrapper .bx-next {
  background-image: url(../images/arrow-slide-right.svg);
  right: 15px;
}
.box-show-vt .bx-wrapper .bx-controls-auto, 
.box-show-vt .bx-wrapper .bx-pager {
  bottom: 50px;
}
.box-show-vt .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}
.box-show-vt .bx-wrapper .bx-pager.bx-default-pager a.active, 
.box-show-vt .bx-wrapper .bx-pager.bx-default-pager a:focus, 
.box-show-vt .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #7e8da9;
}
.box-show-vt .slick-arrow{
    position: absolute;
    z-index: 9;
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    border: 0;
    background-repeat: no-repeat;
    background-color: transparent;
}
.box-show-vt .slick-prev.slick-arrow{
  background-image: url(../images/arrow-slide-left.svg);
  left: 15px;
}
.box-show-vt .slick-next.slick-arrow{
  background-image: url(../images/arrow-slide-right.svg);
  right: 15px;
}
.box-show-vt ul.slick-dots{
  position: absolute;
  width: 100%;
  bottom: 22px;
  text-align: center;
}
.box-show-vt ul.slick-dots li{
  display: inline-block;
  margin: 0 3px;
}
.box-show-vt ul.slick-dots li  button{
  background-color: #fff;
  border: 0;
  border-radius: 100%;
  text-indent: -999px;
  overflow: hidden;
  width:8px;
  height: 8px;
  padding: 0;
}
.box-show-vt ul.slick-dots li.slick-active button{background-color: #001d55;}
.bigbanner,
.bigbanner .slick-list .slick-slide,
.bigbanner .slick-list{
  width: 100%;
  height: 550px;
}
.bigbanner .slick-list .slick-slide{
  position: relative;
}
.img-thumb-project .tags {
  position: absolute;
  top: 6px;
  left: 6px;
  display: inline-block;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: inherit;
  border-width: 0;
  background-color: transparent;
  direction: rtl;
z-index:99;
}
/*
.box-show-proprety .tab-content>.tab-pane {display: block;visibility: hidden;}
.box-show-proprety .tab-content>.tab-pane.active {visibility: visible;}
.box-show-proprety .tab-content{position: relative;}
.box-show-proprety .tab-pane:not(:first-child){position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
*/
