#mdl-project-detail {
  margin-top: 50px;
  padding-bottom: 30px;
}

#mdl-project-detail .title {
  text-transform: uppercase;
  margin-top: 5px;
  color: #001e55;
  font-family: "OpenSans-Semibold";
  display: table;
  border-bottom: 1px solid #354e7d;
  padding-bottom: 5px;
}

#mdl-project-detail #info-project {
  margin-top: 40px;
}

#mdl-project-detail #info-project .title-big {
  font-size: 26px;
  font-family: "OpenSans-Semibold";
  color: #001e55;
  color: #001e55;
  display: table;
}

#mdl-project-detail #info-project .accordion {
  margin-top: 20px;
  margin-bottom: 30px;
}

#mdl-project-detail #info-project .accordion h4 {
  font-family: "OpenSans-Bold";
  color: #3e3e3e;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #aaa;
  cursor: pointer;
  font-size: 16px;
}

#mdl-project-detail #info-project .accordion h4.arr-down {
  background: url(../images/ic-plusBlue.png) no-repeat right 20px;
}

#mdl-project-detail #info-project .accordion h4.arr-up {
  background: url(../images/icon-minusBlue.png) no-repeat right 20px;
}

#mdl-project-detail #info-project .accordion .box-toggle {
  padding-left: 15px;
  display: none;
  color: #8b8b8b;
}

#mdl-project-detail #info-project .accordion .box-toggle.box-open {
  display: block;
}

#mdl-project-detail #info-project .accordion .box-toggle .list-project li {
  margin-bottom: 10px;
  background: url(../images/icon-dot.png) no-repeat left 5px;
  padding-left: 20px;
}

#mdl-project-detail #info-project .accordion .box-toggle .list-project a {
  color: #333;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf {
  margin-top: 20px;
  margin-bottom: 70px;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf > .row {
  margin: 0 -25px;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .product {
  margin-bottom: 40px;
  padding: 0 25px;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .description {
  position: absolute;
  text-align: center;
  line-height: 18px;
  left: 50%;
  top: 50%;
  width: 80%;
  color: #fff;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .wrap {
  display: block;
  outline: none;
  overflow: hidden;
  color: #444;
  position: relative;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .wrap .wrap-img {
  overflow: hidden;
  position: relative;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .wrap:hover {
  color: #00a1aa !important;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .wrap:hover .image {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .wrap:hover .description {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .wrap:hover .bg {
  opacity: 1;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .info {
  margin-top: 10px;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf .image {
  width: 100%;
  height: 235px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf span {
  display: block;
}

#mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf span.name, #mdl-project-detail #info-project .accordion .box-toggle #product-ofSelf span.price {
  font-family: "OpenSans-Bold";
}

#mdl-project-detail #info-project .accordion .box-toggle-location {
  display: none;
}

#mdl-project-detail #info-project .accordion .box-toggle-location #map {
  height: 300px;
  border: 1px solid #001e55;
  max-width: 600px;
  width: 100%;
}

#mdl-project-detail #info-project .gallery .pinto {
  outline: none;
  cursor: zoom-in;
}

#mdl-project-detail #info-project .gallery .pinto .bg {
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .5s;
  transition: .5s;
}

#mdl-project-detail #info-project .gallery div {
  background-size: cover !important;
}

#mdl-project-detail #product-hot .pr-hot {
  padding: 0 25px !important;
}

#mdl-project-detail #product-hot.product-care {
  margin-top: 40px;
}

#mdl-project-detail #product-hot .title-big {
  text-transform: uppercase;
  font-size: 22px;
}

#mdl-project-detail #product-hot .slide-productHot {
  margin-top: 20px;
}

#mdl-project-detail #product-hot .slide-productHot .slick-arrow {
  width: 24px;
  height: 28px;
  outline: none;
  position: absolute;
  top: 35%;
  -webkit-transform: translate(0, -35%);
          transform: translate(0, -35%);
  z-index: 1;
  border: none;
  opacity: 0.2;
}

#mdl-project-detail #product-hot .slide-productHot .slick-arrow:hover {
  opacity: 1;
}

#mdl-project-detail #product-hot .slide-productHot .slick-prev {
  left: -20px;
  background: url(../images/arr-slide-left.png) no-repeat 50% 50%;
  background-size: 9px;
}

#mdl-project-detail #product-hot .slide-productHot .slick-next {
  right: -20px;
  background: url(../images/arr-slide-right.png) no-repeat 50% 50%;
  background-size: 9px;
}

#mdl-project-detail #product-hot .slide-productHot .pr-hot {
  padding: 0 15px;
  outline: none;
}

#mdl-project-detail #product-hot .slide-productHot .description {
  position: absolute;
  text-align: center;
  line-height: 18px;
  left: 50%;
  top: 50%;
  width: 80%;
  color: #fff;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}

#mdl-project-detail #product-hot .slide-productHot .wrap {
  display: block;
  outline: none;
  overflow: hidden;
  color: #444;
  position: relative;
}

#mdl-project-detail #product-hot .slide-productHot .wrap .wrap-img {
  overflow: hidden;
  position: relative;
}

#mdl-project-detail #product-hot .slide-productHot .wrap:hover {
  color: #00a1aa !important;
}

#mdl-project-detail #product-hot .slide-productHot .wrap:hover .image {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

#mdl-project-detail #product-hot .slide-productHot .wrap:hover .description {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

#mdl-project-detail #product-hot .slide-productHot .wrap:hover .bg {
  opacity: 1;
}

#mdl-project-detail #product-hot .slide-productHot .bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#mdl-project-detail #product-hot .slide-productHot .info {
  margin-top: 10px;
}

#mdl-project-detail #product-hot .slide-productHot .image {
  width: 100%;
  height: 180px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#mdl-project-detail #product-hot .slide-productHot span {
  display: block;
}

#mdl-project-detail #product-hot .slide-productHot span.name {
  font-family: "OpenSans-Bold";
}

#mdl-project-detail #product-hot .slide-productHot span.price {
  font-family: "OpenSans-Semibold";
  color: #dc9a1f;
  font-size: 15px;
}
.note-write{
    position:relative;
    top:15px;
}
.create-date{
    float:right;
}
@media only screen and (max-width: 991px) {
  #mdl-project-detail .title {
    margin-top: 30px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #mdl-project-detail {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  #mdl-project-detail .title {
    display: block;
    text-align: center;
    font-size: 18px;
  }
  #mdl-project-detail #info-projects {
    margin-top: 25px;
  }
  #mdl-project-detail #info-projects .title-big {
    font-size: 20px;
  }
  #mdl-project-detail #info-projects .accordion h4 {
    margin-top: 12px;
    padding-top: 15px;
    font-size: 14px;
    background-size: 20px !important;
  }
  #mdl-project-detail #info-projects .accordion .box-toggle-last #map {
    height: 220px;
    max-width: none;
  }
  #mdl-project-detail #product-hot {
    margin-bottom: 20px;
  }
  #mdl-project-detail #product-hot .slide-productHot .description {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  #mdl-project-detail #product-hot .slide-productHot .wrap:hover .image {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  #mdl-project-detail #product-hot .slide-productHot .bg {
    opacity: 1;
  }
}