@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
@import url("https://fonts.googleapis.com/css?family=Orbitron&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.InnerGIGABYTEContent body {
  font-size: 30px;
  padding: 0;
  margin: 0;
}

@font-face {
  .InnerGIGABYTEContent {
    font-family: "myfont";
    src: url("../innergigabyteimages/AORUS.woff") format("woff");
    font-weight: bold;
  }
}
.InnerGIGABYTEContent img {
  width: 100%;
  outline: none;
  border: 0;
}

.InnerGIGABYTEContent .frame {
  margin: 0 auto;
  padding: 1em 0;
  overflow: hidden;
  width: 1366px;
}

.InnerGIGABYTEContent #playBtn {
  cursor: pointer;
}

.InnerGIGABYTEContent .frame.full {
  width: 100%;
}

.InnerGIGABYTEContent .title {
  font-size: 56px;
  line-height: 1.3em;
  color: #f5ad6a;
  font-family: 'Teko', 'Roboto', 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Teko', 'Roboto', 'Oswald', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .suborangetitle {
  color: #f5ad6a;
  font-size: 34px;
  line-height: 30px;
  margin-bottom: 1%;
  margin-top: 1%;
  font-family: 'Teko', 'Roboto', 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Teko', 'Roboto', 'Oswald', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ddd;
  font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Roboto Condensed', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
  font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Roboto Condensed', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .top {
  font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Roboto Condensed', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.InnerGIGABYTEContent .video video, .InnerGIGABYTEContent .video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.InnerGIGABYTEContent p {
  margin: 0.5em 0;
}

.InnerGIGABYTEContent .mainbar {
  width: 100%;
  background: #111;
  overflow: auto;
  height: 140px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  border-bottom: #111 solid 1px;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.InnerGIGABYTEContent .mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}

.InnerGIGABYTEContent .mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}

.InnerGIGABYTEContent .mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}

.InnerGIGABYTEContent .mainbar .btn a:hover {
  color: #ec6c00;
}

.InnerGIGABYTEContent .table {
  /*display: table;*/
  /*min-height:500px;*/
  overflow: visible;
}

.InnerGIGABYTEContent .table .cell {
  display: table-cell;
  vertical-align: middle;
}

.InnerGIGABYTEContent .table .cell_HIDE {
  display: none;
  vertical-align: middle;
}

.InnerGIGABYTEContent .table .cell_SHOW {
  display: table-cell;
  vertical-align: middle;
}

.InnerGIGABYTEContent .table .cell .left {
  float: left;
  margin-left: 5%;
  /*margin-right:4%;*/
  text-align: left;
}

.InnerGIGABYTEContent .table .cell .right {
  float: right;
  margin-right: 5%;
  /*margin-left:4%;*/
  text-align: left;
}

.InnerGIGABYTEContent .table .cell .center {
  /*padding:1em 10% 0;*/
  padding: 0em 30px 0;
  /*min-height:400px;*/
  overflow: visible;
}

.InnerGIGABYTEContent .table .cell .offsetRight {
  margin-right: -25%;
}

.InnerGIGABYTEContent .table .cell .offsetLeft {
  margin-left: -25%;
}

.InnerGIGABYTEContent .table .cell .btn a {
  color: #fff;
  background-color: #036;
  border-radius: 5px;
  box-shadow: 0px 0px 16px #046fcc inset;
  padding: 8px 16px;
  text-decoration: none;
  -o-transition: background .10s linear;
  -webkit-transition: background .10s linear;
  -moz-transition: background .10s linear;
  transition: background .10s linear;
}

.InnerGIGABYTEContent .table .cell .btn a:hover {
  background-color: #03C;
}

.InnerGIGABYTEContent .table .img {
  margin-top: 30px;
}

.InnerGIGABYTEContent .table .side {
  width: 10%;
  display: block;
}

.InnerGIGABYTEContent .table .margin0auto {
  margin-left: auto;
  margin-right: auto;
}

.InnerGIGABYTEContent .table .break {
  clear: both;
}

.InnerGIGABYTEContent .table .col1,
.InnerGIGABYTEContent .table .col1s,
.InnerGIGABYTEContent .table .col1l {
  width: 9.5%;
}

.InnerGIGABYTEContent .table .col2,
.InnerGIGABYTEContent .table .col2s,
.InnerGIGABYTEContent .table .col2l {
  width: 19%;
}

.InnerGIGABYTEContent .table .col3,
.InnerGIGABYTEContent .table .col3s,
.InnerGIGABYTEContent .table .col3l {
  width: 28.5%;
}

.InnerGIGABYTEContent .table .col4,
.InnerGIGABYTEContent .table .col4s,
.InnerGIGABYTEContent .table .col4l {
  width: 38%;
}

.InnerGIGABYTEContent .table .col5,
.InnerGIGABYTEContent .table .col5s,
.InnerGIGABYTEContent .table .col5l {
  width: 47.5%;
}

.InnerGIGABYTEContent .table .col52,
.InnerGIGABYTEContent .table .col52s {
  width: auto;
}

.InnerGIGABYTEContent .table .col6,
.InnerGIGABYTEContent .table .col6s,
.InnerGIGABYTEContent .table .col6l {
  width: 40%;
}

.InnerGIGABYTEContent .table .col7,
.InnerGIGABYTEContent .table .col7s,
.InnerGIGABYTEContent .table .col7l {
  width: 66.5%;
}

.InnerGIGABYTEContent .table .col8,
.InnerGIGABYTEContent .table .col8s,
.InnerGIGABYTEContent .table .col8l {
  width: 76%;
}

.InnerGIGABYTEContent .table .col9,
.InnerGIGABYTEContent .table .col9s,
.InnerGIGABYTEContent .table .col9l {
  width: 85.5%;
}

.InnerGIGABYTEContent .table .col10,
.InnerGIGABYTEContent .table .col10s,
.InnerGIGABYTEContent .table .col10l {
  width: 95%;
}

.InnerGIGABYTEContent .fade {
  position: relative;
  overflow: auto;
  display: block;
}

.InnerGIGABYTEContent .fade .pic2 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
}

.InnerGIGABYTEContent .img-large {
  display: block;
}

.InnerGIGABYTEContent .img-small {
  display: none;
}

/*features start*/
/* CSS Document */
/* html,
body {
    background: #010000;
    font-family: 'Titillium Web', sans-serif,  Microsoft JhengHei;
    font-size: 22px;
    width: 100%;
} */
/* Video 1 ************************************/
.InnerGIGABYTEContent .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.InnerGIGABYTEContent .video-container iframe,
.InnerGIGABYTEContent .video-container object,
.InnerGIGABYTEContent .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* slider */
.carousel-indicators li {
  width: 60px;
  height: 10px;
  background-color: #666;
  border: 1px solid #3a3a3a;
  border-radius: 0px;
}

.carousel-inner {
  padding-bottom: 2%;
}

.carousel-indicators .active {
  width: 60px;
  height: 10px;
  background-color: #0074FF;
}

/* carousel */
.glyphicon-chevron-left:before {
  content: '';
}

.glyphicon-chevron-right:before {
  content: '';
}

/* UI tab css*/
.InnerGIGABYTEContent .pertable {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 4%;
}

.InnerGIGABYTEContent .pertable .st1 {
  margin-top: 0%;
  margin-bottom: 6%;
}

.InnerGIGABYTEContent .functiontabs #funtabs1 .conbox1 {
  position: relative;
  display: inline-block;
  width: 50%;
}

.InnerGIGABYTEContent .functiontabs #funtabs1 .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47%;
}

.InnerGIGABYTEContent .functiontabs #funtabs1 .suborangetitle {
  font-size: 26px;
}

.InnerGIGABYTEContent .functiontabs #funtabs4 .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}

.InnerGIGABYTEContent .functiontabs #funtabs4 .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 57%;
}

/* function tabs */
.InnerGIGABYTEContent .functiontabs ul li {
  list-style-type: square;
}

.InnerGIGABYTEContent .functiontabstitle {
  margin: 0 auto;
  margin-top: -4%;
}

.InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
  padding: 15px 10px 15px 10px;
  cursor: pointer;
  background-color: rgba(200, 155, 56, 0.3);
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #c87d38;
  color: #fff;
  font-size: 2.2vw;
  line-height: 2vw;
  text-align: center;
  vertical-align: middle;
  width: 400px;
  display: table-cell;
  font-family: 'Teko', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Teko', '微軟正黑體' !important;
}

.InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle:hover {
  border-bottom: 3px solid #e49e5d;
}

.InnerGIGABYTEContent .functiontabstitle div:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.InnerGIGABYTEContent .functiontabstitle div:last-child {
  border-right: 1px solid #000;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.InnerGIGABYTEContent .functiontabstitle #tabtitle3 {
  border-right: 0px solid #c87d38;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.InnerGIGABYTEContent .functiontabstitle #tabtitle4 {
  border-right: 0px solid #c87d38;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.InnerGIGABYTEContent .functiontabstitle #tabtitle5 {
  border-right: 0px solid #c87d38;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.InnerGIGABYTEContent .functiontabs .funtabs .martop {
  padding-top: 2%;
}

.InnerGIGABYTEContent .functiontabs #funtabsPer1 {
  position: relative;
  margin-bottom: 4%;
}

.InnerGIGABYTEContent .functiontabs #funtabsPer1 .text {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 30%;
}

.InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 55%;
}

.InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox2 {
  display: inline-block;
  position: relative;
  width: 40%;
  margin-left: 2%;
}

.InnerGIGABYTEContent .functiontabs #funtabsPer3 .t1 {
  float: left;
  font-size: 60px;
  line-height: 80px;
}

.InnerGIGABYTEContent .functiontabs #funtabsPer3 .t2 {
  float: right;
  color: #fff;
  padding-top: 20px;
}

.InnerGIGABYTEContent .functiontabs .conbox1 {
  position: relative;
  padding-top: 4%;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.InnerGIGABYTEContent .functiontabs .conbox2 {
  display: inline-block;
  position: relative;
  width: 66%;
  padding-top: 4%;
  margin-left: 2%;
}

.InnerGIGABYTEContent .functiontabs #funtabsPer2 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

.InnerGIGABYTEContent .functiontabs #funtabsPer2 .conbox2 {
  display: inline-block;
  position: relative;
  width: 35%;
  margin-left: 2%;
}

.InnerGIGABYTEContent .functiontabs .title {
  color: #fff;
}

.InnerGIGABYTEContent .bghover {
  position: relative;
}

.InnerGIGABYTEContent .exlinebg {
  margin-top: 4%;
  margin-bottom: 2%;
}

.InnerGIGABYTEContent .button {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
}

.InnerGIGABYTEContent .button:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 0%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}

.InnerGIGABYTEContent .button:hover {
  cursor: pointer;
  display: block;
}

.InnerGIGABYTEContent .button:hover:after {
  width: 100%;
  left: 0;
}

.InnerGIGABYTEContent .button1 {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
}

.InnerGIGABYTEContent .button1:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 0%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}

.InnerGIGABYTEContent .button1:hover {
  cursor: pointer;
}

.InnerGIGABYTEContent .button1:hover:after {
  width: 100%;
  left: 0;
}

.InnerGIGABYTEContent .button2 {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
}

.InnerGIGABYTEContent .button2:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 0%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}

.InnerGIGABYTEContent .button2:hover {
  cursor: pointer;
}

.InnerGIGABYTEContent .button2:hover:after {
  width: 100%;
  left: 0;
}

/*titlebar*/
.InnerGIGABYTEContent .titlebar {
  font-size: 60px;
  font-family: 'Orbitron', 'Roboto', 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Orbitron', 'Roboto', 'Oswald', '微軟正黑體' !important;
  color: #e5a265;
  letter-spacing: 2px;
  text-shadow: -2px -2px 0 #bc863f,  2px -2px 0 #bc863f, -2px 2px 0 #bc863f,  2px 2px 0 #bc863f;
  text-align: center;
  padding: 40px 0px 0px 0px;
  /*background-image: url("../innergigabyteimages/line.png");*/
  font-weight: 500;
}

.InnerGIGABYTEContent .titlesection {
  overflow: hidden;
  position: relative;
  height: 40px;
  max-width: 1920px;
  margin-bottom: 50px;
}

