﻿@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=Aldrich);

@import url("https://fonts.googleapis.com/css?family=Aldrich");


/* button */
.InnerGIGABYTEContent button {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #0074FF;
  width: 250px;
  color: #FFF;
  font-size:28px;
  line-height: 33px;
  padding:8px 10px 8px 10px;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
transform: translate(0px, 0px) rotate(0deg) skew(-25deg, 0deg) scale(1, 1);
}

button::before, button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
}

.InnerGIGABYTEContent .functiontabs {
	margin-left:15%;
	margin-right:12%;
}

.InnerGIGABYTEContent .t1 {
	line-height:33px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.InnerGIGABYTEContent .functiontabs .functiontabstitle .draw {
  transition: color 0.25s;
  margin-right:10px;
  margin-left:0px;
  margin-bottom:10px;
  margin-top:30px;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
}

.InnerGIGABYTEContent .functiontabs .functiontabstitle .draw::before, .InnerGIGABYTEContent .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.InnerGIGABYTEContent .functiontabs .functiontabstitle .draw::before {
  top: 0;
  left: 0;
}
.InnerGIGABYTEContent .functiontabs .functiontabstitle .draw::after {
  bottom: 0;
  right: 0;
}
.InnerGIGABYTEContent .functiontabs .functiontabstitle .draw:hover {
  color: #FFF;
  text-shadow:#555555 2px 2px 1px;
  position: relative; /* 當滑鼠經過超連結時，超連結往下位移1像素 */
  bottom: 1px;
}
.InnerGIGABYTEContent .functiontabs .functiontabstitle .draw:hover::before, .InnerGIGABYTEContent .functiontabs .functiontabstitle .draw:hover::after {
  width: 100%;
  height: 100%;
}
.InnerGIGABYTEContent .functiontabs .functiontabstitle .draw:hover::before {
  border-top-color: #FFF;
  border-right-color: #FFF;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.InnerGIGABYTEContent .functiontabs .functiontabstitle .draw:hover::after {
  border-bottom-color: #FFF;
  border-left-color: #FFF;
  transition: border-color 0s ease-out 0.3s, width 0.25s ease-out 0.3s, height 0.25s ease-out 0.75s;
}

/* Page styling */
.InnerGIGABYTEContent .buttons {
  isolation: isolate;
}


.InnerGIGABYTEContent #cooling .functiontabstitle{
margin-left:19%;
}

.InnerGIGABYTEContent #audio1 .functiontabstitle{
margin-left:10%;
}

.InnerGIGABYTEContent #app .functiontabstitle{
margin-left:10%;
}

body {
  background: #000;
  color: #fff;
}

.InnerGIGABYTEContent body {
  padding: 0;
  margin: 0;
}

@font-face {
  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: 2.6em;
  line-height: 1.3em;
  color: #fff;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
}

.InnerGIGABYTEContent .title1 {
  font-size: 1.2em;
  line-height: 1.1em;
  color: #008CFF;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
}

.InnerGIGABYTEContent .suborangetitle {
  color: #008CFF;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family: 'Oswald', sans-serif,  Microsoft JhengHei;
  font-family: 'Oswald', !important;
}

.InnerGIGABYTEContent .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3em;
  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: 20px;
  margin-left: 0em;
  text-indent: 0em;
  color: #bbb;
}

.InnerGIGABYTEContent .note1 {
  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;
}

.InnerGIGABYTEContent #performane {
	width:50%;
}

/*features start*/

.InnerGIGABYTEContent #header {
  position: relative;
  /*height: 504px;*/
  background-repeat: no-repeat;
  /*min-height: 500px;
*/
}

.InnerGIGABYTEContent #header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
  /*border-radius: 5px;
*/
}

.InnerGIGABYTEContent #header .frame {
  padding-top: 0;
}

.InnerGIGABYTEContent .imgscale {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.InnerGIGABYTEContent .imgscale:hover {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}

.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: 'AORUS';
  src: url("../innergigabyteimages/AORUS-font.woff") format("woff");
}

/* CSS Document */

/* html,
body {
    background: #010000;
    font-family: 'Titillium Web', sans-serif,  Microsoft JhengHei;
    font-size: 22px;
    width: 100%;
} */

.InnerGIGABYTEContent a {
  text-decoration: none;
  color: #0CF;
}

.InnerGIGABYTEContent h2 {
  font-family: "Aldrich", Microsoft JhengHei, Microsoft YaHei, SimHei, Arial, Verdana, Helvetica, sans-serif;
  color: #ff6400;
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: bold;
}

.InnerGIGABYTEContent p {
  color: #ddd;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

.InnerGIGABYTEContent .aorus_font_title {
  font-family: "AORUS", Microsoft JhengHei, Microsoft YaHei, SimHei, Arial, Verdana, Helvetica, sans-serif;
}

.InnerGIGABYTEContent .aorus_font {
  font-family: "Aldrich", Microsoft JhengHei,  Microsoft YaHei, SimHei, Arial, Verdana, Helvetica, sans-serif;
}

.InnerGIGABYTEContent .aorus_font_01 {
  font-family: 'Titillium Web', sans-serif, Microsoft JhengHei;
}

.InnerGIGABYTEContent .aorus_font_title_h1 {
  /* text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400; */
  letter-spacing: 5px;
}

/* font */

/* text */

@font-face {
  font-family: 'AORUS';
  src: url("../innergigabyteimages/AORUS-font.woff") format("woff");
}


/* UI tab css*/

.InnerGIGABYTEContent .pertable {
  background-image: url("../innergigabyteimages/tabsbg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 4%;
  height: auto;
}


.InnerGIGABYTEContent .pertable .st1 {
  margin-top: 0%;
  margin-bottom: 1%;
  margin-left:280px;
}

.InnerGIGABYTEContent .functiontabs #funtabs1 .conbox1{
  position: relative;
  display: inline-block;
  margin-top:-50px;
  width: 50%;
}

.InnerGIGABYTEContent .functiontabs #funtabs1 .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align:left;
  margin-top:-50px;
  width: 47%;
}

.InnerGIGABYTEContent .functiontabs #funtabs1 .suborangetitle {
  font-size: 26px;
}

.InnerGIGABYTEContent .bghover {
  position: relative;
}


@keyframes led-style3 {
  0% {
    left: -80%;
  }

  30% {
    left: 30%;
  }

  31% {
    left: 50%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes led-style3 {
  0% {
    left: -60%;
  }

  25% {
    left: 30%;
  }

  25.1% {
    left: 50%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

  .InnerGIGABYTEContent .functiontabs1 #funtabss1 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs1 #funtabss1 .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }


.InnerGIGABYTEContent .mainsec .t1 {
  margin-left: 2%;
  margin-right: 2%;
}

.InnerGIGABYTEContent .mainsec .t1style {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.InnerGIGABYTEContent .exlinebg {
  margin-top: 4%;
  margin-bottom: 2%;
}

.InnerGIGABYTEContent .topsectitle {
  color: #ff6400;
  font-size: 2.6vw;
  cursor: pointer;
  display: none;
  margin-top: -6%;
  /* text-shadow: 0px 0px 20px rgb(255, 0, 0);
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei'; */
}

.InnerGIGABYTEContent .mainsec .subtitle {
  display: inline-block;
  cursor: pointer;
  color: #666;
  font-size: 26px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding-left: 1%;
  padding-right: 1%;
  vertical-align: top;
  /* font-family: 'Aldrich', sans-serif; */
}

.InnerGIGABYTEContent .mainsec .subtitle:hover {
  color: #999;
}

.InnerGIGABYTEContent .mainsec .titleline {
  height: 40px;
  border-left: 1px solid #666;
  display: inline-block;
}

.InnerGIGABYTEContent .mainsec .titleline-end {
  height: 40px;
  border-left: 1px solid #666;
  display: inline-block;
}

.InnerGIGABYTEContent .mainsec .titlenum {
  font-size: 2.4vw;
  font-weight: bold;
}

.InnerGIGABYTEContent .mainsec .conbox1 {
  position: relative;
  display: inline-block;
  width: 48%;
}

.InnerGIGABYTEContent .mainsec .conbox2 {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: left;
  vertical-align: top;
  text-align: right;
}

.InnerGIGABYTEContent .mainsec {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 0%;
}

.InnerGIGABYTEContent .mainsec .mainsectitle {
  margin-left: 2%;
  margin-top: 0%;
  position: absolute;
  width: 46%;
}

.InnerGIGABYTEContent .mainsec .mainsectitle .title {
  display: block;
  font-size: 2.6vw;
  color: #ff6400;
  margin-top: -2%;
}

.InnerGIGABYTEContent .mainsec .mainsectitle .text {
  width: 80%;
  font-size: 20px;
  line-height: 30px;
  color: #999;
}

.InnerGIGABYTEContent .mainsec hr {
  border: 1px solid #666;
  opacity: 0;
}

/* slider */

.InnerGIGABYTEContent .carousel-indicators li {
  width: 60px;
  height: 10px;
  background-color: #666;
  border: 1px solid #3a3a3a;
  border-radius: 0px;
}

.InnerGIGABYTEContent .carousel-inner {
  padding-bottom: 2%;
}

.InnerGIGABYTEContent .carousel-indicators .active {
  width: 60px;
  height: 10px;
  background-color: #0074FF;
}

.InnerGIGABYTEContent .titlebar {
	font-size: 48px;
	/* font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei; */
	font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
	color: #019bff;
	text-align: center;
	padding: 70px 0px 20px 0px;
	background-image: url("../innergigabyteimages/line.png");
	background-position: 50% bottom;
	background-repeat: no-repeat;
}

.InnerGIGABYTEContent .imagefadein {
  display: none;
}

.InnerGIGABYTEContent .textbutton {
  bottom: 100px;
  right: 16%;
  text-align: right;
  position: relative;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #019bff;
  font-size: 1.6em;
  font-weight: bold;
  text-shadow: 0px 0px 20px #000;
}

@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS-font.woff") format("woff");
  font-weight: bold;
}

/* carousel */

.InnerGIGABYTEContent .glyphicon-chevron-left:before {
  content: '';
}

.InnerGIGABYTEContent .glyphicon-chevron-right:before {
  content: '';
}

/* 8 icons */

.InnerGIGABYTEContent #featureicon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.InnerGIGABYTEContent #featureicon .featurenav {
  float: left;
  /* width: 24.76%; */
  width: 25%;
  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 #019bff;
  font-size: 1.2vw;
  line-height: 2.2vw;
  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: #019bff;
}

/*learn more*/

.InnerGIGABYTEContent .moreicon {
  margin-top: 2%;
  text-align: center;
  cursor: pointer;
  font-size: 1.0em;
  line-height: 1.6em;
  color: #ff6400;
}

.InnerGIGABYTEContent .moreiconOpen {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
}

.InnerGIGABYTEContent .morecon {
  display: none;
}

.InnerGIGABYTEContent .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;
}

.InnerGIGABYTEContent .morelineOpen {
  border-bottom: 3px solid #fff;
}

.InnerGIGABYTEContent .btnstyle {
  transition: all .2s;
  border-radius: 10%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #ff6400;
  margin: 0 auto;
  margin-bottom: -20px;
  z-index: 99;
  position: relative;
}

.InnerGIGABYTEContent .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);
}

