@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");
@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
body {
  background: #000;
  padding: 0;
  margin: 0;
}

.InnerGIGABYTEContent {
  color: #fff;
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 30px;
}
.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 {
  margin-top: 2%;
  font-size: 24px;
  line-height: 1.3em;
  color: #ff5f00;
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
}
.InnerGIGABYTEContent .suborangetitle {
  color: #FF7200;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1%;
  font-family:  'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
}
.InnerGIGABYTEContent .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #B2B2B2;
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 54%;
}
.InnerGIGABYTEContent .video video, .InnerGIGABYTEContent .video iframe {
  height: 80%;
  width: 80%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 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 {
  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%;
  text-align: left;
}
.InnerGIGABYTEContent .table .cell .right {
  float: right;
  margin-right: 5%;
  text-align: left;
}
.InnerGIGABYTEContent .table .cell .center {
  padding: 0em 30px 0;
  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 #header {
  position: relative;
  background-repeat: no-repeat;
}
.InnerGIGABYTEContent #header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
}
.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;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .table .col6l {
    width: 50%;
  }
  .InnerGIGABYTEContent .table .col52, .InnerGIGABYTEContent .table .col52s {
    width: auto;
  }
  .InnerGIGABYTEContent .frame {
    width: 960px;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }
}
@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 .title span {
    background-image: url("");
    padding-bottom: 0px;
    padding-right: 0%;
  }
  .InnerGIGABYTEContent .text {
    font-size: 0.8em;
    line-height: 1.2em;
    margin-top: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }
  .InnerGIGABYTEContent #header .title {
    width: auto;
    font-size: 1.1em;
    margin-top: -24px;
  }
  .InnerGIGABYTEContent #header .frame {
    padding: 0em 0 1em;
  }
  .InnerGIGABYTEContent .table .col5, .InnerGIGABYTEContent .table .col5s, .InnerGIGABYTEContent .table .col5l {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .table .col6l {
    width: auto;
  }
  .InnerGIGABYTEContent .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .InnerGIGABYTEContent .title {
    font-size: 20px;
  }
  .InnerGIGABYTEContent .suborangetitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1%;
  }
  .InnerGIGABYTEContent .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  .InnerGIGABYTEContent .table {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_HIDE {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_SHOW {
    display: none;
  }
  .InnerGIGABYTEContent .table .col1l, .InnerGIGABYTEContent .table .col2l, .InnerGIGABYTEContent .table .col3l, .InnerGIGABYTEContent .table .col4l, .InnerGIGABYTEContent .table .col5l, .InnerGIGABYTEContent .table .col6l, .InnerGIGABYTEContent .table .col7l, .InnerGIGABYTEContent .table .col8l, .InnerGIGABYTEContent .table .col9l, .InnerGIGABYTEContent .table .col10l {
    width: 100%;
    margin: 0;
  }
  .InnerGIGABYTEContent .table .col1, .InnerGIGABYTEContent .table .col2, .InnerGIGABYTEContent .table .col3, .InnerGIGABYTEContent .table .col4, .InnerGIGABYTEContent .table .col5, .InnerGIGABYTEContent .table .col6, .InnerGIGABYTEContent .table .col7, .InnerGIGABYTEContent .table .col8, .InnerGIGABYTEContent .table .col9, .InnerGIGABYTEContent .table .col10 {
    width: 90;
    margin: 0 0;
  }
  .InnerGIGABYTEContent .table .col1s, .InnerGIGABYTEContent .table .col2s, .InnerGIGABYTEContent .table .col3s, .InnerGIGABYTEContent .table .col4s, .InnerGIGABYTEContent .table .col5s, .InnerGIGABYTEContent .table .col6s, .InnerGIGABYTEContent .table .col7s, .InnerGIGABYTEContent .table .col8s, .InnerGIGABYTEContent .table .col9s, .InnerGIGABYTEContent .table .col10s {
    width: 60%;
    margin: 0 20%;
  }
  .InnerGIGABYTEContent .table .cell .left, .InnerGIGABYTEContent .table .cell .right, .InnerGIGABYTEContent .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }
  .InnerGIGABYTEContent .table .cell .center {
    padding: 0 0 0;
  }
  .InnerGIGABYTEContent .table .cell .offsetRight, .InnerGIGABYTEContent .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }
  .InnerGIGABYTEContent .table .side {
    display: none;
  }
  .InnerGIGABYTEContent .img-large {
    display: none;
  }
  .InnerGIGABYTEContent .img-small {
    display: block;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }
  .InnerGIGABYTEContent #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }
}

.InnerGIGABYTEContent body {
  background-color: #000;
}
.InnerGIGABYTEContent #choosebar {
  position: fixed;
  bottom: 30%;
  right: 2%;
  transition: all ease 400ms;
  transform: translateY(0);
  z-index: 9999;
  display: none;
}
.InnerGIGABYTEContent #choosebar .liststyle {
  height: 30px;
  cursor: pointer;
}
.InnerGIGABYTEContent #choosebar .listtext {
  font-size: 13px;
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
  float: left;
  display: none;
  text-transform: uppercase;
  /*margin-top:2%;*/
}
.InnerGIGABYTEContent #choosebar .listicon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 0px 0px 30px 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.InnerGIGABYTEContent #choosebar .listicon:hover {
  background: #ff6400;
  height: 20px;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #choosebar {
    display: none;
  }
}
.InnerGIGABYTEContent #rgbappbar {
  cursor: pointer;
}
.InnerGIGABYTEContent #rgbappdisbar {
  cursor: pointer;
  display: none;
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #mainsec1 .allclose,
.InnerGIGABYTEContent #mainsec2 .allclose,
.InnerGIGABYTEContent #mainsec3 .allclose,
.InnerGIGABYTEContent #mainsec4 .allclose,
.InnerGIGABYTEContent #mainsec5 .allclose,
.InnerGIGABYTEContent #mainsec6 .allclose,
.InnerGIGABYTEContent #mainsec7 .allclose,
.InnerGIGABYTEContent #mainsec8 .allclose {
  display: none;
}
.InnerGIGABYTEContent .secpageline {
  height: 55px;
  width: 100%;
}
.InnerGIGABYTEContent .mainsec {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 1000px;
}

.InnerGIGABYTEContent .mainsec .mainsectitle {
  width: 60%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 6%;
  padding-bottom: 2%;
  z-index: 99;
}

.InnerGIGABYTEContent .mainsec .mainsectitle .title {
  font-size: 3vw;
  line-height: 3.4vw;
  color: #ff6400;
  font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
  text-align: center;
  text-transform: uppercase;
}
.InnerGIGABYTEContent .mainsec .mainsectitle .text {
  font-size: 20px;
  line-height: 30px;
  color: #C8C9C9;
  margin: 0 auto;
  text-align: center;
}

.InnerGIGABYTEContent .mainsec .t1 {
  width: 80%;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  margin: 0 auto;
  padding-top: 1%;
  z-index: 9;
  position: relative;
}
.InnerGIGABYTEContent .mainsec .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.InnerGIGABYTEContent .mainsec .subtitle {
  display: inline-block;
  cursor: pointer;
  color: #808080;
  font-size: 1.3vw;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border-left: 1px solid #808080;
  padding: 0px 2% 6px 2%;
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .mainsec .maintitle {
  font-weight: bold;
  position: relative;
  z-index: 20;
}
.InnerGIGABYTEContent .mainsec .subtitletext {
  font-size: 18px;
  line-height: 24px;
}
.InnerGIGABYTEContent .mainsec .tablistbg {
  transition: all 0.1s linear;
  background: #FF5F00;
  transform: scale(0);
  width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.InnerGIGABYTEContent .mainsec .subtitle:hover .tablistbg {
  height: 100px;
  transform: scale(1);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.InnerGIGABYTEContent .mainsec .subtitletextbg {
  border-left: 5px solid #FF5F00;
  color: #fff;
}
.InnerGIGABYTEContent .mainsec .subtitle:hover {
  color: #fff;
}
.InnerGIGABYTEContent .titlesection {
  overflow: hidden;
  margin-top: 4%;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent .bghover {
  position: relative;
}
.InnerGIGABYTEContent .linebg {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
  color: #fff;
  text-align: center;
  margin-top: -20px;
  padding: 0px 0px 50px 0px;
  background-image: url("../innergigabyteimages/linebg.png");
  background-position: center center;
  background-repeat: no-repeat;
}
@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 #mainsec5 #personalbg {
  position: absolute;
  left: 0px;
  top: 30px;
  z-index: 0;
}

.InnerGIGABYTEContent #mainsec5 #personalbg-s {
  display: none;
}

.InnerGIGABYTEContent #mainsec6 #durablebg {
  position: absolute;
  left: 0px;
  top: 30px;
  z-index: 0;
}
.InnerGIGABYTEContent #mainsec6 #durablebg-s {
  display: none;
}



@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .mainsec {
    min-height: 700px;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    width: 80%;
    bottom: 8%;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .mainsec {
    min-height: auto;
  }
  .InnerGIGABYTEContent .mainsec .row {
    display: block;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    position: static;
    width: 90%;
  }
  .InnerGIGABYTEContent .mainsec .t1 {
    width: 100%;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle .title {
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent .mainsec .subtitle {
    background-color: #b94a0071;
    padding: 2%;
    text-align: center;
    display: block;
    margin-bottom: 2px;
    font-size: 20px;
  }

}

.InnerGIGABYTEContent .framesec {
  width: 90%;
  margin: 0 auto;
  min-height: 910px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.InnerGIGABYTEContent #sellingpoint ul li {
  list-style: disc;
}
.InnerGIGABYTEContent #mainpagesec {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #mainpagesec .img02 {
  position: absolute;
}
.InnerGIGABYTEContent #mainpagesec .img03 {
  width: auto;
  margin: 2%;
  display: inline-block;
}
.InnerGIGABYTEContent #mainpagesec .maintext {
  top: 55%;
  left: 14%;
  width: 40vw;
  position: absolute;
}
.InnerGIGABYTEContent #mainpagesec .title1 {
  font-family: "myfont", Arial, Helvetica, sans-serif;
  color: #ff7200;
  letter-spacing: 10px;
  text-shadow: 0px 0px 10px #000;
  font-size: 1.6vw;
  line-height: 2.2vw;
}
.InnerGIGABYTEContent #mainpagesec .title2 {
  font-family: "myfont", Arial, Helvetica, sans-serif;
  text-shadow: 0px 0px 20px #b1f5ff;
  letter-spacing: 10px;
  font-size: 2vw;
  margin-top: 10px;
}
.InnerGIGABYTEContent #mainpagesec .title2 span {
  font-size: 1.2vw;
}
.InnerGIGABYTEContent #mainpagesec .text {
  font-size: 0.8vw;
  color: #e6e6e6;
  text-shadow: 0px 0px 6px #000;
  margin-top: 0px;
}
@media screen and (max-width: 1800px) {
  .InnerGIGABYTEContent #mainpagesec .maintext {
    top: 55%;
    left: 4%;
    width: 50vw;
    position: absolute;
  }
  .InnerGIGABYTEContent #mainpagesec .title1 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #mainpagesec .maintext {
    width: 80%;
    position: static;
    width: auto;
    text-align: center;
  }
  .InnerGIGABYTEContent #mainpagesec .title1 {
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent #mainpagesec .title2 {
    letter-spacing: 10px;
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent #mainpagesec .title2 span {
    font-size: 30px;
  }
  .InnerGIGABYTEContent #mainpagesec .text {
    font-size: 16px;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #mainpagesec .img03 {
  width: auto;
  margin: 0 auto;
  padding: 2%;
}
}


@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .mainsec {
    min-height: auto;
  }
  .InnerGIGABYTEContent .mainsec .row {
    display: block;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    position: static;
    width: 90%;
  }
  .InnerGIGABYTEContent .mainsec .t1 {
    width: 100%;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle .title {
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent .mainsec .subtitle {
    background-color: #b94a0071;
    padding: 2%;
    text-align: center;
    display: block;
    margin-bottom: 2px;
    font-size: 20px;
  }

.InnerGIGABYTEContent #mainsec5 #personalbg {
  display: none;
}

.InnerGIGABYTEContent #mainsec5 #personalbg-s {
  display: block;
}

.InnerGIGABYTEContent #mainsec6 #durablebg {
  display: none;
}
.InnerGIGABYTEContent #mainsec6 #durablebg-s {
  display: block;
}


}


