@charset "utf-8";
/* CSS Document */
@import 'https://event.msi.com/msifonts/fonts.css';
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;
}

@-webkit-keyframes btdown {
  0% {
    top: 0;
    bottom: auto;
  }
  100% {
    top: auto;
    bottom: 0;
  }
}

@keyframes btdown {
  0% {
    top: 0;
    bottom: auto;
  }
  100% {
    top: auto;
    bottom: 0;
  }
}

@-webkit-keyframes vga1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 0%;
    left: -20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 12%;
    left: 0;
  }
}

@keyframes vga1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 0%;
    left: -20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 12%;
    left: 0;
  }
}

@-webkit-keyframes vga2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -10%;
    top: 20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0%;
    top: 23%;
  }
}

@keyframes vga2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -10%;
    top: 20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0%;
    top: 23%;
  }
}

@-webkit-keyframes headset {
  0% {
    opacity: 0;
    left: 5%;
    bottom: 6%;
  }
  100% {
    opacity: 1;
    left: 8%;
    bottom: 9%;
  }
}

@keyframes headset {
  0% {
    opacity: 0;
    left: 5%;
    bottom: 6%;
  }
  100% {
    opacity: 1;
    left: 8%;
    bottom: 9%;
  }
}

@font-face {
  font-family: Geforce-Light;
  src: local(Meiryo UI);
  unicode-range: U+3000-9FFF, U+ff??;
}

@font-face {
  font-family: Geforce-Bold;
  src: local(Meiryo UI);
  unicode-range: U+3000-9FFF, U+ff??;
}

/*----landing page-----*/
body {
  background: #000;
  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;
  padding: 10px;
  cursor: pointer;
}

#backtop .svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  vertical-align: middle;
}

#backtop .svg:hover {
  fill: #76b900;
}


#vga {
  font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 18px;
  color: #fff;
  position: relative;


  /*kv*/
  /*s1*/
  /*s2*/
  /*s3*/
  /*s4*/
  /*s4jp*/
  /*s5*/
  /*s6*/
  /*ft*/
}



#vga img {
  vertical-align: bottom;
}

#vga sup {
  font-size: 50%;
  vertical-align: super;
}

#vga .container {
width: 100%;
    margin: 0 auto;
    max-width: 2000px;
    padding: 7rem 0 2rem;
}

#vga .container p {
  font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}

#vga .nvlogo {
display: inline-block;
    padding: 18% 0;
    text-decoration: 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: 25%;
}

#vga #kv {
  position: relative;
  background: url(../images/ft-line.jpg) bottom left repeat-x;
  padding-bottom: 20px;
}

#vga #kv .line {
  position: absolute;
  bottom: 0;
  left: 0;
}

#vga #kv .kvbox {
  width: 100%;
  margin: 0 auto;
  max-width: 1850px;
  position: relative;
}

#vga #kv .kvbox:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#vga #kv .kvbox .img {
  float: right;
  width: 1000px;
  max-width: auto;
  position: relative;
}

#vga #kv .kvbox .img img {
  width: 100%;
}

#vga #kv .kvbox .imgxs {
  display: none;
}

#vga #kv .kvbox .txt {
  width: calc(100% - 1000px - 5%);
  position: absolute;
  height: 100%;
  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;
  left: 5%;
}

#vga #kv .kvbox .txt h1#h1 {
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 90px;
  padding: 0;
  margin: 0;
}

#vga #kv .kvbox .txt h2.h2 {
  font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  padding: 25px 0 0;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 1366px) {
  #vga #kv .kvbox .img {
    width: 800px;
  }
  #vga #kv .kvbox .txt {
    width: calc(100% - 800px - 5%);
  }
}

@media screen and (max-width: 1280px) {
  #vga #kv .kvbox .txt h1#h1 {
    font-size: 70px;
  }
  #vga #kv .kvbox .txt h2.h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1366px) {
  #vga #kv .kvbox .img {
    width: 600px;
  }
  #vga #kv .kvbox .txt {
    width: calc(100% - 600px - 5%);
  }
  #vga #kv .kvbox .txt h1#h1 {
    font-size: 60px;
  }
  #vga #kv .kvbox .txt h2.h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  #vga #kv .kvbox .img {
    display: none;
  }
  #vga #kv .kvbox .imgxs {
    display: block;
  }
  #vga #kv .kvbox .txt {
    width: 90%;
    margin: 0 auto 50px;
    float: none;
    position: relative;
    text-align: left;
    left: auto;
    display: block;
  }
  #vga #kv .kvbox .txt h1#h1 {
    text-align: left;
    font-size: 36px;
  }
}

