/* 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-Bold";
  src: url("fonts/DINPro-Bold.eot");
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
}

@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: "GeForce-Bold";
  src: url("fonts/GeForce-Bold.eot");
  src: url("fonts/GeForce-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GeForce-Bold.woff") format("woff"), url("fonts/GeForce-Bold.ttf") format("truetype"), url("fonts/GeForce-Bold.svg#GeForce-Bold") format("svg");
}

@-webkit-keyframes nvflash {
  0% {
    top: 0%;
    left: 0%;
    opacity: 0;
  }
  5% {
    top: 0%;
    left: 0%;
    opacity: 1;
  }
  30% {
    top: -10%;
    left: 40%;
  }
  100% {
    top: -10%;
    left: 40%;
  }
}

@keyframes nvflash {
  0% {
    top: 0%;
    left: 0%;
    opacity: 0;
  }
  5% {
    top: 0%;
    left: 0%;
    opacity: 1;
  }
  30% {
    top: -10%;
    left: 40%;
  }
  100% {
    top: -10%;
    left: 40%;
  }
}

@-webkit-keyframes kvbgtop {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes kvbgtop {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@-webkit-keyframes kveye {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes kveye {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes kvnb {
  0% {
    margin-top: 0;
  }
  40% {
    margin-top: -15px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes kvnb {
  0% {
    margin-top: 0;
  }
  40% {
    margin-top: -15px;
  }
  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes kvtitle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes kvtitle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes percent {
  0% {
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
  }
  50% {
    -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5) inset;
  }
  100% {
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
  }
}

@keyframes percent {
  0% {
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
  }
  50% {
    -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5) inset;
  }
  100% {
    -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
  }
}

/*----landing page-----*/
body {
  overflow-x: hidden;
  background: #000;
}

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

.navbar {
  margin-bottom: 0;
  background: #000;
}

.delighter.right {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(300%);
  -ms-transform: translatey(300%);
  transform: translatey(300%);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

#toolbar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  color: #fff;
  text-align: center;
}

#toolbar li {
  padding: 10px;
  cursor: pointer;
}

#toolbar li:hover {
  color: #f00;
}

#toolbar i {
  font-size: 20px;
}

#rtxnb {
  font-family: "DINPro-Regular", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  color: #fff;
  position: relative;
  /*kv*/
  /*video*/
  /*nv-rtx*/
  /*intel*/
  /*coolerBoost*/
  /*app*/
  /*product*/
}

#rtxnb sup {
  font-size: 60%;
  vertical-align: super;
}

#rtxnb .container {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 80px 0;
}

#rtxnb .container p {
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  #rtxnb .container p {
    font-size: 90%;
  }
}

#rtxnb .container-lg {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 80px 0;
}

#rtxnb .container-lg p {
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  #rtxnb .container-lg p {
    font-size: 90%;
  }
}

#rtxnb .block-title {
  font-family: "DINPro-Bold", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  font-size: 35px;
  padding-bottom: 35px;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  #rtxnb .block-title {
    font-size: 30px;
    padding-bottom: 15px;
  }
}

#rtxnb .block-title2 {
  font-family: "DINPro-Bold", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 25px;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  #rtxnb .block-title2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
}

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

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

#rtxnb .btSty {
  background: #c00;
  color: #fff;
  border: none;
  padding: 10px 25px;
  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;
  outline: none;
}

#rtxnb .btSty:hover {
  background: #f00;
}

#rtxnb .btSty2 {
  background: none;
  color: #fff;
  border: #c00 3px solid;
  padding: 10px 25px;
  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;
  outline: none;
  display: inline-block;
}

#rtxnb .bthover {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-smoothing: grayscale;
  outline: none;
  -webkit-transition: border-color 0.4s, color 0.4s;
  -o-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}

#rtxnb .bthover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#rtxnb .bthover:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#rtxnb #kv {
  position: relative;
}

#rtxnb #kv .title, #rtxnb #kv .img2, #rtxnb #kv .img3, #rtxnb #kv .img4, #rtxnb #kv .nb, #rtxnb #kv .nbbg, #rtxnb #kv .intel {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#rtxnb #kv .img {
  position: relative;
}

#rtxnb #kv .img2 {
  -webkit-animation: kvbgtop 2s ease-in infinite;
  animation: kvbgtop 2s ease-in infinite;
}