.InnerGIGABYTEContent .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);
}

.InnerGIGABYTEContent .menuOpen span {
  height: 0px;
}

.InnerGIGABYTEContent .menuOpen {
  background: #ff6400;
}

.InnerGIGABYTEContent .mbintro-s {
	display:none;
}

/*mb-spec*/

::selection {
  background: #ff7200;
  color: #fff;
}

.InnerGIGABYTEContent #ledbg {
  background: url("../innergigabyteimages/spec_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1100px;
  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);
  }
}

.InnerGIGABYTEContent .mbintro-s .spec1 {
  position: relative;
  width: 1010px;
  float: left;
  padding-left: 60px;
  color: #fff;
}

.InnerGIGABYTEContent .mbintro-s .spec2 {
  position: relative;
  width: 235px;
  float: left;
  color: #fff;
}

.InnerGIGABYTEContent .mbspec-s {
  display: none;
}

.InnerGIGABYTEContent .mbintro-s .speclist {
  position: absolute;
}

.InnerGIGABYTEContent .mbintro-s .speclist .specpoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #009cff;
  color: #fff;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 16px;
  margin: 10px;
  display: none;
}

.InnerGIGABYTEContent .mbintro-s .speclist-small {
  font-size: 16px;
  line-height: 22px;
  padding-top: 6px;
  color: #a8a8a8;
}



/* 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%;
}

/* Video 2 ************************************/

.InnerGIGABYTEContent #ytvedio {
  background-image: url("../innergigabyteimages/videobg_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1150px;
  max-width: 1920px;
}

.InnerGIGABYTEContent #killervideo {
  transform: perspective(1000px) rotateY(10deg);
  /*box-shadow:inset 0px 10px 100px #333;  */
  width: 1080px;
  height: 640px;
  position: relative;
  top: 211px;
  left: 171px;
}

.InnerGIGABYTEContent .killervimg {
  background-image: url("../innergigabyteimages/yt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

/* tabicon ************************************/

.InnerGIGABYTEContent #tabicon .tabcon {
  width: 100%;
  /*background-color: #666;*/
  margin: 0 auto;
  clear: both;
  margin-bottom: 10%;
  display: none;
}

.InnerGIGABYTEContent #tabicon .triP {
  background-color: #0074FF;
  width: 100px;
  height: 20px;
}

.InnerGIGABYTEContent #tabicon ol li {
  list-style: none;
  text-align: center;
  float: left;
  width: 50%;
  cursor: pointer;
  border: 1px solid #0074FF;
  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: #0074FF 16px solid;
  border-right: transparent 10px solid;
  border-bottom: transparent 10px solid;
  border-left: transparent 10px solid;
  margin-top: 10px;
  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*/

#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;
}

#gotop img {
  margin: 0 auto;
}

#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 #XSplit {
  background-image: url("../innergigabyteimages/xsplit_1920.jpg");
  background-position: 50% 140px;
  background-repeat: no-repeat;
  min-height: 750px;
}

.InnerGIGABYTEContent .XSplit_MV {
  position: absolute;
  color: #fff;
  left: 57%;
  top: 40%;
  z-index: 10;
  display: block;
}

.InnerGIGABYTEContent .XSplit_MV {
  width: 30%;
}

.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: 0%;
  bottom: 0%;
  transition: background-image .5s;
}

.InnerGIGABYTEContent a.more:hover {
  background-image: url("../innergigabyteimages/more2.png");
}

/*tabs1*/
.InnerGIGABYTEContent #functiontabstitle1 {
  margin-top: 4%;
  background-image: url("../innergigabyteimages/functiontabbg.png");
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 55px;
}

.InnerGIGABYTEContent #functiontabs1 .tabtitle {
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
  text-align: center;
}

.InnerGIGABYTEContent #functiontabstitle1 #tabtitles1 {
  width: 280px;
  height: 40px;
  position: relative;
  display: inline-block;
}

.InnerGIGABYTEContent #functiontabstitle1 #tabtitles2 {
  width: 200px;
  height: 40px;
  position: relative;
  display: inline-block;
}

.InnerGIGABYTEContent #functiontabs1 .funtabs {
  background-color: rgba(255, 101, 0, 0.1);
  border-left: 4px solid #ff7200;
  border-right: 4px solid #ff7200;
  padding: 4%;
  padding-bottom: 6%;
  margin-top: 0.5%;
}

.InnerGIGABYTEContent #functiontabs1 .funtabs .conbox1 {
  position: relative;
  display: inline-block;
  width: 66%;
}

.InnerGIGABYTEContent #functiontabs1 .funtabs .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 10%;
  width: 28%;
  margin-left: 2%;
}

.InnerGIGABYTEContent #functiontabs1 .funtabs .conbox2 p {
  padding: 4% 0% 4% 5%;
  color: #b04700;
}

.InnerGIGABYTEContent #functiontabs1 .funtabs .conbox2 img {
  width: auto;
  margin: 0 auto;
}

.InnerGIGABYTEContent #funtabss2 {
  display: none;
}

.InnerGIGABYTEContent #titan .conbox1 {
	display:inline-block;
	float:left;
	width:70%;
	margin-top:3%;
}

.InnerGIGABYTEContent #titan .conbox2 {
	display:inline-block;
	float:right;
	width:30%;
}

.InnerGIGABYTEContent #aorus-antenna ol li {
  list-style-type: disc;
  text-align: left;
}

.InnerGIGABYTEContent #aorus-antenna .conbox1 {
  position: relative;
  display: inline-block;
  width: 60%;
}

.InnerGIGABYTEContent #aorus-antenna .conbox2 {
  display: inline-block;
  position: relative;
  width: 36%;
  vertical-align: top;
  margin-left: 2%;
  padding-top: 14%;
}

.InnerGIGABYTEContent #powerdesign .tt2 {
  line-height: 50px;
  font-size: 36px;
  margin-bottom: 2%;
  margin-top: 2%;
  color: #B3B3B3;
  width: 100%;
  margin-top: -1%;
}

.InnerGIGABYTEContent #powerdesign .conbox3 {
  display: inline-block;
  position: relative;
  width: 53%;
}

.InnerGIGABYTEContent #powerdesign .conbox4 {
  display: inline-block;
  position: relative;
  width: 46%;
  vertical-align: top;
}

.InnerGIGABYTEContent #powerdesign .t1line {
  border-left: 6px solid #008cff;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}

.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: 4%;
  vertical-align: top;
  text-align: left;
}

.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 .graylinebg {
  background-image: url("../innergigabyteimages/graylinebg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 80px;
}

.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%;
}

/*features*/


.InnerGIGABYTEContent #Gen2 .conbox1{
	width:20%;
	float:left;
	display:inline-block;
}

.InnerGIGABYTEContent #Gen2 .conbox2{
	width:80%;
	margin-top:5%;
	text-align:left;
}

.InnerGIGABYTEContent #Type-C .conbox1{
	width:30%;
	float:left;
	display:inline-block;
}

.InnerGIGABYTEContent #Type-C .conbox2{
	width:67%;
	float:right;
	text-align:left;
}

.InnerGIGABYTEContent #Adaptor .conbox1{
	width:53%;
	float:left;
	display:inline-block;
}

.InnerGIGABYTEContent #Adaptor .conbox4{
	width:46%;
	float:right;
	text-align:left;
	margin-top:2%;
}

.InnerGIGABYTEContent #Adaptor .conbox2{
	width:68%;
	float:left;
	text-align:left;
	margin-top:5%;
	display: inline-block;
}

.InnerGIGABYTEContent #Adaptor .conbox3{
	width:30%;
	float:right;
	margin-top:3%;
}


.InnerGIGABYTEContent #RGBLED-function {
  /* background-image: url("../innergigabyteimages/red_bg_1920.jpg"); */
  background-position: 50% 100px;
  background-repeat: no-repeat;
  min-height: 900px;
  position: relative;
  z-index: 15;
  overflow: hidden;
}

.InnerGIGABYTEContent #RGBLED-function .title {
  z-index: 16;
  position: relative;
  margin-bottom: 90px;
}

.InnerGIGABYTEContent #RGBLED-function .text {
  margin-top: -80px;
  width: 46%;
}

.InnerGIGABYTEContent #RGBLED-function .box1 {
  width: 53%;
  float:right;
}

.InnerGIGABYTEContent #RGBLED-function .note1 {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5em;
  color: #bbb;
  float: right;
  width:48%;
}

.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 #alc1220vbamp .alc1220img img {
  width: auto;
}
.InnerGIGABYTEContent #alc1220vbamp .alc1220img div:last-child img {
  width: 80%;
}

.InnerGIGABYTEContent .table .table {
  background-color: transparent;
}

.InnerGIGABYTEContent #NoConfusion {
  background-image: url("../innergigabyteimages/NoConfusion_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 780px;
}

.InnerGIGABYTEContent #NoConfusion .title {
  margin-top: 10%;
  color: #008CFF;
}

.InnerGIGABYTEContent #NoConfusion .text {
  width: 50%;
}

.InnerGIGABYTEContent #usbTurboCharger .conbox1 {
  position: relative;
  display: inline-block;
  width: 45%;
}

.InnerGIGABYTEContent #usbTurboCharger .conbox2 {
  position: relative;
  display: inline-block;
  width: 55%;
  float:right;
}

.InnerGIGABYTEContent #smartfan5fan {
  margin-bottom: 4%;
}

.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%;
  text-align:left;
  margin-top:30px;
}

.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: 150px;
}

.InnerGIGABYTEContent #smartfan5fan .conbox7 .con71 {
  position: absolute;
  right: 10%;
  top: 50px;
}

.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: #0084FF;
  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 #dualbios .conbox1 {
  position: relative;
  display: inline-block;
  width: 48%;
  margin-top:5%;
}

.InnerGIGABYTEContent #dualbios .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top:20px;
  width: 46%;
}

.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: 3%;
}

.InnerGIGABYTEContent #M2ThermalGuard .text {
  width: 55%;
}

.InnerGIGABYTEContent #M2ThermalGuard .conbox1 {
	width:65%;
	float:left;
}

.InnerGIGABYTEContent #M2ThermalGuard #M2ThermalGuard-small {
  display: none;
}

.InnerGIGABYTEContent #USBType-C {
  background-image: url("../innergigabyteimages/USBType-C_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 780px;
}

.InnerGIGABYTEContent #usb31gen2 .text {
  margin-top: 4%;
}

.InnerGIGABYTEContent #armor {
  background-color: #000;
  background-image: url("../innergigabyteimages/mb_armor_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 750px;
}

.InnerGIGABYTEContent #armor .title {
  margin-top: 5%;
}