#vga #s1 p {
  padding: 25px 0 0;
}

#vga #s1 .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 55px;
}

#vga #s1 .date .item {
  width: 50%;
  display: table;
}

#vga #s1 .date .item .text {
  display: table-cell;
  width: 30%;
  background: #1a1a1a;
  height: 100px;
  vertical-align: middle;
}

#vga #s1 .date .item .time {
  display: table-cell;
  width: 70%;
  color: #76b900;
  font-size: 20px;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5;
  background: #111;
}

@media screen and (max-width: 960px) {
  #vga #s1 .date {
    display: block;
  }
  #vga #s1 .date .item {
    width: 100%;
    margin-bottom: 2px;
    display: block;
  }
  #vga #s1 .date .item .text, #vga #s1 .date .item .time {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
  }
}

#vga #s2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vga #s2 .item {
  width: 50%;
}

#vga #s2 .item .txt, #vga #s2 .item .txt2 {
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 30px;
}

#vga #s2 .item .img {
  padding: 35px 0;
}

#vga #s2 .item .txt2 {
  font-size: 50px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#vga #s2 .line {
  border-left: #76b900 5px solid;
}

@media screen and (max-width: 960px) {
  #vga #s2 {
    display: block;
  }
  #vga #s2 .item {
    width: 100%;
  }
  #vga #s2 .line {
    border-left: none;
    border-top: #76b900 5px solid;
    padding-top: 80px;
    margin-top: 50px;
  }
}

#vga #s3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#vga #s3 .item {
  width: 45%;
}

#vga #s3 .item .vd {
  position: relative;
  cursor: pointer;
}

#vga #s3 .item .vd .btplay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
}

#vga #s3 .item h3 {
  font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 24px;
  text-transform: uppercase;
  padding: 20px 0 10px;
  line-height: 1.4;
}

#vga #s3 .item h3 strong {
  display: block;
  font-style: italic;
}

#vga #s3 .item p {
  font-size: 18px;
}

#vga #s3 .item .bt {
  padding-top: 20px;
}

#vga #s3 .item .bt a {
  display: inline-block;
  background: #76b900;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 22px;
  border: #76b900 3px 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;
}

#vga #s3 .item .bt a:hover {
  background: none;
  color: #76b900;
}

@media screen and (max-width: 960px) {
  #vga #s3 {
    display: block;
  }
  #vga #s3 .item {
    width: 100%;
    margin-bottom: 50px;
  }
}

#vga #s5 .title {
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 36px;
  padding: 15px 0 25px;
}

#vga #s5 .pdbox .type {
  background: #1a1a1a;
  padding: 15px;
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 24px;
  margin-top: 15px;
}

#vga #s5 .pdbox .item {
  border: #222 1px solid;
  padding: 35px 15px;
}

#vga #s5 .pdbox .item a {
  color: #76b900;
  font-weight: bold;
}

#vga #s5 .pdbox .item a:hover {
  border-bottom: #76b900 1px solid;
}

#vga #s5 .pdbox .itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vga #s5 .pdbox .itemlist .item {
  width: calc(100% / 4);
}

@media screen and (max-width: 960px) {
  #vga #s5 .pdbox .itemlist {
    display: block;
  }
  #vga #s5 .pdbox .itemlist .item {
    width: 100%;
  }
}

#vga #s5 .pdbox .itemlist2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vga #s5 .pdbox .itemlist2 .item {
  width: calc(100% / 2);
}

@media screen and (max-width: 960px) {
  #vga #s5 .pdbox .itemlist2 {
    display: block;
  }
  #vga #s5 .pdbox .itemlist2 .item {
    width: 100%;
  }
}


#vga #s5 .pdbox .item ol {
	color: #B7B7B7;
	margin-top: 15px;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 0.8em;
	list-style: disc;
}
#vga #s5 .pdbox .item ol li {
    list-style: none;
	letter-spacing: 2px;
	padding-left: 10px;
}


#vga #s6 {
  padding: 3rem 0;
}

#vga #s6 p{
	font-size: 	1.2rem;
	color: #777;
    line-height: 1.4;
    font-family: 'DINPro-Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 0 1em 0;
	width: 80%;
    margin: auto;
}

@media (max-width: 1920px){
#vga #s6 p {
    font-size: 0.9rem;
}}
	

#vga #s6 button {
  display: inline-block;
  background: #76b900;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 22px;
  border: #76b900 3px 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;
  cursor: pointer;
  margin: auto;
}

#vga #s6 button:hover {
  background: none;
  color: #76b900;
}

@media (max-width: 1024px) {
#vga #s6 button {
font-size: 12px;
	}}