#rtxnb #kv .img4 {
  -webkit-animation: kveye 2s ease-in infinite;
  animation: kveye 2s ease-in infinite;
  opacity: 0;
}

#rtxnb #kv .nbbg {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#rtxnb #kv .nb {
  z-index: 5;
}

#rtxnb #kv .intel {
  width: 18%;
  top: 30px;
  right: 30px;
  left: auto;
}

#rtxnb #kv .title {
  width: 47%;
  left: 5%;
  top: 15%;
  z-index: 6;
}

#rtxnb #kv .title .t1 {
  width: 50%;
}

#rtxnb #kv .title .t2 {
  width: 80%;
  position: relative;
}

#rtxnb #kv .title .t2 .top {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-animation: kvtitle 2s ease-in infinite;
  animation: kvtitle 2s ease-in infinite;
}

#rtxnb #kv .title .t3 {
  padding-top: 2%;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

#rtxnb #kv #starsBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  background: none;
  z-index: 2;
}

#rtxnb #kv #starsBox span {
  display: inline-block;
  width: auto;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 100s linear;
  -o-transition: 100s linear;
  transition: 100s linear;
}

#rtxnb #kv #smoke {
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 4;
  top: 0;
  left: 10%;
}

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

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

#rtxnb #kvxs {
  display: none;
}

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

#rtxnb #video {
  position: relative;
  z-index: 0;
  padding-bottom: 120px;
}

#rtxnb #video .vdbg {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

#rtxnb #video .vdbg img {
  width: 100%;
}

#rtxnb #video .vdbox {
  position: relative;
  z-index: 2;
}

#rtxnb #video .vdbox:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#rtxnb #video .vdbox .vd {
  width: 50%;
  float: left;
  position: relative;
}

#rtxnb #video .vdbox .vd a {
  color: #fff;
}

#rtxnb #video .vdbox .vd .vdbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  -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;
}

#rtxnb #video .vdbox .vd .vdplay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  text-shadow: #fff 0 0 30px;
  font-family: "DINPro-Bold", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  cursor: pointer;
  opacity: 0;
  -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;
}

#rtxnb #video .vdbox .vd .vdplay i {
  font-size: 50px;
  color: #f00;
  padding-top: 50px;
  text-shadow: #f00 0 0 30px;
  -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;
}

#rtxnb #video .vdbox .vd .vdplay:hover {
  opacity: 1;
}

#rtxnb #video .vdbox .vd .vdplay:hover i {
  padding-top: 10px;
}

#rtxnb #video .vdbox .vd:hover .vdbg {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 960px) {
  #rtxnb #video .vdbox .vd {
    width: 100%;
    float: none;
  }
}

#rtxnb #nv-rtx {
  position: relative;
  z-index: 1;
  text-align: center;
}

#rtxnb #nv-rtx .nv-rtx-txtbox {
  position: relative;
}

#rtxnb #nv-rtx .nv-rtx-txtbox .container {
  position: relative;
  z-index: 2;
  text-shadow: #000 0px 0px 30px;
}

@media screen and (max-width: 1366px) {
  #rtxnb #nv-rtx .nv-rtx-txtbox .container {
    padding: 40px 0;
  }
}

#rtxnb #nv-rtx .nv-rtx-txtbox .img {
  position: absolute;
  top: -15%;
  left: 0%;
  width: 100%;
  z-index: 0;
}

#rtxnb #nv-rtx .nv-rtx-txtbox .img img {
  width: 100%;
}

#rtxnb #nv-rtx .nv-rtx-txtbox .img .imgbox {
  position: relative;
  overflow: hidden;
}

#rtxnb #nv-rtx .nv-rtx-txtbox .img .imgbottom {
  position: relative;
  z-index: 1;
}

#rtxnb #nv-rtx .nv-rtx-txtbox .img .imgtop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

#rtxnb #nv-rtx .nv-rtx-txtbox .img .flash {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-animation: nvflash 2s infinite;
  animation: nvflash 2s infinite;
  background: url(https://storage-asset.msi.com/event/nb/2018/geforce-rtx-gaming-laptop/images/flash.png) center center no-repeat ;
  background-size: cover;
  opacity: 0;
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #rtxnb #nv-rtx .nv-rtx-txtbox .img {
    top: 4%;
  }
}

