/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans: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;
}

/* 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: "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");
}

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

@-webkit-keyframes pdimg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  53% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pdimg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  53% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes btlight {
  0% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#000000));
    background: linear-gradient(to right, #000000 1%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  20% {
    background: #222;
    /* Old browsers */
    background: -moz-linear-gradient(left, #222 2%, #000000 25%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #222 2%, #000000 25%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #222), color-stop(25%, #000000), to(#000000));
    background: linear-gradient(to right, #222 2%, #000000 25%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  50% {
    background: #222;
    /* Old browsers */
    background: -moz-linear-gradient(left, #222 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #222 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#222), to(#000000));
    background: linear-gradient(to right, #222 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  70% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #222 49%, #222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #222 49%, #222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), color-stop(49%, #222), to(#222));
    background: linear-gradient(to right, #000000 1%, #222 49%, #222 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
    /* IE6-9 */
  }
  85% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#222));
    background: linear-gradient(to right, #000000 1%, #222 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
    /* IE6-9 */
  }
  100% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#000000));
    background: linear-gradient(to right, #000000 1%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
}

@keyframes btlight {
  0% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#000000));
    background: -o-linear-gradient(left, #000000 1%, #000000 100%);
    background: linear-gradient(to right, #000000 1%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  20% {
    background: #222;
    /* Old browsers */
    background: -moz-linear-gradient(left, #222 2%, #000000 25%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #222 2%, #000000 25%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #222), color-stop(25%, #000000), to(#000000));
    background: -o-linear-gradient(left, #222 2%, #000000 25%, #000000 100%);
    background: linear-gradient(to right, #222 2%, #000000 25%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  50% {
    background: #222;
    /* Old browsers */
    background: -moz-linear-gradient(left, #222 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #222 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#222), to(#000000));
    background: -o-linear-gradient(left, #222 0%, #000000 100%);
    background: linear-gradient(to right, #222 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  70% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #222 49%, #222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #222 49%, #222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), color-stop(49%, #222), to(#222));
    background: -o-linear-gradient(left, #000000 1%, #222 49%, #222 100%);
    background: linear-gradient(to right, #000000 1%, #222 49%, #222 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
    /* IE6-9 */
  }
  85% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#222));
    background: -o-linear-gradient(left, #000000 1%, #222 100%);
    background: linear-gradient(to right, #000000 1%, #222 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
    /* IE6-9 */
  }
  100% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#000000));
    background: -o-linear-gradient(left, #000000 1%, #000000 100%);
    background: linear-gradient(to right, #000000 1%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
}

@-webkit-keyframes btflash {
  0% {
    -webkit-box-shadow: #000 0 0 0;
    -moz-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
  }
  50% {
    -webkit-box-shadow: #f00 0 0 50px;
    -moz-box-shadow: #f00 0 0 50px;
    box-shadow: #f00 0 0 50px;
  }
  100% {
    -webkit-box-shadow: #000 0 0 0;
    -moz-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
  }
}

@keyframes btflash {
  0% {
    -webkit-box-shadow: #000 0 0 0;
    -moz-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
  }
  50% {
    -webkit-box-shadow: #f00 0 0 50px;
    -moz-box-shadow: #f00 0 0 50px;
    box-shadow: #f00 0 0 50px;
  }
  100% {
    -webkit-box-shadow: #000 0 0 0;
    -moz-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
  }
}

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

body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#header {
  display: none;
}

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

.footer {
  margin-top: 0 !important;
}

#jsload {
  height: 0;
  width: 0;
  display: none;
}

#vgaRTX20 {
  width: 1000vw;
  height: calc(100vh - 50px);
  font-family: "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

#vgaRTX20 .msilogo {
  position: fixed;
  width: 12%;
  top: 3.5%;
  left: 3%;
  z-index: 10;
}

#vgaRTX20 sup {
  vertical-align: top;
  font-size: 90%;
  font-family: "Geforce-Bold", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

#vgaRTX20 .pages {
  width: 1000vw;
  height: 100%;
  font-size: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#vgaRTX20 .pages section {
  width: 100vw;
  height: 100%;
  font-size: 16px;
  position: relative;
  padding: 0;
  margin: 0;
  top: 0;
}

#vgaRTX20 .index {
  background: url(../images/bg-kv.jpg) top center no-repeat ;
  background-size: cover;
  background-size: cover;
}

#vgaRTX20 .product-list {
  background: #000;
}

#vgaRTX20 .gaming-x-trio {
  background: url(../images/bg-trio.jpg) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 .gaming-x-z {
  background: url(../images/bg-trio.jpg) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 .armor {
  background: url(../images/bg-armor.jpg) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 .duke {
  background: url(../images/bg-duke.jpg) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 .sea-hawk-ek {
  background: url(../images/bg-sea-hawk-ek.jpg) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 .sea-hawk {
  background: url(../images/bg-sea-hawk.jpg) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 .ventus {
  background: url(../images/bg-ventus.jpg) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 .aero {
  background: url(../images/bg-aero.jpg) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 .page-list {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}

#vgaRTX20 .page-list ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

#vgaRTX20 .page-list ul li {
  text-decoration: none;
  font-family: "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  list-style: none;
  text-transform: uppercase;
}

#vgaRTX20 .page-list li {
  width: calc(100% / 10);
  height: auto;
  font-size: 12px;
  cursor: pointer;
  float: left;
  text-align: center;
}

#vgaRTX20 .page-list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0 10px 8px;
  color: #eee;
  border-bottom: #eee 1px solid;
  transition: -0.5s ease-in-out;
  text-decoration: none;
}

#vgaRTX20 .page-list li a span {
  font-weight: 400;
}

#vgaRTX20 .page-list li a p {
  opacity: 0;
  margin: 0;
  height: 20px;
  font-weight: bold;
}

#vgaRTX20 .page-list li a:hover {
  color: #f00;
  border-bottom: #f00 1px sold;
}

#vgaRTX20 .page-list li a:hover p {
  opacity: 1;
}

#vgaRTX20 .page-list li a:hover span {
  font-weight: bold;
}

#vgaRTX20 .page-list li a.active {
  color: #f00;
  border-bottom: #f00 1px solid;
}

#vgaRTX20 .page-list li a.active p {
  opacity: 1;
}

#vgaRTX20 .page-list li a.active span {
  font-weight: bold;
}

#vgaRTX20 .container-fluid {
  width: 95%;
  margin: 0 auto;
  max-width: auto;
  text-align: left;
  white-space: normal;
}

#vgaRTX20 .container {
  width: 95%;
  margin: 0 auto;
  max-width: 1600px;
  text-align: left;
  white-space: normal;
}

#vgaRTX20 #kv {
  position: relative;
}

#vgaRTX20 #kv .icon-nv-rtx {
  position: absolute;
  right: 0;
  top: 5%;
  width: 12%;
  text-align: right;
}

#vgaRTX20 #kv .kvbox {
  width: 65%;
  margin: 0 auto;
  max-width: auto;
  height: 98vh;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#vgaRTX20 #kv #kvtxt {
  position: relative;
  text-align: center;
  top: -30px;
  text-transform: uppercase;
}

#vgaRTX20 #kv #kvtxt h1 {
  font-size: 58px;
  -webkit-text-shadow: #fff 0 0 30px;
  -moz-text-shadow: #fff 0 0 30px;
  text-shadow: #fff 0 0 30px;
  padding: 10px 0 18px;
  margin: 0;
  font-family: "Geforce-Bold", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

#vgaRTX20 #kv #kvtxt h2 {
  font-size: 30px;
  color: #f00;
  -webkit-text-shadow: #000 0 0 50px;
  -moz-text-shadow: #000 0 0 50px;
  text-shadow: #000 0 0 50px;
  padding: 0;
  margin: 0;
  font-family: "Geforce-Bold", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

#vgaRTX20 #kv #kvtxt p {
  font-size: 16px;
  letter-spacing: 4.8px;
  color: #eee;
  -webkit-text-shadow: #000 0 0 50px;
  -moz-text-shadow: #000 0 0 50px;
  text-shadow: #000 0 0 50px;
  font-family: "GeForce-Light", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

#vgaRTX20 .pdtxtbox {
  height: 98vh;
  position: relative;
}

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

