body {
}

.td-header-sp-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-h {
  min-height: 600px;
  max-width: 1100px;
  margin: 0 auto;
}

.sf-menu a {
  color: #136835 !important;
}

.td-footer-wrapper {
  padding-top: 0px;
  height: 232px;
  padding-bottom: 0;
  margin-bottom: -1px;
  color: #eaeaea;
  position: relative;
  background: url(./../../images/footer.png) top right;
  background-size: cover;
}

.td-footer-wrapper {
  padding-top: 54px;
  padding-bottom: 20px;
  color: #eaeaea;
  position: relative;
}

.td-container {
  width: 1068px;
  margin-right: auto;
  margin-left: auto;
}

.td-pb-row {
  padding-top: 20px;
  /*
  padding-bottom: -200px;
  */
}

.widget_textt {
  margin-bottom: 0px;
}

.td-sub-footer-container,
.td-subfooter-menu li a {
  color: #ffffff;
}
.td-sub-footer-container {
  background-color: #41a848;
}
.td-sub-footer-container {
  background-color: #41a848;
  color: #ccc;
  font-size: 12px;
  font-family: "Open Sans", arial, sans-serif;
  margin-top: -30px !important;
}

.menu-product {
  background-image: url("./../images/Asset-8-3.png");
  background-repeat: no-repeat;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.menu-product-active {
  background-image: url("./../images/Asset-7-2.png");
}

.menu-product a {
  color: #5b5b5b;
}

.news-card {
  width: 100%;
}

.news-card-image {
  max-height: 220px;
  height: 220px;
}

.news-card-image-big {
  height: 385px;
}

.news-card-title {
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  height: 100px;
  margin-top: -100px;
  z-index: 9;
  width: 100%;
  position: relative;
}

.news-card-name {
  z-index: 10;
  width: 100%;
  position: relative;
  color: #fff;
  opacity: 1;
}

.news-card-title a {
  color: #fff;
}

.news-title {
  padding: 0px;
  margin: 0px;
}

.news-card-date {
  margin-top: -35px;
  z-index: 9;
  width: 100%;
  position: relative;
  padding: 10px;
  text-align: right;
  color: #ccc;
}

.img-hover-zoom {
  height: 220px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.block-title-2 {
  border-bottom-style: solid;
  border-bottom-color: #136835;
  border-bottom-width: 2px;
}

.block-title-2 span {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #136835;
  width: auto;
  color: #fff;
}

.cropText3row {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.cropText8row {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.article-card a {
  color: #000;
}

.article-img {
  width: 100%;
  max-height: 160px;
}