.InnerGIGABYTEContent #exclusive {
  position: relative;
}

.InnerGIGABYTEContent #exclusive .t1 {
  z-index: 4;
  position: absolute;
}

.InnerGIGABYTEContent #exclusive img {
  z-index: 3;
}

.InnerGIGABYTEContent #exclusive .text {
  width: 45%;
}

.InnerGIGABYTEContent #Solid-Pin .conbox1 {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.InnerGIGABYTEContent #Solid-Pin .conbox2 {
  display: inline-block;
  position: relative;
  text-align:left;
  width: 46%;
  margin-left: 2%;
}

.InnerGIGABYTEContent #Solid-Pin ol li {
  list-style-type: disc;
}

.InnerGIGABYTEContent #Solid-Pin .t1 {
  border-left: 4px solid #008CFF;
  padding-left: 10px;
  line-height: 30px;
  margin-top: 80px;
  margin-left: -20px;
}

.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 #xmp .box1{
	width:100%;
	float:left;
	margin-top:60px;
}


.InnerGIGABYTEContent #thermaldesignline {
  background-image: url("../innergigabyteimages/thermaldesignline_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 850px;
  position: relative;
  overflow: hidden;
}

.InnerGIGABYTEContent #thermaldesignline .tabtitle {
  padding: 8px 20px 8px 20px;
  color: #000;
  background-color: #008cff;
  margin-right: 0%;
  font-size: 24px;
  -webkit-transform: skew(-44deg);
  -moz-transform: skew(-44deg);
  -o-transform: skew(-44deg);
  transform: skew(-44deg);
  display: inline-block;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
  font-weight: bold;
}

.InnerGIGABYTEContent #thermaldesignline .tabskew {
  -webkit-transform: skew(44deg);
  -moz-transform: skew(44deg);
  -o-transform: skew(44deg);
  transform: skew(44deg);
}

.InnerGIGABYTEContent #thermaldesignline .text {
  width: 62%;
  margin-top: 2%;
  font-size: 16px;
  line-height: 26px;
  margin-left: -20px;
}

.InnerGIGABYTEContent #thermaldesignline .thernum,
.InnerGIGABYTEContent #thermaldesignline #thermaldesignlinesmall {
  display: none;
}

.InnerGIGABYTEContent #thermaldesignline #tabtitle01 {
  position: relative;
  top: 100px;
}

.InnerGIGABYTEContent #thermaldesignline #tabtitle02 {
  position: relative;
  top: 110px;
}

.InnerGIGABYTEContent #thermaldesignline #tabtitle03 {
  position: relative;
  top: 130px;
}

.InnerGIGABYTEContent #thermaldesignline #tabtitle04 {
  position: relative;
  top: 285px;
}

.InnerGIGABYTEContent #thermaldesignline #tabtitle05 {
  position: relative;
  top: -320px;
  left: 1113px;
}

.InnerGIGABYTEContent #thermaldesignline #tabtitle06 {
  position: relative;
  top: -285px;
  left: 1125px;
}

.InnerGIGABYTEContent #thermaldesignline #tabtitle07 {
  position: relative;
  top: -170px;
  left: 1090px;
}

.InnerGIGABYTEContent #thermaldesignline #tabtitle08 {
  position: relative;
  top: -140px;
  left: 1052px;
}

.InnerGIGABYTEContent #TripleNVMe .t2 {
  font-size: 1.2em;
  line-height: 1.0em;
  font-weight: bold;
  color: #fff;
  padding-bottom: 2%;
}

.InnerGIGABYTEContent #TripleNVMe .t5 {
  font-size: 2.2em;
  line-height: 1.2em;
  text-align: left;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
}

.InnerGIGABYTEContent #TripleNVMe .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

.InnerGIGABYTEContent #TripleNVMe .conbox2 {
  display: inline-block;
  position: relative;
  width: 36%;
  margin-left: 2%;
}

.InnerGIGABYTEContent #TripleNVMe .t3 {
  width: 80%;
  font-size: 1.8em;
  line-height: 1.6em;
  border-radius: 6px;
  padding: 2%;
  text-align: center;
  font-weight: bold;
  background: #c94600;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-family: 'Oswald', !important;
  background: -moz-linear-gradient(top, #0064FF 0%, #00B3FF 100%);
  background: -webkit-linear-gradient(top, #0064FF 0%, #00B3FF 100%);
  background: linear-gradient(to bottom, #0064FF 0%, #00B3FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064FF', endColorstr='#00B3FF', GradientType=0);
}

.InnerGIGABYTEContent #pcie4slotdesign {
  background-image: url("../innergigabyteimages/pcie4slotdesign_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 900px;
  position: relative;
  overflow: hidden;
}

.InnerGIGABYTEContent #pcie4slotdesign #pcie4slotdesignsmall,
.InnerGIGABYTEContent #pcie4slotdesign .pcienum {
  display: none;
}

.InnerGIGABYTEContent #pcie4slotdesign .title {
  font-size: 2.0em;
  line-height: 1.3em;
  color: #008CFF;
}

.InnerGIGABYTEContent #pcie4slotdesign .text {
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 60%;
}

.InnerGIGABYTEContent #pcie4slotdesign .pcie4de01 {
  position: relative;
  top: 30px;
  left: -60px;
}

.InnerGIGABYTEContent #pcie4slotdesign .pcie4de02 {
  position: relative;
  top: 10px;
  left: 30px;
}

.InnerGIGABYTEContent #pcie4slotdesign .pcie4de03 {
  position: relative;
  top: -255px;
  left: 1160px;
}

.InnerGIGABYTEContent #pcie4slotdesign .pcie4de04 {
  position: relative;
  top: -105px;
  left: 1160px;
  width:240px;
}

.InnerGIGABYTEContent #pcie4slotdesign .pcie4de05 {
  position: relative;
  top: 350px;
  left: -60px;
  width: 50%;
}

.InnerGIGABYTEContent #pcie4slotpcb {
  margin-bottom: 6%;
  position: relative;
}

.InnerGIGABYTEContent #pcie4slotpcb .t2 {
  position: absolute;
  top: 17%;
  left: 55%;
  max-width: 410px;
}

.InnerGIGABYTEContent #pcie4slotpcb .conbox1 {
  position: relative;
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

.InnerGIGABYTEContent #pcie4slotpcb .conbox2 {
  position: relative;
  display: inline-block;
  width: 29%;
  vertical-align: top;
  margin-left: 1%;
  text-align: left;
}

.InnerGIGABYTEContent #pcie4slotpcb .conbox3 {
  position: relative;
  display: inline-block;
  width: 36%;
  vertical-align: top;
  margin-left: 1%;
}

.InnerGIGABYTEContent #pcie4slotpcb .t1 {
  line-height: 30px;
  font-size: 24px;
  text-align: left;
}

.InnerGIGABYTEContent #pcie4slotpcb .t1line {
  border-left: 6px solid #008CFF;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}

.InnerGIGABYTEContent #pcie4slot {
  margin-top: -10%;
}

.InnerGIGABYTEContent #pcie4slot #pcie4slotsmall,
.InnerGIGABYTEContent #pcie4slot #pcie4slotssmall {
  display: none;
}

.InnerGIGABYTEContent #pcie4slot .tableall {
  margin-top: 4%;
  margin-bottom: 10%;
}

.InnerGIGABYTEContent #pcie4slot .tableall .note {
  text-align: center;
  font-size: 12px;
  margin-top: 4%;
}

.InnerGIGABYTEContent #pcie4slot .tableall .note1 {
  text-align: right;
  font-size: 20px;
  margin-top: 1%;
}

.InnerGIGABYTEContent #pcie4slot .tableall .title {
  text-align: center;
  color: #008cff;
  font-size: 34px;
  line-height: 44px;
}

.InnerGIGABYTEContent #pcie4slot .stable01 {
  position: relative;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.InnerGIGABYTEContent #pcie4slot .stable02 {
  position: relative;
  display: inline-block;
  margin-left: 2%;
  width: 30%;
  vertical-align: top;
}

.InnerGIGABYTEContent #pcie4slot .stable03 {
  position: relative;
  display: inline-block;
  margin-left: 2%;
  width: 30%;
  vertical-align: top;
}

.InnerGIGABYTEContent #pcie4slot .tableall .s1 {
  font-size: 16px;
  line-height: 22px;
}

.InnerGIGABYTEContent #pcie4slot .tableall .s2 {
  font-size: 16px;
  line-height: 22px;
  color: #ccc;
}

.InnerGIGABYTEContent #pcie4slot .tableall .tablecon {
  position: relative;
  display: inline-block;
  width: 76%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  min-height: 170px;
  padding-top: 6%;
  margin-top: 6%;
}

.InnerGIGABYTEContent #pcie4slot .stable01 .tabletext1 {
  position: relative;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding-top: 56px;
}

.InnerGIGABYTEContent #pcie4slot .stable01 .tabletext1 .s2 {
  padding-top: 46px;
}

.InnerGIGABYTEContent #pcie4slot .stable02 .tabletext2 {
  position: relative;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding-top: 56px;
}

.InnerGIGABYTEContent #pcie4slot .stable02 .tabletext2 .s2 {
  padding-top: 46px;
}

.InnerGIGABYTEContent #pcie4slot .stable03 .tabletext3 {
  position: relative;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding-top: 44px;
}

.InnerGIGABYTEContent #pcie4slot .stable03 .tabletext3 .s2 {
  padding-top: 38px;
}

.InnerGIGABYTEContent #pcie4slot .stable01 #st1 {
  position: absolute;
  right: 0%;
  top: 50px;
  width: auto;
}

.InnerGIGABYTEContent #pcie4slot .tableall #st4 {
  position: absolute;
  right: 0%;
  top: 50px;
  width: auto;
}

.InnerGIGABYTEContent #pcie4slot .tableall #st5 {
  position: absolute;
  right: 50%;
  top: 50px;
  width: auto;
}

.InnerGIGABYTEContent #pcie4slot .stable01 #st2 {
  position: absolute;
  top: 88px;
  left: 140px;
  font-size: 22px;
  color: #fff;
}

.InnerGIGABYTEContent #pcie4slot .tableall #st3 {
  position: absolute;
  top: 158px;
  left: 124px;
  font-size: 16px;
  color: #000;
}