#vgaRTX20 .pdtxtbox .iconimg, #vgaRTX20 .pdtxtbox .note {
  position: absolute;
  width: 42%;
  text-align: right;
  top: 70%;
}

#vgaRTX20 .pdtxtbox .iconimg img {
  max-width: 35%;
}

#vgaRTX20 .pdtxtbox .note {
  top: 65%;
}

#vgaRTX20 .pdtxtbox .imgbox {
  float: left;
  width: 42%;
  max-width: auto;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#vgaRTX20 .pdtxtbox .imgbox .img {
  position: absolute;
  -webkit-animation: pdimg 6s infinite ease;
  animation: pdimg 6s infinite ease;
}

#vgaRTX20 .pdtxtbox .imgbox .img img {
  vertical-align: middle;
}

#vgaRTX20 .pdtxtbox .imgbox .img:nth-child(1) {
  position: relative;
}

#vgaRTX20 .pdtxtbox .imgbox .img:nth-child(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

#vgaRTX20 .pdtxtbox .txtbox {
  float: right;
  width: 52%;
  max-width: auto;
  padding-top: 6%;
}

#vgaRTX20 .pdtxtbox .txtbox .title {
  padding-bottom: 45px;
  display: none;
}

#vgaRTX20 .pdtxtbox .txtbox h3 {
  font-family: "Geforce-Bold", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif !important;
  font-size: 30px !important;
  color: #f00 !important;
  padding: 35px 0 10px !important;
  position: relative;
  margin-bottom: 20px;
}

