  .main-slider-wrap {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .main-slider-wrap {
    overflow: hidden;
    margin-top: 74px;
  }
}
.main-slider-wrap .slick-dots {
  position: absolute;
  width: 100%;
  max-width: 1305px;
  right: 0;
  margin: 0 auto;
  justify-content: left;
  bottom: 46%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  height: 34px;
}
@media only screen and (max-width: 1400px) {
  .main-slider-wrap .slick-dots {
    max-width: 1140px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-slider-wrap .slick-dots {
    max-width: 960px;
  }
}
@media only screen and (max-width: 992px) {
  .main-slider-wrap .slick-dots {
    max-width: 720px;
    bottom: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .main-slider-wrap .slick-dots {
    max-width: 540px;
    top: 46%;
  }
}
@media only screen and (max-width: 520px) {
  .main-slider-wrap .slick-dots {
    max-width: 540px;
    top: 40%;
  }
}
@media only screen and (max-width: 460px) {
  .main-slider-wrap .slick-dots {
    top: 30%;
  }
}
.main-slider-wrap .slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.main-slider-wrap .slick-dots li.slick-active button {
  background: #fff;
}
.main-slider-wrap .slick-dots li button {
  text-indent: -9999px;
  background: none;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.main-slider-wrap .slick-list, .main-slider-wrap .slick-track, .main-slider-wrap .slick-slide, .main-slider-wrap .slick-slide > div {
  height: 100%;
}
.main-slider-wrap .main-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-slider-wrap .slick-slide .video {
  transition: 0.3s;
}
.main-slider-wrap .item {
  width: 100%;
  display: inline-block;
  height: 100%;
}
.main-slider-wrap .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-slider-wrap .item .images {
  width: 100%;
  height: 100%;
}
.main-slider-wrap .item .images picture {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.main-slider-wrap .item .images picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slider-wrap .item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slider-wrap .video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 380px) {
  .main-slider-wrap .video {
    transform: scale(2);
  }
}
@media only screen and (max-width: 320px) {
  .main-slider-wrap .video {
    transform: scale(2.5);
  }
}
@media only screen and (max-width: 250px) {
  .main-slider-wrap .video {
    transform: scale(4);
  }
}
.main-slider-wrap .video:after {
  content: "";
  background: url(/themes/custom/ytu/images/preloader.gif) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-slider-wrap .video iframe {
  pointer-events: inherit;
  transition: 0.3s;
  opacity: 1;
  height: 100%;
  width: 100%;
}
.main-slider-wrap .capBig {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  z-index: 1;
  height: auto !important;
  transition: none;
}
@media only screen and (max-width: 992px) {
  .main-slider-wrap .capBig {
    position: relative;
    background: #fff;
    padding: 30px 0;
  }
}
.main-slider-wrap .capBig.has-video {
  top: 53%;
}
.main-slider-wrap .capBig .container-default {
  padding: 0 2.5rem;
}
.main-slider-wrap .capBig * {
  height: auto !important;
}
.main-slider-wrap .capBig .text {
  font-size: 48px;
  color: #fff;
  max-width: 600px;
}
@media only screen and (max-width: 992px) {
  .main-slider-wrap .capBig .text {
    color: #191919;
  }
}
@media only screen and (max-width: 768px) {
  .main-slider-wrap .capBig .text {
    font-size: 34px;
  }
}
@media only screen and (max-width: 560px) {
  .main-slider-wrap .capBig .text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 360px) {
  .main-slider-wrap .capBig .text {
    font-size: 24px;
  }
}
.main-slider-wrap .capBig .text .line1 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 60px;
}
@media only screen and (max-width: 768px) {
  .main-slider-wrap .capBig .text .line1 {
    line-height: 35px;
  }
}
.main-slider-wrap .capBig .text .line2 {
  margin-top: 16px;
}
.main-slider-wrap .capBig .text a.mores {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  background: #0076ff;
  padding: 22px 35px !important;
  transition: all 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  letter-spacing: 2px;
  transition: 0.3s;
  line-height: 1;
  border-radius: 8px;
}
@media only screen and (max-width: 992px) {
  .main-slider-wrap .capBig .text a.mores {
    font-size: 20px;
  }
}
.main-slider-wrap .capBig .text a.mores:before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  padding: 22px 35px !important;
  color: #0076ff;
  content: attr(data-title);
  transition: background 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  line-height: 1;
  border-radius: 8px;
}
.main-slider-wrap .capBig .text a.mores:hover {
  transform: rotateX(90deg) translateY(-23px);
  -ms-transform: none;
}
.main-slider-wrap .capBig .text a.mores:hover:before {
  background: #fff;
}
.main-slider-wrap .scroll {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 92%;
  transform: translateX(-50%);
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}
.main-slider-wrap .scroll .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 100px;
}
.main-slider-wrap .scroll .scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 23%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateX(-50%);
  filter: brightness(0) invert(1);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktYXJyb3ctZG93biIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDFhLjUuNSAwIDAgMSAuNS41djExLjc5M2wzLjE0Ni0zLjE0N2EuNS41IDAgMCAxIC43MDguNzA4bC00IDRhLjUuNSAwIDAgMS0uNzA4IDBsLTQtNGEuNS41IDAgMCAxIC43MDgtLjcwOEw3LjUgMTMuMjkzVjEuNUEuNS41IDAgMCAxIDggMXoiLz4KPC9zdmc+");
}
.main-slider-wrap ::-webkit-media-controls-play-button,
.main-slider-wrap ::-webkit-media-controls,
.main-slider-wrap ::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/*# sourceMappingURL=main-slider.css.map */