/* End .InnerGIGABYTEContent */
@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
.InnerGIGABYTEContent .carousel-indicators li {
  width: 100px;
  height: 6px;
  border: 1px solid #00ffff;
  background-color: rgba(0, 255, 255, 0.3);
  border-radius: 0px;
  transform: skew(-45deg);
}
.InnerGIGABYTEContent .carousel-inner {
  padding-bottom: 2%;
}
.InnerGIGABYTEContent .carousel-indicators .active {
  width: 100px;
  height: 10px;
  background-color: #00ffff;
}
.InnerGIGABYTEContent .titlebar {
  font-size: 1.6em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #ff6400;
  text-align: center;
  padding: 66px 0px 60px 0px;
  background-image: url("../innergigabyteimages/line.png");
  background-position: top center;
  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: #ff6400;
  font-size: 1.6em;
  font-weight: bold;
  text-shadow: 0px 0px 20px #000;
}
.InnerGIGABYTEContent .glyphicon-chevron-left:before {
  content: '';
}
.InnerGIGABYTEContent .glyphicon-chevron-right:before {
  content: '';
}
.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 {
  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 #Lighting-img {
  overflow: hidden;
  margin-bottom: 4%;
  max-width: 1920px;
}
.InnerGIGABYTEContent #Lighting-img .imgbox {
  margin: 0 auto;
  background-color: #fff;
}
.InnerGIGABYTEContent #Lighting-img .mask {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 15%;
  height: 540px;
}
.InnerGIGABYTEContent #Lighting-img .imgbox #m1 {
  background-position: left;
  background-size: cover;
  height: 540px;
  background-repeat: no-repeat;
  width: 15%;
  float: left;
}
.InnerGIGABYTEContent #Lighting-img .imgbox #m2 {
  width: 70%;
  float: left;
  position: relative;
  margin: 0 auto;
}
.InnerGIGABYTEContent #Lighting-img .imgbox #m3 {
  background-position: center;
  background-size: cover;
  height: 540px;
  background-repeat: no-repeat;
  width: 15%;
  float: left;
}
.InnerGIGABYTEContent #Lighting-img #m2 .left {
  width: 40px;
  height: 60px;
  background-color: rgba(87, 87, 87, 0.7);
  border-radius: 6px;
  position: absolute;
  top: 40%;
  margin-left: 2%;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 99;
}
.InnerGIGABYTEContent #Lighting-img #m2 .right {
  width: 40px;
  height: 60px;
  background-color: rgba(87, 87, 87, 0.7);
  border-radius: 6px;
  position: absolute;
  top: 40%;
  right: 0;
  margin-right: 2%;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 99;
}
.InnerGIGABYTEContent #Lighting-img .left span {
  content: "";
  position: absolute;
  border-top: transparent 10px solid;
  border-right: #FFFFFF 16px solid;
  border-bottom: transparent 10px solid;
  border-left: transparent 10px solid;
  margin-top: 20px;
}
.InnerGIGABYTEContent #Lighting-img .left span {
  position: absolute;
  border-top: transparent 10px solid;
  border-right: #FFFFFF 16px solid;
  border-bottom: transparent 10px solid;
  border-left: transparent 10px solid;
  margin-top: 20px;
}
.InnerGIGABYTEContent #Lighting-img .right span {
  position: absolute;
  border-top: transparent 10px solid;
  border-right: transparent 10px solid;
  border-bottom: transparent 10px solid;
  border-left: #FFFFFF 16px solid;
  margin-top: 20px;
  margin-left: 14px;
}
.InnerGIGABYTEContent #Lighting-img #m2 .left:hover {
  background-color: rgba(126, 126, 126, 0.7);
}
.InnerGIGABYTEContent #Lighting-img .left:hover span {
  border-right: #FF7100 16px solid;
}
.InnerGIGABYTEContent #Lighting-img #m2 .right:hover {
  background-color: rgba(126, 126, 126, 0.7);
}
.InnerGIGABYTEContent #Lighting-img .right:hover span {
  border-left: #FF7100 16px solid;
}
.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%;
}
.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);
  width: 1080px;
  height: 640px;
  position: relative;
  top: 211px;
  left: 171px;
}
.InnerGIGABYTEContent .killervimg {
  background-image: url("../images/yt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.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;
  }
}
.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;
}
.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_MV {
  width: 30%;
  float: left;
}
.InnerGIGABYTEContent #audiotab {
  position: relative;
  margin-bottom: 6%;
}
.InnerGIGABYTEContent #audiotabtitle {
  margin-top: 4%;
  overflow: hidden;
}
.InnerGIGABYTEContent #audiotab .tabtitle {
  padding: 1% 3% 1% 3%;
  float: left;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  background-color: #262626;
  border: 1px solid #ff7401;
  color: #ff7800;
  margin-right: 10px;
  width: 24%;
  min-height: 80px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.InnerGIGABYTEContent #audiotab .funtabs .title {
  color: #fff;
  padding-top: 4%;
}
.InnerGIGABYTEContent #audiotab .tabtitle:hover {
  color: #fff;
}
.InnerGIGABYTEContent #audiotab .funtabs {
  margin-top: 0%;
  background-color: #000;
}
.InnerGIGABYTEContent #audiotab .conbox1 {
  position: relative;
  display: inline-block;
  width: 20%;
}
.InnerGIGABYTEContent #audiotab .conbox2 {
  display: inline-block;
  position: relative;
  width: 76%;
  margin-left: 2%;
  padding-top: 4%;
  vertical-align: top;
}
.InnerGIGABYTEContent #audiotab .title {
  color: #000;
  font-size: 1.6em;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs3 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs3 .conbox2 {
  display: inline-block;
  position: relative;
  width: 76%;
  margin-left: 2%;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs4 {
  background-image: url("../innergigabyteimages/audio_bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 1000px;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs4 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs4 .conbox2 {
  display: inline-block;
  position: relative;
  width: 33%;
  margin-left: 2%;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs2, .InnerGIGABYTEContent #audiofuntabs3, .InnerGIGABYTEContent #audiofuntabs4 {
  display: none;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs3 #wifi802 .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}
.InnerGIGABYTEContent #audiotab #audiofuntabs3 #wifi802 .conbox2 {
  display: inline-block;
  position: relative;
  width: 56%;
  margin-left: 2%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .textbutton {
    bottom: 80px;
    right: 16%;
  }
  .InnerGIGABYTEContent .iconall {
    width: 66%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Lighting-img .mask {
    height: 0px;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m1 {
    height: 300px;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m2 {
    width: 70%;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m3 {
    height: 300px;
  }
  .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);
    width: 780px;
    height: 460px;
    position: relative;
    top: 140px;
    left: 103px;
  }
  .InnerGIGABYTEContent #CFw {
    min-height: 300px;
    margin-top: -200px;
  }
  .InnerGIGABYTEContent #audiotab .tabtitle {
    width: 22%;
    line-height: 26px;
  }
  .InnerGIGABYTEContent #audiotab .conbox2 {
    padding-top: 0%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .carousel-indicators {
    bottom: 0px;
  }
  .InnerGIGABYTEContent .textbutton {
    bottom: 80px;
    right: 0%;
    text-align: center;
  }
  .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);
    width: 558px;
    height: 322px;
    position: relative;
    top: 74px;
    left: 36px;
  }
  .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 #audiotab .tabtitle {
    padding: 2% 3% 2% 3%;
    float: left;
    cursor: pointer;
    background-color: #262626;
    border: 1px solid #ff7401;
    color: #ff6400;
    width: 90%;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  .InnerGIGABYTEContent #audiotab .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .InnerGIGABYTEContent #audiotab .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 6%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #audiotab #audiofuntabs3 .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #audiotab #audiofuntabs3 .conbox2 {
    margin-left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .carousel-control.left,
  .InnerGIGABYTEContent .carousel-control.right {
    background-image: none;
    z-index: 999;
    height: 10vh;
    top: 0%;
    position: absolute;
  }
  .InnerGIGABYTEContent .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 1px solid #00ffff;
    background-color: rgba(0, 255, 255, 0.3);
    border-radius: 10px;
    transform: skew(0deg);
  }
  .InnerGIGABYTEContent .carousel-inner {
    padding-bottom: 2%;
  }
  .InnerGIGABYTEContent .carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #00ffff;
  }
  .InnerGIGABYTEContent #audiotab #audiofuntabs3 #wifi802 .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #audiotab #audiofuntabs3 #wifi802 .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent .textbutton {
    bottom: 60px;
    right: 0%;
    text-align: center;
    font-size: 30px;
  }
  .InnerGIGABYTEContent .titlebar {
    font-size: 1.2em;
    padding: 76px 0px 60px 0px;
  }
  .InnerGIGABYTEContent #Lighting-img .mask {
    height: 0px;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m1 {
    height: 0px;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m2 {
    width: 100%;
  }
  .InnerGIGABYTEContent #Lighting-img .imgbox #m3 {
    height: 0px;
  }
  .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);
    width: 380px;
    height: 210px;
    position: relative;
    top: 40px;
    left: -14px;
  }
  .InnerGIGABYTEContent #CFw {
    min-height: 300px;
    margin-top: -80px;
  }
  .InnerGIGABYTEContent .mb5text div {
    width: 90%;
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent #x-fi2 {
    min-height: 1100px;
  }
  .InnerGIGABYTEContent .XSplit_MV {
    width: 50%;
    float: none;
    margin-top: -10%;
  }
  .InnerGIGABYTEContent #audiotab .tabtitle {
    padding: 2% 3% 2% 3%;
    width: 100%;
    font-size: 0.8em;
    text-align: center;
  }
  .InnerGIGABYTEContent #audiotab .img640 {
    display: none;
  }
  .InnerGIGABYTEContent #audiotab .conbox1 {
    margin-top: 10%;
  }
  .InnerGIGABYTEContent #audiotab .funtabs .title {
    color: #ff6400;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 480px) {
  .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);
    width: 306px;
    height: 156px;
    position: relative;
    top: 20px;
    left: 20px;
  }
}

.InnerGIGABYTEContent {
  /* wheelcolorpicker */
}
.InnerGIGABYTEContent #RGBLED-function {
  min-height: 1000px;
  position: relative;
  z-index: 15;
  overflow: hidden;
}
.InnerGIGABYTEContent #RGBLED-function .title {
  margin-bottom: 0;
  margin-top: 0;
}
.InnerGIGABYTEContent #RGBLED-function .text {
  margin-top: 0;
}
.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;
  padding-top: 4%;
}
.InnerGIGABYTEContent .jQWCP-wWheel {
  border: 0;
}
.InnerGIGABYTEContent .lefcolorwheel {
  margin-left: 10%;
}
.InnerGIGABYTEContent .rgbtexticon {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .rgbnote {
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
  color: #B2B2B2;
  font-size: 14px;
  margin-top: 2%;
}
.InnerGIGABYTEContent .nav-2 {
  width: 100%;
  overflow: hidden;
  margin-left: 2%;
}
.InnerGIGABYTEContent .nav-2 ul li {
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
  margin-bottom: 0%;
  width: 10%;
  vertical-align: top;
}
.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.InnerGIGABYTEContent .rgbledbox {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.InnerGIGABYTEContent .box1 {
  display: inline-block;
  width: 50%;
  max-width: 630px;
  position: relative;
  height: 580px;
  overflow: hidden;
}
.InnerGIGABYTEContent .b1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}
.InnerGIGABYTEContent #a1 {
  width: 100%;
  height: 550px;
  position: absolute;
  z-index: 11;
  background-color: #ff7200;
  animation: led-style16 3s linear infinite;
  -webkit-animation: led-style16 3s linear infinite;
}
.InnerGIGABYTEContent .lefcolorwheel img {
  width: auto;
  float: left;
}
.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;
}
.InnerGIGABYTEContent #a1-1 {
  width: 40%;
  height: 400px;
  margin-left: 2%;
  position: absolute;
  z-index: 11;
  background-color: #fcff00;
  display: none;
}
.InnerGIGABYTEContent .music-n {
  z-index: 21;
  bottom: 0%;
  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%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #a1-1 {
    height: 260px;
  }
  .InnerGIGABYTEContent #RGBLED-function {
    min-height: 450px;
  }
  .InnerGIGABYTEContent #RGBLED-function .frame {
    width: 900px;
  }
  .InnerGIGABYTEContent .jQWCP-wWidget.jQWCP-block {
    margin-top: -7%;
  }
  .InnerGIGABYTEContent .jQWCP-wWheel {
    width: 110px;
    height: 110px;
  }
  .InnerGIGABYTEContent .rgbtexticon {
    font-size: 14px;
    line-height: 16px;
  }
  .InnerGIGABYTEContent .rgbledbox {
    width: 60%;
    vertical-align: top;
  }
  .InnerGIGABYTEContent .box1 {
    width: 38%;
    height: 740px;
    height: 600px;
  }
  .InnerGIGABYTEContent .b1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #a1 {
    width: 90%;
    height: 270px;
  }
  .InnerGIGABYTEContent .nav-2 {
    margin-top: -20%;
  }
  .InnerGIGABYTEContent .nav-2 ul {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 10px;
    width: 8%;
  }
  .InnerGIGABYTEContent .lefcolorwheel img {
    width: 20%;
  }
  .InnerGIGABYTEContent .ledstrip {
    width: 60%;
  }
  .InnerGIGABYTEContent .ledstrip1, .InnerGIGABYTEContent .ledstrip2 {
    height: 80px;
  }
  .InnerGIGABYTEContent #ledstrbg1 {
    height: 50px;
  }
  .InnerGIGABYTEContent #ledstrbg2 {
    height: 50px;
  }
  .InnerGIGABYTEContent .music-n {
    bottom: 20%;
  }
  .InnerGIGABYTEContent .rgbnote {
    margin-top: 0%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #RGBLED-function .frame {
    width: 80%;
  }
  .InnerGIGABYTEContent .lefcolorwheel img {
    width: 30%;
  }
  .InnerGIGABYTEContent .rgbledbox {
    width: 100%;
  }
  .InnerGIGABYTEContent .box1 {
    width: 100%;
    height: 700px;
  }
  .InnerGIGABYTEContent .nav-2 ul li {
    width: 10%;
  }
  .InnerGIGABYTEContent .nav-2 {
    margin-top: 0%;
  }
  .InnerGIGABYTEContent .ledstrip {
    width: 70%;
  }
  .InnerGIGABYTEContent .ledstrip1, .InnerGIGABYTEContent .ledstrip2 {
    height: 100px;
  }
  .InnerGIGABYTEContent #ledstrbg1 {
    height: 88px;
  }
  .InnerGIGABYTEContent #ledstrbg2 {
    height: 88px;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .nav-2 ul li {
    width: 12%;
  }
  .InnerGIGABYTEContent .ledstrip {
    width: 100%;
  }
  .InnerGIGABYTEContent .jQWCP-wWidget.jQWCP-block {
    margin-top: 0%;
  }
  .InnerGIGABYTEContent .ledstrip1, .InnerGIGABYTEContent .ledstrip2 {
    height: 140px;
  }
  .InnerGIGABYTEContent #ledstrbg1 {
    height: 100px;
  }
  .InnerGIGABYTEContent #ledstrbg2 {
    height: 100px;
  }

  .InnerGIGABYTEContent .box1 {
    width: 100%;
    height: 520px;
  }

  .InnerGIGABYTEContent #a1 {
    width: 90%;
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent .ledstrip {
    width: 100%;
  }
  .InnerGIGABYTEContent .ledstrip1, .InnerGIGABYTEContent .ledstrip2 {
    height: 120px;
  }
  .InnerGIGABYTEContent #ledstrbg1 {
    height: 80px;
  }
  .InnerGIGABYTEContent #ledstrbg2 {
    height: 80px;
  }
}
@media screen and (max-width: 640px) {

  .InnerGIGABYTEContent .nav-2 ul li {
    width: 16%;
  }
  .InnerGIGABYTEContent .lefcolorwheel img {
    width: 40%;
  }
  .InnerGIGABYTEContent .ledstrip {
    width: 100%;
  }
  .InnerGIGABYTEContent .ledstrip1, .InnerGIGABYTEContent .ledstrip2 {
    height: 120px;
  }
  .InnerGIGABYTEContent #ledstrbg1 {
    height: 110px;
  }
  .InnerGIGABYTEContent #ledstrbg2 {
    height: 110px;
  }
  .InnerGIGABYTEContent .box1 {
    width: 100%;
    height: 340px;
  }
  .InnerGIGABYTEContent .b1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #a1 {
    width: 100%;
    height: 320px;
  }
  .InnerGIGABYTEContent .ledstrip1, .InnerGIGABYTEContent .ledstrip2 {
    height: 80px;
  }
  .InnerGIGABYTEContent #ledstrbg1 {
    height: 60px;
  }
  .InnerGIGABYTEContent #ledstrbg2 {
    height: 60px;
  }
}

/* End .InnerGIGABYTEContent */
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #mbspec .text {
    font-size: 16px;
    line-height: 20px;
    color: #ccc;
  }
  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 14px;
    line-height: 18px;
    padding-top: 4px;
    color: #a8a8a8;
  }
}

