#header {
  border-bottom: 0;
  background-color: inherit;
}
.main-banner {
  background: linear-gradient(#14136bb2, #14136bb2);
  width: 100%;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}
.main-banner > img {
  margin-bottom: 10px;
}
.main-banner > h2 {
  font-size: 60px;
  font-weight: 700;
}
.main-banner > p {
  font-size: 28px;
  font-weight: 500;
}
.main-banner video {
  position: absolute;
  background: linear-gradient(#14136bb2, #14136bb2);
  top: 50%;
  left: 50%;
  width: 100%;
  /* min-width: 100%; */
  height: 100dvh;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}
.header-wrap .menu {
  /* color: #fff; */
}
.welcome-section {
  width: 100%;
  height: 660px;
  display: flex;
  align-items: center;
}
.welcome-wrap {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.view-more {
  width: 100%;
}
.view-more h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.view-more p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
}
.banner-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.speaker-section {
  position: relative;
  width: 100%;
  height: 950px;
  overflow: hidden;
}
.speaker-section > .inner > h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner-section {
  width: 100%;
  height: 520px;
  display: flex;
  justify-content: center;
}
.banner-wrap {
  /* max-width: 1920px; */
  width: 100%;
  height: 100%;
  display: flex;
}
.banner-wrap > .banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.banner-wrap > .banner-content > p {
  font-size: 24px;
  font-weight: 700;
}
.banner-wrap > .banner-content > h2 {
  font-size: 46px;
  font-weight: 700;
}
.banner-01 {
  background: url("/image/site/banner_01.png");
  background-size: cover;
  background-position: center;
}
.banner-02 {
  background: url("/image/site/banner_02.png");
  background-size: cover;
  background-position: center;
}
.speaker-bg {
  position: absolute;
  width: 100%;
  height: 640px;
  background: linear-gradient(96deg, #e4007f 0%, #14136b 100%);
  bottom: 0;
  z-index: -1;
}
.arrow-wrap {
  display: flex;
  gap: 30px;
}
.speaker-slide-wrap {
  width: 3000px;
  margin-top: 50px;
  overflow: hidden;
}
.speaker-slide-list {
  margin-bottom: 70px;
}
.speaker-slide-list > .slide-ul {
  display: flex;
  gap: 30px;
}
.speaker-slide-list > .slide-ul > .slide-li {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.speaker-slide-list > .slide-ul > .slide-li > img{
    width:100%;
}
.speaker-slide-list > .slide-ul > .slide-li > p.name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
a {
  transition: opacity 0.2s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
.speaker-slide-list > .slide-ul > .slide-li > p.info {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact > .act {
  /* color: #fff !important; */
}
.contact > a {
  /* color: #b0b0b0 !important; */
}
#header {
  /* background: linear-gradient(#9290ffb2, #e2e1fcb2); */
  background: #fff;
  backdrop-filter: blur(8px);
}

@media screen and (max-width: 768px) {
  .view-more h2 {
    font-size: 26px;
  }
  .view-more p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .view-more-text {
    font-size: 16px;
  }
  .view-more-btn {
    width: 120px;
    height: 40px;
  }
  .banner-wrap-logo {
    display: none;
  }
  .welcome-section {
    height: 500px;
  }
  .speaker-section > .inner > h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .speaker-slide-wrap {
    margin-top: 20px;
  }
  .btn-prev,
  .btn-next {
    width: 18px;
    height: 30px;
  }
  .speaker-bg-svg {
    display: none;
    width: 200px;
    height: 300px;
  }
  .speaker-section {
    height: 600px;
  }
  .banner-wrap > .banner-content > p {
    font-size: 18px;
  }
  .banner-wrap > .banner-content > h2 {
    font-size: 24px;
  }
  .banner-section {
    height: 200px;
  }
}
