#mdl-home a {
  text-decoration: none;
  display: inline-block;
}

#mdl-home .general {
  margin-top: 30px;
}

#mdl-home #services {
  margin-top: 10px;
  text-align: center;
}

#mdl-home #services a {
  color: #333;
}

#mdl-home #services a span {
  font-family: "OpenSans-Semibold";
  display: block;
  font-size: 17px;
  margin-top: 8px;
  margin-bottom: 10px;
}

#mdl-home #services .row {
  margin-top: 20px;
}

#mdl-home #services .row .slick-list {
  overflow: initial;
}

#mdl-home #services .col {
  float: left;
  width: 20%;
  padding: 0 10px;
  outline: none;
}

#mdl-home #services .col .inner a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: block;
}

#mdl-home #services .col .inner a:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#mdl-home #services .col .inner a img {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: 0 auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#mdl-home #services .col .inner p {
  text-align: justify;
}

#mdl-home #news-update {
  margin-top: 40px;
}

#mdl-home #news-update ul {
  margin-bottom: 0;
}

#mdl-home #news-update ul li {
  position: relative;
  outline: none;
  margin-bottom: -1px;
  z-index: 1;
}

#mdl-home #news-update ul li a {
  outline: none;
  padding-bottom: 0;
}

#mdl-home #news-update ul li.ui-state-active a {
  background: #fff;
  border: 1px solid #00a1aa;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  color: #d4b61f;
}

#mdl-home #news-update .title-big {
  font-size: 22px;
  margin: 0;
  padding: 8px 15px;
}

#mdl-home #news-update .title-big:after {
  content: none;
}

#mdl-home #news-update .title {
  text-transform: uppercase;
}

#mdl-home #news-update .item {
  margin-top: 30px;
}

#mdl-home #news-update #news-now {
  border-top: 1px solid #00a1aa;
  position: relative;
  z-index: 0;
}

#mdl-home #news-update #news-now .item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

#mdl-home #news-update #news-now .item .wrap-img {
  position: relative;
}

#mdl-home #news-update #news-now .item img {
  max-width: 370px;
  width: 100%;
  max-height: 231px;
}

#mdl-home #news-update #news-now .item .tag {
  position: absolute;
  bottom: 10px;
  left: -5px;
  background: #006478;
  padding: 10px;
  text-align: center;
}

#mdl-home #news-update #news-now .item .tag span {
  font-size: 13px;
  font-family: "OpenSans-Semibold";
  display: block;
  color: #fff;
}

#mdl-home #news-update #news-now .item .box-text {
  padding-bottom: 20px;
  margin-top: 15px;
  position: relative;
}

#mdl-home #news-update #news-now .item .box-text .title a {
  font-family: "OpenSans-Semibold";
  font-size: 16px;
  color: #006478;
}

#mdl-home #news-update #news-now .item .box-text p {
  line-height: 22px;
  text-align: justify;
}

#mdl-home #news-update #news-now .item .box-text .wrap-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#mdl-home #news-update #news-now .item .box-text .wrap-bottom .date {
  font-size: 13px;
  padding-top: 5px;
  float: left;
  color: #888;
  padding-left: 20px;
  background: url(../images/ic-date.png) no-repeat left 7px;
}

#mdl-home #news-update #news-now .item .box-text .wrap-bottom .btn-viewMore {
  border: 1px solid #006478 !important;
  color: #006478;
  padding: 4px 12px;
  border-radius: 0;
  float: right;
  font-size: 13px;
}

#mdl-home #news-update #news-now .item .box-text .wrap-bottom .btn-viewMore:hover {
  background: #006478;
  color: #fcecb1;
}

#mdl-home #news-update #project-hot {
  border-top: 1px solid #00a1aa;
  position: relative;
  z-index: 0;
}

#mdl-home #news-update #project-hot .slide {
  margin-top: 10px;
}

#mdl-home #news-update #project-hot .item:hover .wrap-img:after {
  opacity: 1;
}

#mdl-home #news-update #project-hot .item:hover .wrap-img .view-more {
  opacity: 1;
}

#mdl-home #news-update #project-hot .item .name {
  font-size: 16px;
  font-family: "OpenSans-Semibold";
  text-transform: uppercase;
  color: #333;
  margin-bottom: 5px;
  color: #00a1aa;
  height:60px;
}

.view-all-product
{
    font-style:italic;
}

#mdl-home #news-update #project-hot .item .descript {
  color: #333;
}

#mdl-home #news-update #project-hot .wrap-img {
  position: relative;
  margin: 0 15px;
}

#mdl-home #news-update #project-hot .wrap-img:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#mdl-home #news-update #project-hot .wrap-img .view-more {
  width: 100%;
  text-align: center;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  padding: 4px 12px;
  font-size: 13px;
  font-family: "OpenSans-Semibold";
  text-transform: uppercase;
  z-index: 100;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#mdl-home #news-update #project-hot .box-text {
  padding: 0 10px;
}