.InnerGIGABYTEContent #mbspec .textvideo {
  text-align: center;
  margin-left: 8%;
  margin-top: -1%;
}
.InnerGIGABYTEContent ::selection {
  background: #ff7200;
  color: #fff;
}
.InnerGIGABYTEContent .specbg {
  width: auto;
  position: absolute;
  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 .secpage {
  position: relative;
}
.InnerGIGABYTEContent .speclocation {
  position: absolute;
  max-width: 22%;
}
.InnerGIGABYTEContent #mbspec {
  overflow: hidden;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(1) {
  top: 13.6%;
  left: 10%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(2) {
  top: 35%;
  left: 10%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(3) {
  top: 48.5%;
  left: 10%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(4) {
  top: 59%;
  left: 10%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(5) {
  top: 66.5%;
  left: 10%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(6) {
  top: 73%;
  left: 10%;
  width: 14%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(7) {
  top: 82%;
  left: 10%;
}

.InnerGIGABYTEContent #mbspec .speclocation:nth-child(8) {
  top: 22%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(9) {
  top: 33.5%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(10) {
  top: 43%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(11) {
  top: 50%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(12) {
  top: 58%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(13) {
  top: 68%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(14) {
  top: 77.5%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(15) {
  top: 86%;
  left: 72.5%;
}
.InnerGIGABYTEContent #mbspec .titleblack {
  background: #000;
}
.InnerGIGABYTEContent #mbspec .spectitlebk {
  padding-right: 8px;
  white-space: pre-wrap;
  font-weight: bold;
}
.InnerGIGABYTEContent #mbspec .specpoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #ff6400;
  color: #fff;
  line-height: 24px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 16px;
  margin: 10px;
  display: none;
}
.InnerGIGABYTEContent #mbspec ol {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.InnerGIGABYTEContent #mbspec ol li {
  list-style-type: disc;
}
.InnerGIGABYTEContent .secpageimgsmall {
  display: none;
}

@media screen and (max-width: 1600px) {
.InnerGIGABYTEContent #mbspec .text {
    font-size: 15px;
    line-height: 20px;
    color: #ccc;
  }
  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 14px;
    line-height: 18px;
    padding-top: 4px;
    color: #a8a8a8;
  }

}


@media screen and (max-width: 1440px) {
.InnerGIGABYTEContent #mbspec .text {
    font-size: 13px;
    line-height: 16px;
    color: #ccc;
  }
  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 13px;
    line-height: 16px;
    padding-top: 4px;
    color: #a8a8a8;
  }

}



@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #mbspec .textvideo {
    text-align: center;
    margin-left: 0%;
    margin-top: 6%;
  }
  .InnerGIGABYTEContent .speclocation {
    position: static;
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
  }
  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 16px;
    line-height: 20px;
    padding-top: 0px;
    color: #a8a8a8;
  }
  .InnerGIGABYTEContent #mbspec .specpoint {
    display: inline-block;
  }
  .InnerGIGABYTEContent .secpageimgbig {
    display: none;
  }
  .InnerGIGABYTEContent .secpageimgsmall {
    display: block;
  }
  .InnerGIGABYTEContent #mbspec .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent ol li {
    margin-left: 52px;
  }

.InnerGIGABYTEContent #mbspec .speclocation:nth-child(6) {
  position: static;
  width: 90%;
}

}

/* End .InnerGIGABYTEContent */
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #sellingpoint .text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #sellingpoint .text {
    font-size: 0.9vw;
    line-height: 1.3vw;
  }
}
.InnerGIGABYTEContent #sellingpoint {
  position: relative;
  margin-bottom: 4%;
}
.InnerGIGABYTEContent #sellingpoint .framesec {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 10%;
}
.InnerGIGABYTEContent #sellingpoint ul li {
  margin-left: 2%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #sellingpoint .framesec {
    top: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #sellingpoint {
    background-image: url("../innergigabyteimages/sellingpointbg.jpg");
    background-position: bottom center;
    background-size: cover;
  }
  .InnerGIGABYTEContent #sellingpointbg {
    display: none;
  }
  .InnerGIGABYTEContent #sellingpoint .framesec {
    position: static;
  }
  .InnerGIGABYTEContent #sellingpoint .text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 4%;
  }
}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #shielded {
  position: relative;
  transition: all 0.5s linear;
  margin: 0 auto;
  overflow: hidden;
}
.InnerGIGABYTEContent #shielded04 {
  top: 10%;
  left: 63%;
  position: absolute;
}
.InnerGIGABYTEContent #shielded04 .title {
  color: #69dcd7;
  font-size: 20px;
}
.InnerGIGABYTEContent #shielded04 .text {
  color: #b2b2b2;
  width: 50%;
  margin-top: 2px;
  font-size: 16px;
}
.InnerGIGABYTEContent #shielded05 {
  top: 50%;
  left: 63%;
  position: absolute;
}
.InnerGIGABYTEContent #shielded06 {
  top: 80%;
  left: 63%;
  position: absolute;
}
.InnerGIGABYTEContent #shieldedsmall {
  display: none;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #shielded {
    margin-bottom: 6%;
  }
  .InnerGIGABYTEContent #shieldedsmall {
    display: block;
  }
  .InnerGIGABYTEContent #shielded01 {
    display: none;
  }
  .InnerGIGABYTEContent #shielded04 .text {
    color: #b2b2b2;
    width: 100%;
    font-size: 16px;
  }
  .InnerGIGABYTEContent #shielded04 {
    position: static;
    margin: 0 auto;
    width: 80%;
  }
  .InnerGIGABYTEContent #shielded05 {
    top: 60%;
  }
  .InnerGIGABYTEContent #shielded06 {
    position: static;
    margin: 0 auto;
    width: 80%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #dts .frametablesec {
  width: 80%;
}
.InnerGIGABYTEContent #dts .conbox1 {
  position: relative;
  display: inline-block;
  width: 22%;
  margin-top: 2%;
}
.InnerGIGABYTEContent #dts .conbox2 {
  position: relative;
  display: inline-block;
  width: 75%;
  text-align: left;
  margin-left: 2%;
  vertical-align: top;
}
.InnerGIGABYTEContent #dts .conbox2 .text {
  margin-top: 0;
}
.InnerGIGABYTEContent #dts .conbox3 .title,
.InnerGIGABYTEContent #dts .conbox4 .title {
  text-align: center;
  font-size: 1.2vw;
  margin-bottom: 0;
}
.InnerGIGABYTEContent #dts .conbox3 {
  padding-top: 2%;
  position: relative;
  display: inline-block;
  width: 48%;
}
.InnerGIGABYTEContent #dts .conbox4 {
  padding-top: 2%;
  position: relative;
  display: inline-block;
  width: 48%;
  vertical-align: top;
}


@media screen and (max-width: 1600px) {

.InnerGIGABYTEContent #dts .conbox1 {
  width: 19%;
}
.InnerGIGABYTEContent #dts .conbox2 {
  width: 78%;
}

.InnerGIGABYTEContent #dts .conbox3 {
  padding-top: 0%;
  position: relative;
  display: inline-block;
  width: 45%;
}
.InnerGIGABYTEContent #dts .conbox4 {
  padding-top: 0%;
  position: relative;
  display: inline-block;
  width: 45%;
  vertical-align: top;
}

}


@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #dts .conbox3 iframe {
    width: 50%;
  }
  .InnerGIGABYTEContent #dts .conbox4 iframe {
    width: 50%;
  }
  .InnerGIGABYTEContent #dts .conbox3 {
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #dts .conbox4 {
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #dts .conbox2 .text {
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #dts .conbox3 iframe {
    width: 100%;
  }
  .InnerGIGABYTEContent #dts .conbox4 iframe {
    width: 100%;
  }
  .InnerGIGABYTEContent #dts .video {
    margin: 10px;
  }
  .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%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent .featurebk {
  background: #000;
  position: absolute;
  bottom: 0%;
  width: 100%;
}
.InnerGIGABYTEContent #featureicon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: 3%;
  padding-top: 10px;
}
.InnerGIGABYTEContent #featureicon {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 3px solid #ff6400;
  background: #000;
}
.InnerGIGABYTEContent #featureicon .featurenav {
  cursor: pointer;
  border-left: 4px solid #000;
  min-height: 40px;
}
.InnerGIGABYTEContent #featureicon .title {
  font-size: 1vw;
  line-height: 2vw;
  text-transform: uppercase;
  text-align: center;
  color: #ccc;
  bottom: 0;
  background: #000;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.InnerGIGABYTEContent #featureicon .featurenav:hover .title {
  color: #ff6400;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .featurebk {
    display: none;
  }
  .InnerGIGABYTEContent #featureicon {
    display: none;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #smartfan6 {
  position: relative;
  overflow: hidden;
  background-image: url("../innergigabyteimages/#smartfan6bg.jpg");
  background-position: 10% right;
  background-size: cover;
}
.InnerGIGABYTEContent #smartfan6 .framesec {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 4%;
  min-height: auto;
}
.InnerGIGABYTEContent #smartfan6 .title {
  text-align: center;
  margin-top: 1%;
}
.InnerGIGABYTEContent #smartfan6 ul li {
  list-style: disc;
  margin-left: 4%;
}
.InnerGIGABYTEContent #smartfan6 .text {
  font-size: 16px;
  line-height: 24px;
}
.InnerGIGABYTEContent #smartfan6 .smartfan6sub {
  font-weight: bold;
  color: #fff;
}
.InnerGIGABYTEContent #smartfan6 .smartfan6logo {
  border-radius: 10px;
  border: 1px solid #383838;
  padding: 0% 2%;
}
.InnerGIGABYTEContent #smartfan6 .smartfan6board img {
  width: auto;
}
.InnerGIGABYTEContent #smartfan6 .smartfan6logoimg img {
  width: 10vw;
}
.InnerGIGABYTEContent #smartfan6 .smartfan6logo img {
  display: inline-block;
  width: 3vw;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #smartfan6 .smartfan6board img {
    width: 30vw;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6logo {
    margin-bottom: 0%;
    padding: 0%;
  }
  .InnerGIGABYTEContent #smartfan6 .title {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .InnerGIGABYTEContent #smartfan6 .text {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #smartfan6 {
    background-image: url("../innergigabyteimages/#smartfan6bg.jpg");
    background-position: top center;
    background-size: cover;
  }
  .InnerGIGABYTEContent #smartfan6bg {
    display: none;
  }
  .InnerGIGABYTEContent #smartfan6 .framesec {
    position: static;
  }
  .InnerGIGABYTEContent #smartfan6 .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .InnerGIGABYTEContent #smartfan6 .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6board img {
    width: auto;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6logoimg img {
    width: auto;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6logo img {
    display: inline-block;
    width: auto;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #smartfan6biosui {
  position: relative;
}
.InnerGIGABYTEContent #smartfan6biosui .framesec {
  min-height: auto;
}
.InnerGIGABYTEContent #smartfan6biosui .smartfan6sub {
  font-weight: bold;
  color: #fff;
}
.InnerGIGABYTEContent #smartfan6biosui .text {
  margin-left: 0%;
  margin-top: 0;
}
.InnerGIGABYTEContent #smartfan6biosui .sf6point {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff7200;
  color: #000;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 20px;
  margin: 10px;
  display: inline-block;
  font-weight: bold;
}
.InnerGIGABYTEContent #smartfan6biosui .title {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #smartfan6biosui .title {
    font-size: 16px;
    line-height: 20px;
  }
  .InnerGIGABYTEContent #smartfan6biosui .text {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
  }
  .InnerGIGABYTEContent #smartfan6biosui {
    padding-bottom: 2%;
  }
  .InnerGIGABYTEContent #smartfan6biosui .sf6point {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff7200;
    color: #000;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 0%;
    font-size: 16px;
    margin: 2px;
    display: inline-block;
    font-weight: bold;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #smartfan6biosui .title {
    font-size: 20px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #smartfan6biosui .col-lg-6 .title:first-child {
    text-align: center;
  }
  .InnerGIGABYTEContent #smartfan6biosui {
    margin-bottom: 4%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #ActiveOCTuner .frame {
  padding-bottom: 0;
}
.InnerGIGABYTEContent #ActiveOCTuner .title {
  color: #ff7200;
}
.InnerGIGABYTEContent #ActiveOCTuner .activelist {
  text-align: left;
  width: 40%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon {
  position: relative;
}
.InnerGIGABYTEContent .activeocsectab {
  font-size: 1.2vw;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  width: 20vw;
  height: 2vw;
}
.InnerGIGABYTEContent #activeocsectab1 {
  position: absolute;
  color: #fff;
  top: 14%;
  left: 30%;
}
.InnerGIGABYTEContent #activeocsectab2 {
  position: absolute;
  color: #000;
  top: 17.5%;
  left: 49%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activetitle {
  position: absolute;
  color: #ff5f00;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -3%;
  cursor: pointer;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
  position: absolute;
  bottom: 0%;
  left: 16%;
  color: #ff5f00;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.5);
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon ul {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
  position: absolute;
  bottom: 0%;
  left: 60%;
  color: #ff5f00;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
    bottom: 8%;
    left: 8%;
    width: 30%;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
    bottom: 8%;
    left: 55%;
    width: 30%;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .title {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
    position: static;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .InnerGIGABYTEContent #activeocsectab1 {
    position: static;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    cursor: none;
    transition: all 0s;
    margin-top: 6%;
    text-align: center;
  }
  .InnerGIGABYTEContent #activeocsectab2 {
    position: static;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    cursor: none;
    transition: all 0s;
    margin-top: 10%;
    text-align: center;
  }
  .InnerGIGABYTEContent .activeocsectab {
    font-size: 1.2vw;
    cursor: pointer;
    transition: all .2s;
    text-align: center;
    width: 100%;
    height: auto;
  }
}

/* End .InnerGIGABYTEContent */
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #lan10gb .text {
    font-size: 0.7vw;
  }
  .InnerGIGABYTEContent #lan10gb {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #lan10gb .lan10gb01 {
    position: absolute;
    top: 8%;
    left: 17%;
    width: 36%;
  }
  .InnerGIGABYTEContent #lan10gb .lan10gb02 {
    position: absolute;
    top: 35%;
    left: 58%;
    width: 30%;
  }
  .InnerGIGABYTEContent #lan10gb ul li {
    list-style: disc;
    margin-left: 1%;
  }
}
.InnerGIGABYTEContent #lan10gb .lan10gbsub {
  font-weight: bold;
  color: #fff;
}
.InnerGIGABYTEContent #lan10gb02img {
  width: 20vw;
}
.InnerGIGABYTEContent #lan10gb .lan10gb03 {
  top: 36%;
  left: 20%;
}
.InnerGIGABYTEContent #lan10gb02img, .InnerGIGABYTEContent #lan10gb03img, .InnerGIGABYTEContent #lan10gb04img {
  display: none;
}
@media screen and (max-width: 1680px) {
  .InnerGIGABYTEContent #lan10gb .lan10gb02 {
    position: absolute;
    top: 30%;
    left: 58%;
    width: 30%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #lan10gb .lan10gb01 {
    top: 4%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #lan10gb02img, .InnerGIGABYTEContent #lan10gb03img, .InnerGIGABYTEContent #lan10gb04img {
    display: block;
  }
  .InnerGIGABYTEContent #lan10gb img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #lan10gb .lan10gb01 {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #lan10gb .title {
    font-size: 30px;
  }
  .InnerGIGABYTEContent #lan10gb .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent #lan10gb .lan10gb02 {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #lan10gbbg {
    display: none;
  }
  .InnerGIGABYTEContent #lan10gb .framesec {
    position: static;
  }
  .InnerGIGABYTEContent #lan10gb .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4%;
  }
}

