@media only screen and (min-width: 767px) {
    .sec-intro .img img, .sec-intro .img video {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            object-position: center;
            -o-object-position: center;
  }

  .sec-intro .img video {
    position: absolute;
      left: 0;
      top: 0;
    max-width: 100%;
    }

  .sec-about-us .partners .img {
    width: 70%;
    margin: auto;
  }

  .sec-about-us .divtext {
    padding: 0px 60px;
  }

  .sec-about-us .divtext h2.ht {
    padding-top: 10px;
  }

  .sec-news .item .divtext {
    min-height: 80px;
  }

  .sec-news .item .title {
    font-size: 12px;
  }

  .sec-news .inner-content {
    padding-top: 50px;
  }

  .sec-news .group-ef .ef-img-t[class*="efch"], .sec-news .group-ef-hover .ef-img-t[class*="efch"], .sec-news .ef-img-t.ef {
    max-height: 350px;
    height: calc(100vh - 200px);
  }

  .sec-news h2 {
    padding-top: 10px;
  }

  .col-item-hover.hover img {
    left: 50% !important;
  }
}