#vgaRTX20 .pdtxtbox .txtbox h3:after {
  content: "";
  width: 120px;
  height: 1px;
  background: #f00;
  display: block;
  bottom: 0;
  position: absolute;
}

#vgaRTX20 .pdtxtbox .txtbox p {
  line-height: 1.9rem;
  padding: 0 0 20px;
}

#vgaRTX20 .pdtxtbox .txtbox .icons {
  padding-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#vgaRTX20 .pdtxtbox .txtbox .icons li {
  width: 85px;
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

#vgaRTX20 .pdtxtbox .txtbox .icons li div {
  padding: 5px;
}

#vgaRTX20 .pdtxtbox .txtbox .icons li:hover {
  background: rgba(0, 0, 0, 0.8);
}

#vgaRTX20 .pdtxtbox .txtbox .more {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vgaRTX20 .pdtxtbox .txtbox .more a {
  font-family: "Geforce-Bold", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  color: #f00;
  padding: 20px 0px;
  border: #c00 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;
  display: block;
  width: 100%;
  max-width: 250px;
  margin-right: 10px;
  text-align: center;
  -webkit-box-shadow: #600 0 0 50px;
  -moz-box-shadow: #600 0 0 50px;
  box-shadow: #600 0 0 50px;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 1%, #222 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 1%, #222 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#222));
  background: -o-linear-gradient(left, #000000 1%, #222 100%);
  background: linear-gradient(to right, #000000 1%, #222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
  /* IE6-9 */
}

#vgaRTX20 .pdtxtbox .txtbox .more a:hover {
  color: #fff;
  max-width: 300px;
  -webkit-animation: btflash 1s infinite ease;
  animation: btflash 1s infinite ease;
  background: #f00;
  border: #c00 1px solid;
}

@media screen and (max-width: 960px) {
  #vgaRTX20 .pdtxtbox .txtbox .more {
    display: block;
  }
  #vgaRTX20 .pdtxtbox .txtbox .more a {
    max-width: none;
    margin: 5px auto;
  }
}

#vgaRTX20 .modebox {
  text-align: left;
}

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

#vgaRTX20 .modebox .mode {
  float: left;
  width: calc(100% / 4);
  max-width: auto;
  height: calc(100vh / 2);
  position: relative;
  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;
}

#vgaRTX20 .modebox .mode .img, #vgaRTX20 .modebox .mode .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}

#vgaRTX20 .modebox .mode:hover {
  background-size: 120% 120%;
  -webkit-box-shadow: #f00 0 0 50px;
  -moz-box-shadow: #f00 0 0 50px;
  box-shadow: #f00 0 0 50px;
  z-index: 2;
}

#vgaRTX20 .modebox .mode:hover .img {
  top: 10px;
}

#vgaRTX20 .modebox .mode:hover .title {
  top: -10px;
}

#vgaRTX20 #list-gaming-x-trio {
  background: url(../images/list2-trio-bg.png) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 #list-gaming-x-z {
  background: url(../images/list2-gaming-x-z-bg.png) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 #list-armor {
  background: url(../images/list2-armor-bg.png) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 #list-duke {
  background: url(../images/list2-duke-bg.png) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 #list-sea-hawk-ek {
  background: url(../images/list2-sea-hawk-ek-bg.png) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 #list-sea-hawk {
  background: url(../images/list2-sea-hawk-bg.png) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 #list-ventus {
  background: url(../images/list2-ventus-bg.png) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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;
}