/* End .InnerGIGABYTEContent */
.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%;
}


@media screen and (max-width: 960px) {
.InnerGIGABYTEContent #aorus-antenna .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #aorus-antenna .conbox2 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0%;
  }
}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #thermaldesign {
  margin-top: 0%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.InnerGIGABYTEContent #thermaldesign .thertitle {
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 1.0vw;
}

.InnerGIGABYTEContent #thermaldesign .text {
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
  font-weight: normal;
}

.InnerGIGABYTEContent #thermaldesign #therm1 {
  position: absolute;
  top: 15.5%;
  left: 62%;
}

.InnerGIGABYTEContent #thermaldesign #therm2 {
  position: absolute;
  top: 19.5%;
  left: 62%;
}

.InnerGIGABYTEContent #thermaldesign #therm3 {
  position: absolute;
  top: 26.5%;
  left: 62%;
}

.InnerGIGABYTEContent #thermaldesign #therm4 {
  position: absolute;
  top: 39%;
  left: 62%;
}

.InnerGIGABYTEContent #thermaldesign #therm5 {
  position: absolute;
  top: 70%;
  left: 62%;
}

.InnerGIGABYTEContent #thermaldesign #therm6 {
  position: absolute;
  top: 76.5%;
  left: 62%;
}

.InnerGIGABYTEContent #thermaldesign .smalltitle, .InnerGIGABYTEContent #thermaldesign #thermaldesignsmall {
  display: none;
}



@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #thermaldesign {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #thermaldesign .title {
    margin-left: 0%;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }
  .InnerGIGABYTEContent #thermaldesignbig {
    display: none;
  }
  .InnerGIGABYTEContent #thermaldesign #therm1, .InnerGIGABYTEContent #thermaldesign #therm2, .InnerGIGABYTEContent #thermaldesign #therm3, .InnerGIGABYTEContent #thermaldesign #therm4, .InnerGIGABYTEContent #thermaldesign #therm5, .InnerGIGABYTEContent #thermaldesign #therm6 {
    position: static;
  }
  .InnerGIGABYTEContent #therm1titlebtn, .InnerGIGABYTEContent #therm2titlebtn, .InnerGIGABYTEContent #therm3titlebtn, .InnerGIGABYTEContent #therm4titlebtn, .InnerGIGABYTEContent #therm5titlebtn {
    display: none;
  }
  .InnerGIGABYTEContent #thermaldesign #thermaldesignsmall {
    display: block;
  }
  .InnerGIGABYTEContent #thermaldesign .smalltitle {
    display: inline-block;
    margin-right: 10px;
  }
  .InnerGIGABYTEContent #thermaldesign .thertitle {
    padding: 0px 0px 20px 0px;
    margin-right: 0%;
    font-size: 20px;
    display: inline-block;
    border-radius: 0px;
    border: 0px solid #FF6900;
    text-align: left;
    min-width: 300px;
    background: #000;
  }


}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #thermaldesign .thertitle {
    font-size: 20px;
  }
}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #M2ThermalGuard {
  position: relative;
}

.InnerGIGABYTEContent #M2ThermalGuard .title {
  position: absolute;
  top: -2%;
  left: 20%;
}
.InnerGIGABYTEContent #M2ThermalGuard .titlestyle {
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 1.0vw;
  color: #FFF;
}
.InnerGIGABYTEContent #M2ThermalGuard .m2thertext {
  position: absolute;
  top: 8%;
  left: 20%;
  width: 60%;
}
.InnerGIGABYTEContent #M2ThermalGuard #m2ther01 {
  position: absolute;
  top: 28%;
  left: 62%;
  width: 25%;
}
.InnerGIGABYTEContent #M2ThermalGuard #m2ther02 {
  position: absolute;
  top: 40.5%;
  left: 62%;
  width: 25%;
}
.InnerGIGABYTEContent #M2ThermalGuard #m2ther03 {
  position: absolute;
  top: 52%;
  left: 62%;
}

.InnerGIGABYTEContent #M2ThermalGuard #m2ther04 {
  position: absolute;
  top: 60%;
  left: 62%;
}
.InnerGIGABYTEContent #M2ThermalGuard #m2ther05 {
  position: absolute;
  top: 69.5%;
  left: 62%;
}

.InnerGIGABYTEContent #M2ThermalGuard .m2num {
  display: none;
}
.InnerGIGABYTEContent #M2ThermalGuard .imgsmall {
  display: none;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #M2ThermalGuard #m2ther03 .ttt2 {
    font-size: 16px;
  }
  .InnerGIGABYTEContent #M2ThermalGuard .text {
    font-size: 0.8vw;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #M2ThermalGuard {
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent #M2ThermalGuard .m2thertext {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2ThermalGuard .imgbig {
    display: none;
  }
  .InnerGIGABYTEContent #M2ThermalGuard .imgsmall {
    display: block;
  }
  .InnerGIGABYTEContent #M2ThermalGuard .m2num {
    display: inline-block;
    margin-top: 4%;
    font-size: 30px;
  }
  .InnerGIGABYTEContent #M2ThermalGuard #m2ther01 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2ThermalGuard #m2ther02 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2ThermalGuard #m2ther03 {
    position: static;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2ThermalGuard #m2ther03 .ttt2 {
    font-weight: bold;
    color: #ff5f00;
    font-size: 16px;
  }
  .InnerGIGABYTEContent #M2ThermalGuard #m2ther04 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2ThermalGuard #m2ther05 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2ThermalGuard #m2ther06 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2ThermalGuard #m2ther07 {
    position: static;
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
  }
  .InnerGIGABYTEContent #M2ThermalGuard .title {
    position: static;
    text-align: center;
  }
  .InnerGIGABYTEContent #M2ThermalGuard .text {
    font-size: 16px;
    line-height: 1.2em;
  }
}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #ThermalRises {
  position: relative;
}
.InnerGIGABYTEContent #ThermalRises .seccon02 .title {
  color: #58e6d7;
  text-align: left;
  margin-bottom: 1%;
  margin-left: 4%;
}
.InnerGIGABYTEContent #ThermalRises .conbox1 {
  display: inline-block;
  position: relative;
  width: 40%;
  text-align: right;
}
.InnerGIGABYTEContent #ThermalRises .conbox2 {
  display: inline-block;
  position: relative;
  width: 58%;
  vertical-align: bottom;
  margin-bottom: 4%;
}
.InnerGIGABYTEContent #ThermalRises .seccon01 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0%;
}
.InnerGIGABYTEContent #ThermalRises .seccon02 {
  position: absolute;
  top: 64%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.InnerGIGABYTEContent #ThermalRises .note {
  padding-left: 4%;
}
.InnerGIGABYTEContent #ThermalRises .imgsmall {
  display: none;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #ThermalRises .seccon02 {
    top: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #ThermalRises {
    margin-top: 4%;
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent #ThermalRises .conbox1 {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .InnerGIGABYTEContent #ThermalRises .conbox1 img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #ThermalRises .conbox1 .title {
    text-align: center;
  }
  .InnerGIGABYTEContent #ThermalRises .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #ThermalRises .seccon01 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #ThermalRises .seccon02 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #ThermalRises .imgbig {
    display: none;
  }
  .InnerGIGABYTEContent #ThermalRises .imgsmall {
    display: block;
  }
}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #heatsink {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #heatsink #heatsinkdesignsmall,
.InnerGIGABYTEContent #heatsink .pcienum {
  display: none;
}
.InnerGIGABYTEContent #heatsink .title {
  font-size: 1.2vw;
  padding: 6px;
  text-align: center;
  background: #000;
  border: 1px solid #ff7200;
  border-radius: 20px;
}
.InnerGIGABYTEContent #heatsink .text {
  font-size: 0.9vw;
  margin-top: 0em;
  margin-bottom: 0em;
  max-width: 450px;
}
.InnerGIGABYTEContent #heatsink .heatsink01 {
  position: absolute;
  top: 12%;
  left: 65%;
}
.InnerGIGABYTEContent #heatsink .heatsink02 {
  position: absolute;
  top: 28%;
  left: 65%;
}
.InnerGIGABYTEContent #heatsink .heatsink03 {
  position: absolute;
  top: 50%;
  left: 65%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #heatsink .text {
    font-size: 15px;
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #heatsinkdesignbig {
    display: none;
  }
  .InnerGIGABYTEContent #heatsink #heatsinkdesignsmall {
    display: block;
  }
  .InnerGIGABYTEContent #heatsink .pcienum {
    display: inline-block;
    margin-right: 2%;
  }
  .InnerGIGABYTEContent #heatsink .title {
    font-size: 20px;
    padding: 0px;
    text-align: left;
    background: #000;
    border: 0px solid #ff7200;
    border-radius: 0px;
  }
  .InnerGIGABYTEContent #heatsink .text {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #heatsink .heatsink01 {
    position: static;
  }
  .InnerGIGABYTEContent #heatsink .heatsink02 {
    position: static;
  }
  .InnerGIGABYTEContent #heatsink .heatsink03 {
    position: static;
  }
}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #thermalguard {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #thermalguard #thermalguardsmall,
.InnerGIGABYTEContent #thermalguard .pcienum {
  display: none;
}
.InnerGIGABYTEContent #thermalguard .title {
  font-size: 1.2vw;
}
.InnerGIGABYTEContent #thermalguard .text {
  font-size: 0.9vw;
  margin-top: 0em;
  margin-bottom: 0em;
  max-width: 450px;
}
.InnerGIGABYTEContent #thermalguard .thermalguard01 {
  position: absolute;
  top: 8%;
  left: 66%;
}
.InnerGIGABYTEContent #thermalguard .thermalguard02 {
  position: absolute;
  top: 16.5%;
  left: 9%;
}
.InnerGIGABYTEContent #thermalguard .thermalguard03 {
  position: absolute;
  top: 26%;
  left: 14%;
}
.InnerGIGABYTEContent #thermalguard .thermalguard04 {
  position: absolute;
  top: 38.5%;
  left: 21.5%;
}
.InnerGIGABYTEContent #thermalguard .thermalguard05 {
  position: absolute;
  top: 48%;
  left: 6%;
}
.InnerGIGABYTEContent #thermalguard .thermalguard06 {
  position: absolute;
  top: 45%;
  left: 55%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #thermalguard .text {
    font-size: 15px;
    max-width: 400px;
  }
  .InnerGIGABYTEContent #thermalguard .thermalguard06 {
  position: absolute;
  top: 40%;
  left: 58%;
  width: 35%;
}
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #thermalguardbig {
    display: none;
  }
  .InnerGIGABYTEContent #thermalguard #thermalguardsmall {
    display: block;
  }
  .InnerGIGABYTEContent #thermalguard .pcienum {
    display: inline-block;
    margin-right: 2%;
  }
  .InnerGIGABYTEContent #thermalguard .title {
    font-size: 16px;
    padding: 0px;
    text-align: left;
    background: #000;
    border: 0px solid #ff7200;
    border-radius: 0px;
  }
  .InnerGIGABYTEContent #thermalguard .text {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #thermalguard .thermalguard01 {
    position: static;
  }
  .InnerGIGABYTEContent #thermalguard .thermalguard02 {
    position: static;
  }
  .InnerGIGABYTEContent #thermalguard .thermalguard03 {
    position: static;
  }
  .InnerGIGABYTEContent #thermalguard .thermalguard04 {
    position: static;
  }
  .InnerGIGABYTEContent #thermalguard .thermalguard05 {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #thermalguard .thermalguard06 {
    position: static;
    width: 100%;
    margin-top: 3%;
  }
}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #thermaldesignline {
  position: relative;
}
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #thermaldesignline .text {
    width: 18vw;
    margin-top: 2%;
    font-size: 16px;
  }
  .InnerGIGABYTEContent #thermaldesignline .tabtitle {
    padding: 4px;
    margin-right: 0%;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #FF6900;
    text-align: center;
    width: 15vw;
    background: #000;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #thermaldesignline .text {
    width: 23vw;
    margin-top: 2%;
    font-size: 0.85vw;
  }
  .InnerGIGABYTEContent #thermaldesignline .tabtitle {
    padding: 4px;
    margin-right: 0%;
    font-size: 1.1vw;
    display: inline-block;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #FF6900;
    text-align: center;
    width: 20vw;
    background: #000;
  }
}
.InnerGIGABYTEContent #thermaldesignline .thernum, .InnerGIGABYTEContent #thermaldesignline #thermaldesignlinesmall {
  display: none;
}
.InnerGIGABYTEContent #thermaldesignline #tabtitle01 {
  position: absolute;
  max-width: 310px;
  top: 14%;
  left: 9%;
}
.InnerGIGABYTEContent #thermaldesignline #tabtitle02 {
  position: absolute;
  max-width: 370px;
  top: 30%;
  left: 9%;
}
.InnerGIGABYTEContent #thermaldesignline #tabtitle03 {
  position: absolute;
  top: 48%;
  left: 9%;
}
.InnerGIGABYTEContent #thermaldesignline #tabtitle04 {
  position: absolute;
  top: 61%;
  left: 9%;
}
.InnerGIGABYTEContent #thermaldesignline #tabtitle05 {
  position: absolute;
  top: 23.7%;
  left: 69%;
}
.InnerGIGABYTEContent #thermaldesignline #tabtitle06 {
  position: absolute;
  top: 41%;
  left: 69%;
}
.InnerGIGABYTEContent #thermaldesignline #tabtitle07 {
  position: absolute;
  top: 61%;
  left: 69%;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #thermaldesignlinebig {
    display: none;
  }
  .InnerGIGABYTEContent #thermaldesignline .thernum {
    display: inline-block;
    margin-right: 10px;
  }
  .InnerGIGABYTEContent #thermaldesignline #thermaldesignlinesmall {
    display: block;
  }
  .InnerGIGABYTEContent #thermaldesignline .tabtitle {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 26px;
    width: 100%;
    border-radius: 0px;
    border: 0px solid #FF6900;
    text-align: left;
  }
  .InnerGIGABYTEContent #thermaldesignline .text {
    width: 100%;
    margin-top: 2%;
    font-size: 20px;
    line-height: 30px;
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #thermaldesignline #tabtitle01 .text, .InnerGIGABYTEContent #thermaldesignline #tabtitle02 .text, .InnerGIGABYTEContent #thermaldesignline #tabtitle03 .text, .InnerGIGABYTEContent #thermaldesignline #tabtitle04 .text {
    max-width: 100%;
  }
  .InnerGIGABYTEContent #thermaldesignline #tabtitle01 {
    position: static;
    top: 0px;
    max-width: 100%;
  }
  .InnerGIGABYTEContent #thermaldesignline #tabtitle02 {
    position: static;
    top: 0px;
    max-width: 100%;
  }
  .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 #thermaldesignline #tabtitle09 {
    position: static;
    top: 0px;
    left: 0px;
  }
}

