/* CSS Document */
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Sarabun:400,700';
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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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;
}

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;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/*----landing page-----*/
body {
  background: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  margin-bottom: 0;
}

#backtop {
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #f00;
  line-height: 50px;
}

#backtop .svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  vertical-align: middle;
}

#backtop:hover {
  background: #c00;
}

#fb {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 50px;
}

#vgamb {
  font-family: "Sarabun", sans-serif, "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 18px;
  color: #000;
  /*kv*/
  /*s1*/
}

#vgamb img {
  vertical-align: bottom;
}

#vgamb sup {
  font-size: 50%;
  vertical-align: super;
}

#vgamb .bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#vgamb .bt a {
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 20px 50px;
  margin: 0 15px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  background: #f00;
}

#vgamb .bt a:hover {
  background: #000;
}

@media screen and (max-width: 960px) {
  #vgamb .bt {
    display: block;
  }
  #vgamb .bt a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 10px auto;
    display: block;
  }
}

#vgamb .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 6rem 0;
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #vgamb .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
}

@media screen and (max-width: 960px) {
  #vgamb .container {
    padding: 30px 0;
  }
}

#vgamb .container p {
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 120%;
  padding-bottom: 35px;
}

@media screen and (max-width: 960px) {
  #vgamb .container p {
    font-size: 100%;
  }
}

#vgamb .container ul {
  text-align: left;
  margin-left: 15px;
  padding-bottom: 50px;
}

#vgamb .container ul li {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#vgamb .container ul li span {
  width: calc(100% - 60px);
  line-height: 1.8;
}

#vgamb .container ul li:before {
  width: 50px;
  height: 50px;
  background: #f00;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
}

#vgamb .container ul li:nth-child(1):before {
  content: "1";
}

#vgamb .container ul li:nth-child(2):before {
  content: "2";
}

#vgamb .container ul li:nth-child(3):before {
  content: "3";
}

#vgamb .container ul li:nth-child(4):before {
  content: "4";
}

#vgamb .container ul li:nth-child(5):before {
  content: "5";
}

#vgamb .container ul li a {
  color: #f00;
}

#vgamb .container ul li a:hover {
  border-bottom: #f00 1px solid;
}

@media screen and (max-width: 960px) {
  #vgamb .container ul li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#vgamb #kv img {
  width: 100%;
}

#vgamb #kv .kvimgxs {
  display: none;
}

@media screen and (max-width: 960px) {
  #vgamb #kv .kvimg {
    display: none;
  }
  #vgamb #kv .kvimgxs {
    display: block;
  }
}

@-webkit-keyframes redflash {
  0% {
    text-shadow: #f00 0 0 10px;
  }
  50% {
    text-shadow: #f00 0 0 50px;
  }
  100% {
    text-shadow: #f00 0 0 10px;
  }
}

@keyframes redflash {
  0% {
    text-shadow: #f00 0 0 10px;
  }
  50% {
    text-shadow: #f00 0 0 50px;
  }
  100% {
    text-shadow: #f00 0 0 10px;
  }
}

#vgamb #s1 {
  background: url(https://storage-asset.msi.com/event/2019/3plus1warranty/images/bg-s1.jpg) bottom left no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#vgamb #s1 ul li {
  font-size: 120%;
}

#vgamb #s1 ul li strong {
  color: #f00;
}

@media screen and (max-width: 960px) {
  #vgamb #s1 ul li {
    font-size: 100%;
  }
}

#vgamb #s1 .date {
  font-size: 50px;
  color: #f00;
  font-weight: bold;
  -webkit-animation: redflash 1s infinite;
  animation: redflash 1s infinite;
  padding-bottom: 55px;
}

@media screen and (max-width: 960px) {
  #vgamb #s1 .date {
    font-size: 30px;
  }
}

#vgamb #s1 .lucky {
  position: absolute;
  width: 20%;
  right: 0;
  bottom: 0;
}

#vgamb #s1 .txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#vgamb #s1 .txtbox .img {
  width: 42%;
  position: relative;
}

#vgamb #s1 .txtbox .img .bottom {
  position: relative;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#vgamb #s1 .txtbox .img .top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

#vgamb #s1 .txtbox .img img {
  width: 100%;
}

#vgamb #s1 .txtbox .txt {
  width: 58%;
}

#vgamb #s1 .bt {
  padding-bottom: 50px;
}

#vgamb #s1 .note {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px;
  background: #000;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 960px) {
  #vgamb #s1 .lucky {
    width: 50%;
    right: auto;
    position: relative;
    margin: 0 auto;
  }
  #vgamb #s1 .bt {
    padding-bottom: 0;
  }
  #vgamb #s1 .note {
    position: relative;
    background: none;
    color: #f00;
    font-size: 100%;
    padding-bottom: 35px;
  }
  #vgamb #s1 .txtbox {
    display: block;
  }
  #vgamb #s1 .txtbox .img, #vgamb #s1 .txtbox .txt {
    width: 100%;
  }
}

#vgamb #s2 {
  background: url(https://storage-asset.msi.com/event/2019/3plus1warranty/images/bg-s2.jpg) bottom left no-repeat ;
  background-size: cover;
  position: relative;
}

#vgamb #s2 .lucky {
  position: absolute;
  width: 18%;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1366px) {
  #vgamb #s2 .lucky {
    width: 15%;
  }
}

@media screen and (max-width: 960px) {
  #vgamb #s2 .lucky {
    width: 50%;
    right: auto;
    position: relative;
    margin: 0 auto;
  }
}

#vgamb #s3 {
  background: url(https://storage-asset.msi.com/event/2019/3plus1warranty/images/bg-s1.jpg) center center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 10rem 0;
}

#vgamb #s3 .lucky {
  position: absolute;
  width: 30%;
  margin: 50px auto 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 960px) {
  #vgamb #s3 {
    padding: 50px 5%;
  }
  #vgamb #s3 .lucky {
    width: 50%;
    right: auto;
    position: relative;
    margin: 0 auto;
  }
}