.InnerGIGABYTEContent #pcie4slot .stable01 .table1,
.InnerGIGABYTEContent #pcie4slot .stable02 .table1,
.InnerGIGABYTEContent #pcie4slot .stable03.table1 {
  background: #002CFF;
  background: -moz-linear-gradient(left, #002CFF 0%, #008CFF 100%);
  background: -webkit-linear-gradient(left, #002CFF 0%, #008CFF 100%);
  background: linear-gradient(to right, #002CFF 0%, #008CFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002CFF', endColorstr='#008CFF', GradientType=1);
  height: 40px;
  width: 100%;
  transition: all 1s ease-in;
  -webkit-transition: all 1 s ease-in;
}

.InnerGIGABYTEContent #pcie4slot .stable01 .table2,
.InnerGIGABYTEContent #pcie4slot .stable02 .table2,
.InnerGIGABYTEContent #pcie4slot .stable03 .table2 {
  margin-top: 10%;
  background: #474747;
  background: -moz-linear-gradient(left, #474747 0%, #cccccc 100%);
  background: -webkit-linear-gradient(left, #474747 0%, #cccccc 100%);
  background: linear-gradient(to right, #474747 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#cccccc', GradientType=1);
  height: 40px;
  width: 50%;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
}

.InnerGIGABYTEContent #pcie4slot .stable03 .table1 {
  background: #002CFF;
  background: -moz-linear-gradient(left, #002CFF 0%, #008CFF 100%);
  background: -webkit-linear-gradient(left, #002CFF 0%, #008CFF 100%);
  background: linear-gradient(to right, #002CFF 0%, #008CFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002CFF', endColorstr='#008CFF', GradientType=1);
  height: 40px;
  width: 30%;
  transition: all 1s ease-in;
  -webkit-transition: all 1 s ease-in;
}

.InnerGIGABYTEContent #pcie4slot .stable03 .table2 {
  margin-top: 10%;
  background: #474747;
  background: -moz-linear-gradient(left, #474747 0%, #cccccc 100%);
  background: -webkit-linear-gradient(left, #474747 0%, #cccccc 100%);
  background: linear-gradient(to right, #474747 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#cccccc', GradientType=1);
  height: 40px;
  width: 100%;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
}

.InnerGIGABYTEContent #rgbsoftware .conbox1 {
  position: relative;
  display: inline-block;
  width: 15%;
}

.InnerGIGABYTEContent #rgbsoftware .conbox2 {
  display: inline-block;
  position: relative;
  width: 82%;
  text-align: left;
  vertical-align: top;
  padding-top: 2%;
}

.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 .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-style16 3s linear infinite;
  -webkit-animation: led-style16 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%;
  }
}

/* function tabs */

.InnerGIGABYTEContent .functiontabs ul li {
  list-style-type: square;
}

.InnerGIGABYTEContent .functiontabstitle {
  margin: 0 auto;
  margin-top: 0%;
}

.InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
  padding: 20px 10px 20px 10px;
  cursor: pointer;
  background-color: #000;
  border-left: 1px solid #E14B00;
  border-top: 1px solid #E14B00;
  border-bottom: 1px solid #E14B00;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  width: 400px;
  display: table-cell;
}

.InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle:hover {
  box-shadow: 0 -20px 70px -20px #ff5500;
  background-image: url("../innergigabyteimages/tab_bg.png");
  background-repeat: no-repeat;
  background-position-y: -20px;
}

.InnerGIGABYTEContent .functiontabstitle div:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.InnerGIGABYTEContent .functiontabstitle div:last-child {
  border-right: 1px solid #E14B00;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.InnerGIGABYTEContent .functiontabstitle #tabtitle3 {
  border-right: 0px solid #E14B00;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.InnerGIGABYTEContent .functiontabstitle #tabtitle4 {
  border-right: 0px solid #0074FF;
  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;
  font-size: 1.6em;
}

.InnerGIGABYTEContent #audio .img1 {
	width:30%;
	margin-top:0%;
	display:inline-block;
	float:left;
}

.InnerGIGABYTEContent #audio .conbox1 {
	width:68%;
	margin-top:0%;
	float:right;
}

.InnerGIGABYTEContent #dts .conbox1 {
  position: relative;
  display: inline-block;
  width: 30%;
  margin-bottom: 2%;
}

.InnerGIGABYTEContent #dts .conbox2 {
  position: relative;
  display: inline-block;
  width: 62%;
  text-align: left;
  vertical-align: top;
  margin-left: 2%;
}

.InnerGIGABYTEContent #dts .conbox3 .title,
.InnerGIGABYTEContent #dts .conbox4 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 0;
}

.InnerGIGABYTEContent #dts .conbox3 {
  position: relative;
  display: inline-block;
  width: 48%;
}

.InnerGIGABYTEContent #dts .conbox4 {
  position: relative;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-left: 1%;
}

.InnerGIGABYTEContent #dts .video {
  margin: 20px;
}

.InnerGIGABYTEContent #lancon02,
.InnerGIGABYTEContent #lancon03 {
  display: none;
}

.InnerGIGABYTEContent #lan10gbe .coolericon {
  margin-left: -15%;
  margin-top: 5%;
  font-size: 24px;
  font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
  text-align: center;
  position: relative;
  display: inline-block;
  width: 45%;
}

.InnerGIGABYTEContent #lan10gbe .lancon {
  position: relative;
  display: inline-block;
  width: 68%;
  vertical-align: top;
  text-align: center;
}

.InnerGIGABYTEContent #lan10gbe .lancon .text {
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: 0em;
}

.InnerGIGABYTEContent #lan10gbe .coolercontext {
  position: relative;
  cursor: pointer;
  margin-bottom: 8%;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  color: #000;
}

.InnerGIGABYTEContent #lan10gbe .coolertitle {
  position: absolute;
  left: 30%;
  right: 0;
  top: 30%;
}

.InnerGIGABYTEContent #colortitlebg5,
.InnerGIGABYTEContent #colortitlebg6,
.InnerGIGABYTEContent #colortitlebg7 {
  display: none;
}


@media screen and (min-width: 1500px) {
  .InnerGIGABYTEContent .performance_h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .InnerGIGABYTEContent .performance_h2 {
    font-weight: bold;
    font-size: 32px;
    color: #eee;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h3 {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
  }

  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 18px;
    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;
  }

  .InnerGIGABYTEContent .aorus_color_content {
    padding: 2% 25% 0 25%;
  }
}

@media screen and (max-width: 1680px) {

/* button */
    .InnerGIGABYTEContent button {
  width: 250px;
  padding:15px 10px 15px 10px;
}

.InnerGIGABYTEContent .functiontabs {
	margin-left:8%;
	margin-right:8%;
}


  /* 8 icons */

  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 24.7%; */
    width: 25%;
  }
}


@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .table .col6l {
    width: 50%;
  }

  .InnerGIGABYTEContent .table .col52,
  .InnerGIGABYTEContent .table .col52s {
    width: auto;
  }

  .InnerGIGABYTEContent .frame {
    width: 1060px;
  }

.InnerGIGABYTEContent .titlebar {
	font-size: 3.0em;
	padding: 60px 0px 30px 0px;
  background-position: 50% -96px;
}

/* button */
.InnerGIGABYTEContent button {
  width: 230px;
  color: #FFF;
  font-size:18px;
  line-height: 24px;
  font-weight: 500;
  padding:14px 10px 14px 10px;
}

.InnerGIGABYTEContent .t1 {
	line-height:26px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.InnerGIGABYTEContent .functiontabs {
	margin-left:13%;
	margin-right:12%;
}

.InnerGIGABYTEContent .functiontabs .functiontabstitle .draw {
  margin-right:10px;
  margin-left:0px;
  margin-top:0px;
}

.InnerGIGABYTEContent #cooling .functiontabstitle{
margin-left:14%;
}

.InnerGIGABYTEContent #audio1 .functiontabstitle{
margin-left:0%;
}

.InnerGIGABYTEContent #app .functiontabstitle{
margin-left:0%;
}

.InnerGIGABYTEContent #powerdesign .tt2 {
  line-height: 46px;
  font-size: 30px;
  margin-bottom: 2%;
  margin-top: 2%;
  color: #B3B3B3;
  width: 100%;
  margin-top: -1%;
}

  .InnerGIGABYTEContent .functiontabs #funtabs1 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs #funtabs1 .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
	margin-top:-20px;
    width: 100%;
  }

  .InnerGIGABYTEContent .textbutton {
    bottom: 80px;
    right: 16%;
  }

  .InnerGIGABYTEContent .functiontabs1 #funtabss1 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs1 #funtabss1 .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  /* 8 icons */

  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 24.58%; */
    width: 25%;
  }



  .InnerGIGABYTEContent .iconall {
    width: 50%;
    margin: 0 auto;
  }
  
.InnerGIGABYTEContent .mainsec .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}

.InnerGIGABYTEContent .mainsec .conbox2 {
  position: relative;
  display: inline-block;
  width: 58%;
  text-align: left;
  vertical-align: top;
  text-align: right;
}
  


  /* Video 2 ************************************/

  .InnerGIGABYTEContent #ytvedio {
    background-image: url("../innergigabyteimages/videobg_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 817px;
  }

  .InnerGIGABYTEContent #killervideo {
    transform: perspective(1000px) rotateY(14deg);
    /*box-shadow:inset 0px 10px 100px #333;  */
    width: 780px;
    height: 460px;
    position: relative;
    top: 140px;
    left: 103px;
  }

  /* 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 #FF6600;
  }

  .InnerGIGABYTEContent #tabicon img {
    width: 100%;
  }

  .InnerGIGABYTEContent #tabicon .tabcon {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    display: none;
  }

  .InnerGIGABYTEContent .tabbox {
    overflow: visible;
    min-height: 800px;
  }

  /* contentflow */

  .InnerGIGABYTEContent #CFw {
    min-height: 300px;
    margin-top: -200px;
  }

  .InnerGIGABYTEContent #exclusive img {
    padding-top: 10%;
  }

  .InnerGIGABYTEContent #RGBLED-function {
    background-position: center center;
    position: relative;
    min-height: 900px;
  }

.InnerGIGABYTEContent #RGBLED-function .box1 {
  width: 50%;
  float:right;
  min-height: 620px;
}

.InnerGIGABYTEContent #RGBLED-function .note1 {
  width:48%;
  margin-top:3%;
}