.InnerGIGABYTEContent #essentialusb {
  position: relative;
}
.InnerGIGABYTEContent #essentialusb .esscontext {
  background: #000;
  text-align: left;
  font-size: 1vw;
  width: 18vw;
}
.InnerGIGABYTEContent #essentialusb .title {
  color: #FF5F00;
  text-align: center;
}
.InnerGIGABYTEContent #essentialusb .esscon01 {
  position: absolute;
  top: 20%;
  left: 8%;
}
.InnerGIGABYTEContent #essentialusb .esscon02 {
  position: absolute;
  top: 40%;
  left: 8%;
}
.InnerGIGABYTEContent #essentialusb .esscon03 {
  position: absolute;
  top: 56%;
  left: 4%;
}
.InnerGIGABYTEContent #essentialusb .esscon04 {
  position: absolute;
  top: 30%;
  left: 48%;
}
.InnerGIGABYTEContent #essentialusb .esscon05 {
  position: absolute;
  top: 40%;
  left: 46%;
}
.InnerGIGABYTEContent #essentialusb .esscon06 {
  position: absolute;
  top: 59%;
  left: 46%;
}
.InnerGIGABYTEContent #essentialusb .model_table {
  color: #B2B2B2;
  width: 24vw;
  font-family: 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  position: absolute;
  right: 10%;
  top: 20%;
}
.InnerGIGABYTEContent #essentialusb .model_table tr:first-child td:first-child {
  border-top-left-radius: 16px;
}
.InnerGIGABYTEContent #essentialusb .model_table tr:first-child td:last-child {
  border-top-right-radius: 16px;
}
.InnerGIGABYTEContent #essentialusb .model_table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}
.InnerGIGABYTEContent #essentialusb .model_table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
.InnerGIGABYTEContent #essentialusb .model_table tr td {
  padding: 8px;
  padding-left: 3%;
  border: 1px solid #000;
  font-size: 14px;
}
.InnerGIGABYTEContent #essentialusb .model_table tr:nth-child(n+2):nth-child(even) td {
  background: #282828;
}
.InnerGIGABYTEContent #essentialusb .model_table tr:nth-child(n+2):nth-child(odd) td {
  background: #3b3b3b;
}
.InnerGIGABYTEContent #essentialusb .model_table tr:first-child td {
  background: #5a5a5a;
  border-right: none;
  border-left: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.InnerGIGABYTEContent #essentialusbsmall {
  display: none;
}
.InnerGIGABYTEContent .essentialnum {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #ff6400;
  color: #fff;
  line-height: 24px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 16px;
  margin: 10px;
  display: none;
}
@media screen and (max-width: 1400px) {
  .InnerGIGABYTEContent #essentialusb .model_table {
    width: 28vw;
    right: 6%;
    top: 6%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #essentialusbsmall {
    display: block;
  }
  .InnerGIGABYTEContent #essentialusb .essentialnum {
    display: inline-block;
    margin-right: 10px;
  }
  .InnerGIGABYTEContent #essentialusb .esscontext {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #essentialusbbig {
    display: none;
  }
  .InnerGIGABYTEContent #essentialusb .model_table {
    position: static;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #essentialusb .tit1 {
    position: static;
    left: 0%;
    margin-top: 0%;
    max-width: 100%;
    padding-right: 0px;
  }
  .InnerGIGABYTEContent #essentialusb .tit2 {
    position: static;
    left: 80%;
    margin-top: 0%;
    max-width: 100%;
    padding-left: 0px;
  }
  .InnerGIGABYTEContent #essentialusb .esscon01 {
    position: static;
    top: 100px;
    padding-right: 0px;
  }
  .InnerGIGABYTEContent #essentialusb .esscon02 {
    position: static;
    top: 220px;
  }
  .InnerGIGABYTEContent #essentialusb .esscon03 {
    position: static;
    top: 300px;
  }
  .InnerGIGABYTEContent #essentialusb .esscon04 {
    position: static;
    top: 120px;
  }
  .InnerGIGABYTEContent #essentialusb .esscon05 {
    position: static;
    top: 230px;
  }
  .InnerGIGABYTEContent #essentialusb .esscon06 {
    position: static;
    top: 340px;
  }
  .InnerGIGABYTEContent #essentialusb .model_table tr td {
    font-size: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #essentialusb .esscontext {
    text-align: left;
  }
}



/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #ThermalRises {
  position: relative;
}
.InnerGIGABYTEContent #ThermalRises .seccon02 .title {
  color: #58e6d7;
  text-align: left;
  margin-bottom: 1%;
  margin-left: 4%;
}
.InnerGIGABYTEContent #ThermalRises .conbox1 {
  display: inline-block;
  position: relative;
  width: 40%;
  text-align: right;
}
.InnerGIGABYTEContent #ThermalRises .conbox2 {
  display: inline-block;
  position: relative;
  width: 58%;
  vertical-align: bottom;
  margin-bottom: 4%;
}
.InnerGIGABYTEContent #ThermalRises .seccon01 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0%;
}
.InnerGIGABYTEContent #ThermalRises .seccon02 {
  position: absolute;
  top: 64%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.InnerGIGABYTEContent #ThermalRises .imgsmall {
  display: none;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #ThermalRises .seccon02 {
    top: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #ThermalRises {
    margin-top: 4%;
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent #ThermalRises .conbox1 {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .InnerGIGABYTEContent #ThermalRises .conbox1 img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #ThermalRises .conbox1 .title {
    text-align: center;
  }
  .InnerGIGABYTEContent #ThermalRises .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #ThermalRises .seccon01 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #ThermalRises .seccon02 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #ThermalRises .imgbig {
    display: none;
  }
  .InnerGIGABYTEContent #ThermalRises .imgsmall {
    display: block;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #hifiaudiocon {
  min-height: 800px;
  margin-top: 2%;
}
.InnerGIGABYTEContent #hifiaudiocon .frame {
  margin-top: 2%;
}
.InnerGIGABYTEContent #hifiaudiocon .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24%;
}
.InnerGIGABYTEContent #hifiaudiocon .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.InnerGIGABYTEContent #funtabsaudio3 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 46%;
}
.InnerGIGABYTEContent #funtabsaudio3 .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.InnerGIGABYTEContent #funtabsaudio5 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 15%;
}
.InnerGIGABYTEContent #funtabsaudio5 .conbox2 {
  display: inline-block;
  position: relative;
  width: 78%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #hifiaudiocon .frame {
    margin-top: 0%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #hifiaudiocon .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .InnerGIGABYTEContent #hifiaudiocon .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #hifiaudiocon .title {
    font-size: 20px;
    font-size: 30px;
  }
  .InnerGIGABYTEContent #hifiaudiocon .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #hifiaudiocon .conbox2 {
    width: 100%;
  }
  .InnerGIGABYTEContent #funtabsaudio3 .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #funtabsaudio3 .conbox2 {
    width: 100%;
  }
}

.InnerGIGABYTEContent #hifiaudiocon .carousel-indicators {
  position: static;
  z-index: 15;
  width: 90%;
  margin-left: 0%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0 auto;
}
.InnerGIGABYTEContent #hifiaudiocon .carousel-indicators li {
  text-indent: 0;
  width: 16%;
  height: 60px;
  border: 0;
  border-radius: 0px;
  background-color: #3f3f3f;
  color: #999;
  font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
  font-size: 16px;
  line-height: 24px;
  border-radius: 20px;
  transform: skew(0deg);
}
.InnerGIGABYTEContent #hifiaudiocon .carousel-indicators .active {
  text-indent: 0;
  width: 16%;
  height: 60px;
  border: 0;
  border-radius: 0px;
  color: #fff;
  background-color: #3f3f3f;
  border-bottom: 5px solid #ff7200;
  border-radius: 20px;
}
.InnerGIGABYTEContent #hifiaudiocon .carousel-indicators li {
  position: relative;
}
.InnerGIGABYTEContent #hifiaudiocon .carousel-indicators li:hover {
  position: relative;
  color: #fff;
}
.InnerGIGABYTEContent #hifiaudiocon .carousel-indicators .tablistbg {
  width: 100%;
  transition: all 0.1s linear;
  height: 60px;
  background: #ff7200;
  transform: scaleX(0);
  top: 0;
  z-index: 20;
}
.InnerGIGABYTEContent #hifiaudiocon .carousel-indicators .tablisttext {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.InnerGIGABYTEContent #hifiaudiocon .carousel-indicators li:hover .tablistbg {
  transform: scaleX(0);
}
.InnerGIGABYTEContent #hifiaudiocon .carousel-inner {
  padding-bottom: 2%;
}
.InnerGIGABYTEContent #hifiaudiocon .carousel-control.left,
.InnerGIGABYTEContent #hifiaudiocon .carousel-control.right {
  background-image: none;
}
.InnerGIGABYTEContent #hifiaudiocon .carousel-control .icon-prev,
.InnerGIGABYTEContent #hifiaudiocon .carousel-control .icon-next,
.InnerGIGABYTEContent #hifiaudiocon .carousel-control .glyphicon-chevron-left,
.InnerGIGABYTEContent #hifiaudiocon .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  z-index: 5;
  display: inline-block;
}
.InnerGIGABYTEContent #hifiaudiocon .glyphicon-chevron-left:before {
  content: "";
}
.InnerGIGABYTEContent #hifiaudiocon .glyphicon-chevron-right:before {
  content: "";
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #hifiaudiocon .carousel-indicators li {
    height: 60px;
    width: 14%;
  }
  .InnerGIGABYTEContent #hifiaudiocon .carousel-indicators .active {
    height: 60px;
    width: 14%;
  }
  .InnerGIGABYTEContent #hifiaudiocon .carousel-indicators .tablistbg {
    height: 60px;
  }
  .InnerGIGABYTEContent #hifiaudiocon .carousel-indicators {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #hifiaudiocon .carousel-indicators {
    width: 70%;
  }
  .InnerGIGABYTEContent #hifiaudiocon .carousel-indicators li {
    width: 100%;
    height: 60px;
  }
  .InnerGIGABYTEContent #hifiaudiocon .carousel-indicators .active {
    width: 100%;
    height: 60px;
    background: #ff7200;
  }
  .InnerGIGABYTEContent #hifiaudiocon .carousel-indicators .tablistbg {
    height: 60px;
  }
}

.InnerGIGABYTEContent .sectionkf {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .secall {
  position: absolute;
}
.InnerGIGABYTEContent .s-number {
  display: none;
}
.InnerGIGABYTEContent #ddr5 img {
  width: 45vw;
  margin: 0 auto;
}
.InnerGIGABYTEContent #ddr5-8000 .text {
  font-size: 1vw;
  margin-top: 1em;
  margin-bottom: 1em;
}
.InnerGIGABYTEContent #ddr5-8000 .sec1 {
  top: 2%;
  left: 12%;
  width: 70%;
}
.InnerGIGABYTEContent #ddr5-8000 .sec2 {
  top: 30%;
  left: 12%;
  width: 34%;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec1 {
  top: 4%;
  left: 11%;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec1 .title {
  color: #ccc;
  font-size: 2vw;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec2 {
  top: 19%;
  left: 21%;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec2 .title {
  color: #ccc;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec3 {
  top: 19%;
  left: 38%;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec3 .title {
  color: #ccc;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec4 {
  top: 11%;
  left: 58%;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec4 .title {
  font-size: 1.6vw;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec5 {
  top: 50%;
  left: 9%;
  width: 10%;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec5 .text {
  font-size: 0.7vw;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec6 {
  top: 51%;
  left: 29%;
  width: 14%;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec6 .text {
  font-size: 0.7vw;
}
.InnerGIGABYTEContent #unlock-ddr5 .sec7 {
  top: 49%;
  left: 67%;
  width: 26%;
}
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #unlock-ddr5 .sec7 .text {
    font-size: 20px;
    color: #00ffff;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec8 .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #unlock-ddr5 .sec7 .text {
    font-size: 1.2vw;
    color: #00ffff;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec8 .text {
    font-size: 1vw;
  }
}
.InnerGIGABYTEContent #unlock-ddr5 .sec8 {
  top: 72%;
  left: 8%;
}
.InnerGIGABYTEContent #ddr5img {
  animation: ddr5img 1s alternate infinite;
}
.InnerGIGABYTEContent #XMP3Profile .xmptitle {
  border: 1px solid #00ffff;
  text-align: center;
  padding: 3%;
  margin-bottom: 4%;
  font-size: 24px;
  line-height: 30px;
  color: #ff5f00;
  font-weight: bold;
  background-image: url("../innergigabyteimages/xmptitletop.png");
  background-position: left top;
  background-repeat: no-repeat;
}
@-webkit-keyframes ddr5img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ddr5img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.InnerGIGABYTEContent #ddr5-memory-ug img {
  width: auto;
}
.InnerGIGABYTEContent .tabvideo {
  width: 72%;
  margin: 0 auto;
  margin-top: 2%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #ddr5 .title {
    margin-top: 0;
  }
  .InnerGIGABYTEContent #ddr5 img {
    width: 56%;
  }
  .InnerGIGABYTEContent #ddr5-auto-booster .title {
    margin-top: 0;
  }
  .InnerGIGABYTEContent #ddr5-memory-ug .title {
    margin-top: 0;
  }
  .InnerGIGABYTEContent #ddr5-memory-ug img {
    width: 80%;
  }
  .InnerGIGABYTEContent #XMP3Profile .title {
    margin-top: 0;
  }
  .InnerGIGABYTEContent #XMP3Profile .text {
    margin-top: 0;
  }
  .InnerGIGABYTEContent #XMP3Profile .xmptitle {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #ddr5 img {
    width: 100%;
  }
  .InnerGIGABYTEContent #ddr5-8000 .text {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent #ddr5-memory-ug img {
    width: 100%;
  }
  .InnerGIGABYTEContent #ddr5-8000 .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #ddr5-8000 .sec2 {
    width: 90%;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec1 .title {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec4 .title {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec5 {
    width: 90%;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec5 .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec6 {
    width: 90%;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec6 .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec7 {
    width: 90%;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec7 .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent #unlock-ddr5 .sec8 .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent .secall {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .s-number {
    display: inline-block;
  }
  .InnerGIGABYTEContent .tabvideo {
    margin-top: 5%;
    width: 100%;
  }
}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #pcie5slotdesign {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #pcie5slotdesign #pcie5slotdesignsmall, .InnerGIGABYTEContent #pcie5slotdesign .pcienum {
  display: none;
}
.InnerGIGABYTEContent #pcie5slotdesign .title {
  font-size: 1.2vw;
  color: #ff7200;
  width: 60%;
  padding: 5px;
  background-color: #000;
}
.InnerGIGABYTEContent #pcie5slotdesign .text {
  width: 80%;
}

