/* CSS Document */
/* CSS Document */
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;
}

/* CSS Document */
@font-face {
  font-family: "DINPro-Regular";
  src: url("fonts/DINPro-Regular.eot");
  src: url("fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Regular.woff") format("woff"), url("fonts/DINPro-Regular.ttf") format("truetype"), url("fonts/DINPro-Regular.svg#DINPro-Regular") format("svg");
}

@font-face {
  font-family: "DINCond-Regular";
  src: url("fonts/DINCond-Regular.eot");
  src: url("fonts/DINCond-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Regular.woff") format("woff"), url("fonts/DINCond-Regular.ttf") format("truetype"), url("fonts/DINCond-Regular.svg#DINCond-Regular") format("svg");
}

@font-face {
  font-family: "DINCond-Medium";
  src: url("fonts/DINCond-Medium.eot");
  src: url("fonts/DINCond-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Medium.woff") format("woff"), url("fonts/DINCond-Medium.ttf") format("truetype"), url("fonts/DINCond-Medium.svg#DINCond-Medium") format("svg");
}

@font-face {
  font-family: "DINCond-Bold";
  src: url("fonts/DINCond-Bold.eot");
  src: url("fonts/DINCond-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Bold.woff") format("woff"), url("fonts/DINCond-Bold.ttf") format("truetype"), url("fonts/DINCond-Bold.svg#DINCond-Bold") format("svg");
}

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

.navbar {
  margin-bottom: 0;
}

@-webkit-keyframes kvt-t1 {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes kvt-t1 {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes kvt-t2 {
  0% {
    top: 25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes kvt-t2 {
  0% {
    top: 25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes kvt2-t {
  0% {
    left: 150px;
    opacity: 0;
  }
  10% {
    left: 0px;
    opacity: 1;
  }
  90% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 150px;
    opacity: 0;
  }
}

@keyframes kvt2-t {
  0% {
    left: 150px;
    opacity: 0;
  }
  10% {
    left: 0px;
    opacity: 1;
  }
  90% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: 150px;
    opacity: 0;
  }
}

@-webkit-keyframes kvt2-t2 {
  0% {
    left: -10%;
    opacity: 0;
  }
  10% {
    left: 0px;
    opacity: 1;
  }
  90% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: -10%;
    opacity: 0;
  }
}

@keyframes kvt2-t2 {
  0% {
    left: -10%;
    opacity: 0;
  }
  10% {
    left: 0px;
    opacity: 1;
  }
  90% {
    left: 0px;
    opacity: 1;
  }
  100% {
    left: -10%;
    opacity: 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: #fff 1px solid;
  color: #222;
  text-align: left;
  font-family: "DINCond-Medium";
  font-size: 128%;
  color: #000;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 1000px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

.close {
  font-size: 30px;
  color: #666;
  background: none !important;
  position: absolute;
  right: 15px;
  z-index: 10;
  top: 15px;
  display: inline-block !important;
  text-align: center;
  border: none;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.close {
  -webkit-appearance: none;
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-header {
  border-color: #fff;
}

.modal-line {
  border-bottom: #ccc 1px solid;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-content {
  padding: 2%;
}

#hys {
  font-family: "DINCond-Medium";
  font-size: 160%;
  color: #000;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

#hys .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

#hys h1#title {
  font-family: "DINPro-Bold";
  font-size: 0em;
}

#hys h2.subtitle {
  font-family: "DINCond-Medium";
  font-size: 2.5em;
  color: #f00;
  font-weight: bold;
  padding-bottom: 1em;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  #hys h2.subtitle {
    font-size: 2em;
    padding-bottom: 25px;
  }
}

#hys #kv {
  position: relative;
  text-align: left;
}

#hys #kv .kvt-wp {
  position: absolute;
  top: 0;
  left: 0;
}

#hys #kv .kvt-wp .kvt {
  position: relative;
  width: 100%;
}

#hys #kv .kvt-wp .kvt .t1 {
  position: relative;
  -webkit-animation: kvt-t1 1s;
  animation: kvt-t1 1s;
}

#hys #kv .kvt-wp .kvt .t2 {
  position: absolute;
  -webkit-animation: kvt-t2 1s;
  animation: kvt-t2 1s;
  top: 0;
}

#hys #kv .kvt-wp .kvt img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

#hys #kv .kvtitle {
  position: absolute;
  top: 0;
  left: 0;
}

#hys #kv .kvtitle .title {
  position: relative;
  overflow: hidden;
}

#hys #kv .kvtitle .title .t {
  -webkit-animation: kvt2-t 6s infinite;
  animation: kvt2-t 6s infinite;
  position: relative;
  top: 0;
}

#hys #kv .kvtitle .title .t2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-animation: kvt2-t2 6s infinite;
  animation: kvt2-t2 6s infinite;
}

#hys #kv .kvtitle .title h1 {
  position: absolute;
  bottom: -100px;
}

#hys #kv .kvcard {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}

@media screen and (max-width: 960px) {
  #hys #kv {
    display: none;
  }
}

#hys #kvm {
  display: none;
}

@media screen and (max-width: 960px) {
  #hys #kvm {
    display: block;
  }
}

