.sticky-active .site-logo img {
    width: 70%;
}

.site-logo {
    padding-top: 1rem;
}

.site-logo img {
    width: 80%;
}

.ltn__copyright-design p {
    font-size: 13px;
}

.img-wrapper {
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
}

.section-padding {
    padding: 4rem 0;
}

.lang-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: black;
}

.slider-full {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.media-thumb img {
    filter: brightness(.7);
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play-btn i {
    color: #fff;
    font-size: 2.5rem;
    transition: .5s;
}

.media-thumb:hover i {
    transform: scale(.7);
    opacity: .7;
}

      /*- FILTER OPTIONS -*/
      ul#filterOptions {
          height: 52px;
          margin: 30px 0;
          overflow: hidden;
      }
      ul#filterOptions li { height: 52px; margin-right: 2px; float: left; }
      ul#filterOptions li a {
          height: 50px;
          padding: 0 20px;
          border: 1px solid red;
          background: transparent;
          color: #c7c2c2;
          font-weight: bold;
          line-height: 50px;
          text-decoration: none;
          display: block;
      }
      ul#filterOptions li a:hover { filter: brightness(.9); }
      ul#filterOptions li.active a { background: rgb(177, 151, 119, 0.5); }

@media screen and (max-width: 700px) {
    .about-banner {
        background-position-x: 88%;
    }
    .contact-banner {
        background-position-x: 27%;
    }
    .ltn__slide-item-inner {
        text-align: center;
    }
}