.InnerGIGABYTEContent #pcie5slotdesign .pcie5de01 {
  position: absolute;
  top: 84%;
  left: 32%;
}

.InnerGIGABYTEContent #pcie5slotdesign .pcie5de03 {
  position: absolute;
  top: 2%;
  left: 15%;
}

@media screen and (max-width: 1024px) {
  .InnerGIGABYTEContent #pcie5slotdesignbig {
    display: none;
  }
  .InnerGIGABYTEContent #pcie5slotdesign #pcie5slotdesignsmall {
    display: block;
  }
  .InnerGIGABYTEContent #pcie5slotdesign .pcienum {
    display: inline-block;
    margin-right: 2%;
  }
  .InnerGIGABYTEContent #pcie5slotdesign .title {
    font-size: 16px;
    padding: 4px;
    text-align: center;
    min-width: 100%;
    background: #000;
  }

  .InnerGIGABYTEContent #pcie5slotdesign .text {
  width: 100%;
  }

  .InnerGIGABYTEContent #pcie5slotdesign .pcie5de01 {
    position: static;
  }
  .InnerGIGABYTEContent #pcie5slotdesign .pcie5de02 {
    position: static;
  }
  .InnerGIGABYTEContent #pcie5slotdesign .pcie5de03 {
    position: static;
  }

}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent .sectionkf {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .secall {
  position: absolute;
}
.InnerGIGABYTEContent .s-number {
  display: none;
}
.InnerGIGABYTEContent #smd-ddr5 .ddrsectitle {
  color: #00ffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}
.InnerGIGABYTEContent #smd-ddr5 .ddrarmor {
  position: relative;
}
.InnerGIGABYTEContent #ddr5btnspan1 {
  position: absolute;
  top: 14%;
  left: 35%;
}
.InnerGIGABYTEContent #ddr5btnspan2 {
  position: absolute;
  top: 34%;
  left: 16%;
}
.InnerGIGABYTEContent #ddr5btnspan3 {
  position: absolute;
  top: 56%;
  right: 7%;
}
.InnerGIGABYTEContent #smd-ddr5 #ddrsectitle1 {
  top: 14%;
  left: 41%;
  position: absolute;
}
.InnerGIGABYTEContent #smd-ddr5 #ddrsectitle2 {
  top: 56%;
  left: 15%;
  position: absolute;
}
.InnerGIGABYTEContent #smd-ddr5 #ddrsectitle3 {
  top: 58%;
  left: 63%;
  position: absolute;
}
.InnerGIGABYTEContent #smd-ddr5 #ddrsectitle4 {
  top: 63%;
  left: 88%;
  position: absolute;
}
.InnerGIGABYTEContent #smd-ddr5 .text {
  font-size: 1vw;
  margin-top: 1em;
  margin-bottom: 1em;
}
.InnerGIGABYTEContent #smd-ddr5 .sec1 {
  top: 2%;
  left: 12%;
  width: 70%;
}
.InnerGIGABYTEContent #smd-ddr5 .sec2 {
  top: 10%;
  left: 46%;
  background-color: rgba(0, 0, 0, 0.5);
}
.InnerGIGABYTEContent #smd-ddr5 .ddrseccon {
  max-width: 700px;
  margin: 0 auto;
  display: none;
}
.InnerGIGABYTEContent #smd-ddr5 #ddrseccon1 {
  margin-left: 8%;
}
.InnerGIGABYTEContent #smd-ddr5 .conbox1 {
  width: 40%;
  display: inline-block;
}
.InnerGIGABYTEContent #smd-ddr5 .ddrseccon2text {
  color: #00ffff;
  padding-top: 4%;
  text-align: right;
}
.InnerGIGABYTEContent .ddr5btnstyletherm {
  transition: all .2s;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border: 1px solid #ff6400;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  position: relative;
}
.InnerGIGABYTEContent .ddr5btnstyletherm span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #FF6900;
  transform: translateY(12px) rotate(90deg);
  -webkit-transform: translateY(12px) rotate(90deg);
  -ms-transform: translateY(12px) rotate(90deg);
}
.InnerGIGABYTEContent .ddr5btnstyletherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #FF6900;
  transform: translateY(16px) rotate(0deg);
  -webkit-transform: translateY(16px) rotate(0deg);
  -ms-transform: translateY(16px) rotate(0deg);
}
.InnerGIGABYTEContent .ddr5btnstyletherm:hover {
  background-color: #ff4800;
}
.InnerGIGABYTEContent .ddr5menuOpentherm span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(12px) rotate(45deg);
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
}
.InnerGIGABYTEContent .ddr5menuOpentherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(16px) rotate(-45deg);
  -webkit-transform: translateY(16px) rotate(-45deg);
  -ms-transform: translateY(16px) rotate(-45deg);
}
.InnerGIGABYTEContent .ddr5menuOpentherm {
  background: #ff6400;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #smd-ddr5 .sec2 {
    width: 46%;
  }
  .InnerGIGABYTEContent #smd-ddr5 .ddrsectitle {
    color: #00ffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .ddr5btnstyletherm {
    display: none;
  }
  .InnerGIGABYTEContent #smd-ddr5 .text {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent #smd-ddr5 .ddrseccon {
    display: block;
    margin-bottom: 6%;
  }
  .InnerGIGABYTEContent #smd-ddr5 .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #smd-ddr5 .sec2 {
    width: 90%;
  }
  .InnerGIGABYTEContent #smd-ddr5 .ddrseccon2text {
    color: #00ffff;
    padding-top: 4%;
    margin-bottom: 4%;
    text-align: center;
  }
  .InnerGIGABYTEContent #ddr5btnspan3 {
    position: absolute;
    top: 56%;
    right: 4%;
  }
  .InnerGIGABYTEContent .secall {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .s-number {
    display: inline-block;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent .sectionkf {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .secall {
  position: absolute;
}
.InnerGIGABYTEContent .s-number {
  display: none;
}
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #essential-audio .text {
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent #essential-audio .essentialbg .title {
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #essential-audio .text {
    font-size: 1vw;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent #essential-audio .essentialbg .title {
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
    font-size: 1.4vw;
  }
}
.InnerGIGABYTEContent #essential-audio .essentialbg {
  background-color: rgba(0, 0, 0, 0.5);
}
.InnerGIGABYTEContent #essential-audio .sec1 {
  top: 18%;
  left: 16%;
  width: 30%;
}
.InnerGIGABYTEContent #essential-audio .sec2 {
  top: 55%;
  left: 28%;
  width: 16%;
}
.InnerGIGABYTEContent #essential-audio .sec3 {
  top: 20%;
  left: 69%;
  width: 14%;
}
.InnerGIGABYTEContent #essential-audio .sec4 {
  top: 72%;
  left: 69%;
  width: 14%;
}
.InnerGIGABYTEContent #linear-apodizing .sec1 {
  top: 40%;
  left: 16%;
  width: 28%;
}
.InnerGIGABYTEContent #linear-apodizing .sec2 {
  top: 63%;
  left: 28%;
  width: 16%;
}
.InnerGIGABYTEContent #linear-apodizing .essentialbg .title {
  padding-left: 6%;
  padding-right: 6%;
  text-align: center;
  font-size: 1.4vw;
}
.InnerGIGABYTEContent #experiencing-more .sec1 {
  top: 10%;
  left: 16%;
  width: 28%;
}
.InnerGIGABYTEContent #experiencing-more .sec2 {
  top: 63%;
  left: 28%;
  width: 16%;
}
.InnerGIGABYTEContent #essential-hex .sec1 {
  top: 6%;
  left: 17%;
}
.InnerGIGABYTEContent #essential-hex .sec2 {
  top: 5%;
  left: 35%;
  width: 34%;
}
.InnerGIGABYTEContent #essential-hex .sec3 {
  top: 23%;
  left: 26%;
}
.InnerGIGABYTEContent #essential-hex .sec4 {
  top: 23%;
  left: 62%;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #essential-audio .text {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent #essential-audio .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #essential-audio .essentialbg .title {
    font-size: 20px;
    line-height: 30px;
    padding-left: 0%;
    padding-right: 0%;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #linear-apodizing .essentialbg .title {
    font-size: 20px;
    line-height: 30px;
    padding-left: 0%;
    padding-right: 0%;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #essential-audio .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #essential-audio .sec2 {
    width: 80%;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #essential-audio .sec3 {
    width: 80%;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #essential-audio .sec4 {
    width: 80%;
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent #linear-apodizing .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #linear-apodizing .sec2 {
    width: 90%;
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent #experiencing-more .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #experiencing-more .sec2 {
    width: 90%;
  }
  .InnerGIGABYTEContent #essential-hex .sec1 {
    top: 13%;
    left: 17%;
  }
  .InnerGIGABYTEContent #essential-hex .sec2 {
    width: 90%;
  }
  .InnerGIGABYTEContent #essential-hex .sec3 {
    top: 30%;
    left: 26%;
  }
  .InnerGIGABYTEContent #essential-hex .sec3 .title {
    text-align: center;
  }
  .InnerGIGABYTEContent #essential-hex .sec4 {
    top: 30%;
    left: 62%;
  }
  .InnerGIGABYTEContent #essential-hex .sec4 .title {
    text-align: center;
  }
  .InnerGIGABYTEContent .secall {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .s-number {
    display: inline-block;
  }
}


/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #smd-pcie5 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #smd-pcie5 .pcie5imgcon {
  position: absolute;
  display: none;
}
.InnerGIGABYTEContent #smd-pcie5 .pcie5text {
  position: absolute;
  top: 4%;
  left: 13%;
}
.InnerGIGABYTEContent #pcie1 {
  position: absolute;
  top: 49%;
  left: 25%;
  z-index: 99;
}
.InnerGIGABYTEContent #pcie2 {
  position: absolute;
  top: 43.7%;
  left: 31.2%;
  z-index: 99;
}
.InnerGIGABYTEContent #pcie3 {
  position: absolute;
  top: 39%;
  left: 36.3%;
  z-index: 99;
}
.InnerGIGABYTEContent #pcie4 {
  position: absolute;
  top: 35.2%;
  left: 40.7%;
  z-index: 99;
}
.InnerGIGABYTEContent #pcie1titlebtn {
  position: absolute;
  top: 46.5%;
  left: 23%;
}

.InnerGIGABYTEContent #pcie2titlebtn {
  position: absolute;
  top: 41.5%;
  left: 29%;
}
.InnerGIGABYTEContent #pcie3titlebtn {
  position: absolute;
  top: 37%;
  left: 34%;
}
.InnerGIGABYTEContent #pcie4titlebtn {
  position: absolute;
  top: 33%;
  left: 38.5%;
}
.InnerGIGABYTEContent .pcie5btnstyletherm {
  transition: all .2s;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border: 1px solid #ff6400;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  position: relative;
}
.InnerGIGABYTEContent .pcie5btnstyletherm span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #FF6900;
  transform: translateY(12px) rotate(90deg);
  -webkit-transform: translateY(12px) rotate(90deg);
  -ms-transform: translateY(12px) rotate(90deg);
}
.InnerGIGABYTEContent .pcie5btnstyletherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #FF6900;
  transform: translateY(16px) rotate(0deg);
  -webkit-transform: translateY(16px) rotate(0deg);
  -ms-transform: translateY(16px) rotate(0deg);
}
.InnerGIGABYTEContent .pcie5btnstyletherm:hover {
  background-color: #ff4800;
}
.InnerGIGABYTEContent .pcie5menuOpentherm span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(12px) rotate(45deg);
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
}
.InnerGIGABYTEContent .pcie5menuOpentherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(16px) rotate(-45deg);
  -webkit-transform: translateY(16px) rotate(-45deg);
  -ms-transform: translateY(16px) rotate(-45deg);
}
.InnerGIGABYTEContent .pcie5menuOpentherm {
  background: #ff6400;
}
.InnerGIGABYTEContent .pcie5 .pcietitle {
  font-family: 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 1.0vw;
  display: inline-block;
  font-weight: bold;
  color: #00ffff;
  display: block;
}
.InnerGIGABYTEContent #smd-pcie5 .smalltitle, .InnerGIGABYTEContent #smd-pcie5 .pcietitle {
  display: none;
}


@media screen and (max-width: 1366px) {

.InnerGIGABYTEContent #pcie1 {
  position: absolute;
  top: 50%;
  left: 26%;
  z-index: 99;
}
.InnerGIGABYTEContent #pcie2 {
  position: absolute;
  top: 45%;
  left: 32.2%;
  z-index: 99;
}
.InnerGIGABYTEContent #pcie3 {
  position: absolute;
  top: 40.3%;
  left: 37.1%;
  z-index: 99;
}
.InnerGIGABYTEContent #pcie4 {
  position: absolute;
  top: 36.2%;
  left: 41.7%;
  z-index: 99;
}

}


