html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  outline: none;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

.vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'DINCond-Medium';
  src: url("https://event.msi.com/msifonts/fonts/DINCond-Medium.otf") format("TrueType");
  src: url("https://event.msi.com/msifonts/fonts/DINCond-Medium.woff2") format("woff2"), url("https://event.msi.com/msifonts/fonts/DINCond-Medium.woff") format("woff"), url("https://event.msi.com/msifonts/fonts/DINCond-Medium.ttf") format("truetype"), url("https://event.msi.com/msifonts/fonts/DINCond-Medium.svg#DINCond-Bold") format("svg"), url("https://event.msi.com/msifonts/fonts/DINCond-Medium.eot?#iefix") format("embedded-opentype");
}

#intel-combo {
  font-family: 'DINCond-Medium';
  font-size: 36px;
  overflow-x: hidden;
  color: #fff;
  line-height: 1.2;
}

#intel-combo * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#intel-combo img {
  vertical-align: bottom;
}

#intel-combo .txtbox {
  text-align: center;
}

#intel-combo .bt {
  padding-top: 25px;
}

#intel-combo a {
  color: #fff;
  border: #ccc 1px solid;
  padding: 15px 50px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  outline: transparent 2px solid;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-box-shadow: #000 0 0 5px;
  box-shadow: #000 0 0 5px;
}

#intel-combo a:hover {
  outline-color: #fff;
  -webkit-box-shadow: #08a3fc 0 0 30px;
  box-shadow: #08a3fc 0 0 30px;
}

#intel-combo .owl-next,
#intel-combo .owl-prev {
  position: absolute;
  top: 50%;
  opacity: 0.7;
  cursor: pointer;
  font-size: 50px;
}

#intel-combo .owl-next:hover,
#intel-combo .owl-prev:hover {
  opacity: 1;
}

#intel-combo .owl-prev {
  left: 15px;
}

#intel-combo .owl-next {
  right: 15px;
}

#intel-combo section {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #intel-combo {
    font-size: 20px;
  }
}

#intel-game-days {
  background: url(../images/bg-gd.jpg) top center no-repeat ;
  background-size: cover;
  padding: 3% 0;
}

#intel-game-days .container {
  width: 85%;
  margin: 0 auto;
  max-width: 2200px;
}

#intel-game-days .title, #intel-game-days .pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#intel-game-days .title img, #intel-game-days .pd img {
  width: 100%;
}

#intel-game-days h2 {
  font-size: 150%;
  padding-bottom: 15px;
}

@media screen and (max-width: 960px) {
  #intel-game-days {
    padding: 5vh 0;
  }
  #intel-game-days .title, #intel-game-days .pd {
    display: block;
    text-align: center;
  }
  #intel-game-days .title .icon {
    padding-bottom: 15px;
  }
  #intel-game-days .title .icon img {
    width: 30%;
    margin: 0 auto;
  }
}

#z490-combo {
  background: url(../images/bg-z490.jpg) top center no-repeat ;
  background-size: cover;
  padding: 3% 0;
}

#z490-combo .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#z490-combo .imgbox img {
  width: 100%;
}

#z490-combo .container {
  width: 85%;
  margin: 0 auto;
  max-width: 2800px;
}

#z490-combo .date {
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  #z490-combo {
    padding: 5vh 0;
  }
  #z490-combo .imgbox {
    display: block;
  }
}