.InnerGIGABYTEContent .titlelinebg {
  width: 100%;
  background: #ed1b2f;
  background: -moz-linear-gradient(top, #ed1b2f 0%, #e00b0e 100%);
  background: -webkit-linear-gradient(top, #ed1b2f 0%, #e00b0e 100%);
  background: linear-gradient(to bottom, #ed1b2f 0%, #e00b0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b2f', endColorstr='#e00b0e',GradientType=0 );
  height: 40px;
  position: absolute;
}

.InnerGIGABYTEContent .titlebottombg {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.59) 49%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 99%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.59) 49%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 99%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(255, 255, 255, 0.59) 49%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  width: 100%;
  height: 40px;
  position: absolute;
  animation: led-style4 2.5s linear infinite;
  -webkit-animation: led-style4 2.5s linear infinite;
}

.InnerGIGABYTEContent .linebg {
  background-image: url("../innergigabyteimages/X570_bar.png");
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 15%;
  height: 80px;
  position: absolute;
}

.InnerGIGABYTEContent .titlebarDimension {
  font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-size: 1.8em;
  line-height: 1.0em;
  margin-bottom: 10px;
}

@keyframes led-style4 {
  0% {
    left: -80%;
  }
  30% {
    left: 30%;
  }
  31% {
    left: 50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes led-style4 {
  0% {
    left: -60%;
  }
  25% {
    left: 30%;
  }
  25.1% {
    left: 50%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.InnerGIGABYTEContent #line {
  background-image: url(../innergigabyteimages/line.png);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 50px;
}

.InnerGIGABYTEContent .imagefadein {
  display: none;
  width: 1920px;
}

.InnerGIGABYTEContent .textbutton {
  bottom: 100px;
  right: 16%;
  text-align: right;
  position: relative;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #ff6400;
  font-size: 1.6em;
  font-weight: bold;
  text-shadow: 0px 0px 20px #000;
}

/* 8 icons */
.InnerGIGABYTEContent #featureicon {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.InnerGIGABYTEContent #featureicon .featurenav {
  float: left;
  /* width: 24.76%; */
  width: 33%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-left: 4px solid #000;
}

.InnerGIGABYTEContent #featureicon .featurenav img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  margin: 0 auto;
}

.InnerGIGABYTEContent #featureicon .featurenav:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}

.InnerGIGABYTEContent #featureicon .title {
  border-bottom: 3px solid #f5ad6a;
  font-size: 1.8vw;
  line-height: 2.6vw;
  text-transform: uppercase;
  text-align: center;
  color: #ccc;
  bottom: 0;
  background: #3f3f3f;
  position: absolute;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.InnerGIGABYTEContent #featureicon .featurenav:hover .title {
  color: #f5ad6a;
}

/*learn more*/
.moreicon {
  margin-top: 2%;
  text-align: center;
  cursor: pointer;
  font-size: 1.0em;
  line-height: 1.6em;
  color: #EB0003;
}

.moreiconOpen {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
}

.morecon {
  display: none;
}

.moreline {
  /* border-bottom:3px solid #ff6400;*/
  margin-bottom: 60px;
  background-image: url("../innergigabyteimages/learnmoreline.png");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 8px;
}

.morelineOpen {
  border-bottom: 3px solid #fff;
}

.btnstyle {
  transition: all .2s;
  border-radius: 10%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #EB0003;
  margin: 0 auto;
  margin-bottom: -20px;
  z-index: 99;
  position: relative;
}

.btnstyle span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(10px) rotate(90deg);
  -webkit-transform: translateY(10px) rotate(90deg);
  -ms-transform: translateY(10px) rotate(90deg);
}

.btnstyle:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(14px) rotate(0deg);
  -webkit-transform: translateY(14px) rotate(0deg);
  -ms-transform: translateY(14px) rotate(0deg);
}

.menuOpen span {
  height: 0px;
}

.menuOpen {
  background: #EB0003;
}

/*mb-spec*/
::selection {
  background: #ff7200;
  color: #fff;
}

.InnerGIGABYTEContent #ledbg {
  background: url("../innergigabyteimages/spec_1920.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  min-height: 1060px;
  animation: ledcolor 5s linear infinite 0.1s;
  -moz-animation: ledcolor 5s linear infinite 0.1s;
  -ms-animation: ledcolor 5s linear infinite 0.1s;
  -o-animation: ledcolor 5s linear infinite 0.1s;
  -webkit-animation: ledcolor 5s linear infinite 0.1s;
}

@keyframes ledcolor {
  from {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
  }
}
/* tabicon ************************************/
.InnerGIGABYTEContent #tabicon .tabcon {
  width: 100%;
  /*background-color: #666;*/
  margin: 0 auto;
  clear: both;
  margin-bottom: 10%;
  display: none;
}

.InnerGIGABYTEContent #tabicon .triP {
  background-color: #f5ad6a;
  width: 100px;
  height: 20px;
}

.InnerGIGABYTEContent #tabicon ol li {
  list-style: none;
  text-align: center;
  float: left;
  width: 50%;
  cursor: pointer;
  border: 1px solid #f5ad6a;
  transition: all 0.3s linear;
}

.InnerGIGABYTEContent .tabcon #wtfast img {
  margin: 0 auto;
}

.InnerGIGABYTEContent .iconall {
  width: 40%;
  margin: 0 auto;
}

.InnerGIGABYTEContent #tabbox {
  min-height: 900px;
}

.InnerGIGABYTEContent .trianglediv::after {
  content: "";
  position: absolute;
  border-top: #f5ad6a 16px solid;
  border-right: transparent 10px solid;
  border-bottom: transparent 10px solid;
  border-left: transparent 10px solid;
  margin-top: 4px;
  z-index: 1;
}

/* start RGB main page */
.InnerGIGABYTEContent .mainpage {
  width: 100%;
  z-index: 9;
}

.InnerGIGABYTEContent .mainpage1 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  animation: led-style5 2s alternate infinite;
  -webkit-animation: led-style5 2s alternate infinite;
}

.InnerGIGABYTEContent .mainpage2 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  animation: led-style5 1s alternate infinite;
  -webkit-animation: led-style5 1s alternate infinite;
  animation-delay: 1s;
}

@keyframes led-style5 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style5 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style5 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
/* end main page */
/*TOP*/
.InnerGIGABYTEContent #gotop {
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  margin: 10px;
  padding: 14px;
  cursor: pointer;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  z-index: 2;
}

.InnerGIGABYTEContent #gotop img {
  margin: 0 auto;
}

.InnerGIGABYTEContent #gotop:hover {
  background-color: #666;
}

/* Youtube*/
.InnerGIGABYTEContent .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}

.InnerGIGABYTEContent .youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.InnerGIGABYTEContent .youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  /*opacity: 0.7;*/
}

.InnerGIGABYTEContent .youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.InnerGIGABYTEContent .youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.InnerGIGABYTEContent .youtube img,
.InnerGIGABYTEContent .youtube .play-button {
  cursor: pointer;
}

.InnerGIGABYTEContent .youtube img,
.InnerGIGABYTEContent .youtube iframe,
.InnerGIGABYTEContent .youtube .play-button,
.InnerGIGABYTEContent .youtube .play-button:before {
  position: absolute;
}

.InnerGIGABYTEContent .youtube .play-button,
.InnerGIGABYTEContent .youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.InnerGIGABYTEContent .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.InnerGIGABYTEContent #powerdesign102 {
  background-image: url("../innergigabyteimages/Hybrid-Digital_82_1920.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  min-height: 750px;
}

.InnerGIGABYTEContent #powerdesign102 .conbox1 {
  position: relative;
  width: 55%;
  margin-top: 1%;
}

.InnerGIGABYTEContent #powerdesign102 .conbox2 {
  position: relative;
  padding: 10px;
  vertical-align: bottom;
  border: 3px solid #f5ad6a;
  background: rgba(0, 0, 0, 0.7);
  width: 46%;
  margin-left: 0%;
  margin-top: 3%;
}

.InnerGIGABYTEContent #Base-plate .conbox1 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.InnerGIGABYTEContent #Base-plate .conbox2 {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-left: 2%;
  vertical-align: top;
}

.InnerGIGABYTEContent #Base-plate ol li {
  list-style-type: disc;
}

.InnerGIGABYTEContent .graylinebg {
  background-image: url("../innergigabyteimages/graylinebg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 80px;
}

.InnerGIGABYTEContent #rgbsoftware .conbox1 {
  position: relative;
  display: inline-block;
  width: 15%;
  vertical-align: top;
  padding-top: 0px;
}

.InnerGIGABYTEContent #rgbsoftware .conbox2 {
  display: inline-block;
  position: relative;
  width: 82%;
  padding-top: 10px;
}

.InnerGIGABYTEContent #rgbsoftware .conbox3 {
  position: relative;
  display: inline-block;
  width: 46%;
  vertical-align: top;
  text-align: center;
}

.InnerGIGABYTEContent #rgbsoftware .conbox4 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 4%;
  vertical-align: top;
  text-align: center;
}

.InnerGIGABYTEContent #sf5software .conbox1 {
  position: relative;
  display: inline-block;
  width: 46%;
}

.InnerGIGABYTEContent #sf5software .conbox2 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 4%;
}

.InnerGIGABYTEContent #sf5software .t2 {
  margin-top: 4%;
}

.InnerGIGABYTEContent #type-c {
  background-color: #000;
  background-image: url(../innergigabyteimages/mb_type-c_1920.png);
  background-position: 50% top;
  background-repeat: no-repeat;
  min-height: 580px;
}

.InnerGIGABYTEContent #type-c .text {
  margin-top: 5%;
  width: 71%;
  float: right;
}

.InnerGIGABYTEContent #hdmi {
  background-color: #000;
  background-image: url(../innergigabyteimages/mb_hdmi_1920.jpg);
  background-position: 50% 10%;
  background-repeat: no-repeat;
  min-height: 650px;
}

.InnerGIGABYTEContent #hdmi .text {
  width: 72%;
  float: right;
}

.InnerGIGABYTEContent #hdmi .title {
  margin-top: 3%;
  width: 72%;
  float: right;
}

.InnerGIGABYTEContent #dualbios {
  background-color: #000;
  background-image: url("../innergigabyteimages/mb_dualbios_1920.jpg");
  background-position: 200px -220px;
  background-repeat: no-repeat;
  min-height: 567px;
}

.InnerGIGABYTEContent #dualbios .title {
  margin-top: 12%;
}

.InnerGIGABYTEContent #dualbios .text {
  width: 60%;
}

.InnerGIGABYTEContent #surge {
  background-color: #000;
  background-image: url(../innergigabyteimages/surge_1920.jpg);
  background-position: 50% bottom;
  background-repeat: no-repeat;
  min-height: 720px;
}

.InnerGIGABYTEContent #humidity {
  background-color: #000;
  background-image: url(../innergigabyteimages/mb_humidity_1920.jpg);
  background-position: 50% 60%;
  background-repeat: no-repeat;
  min-height: 630px;
}

.InnerGIGABYTEContent #humidity .title {
  margin-top: 5%;
}

.InnerGIGABYTEContent #temperature {
  background-color: #000;
  background-image: url(../innergigabyteimages/mb_temperature_1920.jpg);
  background-position: 50% 60%;
  background-repeat: no-repeat;
  min-height: 500px;
}

.InnerGIGABYTEContent #temperature .text {
  width: 70%;
}

.InnerGIGABYTEContent #optane {
  background-color: #000;
  background-image: url("../innergigabyteimages/Optane_1920.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  min-height: 1300px;
  position: relative;
}

.InnerGIGABYTEContent #optane .title {
  font-size: 3em;
  color: #fff;
  text-shadow: 0px 0px 30px #00C4A8;
  text-align: center;
  margin-top: 100px;
}

.InnerGIGABYTEContent #optane .optitle {
  font-size: 120px;
}

.InnerGIGABYTEContent #optane .videoheight {
  margin-top: 36%;
}

.InnerGIGABYTEContent #optane .videowidth {
  width: 50%;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 100px #00C4A8;
}

.InnerGIGABYTEContent #optane .text {
  width: 40%;
  margin-right: 4%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.InnerGIGABYTEContent #RGBLED-function {
  /* background-image: url("../innergigabyteimages/red_bg_1920.jpg"); */
  background-position: 50% 100px;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  z-index: 15;
  overflow: hidden;
}

@keyframes RGBLED {
  from {
    background-position: 50% -600px;
    background-image: url("");
  }
  to {
    background-position: 50% 100px;
    background-image: url("../innergigabyteimages/red_bg_1920.jpg");
  }
}
.InnerGIGABYTEContent #RGBLED-function .title {
  z-index: 16;
  position: relative;
  margin-bottom: 90px;
}

.InnerGIGABYTEContent #RGBLED-function .text {
  margin-top: -80px;
}

.InnerGIGABYTEContent #RGBLED-function .text {
  width: 46%;
}

.InnerGIGABYTEContent #RGBLED-function .cell {
  width: 1366px;
}

