.card {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.card_news .card_caption_reverse {
  background-color: rgba(255, 255, 255, 1);
}

.card_border_bottom .card_image_reverse:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: rgba(255, 255, 255, 1);
  /* Old browsers */
  background: -moz-linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

.kanal {
  padding: 15px 5px;
}

.kanal a {
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
}

.product {
  background-image: url("../images/kayu.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.33);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 15px;
}

.product-desc {
  font-size: 18px;
  color: #007b7a;
  width: 80%;
  margin-top: 2.5rem;
}

.search-panel {
  background: none;
  padding: 10px 0;
  margin-top: 5px;
}

.navbar-brand > img {
  width: 150px;
}

.header .navbar-brand {
  margin-top: -9px;
}

.wrapper_bghomepage:after {
  background: none;
}

.title-section {
  color: #00ad9a;
  text-align: left;
}

.title-section:after {
  background: none;
}

.title-section.border-bottom:after {
  background: none;
}

@media (max-width: 767px) {
  .banner {
    min-height: 250px;
    margin-top: 70px;
  }

  .banner_bg {
    background-position: -100px 0;
  }

  .product {
    background-image: url(../images/kayu.png);
    background-position: top center;
    background-repeat: repeat;
    position: relative;
  }

  .product img {
    margin-top: -80px;
    width: 60%;
  }

  .product-desc {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .banner_smaller {
    min-height: 280px !important;
  }
}

.card_caption .card_title {
  min-height: 52px;
  overflow: hidden;
}

.card_caption .card_resume {
  display: block;
  min-height: 75px;
  margin-bottom: 15px;
}

.card_image img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
