@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-------btn effect-----------*/
.btn {
  display: block;
  -webkit-appearance: none; /*取消手機預設樣式*/
}
.btnStyle {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #d70051;
  margin: 5px;
  transition: 400ms;
}
.btnStyle:hover {
  color: #fff;
  background: #f13e82;
}
.bannerslide .swiper-slide {
  opacity: 0.5;
}
.bannerslide .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.videoWrapper {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /* 設定影片寬度滿版 */
  /* video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
  }
  .Video-wrap {
    position: relative;
    display: flex;
  }*/
  /* 影片上方疊上一層灰影 */
  /*  .Video-overlay {
    background: url("../images/headerBG.png");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    z-index: 2;
 
  }*/
  /* 影片上方文字內容 */
  .Video-Content {
    position: absolute;
    top: 50%;
    left: 10%;
    color: #fff;
    z-index: 3;
    width: auto;
    height: 100px;
  }
  .Video-Content h1, h2, h3 {}
  .Video-Content h1 {
    font-size: 80px;
    color: #fff;
    margin: 20px;
  }
  .Video-Content ol {
    margin-left: 10px;
  }
  .Video-Content ol li {
    float: left;
    padding: 10px;
    margin: 5px;
    font-size: 20px;
  }
  .video-wrap {
    width: 100%;
  }
  .video-wrap::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  .video-wrap video {
    width: 100%;
    height: 100%;
  }
  .content-overlay {
    position: absolute;
    background: url("../images/headerBG.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 0px;
    top: 0;
    left: 0;
    z-index: 2;
    margin: auto;
  }
  .reg {
    /*margin-left: 15px;*/
  }
  .countdown {
    display: block;
    position: absolute;
    top: 80%;
    left: 70%;
    width: 280px;
    z-index: 3;
    /*    margin-top: 750px;*/
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .countdown li {
    display: inline-block;
    font-size: 15px;
    list-style-type: none;
    padding: 3px;
    text-transform: uppercase;
    font-family: "Oswald";
    width: auto;
    color: #fff;
  }
  .countdown li span {
    display: block;
    font-size: 60px;
    border-radius: 20%;
    /* background: #000;*/
    color: #fff;
    padding: 20px 10px 10px 10px;
    font-family: 'Oswald', 'Noto Sans TC', sans-serif;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    /*box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3), inset 1px 1px 5px #474747;
    border: 3px solid #000000;*/
  }
  .countdown li i {
    display: block;
    /*color: #9CCAFF;
    font-size: 10px;*/
    width: 30px;
   
  }
    .countdown li i img{
        padding-top: 25px;
  }
  .countdown li b {
    display: block;
    font-size: 30px;
        /* background: #000;*/
    color: #fff;
    padding: 0px 10px 10px 10px;
    font-family: 'Oswald', 'Noto Sans TC', sans-serif;
      
  }
  #About {
    background: url("../images/headerBGB.png") #F1F4FF;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-color: #050e2e;
    margin: 20px 0px 0px 0px;
  }
  #Intro {
    background: url("../images/introBg.png") #F1F4FF;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0px 0px 50px 0px;
  }
  #Highlights {
    /*background: url("../images/HighlightsBg.png") #154082;*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    /*padding: 20px 0px 100px 0px;*/
  }
  #Event {
    background: url("../images/eventBg.png") #F1F4FF;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 20px 0px 50px 0px;
  }
  #Trailer {
    background: #0e3d85;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0px 0px 50px 0px;
  }
  #Visit {
    background: url("../images/visitBg.png") #050E2E;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 30px 0px 80px 0px;
  }
  #Contact {
    background: #050E2E;
    padding: 0px 0px 100px 0px;
  }
  .visitbg {
    background: #F1F4FF;
    padding: 0px 20px 60px 20px;
  }
  .bannerslide .swiper-slide {
    opacity: 0.5;
  }
  .bannerslide .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .eventWrapper {
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  .swiper-pagination {
    left: 45%;
    bottom: -10%;
  }
  .heading {
    margin: 50px 0;
    text-align: center;
    color: #000;
    position: relative;
    font-family: "Noto", sans-serif;
  }
  .heading > div {
    /*text-transform: uppercase;*/
    font-weight: normal;
  }
  .heading h1 {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 800;
    font-size: 50px;
    color: #050E2E;
  }
  .heading h1 span {
    color: #0E3D85
  }
  .heading h3 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    color: #0E3D85;
    margin-bottom: 20px;
  }
  .heading p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    line-height: 175%;
    color: #707070;
    text-align: justify;
  }
  .headingDark {
    margin: 50px 0;
    text-align: center;
    color: #000;
    position: relative;
    font-family: "Noto", sans-serif;
  }
  .headingDark > div {
    /*text-transform: uppercase;*/
    font-weight: normal;
  }
  .headingDark h1 {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 800;
    font-size: 50px;
    color: #fff;
  }
  .headingDark h1 span {
    color: #9CCAFF
  }
  .headingDark h3 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    color: #9CCAFF;
    margin-bottom: 20px;
  }
  .headingDark p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 175%;
    color: #707070;
  }
  .contLeft {
    float: left;
    width: 20%;
  }
  .contLeft h3 {
    color: #9CCAFF;
    margin-bottom: 10px
  }
  .contLeft h1 {
    color: #fff
  }
  .contRight {
    float: right;
    width: 77%;
    margin: 0px;
    padding: 0px;
  }
  .cont-flex {
    width: 100%;
    text-align: left;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  .cont-box {
    width: 33%;
    margin-right: 2px;
  }
  .cont-box h3 {
    margin: 0px 0px 10px 0px;
  }
  .cont-box h2 {
    font-size: 20px;
    color: #9CCAFF;
    margin-bottom: 20px;
  }
  .cont-box p {
    color: #fff;
    font-weight: normal
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /* 設定影片寬度滿版 */
  /* .Video-wrap {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 70px;
  }
  video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
  }*/
  /* 影片上方疊上一層灰影 */
  /*  .Video-overlay {
    background: url("../images/headerBGM.png");
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   
    z-index: 2;
  
  }*/
  /* 影片上方文字內容 */
  .video-wrap video {
    width: 100%;
    height: 100%;
  }
  .content-overlay {
    position: absolute;
    background: url("../images/headerBGM.png");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    margin: auto;
  }
  .content-overlay h1 {
    color: #fff;
  }
  .content-overlay p {
    margin-left: 10px;
    color: #fff;
  }
  .Video-Content {
    position: absolute;
    top: 30%;
    left: 5%;
    color: #fff;
    z-index: 3;
    width: auto;
    height: 100px;
  }
  .Video-Content h1, h2, h3 {}
  .Video-Content h1 {
    font-size: 55px;
    color: #fff;
    margin: 10px;
    text-align: left;
  }
  .date {
    margin-left: 10px;
    font-size: 16px;
  }
  .reg {
    /*  position: absolute;
    top: 190%;*/
  }
  .video-wrap {
    width: 100%;
  }
  .video-wrap::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  .countdown {
    display: block;
    position: absolute;
    top: 80%;
    left: 40%;
    width: 250px;
    z-index: 3;
    /*margin-top: 500px;*/
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .countdown li {
    display: inline-block;
    font-size: 15px;
    list-style-type: none;
    padding: 3px;
    text-transform: uppercase;
    font-family: "Oswald";
    width: auto;
    color: #fff
  }
  .countdown li span {
    display: block;
    font-size: 60px;
    border-radius: 20%;
    /* background: #000;*/
    color: #fff;
    padding: 20px 10px 10px 10px;
    font-family: 'Oswald', 'Noto Sans TC', sans-serif;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    /*box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3), inset 1px 1px 5px #474747;
    border: 3px solid #000000;*/
  }
  .countdown li i {
    display: block;
    /*color: #9CCAFF;
    font-size: 10px;*/
    width: 25px;
  }
        .countdown li i img{
        padding-top: 25px;
  }
  .countdown li b {
    display: block;
    font-size: 23px;
        /* background: #000;*/
    color: #fff;
    padding: 0px 10px 10px 0px;
    font-family: 'Oswald', 'Noto Sans TC', sans-serif;
      
  }
  #About {
    background: url("../images/headerBGBM.png") #F1F4FF;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  #Intro {
    background: url("../images/introBgM.png") #F1F4FF;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0px 0px 50px 0px;
  }
  #Highlights {
    /*background: url("../images/HighlightsBgM.png") #154082;*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    /*padding: 0px 0px 70px 0px;*/
  }
  #Event {
    background: url("../images/eventBgM.png") #F1F4FF;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0px 10px 30px 10px;
  }
  #Trailer {
    background: #0e3d85;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 0px 10px 30px 10px;
  }
  #Visit {
    background: url("../images/visitBgM.png") #050E2E;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 100px 0px 30px 0px;
  }
  #Contact {
    display: block;
    background: #050E2E;
    padding: 30px 0px 30px 0px;
  }
  .visitbg {
    width: 90%;
    background: #F1F4FF;
    padding: 0px 8px 60px 8px;
  }
  .swiper-slide img {
    width: 100%
  }
  .eventWrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
  }
  .swiper-pagination {
    left: 37%;
    bottom: -10%;
  }
  .heading {
    margin: 50px 0;
    text-align: center;
    color: #000;
    position: relative;
    font-family: "Noto", sans-serif;
  }
  .heading > div {
    /*text-transform: uppercase;*/
    font-weight: normal;
  }
  .heading h1 {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #050E2E;
  }
  .heading h1 span {
    color: #0E3D85
  }
  .heading h3 {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    color: #0E3D85;
    margin-bottom: 20px;
  }
  .heading p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 175%;
    color: #707070;
  }
  .headingDark {
    margin: 50px 0;
    text-align: center;
    color: #000;
    position: relative;
    font-family: "Noto", sans-serif;
  }
  .headingDark > div {
    /*text-transform: uppercase;*/
    font-weight: normal;
  }
  .headingDark h1 {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #fff;
  }
  .headingDark h1 span {
    color: #9CCAFF
  }
  .headingDark h3 {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    color: #9CCAFF;
    margin-bottom: 20px;
  }
  .headingDark p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 175%;
    color: #707070;
  }
  .contLeft {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .contLeft h3 {
    color: #9CCAFF;
    margin-bottom: 10px
  }
  .contLeft h1 {
    color: #fff
  }
  .contRight {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cont-flex {
    width: 100%;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .cont-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .cont-box h3 {
    margin: 0px 0px 10px 0px;
  }
  .cont-box h2 {
    font-size: 20px;
    color: #9CCAFF;
    margin-bottom: 20px;
  }
  .cont-box p {
    color: #fff;
    font-weight: normal
  }
}
/*-----------------------for pad-----------------------*/
@media screen and (min-width:768px) {
  #section-demonstration {
    width: 80%;
    margin: 0 auto;
  }
  .eventWrapper {
    width: 80%;
    margin: 0 auto;
  }
  .conWrapper {
    width: 90%;
    margin: 0 auto;
  }
}