.InnerGIGABYTEContent #RGBLED-function .rgbscale img {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.InnerGIGABYTEContent #RGBLED-function .rgbscale img:hover {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}

.InnerGIGABYTEContent #RGBLED-function .nav-2 {
  width: 48%;
  float: left;
}

.InnerGIGABYTEContent #RGBLED-function .ledstrip {
  width: 50%;
  float: right;
}

.InnerGIGABYTEContent #rgbapp {
  background-color: #000;
  background-image: url("../innergigabyteimages/mb_rgbapp_1920.jpg");
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1400px;
}

.InnerGIGABYTEContent #rgbapp .rgbqrcode {
  margin-top: 62%;
  margin-left: 2%;
}

.InnerGIGABYTEContent #RGBtext {
  position: relative;
  margin-bottom: 4%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #dddddd;
}

.InnerGIGABYTEContent #RGBtext a {
  color: #dddddd;
}

.InnerGIGABYTEContent .table .table {
  background-color: transparent;
}

.InnerGIGABYTEContent #smartfan5fan {
  margin-bottom: 4%;
}

.InnerGIGABYTEContent #smartfan5fan .title {
  margin-top: 50px;
}

.InnerGIGABYTEContent #smartfan5fan .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.InnerGIGABYTEContent #smartfan5fan .conbox2 {
  display: inline-block;
  position: relative;
  width: 65%;
  margin-left: 2%;
}

.InnerGIGABYTEContent #smartfan5fan .conbox3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 51%;
}

.InnerGIGABYTEContent #smartfan5fan .conbox4 {
  display: inline-block;
  position: relative;
  width: 40%;
  margin-left: 2%;
}

.InnerGIGABYTEContent #smartfan5fan .conbox5 {
  display: inline-block;
  position: relative;
  width: 46%;
}

.InnerGIGABYTEContent #smartfan5fan .conbox5 .smarttitle {
  vertical-align: text-top;
}

.InnerGIGABYTEContent #smartfan5fan .conbox6 {
  border-left: 1px solid #999;
  padding-left: 6%;
  display: inline-block;
  position: relative;
  width: 48%;
  margin-bottom: 4%;
}

.InnerGIGABYTEContent #smartfan5fan .conbox7 {
  position: relative;
  min-height: 200px;
}

.InnerGIGABYTEContent #smartfan5fan .conbox7 .con71 {
  position: absolute;
  right: 10%;
  top: 20px;
}

.InnerGIGABYTEContent #smartfan5fan .conbox7 .con72 {
  position: absolute;
  right: 10%;
  top: 100px;
}

.InnerGIGABYTEContent #smartfan5fan .conbox7 img {
  position: absolute;
}

.InnerGIGABYTEContent #smartfan5fan .smartlist {
  font-size: 26px;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
  line-height: 40px;
  font-weight: 500;
  margin-left: 2%;
  padding-left: 2%;
  padding-bottom: 2%;
}

.InnerGIGABYTEContent #smartfan5fan .smartlist img {
  margin-right: 2%;
  margin-bottom: -2%;
}

.InnerGIGABYTEContent #smartfan5fan .smartlist1 {
  font-size: 26px;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
  line-height: 40px;
  font-weight: 500;
}

.InnerGIGABYTEContent #smartfan5fan .smarttitle {
  color: #f5ad6a;
  font-weight: 500;
}

.InnerGIGABYTEContent #smartfan5fan .smarttitle2 {
  font-size: 14px;
}

.InnerGIGABYTEContent #fancontrol .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.InnerGIGABYTEContent #fancontrol .conbox2 .title {
  color: #009FE8;
  text-align: center;
}

.InnerGIGABYTEContent #fancontrol .conbox2 {
  display: inline-block;
  position: relative;
  width: 66%;
  margin-left: 2%;
}

.InnerGIGABYTEContent #fancontrol .conbox2 img {
  width: 50%;
}

.InnerGIGABYTEContent #M2ThermalGuard {
  background-image: url("../innergigabyteimages/M2ThermalGuard_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}

.InnerGIGABYTEContent #M2ThermalGuard .t1 {
  margin-top: 6%;
}

.InnerGIGABYTEContent #M2ThermalGuard .t2 {
  margin-top: 6%;
}

.InnerGIGABYTEContent #M2ThermalGuard .text {
  width: 50%;
}

.InnerGIGABYTEContent #M2ThermalGuard #M2ThermalGuard-small {
  display: none;
}

.InnerGIGABYTEContent #armor {
  background-color: #000;
  background-image: url("../innergigabyteimages/mb_armor_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}

.InnerGIGABYTEContent #armor .title {
  margin-top: 150px;
}

.InnerGIGABYTEContent #armor .text {
  width: 45%;
}

.InnerGIGABYTEContent #armor .img {
  margin-top: 12%;
}

.InnerGIGABYTEContent #XSplit {
  background-image: url("../innergigabyteimages/xsplit_1920.jpg");
  background-position: 50% 80px;
  background-repeat: no-repeat;
  min-height: 780px;
}

.InnerGIGABYTEContent .XSplit_MV {
  position: absolute;
  color: #fff;
  left: 56%;
  top: 33%;
  z-index: 10;
  display: block;
  width: 25%;
  float: left;
}

.InnerGIGABYTEContent .MV2 {
  width: 440px;
  height: 285px;
}

.InnerGIGABYTEContent a.more {
  display: block;
  width: 208px;
  height: 45px;
  background-image: url("../innergigabyteimages/more.png");
  text-indent: -99999px;
  position: absolute;
  color: #fff;
  right: -2%;
  bottom: -20%;
  transition: background-image .5s;
}

.InnerGIGABYTEContent a.more:hover {
  background-image: url("../innergigabyteimages/more2.png");
}

.InnerGIGABYTEContent #locking {
  background-color: #040607;
}

.InnerGIGABYTEContent #exclusive {
  position: relative;
  background-color: #060608;
  min-height: 1100px;
}

.InnerGIGABYTEContent #exclusive .conbox1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 1300px;
}

.InnerGIGABYTEContent #exclusive .conbox2 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 1300px;
}

.InnerGIGABYTEContent #exclusive .t1 {
  z-index: 4;
  margin-top: 650px;
  position: absolute;
  width: 550px;
}

.InnerGIGABYTEContent #Solid-Pin .conbox1 {
  position: relative;
  display: inline-block;
  width: 62%;
  vertical-align: top;
}

.InnerGIGABYTEContent #Solid-Pin .conbox2 {
  display: inline-block;
  position: relative;
  width: 32%;
  margin-left: 4%;
}

.InnerGIGABYTEContent #Solid-Pin .conbox3 {
  width: 85%;
}

.InnerGIGABYTEContent #Solid-Pin ol li {
  list-style-type: disc;
}

.InnerGIGABYTEContent #Solid-Pin .t1 {
  border-left: 4px solid #f5ad6a;
  padding-left: 10px;
  line-height: 30px;
  margin-top: 80px;
  margin-left: -20px;
}

.InnerGIGABYTEContent #thermaldesign {
  margin-top: 0%;
}

.InnerGIGABYTEContent #thermaldesign .str1 {
  font-size: 2.6vw;
  color: #ff0000;
}

.InnerGIGABYTEContent #thermaldesign .thermaldesignline {
  background-image: url("../innergigabyteimages/ThermalDesign.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 800px;
  position: relative;
  width: 1400px;
}

.InnerGIGABYTEContent #thermaldesign .t1 {
  background-color: rgba(194, 138, 85, 0.7);
  border-radius: 2px;
  border: 3px solid #e9a565;
  width: 300px;
  padding: 20px;
  display: none;
  color: #fff;
  z-index: 22;
}

.InnerGIGABYTEContent #thermaldesign #therm1 {
  position: absolute;
  top: 295px;
  left: 40px;
}

.InnerGIGABYTEContent #thermaldesign #therm2 {
  position: absolute;
  top: 530px;
  right: 60px;
}

.InnerGIGABYTEContent #thermaldesign #therm3 {
  position: absolute;
  top: 390px;
}

.InnerGIGABYTEContent #thermaldesign #therm4 {
  position: absolute;
  right: 380px;
  top: 145px;
}

.InnerGIGABYTEContent #thermaldesign #therm1con {
  position: absolute;
  width: 400px;
  top: 90px;
  left: 20px;
}

.InnerGIGABYTEContent #thermaldesign #therm2con {
  position: absolute;
  width: 400px;
  top: 460px;
  right: 280px;
}

.InnerGIGABYTEContent #thermaldesign #therm3con {
  position: absolute;
  width: 360px;
  top: 420px;
}

.InnerGIGABYTEContent #thermaldesign #therm4con {
  position: absolute;
  width: 300px;
  top: 220px;
  right: 305px;
}

.InnerGIGABYTEContent .btnstyletherm {
  transition: all .2s;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #e9a565;
  margin: 0 auto;
  position: relative;
}

.InnerGIGABYTEContent .btnstyletherm span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(12px) rotate(90deg);
  -webkit-transform: translateY(12px) rotate(90deg);
  -ms-transform: translateY(12px) rotate(90deg);
}

.InnerGIGABYTEContent .btnstyletherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(16px) rotate(0deg);
  -webkit-transform: translateY(16px) rotate(0deg);
  -ms-transform: translateY(16px) rotate(0deg);
}

.InnerGIGABYTEContent .btnstyletherm:hover {
  background-color: #c28a55;
}

.InnerGIGABYTEContent .menuOpentherm span {
  height: 0px;
}

.InnerGIGABYTEContent .menuOpentherm {
  background: #e9a565;
}

.InnerGIGABYTEContent #therm1titlebtn {
  position: absolute;
  top: 327px;
  left: 120px;
}

.InnerGIGABYTEContent #therm2titlebtn {
  position: absolute;
  top: 490px;
  right: 155px;
}

.InnerGIGABYTEContent #therm3titlebtn {
  position: absolute;
  top: 430px;
  left: 406px;
}

.InnerGIGABYTEContent #therm4titlebtn {
  position: absolute;
  top: 140px;
  right: 335px;
}

.InnerGIGABYTEContent #thermaldesign .thertitle {
  z-index: 20;
  color: #f5ad6a;
  font-size: 28px;
  font-family: 'Teko', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Teko', '微軟正黑體' !important;
}

.InnerGIGABYTEContent #thermaldesign .smalltitle,
.InnerGIGABYTEContent #thermaldesign #thermaldesignsmall {
  display: none;
}

.InnerGIGABYTEContent #xmp {
  background-color: #000;
  background-image: url("../innergigabyteimages/mb_xmp_1920.jpg");
  background-position: center -10px;
  min-height: 650px;
  background-repeat: no-repeat;
}

.InnerGIGABYTEContent #sli {
  background-color: #000;
  background-image: url("../innergigabyteimages/sli_1920.jpg");
  background-position: 50% -30px;
  background-repeat: no-repeat;
  min-height: 640px;
}

.InnerGIGABYTEContent #sli .text {
  width: 70%;
}

.InnerGIGABYTEContent #pcie {
  min-height: 850px;
}

.InnerGIGABYTEContent #pcie .note {
  position: absolute;
  top: 600px;
  left: 50px;
  z-index: 4;
}

.InnerGIGABYTEContent #pcie .conbox1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 1300px;
}

.InnerGIGABYTEContent #pcie .conbox2 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 1300px;
}

.InnerGIGABYTEContent #NVMem2 .conbox1 {
  display: block;
  float: left;
  width: 45%;
  margin-top: 10%;
}

.InnerGIGABYTEContent #NVMem2 .conbox2 {
  display: block;
  float: right;
  width: 55%;
}

.InnerGIGABYTEContent #vr {
  background-color: #000;
  background-image: url("../innergigabyteimages/mb_vr_1920.jpg");
  background-size: cover;
  background-attachment: fixed;
  min-height: 1000px;
}

.InnerGIGABYTEContent #vr .vrtext {
  padding: 2%;
  background-color: rgba(255, 0, 0, 0.6);
  width: 48%;
  font-weight: 500;
  color: #ccc;
  font-size: 24px;
  line-height: 40px;
  font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Oswald', '微軟正黑體' !important;
}

.InnerGIGABYTEContent #vr .vrtitlesub {
  font-weight: 400;
  color: #e7a466;
  font-size: 1.1em;
  line-height: 1em;
  font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei;
  font-family: 'Oswald', '微軟正黑體' !important;
}

.InnerGIGABYTEContent #vr .vrimg {
  width: auto;
  margin-right: 400px;
}

.InnerGIGABYTEContent #vr .vrtitle {
  font-size: 0.8em;
  font-weight: bold;
}

