.parallax-bg-product {
  background: url(../img/bg/bg-aboutproduct.jpg) repeat fixed;
}

.catalogList li,
li a {
  color: rgb(176, 114, 7);
}

.catalogList li,
li a:hover {
  color: rgb(218, 186, 7);
}

.illustration-v1.illustration-img2 {
  width: 100%;
  overflow: hidden;
  /* background-image: url(../img/blog/08.jpg); */
  transition: all 0.3s ease-in-out;
}
.illustration-v1 {
  display: block;
  overflow: hidden;
  min-height: 170px;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.illustration-v1 .illustration-bg {
  width: 100%;
  display: table;
  min-height: 170px;
  background-clip: padding-box;
}

.illustration-v1 .illustration-ads {
  width: 100%;
  height: 170px;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px 20px;
  background-clip: padding-box;
}

.illustration-v1 .ad-details-v2 span.item-time {
  color: #876740;
  padding: 0 10px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.illustration-v1 .ad-details-v2 span.item-name {
  color: #876740;
  display: block;
  font-size: 60px;
  line-height: 60px;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .illustration-v1 .ad-details-v2 span.item-name {
    color: #876740;
    display: block;
    font-size: 40px;
    line-height: 60px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
  }
}