@media screen and (max-width: 1024px) {
  #rtxnb #nv-rtx .nv-rtx-txtbox .img {
    top: 5%;
  }
}

@media screen and (max-width: 1366px) {
  #rtxnb #nv-rtx .nv-rtx-txtbox .img {
    top: 2%;
  }
}

@media screen and (max-width: 960px) {
  #rtxnb #nv-rtx .nv-rtx-txtbox .img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  #rtxnb #nv-rtx .nv-rtx-txtbox .img .imgtop, #rtxnb #nv-rtx .nv-rtx-txtbox .img .flash {
    display: none;
  }
}

#rtxnb #nv-rtx .nv-rtx-txtbox .rtx-txt {
  text-shadow: #000 0px 0px 30px;
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  padding: 33% 0 50px;
}

#rtxnb #nv-rtx .nv-rtx-txtbox .rtx-txt .rtx-logo {
  width: 25%;
}

#rtxnb #nv-rtx .nv-rtx-txtbox .rtx-txt .txt {
  width: 72%;
}

#rtxnb #nv-rtx .nv-rtx-txtbox .rtx-txt .txt .block-title {
  padding-bottom: 10px;
}

#rtxnb #nv-rtx .nv-rtx-txtbox .rtx-txt .txt p {
  line-height: 1.6;
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #rtxnb #nv-rtx .nv-rtx-txtbox .rtx-txt {
    padding: 42% 0 25px;
  }
}

@media screen and (max-width: 960px) {
  #rtxnb #nv-rtx .nv-rtx-txtbox .rtx-txt {
    padding-top: 0;
    display: block;
    text-align: center;
  }
  #rtxnb #nv-rtx .nv-rtx-txtbox .rtx-txt .rtx-logo, #rtxnb #nv-rtx .nv-rtx-txtbox .rtx-txt .txt {
    width: 100%;
  }
  #rtxnb #nv-rtx .nv-rtx-txtbox .rtx-txt .rtx-logo {
    padding-bottom: 15px;
  }
}

#rtxnb #nv-rtx .nv-rtx-itembox {
  position: relative;
  z-index: 2;
}

#rtxnb #nv-rtx .nv-rtx-itembox .nav-list {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#rtxnb #nv-rtx .nv-rtx-itembox .nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 22vh;
  width: 32.5%;
  font-size: 22px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  align-items: center;
  border: #222 1px solid;
  -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;
}

@media screen and (max-width: 1280px) {
  #rtxnb #nv-rtx .nv-rtx-itembox .nav-list li {
    font-size: 18px;
  }
}

#rtxnb #nv-rtx .nv-rtx-itembox .nav-list li span.red {
  font-size: 220%;
  font-weight: bold;
  color: #f00;
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  #rtxnb #nv-rtx .nv-rtx-itembox .nav-list li span.red {
    font-size: 180%;
  }
}

@media screen and (max-width: 960px) {
  #rtxnb #nv-rtx .nv-rtx-itembox .nav-list li span.red {
    font-size: 130%;
  }
}

#rtxnb #nv-rtx .nv-rtx-itembox .nav-list li:hover {
  background: rgba(255, 0, 0, 0.4);
}

#rtxnb #nv-rtx .nv-rtx-itembox .nav-list-tab {
  border-bottom: #f00 1px solid;
}

#rtxnb #nv-rtx .nv-rtx-itembox .nav-list-tab li {
  background: none;
  border: none;
}

#rtxnb #nv-rtx .nv-rtx-itembox .nav-list-tab li.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: #f00;
  display: block;
  bottom: -2px;
  left: 0;
  z-index: 100;
}

#rtxnb #nv-rtx .nv-rtx-itembox .itembox .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 82vh;
}

@media screen and (max-width: 960px) {
  #rtxnb #nv-rtx .nv-rtx-itembox .itembox .item {
    padding-bottom: 30px;
    height: auto;
    text-align: center;
  }
}

#rtxnb #nv-rtx .nv-architecture {
  height: 108vh !important;
  background: url(https://storage-asset.msi.com/event/nb/2018/geforce-rtx-gaming-laptop/images/nv-architecture.jpg) top center no-repeat ;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #rtxnb #nv-rtx .nv-architecture {
    height: auto !important;
  }
}