@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .pcie5 {
    display: none;
  }
  .InnerGIGABYTEContent #smd-pcie5 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #smd-pcie5 .title {
    margin-left: 0%;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }
  .InnerGIGABYTEContent #smd-pcie5 .pcie5imgcon {
    position: static;
  }
  .InnerGIGABYTEContent #smd-pcie5 .pcie5text {
    position: static;
  }
  .InnerGIGABYTEContent #pcie1titlebtn, .InnerGIGABYTEContent #pcie2titlebtn, .InnerGIGABYTEContent #pcie3titlebtn, .InnerGIGABYTEContent #pcie4titlebtn {
    display: none;
  }
  .InnerGIGABYTEContent #pcie5imgcon1 img {
    display: none;
  }
  .InnerGIGABYTEContent #smd-pcie5 .smalltitle {
    display: inline-block;
    margin-right: 10px;
  }
  .InnerGIGABYTEContent #smd-pcie5 .pcietitle {
    display: block;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent .sectionkf {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .secall {
  position: absolute;
}
.InnerGIGABYTEContent .s-number {
  display: none;
}
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent .sectionkf .text {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg1 {
    top: 33%;
    left: 9%;
    width: 20vw;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg2 {
    top: 34%;
    left: 20%;
    width: 20vw;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg3 {
    top: 33%;
    left: 35%;
    width: 20vw;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg4 {
    top: 29%;
    left: 55%;
    width: 20vw;
  }
  .InnerGIGABYTEContent #thermal-guard .title {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #thermal-guard .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent .sectionkf .text {
    font-size: 1vw;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg1 {
    top: 33%;
    left: 9%;
    width: 28vw;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg2 {
    top: 34%;
    left: 20%;
    width: 28vw;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg3 {
    top: 33%;
    left: 35%;
    width: 28vw;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg4 {
    top: 29%;
    left: 55%;
    width: 28vw;
  }
  .InnerGIGABYTEContent #thermal-guard .title {
    font-size: 1.2vw;
  }
  .InnerGIGABYTEContent #thermal-guard .text {
    font-size: 0.9vw;
  }
}
.InnerGIGABYTEContent #vrmdesign .sec1 {
  top: 6%;
  left: 12%;
  width: 60%;
}
.InnerGIGABYTEContent #vrmdesign .sec2 {
  top: 20%;
  left: 12%;
}
.InnerGIGABYTEContent #vrmdesign .sec2 img {
  width: 26vw;
}
.InnerGIGABYTEContent #copper-pcb .sec1 {
  top: 20%;
  left: 12%;
  width: 36%;
}
.InnerGIGABYTEContent #copper-pcb .sec1 .title {
  text-align: center;
}
.InnerGIGABYTEContent #copper-pcb .sec1 .text {
  text-align: center;
}
.InnerGIGABYTEContent #copper-pcb .pcbline {
  width: auto;
  float: right;
}
.InnerGIGABYTEContent #thermal-solution .sec1 {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 19%;
  color: #ff5f00;
  font-size: 1.7vw;
  text-align: center;
}
.InnerGIGABYTEContent #thermal-solution .sec2 {
  top: 60%;
  left: 23%;
  width: 12%;
}
.InnerGIGABYTEContent #thermal-solution .sec3 {
  top: 60%;
  left: 35%;
  width: 12%;
}
.InnerGIGABYTEContent #thermal-solution .sec4 {
  top: 60%;
  left: 49%;
  width: 12%;
}
.InnerGIGABYTEContent #thermal-solution .sec5 {
  top: 60%;
  left: 68%;
  width: 16%;
  color: #ff5f00;
}
.InnerGIGABYTEContent #thermal-guard .sec1 {
  top: 11%;
  left: 12%;
  width: 36%;
}
.InnerGIGABYTEContent #thermal-guard .sec2 {
  top: 40%;
  left: 16%;
}
.InnerGIGABYTEContent #thermal-guard .sec3 {
  top: 57%;
  left: 18%;
  width: 12%;
  text-align: right;
}
.InnerGIGABYTEContent #thermal-guard .sec4 {
  top: 73%;
  left: 18%;
  width: 12%;
  text-align: right;
}
.InnerGIGABYTEContent #thermal-guard .sec5 {
  top: 31%;
  left: 66%;
}
.InnerGIGABYTEContent #thermal-guard .sec6 {
  top: 38%;
  left: 66%;
}
.InnerGIGABYTEContent #thermal-guard .sec7 {
  top: 50%;
  left: 60%;
  color: #00ffff;
  text-align: center;
}
.InnerGIGABYTEContent #thermal-guard .sec7 .note {
  text-align: left;
}
.InnerGIGABYTEContent #Tantalum .sec1 {
  top: 6%;
  left: 20%;
}
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #Tantalum .sec1 img {
    width: auto;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #Tantalum .sec1 img {
    width: 28vw;
  }
}
.InnerGIGABYTEContent #pcie5 .sec1 {
  top: 4%;
  left: 12%;
  width: 70%;
}
.InnerGIGABYTEContent #pcie5 .sec2 {
  top: 24%;
  left: 13%;
}
.InnerGIGABYTEContent #pcie5 .sec3 {
  top: 49%;
  left: 13%;
}
.InnerGIGABYTEContent #pcie5 .sec4 {
  top: 40%;
  left: 52%;
}
.InnerGIGABYTEContent #Fins-Array-III .sec1 {
  top: 10%;
  left: 30%;
}
.InnerGIGABYTEContent #Fins-Array-III .sec2 {
  top: 8%;
  left: 40%;
  width: 50%;
}
.InnerGIGABYTEContent #Fins-Array-III .sec3 {
  top: 48%;
  left: 60%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #thermal-guard .sec1 {
    top: 4%;
    left: 12%;
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .sectionkf .text {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent #vrmdesign .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #vrmdesign .sec2 img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #Tantalum .sec1 img {
    width: 100%;
  }
  .InnerGIGABYTEContent #copper-pcb .sec1 {
    top: 32%;
    left: 12%;
    width: 90%;
  }
  .InnerGIGABYTEContent #copper-pcb .pcbline {
    float: none;
  }
  .InnerGIGABYTEContent #Fins-Array-III .sec2 {
    width: 90%;
  }
  .InnerGIGABYTEContent #thermal-solution .sec1 {
    font-size: 30px;
  }
  .InnerGIGABYTEContent #thermal-solution .sec2 {
    width: 90%;
    text-align: center;
  }
  .InnerGIGABYTEContent #thermal-solution .sec3 {
    width: 90%;
    text-align: center;
  }
  .InnerGIGABYTEContent #thermal-solution .sec4 {
    width: 90%;
    text-align: center;
  }
  .InnerGIGABYTEContent #thermal-solution .sec5 {
    width: 90%;
    text-align: center;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg2 {
    width: 100%;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg3 {
    width: 100%;
  }
  .InnerGIGABYTEContent #thermal-solution .secimg4 {
    width: 100%;
  }
  .InnerGIGABYTEContent #thermal-guard .title {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #thermal-guard .text {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
  }
  .InnerGIGABYTEContent #thermal-guard .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #thermal-guard .sec3 {
    width: 90%;
    text-align: center;
  }
  .InnerGIGABYTEContent #thermal-guard .sec4 {
    width: 90%;
    text-align: center;
  }
  .InnerGIGABYTEContent #thermal-guard .sec7 {
    width: 90%;
    margin-top: 6%;
  }
  .InnerGIGABYTEContent #thermal-guard .sec7 .note {
    text-align: center;
  }
  .InnerGIGABYTEContent #pcie5 .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #pcie5 .title {
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #Fins-Array-III .sec2 {
    width: 90%;
  }
  .InnerGIGABYTEContent .secall {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .s-number {
    display: inline-block;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent .table .table {
  background-color: transparent;
}
.InnerGIGABYTEContent .frametablesec {
  width: 90%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #iddesignsmall {
  display: none;
}
.InnerGIGABYTEContent .imgsmall {
  display: none;
}
.InnerGIGABYTEContent #thunderbolt {
  background-image: url("../innergigabyteimages/thunderbolt4_1920.jpg");
  background-position: 50% -100px;
  background-repeat: no-repeat;
  min-height: 860px;
}
.InnerGIGABYTEContent #thunderbolt .title {
  text-align: center;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent #thunderbolt .thtitle {
  font-weight: bold;
}
.InnerGIGABYTEContent #thunderbolt img {
  width: 30%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #thunderbolt .conbox1 {
  display: inline-block;
  position: relative;
  width: 48%;
  float: left;
}
.InnerGIGABYTEContent #thunderbolt .conbox2 {
  display: inline-block;
  position: relative;
  width: 48%;
  float: right;
}
.InnerGIGABYTEContent #thunderbolt .img01 {
  display: none;
}
.InnerGIGABYTEContent #MultiKey .title {
  text-align: center;
}
.InnerGIGABYTEContent #MultiKey ul li {
  list-style: disc;
}
.InnerGIGABYTEContent #MultiKey ul li div {
  font-weight: bold;
}
.InnerGIGABYTEContent #MultiKey .col-lg-6:last-child {
  padding-top: 6%;
}
.InnerGIGABYTEContent #MultiKey .text, .InnerGIGABYTEContent #MultiKey .title {
  width: 70%;
}
.InnerGIGABYTEContent #DirectDesign {
  position: relative;
}
.InnerGIGABYTEContent #DirectDesign .DirectDesignimg {
  position: absolute;
  top: 20%;
  left: 16%;
  width: auto;
}
.InnerGIGABYTEContent #DirectDesign .DirectDesignimg .title {
  color: #FF5F00;
  font-size: 18px;
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #DirectDesign .DirectDesignimg {
    width: 20vw;
  }
}
.InnerGIGABYTEContent #DirectDesign .text {
  position: absolute;
  bottom: 4%;
  width: 70%;
  left: 16%;
}
.InnerGIGABYTEContent #DirectDesign .imgsmall {
  display: none;
}
.InnerGIGABYTEContent #APPCENTER img, .InnerGIGABYTEContent #siv img {
  width: 60%;
}
.InnerGIGABYTEContent #aorus-antenna ol li {
  list-style-type: disc;
  text-align: left;
}
.InnerGIGABYTEContent #pcb2x img {
  width: 36vw;
}
.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 #firstadopter {
  overflow: hidden;
  position: relative;
  min-height: 800px;
  background-image: url("../innergigabyteimages/2.5gbe.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.InnerGIGABYTEContent #firstadopter .conbox{
  width: 50%;
  margin-right: 12%;
  float: left;
}

.InnerGIGABYTEContent #firstadopter .conbox1{
  width: 40%;
  float: left;
  margin-top: 5%;
}

.InnerGIGABYTEContent #adopter {
  display: none;
}
.InnerGIGABYTEContent #firstadopter ol li {
  list-style: disc;
  margin-left: 3%;
}
.InnerGIGABYTEContent .lineallbg {
  background: #FF5F00;
  width: 100%;
  height: 1px;
}
.InnerGIGABYTEContent #exclusive {
  overflow: hidden;
}
.InnerGIGABYTEContent #designconceptmain {
  overflow: hidden;
  position: relative;
}
.InnerGIGABYTEContent #memory32gb {
  min-height: 700px;
}
.InnerGIGABYTEContent #memory32gb .title {
  margin-top: 12%;
}
.InnerGIGABYTEContent #designconceptmain .text {
  position: absolute;
  top: 30%;
  left: 15%;
  max-width: 500px;
  font-size: 16px;
  line-height: 24px;
  color: #CCCCCC;
  text-align: center;
}
.InnerGIGABYTEContent #interfaces .title {
  color: #FF5F00;
  text-align: center;
}
.InnerGIGABYTEContent #powerefficiency {
  background-image: url("../innergigabyteimages/powerefficiencybg.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}
.InnerGIGABYTEContent #powerefficiency .title {
  text-align: center;
}
.InnerGIGABYTEContent #powerefficiency .text {
  position: absolute;
  bottom: 16%;
  left: 30%;
}
.InnerGIGABYTEContent #powerefficiency .line01 {
  width: 60px;
  height: 6px;
  background: #ff0000;
  display: inline-block;
  margin-right: 8px;
}
.InnerGIGABYTEContent #powerefficiency .line02 {
  width: 60px;
  height: 6px;
  background: #ccc;
  display: inline-block;
  margin-right: 8px;
}
.InnerGIGABYTEContent #TruePowerDesign {
  text-align: center;
  margin-bottom: 1%;
  padding-top: 2%;
}
.InnerGIGABYTEContent #TruePowerDesign .title {
  margin-top: 0%;
}
.InnerGIGABYTEContent #TruePowerDesign .text {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 1%;
}
.InnerGIGABYTEContent #TruePowerDesign img {
  width: 70%;
}
.InnerGIGABYTEContent #TruePowerDesign .titlegray {
  color: #818181;
}
.InnerGIGABYTEContent #poweredesign02 {
  text-align: center;
}
.InnerGIGABYTEContent #poweredesign02 .text {
  width: 60%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #poweredesign02 img {
  width: auto;
  margin: 0 auto;
}
.InnerGIGABYTEContent #Fins-Array-II2 .circulation {
  max-width: 320px;
  margin: 0 auto;
}
.InnerGIGABYTEContent #Heatpipe-II .title {
  margin: 0 auto;
  text-align: center;
  margin-top: 2%;
}
.InnerGIGABYTEContent #Heatpipe-II .text {
  margin: 0 auto;
  text-align: center;
  width: 70%;
}
.InnerGIGABYTEContent #rgbapp a {
  display: inline-block;
}
.InnerGIGABYTEContent #rgbapp .conbox1 {
  display: inline-block;
  width: 70%;
}
.InnerGIGABYTEContent #rgbapp .conbox2 {
  display: inline-block;
  width: 28%;
}

.InnerGIGABYTEContent #Base-plate {
  position: relative;
}
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #Base-plate .text {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #Base-plate .text {
    font-size: 1vw;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.InnerGIGABYTEContent #Base-plate .tt1 {
  position: absolute;
  width: 30%;
  left: 58%;
  top: 10%;
}
.InnerGIGABYTEContent #Base-plate ol li {
  list-style-type: disc;
}
.InnerGIGABYTEContent #Base-plate .tt3 {
  position: absolute;
  top: 50%;
  left: 65%;
  max-width: 400px;
}
.InnerGIGABYTEContent #fancontrol {
  padding-top: 8%;
  padding-bottom: 6%;
}
.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 #sf5software .conbox1 {
  position: relative;
  display: inline-block;
  width: 46%;
}
.InnerGIGABYTEContent #sf5software .conbox2 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 4%;
}
.InnerGIGABYTEContent #sf5software .t2 {
  margin-top: 4%;
}
.InnerGIGABYTEContent #Fins-Array-II {
  margin-bottom: 0%;
}
.InnerGIGABYTEContent #Fins-Array-II .conbox1 {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: center;
}
.InnerGIGABYTEContent #Fins-Array-II .conbox2 {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: center;
}
.InnerGIGABYTEContent #daisychain {
  text-align: center;
}
.InnerGIGABYTEContent #daisychainimg {
  width: 80%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #xtremememory .title {
  text-align: center;
  margin: 0 auto;
  margin-top: 4%;
}
.InnerGIGABYTEContent #xtremememory .text {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.InnerGIGABYTEContent #xmp {
  background-color: #000;
  background-image: url("../innergigabyteimages/mb_xmp_1920.jpg");
  background-position: center -10px;
  min-height: 650px;
  background-repeat: no-repeat;
  margin-top: 2%;
}
.InnerGIGABYTEContent #xmp .text {
  width: 50%;
}
.InnerGIGABYTEContent #xmpsmall {
  display: none;
}
.InnerGIGABYTEContent #xmp img {
  width: auto;
}
.InnerGIGABYTEContent #usbgen20gbps img {
  width: 70%;
}
.InnerGIGABYTEContent #alc1220vbamp .alc1220img img {
  width: auto;
}
.InnerGIGABYTEContent #alc1220vbamp .alc1220img div:last-child img {
  width: 80%;
}
.InnerGIGABYTEContent #NVMeM2 img {
  width: auto;
  margin: 0 auto;
}
.InnerGIGABYTEContent #NVMeM2 #nvmem2small {
  display: none;
}
.InnerGIGABYTEContent #Heatpipe-II img, .InnerGIGABYTEContent #Noise-Detection img {
  width: auto;
}

.InnerGIGABYTEContent #wifi6 .conbox1 {
  display: inline-block;
  float: left;
  width: 12%;
}
.InnerGIGABYTEContent #wifi6 .conbox2 {
  display: inline-block;
  float: right;
  width: 86%;
}
.InnerGIGABYTEContent #wifi6 .conbox3 {
  display: inline-block;
  float: left;
  width: 40%;
  margin-left: 12%;
  margin-top: 1%;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent #wifi6 .conbox4 {
  display: inline-block;
  float: left;
  width: 40%;
  margin-left: 3%;
  margin-top: 1%;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent #wifi6 .conbox5 {
  display: inline-block;
  float: left;
  width: 38%;
  margin-left: 15%;
}
.InnerGIGABYTEContent #wifi6 .conbox6 {
  display: inline-block;
  float: left;
  width: 35%;
  margin-left: 5%;
}
.InnerGIGABYTEContent #wifi6 .title1 {
  color: #FF0000;
  font-size: 22px;
  text-align: left;
  margin-left: 6%;
}
.InnerGIGABYTEContent #wifi6 img {
  width: 95%;
  float: left;
}
.InnerGIGABYTEContent #wifi6 ol li {
  list-style: decimal;
  margin-left: 2%;
}
.InnerGIGABYTEContent #advantage img{
  width: 80%;
  margin: auto;
}