#hys #htw {
  padding: 5em 0 2em;
}

#hys #htw ul {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#hys #htw ul li {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}

@media screen and (max-width: 960px) {
  #hys #htw ul li {
    display: block;
    width: 100%;
  }
}

#hys #htw .item {
  width: 95%;
  margin: 0 auto;
  max-width: auto;
}

#hys #htw .item .iconbox {
  position: relative;
}

#hys #htw .item .iconbox .num, #hys #htw .item .iconbox .num-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#hys #htw .item .iconbox .num-hover {
  display: none;
}

@media screen and (max-width: 960px) {
  #hys #htw .item .iconbox {
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
  }
}

#hys #htw .item .txt {
  width: 80%;
  margin-left: 20%;
  padding: 35px 0;
}

#hys #htw .item .txt h3 {
  font-family: "DINCond-Bold";
  font-size: 1.2em;
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto;
  max-width: auto;
  min-height: 80px;
}

@media screen and (max-width: 960px) {
  #hys #htw .item .txt h3 {
    min-height: auto;
    padding-bottom: 25px;
  }
}

#hys #htw .item .txt p {
  color: #666;
  width: 65%;
  margin: 0 auto;
  max-width: auto;
  line-height: 1.2em;
}

#hys #htw .item .txt p strong {
  color: #f00;
  font-size: 110%;
  font-weight: bolder;
  border-bottom: #f00 3px solid;
  line-height: 1.5em;
}

@media screen and (max-width: 960px) {
  #hys #htw .item .txt {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #hys #htw .item {
    width: 100%;
  }
}

#hys #dm {
  background: #e2e2e2;
  padding: 1em 0 2em;
  position: relative;
}

@media screen and (max-width: 960px) {
  #hys #dm {
    display: none;
  }
}

#hys #btnow {
  font-family: "DINCond-Medium";
  font-size: 2em;
  color: #f00;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.5em 0 1em;
}

#hys #btnow a {
  color: #f00;
  display: inline-block;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 960px) {
  #hys #btnow {
    font-size: 1.5em;
  }
}

#hys .stepbox {
  position: relative;
}

#hys .stepbox .icon {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  #hys .stepbox .icon img {
    width: 200px;
  }
}

#hys .stepbox .txtbox {
  border: #fff 8px solid;
  position: relative;
  top: -11px;
  z-index: 0;
  padding: 50px;
  border-radius: 50px;
  margin: 0 0 1.5em;
  /*radio*/
  /*radio e*/
}

@media screen and (max-width: 960px) {
  #hys .stepbox .txtbox {
    border: none;
    padding: 0;
    top: 0;
  }
}

#hys .stepbox .txtbox h3.title {
  font-family: "DINCond-Medium";
  font-size: 2em;
  text-transform: uppercase;
  padding-bottom: 1em;
}

@media screen and (max-width: 960px) {
  #hys .stepbox .txtbox h3.title {
    font-size: 1.5em;
  }
}

#hys .stepbox .txtbox label {
  position: relative;
  cursor: pointer;
  color: #666;
}

#hys .stepbox .txtbox textarea {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  height: 100px;
  padding: 15px;
}

#hys .stepbox .txtbox .textform1 {
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  margin: 35px auto;
}

#hys .stepbox .txtbox .textform1 li {
  display: table-cell;
  width: calc(100% / 6);
  vertical-align: top;
}

@media screen and (max-width: 960px) {
  #hys .stepbox .txtbox .textform1 {
    display: block;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    max-width: 350px;
  }
  #hys .stepbox .txtbox .textform1 li {
    display: block;
    width: 50%;
    margin: 10px 0;
    float: left;
    text-align: left;
  }
  #hys .stepbox .txtbox .textform1:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
  }
}

#hys .stepbox .txtbox .textform2 {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
}

#hys #step1 {
  padding-top: 3em;
}

#hys #step1 .txtbox {
  border-color: #ffc053;
}

#hys #step1 .txtbox h3.title span {
  border-bottom: #ffc053 8px solid;
}

#hys #step1 .txtbox input[type="radio"]:checked + .label-text:before {
  color: #ffc053;
}

#hys #step1 .txtbox input[type="text"] {
  width: 100%;
  padding: 15px;
}

#hys #step2 .txtbox {
  border-color: #fe5a61;
}

#hys #step2 .txtbox h3.title span {
  border-bottom: #fe5a61 8px solid;
}

#hys #step2 .txtbox .imgStybox {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
  display: table;
}

#hys #step2 .txtbox .imgStybox:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#hys #step2 .txtbox .imgStybox .viewImg {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  border: #eee 5px solid;
}

#hys #step2 .txtbox .imgStybox .viewImg .imgbox {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  height: 100%;
}

#hys #step2 .txtbox .imgStybox .viewImg .bg, #hys #step2 .txtbox .imgStybox .viewImg .lucky, #hys #step2 .txtbox .imgStybox .viewImg .mb, #hys #step2 .txtbox .imgStybox .viewImg .txtwp {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#hys #step2 .txtbox .imgStybox .viewImg .preview {
  z-index: 0;
  background: url(https://asset.msi.com/event/vga/2018/have-your-say/images/bg-preview.jpg) center center no-repeat ;
  background-size: cover;
}