#rtxnb #nv-rtx .nv-architecture .txt {
  width: 50%;
  float: right;
  padding-right: 10%;
  text-align: left;
}

#rtxnb #nv-rtx .nv-architecture .txt .block-title {
  font-family: "GeForce-Bold", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  padding: 12% 0 15px;
}

@media screen and (max-width: 1366px) {
  #rtxnb #nv-rtx .nv-architecture .txt .block-title {
    font-size: 24px;
    padding-top: 8%;
  }
}

#rtxnb #nv-rtx .nv-architecture .txt #nvtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#rtxnb #nv-rtx .nv-architecture .txt #nvtab li {
  background: #242424;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  font-family: "DINPro-Bold", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 2px;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  cursor: pointer;
  z-index: 1;
  line-height: 1.4;
}

#rtxnb #nv-rtx .nv-architecture .txt #nvtab li span {
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

#rtxnb #nv-rtx .nv-architecture .txt #nvtab li:hover {
  z-index: 2;
  background: #3c3c3c;
}

#rtxnb #nv-rtx .nv-architecture .txt #nvtab li.active {
  background: #3c3c3c;
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt {
  display: none;
  background: url(https://storage-asset.msi.com/event/nb/2018/geforce-rtx-gaming-laptop/images/bg-nv-tab-txt.png) top left no-repeat ;
  background-size: cover auto;
  background-size: 90% 100%;
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt h4 {
  color: #76b900;
  text-transform: uppercase;
  padding: 25px 0 10px;
}

@media screen and (max-width: 1366px) {
  #rtxnb #nv-rtx .nv-architecture .txt .tabtxt h4 {
    padding: 15px 0 5px;
  }
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt ul {
  padding-bottom: 25px;
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt ul li .percent {
  background: #575757;
  width: 0;
  padding: 10px;
  font-size: 80%;
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt ul li .percentage {
  margin-left: 5px;
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt ul li .percentage:after {
  content: "%";
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt ul li.best .percent {
  background: url(https://storage-asset.msi.com/event/nb/2018/geforce-rtx-gaming-laptop/images/bg-efficacy.jpg) top left repeat;
  font-size: 100%;
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt ul li.best .percentflash {
  -webkit-animation: 2s percent infinite;
  animation: 2s percent infinite;
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt ul li.best .percentage {
  color: #619900;
  font-family: "DINPro-Bold", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  font-size: 120%;
}

@media screen and (max-width: 1366px) {
  #rtxnb #nv-rtx .nv-architecture .txt .tabtxt ul {
    padding-bottom: 5px;
  }
}

#rtxnb #nv-rtx .nv-architecture .txt .tabtxt .note {
  color: #5e5e5e;
  font-size: 16px;
}

#rtxnb #nv-rtx .nv-architecture:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#rtxnb #nv-rtx .nv-architecture .imgxs {
  display: none;
}

@media screen and (max-width: 960px) {
  #rtxnb #nv-rtx .nv-architecture {
    background: none;
  }
  #rtxnb #nv-rtx .nv-architecture .imgxs {
    display: block;
  }
  #rtxnb #nv-rtx .nv-architecture .txt {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding-right: auto;
  }
}

#rtxnb #nv-rtx .nv-dlss {
  display: none;
}

#rtxnb #nv-rtx .nv-dlss .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  height: 100%;
}

@media screen and (max-width: 960px) {
  #rtxnb #nv-rtx .nv-dlss .container {
    text-align: center;
  }
}

#rtxnb #nv-rtx .nv-dlss .img {
  padding-bottom: 3rem;
  max-width: 80%;
  margin: 0 auto;
}

#rtxnb #nv-rtx .nv-ray-tracing {
  display: none;
}

#rtxnb #nv-rtx .nv-ray-tracing .txtbox {
  padding: 35px 0;
  position: relative;
}

#rtxnb #nv-rtx .nv-ray-tracing .txtbox .block-title {
  padding-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  #rtxnb #nv-rtx .container {
    padding: 40px 0;
  }
}

#rtxnb #intel {
  position: relative;
}

#rtxnb #intel .imgxs {
  display: none;
}

#rtxnb #intel .txt {
  position: absolute;
  width: 40%;
  right: 5%;
  top: 25%;
  text-align: left;
}

#rtxnb #intel .txt p {
  line-height: 1.6;
  padding-bottom: 10px;
}