@media screen and (max-width: 960px) {
  #vga #s6 button {
    width: 25%;
    padding: 12px 0px; margin: 0 auto;
  }
}

@media screen and (max-width: 425px){
#vga #s6 button {
    width: 50%;
}}

@media screen and (max-width: 320px){
#vga #s6 button {
    width: 68%;
}}

#vga #ft {
  margin-top: 35px;
}

@media (max-width: 1024px) {
#vga #ft {
    width: 45%;
    margin: auto;
	}}
	
@media (max-width: 425px){
#vga #ft {
    width: 80%;
    margin: auto;
	}}

#vga #ft .line {
  text-align: left;
  background: url(../images/ft-line.jpg) bottom left repeat-x;
}

#vga #ft .container {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

#vga #ft .container p {
  text-align: left;
  font-size: 12px;
  color: #999;
  padding-top: 15px;
}

.eulist:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

.eulist a {
  float: left;
  width: 33%;
  max-width: auto;
  color: #fff;
  padding: 15px 0;
  text-transform: uppercase;
  border-bottom: transparent 1px solid;
}

.eulist a:hover {
  color: #76b900;
  border-bottom: #76b900 1px solid;
}

.apac a {
  color: #76b900;
}

.apac a:hover {
  border-bottom: #76b900 1px solid;
}

.apac .stepbox .step {
  padding: 15px;
  font-size: 20px;
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  border-bottom: #1a1a1a 3px solid;
}

.apac .stepbox .txt {
  padding: 15px;
  background: #222;
}

.apac .note {
  padding-top: 25px;
}

.tc {
  text-align: left;
}

.tc h4 {
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 20px;
  padding: 25px 0 10px;
}

.tc p {
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.tc a {
  color: #76b900;
}

.tc a:hover {
  border-bottom: #76b900 1px solid;
}

.tc ul {
  margin-left: 20px;
  padding-bottom: 20px;
  list-style-type: lower-roman;
}

.tc ul li {
  padding-bottom: 10px;
  line-height: 1.4;
}

.tc ul li:before {
  content: ")";
  padding-right: 5px;
}

.tc ul ol {
  list-style: lower-alpha;
  margin-left: 20px;
  padding-bottom: 20px;
}

.tc ul ol li:before {
  content: ")";
  padding-right: 5px;
}

.tc ul.dot {
  list-style: disc;
}

.tc ul.dot li:before {
  display: none;
}

.box {
  /*background: #1a1a1a;*/
  background-color: #393333;
  border: none;
	/*border-bottom: 6px solid #76b900;*/
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.box:before,
.box:after {
  position:absolute;
  content: "";
  height: 0;
  width: 0;
  z-index: -1;
}

.box:before {
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.box:after {
  left: 0;
  bottom: 0;
  transition: all 0.1s 0.2s ease;
  background: #393333;
}

.box:hover:before {
  transition: all 0.1s 0.2s ease;
  height: 100%;
	  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

}
.box:hover:after {
transition: all 0.8s ease;
width: 100%;
height: 100%;
border: 6px solid #76b900;
  content: "";
  z-index: -1;	
}

.box span:before,
.box span:after {
  position: absolute;
  content: "";
}

.box span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 0.1s 0.1s ease;
}
.box span:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.box span:hover:before {
  width: 100%;
}

/*s7*/
#vga #s7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -5%;
}

@media (max-width: 1920px){
#vga #s7 container {
    width: 100% ;
    max-width: 1700px;
    padding: 3rem 0 2rem;
	}}

#vga #s7 .item {
  width: 45%;
}

#vga #s7 .item .vd {
  position: relative;
  cursor: pointer;
}

#vga #s7 .item .vd .btplay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
}

#vga #s7 .item h3 {
  font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 24px;
  padding: 20px 0 10px;
  line-height: 1.4;
}

#vga #s7 .item h3 strong {
  display: block;
  font-style: italic;
}

#vga #s7 .item p {
  font-size: 18px;
}

#vga #s7 .item .bt {
  padding-top: 20px;
}

#vga #s7 .item .bt a {
  display: inline-block;
  background: #76b900;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 22px;
  border: #76b900 3px 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;
}

#vga #s7 .item .bt a:hover {
  background: none;
  color: #76b900;
}

@media screen and (max-width: 960px) {
  #vga #s7 {
    display: block;
  }
  #vga #s7 .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #vga #s7 {
margin-top: 15%;
	}}
	  
#vga #s7 .item {
    width: 100%;
	margin: 0% 1.5%;	
}