#vgaRTX20 #list-aero {
  background: url(../images/list2-aero-bg.png) top center no-repeat ;
  background-size: cover;
  background-size: 100% 100%;
  -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: 1366px) {
  #vgaRTX20 {
    /*kv*/
    /*pdtxtbox*/
  }
  #vgaRTX20 #kv #kvtxt h1 {
    font-size: 48px;
    padding: 5px 0 13px;
  }
  #vgaRTX20 #kv #kvtxt h2 {
    font-size: 26px;
  }
  #vgaRTX20 #kv #kvtxt p {
    font-size: 14px;
    letter-spacing: 4px;
  }
  #vgaRTX20 .pdtxtbox {
    height: 95vh;
  }
  #vgaRTX20 .pdtxtbox .iconimg, #vgaRTX20 .pdtxtbox .note {
    width: 35%;
  }
  #vgaRTX20 .pdtxtbox .imgbox {
    float: left;
    width: 35%;
    max-width: auto;
  }
  #vgaRTX20 .pdtxtbox .txtbox {
    padding-top: 10%;
    float: right;
    width: 57%;
    max-width: auto;
  }
  #vgaRTX20 .pdtxtbox .txtbox .title {
    padding-bottom: 15px;
  }
  #vgaRTX20 .pdtxtbox .txtbox h3 {
    font-size: 20px !important;
    padding: 0px 0 5px !important;
  }
  #vgaRTX20 .pdtxtbox .txtbox p {
    font-size: 14px;
    line-height: 1.4rem;
    padding: 0 0 10px;
  }
  #vgaRTX20 .pdtxtbox .txtbox .icons {
    padding-top: 20px;
  }
  #vgaRTX20 .pdtxtbox .txtbox .icons li {
    width: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #vgaRTX20 .pdtxtbox .txtbox .more {
    padding-top: 10px;
  }
  #vgaRTX20 .pdtxtbox .txtbox .more a {
    font-size: 14px;
    padding: 10px 0px;
  }
  #vgaRTX20 .pdtxtbox .title-trio {
    height: 35px;
  }
  #vgaRTX20 .pdtxtbox .title-duke {
    height: 55px;
  }
  #vgaRTX20 .pdtxtbox .title-sea-hawk-ek {
    height: 30px;
  }
  #vgaRTX20 .pdtxtbox .title-sea-hawk {
    height: 30px;
  }
  #vgaRTX20 .pdtxtbox .title-ventus {
    height: 30px;
  }
  #vgaRTX20 .pdtxtbox .title-aero {
    height: 30px;
  }
}

@media screen and (max-width: 960px) {
  body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #vgaRTX20 {
    width: 100%;
    height: auto;
    /*kv*/
    /*pdtxtbox*/
    /*modebox*/
  }
  #vgaRTX20 .msilogo {
    display: none;
  }
  #vgaRTX20 .pages {
    width: 100%;
    height: auto;
    display: block;
  }
  #vgaRTX20 .page-list {
    position: fixed;
    display: none;
  }
  #vgaRTX20 #kv {
    height: 98vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #vgaRTX20 #kv .icon-nv-rtx {
    width: 100%;
  }
  #vgaRTX20 #kv .icon-nv-rtx img {
    max-width: 150px;
  }
  #vgaRTX20 #kv .kvbox {
    width: 95%;
    margin: 0 auto;
    max-width: auto;
    height: auto;
  }
  #vgaRTX20 #kv #kvtxt {
    top: auto;
  }
  #vgaRTX20 .pdtxtbox {
    height: auto;
    padding: 40px 0;
  }
  #vgaRTX20 .pdtxtbox .iconimg, #vgaRTX20 .pdtxtbox .note {
    position: relative;
    width: 100%;
    top: auto;
    padding-bottom: 20px;
  }
  #vgaRTX20 .pdtxtbox .imgbox {
    float: none;
    width: auto;
    max-width: auto;
    width: 95%;
    margin: 0 auto;
    max-width: auto;
    display: block;
  }
  #vgaRTX20 .pdtxtbox .imgbox .img {
    top: 0;
    left: 0;
    -webkit-animation: pdimg 4s infinite ease;
    animation: pdimg 4s infinite ease;
  }
  #vgaRTX20 .pdtxtbox .imgbox .img:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  #vgaRTX20 .pdtxtbox .txtbox {
    float: none;
    width: auto;
    max-width: auto;
    width: 95%;
    margin: 0 auto;
    max-width: auto;
  }
  #vgaRTX20 .pdtxtbox .txtbox .title {
    display: block;
  }
  #vgaRTX20 .pdtxtbox .txtbox .more a {
    max-width: none;
  }
  #vgaRTX20 .pdtxtbox .txtbox .more a:hover {
    max-width: none;
  }
  #vgaRTX20 .modebox .mode {
    float: none;
    width: 100%;
    max-width: auto;
    height: auto;
  }
  #vgaRTX20 .modebox .mode .img {
    position: relative;
  }
}