#hys #step2 .txtbox .imgStybox .viewImg .bg {
  z-index: 1;
}

#hys #step2 .txtbox .imgStybox .viewImg .lucky {
  z-index: 3;
}

#hys #step2 .txtbox .imgStybox .viewImg .mb {
  z-index: 2;
}

#hys #step2 .txtbox .imgStybox .viewImg .txtwp {
  z-index: 4;
  width: 70%;
  height: 220px;
  top: 10%;
  left: 15%;
  display: table;
  text-align: center;
}

#hys #step2 .txtbox .imgStybox .viewImg .txtwp .txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  #hys #step2 .txtbox .imgStybox .viewImg {
    display: block;
    width: 100%;
  }
}

#hys #step2 .txtbox .imgStybox .pkSty {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 960px) {
  #hys #step2 .txtbox .imgStybox .pkSty {
    display: block;
    width: 100%;
  }
}

#hys #step2 .txtbox .imgStybox .item {
  padding: 1em 0;
}

#hys #step2 .txtbox .imgStybox .item.line {
  border-bottom: #eee 2px solid;
}

#hys #step2 .txtbox .imgStybox .item h4 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 15px;
  color: #666;
}

#hys #step2 .txtbox .imgStybox .item svg {
  width: 40px;
  height: 40px;
  fill: #fe5a61;
}

#hys #step2 .txtbox .imgStybox .item ul li {
  float: left;
  width: auto;
  max-width: auto;
  margin-right: 8px;
}

#hys #step2 .txtbox .imgStybox .item ul li img {
  border: #eee 3px solid;
  padding: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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;
}

#hys #step2 .txtbox .imgStybox .item ul li img:hover, #hys #step2 .txtbox .imgStybox .item ul li img .on {
  border-color: #fe5a61;
  cursor: pointer;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#hys #step2 .txtbox .imgStybox .item ul:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#hys #step3 .txtbox {
  border-color: #40c3f9;
  width: 100%;
  /*Check box*/
}

#hys #step3 .txtbox h3.title span {
  border-bottom: #40c3f9 8px solid;
}

#hys #step3 .txtbox input[type="radio"]:checked + .label-text:before {
  color: #40c3f9;
}

#hys #step3 .txtbox .textformline {
  padding: 1em 0;
  border-bottom: #ccc 1px dashed;
  width: 100%;
}

#hys #step3 .txtbox .textformline h5 {
  font-size: 1.1em;
  padding-bottom: 10px;
}

#hys #step3 .txtbox .textformline h5 span {
  border-bottom: #40c3f9 1px solid;
}

#hys #step3 .txtbox .textformline label {
  width: 100%;
}

#hys #step3 .txtbox .textformline input[type="text"] {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 15px;
  text-align: center;
}

#hys #step3 .txtbox .textformline select {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 15px;
}

#hys #step3 .txtbox .form-check {
  padding: 1em 0;
}

#hys #submit {
  padding-bottom: 3em;
}

#step4:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#step4 .imgbox {
  float: left;
  width: 50%;
  max-width: auto;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #step4 .imgbox {
    float: none;
    width: 100%;
    padding-bottom: 35px;
  }
}

#step4 .txtbox {
  float: right;
  width: calc(50% - 25px);
  max-width: auto;
}

@media screen and (max-width: 960px) {
  #step4 .txtbox {
    float: none;
    width: 100%;
  }
}

#step4 .txtbox .txt {
  font-size: 1.2em;
  color: #000;
  padding: 35px 0;
  line-height: 1.9em;
}

#step4 .txtbox .txt b {
  font-size: 110%;
  color: #39f;
  font-weight: bolder;
}

#step4 .txtbox .txt2 {
  color: #444;
  line-height: 1.5em;
}

#step4 .txtbox .txt2 b {
  font-size: 110%;
  color: #39f;
  font-weight: bolder;
}

#step4 .txtbox .txt2 strong {
  color: #f00;
  font-size: 150%;
}

#step4 .txtbox .txt2 p {
  padding-bottom: 10px;
}

#step4 .txtbox .txt2 .ft-red {
  color: #00bc7c;
}

#step4 .txtbox .share {
  padding-top: 25px;
}

#step4 .txtbox .share img {
  margin-right: 8px;
}

#terms {
  padding-top: 25px;
}

#terms ul {
  margin-left: 25px;
}

#terms ul li {
  list-style: disc;
  line-height: 1.5em;
  padding-bottom: 15px;
  color: #666;
}

#terms ul li strong {
  color: #40c3f9;
}

#terms ul li .tb {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-spacing: 15px;
}

#terms ul li .tb .tr {
  display: table-row;
}

#terms ul li .tb .th {
  display: table-cell;
  width: 60px;
}

#terms ul li .tb .td {
  display: table-cell;
  width: calc(100% - 60px);
}

#terms ul li .tb .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #eee;
}

#terms ul li .tb .td {
  border-bottom: #eee 1px dashed;
}

#page2 {
  display: none;
}