#mdl-home #main-box {
  margin-top: 30px;
}

#mdl-home #main-box .title-box {
  font-family: "OpenSans-Semibold";
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
}

#mdl-home #main-box .title-box:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #006478;
  width: 30%;
  left: 0;
  bottom: 0;
}

#mdl-home #main-box .left .advisory p {
  padding-left: 25px;
}

#mdl-home #main-box .left .advisory p.hotline {
    background: url(../images/ic-phone-red.png) no-repeat 10px center;
    color: #f00;
    text-transform: uppercase;
    font-family: "OpenSans-Semibold";
    padding: 5px;
    border: solid 2px #f00;
    padding-left: 40px;
}

#mdl-home #main-box .left .advisory p.call-staff {
  background: url(../images/ic-phone-black.png) no-repeat left center;
}

#mdl-home #main-box .left .advisory p.call-staff span {
  font-family: "OpenSans-Semibold";
}

#mdl-home #main-box .left .advisory .wrap-call {
  margin-top: 10px;
}

#mdl-home #main-box .left  #map {
  width: 100%;
  height: 350px;
   margin-top: 10px;
}

#mdl-home #main-box .left .gallery {
  margin-top: 20px;
}

#mdl-home #main-box .right .product {
  margin-top: 10px;
  margin-bottom: 20px;
}

#mdl-home #main-box .right .wrap:hover .wrap-img img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

#mdl-home #main-box .right .wrap:hover .box-text span {
  color: #007c6b;
}

#mdl-home #main-box .right .wrap .wrap-img {
  overflow: hidden;
}

#mdl-home #main-box .right .wrap .wrap-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mdl-home #main-box .right .wrap .box-text span {
  display: block;
  color: #000;
}

#mdl-home #main-box .right .wrap .box-text span strong {
  color: #007c6b;
}

#mdl-home #main-box .right .wrap .box-text span strong.product-code {
 font-style:italic;
}

#mdl-home #main-box .right .wrap .box-text .title {
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  height:40px;
}

#mdl-home #main-box .mCSB_scrollTools {
  z-index: -1;
}

#mdl-home #main-box .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

#mdl-home #main-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#mdl-home #main-box .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

#mdl-home #banner-advertisement {
  margin-top: 30px;
}

.acreage
{
    height:60px;
}

@media only screen and (max-width: 991px) {
  #mdl-home .title-big {
    font-size: 25px;
  }
  #mdl-home #news-update .item .wrap-img {
    display: table;
    margin: 0 auto;
  }
  #mdl-home #services .row {
    margin-top: 35px;
  }
  #mdl-home #services .col .inner a img {
    width: 50px;
  }
  #mdl-home #main-box .left .gallery img {
    margin: 0 auto;
  }
  #mdl-home #main-box .right .box-text .title {
    font-size: 14px;
    top: 25px;
    line-height: 18px;
    opacity: 1;
  }
  #mdl-home #main-box .right .box-text .investor {
    top: 82px;
    opacity: 1;
  }
  #mdl-home #main-box .right .box-text .address {
    top: 68px;
    opacity: 1;
  }
  #mdl-home #main-box .right .inner .wrap:hover .address {
    top: 65px;
  }
  #mdl-home #main-box .right .inner .wrap:hover .line {
    -webkit-transform: translateY(100px) scale(1, 1);
            transform: translateY(100px) scale(1, 1);
  }
  #mdl-home #main-box .right .product .wrap {
    display: table;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  #mdl-home .general {
    margin-top: 10px;
  }
  #mdl-home .title-big {
    font-size: 20px;
  }
  #mdl-home #search-panel {
    position: absolute;
    width: 100%;
    top: 493px;
    z-index: 10;
    padding-bottom: 5px;
  }
  #mdl-home #search-panel .form {
    text-align: left;
    display: block;
  }
  #mdl-home #search-panel .input-group {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #mdl-home #search-panel .input-group .addon {
    height: 37px;
    position: absolute;
  }
  #mdl-home #search-panel .dropdown-toggle, #mdl-home #search-panel .btn-search {
    height: 37px;
  }
  #mdl-home #search-panel .input {
    height: 37px;
    width: 100%;
    max-width: 100% !important;
    padding-left: 50px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  #mdl-home #search-panel .will-hide {
    display: none;
  }
  #mdl-home #search-panel .btn-advanced {
    display: block;
    font-family: "OpenSans-Semibold";
    text-transform: uppercase;
    float: right;
    display: table;
    color: #333;
    border: 1px solid #ccc !important;
    background: #fff;
    height: 37px;
    padding-top: 7px;
    font-size: 13px;
  }
  #mdl-home #main-box .left .hot-project .wrap-img img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 450px) {
  #mdl-home #news-update .item .wrap-img {
    display: table;
    margin: 0 auto;
  }
}

.title-photo
{
    display:block;
    padding-top:10px;
    text-transform:uppercase;
}