/* TEMPLATE 03 */
.titleSnipet {
  display: none;
}

#carousel-002,
#carousel-003 {
  .owl-nav {
    .owl-prev,
    .owl-next {
      background-color: #a1e005 !important;
    }
  }
}

#carousel-003 {
  .item {
    a {
      text-decoration: none;
      position: relative;
      left: 0;
      transition: 0.3s ease;
      i {
        position: relative;
        top: 2px;
      }

      &:hover {
        color: rgb(255, 255, 255) !important;
        left: 5px;
      }
    }

    hr {
      border: 1px solid #cfe253;
      opacity: 0.8;
    }
  }
}

.card-incMTY {
  hr {
    border: 1px solid #cfe253;
    opacity: 0.8;
  }

  a {
    &:hover {
      color: #fff !important;
    }
  }
}

.card-006{
  .link-button {
    border-color: #005d11;
  }
}