#rtxnb #intel .txt .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#rtxnb #intel .txt .num li {
  margin-right: 5%;
}

#rtxnb #intel .txt .num span {
  font-size: 650%;
  padding-right: 5px;
}

@media screen and (max-width: 960px) {
  #rtxnb #intel {
    text-align: center;
    padding-bottom: 50px;
  }
  #rtxnb #intel .img {
    display: none;
  }
  #rtxnb #intel .imgxs {
    display: block;
  }
  #rtxnb #intel .txt {
    position: relative;
    width: 90%;
    margin: 0 auto;
    right: auto;
    top: 0;
    height: 100%;
    display: block;
  }
}

#rtxnb #coolerBoost {
  text-align: center;
}

#rtxnb #coolerBoost .container {
  padding: 0;
}

#rtxnb #coolerBoost .note {
  color: #f00;
  padding: 15px 0;
}

@media screen and (max-width: 960px) {
  #rtxnb #coolerBoost {
    text-align: center;
  }
}

#rtxnb #ad-slider {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#rtxnb #ad-slider .slider-nav {
  width: 200px;
  text-align: center;
  z-index: 10;
}

#rtxnb #ad-slider .slider-nav li {
  padding: 35px 0;
  opacity: 0.5;
  cursor: pointer;
}

#rtxnb #ad-slider .slider-nav li.active {
  opacity: 1;
}

#rtxnb #ad-slider .slider-txt {
  position: relative;
  z-index: 0;
  width: calc(100% - 200px);
}

#rtxnb #ad-slider .slider-txt .slider-item {
  display: none;
  overflow: hidden;
}

#rtxnb #ad-slider .slider-txt .slider-item.active {
  display: block;
}

@media screen and (max-width: 960px) {
  #rtxnb #ad-slider {
    display: block;
  }
  #rtxnb #ad-slider .slider-nav, #rtxnb #ad-slider .slider-txt {
    width: 100%;
    position: relative;
  }
  #rtxnb #ad-slider .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  #rtxnb #ad-slider .slider-nav li {
    width: 30%;
  }
}

#rtxnb #app {
  background: url(https://storage-asset.msi.com/event/nb/2018/geforce-rtx-gaming-laptop/images/bg-app.jpg) top center no-repeat ;
  background-size: cover;
}

#rtxnb #app .appbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 10%;
}

#rtxnb #app .appbox .img {
  width: 50%;
}

#rtxnb #app .appbox .img img {
  width: 100%;
}

#rtxnb #app .appbox .txt {
  width: 35%;
}

#rtxnb #app .appbox .txt .note {
  padding: 35px 0;
  color: #999;
}

#rtxnb #app .appbox .txt p a {
  color: #fff;
  border-bottom: #666 1px solid;
}

#rtxnb #app .appbox .txt p a:hover {
  color: #f00;
  border-bottom: #f00 1px solid;
}

@media screen and (max-width: 960px) {
  #rtxnb #app .appbox {
    display: block;
    text-align: center;
  }
  #rtxnb #app .appbox .img, #rtxnb #app .appbox .txt {
    width: 90%;
    margin: 0 auto;
  }
}

#rtxnb #product {
  background: url(https://storage-asset.msi.com/event/nb/2018/geforce-rtx-gaming-laptop/images/bg-pd.jpg) top center no-repeat ;
  background-size: cover;
}

#rtxnb #product .container {
  max-width: 1700px;
  padding: 5rem 0 8%;
}

#rtxnb #product .pd-nav {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8rem;
}

#rtxnb #product .pd-nav .item {
  width: 20%;
  text-align: center;
  cursor: pointer;
  -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;
}

#rtxnb #product .pd-nav .item figure {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -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;
}

#rtxnb #product .pd-nav .item figure img {
  -webkit-filter: drop-shadow(#666 0px 0px 0px);
  filter: drop-shadow(#666 0px 0px 0px);
  -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;
}

@media screen and (max-width: 960px) {
  #rtxnb #product .pd-nav .item .title img {
    max-width: 60px;
  }
}

#rtxnb #product .pd-nav:hover .item {
  opacity: 0.8;
  -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;
}

#rtxnb #product .pd-nav:hover .item:hover {
  opacity: 1;
}