.InnerGIGABYTEContent #wifi6e-vr {
  overflow: hidden;
  position: relative;
  min-height: 780px;
}
.InnerGIGABYTEContent #wifi6e-vr .title {
  z-index: 1;
  position: relative;
  margin-top: 15%;
}
.InnerGIGABYTEContent #wifi6e-vr .text {
  width: 48%;
  z-index: 1;
  position: relative;
}
.InnerGIGABYTEContent #wifi6e-vr #back {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.InnerGIGABYTEContent #wifi6e-vr #small {
  display: none;
}
.InnerGIGABYTEContent #aqantia .tt2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 50px;
}
.InnerGIGABYTEContent #usbTurboCharger .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}
.InnerGIGABYTEContent #usbTurboCharger .conbox2 {
  position: relative;
  display: inline-block;
  width: 57%;
  margin-left: 2%;
  vertical-align: top;
  text-align: left;
}
.InnerGIGABYTEContent #essential ol li {
  list-style: disc;
  margin-left: 2%;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.InnerGIGABYTEContent #essential .title {
  font-size: 20px;
}
.InnerGIGABYTEContent #Interfaces .title {
  color: #FF5F00;
  text-align: center;
}
.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 #Solid-Pin .frametablesec {
  width: 80%;
}
.InnerGIGABYTEContent #Solid-Pin .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}
.InnerGIGABYTEContent #Solid-Pin .conbox2 {
  display: inline-block;
  position: relative;
  width: 56%;
  margin-left: 2%;
  text-align: left;
  vertical-align: top;
}
.InnerGIGABYTEContent #Solid-Pin ol li {
  list-style-type: disc;
  margin-left: 4%;
}
.InnerGIGABYTEContent #Solid-Pin .t1 {
  border-left: 4px solid #ff6400;
  padding-left: 10px;
  line-height: 30px;
}
.InnerGIGABYTEContent #qflashplus .qflashlogo {
  margin-bottom: 2%;
  overflow: hidden;
}
.InnerGIGABYTEContent #qflashplus .conbox1 {
  position: relative;
  display: inline-block;
  width: 20%;
}
.InnerGIGABYTEContent #qflashplus .conbox2 {
  display: inline-block;
  position: relative;
  width: 78%;
  vertical-align: top;
  text-align: left;
  padding-top: 4%;
}
.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 #BIOS .conbox1 {
  position: relative;
  display: inline-block;
  width: 17%;
  vertical-align: top;
}
.InnerGIGABYTEContent #BIOS .conbox2 {
  position: relative;
  display: inline-block;
  width: 82%;
}
.InnerGIGABYTEContent #EasyTune .conbox1 {
  position: relative;
  display: inline-block;
  width: 17%;
  vertical-align: top;
}
.InnerGIGABYTEContent #EasyTune .conbox2 {
  position: relative;
  display: inline-block;
  width: 82%;
}
.InnerGIGABYTEContent #EasyTune .conbox2 .text {
  margin-top: 0px;
}
.InnerGIGABYTEContent #Right-Angled img {
  width: 80%;
}

@media screen and (max-width: 1600px) {
  .InnerGIGABYTEContent #designconceptmain .text {
    position: absolute;
    top: 30%;
    left: 10%;
  }
  .InnerGIGABYTEContent #usbgen20gbps img {
  width: 55%;
}
.InnerGIGABYTEContent #wifi6 img {
  width: 60%;
  float: left;
}
.InnerGIGABYTEContent #wifi6e-vr {
  min-height: 600px;
}
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #wifi6e img {
    width: 70%;
  }
  .InnerGIGABYTEContent #wifi6e .title {
    margin-top: 0%;
  }
  .InnerGIGABYTEContent #firstadopter {
  overflow: hidden;
  position: relative;
  min-height: 580px;
  background-image: url("../innergigabyteimages/2.5gbe.jpg");
  background-size: 100%;
}
  .InnerGIGABYTEContent #Right-Angled .title {
    margin-top: 0px;
  }
  .InnerGIGABYTEContent #Right-Angled .text {
    margin-bottom: 0px;
  }
  .InnerGIGABYTEContent #poweredesign02 .text {
    width: 70%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #poweredesign02 img {
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #TruePowerDesign .text {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 1%;
  }
  .InnerGIGABYTEContent #TruePowerDesign img {
    width: 60%;
  }
  .InnerGIGABYTEContent #TruePowerDesign {
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #thunderbolt {
    background-image: url("../innergigabyteimages/thunderbolt4_1920.jpg");
    background-position: 50% -20px;
    background-repeat: no-repeat;
    background-size: 105%;
    min-height: 700px;
  }
  .InnerGIGABYTEContent #thunderbolt .title {
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .InnerGIGABYTEContent #thunderbolt .text {
    line-height: 1.2em;
  }
  .InnerGIGABYTEContent #Base-Coating img {
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Heatpipe-II img {
    width: 80%;
  }
  .InnerGIGABYTEContent #Noise-Detection img {
    width: 70%;
  }
  .InnerGIGABYTEContent #DirectDesign .DirectDesignimg {
    top: 10%;
  }
  .InnerGIGABYTEContent #BIOS .suborangetitle {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #BIOS .text {
    font-size: 13px;
    line-height: 16px;
  }
  .InnerGIGABYTEContent #rgbapp .conbox1 {
    display: inline-block;
    width: 50%;
  }
  .InnerGIGABYTEContent #rgbapp .conbox2 {
    display: inline-block;
    width: 48%;
  }
  .InnerGIGABYTEContent #rgbapp .conbox1 img {
    width: 70%;
  }
  .InnerGIGABYTEContent #rgbapp .conbox2 img {
    width: 70%;
  }
  .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 img {
    width: 70%;
  }
  .InnerGIGABYTEContent #usbgen20gbps img {
    width: 60%;
  }
  .InnerGIGABYTEContent #NVMeM2 img {
    width: 90%;
  }
  .InnerGIGABYTEContent #alc1220vbamp .alc1220img img {
    width: 80%;
  }
  .InnerGIGABYTEContent #alc1220vbamp .alc1220img div:last-child img {
    width: 65%;
  }
.InnerGIGABYTEContent #wifi6 .title1 {
  color: #FF0000;
  font-size: 18px;
  text-align: left;
  margin-left: 5%;
  line-height: 24px;
}
.InnerGIGABYTEContent #wifi6 .conbox3 {
  width: 41%;
  margin-left: 12%;
}
.InnerGIGABYTEContent #wifi6 .conbox4 {
  width: 41%;
  margin-left: 5%;
}
.InnerGIGABYTEContent #wifi6 .conbox5 {
  display: inline-block;
  float: left;
  width: 38%;
  margin-left: 15%;
}
.InnerGIGABYTEContent #wifi6 .conbox6 {
  display: inline-block;
  float: left;
  width: 35%;
  margin-left: 5%;
}
.InnerGIGABYTEContent #wifi6e-vr {
  min-height: auto;
}
  .InnerGIGABYTEContent #rgbsoftware .row1dw {
    width: 20%;
  }
  .InnerGIGABYTEContent #Solid-Pin .t1 {
    margin-top: 20px;
  }
  .InnerGIGABYTEContent #bios .biosimg img {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #TruePowerDesign .text {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 1%;
  }
  .InnerGIGABYTEContent #TruePowerDesign img {
    width: 90%;
  }
  .InnerGIGABYTEContent #TruePowerDesign {
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #designconceptmain .text {
    position: static;
    top: 0%;
    left: 0%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: -10%;
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent #MultiKey .text, .InnerGIGABYTEContent #MultiKey .title {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Base-plate .tt1 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Base-plate .text {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent #Base-plate .tt1 .text {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Base-plate .tt3 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .imgbig {
    display: none;
  }
  .InnerGIGABYTEContent .imgsmall {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #wifi6e img {
    width: 100%;
  }
.InnerGIGABYTEContent #usbgen20gbps img {
  width: 100%;
}
  .InnerGIGABYTEContent #firstadopter {
  overflow: hidden;
  position: relative;
  min-height: 800px;
  background-image: url("none");
  background-size: 100%;
}
.InnerGIGABYTEContent #firstadopter .conbox{
  width: 100%;
  margin-right: 0%;
  float: left;
}

.InnerGIGABYTEContent #firstadopter .conbox1{
  width: 100%;
  float: left;
  margin-top: 5%;
}

  .InnerGIGABYTEContent #Right-Angled {
    margin-bottom: 20%;
  }
  .InnerGIGABYTEContent #Right-Angled img {
    width: 100%;
  }
  .InnerGIGABYTEContent #EasyTune .conbox1 {
    width: 100%;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #EasyTune .conbox2 {
    width: 100%;
  }
  .InnerGIGABYTEContent #thunderbolt {
    background-image: none;
  }
  .InnerGIGABYTEContent #thunderbolt .conbox1 {
    display: inline-block;
    position: relative;
    width: 100%;
    float: none;
  }
  .InnerGIGABYTEContent #thunderbolt .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    float: none;
  }
  .InnerGIGABYTEContent #thunderbolt .img01 {
    display: block;
  }
  .InnerGIGABYTEContent #thunderbolt img {
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #thunderbolt .text {
    line-height: 1.6em;
  }
  .InnerGIGABYTEContent #DirectDesign {
    position: relative;
  }
  .InnerGIGABYTEContent #DirectDesign .DirectDesignimg {
    position: static;
    top: 24%;
    left: 16%;
    width: 70%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DirectDesign .text {
    position: static;
    bottom: 0%;
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #DirectDesign .imgbig {
    display: none;
  }
  .InnerGIGABYTEContent #DirectDesign .imgsmall {
    display: block;
  }
  
  .InnerGIGABYTEContent #APPCENTER img, .InnerGIGABYTEContent #siv img {
    width: 100%;
    padding-top: 8%;
  }
  .InnerGIGABYTEContent #rgbapp .conbox1 {
    display: block;
    width: 100%;
  }
  .InnerGIGABYTEContent #rgbapp .conbox2 {
    display: block;
    width: 100%;
  }
  .InnerGIGABYTEContent #rgbsoftware .row1dw {
    width: 100%;
  }
  .InnerGIGABYTEContent #rgbsoftware .row1dw img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #NVMeM2 img {
    width: 100%;
  }
  .InnerGIGABYTEContent #NVMeM2 #nvmem2small {
    display: block;
  }
  .InnerGIGABYTEContent #NVMeM2 #nvmem2big {
    display: none;
  }
  .InnerGIGABYTEContent #alc1220vbamp .alc1220img img {
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #alc1220vbamp .alc1220img div:last-child img {
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #daisychainimg {
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #memory32gb {
    min-height: 400px;
  }
  .InnerGIGABYTEContent #Heatpipe-II .text {
    width: 100%;
  }
  .InnerGIGABYTEContent #Heatpipe-II img, .InnerGIGABYTEContent #Noise-Detection img {
    width: 100%;
  }
  .InnerGIGABYTEContent #Base-Coating img {
    width: 100%;
  }
  .InnerGIGABYTEContent #iddesignsmall {
    display: block;
  }
  .InnerGIGABYTEContent .designConcept {
    display: none;
  }
  .InnerGIGABYTEContent #powerefficiency {
    background-image: url("");
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
  }
  .InnerGIGABYTEContent #powerefficiency .text {
    position: static;
    bottom: 16%;
    left: 30%;
  }
  .InnerGIGABYTEContent #poweredesign02 .text {
    width: 100%;
  }
  .InnerGIGABYTEContent #poweredesign02 img {
    width: 100%;
  }
  .InnerGIGABYTEContent #aorus-antenna .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #aorus-antenna .conbox2 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0%;
  }
  .InnerGIGABYTEContent #sf5software .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .InnerGIGABYTEContent #sf5software .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #fancontrol .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #fancontrol .conbox2 .title {
    text-align: left;
  }
  .InnerGIGABYTEContent #fancontrol .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #Fins-Array-II .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .InnerGIGABYTEContent #Fins-Array-II .conbox2 {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .InnerGIGABYTEContent #Fins-Array-II2 .circulation {
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #xtremememory .text {
    width: 90%;
  }
  .InnerGIGABYTEContent #xmp {
    background-image: url("");
    min-height: 500px;
  }
  .InnerGIGABYTEContent #xmpsmall {
    display: block;
  }
  .InnerGIGABYTEContent #xmp .text {
    width: 100%;
  }
  .InnerGIGABYTEContent #xmp img {
    width: 100%;
  }
.InnerGIGABYTEContent #wifi6 .conbox1 {
  float: left;
  width: 40%;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent #wifi6 .conbox2 {
  width: 100%;
}
.InnerGIGABYTEContent #wifi6 .conbox3 {
  width: 100%;
  margin-left: 0%;
}
.InnerGIGABYTEContent #wifi6 .conbox4 {
  width: 100%;
  margin-left: 0%;
}
.InnerGIGABYTEContent #wifi6 .conbox5 {
  width: 100%;
  margin-left: 0%;
}
.InnerGIGABYTEContent #wifi6 .conbox6 {
  width: 100%;
  margin-left: 0%;
}
.InnerGIGABYTEContent #wifi6 img {
  width: 100%;
}
.InnerGIGABYTEContent #advantage img {
  width: 100%;
}
.InnerGIGABYTEContent #wifi6e-vr {
  min-height: auto;
}
.InnerGIGABYTEContent #wifi6e-vr #small {
  display: block;
}
.InnerGIGABYTEContent #wifi6e-vr #back {
  display: none;
}
.InnerGIGABYTEContent #wifi6e-vr .title {
  margin-top: 1%;
}
.InnerGIGABYTEContent #wifi6e-vr .text {
  width: 100%;
}
  .InnerGIGABYTEContent #usbTurboCharger .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #usbTurboCharger .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .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 #qflashplus .qflashlogo {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #qflashplus img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #qflashplus .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #qflashplus .conbox2 {
    width: 100%;
    padding-top: 0%;
    vertical-align: top;
  }
  .InnerGIGABYTEContent #qflashplus .conbox3 {
    width: 100%;
  }
  .InnerGIGABYTEContent #qflashplus .conbox4 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #qflashplus .conbox5 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #Solid-Pin .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #Solid-Pin .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #BIOS .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #BIOS .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #BIOS .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #pcb2x img {
    width: 100%;
  }
  .InnerGIGABYTEContent #fancontrol .conbox2 img {
    width: 100%;
  }
  
}

/* End .InnerGIGABYTEContent */
