/* CSS -- reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif, 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #FFF;
  background-color: #000;
}

/*common style*/
.text-center {
  text-align: center;
}

/*Start*/
#msi_vgaEvent {
  display: block;
  width: 100%;
  font-size: 16px;
}

#msi_vgaEvent .msi-logo {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 2% auto;
  text-align: center;
}

#msi_vgaEvent .msi-pre-T {
  display: block;
  text-align: center;
  font-size: 43px;
  line-height: 1;
  font-weight: 300;
  color: #b6b6b6;
  text-transform: uppercase;
}

#msi_vgaEvent h2 {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 500;
  font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  color: #afafaf;
  margin-top: 5px;
}

#msi_vgaEvent h2 span {
  color: #FFF;
}

#msi_vgaEvent h3 {
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
  font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  color: #ccc;
}

#msi_vgaEvent p {
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
  font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  color: #ccc;
  padding-top: 30px;
}

#msi_vgaEvent .wrapper {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

#msi_vgaEvent .schedule {
  display: block;
}

#msi_vgaEvent .schedule__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#msi_vgaEvent .schedule__flex--item {
  position: relative;
  display: block;
  text-align: center;
  width: 32%;
  font-weight: 300;
  font-size: 1.5em;
}

#msi_vgaEvent .schedule__flex--item::after {
  position: absolute;
  left: 0;
  bottom: 10%;
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  line-height: 40px;
  background-color: #FFF;
}

#msi_vgaEvent .schedule__flex--item:first-child::after {
  content: "";
  width: 0px;
}

#msi_vgaEvent .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 5% auto 0;
  max-width: 600px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#msi_vgaEvent .time--item {
  display: block;
  width: 25%;
  margin: 0 auto;
  color: #FFF;
  font-size: 3.5em;
  font-weight: 800;
  text-align: center;
}

#msi_vgaEvent .time .unit {
  font-size: 0.3em;
  color: #494848;
}

#msi_vgaEvent .video {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#msi_vgaEvent .video video {
  width: 100%;
  max-height: 100%;
}

#msi_vgaEvent .video__container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#msi_vgaEvent .video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

#msi_vgaEvent .socialMedia {
  display: block;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

#msi_vgaEvent .socialMedia__container {
  width: 100%;
  max-width: 350px;
  display: table;
  margin: 2% auto;
  text-align: center;
}

#msi_vgaEvent .socialMedia__iconflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#msi_vgaEvent .socialMedia__iconflex-item {
  display: block;
  width: 25%;
  margin: 0 auto;
  text-align: center;
}

#msi_vgaEvent .socialMedia__iconflex-item a {
  display: block;
  font-size: 21px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  font-family: 'Orbitron', sans-serif, 'Nunito Sans', DINCond-Medium, 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 1;
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#msi_vgaEvent .socialMedia__iconflex-item a:hover {
  opacity: 0.6;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#msi_vgaEvent .socialMedia .cricle {
  width: 50px;
  height: 50px;
  border-radius: 80px;
  color: #ccc;
  border: #ccc 2px solid;
  padding-top: 10px;
  margin: 0 auto;
}


@media screen and (max-width: 1440px) {
  #msi_vgaEvent .video {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  #msi_vgaEvent .video::after {
    height: 14vh;
  }
  #msi_vgaEvent .video::before {
    height: 10vh;
  }
}

@media screen and (max-width: 960px) {
  #msi_vgaEvent h2 {
    font-size: 2em;
    font-weight: 500;
  }
  #msi_vgaEvent h3 {
    font-size: 1.2em;
  }
  #msi_vgaEvent .video {
    width: 100%;
  }
  #msi_vgaEvent .video::after {
    display: none;
  }
  #msi_vgaEvent .video::before {
    display: none;
  }
  #msi_vgaEvent .schedule {
    display: block;
  }
  #msi_vgaEvent .schedule__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #msi_vgaEvent .schedule__flex--item {
    width: 95%;
    font-weight: 300;
    font-size: 1.5em;
    padding-bottom: 50px;
  }
  #msi_vgaEvent .schedule__flex--item::after {
    position: absolute;
    left: 0;
    bottom: 20%;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    line-height: 40px;
    background-color: #FFF;
  }
  #msi_vgaEvent .schedule__flex--item:first-child::after {
    content: "";
    width: 100%;
    height: 1px;
  }
  #msi_vgaEvent .schedule__flex--item:last-child::after {
    content: "";
    width: 0px;
    height: 0px;
  }
  #msi_vgaEvent .time {
    margin: 5% auto 10%;
  }
  #msi_vgaEvent .socialMedia {
    margin-top: 8%;
  }
  #msi_vgaEvent .socialMedia-item a {
    display: block;
    font-size: 30px;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
  }
  #msi_vgaEvent .socialMedia-item a:hover {
    opacity: 0.6;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  #msi_vgaEvent .socialMedia .cricle {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding-top: 5px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  #msi_vgaEvent h2 {
    font-size: 1.6em;
    font-weight: 500;
  }
  #msi_vgaEvent .socialMedia-item a {
    display: block;
    font-size: 30px;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
  }
}