.InnerGIGABYTEContent #titan .conbox1 {
	display:inline-block;
	float:left;
	width:64%;
	margin-top:3%;
}

  .InnerGIGABYTEContent #TripleNVMe .conbox1 {
    vertical-align: top;
    width: 60%;
  }

  .InnerGIGABYTEContent #TripleNVMe .conbox2 {
    width: 36%;
    margin-left: 2%;
    margin-bottom: 4%;
  }

  .InnerGIGABYTEContent #TripleNVMe .t3 {
    width: 100%;
  }

  .InnerGIGABYTEContent #thermaldesignline {
    background-image: url("../innergigabyteimages/thermaldesignline_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 700px;
    position: relative;
    overflow: hidden;
  }

  .InnerGIGABYTEContent #thermaldesignline .tabtitle {
    padding: 4px 10px 4px 10px;
    color: #000;
    margin-right: 1%;
    font-size: 16px;
    -webkit-transform: skew(-44deg);
    -moz-transform: skew(-44deg);
    -o-transform: skew(-44deg);
    transform: skew(-44deg);
    display: inline-block;
    font-family: 'Oswald', sans-serif, Microsoft JhengHei;
    font-family: 'Oswald', !important;
    font-weight: bold;
  }

  .InnerGIGABYTEContent #thermaldesignline .tabskew {
    -webkit-transform: skew(44deg);
    -moz-transform: skew(44deg);
    -o-transform: skew(44deg);
    transform: skew(44deg);
  }

  .InnerGIGABYTEContent #thermaldesignline .text {
    width: 56%;
    margin-top: 2%;
    font-size: 14px;
    line-height: 20px;
    margin-left: -10px;
  }

  .InnerGIGABYTEContent #thermaldesignline .thernum {
    display: none;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle01 {
    position: relative;
    top: 60px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle02 {
    position: relative;
    top: 45px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle03 {
    position: relative;
    top: 100px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle04 {
    position: relative;
    top: 140px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle05 {
    position: relative;
    top: -295px;
    left: 790px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle06 {
    position: relative;
    top: -290px;
    left: 810px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle07 {
    position: relative;
    top: -220px;
    left: 768px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle08 {
    position: relative;
    top: -230px;
    left: 745px;
  }

  .InnerGIGABYTEContent #pcie4slot {
    margin-top: 0%;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .title {
    font-size: 26px;
    line-height: 36px;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .s1 {
    font-size: 16px;
    line-height: 22px;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .s2 {
    font-size: 16px;
    line-height: 22px;
    color: #ccc;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 .tabletext1 {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-top: 30px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 .tabletext1 .s2 {
    padding-top: 30px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable02 .tabletext2 {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-top: 30px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable02 .tabletext2 .s2 {
    padding-top: 30px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable03 .tabletext3 {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-top: 20px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable03 .tabletext3 .s2 {
    padding-top: 18px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 50px;
    width: 30%;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall #st4 {
    position: absolute;
    right: 0%;
    top: 50px;
    width: 30%;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall #st5 {
    position: absolute;
    right: 40%;
    top: 50px;
    width: 30%;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 #st2 {
    position: absolute;
    top: 72px;
    left: 90px;
    font-size: 16px;
    color: #fff;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall #st3 {
    position: absolute;
    top: 148px;
    left: 74px;
    font-size: 14px;
    color: #000;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 .table2,
  .InnerGIGABYTEContent #pcie4slot .stable02 .table2,
  .InnerGIGABYTEContent #pcie4slot .stable03 .table2 {
    margin-top: 18%;
  }

  .InnerGIGABYTEContent #pcie4slotdesign {
    background-image: url("../innergigabyteimages/pcie4slotdesign_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 530px;
    position: relative;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .title {
    font-size: 0.8em;
    line-height: 0.9em;
    color: #008CFF;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0.2em;
    margin-bottom: 1em;
    width: 60%;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de01 {
    position: relative;
    top: 5px;
    left: 0px;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de02 {
    position: relative;
    top: -50px;
    left: 10px;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de03 {
    position: relative;
    top: -200px;
    left: 860px;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de04 {
    position: relative;
    top: -100px;
    left: 860px;
	width:230px;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de05 {
    position: relative;
    top: 240px;
    left: 0px;
    width: 50%;
  }

  .InnerGIGABYTEContent #pcie4slotpcb .t1 {
    line-height: 24px;
    font-size: 16px;
  }

  .InnerGIGABYTEContent #pcie4slotpcb .t2 {
    position: absolute;
    top: 16%;
    left: 55%;
    max-width: 320px;
  }

.InnerGIGABYTEContent #titan .conbox2 {
	display:inline-block;
	float:right;
	width:36%;
}

  .InnerGIGABYTEContent #alc1220vbamp .alc1220img img {
    width: 80%;
  }
  .InnerGIGABYTEContent #alc1220vbamp .alc1220img div:last-child img {
    width: 65%;
  }

  .InnerGIGABYTEContent #NoConfusion {
    background-image: url("../innergigabyteimages/NoConfusion_1366.jpg");
    min-height: 590px;
  }

  .InnerGIGABYTEContent #NoConfusion .title {
    font-size: 40px;
  }

.InnerGIGABYTEContent #Gen2 .conbox2{
	width:80%;
	margin-top:2%;
	text-align:left;
}

  .InnerGIGABYTEContent #M2ThermalGuard {
    background-image: url("../innergigabyteimages/M2ThermalGuard_1366.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 #smartfan5fan .title {
    margin-top: -10px;
  }

  .InnerGIGABYTEContent #smartfan5fan .smartlist1 {
    font-size: 22px;
    line-height: 40px;
  }

  .InnerGIGABYTEContent #smartfan5fan .smarttitle {
    font-size: 14px;
  }

.InnerGIGABYTEContent #smartfan5fan .conbox7 {
  min-height: 120px;
}

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con71 {
    right: 0%;
    top: 10px;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con72 {
    right: 0%;
    top: 80px;
  }

  .InnerGIGABYTEContent #USBType-C {
    background-image: url("../innergigabyteimages/USBType-C_1366.jpg");
    min-height: 600px;
  }

  .InnerGIGABYTEContent #USBType-C .text {
    width: 80%;
  }

  .InnerGIGABYTEContent #armor {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_armor_1366.jpg");
    background-position: 50% 50px;
    background-repeat: no-repeat;
    min-height: 600px;
  }

  .InnerGIGABYTEContent #armor .title {
    margin-top: 0px;
  }

  .InnerGIGABYTEContent #Solid-Pin .t1 {
    margin-top: 20px;
  }

  .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 #audio .img1 {
	width:35%;
	margin-top:20px;
}

.InnerGIGABYTEContent #audio .conbox1 {
	width:62%;
}

  .InnerGIGABYTEContent #a1 {
    height: 800px;
  }

  .InnerGIGABYTEContent .nav-2,
  .InnerGIGABYTEContent .advan,
  .InnerGIGABYTEContent .advan02,
  .InnerGIGABYTEContent .advan03,
  .InnerGIGABYTEContent .advan04,
  .InnerGIGABYTEContent .advan05,
  .InnerGIGABYTEContent .advan06 {
    height: 210px;
  }

  .InnerGIGABYTEContent .nav-2 ul {
    margin-left: 0px;
  }

  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 10px;
    width: 14%;
  }

  .InnerGIGABYTEContent .advan ul,
  .InnerGIGABYTEContent .advan02 ul,
  .InnerGIGABYTEContent .advan03 ul,
  .InnerGIGABYTEContent .advan04 ul,
  .InnerGIGABYTEContent .advan05 ul,
  .InnerGIGABYTEContent .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: 68px;
  }

  .InnerGIGABYTEContent #ledstrbg2 {
    height: 70px;
  }

  .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 .pertable .st1 {
    margin-top: 0%;
    margin-bottom: 3%;
	margin-left:180px;
  }

.InnerGIGABYTEContent .functiontabs #funtabs1 .conbox3{
  margin-left:11%;
}

  .InnerGIGABYTEContent #audiodac .title {
    font-size: 26px;
  }

  .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;
    left: 62%;
    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");
  }


}

@media screen and (max-width: 1280px) {

/* button */
.InnerGIGABYTEContent button {
  width: 230px;
  padding:15px 10px 15px 10px;
}

.InnerGIGABYTEContent .functiontabs {
	margin-left:8%;
	margin-right:8%;
}

  .InnerGIGABYTEContent .pertable .st1 {
    margin-top: 0%;
    margin-bottom: 3%;
	margin-left:100px;
  }


}


@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: 1.3em;
    line-height: 1.1em;
  }

  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col5l {
    width: 95%;
  }

  .InnerGIGABYTEContent .pertable .functiontabs .functiontabstitle .tabtitle {
    width: 100%;
    display: block;
    border: 2px solid #E14B00;
    border-radius: 6px;
  }

  .InnerGIGABYTEContent .pertable .functiontabstitle #tabtitle4 {
    border-right: 1px solid #E14B00;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .InnerGIGABYTEContent .pertable .st1 {
    margin-top: 0%;
    margin-bottom: 3%;
	margin-left:80px;
  }

  .InnerGIGABYTEContent .pertable .functiontabs .functiontabstitle .tabtitle {
    width: 94%;
  }

.InnerGIGABYTEContent #cooling .functiontabstitle{
margin-left:0%;
}

  .InnerGIGABYTEContent .mainsec .mainsectitle {
    margin-left: 2%;
    margin-top: 0%;
    position: static;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .InnerGIGABYTEContent .mainsec .mainsectitle .text {
    width: 100%;
  }

  .InnerGIGABYTEContent .mainsec .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent .mainsec .conbox2 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    text-align: left;
  }

  .InnerGIGABYTEContent .topsectitle {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .InnerGIGABYTEContent .mainsec .subtitle {
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
  }

  .InnerGIGABYTEContent .mainsec .titlenum {
    font-size: 30px;
    line-height: 40px;
  }

  .InnerGIGABYTEContent .mainsec .mainsectitle .title {
    font-size: 40px;
    line-height: 50px;
  }

  .InnerGIGABYTEContent .textbutton {
    bottom: 80px;
    right: 0%;
    text-align: center;
  }

  /* 8 icons */

  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 49.3%; */
    width: 50%;
  }

  .InnerGIGABYTEContent #featureicon .title {
    font-size: 2.6vw;
    line-height: 5vw;
  }

.InnerGIGABYTEContent .mbintro-b {
	display:none;
}

.InnerGIGABYTEContent .mbintro-s {
	display: block;
	min-height:1220px;
}



  /*mb-spec*/

  .InnerGIGABYTEContent .mbintro-s .text {
    font-size: 16px;
    overflow: hidden;
  }

  .InnerGIGABYTEContent .mbintro-s .spec1 {
    width: 45%;
    margin-right: 6%;
  }

  .InnerGIGABYTEContent .mbintro-s .speclist {
    position: relative;
  }

  .InnerGIGABYTEContent .mbintro-s .spec1 .speclist {
    left: 0px;
    text-align: left;
  }

  .InnerGIGABYTEContent .mbintro-s .speclist {
    margin-top: 3%;
  }

  .InnerGIGABYTEContent .mbintro-s .speclist .specpoint {
    display: inline-block;
    position: relative;
    width: 30px;
    vertical-align: top;
    margin-top: -0.5px;
  }

  .InnerGIGABYTEContent .mbintro-s .speclist .speccontent {
    display: inline-block;
    position: relative;
    width: 78%;
  }

  .InnerGIGABYTEContent .mbintro-s .spec2 {
    width: 45%;
    left: 0%;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist01 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist02 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist03 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist04 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist05 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist06 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec1 #specitemlist07 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist08 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist09 {
    top: 0px;
	width:250px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist10 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist11 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist12 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist13 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist14 {
    top: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent .spec2 #specitemlist15 {
    top: 0px;
    width: auto;
  }



  /* Video 2 ************************************/

  .InnerGIGABYTEContent #ytvedio {
    background-image: url("../innergigabyteimages/videobg_960.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 580px;
  }

  .InnerGIGABYTEContent #killervideo {
    transform: perspective(1000px) rotateY(17deg);
    /*box-shadow:inset 0px 10px 100px #333;  */
    width: 558px;
    height: 322px;
    position: relative;
    top: 74px;
    left: 36px;
  }

  /* tabicon ************************************/

  .InnerGIGABYTEContent .tabbox {
    overflow: visible;
    min-height: 700px;
  }

  /* contentflow */

  .InnerGIGABYTEContent #CFw {
    min-height: 300px;
    margin-top: 0px;
    display: none;
  }

  .InnerGIGABYTEContent #cfw-small,
  .InnerGIGABYTEContent #siv-small,
  .InnerGIGABYTEContent #easy-small,
  .InnerGIGABYTEContent #osd-small,
  .InnerGIGABYTEContent #bios-small {
    display: block;
  }

  .InnerGIGABYTEContent .mb5text div {
    width: 90%;
  }

