@charset "utf-8";
.inline-video {
  display: block;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.banner {
  padding-top: 0;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  line-height: 0;
}
.banner:before {
  position: absolute;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.banner .text {
  position: absolute;
  width: 100%;
  bottom: 74px;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px 30px;
}
.banner .youtubecontent {
  margin: -8% -2px;
  padding-bottom: 56.5%;
}
.youtubecontent iframe,
.youtubecontent object,
.youtubecontent embed {
  top: 50%;
  transform: translateY(-50%);
}
.btn-play {
  width: 167px;
  line-height: 47px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  border-radius: 80px;
}
.btn-play:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -4px;
  background: url(../images/video/ic.png);
  width: 23px;
  height: 23px;
}
.sect1{
  margin-top: 50px;
}
.video-box .item {
  padding: 0 9px;
}
.video-box .item .box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-box .item img {
  width: 100%;
}
.video-box .item .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  padding: 0px 12px;
}

body .fancybox-overlay {
  background: #fff;
  overflow: hidden !important;
}
.fancybox-close {
  position: fixed;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  top: 16px;
  right: 16px;
  background: rgb(232, 232, 237);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fancybox-close svg {
  width: 20px;
  height: 20px;
  fill: rgb(102 102 104);
}

body .fancybox-opened .fancybox-title {
  position: static;
  height: 0;
}
body .fancybox-title-float-wrap .child {
  box-shadow: 0 0 0;
  background: none;
}
.inner_form{
  display: none;
}

@media screen and (max-width: 1024px) {
  .banner-title {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .banner .text {
    bottom: 20px;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .sect1{
    margin-top: 30px;
  }
  .inner_form{
    display: block;
    max-width: 500px;
    padding: 0px 30px;
    margin: 30px auto 0px auto;
  }
  .inner_form .form-control{
    margin-bottom: 0px;
  }
}
@media(max-width: 768px){
  .banner-title {
    font-size: 38px;
  }
  .banner-sub-title{
    font-size: 18px;
  }
  .btn-play {
    width: 130px;
    line-height: 40px;
    font-size: 14px;
  }
  .btn-play:after {
    margin-left: 5px;
    margin-top: 0px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}
@media(max-width: 575px){
  .btn-play {
    width: 115px;
    line-height: 35px;
    font-size: 12px;
  }
  .btn-play:after {
    width: 18px;
    height: 18px;
  }
}
@media(max-width: 500px){
  .banner .text{
    display: block;
  }
  .banner .text_box{
    display: none;
  }
  .btn-play {
    width: 100px;
    line-height: 30px;
  }
  .btn-play:after {
    width: 16px;
    height: 16px;
  }
  .video-box .item .cover{
    font-size: 16px;
    line-height: 1.15;
    font-weight: 400;
  }
}
