.block h3 {
  font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
}

.block p {
  color: #fff;
  font-family: "DINPro-Light", "cwTeXHei", "Microsoft JhengHei";
  line-height: 2;
}

.block .bt a {
  padding: 5px 30px;
  color: #fff;
  display: inline-block;
  background: #bc0101;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 1px solid #f00;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
}

.block .bt a:hover {
  -webkit-box-shadow: 0 0 15px #f00;
          box-shadow: 0 0 15px #f00;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.block .container {
  width: 80%;
  max-width: 1920px;
}

.block .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.block .slick-dots li {
  margin: 0px 4px;
  overflow: hidden;
  width: 60px;
  top: 20px;
}

.block .slick-dots li.slick-active button {
  background-color: #bc0101;
}

.block .slick-dots li button {
  padding: 0;
  width: 60px;
  height: 5px;
  font-size: 0px;
  background: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: rgba(188, 1, 1, 0.2);
  border-radius: 10px;
  border: 0px;
}

.block .slick-dots li button::before {
  display: none;
}

.block .video-sec__video a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 1s;
  transition: 1s;
}

.block .video-sec__video a:hover:before {
  opacity: 0.5;
}

.block .video-sec__video a:hover .video-sec__play-btn {
  opacity: 1;
  -webkit-animation: play-btn-light 3s infinite;
          animation: play-btn-light 3s infinite;
}

.block .video-sec__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 80px;
  width: 4.16666667vw;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/GL/Pulse-GL66/01-video-play.png) no-repeat center;
  background-size: contain;
  border-radius: 50%;
  border: 0px solid #0ff;
  opacity: 0.5;
  -webkit-transition: 1s;
  transition: 1s;
}

.block .video-sec__play-btn:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media screen and (max-width: 1680px) {
  .block .container {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .block h2 {
    text-align: center;
  }
  .block p {
    text-align: center;
    padding: 0 5%;
  }
  .block .bt {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }
}
/*# sourceMappingURL=pulse-gl66-style.css.map */