.InnerGIGABYTEContent #audio .img1 {
	width:100%;
	margin-top:0%;
}

.InnerGIGABYTEContent #audio .conbox1 {
	width:100%;
	margin-top:5%;
}

.InnerGIGABYTEContent #Adaptor .conbox1{
	width:100%;
}

.InnerGIGABYTEContent #Adaptor .conbox4{
	width:100%;
}

.InnerGIGABYTEContent #Adaptor .conbox2{
	width:68%;
	float:left;
	text-align:left;
	margin-top:5%;
	display: inline-block;
}

.InnerGIGABYTEContent #Adaptor .conbox3{
	width:30%;
	float:right;
	margin-top:7%;
}

  .InnerGIGABYTEContent #aorus-antenna .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #aorus-antenna .conbox2 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0%;
  }

  .InnerGIGABYTEContent #RGBLED-function .text {
    width: 100%;
  }

.InnerGIGABYTEContent #RGBLED-function .box1 {
  width: 85%;
  margin-left:80px;
  min-height: 610px;
}

.InnerGIGABYTEContent #RGBLED-function .note1 {
  width:100%;
  margin-top:3%;
}

  .InnerGIGABYTEContent #rgbsoftware .conbox1 {
    position: relative;
    display: inline-block;
    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 #exclusive .t1 {
    position: static;
  }

  .InnerGIGABYTEContent #exclusive img {
    padding-top: 0%;
  }

  .InnerGIGABYTEContent #exclusive .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #usbTurboCharger .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #usbTurboCharger .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

.InnerGIGABYTEContent #titan .conbox1 {
	float:left;
	width:100%;
	margin-top:0%;
}

.InnerGIGABYTEContent #titan .conbox2 {
	float:left;
	width:60%;
    margin-left:15%;
}

.InnerGIGABYTEContent #powerdesign .tt2 {
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 2%;
  margin-top: 2%;
  color: #B3B3B3;
  width: 100%;
  margin-top: -1%;
}

.InnerGIGABYTEContent #powerdesign .conbox3 {
  display: inline-block;
  position: relative;
  width: 100%;
}

.InnerGIGABYTEContent #powerdesign .conbox4 {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
}

.InnerGIGABYTEContent #powerdesign .t1line {
  border-left: 4px solid #008cff;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}

  .InnerGIGABYTEContent #thermaldesignline .thernum {
    display: inline-block;
    margin-right: 10px;
  }

  .InnerGIGABYTEContent #thermaldesignline #thermaldesignlinesmall {
    display: block;
  }

  .InnerGIGABYTEContent #thermaldesignline {
    background-image: url("");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 950px;
    position: relative;
    overflow: hidden;
  }

  .InnerGIGABYTEContent #thermaldesignline .tabtitle {
    padding: 10px;
    color: #000;
    margin-right: 1%;
    font-size: 24px;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    display: inline-block;
    font-family: 'Oswald', sans-serif, Microsoft JhengHei;
    font-family: 'Oswald', !important;
    font-weight: bold;
  }

  .InnerGIGABYTEContent #thermaldesignline .tabskew {
    -webkit-transform: skew(4deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }

  .InnerGIGABYTEContent #thermaldesignline .text {
    width: 100%;
    margin-top: 2%;
    font-size: 20px;
    line-height: 30px;
    margin-left: 0px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle01 {
    position: static;
    top: 0px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle02 {
    position: static;
    top: 0px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle03 {
    position: static;
    top: 0px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle04 {
    position: static;
    top: 0px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle05 {
    position: static;
    top: 0px;
    left: 0px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle06 {
    position: static;
    top: 0px;
    left: 0px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle07 {
    position: static;
    top: 0px;
    left: 0px;
  }

  .InnerGIGABYTEContent #thermaldesignline #tabtitle08 {
    position: static;
    top: 0px;
    left: 0px;
  }

  .InnerGIGABYTEContent #alc1220vbamp .alc1220img img {
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #alc1220vbamp .alc1220img div:last-child img {
    width: 100%;
    margin: 0 auto;
  }

  .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 {
	  margin-top:70px;
    font-size: 26px;
    line-height: 40px;
  }

  .InnerGIGABYTEContent #smartfan5fan .smarttitle {
    font-size: 22px;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con71 {
    right: 10%;
    top: 40px;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con72 {
    right: 10%;
    top: 100px;
  }

  .InnerGIGABYTEContent #fancontrol .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #fancontrol .conbox2 .title {
    text-align: left;
  }

  .InnerGIGABYTEContent #fancontrol .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #USBType-C {
    background-image: url("../innergigabyteimages/USBType-C_960.jpg");
    min-height: 560px;
  }

  .InnerGIGABYTEContent #USBType-C .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #armor {
    background-image: url("../innergigabyteimages/mb_armor_960.jpg");
  background-position: 50% bottom;
  background-repeat: no-repeat;
  min-height: 1000px;
  }

  .InnerGIGABYTEContent #armor .title,
  .InnerGIGABYTEContent #armor .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #dualbios .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 0%;
  }

  .InnerGIGABYTEContent #dualbios .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 0%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard {
    background-image: url("");
  }

  .InnerGIGABYTEContent #M2ThermalGuard .t1 {
    margin-top: 0%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard .t2 {
    margin-top: 0%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard .text {
    width: 100%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #M2ThermalGuard #M2ThermalGuard-small {
    display: block;
  }

  .InnerGIGABYTEContent #M2slot .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #M2slot .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #Solid-Pin .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #Solid-Pin .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #xmp {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_xmp_960.jpg");
    background-position: 50% bottom;
    min-height: 1100px;
    background-repeat: no-repeat;
  }

  .InnerGIGABYTEContent #a1 {
    height: 700px;
  }

  .InnerGIGABYTEContent .nav-2,
  .InnerGIGABYTEContent .advan,
  .InnerGIGABYTEContent .advan02,
  .InnerGIGABYTEContent .advan03,
  .InnerGIGABYTEContent .advan04,
  .InnerGIGABYTEContent .advan05,
  .InnerGIGABYTEContent .advan06 {
    width: 100%;
    height: auto;
  }

  .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%;
  }

  .InnerGIGABYTEContent .rgb-c,
  .InnerGIGABYTEContent .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;
  }


  .InnerGIGABYTEContent #functiontabs1 .funtabs .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent #functiontabs1 .funtabs .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 10%;
    width: 100%;
    margin-left: 0%;
  }


  /* 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 #E14B00;
    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: 0px solid #E14B00;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
    width: 500px;
    border: 2px solid #E14B00;
    border-radius: 6px;
    display: block;
  }

.InnerGIGABYTEContent .functiontabs #funtabs1 .conbox3{
  margin-left:0%;
}

  .InnerGIGABYTEContent #XSplit {
    background-image: url("../innergigabyteimages/xsplit_960.jpg");
    background-position: 45% 170px;
    background-repeat: no-repeat;
    min-height: 650px;
  }

  .InnerGIGABYTEContent .XSplit_MV {
    position: absolute;
    color: #fff;
    left: 56%;
    top: 60%;
    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%;
    top: 170px;
    transition: background-image .5s;
  }

  .InnerGIGABYTEContent a.more:hover {
    background-image: url("../innergigabyteimages/more2.png");
  }

  .InnerGIGABYTEContent #dts .conbox1 {
    width: 100%;
    margin-bottom: 0%;
  }

  .InnerGIGABYTEContent #dts .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #dts .conbox3 {
    width: 100%;
  }

  .InnerGIGABYTEContent #dts .conbox4 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #TripleNVMe .conbox1 {
    vertical-align: top;
    width: 100%;
  }

  .InnerGIGABYTEContent #TripleNVMe .conbox2 {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10%;
  }

  .InnerGIGABYTEContent #TripleNVMe .t3 {
    width: 80%;
    margin: 0 auto;
  }

  .InnerGIGABYTEContent #pcie4slotdesign {
    background-image: url("../innergigabyteimages/");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 800px;
    position: relative;
  }

  .InnerGIGABYTEContent #pcie4slotdesign #pcie4slotdesignsmall {
    display: block;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcienum {
    display: inline-block;
    margin-right: 2%;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .title {
    font-size: 0.8em;
    line-height: 1em;
    color: #008CFF;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0.2em;
    margin-bottom: 1em;
    width: 100%;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de01 {
    position: static;
    top: 0px;
    left: 0px;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de02 {
    position: static;
    top: 0px;
    left: 10px;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de03 {
    position: static;
    top: 0px;
    left: 0px;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de04 {
    position: static;
    top: 0px;
    left: 0px;
    width:600px;
  }

  .InnerGIGABYTEContent #pcie4slotdesign .pcie4de05 {
    position: static;
    top: 0px;
    left: 0px;
    width: auto;
  }

  .InnerGIGABYTEContent #pcie4slotpcb .conbox1 {
    width: 100%;
  }

  .InnerGIGABYTEContent #pcie4slotpcb .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #pcie4slotpcb .conbox3 {
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent #pcie4slotpcb .t1 {
    line-height: 40px;
    font-size: 24px;
    margin-top: 4%;
  }

  .InnerGIGABYTEContent #pcie4slotpcb .t2 {
    position: static;
    top: 0%;
    left: 0%;
    max-width: 100%;
  }

  .InnerGIGABYTEContent #pcie4slot {
    margin-top: 0%;
  }

  .InnerGIGABYTEContent #pcie4slot .tt1 {
    width: 100%;
    padding-top: 0%;
    margin-bottom: 0%;
  }

  .InnerGIGABYTEContent #pcie4slot {
    background-image: url("");
  }

  .InnerGIGABYTEContent #pcie4slot #pcie4slotssmall {
    display: block;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 {
    width: 100%;
  }

  .InnerGIGABYTEContent #pcie4slot .stable02 {
    margin-left: 0%;
    margin-top: 10%;
    width: 100%;
  }

  .InnerGIGABYTEContent #pcie4slot .stable03 {
    margin-left: 0%;
    margin-top: 10%;
    width: 100%;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .title {
    font-size: 40px;
    line-height: 46px;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .s1 {
    font-size: 20px;
    line-height: 30px;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .s2 {
    font-size: 20px;
    line-height: 30px;
    color: #ccc;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 .tabletext1 {
    width: 20%;
    padding-top: 50px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 .tabletext1 .s2 {
    padding-top: 30px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable02 .tabletext2 {
    width: 20%;
    padding-top: 50px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable02 .tabletext2 .s2 {
    padding-top: 30px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable03 .tabletext3 {
    width: 20%;
    padding-top: 30px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable03 .tabletext3 .s2 {
    padding-top: 20px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 #st1 {
    right: 0%;
    top: 60px;
    width: auto;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall #st4 {
    right: 0%;
    top: 60px;
    width: auto;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall #st5 {
    right: 50%;
    top: 60px;
    width: auto;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 #st2 {
    top: 88px;
    left: 250px;
    font-size: 26px;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall #st3 {
    top: 156px;
    left: 180px;
    font-size: 20px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 .table2,
  .InnerGIGABYTEContent #pcie4slot .stable02 .table2,
  .InnerGIGABYTEContent #pcie4slot .stable03 .table2 {
    margin-top: 6%;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .note {
    margin-top: 1%;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .tablecon {
    padding-top: 6%;
    margin-top: 2%;
  }

  .InnerGIGABYTEContent #qflashplus .qflashlogo {
    margin-top: 2%;
    margin-bottom: 0%;
  }

  .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 #lan10gbe .coolericon .text {
    text-align: left;
    margin-left: 0%;
    margin-bottom: 10%;
    font-size: 20px;
  }

  .InnerGIGABYTEContent #lan10gbe .coolericon {
    margin-left: 0%;
    margin-top: 5%;
    font-size: 24px;
    font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent #lan10gbe .lancon {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }

  .InnerGIGABYTEContent #colortitlebg1,
  .InnerGIGABYTEContent #colortitlebg2,
  .InnerGIGABYTEContent #colortitlebg3 {
    display: none;
  }

  .InnerGIGABYTEContent #colortitlebg5,
  .InnerGIGABYTEContent #colortitlebg6,
  .InnerGIGABYTEContent #colortitlebg7 {
    display: block;
  }

  .InnerGIGABYTEContent #lan10gbe .coolertitle {
    position: absolute;
    left: 0%;
    right: 0;
    top: 24%;
  }

  .InnerGIGABYTEContent #lan10gbe .coolercontext {
    margin-bottom: 4%;
  }
  

}

@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent p {
    line-height: 23px;
    /* padding: 1%; */
  }

  .InnerGIGABYTEContent .performance_h1 {
    color: #eee;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h2 {
    font-weight: bold;
    font-size: 18px;
    color: #eee;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h3 {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
  }

  .InnerGIGABYTEContent .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;
  }

  .InnerGIGABYTEContent .aorus_color_content {
    padding: 3% 10% 0 10%;
  }

  .InnerGIGABYTEContent .aorus_vr_bg {
    background-image: none;
    background-size: 80%;
    background-repeat: no-repeat;
    padding: 20% 0 0 0;
    margin: 0;
  }

  .InnerGIGABYTEContent .color_effect_content {
    padding-top: 4%;
    text-align: center;
  }

  .InnerGIGABYTEContent .color_picker_panel {
    display: block;
    text-align: center;
    position: relative;
    margin: auto;
  }

  .InnerGIGABYTEContent .functiontabstitle1 div:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .InnerGIGABYTEContent .functiontabstitle1 div:last-child {
    border-right: 1px solid #E14B00;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .InnerGIGABYTEContent .functiontabs1 .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .InnerGIGABYTEContent .functiontabs1 .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .InnerGIGABYTEContent .functiontabs1 .functiontabstitle1 .tabtitle {
    width: 500px;
    border: 2px solid #E14B00;
    border-radius: 6px;
    display: block;
  }


}