.InnerGIGABYTEContent #anti-sulfur {
  background-image: url("../innergigabyteimages/anti-sulfur_1920.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.InnerGIGABYTEContent #anti-sulfur .title {
  text-align: right;
  margin-top: 12%;
  text-shadow: 1px 1px 10px #000;
  color: #FFF;
}

.InnerGIGABYTEContent #anti-sulfur .text {
  float: right;
  text-align: justify;
  width: 50%;
}

.InnerGIGABYTEContent .con-led {
  margin-left: 10%;
  margin-right: 10%;
}

.InnerGIGABYTEContent .advan,
.InnerGIGABYTEContent .advan02,
.InnerGIGABYTEContent .advan03,
.InnerGIGABYTEContent .advan04,
.InnerGIGABYTEContent .advan05,
.InnerGIGABYTEContent .advan06,
.InnerGIGABYTEContent rgbstr5 {
  display: none;
}

.InnerGIGABYTEContent .nav-2,
.InnerGIGABYTEContent .advan,
.InnerGIGABYTEContent .advan02,
.InnerGIGABYTEContent .advan03,
.InnerGIGABYTEContent .advan04,
.InnerGIGABYTEContent .advan05,
.InnerGIGABYTEContent .advan06 {
  width: 100%;
  overflow: hidden;
  margin-left: 2%;
}

.InnerGIGABYTEContent .advan ul,
.InnerGIGABYTEContent .advan02 ul,
.InnerGIGABYTEContent .advan03 ul,
.InnerGIGABYTEContent .advan04 ul,
.InnerGIGABYTEContent .advan05 ul,
.InnerGIGABYTEContent .advan06 ul {
  margin-top: 10px;
  margin-left: 10%;
}

.InnerGIGABYTEContent .rgblogo1 {
  padding-left: 8%;
}

.InnerGIGABYTEContent .nav-2 ul li {
  float: left;
  margin-right: 16px;
  cursor: pointer;
  margin-bottom: 3%;
  width: 13%;
  /* -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1); */
}

.InnerGIGABYTEContent .advan ul li,
.InnerGIGABYTEContent .advan02 ul li,
.InnerGIGABYTEContent .advan03 ul li,
.InnerGIGABYTEContent .advan04 ul li,
.InnerGIGABYTEContent .advan05 ul li,
.InnerGIGABYTEContent .advan06 ul li {
  float: left;
  margin-right: 16px;
  cursor: pointer;
  margin-bottom: 3%;
  width: 20%;
  /* -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1); */
}

.InnerGIGABYTEContent map *:focus {
  outline: none;
}

.InnerGIGABYTEContent .jQWCP-wWidget {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
  border: 0;
  outline: none;
}

.InnerGIGABYTEContent .jQWCP-wWidget.jQWCP-block {
  box-shadow: inset 0px 0px 0px #ccc;
}

.InnerGIGABYTEContent .jQWCP-wWheel {
  border: 0;
}

.InnerGIGABYTEContent #color-css {
  display: block;
}

.InnerGIGABYTEContent .box1 {
  margin-top: -120px;
  width: 100%;
  max-width: 680px;
  position: relative;
  height: 900px;
  overflow: hidden;
}

.InnerGIGABYTEContent #a1 {
  width: 100%;
  height: 800px;
  position: absolute;
  z-index: 11;
  background-color: #ff7200;
  /* animation: led-style3 3s linear infinite;
  -webkit-animation: led-style3 3s linear infinite; */
}

.InnerGIGABYTEContent .ledstrip {
  width: 100%;
}

.InnerGIGABYTEContent .ledstrip1,
.InnerGIGABYTEContent .ledstrip2 {
  position: relative;
  overflow: hidden;
  height: 100px;
}

.InnerGIGABYTEContent #ledstrbg1 {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 11;
  background-color: #ff7200;
}

.InnerGIGABYTEContent .stripimg1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

.InnerGIGABYTEContent #ledstrbg2 {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 11;
  background-color: #ff0000;
}

.InnerGIGABYTEContent .ledstrbgdigi7 {
  background: #ff3232;
  background: -moz-linear-gradient(left, #ff3232 5%, #ff8132 13%, #eeff32 21%, #55ff32 29%, #ee32ff 38%, #ff3232 54%, #ff9532 65%, #e7ff32 74%, #3aff30 81%, #2c28ff 90%, #f832ff 100%);
  background: -webkit-linear-gradient(left, #ff3232 5%, #ff8132 13%, #eeff32 21%, #55ff32 29%, #ee32ff 38%, #ff3232 54%, #ff9532 65%, #e7ff32 74%, #3aff30 81%, #2c28ff 90%, #f832ff 100%);
  background: linear-gradient(to right, #ff3232 5%, #ff8132 13%, #eeff32 21%, #55ff32 29%, #ee32ff 38%, #ff3232 54%, #ff9532 65%, #e7ff32 74%, #3aff30 81%, #2c28ff 90%, #f832ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#f832ff', GradientType=1);
}

.InnerGIGABYTEContent .stripimg2 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

/*---------------LED ZONE 1--------------*/
.InnerGIGABYTEContent #a1-1 {
  width: 40%;
  height: 400px;
  margin-left: 2%;
  position: absolute;
  z-index: 11;
  background-color: #fcff00;
  display: none;
}

/*---------------LED ZONE 2--------------*/
.InnerGIGABYTEContent #a1-2 {
  width: 30%;
  height: 460px;
  margin-top: 60%;
  margin-left: 0%;
  position: absolute;
  z-index: 11;
  background-color: #001eff;
  display: none;
}

/*---------------LED ZONE 3--------------*/
.InnerGIGABYTEContent #a1-3 {
  width: 18%;
  height: 900px;
  margin-left: 90%;
  position: absolute;
  z-index: 11;
  background-color: #36ff00;
  display: none;
}

/*---------------LED ZONE 4--------------*/
.InnerGIGABYTEContent #a1-4 {
  width: 30%;
  height: 420px;
  margin-top: 60%;
  margin-left: 50%;
  position: absolute;
  z-index: 11;
  background-color: #ff0000;
  display: none;
}

.InnerGIGABYTEContent #color1 {
  width: 100%;
  max-height: 900px;
  position: absolute;
  z-index: 13;
  display: none;
  margin-top: -300px;
}

.InnerGIGABYTEContent #color2 {
  width: 100%;
  max-height: 900px;
  position: absolute;
  z-index: 13;
  display: none;
}

.InnerGIGABYTEContent .b1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.InnerGIGABYTEContent #colorpicker-style {
  margin-left: 300px;
  margin-top: -220px;
  margin-bottom: 34px;
}

.InnerGIGABYTEContent #colorpicker-a1-style,
.InnerGIGABYTEContent #colorpicker-a2-style,
.InnerGIGABYTEContent #colorpicker-a3-style,
.InnerGIGABYTEContent #colorpicker-a4-style,
.InnerGIGABYTEContent #colorpicker-a5-style,
.InnerGIGABYTEContent #colorpicker-a6-style {
  margin-left: 240px;
  margin-top: -220px;
  position: absolute;
  display: none;
}

.InnerGIGABYTEContent .rgb-c,
.InnerGIGABYTEContent .rgb-ca {
  width: 30%;
  height: 50px;
  border-radius: 10px;
  clear: both;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  background: #0d0d0d;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
  font-family: 'Roboto Condensed', !important;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-top-color: #262626;
  border-right-color: #262626;
  border-bottom-color: #262626;
  border-left-color: #262626;
}

.InnerGIGABYTEContent .rgb-c {
  color: #ff6400;
}

.InnerGIGABYTEContent .rgb-c:hover,
.InnerGIGABYTEContent .rgb-ca:hover {
  color: #ff6400;
}

.InnerGIGABYTEContent .click-n {
  z-index: 22;
  top: 0%;
  left: 20%;
  position: absolute;
  display: none;
}

.InnerGIGABYTEContent .temp-n {
  width: 125px;
  height: 200px;
  z-index: 20;
  top: 66%;
  left: 75%;
  position: absolute;
  display: none;
}

.InnerGIGABYTEContent .music-n {
  z-index: 21;
  top: 66%;
  left: 60%;
  position: absolute;
  display: none;
}