@media (max-width: 1920px){
#vga #s7 .item {
    /*width: 85%;*/
    margin: 3% 1.5%;
	    margin: auto;
    justify-content: center;
	}}

@media (max-width: 1024px){
#vga #s7 .item {
    width: 100%;
	}}

@media (max-width: 960px){
    #vga #s7 .item {
	width: 100%;
}
}

#vga #s7 .item a {
	color: #fff;
    font-size: 1.4rem;
	text-decoration: underline;
	text-decoration-color: #76b900;
    font-family: 'DINPro-Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 2380px){
#vga #s7 .item a {
    line-height: 1.4;
    font-size: 1.3rem;
	}}

@media (max-width: 1920px){
#vga #s7 .item a {
    font-size: 1.2rem;
	}}

@media (max-width: 1440px){
#vga #s7 .item a {
    font-size: .7rem;
	}}


#vga #s7 .item p1 {
	display: inline-block;
	width: 6.25rem;
    height: 6.25rem;
    line-height: 5.25rem;
    border-radius: 6.25rem;
    color: #fff;
	border:2px solid #76b900;
	font-size: 4rem;
}

@media (max-width: 1920px){
#vga #s7 .item p1 {
    width: 5rem;
    height: 5rem;
    line-height: 4.5rem;
    border-radius: 4.7rem;
    font-size: 3.25rem;
	}}

@media (max-width: 1440px){
#vga #s7 .item p1 {
    width: 4.9rem;
    height: 4.9rem;
    line-height: 5rem;
    border-radius: 4.9rem;
    font-size: 3.15rem;
	}}


@media (max-width: 1024px){
#vga #s7 .item p1 {
    width: 4.25rem;
    height: 4.25rem;
    line-height: 4.1rem;
    border-radius: 4.25rem;
    font-size: 2.5rem;
	}}


#vga #s7 .item li {
	color: #fff;
    line-height: 1.4;
    font-size: 1.4rem;
    font-family: 'DINPro-Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 3% 1.5%;
	padding: 1.875em 0 0 0;
}

@media (max-width: 1920px){
#vga #s7 .item li {
    line-height: 1.1;
    font-size: 1.2rem;
	}}

@media (max-width: 1440px){
#vga #s7 .item li {
    font-size: .7rem;
	}}


#vga #s7 .pdbox .itemlist2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: auto;
    justify-content: center;
}

@media (max-width: 960px){
#vga #s7 .pdbox .itemlist2 {
flex-direction: column;
justify-content: center;
padding: 5%;
}}


#vga #s7 .pdbox .item .li {
    line-height: 1.2;
    font-size: 2.6rem;
    color: #000000;
    margin: 0% 0 7%;
    padding-top: 3%;
    font-family: 'DINPro-Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#vga #s7 .pdbox .itemlist3 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    margin: auto;
    justify-content: center;
}

@media (max-width: 960px){
#vga #s7 .pdbox .itemlist3 {
flex-direction: column;
justify-content: center;
padding: 5%;
}}

#vga #s7 .item h3 {
font-size: 5.5rem !important;
    line-height: 1;
    color: #76b900;
	font-family:'DINPro-Regular',"Helvetica Neue",Helvetica,Arial,sans-serif ;
	margin-bottom: 2%;
}

@media (max-width: 2380px){
#vga #s7 .item h3 {
    font-size: 4rem !important;
	}}
	
@media (max-width: 1920px){
#vga #s7 .item h3 {
    font-size: 3.3rem !important;
	}}

@media (max-width: 1600px){
#vga #s7 .item h3 {
    font-size: 3rem !important;
	}}

@media (max-width: 1024px){
#vga #s7 .item h3 {
    font-size: 1.9rem !important;
	}}

@media (max-width: 960px){
#vga #s7 .item h3 {
    font-size: 3rem !important;
	}}

@media (max-width: 425px){
#vga #s7 .item h3 {
    font-size: 1.8rem !important;
	line-height: 1.1;
	}}

#vga #s7 .item h4 {
    font-size: 3rem;
    line-height: 1.4;
    color: #fff;
    font-family: 'DINPro-Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 1920px){
#vga #s7 .item h4 {
    font-size: 1.8rem;
	}}


#vga #s7 .item h5 {
    font-size: 4rem;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-family: DINPro-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 2%;
}

@media (max-width: 1920px){
#vga #s7 .item h5 {
    font-size: 2.7rem;
}}

#vga #s7 .item .vd {
    position: relative;
    cursor: pointer;
	margin: 6% 9% 12% 6%;
}

@media (max-width: 1920px){
#vga #s7 .item .vd {
    margin: 6% 18%;
}}

#vga #s7 .item .vd a > img {
    width: 100%;
}