@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .table .col6l {
    width: auto;
  }

  .InnerGIGABYTEContent .frame {
    padding: 1em 0;
    width: 76%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .InnerGIGABYTEContent .title {
    font-size: 1.8em;
	line-height:1.4em;
  }

  .InnerGIGABYTEContent .title1 {
    font-size: 0.9em;
	line-height:1.4em;
  }

  .InnerGIGABYTEContent .suborangetitle {
    font-size: 20px;
    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;
  }
  
  /*button*/
  
  .InnerGIGABYTEContent button {
  box-shadow: inset 0 0 0 2px #0074FF;
  width: 250px;
  color: #FFF;
  font-size:18px;
  padding:8px 20px 8px 20px;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
transform: translate(0px, 0px) rotate(0deg) skew(-15deg, 0deg) scale(1, 1);}

.InnerGIGABYTEContent .t1 {
  padding-top: 7px;
  padding-bottom: 7px;
}


.InnerGIGABYTEContent .functiontabs .functiontabstitle .draw {
  transition: color 0.25s;
  margin-right:0px;
  margin-left:0px;
  margin-bottom:5px;
  margin-top:0px;
}

  .InnerGIGABYTEContent .textbutton {
    bottom: 60px;
    right: 0%;
    text-align: center;
    font-size: 30px;
  }

.InnerGIGABYTEContent .titlebar {
	font-size: 2.2em;
	padding: 70px 0px 30px 0px;
	background-image: url("../innergigabyteimages/line.png");
	background-position: 50% -82px;
	background-repeat: no-repeat;
}



  /* 8 icons */

  .InnerGIGABYTEContent #featureicon .featurenav {
    /* width: 49%; */
    width: 50%;
  }

  .InnerGIGABYTEContent #featureicon .title {
    font-size: 24px;
    line-height: 40px;
  }

  .InnerGIGABYTEContent .mbintro-s .spec1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .InnerGIGABYTEContent .mbintro-s .spec2 {
    display: inline-block;
    position: relative;
    width: 100%;
    right: 0%;
    left: 0%;
    margin-left: 10%;
  }

.InnerGIGABYTEContent .mbintro-s {
	min-height:1550px;
}


  /* Video 2 ************************************/

  .InnerGIGABYTEContent #ytvedio {
    background-image: url("../innergigabyteimages/videobg_640.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 390px;
  }

  .InnerGIGABYTEContent #killervideo {
    transform: perspective(1000px) rotateY(22deg);
    /*box-shadow:inset 0px 10px 100px #333;  */
    width: 380px;
    height: 210px;
    position: relative;
    top: 40px;
    left: -14px;
  }

  /* 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 #FF6600;
  }

  .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 */

  .InnerGIGABYTEContent #CFw {
    min-height: 300px;
    margin-top: -80px;
  }

  .InnerGIGABYTEContent .mb5text div {
    width: 90%;
    margin-bottom: 10%;
  }

  .InnerGIGABYTEContent #x-fi2 {
    min-height: 1100px;
  }

  /*TOP*/

  #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 #XSplit {
    background-image: url("../innergigabyteimages/xsplit_640.jpg");
    background-position: center 430px;
    background-repeat: no-repeat;
    min-height: 920px;
  }

  .InnerGIGABYTEContent .XSplit_MV {
    position: absolute;
    color: #fff;
    left: 25%;
    top: 47%;
    z-index: 10;
    display: block;
    width: 50%;
  }

   .InnerGIGABYTEContent a.more {
    display: block;
    width: 208px;
    height: 45px;
    background-image: url("../innergigabyteimages/more.png");
    text-indent: -99999px;
    position: absolute;
    color: #fff;
    right: 0%;
    top: 190px;
    transition: background-image .5s;
  }

  .InnerGIGABYTEContent a.more:hover {
    background-image: url("../innergigabyteimages/more2.png");
  }

  .InnerGIGABYTEContent #pcie4slotpcb .t1 {
    line-height: 30px;
    font-size: 20px;
    margin-top: 4%;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 #st1 {
    right: 0%;
    top: 40px;
    width: 26%;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall #st4 {
    right: 0%;
    top: 40px;
    width: 26%;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall #st5 {
    right: 40%;
    top: 40px;
    width: 26%;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 #st2 {
    top: 70px;
    left: 120px;
    font-size: 16px;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall #st3 {
    top: 126px;
    left: 86px;
    font-size: 14px;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .title {
    font-size: 30px;
    line-height: 30px;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .s1 {
    font-size: 16px;
    line-height: 20px;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .s2 {
    font-size: 16px;
    line-height: 20px;
    color: #ccc;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 .tabletext1 {
    width: 20%;
    padding-top: 34px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 .tabletext1 .s2 {
    padding-top: 14px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable02 .tabletext2 {
    width: 20%;
    padding-top: 34px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable02 .tabletext2 .s2 {
    padding-top: 14px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable03 .tabletext3 {
    width: 20%;
    padding-top: 20px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable03 .tabletext3 .s2 {
    padding-top: 10px;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 {
    width: 100%;
  }

  .InnerGIGABYTEContent #pcie4slot .stable02 {
    margin-left: 0%;
    margin-top: 10%;
    width: 100%;
  }

  .InnerGIGABYTEContent #pcie4slot .stable03 {
    margin-left: 0%;
    margin-top: 10%;
    width: 100%;
  }

  .InnerGIGABYTEContent #pcie4slot .stable01 .table2,
  .InnerGIGABYTEContent #pcie4slot .stable02 .table2,
  .InnerGIGABYTEContent #pcie4slot .stable03 .table2 {
    margin-top: 6%;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .note {
    margin-top: 1%;
  }

  .InnerGIGABYTEContent #pcie4slot .tableall .tablecon {
    padding-top: 6%;
    margin-top: 6%;
  }

  .InnerGIGABYTEContent #audio {
	  min-height:600px;
  }

.InnerGIGABYTEContent #audio .conbox1 {
	width:100%;
	margin-top:5%;
}

.InnerGIGABYTEContent #dts .img1 {
	width:100%;
	margin-right:0%;
	margin-bottom:3%;
	margin-top:4%;
}

.InnerGIGABYTEContent #Adaptor {
	min-height:1050px;
}

.InnerGIGABYTEContent #Adaptor .conbox1{
	width:100%;
}

.InnerGIGABYTEContent #Adaptor .conbox2{
	width:100%;
	margin-top:5%;
}

.InnerGIGABYTEContent #Adaptor .conbox3{
	width:100%;
	margin-top:3%;
}

.InnerGIGABYTEContent #Gen2 .conbox1{
	width:35%;
	float:left;
	display:inline-block;
}

.InnerGIGABYTEContent #Gen2 .conbox2{
	width:65%;
	margin-top:0%;
	text-align:left;
}

.InnerGIGABYTEContent #titan {
	min-height:700px;
}

.InnerGIGABYTEContent #titan .conbox2 {
               width:80%;
               margin-left:8%;
}

  .InnerGIGABYTEContent #TripleNVMe .t2{
    width: 100%;
font-size:18px;
  }

  .InnerGIGABYTEContent #TripleNVMe .t3{
    width: 100%;
font-size:20px;
  }

  .InnerGIGABYTEContent #TripleNVMe .t5{
    width: 100%;
font-size:20px;
  }

.InnerGIGABYTEContent #Type-C {
	min-height:600px;
}

.InnerGIGABYTEContent #Type-C .conbox1{
	width:80%;
	float:left;
}