@keyframes led-style12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style12 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes led-style13 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style13 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style13 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.2;
  }
  85% {
    opacity: 0.6;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes led-style17 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.4;
  }
  95% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style17 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.4;
  }
  95% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style17 {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.4;
  }
  95% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes led-style16 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@-webkit-keyframes led-style16 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@-ms-keyframes led-style16 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@keyframes led-style14 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes led-style14 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes led-style14 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes led-style11 {
  0% {
    background-position: 0 300px;
  }
  30% {
    background-position: 0 600px;
  }
  50% {
    background-position: 0 1000px;
  }
  70% {
    background-position: 0 1200px;
  }
  100% {
    background-position: 0 1600px;
  }
}
@keyframes led-style18 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes led-style18 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes led-style18 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes led-style15 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes led-style15 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes led-style15 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes led-style19 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@-ms-keyframes led-style19 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@-webkit-keyframes led-style19 {
  0% {
    background: #4df117;
  }
  7% {
    opacity: 0.9;
  }
  14% {
    background: #6dcddd;
  }
  21% {
    opacity: 0.9;
  }
  28% {
    background: #093dd8;
  }
  35% {
    opacity: 0.8;
  }
  42% {
    background: #fc0cb9;
  }
  49% {
    opacity: 0.9;
  }
  56% {
    background: #f01f25;
  }
  63% {
    opacity: 0.8;
  }
  70% {
    background: #f3ec17;
  }
  77% {
    opacity: 0.9;
  }
  85% {
    background: white;
  }
  92% {
    opacity: 0.8;
  }
  100% {
    background: #4df117;
  }
}
@keyframes led-style20 {
  0% {
    background: #fbff30;
    background: -moz-linear-gradient(left, #fbff30 16%, #4bff30 27%, #3037ff 38%, #ff30ed 55%, #ff0000 68%);
    background: -webkit-linear-gradient(left, #fbff30 16%, #4bff30 27%, #3037ff 38%, #ff30ed 55%, #ff0000 68%);
    background: linear-gradient(to right, #fbff30 16%, #4bff30 27%, #3037ff 38%, #ff30ed 55%, #ff0000 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbff30', endColorstr='#ff0000', GradientType=1);
  }
  25% {
    background: #ff0000;
    background: -moz-linear-gradient(left, #ff0000 16%, #fbff30 27%, #4bff30 38%, #3037ff 55%, #ff30ed 68%);
    background: -webkit-linear-gradient(left, #ff0000 16%, #fbff30 27%, #4bff30 38%, #3037ff 55%, #ff30ed 68%);
    background: linear-gradient(to right, #ff0000 16%, #fbff30 27%, #4bff30 38%, #3037ff 55%, #ff30ed 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff30ed', GradientType=1);
  }
  50% {
    background: #ff30ed;
    background: -moz-linear-gradient(left, #ff30ed 16%, #ff0000 27%, #fbff30 38%, #4bff30 55%, #3037ff 68%);
    background: -webkit-linear-gradient(left, #ff30ed 16%, #ff0000 27%, #fbff30 38%, #4bff30 55%, #3037ff 68%);
    background: linear-gradient(to right, #ff30ed 16%, #ff0000 27%, #fbff30 38%, #4bff30 55%, #3037ff 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff30ed', endColorstr='#3037ff', GradientType=1);
  }
  75% {
    background: #3037ff;
    background: -moz-linear-gradient(left, #3037ff 16%, #ff30ed 27%, #ff0000 38%, #fbff30 55%, #4bff30 68%);
    background: -webkit-linear-gradient(left, #3037ff 16%, #ff30ed 27%, #ff0000 38%, #fbff30 55%, #4bff30 68%);
    background: linear-gradient(to right, #3037ff 16%, #ff30ed 27%, #ff0000 38%, #fbff30 55%, #4bff30 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3037ff', endColorstr='#4bff30', GradientType=1);
  }
  100% {
    background: #4bff30;
    background: -moz-linear-gradient(left, #4bff30 16%, #3037ff 27%, #ff30ed 38%, #ff0000 55%, #fbff30 68%);
    background: -webkit-linear-gradient(left, #4bff30 16%, #3037ff 27%, #ff30ed 38%, #ff0000 55%, #fbff30 68%);
    background: linear-gradient(to right, #4bff30 16%, #3037ff 27%, #ff30ed 38%, #ff0000 55%, #fbff30 68%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bff30', endColorstr='#fbff30', GradientType=1);
  }
}
@keyframes led-style21 {
  0% {
    left: 0px;
  }
  30% {
    left: 20%;
  }
  50% {
    left: 40%;
  }
  70% {
    left: 60%;
  }
  100% {
    left: 80%;
  }
}
@keyframes led-style22 {
  0% {
    left: -10%;
  }
  10% {
    left: 20%;
  }
  20% {
    left: 40%;
  }
  30% {
    left: 60%;
  }
  40% {
    left: 80%;
  }
  50% {
    left: 100%;
  }
  60% {
    left: 80%;
  }
  70% {
    left: 60%;
  }
  80% {
    left: 40%;
  }
  90% {
    left: 20%;
  }
  100% {
    left: -10%;
  }
}
@keyframes DigitalRGB07 {
  0% {
    left: -100%;
  }
  30% {
    left: -70%;
  }
  50% {
    left: -50%;
  }
  70% {
    left: -30%;
  }
  100% {
    left: 0%;
  }
}
.InnerGIGABYTEContent #audioguard .img01 {
  width: 42%;
  float: left;
}

.InnerGIGABYTEContent #qflashplus .qflashlogo {
  margin-top: 2%;
  margin-bottom: 2%;
}

.InnerGIGABYTEContent #qflashplus .conbox1 {
  position: relative;
  display: inline-block;
  width: 20%;
}

.InnerGIGABYTEContent #qflashplus .conbox2 {
  display: inline-block;
  position: relative;
  width: 70%;
  padding-top: 2%;
  vertical-align: top;
}

.InnerGIGABYTEContent #qflashplus .conbox3 {
  display: inline-block;
  position: relative;
  width: 30%;
}

.InnerGIGABYTEContent #qflashplus .conbox4 {
  display: inline-block;
  position: relative;
  width: 30%;
  margin-left: 4%;
}

.InnerGIGABYTEContent #qflashplus .conbox5 {
  display: inline-block;
  position: relative;
  width: 30%;
  margin-left: 4%;
}

.InnerGIGABYTEContent #hd4khdmi {
  background: linear-gradient(55deg, #222, #211, #112, #000);
  background-size: 800% 800%;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName 15s ease infinite;
  animation: AnimationName 15s ease infinite;
  padding-top: 5%;
  margin-top: -80px;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.InnerGIGABYTEContent #hd4khdmi .title {
  text-align: center;
  font-size: 2em;
}

.InnerGIGABYTEContent #hd4khdmi .conbox1 {
  background-image: url("../innergigabyteimages/4k-bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 45%;
  padding: 2%;
  margin-right: 8%;
  min-height: 600px;
  margin-bottom: 8%;
  vertical-align: top;
}

.InnerGIGABYTEContent #hd4khdmi .conbox2 {
  background-image: url("../innergigabyteimages/hdmi-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 45%;
  text-align: left;
  padding: 2%;
  min-height: 600px;
  vertical-align: top;
}

@media screen and (max-width: 1680px) {
  /* 8 icons */
  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 24.7%; */
    width: 33%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .table .col6l {
    width: 50%;
  }

  .InnerGIGABYTEContent .table .col52,
  .InnerGIGABYTEContent .table .col52s {
    width: auto;
  }

  .InnerGIGABYTEContent .frame {
    width: 960px;
  }

  .InnerGIGABYTEContent .functiontabs #funtabs1 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs #funtabs1 .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .InnerGIGABYTEContent .textbutton {
    bottom: 80px;
    right: 16%;
  }

  /* 8 icons */
  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 24.58%; */
    width: 33%;
  }

  /* tabicon ************************************/
  .InnerGIGABYTEContent #tabicon ol li {
    margin-bottom: 1%;
    list-style: none;
    float: left;
    cursor: pointer;
    /*margin-left:4%;*/
  }

  .InnerGIGABYTEContent #tabicon ol li:hover {
    border: 10px solid #ED1B2F;
  }

  .InnerGIGABYTEContent #tabicon img {
    width: 100%;
  }

  .InnerGIGABYTEContent #tabicon .tabcon {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    display: none;
  }

  .InnerGIGABYTEContent .tabbox {
    overflow: visible;
    min-height: 800px;
  }

  .InnerGIGABYTEContent #powerdesign102 {
    background-image: url("../innergigabyteimages/Hybrid-Digital_82_1366.jpg");
    background-position: 60% -50px;
    background-repeat: no-repeat;
    min-height: 920px;
  }

  .InnerGIGABYTEContent #powerdesign102 .conbox1 {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-top: 50%;
  }

  .InnerGIGABYTEContent #powerdesign102 .conbox2 {
    position: relative;
    padding: 10px;
    display: inline-block;
    vertical-align: auto;
    border: 4px solid #333;
    width: 50%;
    margin-left: 0%;
    margin-top: 45%;
  }

  .InnerGIGABYTEContent #exclusive {
    min-height: 870px;
  }

  .InnerGIGABYTEContent #exclusive .conbox1 {
    width: 900px;
  }

  .InnerGIGABYTEContent #exclusive .conbox2 {
    width: 900px;
  }

  .InnerGIGABYTEContent #exclusive .t1 {
    width: 430px;
    margin-top: 430px;
  }

  .InnerGIGABYTEContent #RGBLED-function {
    background-position: center center;
    position: relative;
  }

  .InnerGIGABYTEContent #RGBLED-function .cell {
    width: 1366px;
  }

  .InnerGIGABYTEContent #audioguard .img01 {
    width: 50%;
    float: left;
  }

  .InnerGIGABYTEContent #rgbapp {
    margin-top: 0px;
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_rgbapp_1366.jpg");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1200px;
  }

  .InnerGIGABYTEContent #rgbapp .rgbqrcode {
    margin-top: 70%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard {
    background-image: url("../innergigabyteimages/M2ThermalGuard_1366.jpg");
    background-position: 60% 20px;
    background-repeat: no-repeat;
  }

  .InnerGIGABYTEContent #M2ThermalGuard .t1 {
    margin-top: 6%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard .t2 {
    margin-top: 6%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard .text {
    width: 50%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard #M2ThermalGuard-small {
    display: none;
  }

  .InnerGIGABYTEContent #NVMem2 .conbox1 {
    margin-top: 6%;
  }

  .InnerGIGABYTEContent #pcie {
    min-height: 720px;
  }

  .InnerGIGABYTEContent #pcie .conbox1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 900px;
  }

  .InnerGIGABYTEContent #pcie .conbox2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 900px;
  }

  .InnerGIGABYTEContent #pcie .note {
    position: absolute;
    top: 450px;
    left: 20px;
    z-index: 4;
  }

  .InnerGIGABYTEContent #type-c {
    background-color: #000;
    background-image: url(../innergigabyteimages/mb_type-c_1366.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 490px;
  }

  .InnerGIGABYTEContent #hdmi {
    background-color: #000;
    background-image: url(../innergigabyteimages/mb_hdmi_1366.jpg);
    background-position: 50% -30px;
    background-repeat: no-repeat;
    min-height: 630px;
  }

  .InnerGIGABYTEContent #hdmi .title {
    margin-top: 5%;
  }

  .InnerGIGABYTEContent #surge {
    background-color: #000;
    background-image: url(../innergigabyteimages/surge_1366.jpg);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    min-height: 580px;
  }

  .InnerGIGABYTEContent #surge .title {
    margin-top: 1%;
  }

  .InnerGIGABYTEContent #humidity {
    background-color: #000;
    background-image: url(../innergigabyteimages/mb_humidity_1366.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
  }

  .InnerGIGABYTEContent #temperature {
    background-color: #000;
    background-image: url(../innergigabyteimages/mb_temperature_1366.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 500px;
  }

  .InnerGIGABYTEContent #vr {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_vr_1366.jpg");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 900px;
    position: relative;
  }

  .InnerGIGABYTEContent #vr .vrtext {
    width: 66%;
  }

  .InnerGIGABYTEContent #vr .vrimg {
    width: auto;
    margin-right: 100px;
  }

  .InnerGIGABYTEContent #smartfan5fan .title {
    margin-top: -10px;
  }

  .InnerGIGABYTEContent #smartfan5fan .smartlist1 {
    font-size: 22px;
    line-height: 40px;
  }

  .InnerGIGABYTEContent #smartfan5fan .smarttitle {
    font-size: 18px;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con71 {
    right: 0%;
    top: 10px;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con72 {
    right: 0%;
    top: 80px;
  }

  .InnerGIGABYTEContent #armor {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_armor_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 800px;
  }

  .InnerGIGABYTEContent #armor .title {
    margin-top: 5%;
  }

  .InnerGIGABYTEContent #armor .conbox1 {
    margin-top: 4%;
  }

  .InnerGIGABYTEContent #dualbios {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_dualbios_1920.jpg");
    background-position: -160px -220px;
    background-repeat: no-repeat;
    min-height: 567px;
  }

  .InnerGIGABYTEContent #optane {
    min-height: 1250px;
  }

  .InnerGIGABYTEContent #optane .videoheight {
    margin-top: 80%;
  }

  .InnerGIGABYTEContent #anti-sulfur {
    min-height: 900px;
    background-position: 50% -50px;
  }

  .InnerGIGABYTEContent #XSplit {
    background-image: url("../innergigabyteimages/xsplit_1366.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 750px;
  }

  .InnerGIGABYTEContent #XSplit .frame {
    padding-top: 1em;
  }

  .InnerGIGABYTEContent .XSplit_MV {
    position: absolute;
    color: #fff;
    width: 30%;
    left: 59%;
    top: 50%;
    z-index: 10;
    display: block;
  }

  .InnerGIGABYTEContent .MV2 {
    width: 400px;
    height: 270px;
  }

  .InnerGIGABYTEContent a.more {
    display: block;
    width: 208px;
    height: 45px;
    background-image: url("../innergigabyteimages/more.png");
    text-indent: -99999px;
    position: absolute;
    color: #fff;
    right: -2%;
    bottom: -20%;
    transition: background-image .5s;
  }

  .InnerGIGABYTEContent a.more:hover {
    background-image: url("../innergigabyteimages/more2.png");
  }

  .InnerGIGABYTEContent #Solid-Pin .t1 {
    margin-top: 20px;
  }

  .InnerGIGABYTEContent #Solid-Pin .conbox3 {
    width: 100%;
  }

  .InnerGIGABYTEContent #xmp {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_xmp_1366.jpg");
    background-position: center -10px;
    min-height: 650px;
    background-repeat: no-repeat;
  }

  .InnerGIGABYTEContent #xmp .title {
    font-size: 1.6em;
  }

  .InnerGIGABYTEContent #thermaldesign .thermaldesignline {
    background-image: url("../innergigabyteimages/ThermalDesign_960.jpg");
    background-position: 50% bottom;
    background-repeat: no-repeat;
    min-height: 590px;
    position: relative;
    width: 1060px;
    margin-left: -70px;
  }

  .InnerGIGABYTEContent #thermaldesign #therm1 {
    top: 195px;
    left: 30px;
  }

  .InnerGIGABYTEContent #thermaldesign #therm2 {
    top: 395px;
    right: 80;
  }

  .InnerGIGABYTEContent #thermaldesign #therm3 {
    top: 290px;
  }

  .InnerGIGABYTEContent #thermaldesign #therm4 {
    right: 290px;
    top: 80px;
  }

  .InnerGIGABYTEContent #thermaldesign #therm4 .thertitle {
    margin-top: 4%;
  }

  .InnerGIGABYTEContent #thermaldesign .thertitle {
    font-size: 28px;
  }

  .InnerGIGABYTEContent #therm1titlebtn {
    top: 232px;
    left: 100px;
  }

  .InnerGIGABYTEContent #therm2titlebtn {
    top: 350px;
    right: 130px;
  }

  .InnerGIGABYTEContent #therm3titlebtn {
    top: 310px;
    left: 260px;
  }

  .InnerGIGABYTEContent #therm4titlebtn {
    top: 85px;
    right: 250px;
  }

  .InnerGIGABYTEContent #thermaldesign #therm1con {
    position: absolute;
    width: 330px;
    top: 300px;
    left: 20px;
  }

  .InnerGIGABYTEContent #thermaldesign #therm2con {
    position: absolute;
    width: 330px;
    top: 360px;
    right: 260px;
  }

  .InnerGIGABYTEContent #thermaldesign #therm3con {
    position: absolute;
    width: 290px;
    top: 340px;
  }

  .InnerGIGABYTEContent #thermaldesign #therm4con {
    position: absolute;
    width: 300px;
    top: 200px;
    right: 260px;
  }

  .InnerGIGABYTEContent #a1 {
    height: 800px;
  }

  .nav-2,
  .advan,
  .advan02,
  .advan03,
  .advan04,
  .advan05,
  .advan06 {
    height: 250px;
  }

  .nav-2 ul {
    margin-left: 0px;
  }

  .nav-2 ul li {
    margin-right: 10px;
    width: 14%;
  }

  .advan ul,
  .advan02 ul,
  .advan03 ul,
  .advan04 ul,
  .advan05 ul,
  .advan06 ul {
    margin-left: 8%;
  }

  .InnerGIGABYTEContent .box1 {
    margin-top: 0px;
    width: 480px;
    height: 600px;
  }

  .InnerGIGABYTEContent #colorpicker-style {
    margin-left: 200px;
  }

  .InnerGIGABYTEContent .rgblogo1 {
    padding-left: 0%;
  }

  .InnerGIGABYTEContent #a1-1 {
    height: 260px;
  }

  .InnerGIGABYTEContent #a1-6 {
    height: 260px;
  }

  .InnerGIGABYTEContent .temp-n {
    top: 60%;
    left: 70%;
  }

  .InnerGIGABYTEContent #a1-2 {
    height: 300px;
  }

  .InnerGIGABYTEContent #ledstrbg1 {
    height: 66px;
  }

  .InnerGIGABYTEContent #ledstrbg2 {
    height: 66px;
  }

  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }

  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox2 {
    display: inline-block;
    position: relative;
    width: 50%;
    margin-left: 2%;
  }

  .InnerGIGABYTEContent #hd4khdmi {
    margin-top: -55px;
  }

  .InnerGIGABYTEContent #hd4khdmi .conbox1 {
    width: 48%;
    padding: 2%;
    margin-right: 2%;
    min-height: 600px;
    vertical-align: top;
  }

  .InnerGIGABYTEContent #hd4khdmi .conbox2 {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .frame {
    width: 640px;
    padding: 1.5em 0;
  }

  .InnerGIGABYTEContent .table .col52,
  .InnerGIGABYTEContent .table .col52s {
    width: 95%;
  }

  .InnerGIGABYTEContent .title {
    font-size: 2.6em;
  }

  .InnerGIGABYTEContent .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col5l {
    width: 95%;
  }

  .InnerGIGABYTEContent .pertable .functiontabs .functiontabstitle .tabtitle {
    width: 100%;
    display: block;
    border: 1px solid #ce925a;
    border-radius: 0px;
  }

  .InnerGIGABYTEContent .pertable .functiontabstitle #tabtitle4 {
    border-right: 1px solid #ce925a;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .InnerGIGABYTEContent .pertable .st1 {
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .InnerGIGABYTEContent .pertable .functiontabs .functiontabstitle .tabtitle {
    width: 94%;
  }

  /* 8 icons */
  .InnerGIGABYTEContent #featureicon {
    /* width: 49.3%; */
    width: 99%;
  }

  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 49.3%; */
    width: 50%;
  }

  .InnerGIGABYTEContent #featureicon .title {
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .InnerGIGABYTEContent .titlebar {
    font-size: 2.6em;
    letter-spacing: 2px;
    text-shadow: -1px -1px 0 #bc863f,  1px -1px 0 #bc863f, -1px 1px 0 #bc863f,  1px 1px 0 #bc863f;
  }

  /* tabicon ************************************/
  .InnerGIGABYTEContent .tabbox {
    overflow: visible;
    min-height: 700px;
  }

  /* contentflow */
  #CFw {
    min-height: 300px;
    margin-top: 0px;
    display: none;
  }

  #cfw-small,
  #siv-small,
  #easy-small,
  #osd-small,
  #bios-small {
    display: block;
  }

  .mb5text div {
    width: 90%;
  }

  .InnerGIGABYTEContent #powerdesign102 {
    background-image: url("../innergigabyteimages/Hybrid-Digital_82_960.jpg");
    background-position: 50% -50px;
    background-repeat: no-repeat;
    min-height: 1000px;
  }

  .InnerGIGABYTEContent #powerdesign102 .conbox1 {
    vertical-align: top;
    width: 100%;
    margin-top: 60%;
  }

  .InnerGIGABYTEContent #powerdesign102 .conbox2 {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }

  .InnerGIGABYTEContent #powerdesign102 .conbox3 {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }

  .InnerGIGABYTEContent #type-c {
    background-color: #000;
    background-image: url(../innergigabyteimages/mb_type-c_960.png);
    background-position: 50% 55%;
    background-repeat: no-repeat;
    min-height: 570px;
  }

  .InnerGIGABYTEContent #type-c .title-1 {
    font-size: 1.0em;
    width: 100%;
  }

  .InnerGIGABYTEContent #type-c .text {
    width: 60%;
  }

  .InnerGIGABYTEContent #type-c .frame .cell {
    width: auto;
  }

  .InnerGIGABYTEContent #hdmi {
    background-color: #000;
    background-image: url(../innergigabyteimages/mb_hdmi_960.jpg);
    background-position: top bottom;
    background-repeat: no-repeat;
    min-height: 560px;
  }

  .InnerGIGABYTEContent #hdmi .frame .cell {
    width: 100%;
  }

  .InnerGIGABYTEContent #audioguard .img01 {
    width: 100%;
    margin-bottom: 4%;
  }

  .InnerGIGABYTEContent #optane {
    background-image: url("../innergigabyteimages/Optane_960.jpg");
    min-height: 1000px;
  }

  .InnerGIGABYTEContent #optane .title {
    font-size: 2em;
    color: #fff;
    text-shadow: 0px 0px 30px #00C4A8;
    text-align: center;
    margin-top: 0px;
  }

  .InnerGIGABYTEContent #optane .optitle {
    margin-top: 20px;
    font-size: 80px;
  }

  .InnerGIGABYTEContent #optane .videoheight {
    margin-top: 60%;
  }

  .InnerGIGABYTEContent #optane .videowidth {
    width: 100%;
  }

  .InnerGIGABYTEContent #optane .text {
    width: 100%;
    margin-right: 0%;
  }

  .InnerGIGABYTEContent #anti-sulfur {
    background-color: #000;
    background-image: url("../innergigabyteimages/anti-sulfur_960.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1100px;
    position: relative;
  }

  .InnerGIGABYTEContent #anti-sulfur .title {
    text-align: left;
    margin-top: 65%;
    margin-bottom: 5%;
    font-size: 2em;
    text-shadow: 1px 1px 10px #000;
  }

  .InnerGIGABYTEContent #anti-sulfur .text {
    float: right;
    text-align: justify;
    width: 100%;
    margin-top: -4%;
  }

  .InnerGIGABYTEContent #RGBLED-function .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #RGBLED-function .nav-2 {
    width: 100%;
  }

  .InnerGIGABYTEContent #RGBLED-function .ledstrip {
    width: 100%;
  }

  .InnerGIGABYTEContent #exclusive {
    min-height: 730px;
  }

  .InnerGIGABYTEContent #exclusive .t1 {
    margin-top: 0px;
    width: 600px;
  }

  .InnerGIGABYTEContent #exclusive .conbox1 {
    width: 600px;
    margin-top: 170px;
  }

  .InnerGIGABYTEContent #exclusive .conbox2 {
    width: 600px;
    margin-top: 170px;
  }

  .InnerGIGABYTEContent #Base-plate .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #Base-plate .conbox2 {
    width: 100%;
    margin-left: 0%;
    margin-top: 6%;
  }

  .InnerGIGABYTEContent #rgbsoftware .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent #pcie {
    min-height: 550px;
  }

  .InnerGIGABYTEContent #pcie .conbox1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 600px;
  }

  .InnerGIGABYTEContent #pcie .conbox2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 600px;
  }

  .InnerGIGABYTEContent #pcie .note {
    position: absolute;
    top: 280px;
    left: 0px;
    z-index: 4;
  }

  .InnerGIGABYTEContent #dualbios {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_dualbios_960.jpg");
    background-position: 50% bottom;
    background-repeat: no-repeat;
    min-height: 860px;
  }

  .InnerGIGABYTEContent #dualbios .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #rgbsoftware .conbox1 img {
    margin: 0 auto;
  }

  .InnerGIGABYTEContent #rgbsoftware .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #rgbsoftware .conbox3 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent #rgbsoftware .conbox4 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #sf5software .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent #sf5software .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #rgbapp {
    margin-top: 0px;
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_rgbapp_960.jpg");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1000px;
  }

  .InnerGIGABYTEContent #rgbapp .rgbqrcode {
    margin-top: 90%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #smartfan5fan .title {
    margin-top: 4%;
    text-align: center;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox1 {
    width: 100%;
    margin-left: 10%;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox2 {
    width: 100%;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox3 {
    width: 100%;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox4 {
    width: 100%;
  }

  .InnerGIGABYTEContent #smartfan5fan .smartlist1 {
    font-size: 26px;
    line-height: 40px;
  }

  .InnerGIGABYTEContent #smartfan5fan .smarttitle {
    font-size: 22px;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con71 {
    right: 10%;
    top: 10px;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con72 {
    right: 10%;
    top: 100px;
  }

  .InnerGIGABYTEContent #fancontrol .conbox1 {
    width: 100%;
    margin-top: -50px;
  }

  .InnerGIGABYTEContent #fancontrol .conbox2 .title {
    text-align: left;
  }

  .InnerGIGABYTEContent #fancontrol .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #smartfan5 {
    background-image: url("../innergigabyteimages/mb_smartfan5_960.jpg");
    min-height: 1600px;
  }

  .InnerGIGABYTEContent #smartfan5 .smartfan501 {
    width: auto;
    left: 6%;
    top: 1240px;
  }

  .InnerGIGABYTEContent #smartfan5 .smartfan502 {
    width: auto;
    left: 6%;
    top: 600px;
  }

  .InnerGIGABYTEContent #surge {
    background-color: #000;
    background-image: url(../innergigabyteimages/surge_960.jpg);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    min-height: 930px;
  }

  .InnerGIGABYTEContent #humidity {
    background-color: #000;
    background-image: url(../innergigabyteimages/mb_humidity_960.jpg);
    background-position: 50% 90%;
    background-repeat: no-repeat;
    min-height: 840px;
  }

  .InnerGIGABYTEContent #humidity .title {
    margin-top: 3%;
  }

  .InnerGIGABYTEContent #humidity .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #temperature {
    background-color: #000;
    background-image: url(../innergigabyteimages/mb_temperature_960.jpg);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    min-height: 860px;
  }

  .InnerGIGABYTEContent #temperature .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #armor {
    background-image: url("../innergigabyteimages/mb_armor_960.jpg");
  }

  .InnerGIGABYTEContent #armor .title,
  .InnerGIGABYTEContent #armor .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #armor .img {
    margin-top: 80%;
  }

  .InnerGIGABYTEContent .functiontabs #funtabs4 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs #funtabs4 .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .InnerGIGABYTEContent #XSplit {
    background-image: url("../innergigabyteimages/xsplit_960.jpg");
    background-position: 45% 90px;
    background-repeat: no-repeat;
    min-height: 650px;
  }

  .InnerGIGABYTEContent .XSplit_MV {
    position: absolute;
    color: #fff;
    left: 60%;
    top: 50%;
    z-index: 10;
    display: block;
  }

  .InnerGIGABYTEContent .MV2 {
    width: 250px;
    height: 170px;
  }

  .InnerGIGABYTEContent a.more {
    display: block;
    width: 208px;
    height: 45px;
    background-image: url("../innergigabyteimages/more.png");
    text-indent: -99999px;
    position: absolute;
    color: #fff;
    right: -2%;
    bottom: -32%;
    transition: background-image .5s;
  }

  .InnerGIGABYTEContent a.more:hover {
    background-image: url("../innergigabyteimages/more2.png");
  }

  .InnerGIGABYTEContent #M2ThermalGuard {
    background-image: url("");
  }

  .InnerGIGABYTEContent #M2ThermalGuard .t1 {
    margin-top: 0%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard .t2 {
    margin-top: 0%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard #M2ThermalGuard-small {
    display: block;
  }

  .InnerGIGABYTEContent #Solid-Pin .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #Solid-Pin .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #sli {
    background-color: #000;
    background-image: url(../innergigabyteimages/sli_960.jpg);
    background-position: 50% -40px;
    background-repeat: no-repeat;
    min-height: 560px;
  }

  .InnerGIGABYTEContent #sli .frame .cell {
    width: 100%;
    float: right;
  }

  .InnerGIGABYTEContent #xmp {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_xmp_960.jpg");
    background-position: 50% bottom;
    min-height: 1150px;
    background-repeat: no-repeat;
  }

  .InnerGIGABYTEContent #thermaldesign .str1 {
    font-size: 30px;
  }

  .InnerGIGABYTEContent #thermaldesign .thermaldesignline {
    background-image: url("");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 300px;
    position: relative;
    margin-left: 0px;
    width: 100%;
  }

  .InnerGIGABYTEContent #thermaldesign #therm1con,
  .InnerGIGABYTEContent #thermaldesign #therm2con,
  .InnerGIGABYTEContent #thermaldesign #therm3con,
  .InnerGIGABYTEContent #thermaldesign #therm4con {
    position: static;
    display: block;
    background: transparent;
    margin-top: 0px;
    width: 100%;
  }

  .InnerGIGABYTEContent #thermaldesign #therm1,
  .InnerGIGABYTEContent #thermaldesign #therm2,
  .InnerGIGABYTEContent #thermaldesign #therm3,
  .InnerGIGABYTEContent #thermaldesign #therm4 {
    position: static;
  }

  .InnerGIGABYTEContent #thermaldesign #therm1titlebtn,
  .InnerGIGABYTEContent #thermaldesign #therm2titlebtn,
  .InnerGIGABYTEContent #thermaldesign #therm3titlebtn,
  .InnerGIGABYTEContent #thermaldesign #therm4titlebtn,
  .InnerGIGABYTEContent #thermaldesign #therm4 img {
    display: none;
  }

  .InnerGIGABYTEContent #thermaldesign #therm4 {
    text-align: left;
  }

  .InnerGIGABYTEContent #thermaldesign #thermaldesignsmall {
    display: block;
  }

  .InnerGIGABYTEContent #thermaldesign .smalltitle {
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
  }

  .InnerGIGABYTEContent #thermaldesign .thertitle {
    font-size: 24px;
  }

  .InnerGIGABYTEContent #thermaldesign #therm2 {
    width: 100%;
  }

  .InnerGIGABYTEContent #NVMem2 .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #NVMem2 .conbox2 {
    width: 100%;
  }

  .InnerGIGABYTEContent #vr .vrtext {
    width: 100%;
    padding: 4%;
  }

  .InnerGIGABYTEContent #vr .vrimg {
    margin-right: 0px;
  }

  .InnerGIGABYTEContent #vr .vrtitlesub {
    font-size: 1em;
  }

  .InnerGIGABYTEContent #a1 {
    height: 700px;
  }

  .nav-2,
  .advan,
  .advan02,
  .advan03,
  .advan04,
  .advan05,
  .advan06 {
    width: 100%;
    height: auto;
  }

  .advan ul,
  .advan02 ul,
  .advan03 ul,
  .advan04 ul,
  .advan05 ul,
  .advan06 ul {
    margin-left: 10%;
  }

  .advan ul li,
  .advan02 ul li,
  .advan03 ul li,
  .advan04 ul li,
  .advan05 ul li,
  .advan06 ul li {
    margin-right: 10px;
    width: 20%;
  }

  .rgb-c,
  .rgb-ca {
    font-size: 15px;
  }

  .InnerGIGABYTEContent .nav-2 {
    margin-bottom: 6%;
  }

  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 10px;
    width: 14%;
  }

  .InnerGIGABYTEContent .box1 {
    margin-top: 0px;
    margin-right: 100px;
    height: 600px;
  }

  .InnerGIGABYTEContent #a1-2 {
    height: 300px;
  }

  .InnerGIGABYTEContent #a1-6 {
    height: 260px;
  }

  .InnerGIGABYTEContent #ledstrbg1 {
    height: 90px;
  }

  .InnerGIGABYTEContent #ledstrbg2 {
    height: 90px;
  }

  /* function tabs */
  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .conbox2 {
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs #funtabsPer2 .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs #funtabsPer2 .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent .functiontabs #funtabsPer1 .text {
    position: static;
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabstitle div:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .InnerGIGABYTEContent .functiontabstitle div:last-child {
    border-right: 1px solid #ce925a;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .InnerGIGABYTEContent .functiontabs .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent .functiontabstitle #tabtitle3 {
    border-right: 1px solid #ce925a;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
    width: 500px;
    border: 1px solid #ce925a;
    border-radius: 0px;
    display: block;
    font-size: 28px;
  }

  .InnerGIGABYTEContent #qflashplus .qflashlogo {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .InnerGIGABYTEContent #qflashplus img {
    margin: 0 auto;
  }

  .InnerGIGABYTEContent #qflashplus .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #qflashplus .conbox2 {
    width: 100%;
    padding-top: 0%;
    vertical-align: top;
  }

  .InnerGIGABYTEContent #qflashplus .conbox3 {
    width: 100%;
  }

  .InnerGIGABYTEContent #qflashplus .conbox4 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #qflashplus .conbox5 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #hd4khdmi {
    padding-top: 10%;
    margin-top: -40px;
  }

  .InnerGIGABYTEContent #hd4khdmi .conbox1 {
    width: 100%;
    margin-right: 0%;
    margin-top: -80px;
    min-height: 550px;
    margin-bottom: 5%;
    padding: 4%;
  }

  .InnerGIGABYTEContent #hd4khdmi .conbox2 {
    width: 100%;
    padding: 4%;
    min-height: 550px;
  }
}
@media screen and (max-width: 768px) {
  p {
    line-height: 23px;
    /* padding: 1%; */
  }

  .performance_h1 {
    color: #eee;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 18px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 3% 10% 0 10%;
  }

  .aorus_vr_bg {
    background-image: none;
    background-size: 80%;
    background-repeat: no-repeat;
    padding: 20% 0 0 0;
    margin: 0;
  }

  .color_effect_content {
    padding-top: 4%;
    text-align: center;
  }

  .color_picker_panel {
    display: block;
    text-align: center;
    position: relative;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .table .col6l {
    width: auto;
  }

  .InnerGIGABYTEContent .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .InnerGIGABYTEContent .title {
    font-size: 2.2em;
    line-height: 1.2em;
  }

  .InnerGIGABYTEContent .suborangetitle {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 1%;
  }

  .InnerGIGABYTEContent .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }

  .InnerGIGABYTEContent .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  .InnerGIGABYTEContent .table {
    display: block;
  }

  .InnerGIGABYTEContent .table .cell {
    display: block;
  }

  .InnerGIGABYTEContent .table .cell_HIDE {
    display: block;
  }

  .InnerGIGABYTEContent .table .cell_SHOW {
    display: none;
  }

  .InnerGIGABYTEContent .table .col1l,
  .InnerGIGABYTEContent .table .col2l,
  .InnerGIGABYTEContent .table .col3l,
  .InnerGIGABYTEContent .table .col4l,
  .InnerGIGABYTEContent .table .col5l,
  .InnerGIGABYTEContent .table .col6l,
  .InnerGIGABYTEContent .table .col7l,
  .InnerGIGABYTEContent .table .col8l,
  .InnerGIGABYTEContent .table .col9l,
  .InnerGIGABYTEContent .table .col10l {
    width: 100%;
    margin: 0;
  }

  .InnerGIGABYTEContent .table .col1,
  .InnerGIGABYTEContent .table .col2,
  .InnerGIGABYTEContent .table .col3,
  .InnerGIGABYTEContent .table .col4,
  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col6,
  .InnerGIGABYTEContent .table .col7,
  .InnerGIGABYTEContent .table .col8,
  .InnerGIGABYTEContent .table .col9,
  .InnerGIGABYTEContent .table .col10 {
    width: 90;
    margin: 0 0;
  }

  .InnerGIGABYTEContent .table .col1s,
  .InnerGIGABYTEContent .table .col2s,
  .InnerGIGABYTEContent .table .col3s,
  .InnerGIGABYTEContent .table .col4s,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col6s,
  .InnerGIGABYTEContent .table .col7s,
  .InnerGIGABYTEContent .table .col8s,
  .InnerGIGABYTEContent .table .col9s,
  .InnerGIGABYTEContent .table .col10s {
    width: 60%;
    margin: 0 20%;
  }

  .InnerGIGABYTEContent .table .cell .left,
  .InnerGIGABYTEContent .table .cell .right,
  .InnerGIGABYTEContent .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }

  .InnerGIGABYTEContent .table .cell .center {
    padding: 0 0 0;
  }

  .InnerGIGABYTEContent .table .cell .offsetRight,
  .InnerGIGABYTEContent .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }

  .InnerGIGABYTEContent .table .side {
    display: none;
  }

  .InnerGIGABYTEContent .img-large {
    display: none;
  }

  .InnerGIGABYTEContent .img-small {
    display: block;
  }

  .InnerGIGABYTEContent .titlebar {
    font-size: 1.5em;
    letter-spacing: 3px;
  }

  .InnerGIGABYTEContent .titlesection {
    height: 30px;
    margin-bottom: 20px;
  }

  .InnerGIGABYTEContent .titlelinebg {
    height: 30px;
  }

  .InnerGIGABYTEContent .titlebottombg {
    height: 30px;
  }

  .InnerGIGABYTEContent .linebg {
    height: 30px;
  }

  /* 8 icons */
  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 49%; */
    width: 50%;
  }

  .InnerGIGABYTEContent #featureicon .title {
    font-size: 24px;
    line-height: 30px;
  }

  .InnerGIGABYTEContent .functiontabs .funtabs .title {
    font-size: 34px;
  }

  /* tabicon ************************************/
  .InnerGIGABYTEContent #tabicon .iconall {
    width: 50%;
  }

  .InnerGIGABYTEContent #tabicon ol li {
    width: 50%;
    margin-bottom: 10%;
    list-style: none;
    float: left;
    cursor: pointer;
    /*margin-left:4%;*/
  }

  .InnerGIGABYTEContent #tabicon ol li:hover {
    border: 6px solid #ED1B2F;
  }

  .InnerGIGABYTEContent #tabicon img {
    width: 100%;
  }

  .InnerGIGABYTEContent #tabicon .tabcon {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    min-height: 750px;
    display: none;
  }

  .InnerGIGABYTEContent .tabbox {
    overflow: visible;
  }

  /* contentflow */
  #CFw {
    min-height: 300px;
    margin-top: -80px;
  }

  .mb5text div {
    width: 90%;
    margin-bottom: 10%;
  }

  #x-fi2 {
    min-height: 1100px;
  }

  /*TOP*/
  .InnerGIGABYTEContent #gotop {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    border-radius: 0px;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    bottom: 0px;
    right: 0%;
    position: fixed;
    display: none;
    transition: all 0.3s linear;
    font-family: Arial, Helvetica, sans-serif;
  }

  .InnerGIGABYTEContent #powerdesign102 {
    background-image: url("../innergigabyteimages/Hybrid-Digital_82_640.jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    min-height: 800px;
  }

  .InnerGIGABYTEContent #powerdesign102 .conbox1 {
    margin-top: 85%;
  }

  .InnerGIGABYTEContent #type-c {
    background-color: #000;
    background-image: url(../innergigabyteimages/mb_type-c_640.png);
    background-position: 50% 70%;
    background-repeat: no-repeat;
    min-height: 470px;
  }

  .InnerGIGABYTEContent #type-c .title {
    margin-top: 0px;
    line-height: 1.2em;
  }

  .InnerGIGABYTEContent #type-c .title-1 {
    font-size: 0.7em;
    line-height: 1.5em;
  }

  .InnerGIGABYTEContent #surge {
    background-color: #000;
    background-image: url(../innergigabyteimages/surge_640.jpg);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    min-height: 1200px;
  }

  .InnerGIGABYTEContent #surge .title {
    margin-top: 0px;
  }

  .InnerGIGABYTEContent #humidity {
    background-image: url(../innergigabyteimages/mb_humidity_640.jpg);
    min-height: 1170px;
  }

  .InnerGIGABYTEContent #humidity .frame .cell {
    width: 100%;
  }

  .InnerGIGABYTEContent #temperature {
    background-image: url(../innergigabyteimages/mb_temperature_640.jpg);
    background-position: 50% 55%;
    min-height: 700px;
  }

  .InnerGIGABYTEContent #temperature .frame .cell {
    width: 100%;
  }

  .InnerGIGABYTEContent #hdmi {
    background-color: #000;
    background-image: url(../innergigabyteimages/mb_hdmi_640.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 580px;
  }

  .InnerGIGABYTEContent #hdmi .text {
    width: 100%;
    float: right;
  }

  .InnerGIGABYTEContent #hdmi .title {
    margin-top: 3%;
    width: 100%;
  }

  .InnerGIGABYTEContent #dualbios {
    background-image: url("../innergigabyteimages/mb_dualbios_640.jpg");
    background-position: 50% -220px;
    min-height: 690px;
  }

  .InnerGIGABYTEContent #dualbios .frame .cell {
    width: 100%;
  }

  .InnerGIGABYTEContent #pcie {
    min-height: 450px;
  }

  .InnerGIGABYTEContent #pcie .conbox1 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 400px;
  }

  .InnerGIGABYTEContent #pcie .conbox2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 400px;
  }

  .InnerGIGABYTEContent #pcie .note {
    top: 170px;
  }

  .InnerGIGABYTEContent #NVMem2 {
    min-height: 480px;
  }

  .InnerGIGABYTEContent #NVMem2 .conbox2 {
    margin-top: -20px;
  }

  .InnerGIGABYTEContent #optane {
    min-height: 800px;
  }

  .InnerGIGABYTEContent #optane .title {
    font-size: 1.6em;
    color: #fff;
    text-shadow: 0px 0px 30px #00C4A8;
    text-align: center;
    margin-top: 0px;
  }

  .InnerGIGABYTEContent #optane .optitle {
    margin-top: 20px;
    font-size: 60px;
  }

  .InnerGIGABYTEContent #optane .videoheight {
    margin-top: 110%;
  }

  .InnerGIGABYTEContent #optane .videowidth {
    box-shadow: 0px 0px 30px #00C4A8;
  }

  .InnerGIGABYTEContent #anti-sulfur {
    background-color: #000;
    background-image: url("../innergigabyteimages/anti-sulfur_640.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 600px;
    position: relative;
  }

  .InnerGIGABYTEContent #anti-sulfur .title {
    text-align: left;
    margin-top: 10%;
    font-size: 32px;
    text-shadow: 1px 1px 10px #000;
  }

  .InnerGIGABYTEContent #anti-sulfur .text {
    float: right;
    text-align: justify;
    width: 100%;
    margin-top: 0%;
  }

  .InnerGIGABYTEContent #RGBLED-function {
    background-position: center 178px;
    min-height: 1150px;
    position: relative;
  }

  .InnerGIGABYTEContent #RGBLED-function .frame .cell {
    width: 100%;
  }

  .InnerGIGABYTEContent #rgbapp {
    margin-top: 0px;
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_rgbapp_640.jpg");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 680px;
  }

  .InnerGIGABYTEContent #rgbapp .rgbqrcode {
    margin-top: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #smartfan5fan .smartlist {
    font-size: 20px;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox1 {
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #smartfan5fan .smarttitle {
    font-size: 16px;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con71 {
    right: 0%;
    top: 30px;
  }

  .InnerGIGABYTEContent #smartfan5fan .smartlist1 {
    font-size: 20px;
    line-height: 30px;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con72 {
    right: 0%;
    top: 80px;
  }

  .InnerGIGABYTEContent #fancontrol {
    margin-top: 10%;
  }

  .InnerGIGABYTEContent #sli {
    background-image: url(../innergigabyteimages/sli_640.jpg);
    background-position: 50% bottom;
    min-height: 600px;
  }

  .InnerGIGABYTEContent #sli .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #vr .vrtitlesub {
    font-size: 0.8em;
    line-height: 1.6em;
  }

  .InnerGIGABYTEContent #vr .vrtext {
    padding: 2%;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
  }

  .InnerGIGABYTEContent #armor {
    background-image: url("../innergigabyteimages/mb_armor_640.jpg");
    min-height: 1050px;
    background-position: top center;
  }

  .InnerGIGABYTEContent #armor .title {
    margin-top: 100px;
  }

  .InnerGIGABYTEContent #armor .img {
    display: none;
  }

  .InnerGIGABYTEContent #exclusive {
    min-height: 520px;
  }

  .InnerGIGABYTEContent #exclusive .t1 {
    width: 300px;
  }

  .InnerGIGABYTEContent #exclusive .conbox1 {
    width: 300px;
    margin-top: 200px;
  }

  .InnerGIGABYTEContent #exclusive .conbox2 {
    width: 300px;
    margin-top: 200px;
  }

  .InnerGIGABYTEContent #XSplit {
    background-image: url("../innergigabyteimages/xsplit_640.jpg");
    background-position: 30% 400px;
    background-repeat: no-repeat;
    min-height: 900px;
  }

  .InnerGIGABYTEContent .XSplit_MV {
    position: absolute;
    color: #fff;
    width: 50%;
    left: 25%;
    top: 42%;
    z-index: 10;
    display: block;
  }

  .InnerGIGABYTEContent .MV2 {
    width: 220px;
    height: 124px;
  }

  .InnerGIGABYTEContent a.more {
    display: block;
    width: 208px;
    height: 45px;
    background-image: url("../innergigabyteimages/more.png");
    text-indent: -99999px;
    position: absolute;
    color: #fff;
    right: -2%;
    bottom: -45%;
    transition: background-image .5s;
  }

  .InnerGIGABYTEContent a.more:hover {
    background-image: url("../innergigabyteimages/more2.png");
  }

  .InnerGIGABYTEContent #xmp {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_xmp_640.jpg");
    background-position: center -80px;
    min-height: 800px;
    background-repeat: no-repeat;
  }

  .InnerGIGABYTEContent #xmp .title {
    font-size: 1em;
  }

  .InnerGIGABYTEContent #thermaldesign .thertitle {
    font-size: 20px;
  }

  .InnerGIGABYTEContent #a1 {
    height: 300px;
  }

  .InnerGIGABYTEContent .nav-2,
  .InnerGIGABYTEContent .advan,
  .InnerGIGABYTEContent .advan02,
  .InnerGIGABYTEContent .advan03,
  .InnerGIGABYTEContent .advan04,
  .InnerGIGABYTEContent .advan05,
  .InnerGIGABYTEContent .advan06 {
    width: 100%;
  }

  .InnerGIGABYTEContent .nav-2 ul {
    margin-left: 20px;
  }

  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 10px;
    width: 20%;
  }

  .InnerGIGABYTEContent .advan ul,
  .InnerGIGABYTEContent .advan02 ul,
  .InnerGIGABYTEContent .advan03 ul,
  .InnerGIGABYTEContent .advan04 ul,
  .InnerGIGABYTEContent .advan05 ul,
  .InnerGIGABYTEContent .advan06 ul {
    margin-left: 10%;
  }

  .InnerGIGABYTEContent .advan ul li,
  .InnerGIGABYTEContent .advan02 ul li,
  .InnerGIGABYTEContent .advan03 ul li,
  .InnerGIGABYTEContent .advan04 ul li,
  .InnerGIGABYTEContent .advan05 ul li,
  .InnerGIGABYTEContent .advan06 ul li {
    margin-right: 10px;
    width: 20%;
  }

  .click-n {
    width: 50%;
  }

  .InnerGIGABYTEContent .box1 {
    width: 250px;
    height: 300px;
    margin-right: 0px;
  }

  #colorpicker-style {
    margin-left: 0px;
    margin-top: 0px;
  }

  #colorpicker-a1-style,
  #colorpicker-a2-style,
  #colorpicker-a3-style,
  #colorpicker-a4-style,
  #colorpicker-a5-style,
  #colorpicker-a6-style {
    margin-left: 0px;
    margin-top: 0px;
    position: static;
  }

  .InnerGIGABYTEContent #a1-2 {
    height: 180px;
  }

  .InnerGIGABYTEContent #a1-6 {
    height: 160px;
  }

  .InnerGIGABYTEContent .rgb-c,
  .InnerGIGABYTEContent .rgb-ca {
    font-size: 15px;
  }

  .InnerGIGABYTEContent .temp-n {
    top: 20%;
    left: 30%;
  }

  .InnerGIGABYTEContent .music-n {
    top: 40%;
    left: 30%;
  }

  .InnerGIGABYTEContent #ledstrbg1 {
    height: 50px;
  }

  .InnerGIGABYTEContent #ledstrbg2 {
    height: 50px;
  }

  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .t1 {
    font-size: 30px;
    line-height: 40px;
  }

  .InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
    padding: 15px 10px 15px 10px;
    width: 100%;
    font-size: 24px;
    line-height: 20px;
  }

  .InnerGIGABYTEContent #hd4khdmi {
    padding-top: 15%;
    margin-top: -40px;
  }

  .InnerGIGABYTEContent #hd4khdmi .conbox1 {
    min-height: 420px;
  }
}
@media screen and (max-width: 480px) {
  /* 8 icons */
  .InnerGIGABYTEContent #featureicon .featurenav {
    width: 100%;
  }

  .InnerGIGABYTEContent #tabicon .tabcon {
    min-height: 600px;
  }

  .InnerGIGABYTEContent #XSplit {
    background-position: 40% 320px;
    background-repeat: no-repeat;
    min-height: 860px;
  }

  .InnerGIGABYTEContent .XSplit_MV {
    left: 23%;
    top: 43%;
    width: 55%;
  }

  .InnerGIGABYTEContent #colorpicker-style {
    margin-left: 0px;
    margin-top: 0px;
  }

  .InnerGIGABYTEContent .rgblogo1 {
    padding-left: 0%;
  }

  .InnerGIGABYTEContent #rgbapp {
    margin-top: 0px;
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_rgbapp_480.jpg");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 660px;
  }

  .InnerGIGABYTEContent #rgbapp .rgbqrcode {
    margin-top: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #NVMem2 .conbox2 {
    margin-left: -100px;
    width: 100%;
  }

  .InnerGIGABYTEContent #hd4khdmi {
    padding-top: 20%;
    margin-top: -20px;
  }
}
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #mbspec .text {
    font-size: 1vw;
    line-height: 1vw;
    color: #fff;
  }
  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 0.8vw;
    line-height: 1vw;
    padding-top: 6px;
    color: #a8a8a8;
  }
}
.InnerGIGABYTEContent ::selection {
  background: #f7a355;
  color: #fff;
}
.InnerGIGABYTEContent .specbg {
  width: auto;
  position: absolute;
}
@keyframes ledcolor {
  from {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
  }
}
.InnerGIGABYTEContent .secpage {
  position: relative;
}
.InnerGIGABYTEContent .speclocation {
  position: absolute;
  max-width: 22%;
}
.InnerGIGABYTEContent #mbspec {
  overflow: hidden;
  max-width: 1920px;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(1) {
  top: 23%;
  left: 16%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(2) {
  top: 36%;
  left: 16%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(3) {
  top: 45%;
  left: 16%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(4) {
  top: 54%;
  left: 16%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(5) {
  top: 68.5%;
  left: 16%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(6) {
  top: 76%;
  left: 16%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(7) {
  top: 83%;
  left: 16%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(8) {
  top: 17%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(9) {
  top: 40%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(10) {
  top: 50%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(11) {
  top: 60%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(12) {
  top: 70%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .titleblack {
  background: #000;
}
.InnerGIGABYTEContent #mbspec .spectitlebk {
  padding-right: 8px;
  white-space: pre-wrap;
}
.InnerGIGABYTEContent #mbspec .specpoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #f7a355;
  color: #fff;
  line-height: 24px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 16px;
  margin: 10px;
  display: none;
}
.InnerGIGABYTEContent #mbspec ol {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.InnerGIGABYTEContent #mbspec ol li {
  list-style-type: disc;
}
.InnerGIGABYTEContent .secpageimgsmall {
  display: none;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .speclocation {
    position: static;
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
  }
  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 16px;
    line-height: 20px;
    padding-top: 0px;
    color: #a8a8a8;
  }
  .InnerGIGABYTEContent #mbspec .specpoint {
    display: inline-block;
  }
  .InnerGIGABYTEContent .secpageimgbig {
    display: none;
  }
  .InnerGIGABYTEContent .secpageimgsmall {
    display: block;
  }
  .InnerGIGABYTEContent #mbspec .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent ol li {
    margin-left: 52px;
  }
}

/* End .InnerGIGABYTEContent */
body {
  background-color: #000;
}

#choosebar {
  position: fixed;
  bottom: 30%;
  right: 2%;
  transition: all ease 400ms;
  transform: translateY(0);
  z-index: 9999;
  display: block;
}

#choosebar .liststyle {
  height: 30px;
  cursor: pointer;
}

#choosebar .listtext {
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
  font-family: 'Roboto Condensed', !important;
  float: left;
  display: none;
  /*margin-top:2%;*/
}

#choosebar .listicon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 0px 0px 30px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

#choosebar .listicon:hover {
  background: #ff6400;
  height: 20px;
}

@media screen and (max-width: 960px) {
  #choosebar {
    display: none;
  }
}
#rgbappbar {
  cursor: pointer;
}

#rgbappdisbar {
  cursor: pointer;
  display: none;
}