#rtxnb #product .pd-nav:hover .item:hover figure {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#rtxnb #product .pd-nav:hover .item:hover figure img {
  -webkit-filter: drop-shadow(#333 10px 10px 10px);
  filter: drop-shadow(#333 10px 10px 10px);
}

@media screen and (max-width: 960px) {
  #rtxnb #product .pd-nav {
    margin-bottom: 1.5rem;
    display: block;
    width: 90%;
  }
  #rtxnb #product .pd-nav .item {
    width: 45%;
    margin: 2%;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#rtxnb #product .pd-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#rtxnb #product .pd-txt .item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#rtxnb #product .pd-txt .item img {
  width: 50%;
}

#rtxnb #product .pd-txt .item figcaption {
  width: 48%;
}

#rtxnb #product .pd-txt .item figcaption h3 {
  font-family: "DINPro-Bold", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  padding: 0px 0 20px;
}

#rtxnb #product .pd-txt .item figcaption ul {
  margin-left: 20px;
}

#rtxnb #product .pd-txt .item figcaption ul li {
  list-style: square;
  padding-bottom: 12px;
  line-height: 1.4;
}

#rtxnb #product .pd-txt .item figcaption .bt {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#rtxnb #product .pd-txt .item figcaption .bt a {
  width: 49%;
  padding: 15px;
  background: #222;
  border-radius: 5px;
  border: #222 2px solid;
}

#rtxnb #product .pd-txt .item figcaption .bt a:hover {
  border-color: #c00;
}

@media screen and (max-width: 960px) {
  #rtxnb #product .pd-txt {
    display: block;
  }
  #rtxnb #product .pd-txt .item {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  #rtxnb #product .pd-txt .item img {
    width: 80%;
    margin: 0 auto;
  }
  #rtxnb #product .pd-txt .item figcaption {
    width: 100%;
  }
  #rtxnb #product .pd-txt .item figcaption ul li {
    list-style: none;
  }
}

#rtxnb #product .pdtabbox {
  display: none;
}

#rtxnb #product #gt-series {
  display: block;
}

#rtxnb #wtb {
  text-align: center;
  padding-top: 3rem;
  background: #111;
}

#rtxnb #wtb .container {
  padding: 1rem 0 5rem;
}

#rtxnb #wtb .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

#rtxnb #wtb .logo a {
  width: 40%;
}

#rtxnb #wtb .storebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

#rtxnb #wtb .storebox .store {
  width: 24%;
  padding: 20px;
  border: #333 1px solid;
  text-align: left;
  font-size: 14px;
  color: #999;
}

#rtxnb #wtb .storebox .store .name {
  font-family: "DINPro-Bold", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  background: #222;
  padding: 10px;
  text-align: center;
  min-height: 60px;
  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;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

#rtxnb #wtb .storebox .store .add, #rtxnb #wtb .storebox .store .tel {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4;
}

#rtxnb #wtb .storebox .store .add i, #rtxnb #wtb .storebox .store .tel i {
  width: 20px;
}

#rtxnb #wtb .storebox .store .add span, #rtxnb #wtb .storebox .store .tel span {
  width: calc(100% - 20px);
}

@media screen and (max-width: 960px) {
  #rtxnb #wtb .storebox {
    display: block;
  }
  #rtxnb #wtb .storebox .store {
    width: 100%;
    margin-top: 10px;
  }
}

#rtxnb #wtb .bt {
  margin-top: 35px;
}

#rtxnb #wtb .bt a {
  display: block;
  padding: 15px;
  background: #222;
  border-radius: 5px;
  border: #222 2px solid;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  color: #fff;
}

#rtxnb #wtb .bt a:hover {
  border-color: #c00;
}

/*comparison-slider*/
#cs-box {
  width: 100%;
  position: relative;
}

#cs-box .before, #cs-box .after {
  position: absolute;
  top: 10%;
  z-index: 10;
  font-size: 2.5rem;
  font-family: "DINPro-Bold", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
  color: rgba(255, 255, 255, 0);
  width: 10%;
  max-width: 80px;
  top: 35px;
}

#cs-box .before {
  left: 30px;
  text-shadow: 0 0 3px white;
}

#cs-box .after {
  right: 30px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #cs-box {
    height: 30vh;
  }
}

#comparison-slider {
  height: 60vh;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  #comparison-slider {
    height: 30vh;
  }
}