.InnerGIGABYTEContent #Type-C .conbox2{
	width:100%;
}

.InnerGIGABYTEContent #powerdesign {
	min-height:800px;
}

.InnerGIGABYTEContent #usbTurboCharger{ 
    min-height: 800px;
}

  .InnerGIGABYTEContent #xmp {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_xmp_640.jpg");
    background-position: 50% bottom;
    min-height: 800px;
    background-repeat: no-repeat;
  }

  .InnerGIGABYTEContent #RGBLED-function {
    background-position: center 178px;
    min-height: 1100px;
    position: relative;
  }

  .InnerGIGABYTEContent #RGBLED-function .frame .cell {
    width: 100%;
  }

.InnerGIGABYTEContent #RGBLED-function .box1 {
  min-height: 500px;
}

  .InnerGIGABYTEContent #NoConfusion {
    background-image: url("../innergigabyteimages/NoConfusion_640.jpg");
    min-height: 590px;
  }

  .InnerGIGABYTEContent #NoConfusion .title {
    margin-top: 0%;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }

  .InnerGIGABYTEContent #NoConfusion .text {
    width: 100%;
  }

  .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;
	margin-top:5%;
  }

  .InnerGIGABYTEContent #smartfan5fan .conbox7 .con72 {
    right: 0%;
    top: 80px;
  }

  .InnerGIGABYTEContent #fancontrol .conbox2 img {
    width: 100%;
  }

  .InnerGIGABYTEContent #USBType-C {
    background-image: url("../innergigabyteimages/USBType-C_640.jpg");
	background-position:50% -20px;
    min-height: 550px;
  }

  .InnerGIGABYTEContent #armor {
    background-image: url("../innergigabyteimages/mb_armor_640.jpg");
    min-height: 800px;
    background-position: 50% 150px;
  }

  .InnerGIGABYTEContent #armor .title {
    margin-top: 0px;
  }

  .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%;
  }

  .InnerGIGABYTEContent .click-n {
    width: 50%;
  }

  .InnerGIGABYTEContent .box1 {
    width: 250px;
    height: 300px;
    margin-right: 0px;
  }

  .InnerGIGABYTEContent #colorpicker-style {
    margin-left: 0px;
    margin-top: 0px;
  }

  .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: 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: 70px;
  }

  .InnerGIGABYTEContent #ledstrbg2 {
    height: 70px;
  }

  .InnerGIGABYTEContent .functiontabs #funtabsPer3 .t1 {
    font-size: 30px;
    line-height: 40px;
  }

  .InnerGIGABYTEContent .functiontabs .functiontabstitle .tabtitle {
    padding: 10px 10px 10px 10px;
    width: 100%;
    font-size: 24px;
  }

.InnerGIGABYTEContent .functiontabs #funtabs1 .conbox1 {
  margin-top:-20px;
}

.InnerGIGABYTEContent .functiontabs #funtabs1 .conbox2 {
  margin-top:0px;
}

  .InnerGIGABYTEContent .pertable .st1 {
    margin-top: 0%;
    margin-bottom: 3%;
	margin-left:50px;
  }

  .InnerGIGABYTEContent .pertable .martop {
	  font-size:1em;
  }

/* function tabs */
.InnerGIGABYTEContent .functiontabs1 ul li {
  list-style-type: square;
}

.InnerGIGABYTEContent .functiontabstitle1 {
  margin: 0 auto;
  margin-top: -4%;
}

.InnerGIGABYTEContent .functiontabs1 .functiontabstitle1 .tabtitle {
  padding: 20px 10px 20px 10px;
  cursor: pointer;
  background-color: #000;
  border-left: 1px solid #E14B00;
  border-top: 1px solid #E14B00;
  border-bottom: 1px solid #E14B00;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  width: 400px;
  display: table-cell;
}

.InnerGIGABYTEContent .functiontabs1 .functiontabstitle1 .tabtitle:hover {
  box-shadow: 0 -20px 70px -20px #ff5500;
  background-image: url("../innergigabyteimages/tab_bg.png");
  background-repeat: no-repeat;
  background-position-y: -20px;
}

.InnerGIGABYTEContent .functiontabstitle1 div:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.InnerGIGABYTEContent .functiontabstitle1 div:last-child {
  border-right: 1px solid #E14B00;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.InnerGIGABYTEContent .functiontabs1 .conbox1 {
  position: relative;
  padding-top: 4%;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.InnerGIGABYTEContent .functiontabs1 .conbox2 {
  display: inline-block;
  position: relative;
  width: 66%;
  padding-top: 4%;
  margin-left: 2%;
}

  .InnerGIGABYTEContent .functiontabs1 .functiontabstitle1 .tabtitle {
    width: 94%;
  }

  .InnerGIGABYTEContent #lan10gbe .coolericon {
    margin-top: 5%;
    font-size: 16px;
  }

}

@media screen and (max-width: 480px) {



  .InnerGIGABYTEContent .title {
    font-size: 1.4em;
	line-height:1.4em;
  }

  .InnerGIGABYTEContent .title1 {
    font-size: 1.2em;
	line-height:1.4em;
  }

  .InnerGIGABYTEContent .suborangetitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1%;
  }

  .InnerGIGABYTEContent .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }


  /*button*/
  
.InnerGIGABYTEContent button {
	transform: translate(0px, 0px) rotate(0deg) skew(-25deg, 0deg) scale(1, 1);
}

.InnerGIGABYTEContent .functiontabs {
	margin-left:18%;
	margin-right:5%;
}


  /* 8 icons */

  .InnerGIGABYTEContent #featureicon .featurenav {
    width: 100%;
  }

  /* Video 2 ************************************/

  .InnerGIGABYTEContent #ytvedio {
    background-image: url("../innergigabyteimages/videobg_480.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 390px;
  }

  .InnerGIGABYTEContent #killervideo {
    transform: perspective(1000px) rotateY(30deg);
    /*box-shadow:inset 0px 10px 100px #333;  */
    width: 306px;
    height: 156px;
    position: relative;
    top: 20px;
    left: 20px;
  }

  .InnerGIGABYTEContent #tabicon .tabcon {
    min-height: 600px;
  }

.InnerGIGABYTEContent .mbintro-s {
	min-height:1450px;
}

  .InnerGIGABYTEContent .mbintro-s .spec2 {
    display: inline-block;
    position: relative;
    width: 75%;
    right: 10%;
    left: 0%;
    margin-left: 15%;
  }

.InnerGIGABYTEContent #powerdesign .tt2 {
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 2%;
  margin-top: 2%;
  color: #B3B3B3;
  width: 100%;
  margin-top: 2%;
}

.InnerGIGABYTEContent #powerdesign .t1line {
  border-left: 2px solid #008cff;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}  

  .InnerGIGABYTEContent #pcie4slotpcb .t1 {
    line-height: 30px;
    font-size: 16px;
  }

.InnerGIGABYTEContent #pcie4slotpcb .t1line {
  border-left: 3px solid #008CFF;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
}

  .InnerGIGABYTEContent #Adaptor {
	  min-height:500px;
  }

  .InnerGIGABYTEContent #Gen4AIC03 {
    min-height:500px;
  }

  .InnerGIGABYTEContent #Gen4AIC04 {
    min-height:600px;
  }

  .InnerGIGABYTEContent #Gen4AIC05 {
    min-height:600px;
  }

  .InnerGIGABYTEContent #functiontabs1 {
    min-height:850px;
  }

  .InnerGIGABYTEContent #xmp {
    background-color: #000;
    background-image: url("../innergigabyteimages/mb_xmp_640.jpg");
    background-position: 50% bottom;
    min-height: 700px;
    background-repeat: no-repeat;
  }

  .InnerGIGABYTEContent #xmp .title {
    font-size: 0.8em;
  }

  .InnerGIGABYTEContent #USBType-C {
	background-position:50% 0px;
    min-height: 550px;
  }

  .InnerGIGABYTEContent #Type-C {
    min-height: 450px;
  }

.InnerGIGABYTEContent #Gen2 .conbox1{
	width:50%;
	float:left;
	display:inline-block;
}

.InnerGIGABYTEContent #Gen2 .conbox2{
	width:100%;
	margin-top:2%;
}

.InnerGIGABYTEContent #RGBLED-function .box1 {
  min-height: 360px;
   margin-right: 0px;
  }

.InnerGIGABYTEContent .ledstrip1, .InnerGIGABYTEContent .ledstrip2 {
	position: relative;
	overflow: hidden;
	height: 55px;
}

   .InnerGIGABYTEContent #XSplit {
    background-position: center 380px;
    background-repeat: no-repeat;
    min-height: 870px;
  }

  .InnerGIGABYTEContent .XSplit_MV {
    position: absolute;
    color: #fff;
    left: 25%;
    margin-top: -40px;
    z-index: 10;
    display: block;
    width: 50%;
  }

   .InnerGIGABYTEContent a.more {
    display: block;
    width: 208px;
    height: 45px;
    background-image: url("../innergigabyteimages/more.png");
    text-indent: -99999px;
    position: absolute;
    color: #fff;
    right: 0%;
    top: 140px;
    transition: background-image .5s;
  }

  .InnerGIGABYTEContent a.more:hover {
    background-image: url("../innergigabyteimages/more2.png");
  }

.InnerGIGABYTEContent .pertable {
	min-height:0px;
	height:auto;
}

  .InnerGIGABYTEContent .pertable .functiontabs{
  width: 70%;
	margin-left:15%;
	margin-right:0%;
  }


}

@media screen and (max-width: 414px) {

.InnerGIGABYTEContent .ledstrip1, .InnerGIGABYTEContent .ledstrip2 {
	position: relative;
	overflow: hidden;
	height: 43px;
}

.InnerGIGABYTEContent #RGBLED-function .box1 {
  min-height: 310px;
   margin-right: 0px;
  }

  .InnerGIGABYTEContent #a1 {
    height: 260px;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .InnerGIGABYTEContent .performance_h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .InnerGIGABYTEContent .performance_h2 {
    font-weight: bold;
    font-size: 30px;
    color: #eee;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h3 {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
  }

  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 18px;
    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;
  }

  .InnerGIGABYTEContent .aorus_color_content {
    padding: 3% 20% 0 20%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .InnerGIGABYTEContent .performance_h1 {
    color: #eee;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h2 {
    font-weight: bold;
    font-size: 25px;
    color: #eee;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h3 {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
  }

  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 16px;
    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;
  }

  .InnerGIGABYTEContent .aorus_color_content {
    padding: 3% 14% 0 14%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .InnerGIGABYTEContent .performance_h1 {
    color: #eee;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h2 {
    font-weight: bold;
    font-size: 20px;
    color: #eee;
    letter-spacing: 2px;
  }

  .InnerGIGABYTEContent .performance_h3 {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
  }

  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 16px;
    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;
  }

  .InnerGIGABYTEContent .aorus_color_content {
    padding: 3% 14% 0 14%;
  }
}