@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
@import url("https://fonts.googleapis.com/css?family=Aldrich");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap");
@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
body {
  color: #716f70;
}

.InnerGIGABYTEContent {
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.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%;
}
@media screen and (max-width: 3600px) {
  .InnerGIGABYTEContent .title {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent .title {
    font-size: 1.7vw;
    line-height: 1.8vw;
  }
}
.InnerGIGABYTEContent .subtitle {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 1%;
}
.InnerGIGABYTEContent .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #e5e5e5;
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  margin-top: 6px;
  color: #cccccc;
}
.InnerGIGABYTEContent .video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
}
.InnerGIGABYTEContent .video video, .InnerGIGABYTEContent .video iframe {
  height: 80%;
  width: 80%;
  position: absolute;
  right: 8%;
  top: 0;
}
.InnerGIGABYTEContent p {
  margin: 0.5em 0;
}
.InnerGIGABYTEContent .mainbar {
  width: 100%;
  background: #111;
  overflow: auto;
  height: 140px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  border-bottom: #111 solid 1px;
  text-align: center;
  transition: all 300ms ease-in-out;
}
.InnerGIGABYTEContent .mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}
.InnerGIGABYTEContent .mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}
.InnerGIGABYTEContent .mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}
.InnerGIGABYTEContent .mainbar .btn a:hover {
  color: #ec6c00;
}
.InnerGIGABYTEContent .table {
  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: 1600px) {
  .InnerGIGABYTEContent .subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.25em;
    margin-left: 0.4em;
    text-indent: -0.4em;
    color: #4D4D4D;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .title {
    font-size: 1.6vw;
    line-height: 1.8vw;
  }
  .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: 1200px) {
  .InnerGIGABYTEContent .video video, .InnerGIGABYTEContent .video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0%;
    top: 0;
  }
  .InnerGIGABYTEContent .title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
  }
  .InnerGIGABYTEContent .text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent .note {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.25em;
    margin-left: 0.4em;
    text-indent: -0.4em;
    color: #4D4D4D;
    text-align: center;
  }
}
@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 #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: 1.2em;
  }
  .InnerGIGABYTEContent .suborangetitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1%;
  }
  .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 #choosebar {
  position: fixed;
  top: 16%;
  right: 0%;
  transition: all ease 400ms;
  z-index: 998;
  display: none;
  border: 1px solid #999999;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  min-width: 16%;
  height: 100vh;
}
.InnerGIGABYTEContent #choosebar .liststyle {
  cursor: pointer;
  height: 46px;
  margin-left: 10%;
  text-align: left;
}
.InnerGIGABYTEContent #choosebar .listiconimg {
  margin-left: 10%;
  margin-top: 10%;
  margin-bottom: 10%;
}
.InnerGIGABYTEContent #choosebar .listtext {
  font-family: 'Orbitron', arial, sans-serif, Microsoft JhengHei;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(127, 127, 127, 0.7);
  font-size: 0.6vw;
  margin-top: 10%;
}
.InnerGIGABYTEContent #choosebar .listicon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #7f7f7f;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.InnerGIGABYTEContent #choosebar #li01:hover .listtext, .InnerGIGABYTEContent #choosebar #galleryclick:hover .listtext, .InnerGIGABYTEContent #choosebar #li02:hover .listtext, .InnerGIGABYTEContent #choosebar #li03:hover .listtext, .InnerGIGABYTEContent #choosebar #li04:hover .listtext, .InnerGIGABYTEContent #choosebar #li05:hover .listtext, .InnerGIGABYTEContent #choosebar #li06:hover .listtext, .InnerGIGABYTEContent #choosebar #li07:hover .listtext, .InnerGIGABYTEContent #choosebar #li08:hover .listtext, .InnerGIGABYTEContent #choosebar #li09:hover .listtext {
  font-weight: bold;
  color: #949494;
}
.InnerGIGABYTEContent #choosebar #li01:hover .listicon, .InnerGIGABYTEContent #choosebar #galleryclick:hover .listicon, .InnerGIGABYTEContent #choosebar #li02:hover .listicon, .InnerGIGABYTEContent #choosebar #li03:hover .listicon, .InnerGIGABYTEContent #choosebar #li04:hover .listicon, .InnerGIGABYTEContent #choosebar #li05:hover .listicon, .InnerGIGABYTEContent #choosebar #li06:hover .listicon, .InnerGIGABYTEContent #choosebar #li07:hover .listicon, .InnerGIGABYTEContent #choosebar #li08:hover .listicon, .InnerGIGABYTEContent #choosebar #li09:hover .listicon {
  width: 50px;
}
.InnerGIGABYTEContent .anion01 {
  -webkit-animation: visionbarcon 2s linear;
  -moz-animation: visionbarcon 2s linear;
  -ms-animation: visionbarcon 2s linear;
  -o-animation: visionbarcon 2s linear;
  animation: visionbarcon 2s linear;
}
.InnerGIGABYTEContent .anion02 {
  -webkit-animation: visionbartext 2s linear;
  -moz-animation: visionbartext 2s linear;
  -ms-animation: visionbartext 2s linear;
  -o-animation: visionbartext 2s linear;
  animation: visionbartext 2s linear;
}
@keyframes visionbarcon {
  0% {
    width: 50px;
  }
  80% {
    width: 50px;
  }
  100% {
    width: 20px;
  }
}
@keyframes visionbartext {
  0% {
    color: #949494;
    font-size: 0.7vw;
  }
  80% {
    color: #949494;
    font-size: 0.7vw;
  }
  100% {
    color: #4c4c4c;
    font-size: 0.6vw;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #choosebar {
    min-width: 18%;
  }
  .InnerGIGABYTEContent #choosebar .liststyle {
    margin-left: 6%;
  }
  .InnerGIGABYTEContent #choosebar .listtext {
    font-family: arial, sans-serif, Microsoft JhengHei;
  }
  @keyframes visionbartext {
    0% {
      color: #949494;
    }
    80% {
      color: #949494;
    }
    100% {
      color: #4c4c4c;
    }
  }
  .InnerGIGABYTEContent #choosebar #li01:hover .listtext, .InnerGIGABYTEContent #choosebar #galleryclick:hover .listtext, .InnerGIGABYTEContent #choosebar #li02:hover .listtext, .InnerGIGABYTEContent #choosebar #li03:hover .listtext, .InnerGIGABYTEContent #choosebar #li04:hover .listtext, .InnerGIGABYTEContent #choosebar #li05:hover .listtext, .InnerGIGABYTEContent #choosebar #li06:hover .listtext, .InnerGIGABYTEContent #choosebar #li07:hover .listtext, .InnerGIGABYTEContent #choosebar #li08:hover .listtext, .InnerGIGABYTEContent #choosebar #li09:hover .listtext {
    font-weight: normal;
    color: #949494;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #choosebar {
    display: none;
  }
}

@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
.InnerGIGABYTEContent {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .carousel-indicators {
  top: 12%;
  height: 40px;
}
.InnerGIGABYTEContent .carousel-indicators li {
  width: 23px;
  height: 23px;
  background-color: #c7c7c7;
  border-radius: 50%;
  border: 0px;
  margin-left: 20px;
  transition: all 0.3s linear;
}
.InnerGIGABYTEContent .carousel-indicators li:nth-child(1) {
  animation: carouselicon 2s 0.1s infinite;
}
.InnerGIGABYTEContent .carousel-indicators li:nth-child(2) {
  animation: carouselicon 2s 0.2s infinite;
}
.InnerGIGABYTEContent .carousel-indicators li:nth-child(3) {
  animation: carouselicon 2s 0.3s infinite;
}
.InnerGIGABYTEContent .carousel-indicators li:nth-child(4) {
  animation: carouselicon 2s 0.4s infinite;
}
.InnerGIGABYTEContent .carousel-indicators li:hover {
  background-color: #949494;
}
@keyframes carouselicon {
  0% {
    transform: scale(0.7);
  }
  90% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.InnerGIGABYTEContent .carousel-indicators .active {
  width: 23px;
  height: 23px;
  margin-left: 20px;
  background-color: #949494;
}
.InnerGIGABYTEContent .carousel-control.left, .InnerGIGABYTEContent .carousel-control.right {
  background-image: none;
  z-index: 999;
  height: 10vh;
  top: 70%;
  position: absolute;
}
.InnerGIGABYTEContent .carousel-control .icon-prev, .InnerGIGABYTEContent .carousel-control .icon-next,
.InnerGIGABYTEContent .carousel-control .glyphicon-chevron-left, .InnerGIGABYTEContent .carousel-control .glyphicon-chevron-right {
  margin-top: -10px;
  display: inline-block;
}
.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 #featureicon {
  width: 76%;
  margin: 0 auto;
  overflow: hidden;
}
.InnerGIGABYTEContent #featureicon .featurenav {
  float: left;
  width: 33%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-left: 4px solid #fff;
}
.InnerGIGABYTEContent #featureicon .featurenav img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  margin: 0 auto;
}
.InnerGIGABYTEContent #featureicon .featurenav:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}
.InnerGIGABYTEContent #featureicon .title {
  border-bottom: 3px solid #949494;
  font-size: 1vw;
  line-height: 2vw;
  text-transform: uppercase;
  text-align: center;
  color: #ccc;
  bottom: 0;
  background: #3f3f3f;
  position: absolute;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.InnerGIGABYTEContent #featureicon .featurenav:hover .title {
  color: #b5915d;
}
.InnerGIGABYTEContent .moreicon {
  margin-top: 2%;
  text-align: center;
  cursor: pointer;
  font-size: 1.0em;
  line-height: 1.6em;
  color: #b5915d;
}
.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: 1680px) {
  .InnerGIGABYTEContent #featureicon .featurenav {
    width: 24.7%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .carousel-control .icon-prev, .InnerGIGABYTEContent .carousel-control .icon-next,
  .InnerGIGABYTEContent .carousel-control .glyphicon-chevron-left, .InnerGIGABYTEContent .carousel-control .glyphicon-chevron-right {
    top: 70%;
  }
  .InnerGIGABYTEContent .textbutton {
    bottom: 80px;
    right: 16%;
  }
  .InnerGIGABYTEContent #featureicon .featurenav {
    width: 24.58%;
  }
  .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: 1200px) {
  .InnerGIGABYTEContent .carousel-indicators {
    top: auto;
    bottom: -7%;
  }
  .InnerGIGABYTEContent #secpage01 .carousel-indicators {
    top: auto;
    left: 50%;
    bottom: -6%;
  }
  .InnerGIGABYTEContent .carousel-control.left, .InnerGIGABYTEContent .carousel-control.right {
    background-image: none;
    z-index: 999;
    height: 10vh;
    top: 120px;
    position: absolute;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .textbutton {
    bottom: 80px;
    right: 0%;
    text-align: center;
  }
  .InnerGIGABYTEContent #featureicon .featurenav {
    width: 49.3%;
  }
  .InnerGIGABYTEContent #featureicon .title {
    font-size: 2.6vw;
    line-height: 5vw;
  }
  .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 .icon-prev, .InnerGIGABYTEContent .carousel-control .icon-next,
  .InnerGIGABYTEContent .carousel-control .glyphicon-chevron-left, .InnerGIGABYTEContent .carousel-control .glyphicon-chevron-right {
    top: 30%;
  }
  .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 #featureicon .featurenav {
    width: 100%;
  }
  .InnerGIGABYTEContent #featureicon .title {
    font-size: 24px;
    line-height: 40px;
  }
  .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 #featureicon .featurenav {
    width: 100%;
  }
  .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 {
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Titillium Web', arial,sans-serif, Microsoft JhengHei;
  /*
  .secpagelogo{
      position: absolute;
      width:20%;
      bottom:7%;    
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
  }
  */
}
.InnerGIGABYTEContent ::selection {
  background: #949494;
  color: #fff;
}
.InnerGIGABYTEContent .secpageline {
  height: 55px;
  width: 100%;
}
.InnerGIGABYTEContent #maincolor {
  animation: mainledcolor 5s linear infinite 0.1s;
  -moz-animation: mainledcolor 5s linear infinite 0.1s;
  -ms-animation: mainledcolor 5s linear infinite 0.1s;
  -o-animation: mainledcolor 5s linear infinite 0.1s;
  -webkit-animation: mainledcolor 5s linear infinite 0.1s;
}
@keyframes mainledcolor {
  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);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.InnerGIGABYTEContent #img01 {
  animation: ac-updown1 3s ease-in-out infinite;
}
.InnerGIGABYTEContent #img02 {
  animation: ac-updown2 8s ease-in-out infinite;
}
.InnerGIGABYTEContent #img03 {
  animation: ac-updown3 4s ease-in-out infinite;
}
@keyframes ac-updown1 {
  0% {
    opacity: 0.2;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -ms-transform: translateY(80px);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@keyframes ac-updown2 {
  0% {
    opacity: 0.3;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 1;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@keyframes ac-updown3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  30% {
    opacity: 1;
    transform: translateY(180px);
    -webkit-transform: translateY(180px);
    -ms-transform: translateY(180px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
.InnerGIGABYTEContent .secpage {
  position: relative;
  z-index: 9;
}
.InnerGIGABYTEContent .secpagetitle {
  position: absolute;
  top: 25%;
  left: 44%;
}
.InnerGIGABYTEContent .secpagetitle .title {
  color: #000;
}
.InnerGIGABYTEContent .secpagetext {
  position: absolute;
  top: 30%;
  left: 47%;
  width: 34%;
  text-align: justify;
}
.InnerGIGABYTEContent .secpagenote {
  position: absolute;
  top: 76%;
  left: 61%;
}
.InnerGIGABYTEContent .secpagenum {
  display: none;
  margin-right: 6px;
}
.InnerGIGABYTEContent .secpagenote2 {
  position: absolute;
  top: 76%;
  left: 61%;
  z-index: 2;
}
.InnerGIGABYTEContent .polygonbox {
  shape-outside: polygon(0 0, 0% 100%, 100% 100%);
  width: 500px;
  height: 500px;
  float: left;
}
.InnerGIGABYTEContent #maincon {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #maincon .secpagetext {
  width: 76%;
  padding: 2%;
  border-radius: 10px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 70%;
}
.InnerGIGABYTEContent #maincon .secpagetext .text {
  color: #000;
}
.InnerGIGABYTEContent .titlewhite {
  color: #fff;
}
.InnerGIGABYTEContent .secnote {
  color: #ccc;
}
.InnerGIGABYTEContent #vision {
  overflow: hidden;
}
.InnerGIGABYTEContent #vision .secpagetext {
  width: 35%;
  top: 24%;
  left: 46%;
}
.InnerGIGABYTEContent #VisionLINK .secpagetitle {
  top: 21.5%;
  left: 48%;
}
.InnerGIGABYTEContent #VisionLINK .secpagetext {
  top: 25%;
  left: 47%;
}
.InnerGIGABYTEContent #VisionLINK .secpagetitle .title {
  color: #fff;
}
.InnerGIGABYTEContent #VisionLINK .secnote {
  font-size: 0.8vw;
}
.InnerGIGABYTEContent #VisionLINK .visionlinklogo {
  width: auto;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 1%;
}
.InnerGIGABYTEContent #OneCable .secpagetitle {
  top: 23%;
  left: 16%;
}
.InnerGIGABYTEContent #OneCable .secpagetext {
  top: 20%;
  left: 46%;
  width: 33%;
}
.InnerGIGABYTEContent #GraphicPower .secpagetitle {
  top: 23%;
  left: 20%;
}
.InnerGIGABYTEContent #GraphicPower .secpagetext {
  top: 21%;
  left: 46%;
  width: 33%;
}
.InnerGIGABYTEContent #GraphicPower .secpagetext .text {
  font-size: 1vw;
}
.InnerGIGABYTEContent #GraphicPower .videobg {
  position: absolute;
  top: 44%;
  left: 40%;
  width: 40%;
}
.InnerGIGABYTEContent #GraphicPower iframe {
  border: 2px solid #ccc;
}
.InnerGIGABYTEContent #USBPower .secpagetitle {
  top: 21%;
  left: 17%;
  width: 29%;
}
.InnerGIGABYTEContent #USBPower .secpagetitle2 {
  position: absolute;
  top: 46%;
  left: 22%;
  width: 29%;
}
.InnerGIGABYTEContent #USBPower .secpagetitle2 .title {
  color: #4c4c4c;
}
.InnerGIGABYTEContent #USBPower .secpagetitle3 {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 29%;
}
.InnerGIGABYTEContent #USBPower .secpagetitle3 .title {
  color: #44e1d9;
}
.InnerGIGABYTEContent #USBPower .secpagetext {
  top: 19%;
  left: 45%;
  width: 33%;
}
.InnerGIGABYTEContent #USBPower .secpagetext2 {
  position: absolute;
  top: 67%;
  left: 21%;
  width: 22%;
}
.InnerGIGABYTEContent #USBPower .secpagetext2 .text {
  font-size: 0.8vw;
}
.InnerGIGABYTEContent #USBPower .secpagetext3 {
  position: absolute;
  top: 67%;
  left: 54%;
  width: 22%;
}
.InnerGIGABYTEContent #USBPower .secpagetext3 .text {
  font-size: 0.8vw;
}
.InnerGIGABYTEContent #daisychain .secpagetitle {
  top: 24%;
  left: 22%;
}
.InnerGIGABYTEContent #daisychain .secpagetext {
  top: 33%;
  left: 19%;
  width: 62.5%;
}
.InnerGIGABYTEContent #daisychain .secpagenote {
  top: auto;
  bottom: 10%;
  left: 58%;
}
.InnerGIGABYTEContent #gbelan .secpagetitle {
  top: 19%;
  left: 17%;
}
.InnerGIGABYTEContent #gbelan .secpagetext {
  top: 23%;
  left: 17%;
  width: 62%;
}
.InnerGIGABYTEContent #gbelan .secpagetext .text {
  color: #7f7f7f;
}
.InnerGIGABYTEContent #wifi6 .secpagetitle {
  top: 18%;
  left: 17%;
}
.InnerGIGABYTEContent #wifi6 .secpagetext {
  top: 21%;
  left: 17%;
  width: 61%;
}
.InnerGIGABYTEContent #wifi6 .secpagetext .text {
  color: #7f7f7f;
}
.InnerGIGABYTEContent #USB32Gen2 .secpagetitle {
  top: 16%;
  left: 17%;
}
.InnerGIGABYTEContent #USB32Gen2 .secpagetext {
  top: 21%;
  left: 17%;
  width: 60%;
}
.InnerGIGABYTEContent #USB32Gen2 .secpagetext .subtitle {
  color: #7f7f7f;
}
.InnerGIGABYTEContent #USB32Gen2 .secpagetext .text {
  color: #7f7f7f;
  margin-top: 0;
}
.InnerGIGABYTEContent #USB32Gen2 .secpagelogo {
  position: absolute;
  width: 18vw;
  top: 78%;
  left: 17%;
}
.InnerGIGABYTEContent #USB32Gen2 .secpagetext2 {
  position: absolute;
  top: 74%;
  left: 64%;
  width: 16%;
}
.InnerGIGABYTEContent #cooling .secpagetitle {
  top: 22%;
  left: 20%;
}
.InnerGIGABYTEContent #cooling .secpagetext {
  top: 20%;
  left: 40%;
  width: 40%;
}
.InnerGIGABYTEContent #cooling .secpagetext .subtitle {
  color: #fff;
}
.InnerGIGABYTEContent #cooling .secpagetext .text {
  color: #ffffff;
}
.InnerGIGABYTEContent #cooling .secpagelogo {
  position: absolute;
  width: 26vw;
  top: 72%;
  left: 53%;
}
.InnerGIGABYTEContent #ThermalGuard .secpagetitle {
  top: 21%;
  left: 21%;
}
.InnerGIGABYTEContent #ThermalGuard .secpagetext {
  top: 18%;
  left: 41%;
  width: 39%;
}
.InnerGIGABYTEContent #ThermalGuard .secpagetext .text {
  color: #fff;
}
.InnerGIGABYTEContent #ThermalGuard .secpagetext2 {
  position: absolute;
  top: 37%;
  left: 53%;
}
.InnerGIGABYTEContent #ThermalGuard .secpagetext2 .subtitle {
  color: #e0e0e0;
  font-size: 1.7vw;
}
.InnerGIGABYTEContent #ThermalGuard .secpagetext3 {
  position: absolute;
  top: 75%;
  left: 53%;
  width: 26%;
}
.InnerGIGABYTEContent #smartfan6 .secpagetitle {
  top: 17%;
  left: 21%;
}
.InnerGIGABYTEContent #smartfan6 .secpagetext {
  top: 13%;
  left: 34%;
  width: 46%;
}
.InnerGIGABYTEContent #smartfan6 .secpagetext .text {
  color: #f2f2f2;
}
.InnerGIGABYTEContent #smartfan6 .secpagelogo {
  position: absolute;
  width: 42vw;
  top: 80%;
  left: 26%;
}
.InnerGIGABYTEContent #multicard .secpagetitle {
  top: 21%;
  left: 16%;
}
.InnerGIGABYTEContent #multicard .secpagetext {
  top: 18%;
  left: 36%;
  width: 46%;
}
.InnerGIGABYTEContent #multicard .secpagetext .text {
  color: #fff;
}
.InnerGIGABYTEContent #multicard .secpageimg1 {
  position: absolute;
  left: 53%;
  top: 74%;
  width: 24vw;
}
.InnerGIGABYTEContent #pcie4 .secpagetitle {
  top: 18%;
  left: 17%;
}
.InnerGIGABYTEContent #pcie4 .subtitlepci {
  color: #62d0c5;
  font-size: 1.2vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aaaaaa+0,919191+33,535353+99 */
  background: #aaaaaa;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aaaaaa 0%, #919191 33%, #535353 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aaaaaa 0%, #919191 33%, #535353 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aaaaaa 0%, #919191 33%, #535353 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#535353',GradientType=1 );
  /* IE6-9 */
  border-radius: 10px;
  text-align: center;
  font-weight: normal;
}
.InnerGIGABYTEContent #pcie4 .secpagetext {
  top: 15%;
  left: 40%;
  width: 40%;
}
.InnerGIGABYTEContent #pcie4 .secpagetext .text {
  color: #fff;
}
.InnerGIGABYTEContent #pcie4 .secpagenote {
  top: auto;
  bottom: 7%;
  left: 11%;
  width: 26%;
}
.InnerGIGABYTEContent #pcie4 .note {
  text-align: right;
}
.InnerGIGABYTEContent #pcie4 .secnote {
  margin-top: 1%;
  font-size: 14px;
  line-height: 16px;
  margin-left: 4%;
  color: #4c4c4c;
}
.InnerGIGABYTEContent #pcie4 .secpagenote01 {
  position: absolute;
  top: 46%;
  left: 16%;
  width: 22%;
}
.InnerGIGABYTEContent #pcie4 .secpagenote02 {
  position: absolute;
  top: 54%;
  left: 16%;
  width: 22%;
}
.InnerGIGABYTEContent #pcie4 .secpagenote03 {
  position: absolute;
  top: 63%;
  left: 16%;
  width: 22%;
}
.InnerGIGABYTEContent #pcie4 .secpagelogo {
  position: absolute;
  width: 24vw;
  top: 76%;
  left: 15%;
}
.InnerGIGABYTEContent #pcie4hd .secpagetitle {
  top: 20%;
  left: 29%;
}
.InnerGIGABYTEContent #pcie4hd .title {
  color: #7f7f7f;
  font-size: 1vw;
}
.InnerGIGABYTEContent #pcie4hd .secpagetext {
  top: 22%;
  left: 29%;
  width: 28%;
}
.InnerGIGABYTEContent #pcie4hd .text {
  color: #414141;
  font-size: 0.8vw;
}
.InnerGIGABYTEContent #pcie4hd .secpagetitle2 {
  position: absolute;
  top: 56%;
  left: 29%;
  width: 28%;
}
.InnerGIGABYTEContent #pcie4hd .secpagetext2 {
  position: absolute;
  top: 58%;
  left: 29%;
  width: 28%;
}
.InnerGIGABYTEContent #Single32GB .secpagetitle {
  top: 27%;
  left: 18%;
}
.InnerGIGABYTEContent #Single32GB .subtitle {
  color: #f2f2f2;
}
.InnerGIGABYTEContent #Single32GB .text {
  margin-top: 0;
}
.InnerGIGABYTEContent #Single32GB .secpagetext {
  top: 26%;
  left: 38%;
}
.InnerGIGABYTEContent #Single32GB .secpageimg1 {
  position: absolute;
  left: 17%;
  top: 52%;
  width: 60vw;
}
.InnerGIGABYTEContent #pciem2 .secpagetitle {
  top: 23%;
  left: 17%;
}
.InnerGIGABYTEContent #pciem2 .secpagetext {
  top: 20%;
  left: 34%;
  width: 46%;
}
.InnerGIGABYTEContent #pciem2 .secpagetext .text, .InnerGIGABYTEContent #pciem2 .secpagetext .subtitle {
  color: #7f7f7f;
}
.InnerGIGABYTEContent #pciem2 .secpagelogo {
  position: absolute;
  top: 55%;
  left: 54%;
  width: 20vw;
}
.InnerGIGABYTEContent #nvmem2 .secpagetitle {
  top: 29%;
  left: 54.5%;
}
.InnerGIGABYTEContent #nvmem2 .secpagetext {
  top: 40%;
  left: 52%;
  width: 27%;
  text-align: justify;
}
.InnerGIGABYTEContent #nvmem2 .secpagetext .text {
  color: #7f7f7f;
}
.InnerGIGABYTEContent #nvmem2 .secpagetext2 {
  position: absolute;
  top: 80%;
  right: 21%;
  width: 20%;
  text-align: right;
}
.InnerGIGABYTEContent #nvmem2 .secpagetext2 .note {
  color: #9e9e9e;
}
.InnerGIGABYTEContent #raidssd .secpagetitle {
  top: 22%;
  left: 17%;
}
.InnerGIGABYTEContent #raidssd .secpagetext {
  top: 25%;
  left: 17%;
  width: 42%;
}
.InnerGIGABYTEContent #raidssd .secpagetext .text {
  color: #656565;
}
.InnerGIGABYTEContent #dts .secpagetitle {
  top: 20%;
  left: 61%;
}
.InnerGIGABYTEContent #dts .secpagetext {
  top: 26%;
  left: 46%;
  width: 36%;
}
.InnerGIGABYTEContent #dts .secpagetext .subtitle {
  color: #656565;
}
.InnerGIGABYTEContent #dts .secpagetext .text {
  text-align: right;
  color: #656565;
}
.InnerGIGABYTEContent #dts .secpagelogo {
  position: absolute;
  top: 72%;
  left: 19%;
  width: 20vw;
}
.InnerGIGABYTEContent #keyfeatures {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #keyfeatures .secpagetext {
  top: 30%;
  left: 22%;
  width: 60%;
}
.InnerGIGABYTEContent #keyfeatures .secpagetext .subtitle {
  color: #7f7f7f;
}
.InnerGIGABYTEContent #keyfeatures .secpagetext .text {
  color: #7f7f7f;
}
.InnerGIGABYTEContent #keyfeatures .secpagetext ul li {
  list-style: none;
}
.InnerGIGABYTEContent .secpageimgsmall {
  display: none;
}
.InnerGIGABYTEContent .sectitlebar {
  font-size: 5.6vw;
  font-family: 'Orbitron', arial, sans-serif, Microsoft JhengHei;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0%;
  right: 0;
  top: 4%;
  -webkit-text-stroke: 2px #949494;
  color: white;
  opacity: 20%;
  z-index: 11;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #maincon {
    min-height: 660px;
  }
  .InnerGIGABYTEContent #gbelan .imgmiddle {
    width: 80%;
  }
  .InnerGIGABYTEContent #gbelan .secpagetext {
    top: 32%;
  }
  .InnerGIGABYTEContent #USB32Gen2 .secpagelogo {
    width: 20%;
    left: 10%;
    bottom: 8%;
  }
  .InnerGIGABYTEContent #USB32Gen2 .secpagetext2 {
    width: 23%;
  }
  .InnerGIGABYTEContent #pcie4 .secpagetext {
    top: 34%;
    left: 57%;
    width: 30%;
  }
  .InnerGIGABYTEContent #pcie4 .secpagelogo {
    width: 24%;
    bottom: 7%;
  }
  .InnerGIGABYTEContent #pciem2 .secpagelogo {
    width: 24%;
    bottom: 8%;
  }
  .InnerGIGABYTEContent #nvmem2 .secpagetext {
    top: 38%;
  }
  .InnerGIGABYTEContent #cooling .secpagelogo {
    width: 28%;
    bottom: 10%;
  }
  .InnerGIGABYTEContent #smartfan6 .secpagelogo {
    width: 34%;
    bottom: 9%;
  }
  .InnerGIGABYTEContent #keyfeatures .text {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .secnote {
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #maincon {
    min-height: 0;
  }
  .InnerGIGABYTEContent #maincon .secpagetext {
    width: 90%;
    padding: 2%;
    border-radius: 10px;
    text-align: left;
    position: static;
    top: 76%;
  }
  .InnerGIGABYTEContent .secpagemarg {
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent .secpagetitle {
    position: static;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    color: #949494;
    font-size: 24px;
  }
  .InnerGIGABYTEContent .secpagetext .title {
    text-align: center;
    color: #000;
  }
  .InnerGIGABYTEContent .secpagenum {
    display: inline-block;
  }
  .InnerGIGABYTEContent #mainpage .text {
    width: 90%;
    margin-top: 4%;
    margin-bottom: 8%;
  }
  .InnerGIGABYTEContent #gbelan .imgmiddle {
    width: 100%;
  }
  .InnerGIGABYTEContent #pcie4 .secpagenote01 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pcie4 .secpagenote02 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pcie4 .secpagenote03 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pcie4 .secpagenote01 .title {
    text-align: left;
  }
  .InnerGIGABYTEContent #pcie4 .secpagenote02 .title {
    text-align: left;
  }
  .InnerGIGABYTEContent #pcie4 .secpagenote03 .title {
    text-align: left;
  }
  .InnerGIGABYTEContent #pcie4 .secnote {
    font-size: 16px;
    line-height: 20px;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #pcie4 .subtitlepci {
    color: #000;
    font-size: 20px;
  }
  .InnerGIGABYTEContent #multicard .secpagetext {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #multicard .secpagetext .text {
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #multicard .secpageimg1 {
    position: static;
    width: auto;
  }
  .InnerGIGABYTEContent #multicard .secpageimg1 img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .secpagetext {
    position: static;
    width: 100%;
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
  .InnerGIGABYTEContent .secpagetext .subtitle {
    text-align: center;
    color: #333333;
  }
  .InnerGIGABYTEContent .secpagenote {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent .secpagelogo {
    position: static;
    bottom: 2%;
    z-index: 9;
    width: auto;
  }
  .InnerGIGABYTEContent .titlewhite {
    color: #000;
  }
  .InnerGIGABYTEContent .note {
    text-align: left;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #maincon .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #vision .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #VisionLINK .secpagetitle .title {
    color: #000;
  }
  .InnerGIGABYTEContent #VisionLINK .secpagetext {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #VisionLINK .secpageimgsmall {
    margin-top: 10%;
  }
  .InnerGIGABYTEContent #VisionLINK .visionlinklogo {
    width: auto;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 4%;
    background: #313131;
    border-radius: 10px;
    padding: 2%;
  }
  .InnerGIGABYTEContent #OneCable .secpagetext {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #GraphicPower .secpagetext {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #GraphicPower .secpagetext .text {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #GraphicPower .videobg {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #wifi6 .secpagetext {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #USBPower .secpagetitle {
    width: 90%;
  }
  .InnerGIGABYTEContent #USBPower .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #USBPower .secpagetitle2 {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #USBPower .secpagetitle3 {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #USBPower .secpagetext2 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #USBPower .secpagetext2 .text {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #USBPower .secpagetext3 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #USBPower .secpagetext3 .text {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #ThermalGuard .secpagetext {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #ThermalGuard .secpagetext .text {
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #ThermalGuard .secpagetext2 {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #ThermalGuard .secpagetext2 .subtitle {
    color: #7f7f7f;
    font-size: 30px;
    text-align: center;
  }
  .InnerGIGABYTEContent #ThermalGuard .secpagetext3 {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #smartfan6 .secpagelogo {
    position: static;
    margin: 0 auto;
    width: 90%;
    background: rgba(0, 0, 0, 0.7);
    padding: 4%;
    border-radius: 10px;
  }
  .InnerGIGABYTEContent #smartfan6 .secpagetext .text {
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #USB32Gen2 .secpagelogo {
    position: static;
    width: auto;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pcie4 .secpagelogo {
    width: auto;
  }
  .InnerGIGABYTEContent #pciem2 .secpagelogo {
    position: static;
    width: auto;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #cooling .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #cooling .secpagetext .subtitle {
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #cooling .secpagetext .text {
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #cooling .secpagelogo {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #USB32Gen2 .secpagetext {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #USB32Gen2 .secpagetext2 {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #Single32GB .secpageimg1 {
    position: static;
    margin: 0 auto;
    width: 100%;
    padding: 2%;
    background: #959595;
    border-radius: 10px;
  }
  .InnerGIGABYTEContent #Single32GB .subtitle {
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #daisychain .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #smartfan6 .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #pcie4 .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #pcie4 .secpagenote {
    width: 90%;
  }
  .InnerGIGABYTEContent #pcie4 .subtitlepci {
    padding: 2%;
  }
  .InnerGIGABYTEContent #pcie4 .secpagetext .text {
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #pcie4 .note {
    text-align: left;
  }
  .InnerGIGABYTEContent #pcie4 .secpagelogo {
    position: static;
    width: auto;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pcie4hd .secpagetitle2 .title {
    color: #000;
    font-weight: bold;
    margin-top: 10%;
  }
  .InnerGIGABYTEContent #pcie4hd .secpagetext {
    width: 90%;
    position: static;
  }
  .InnerGIGABYTEContent #pcie4hd .secpagetitle2 {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #pcie4hd .secpagetext2 {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #pcie4hd .title {
    color: #000;
    font-size: 30px;
  }
  .InnerGIGABYTEContent #pcie4hd .text {
    color: #7f7f7f;
    font-size: 20px;
  }
  .InnerGIGABYTEContent #gbelan .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #pciem2 .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #nvmem2 .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #nvmem2 .secpagetext2 {
    position: static;
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
  .InnerGIGABYTEContent #nvmem2 .secpagetext2 .note {
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #raidssd .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #dts .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #dts .secpagelogo {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent #dts .secpagetext .text {
    text-align: left;
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #keyfeatures .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent .polygonbox {
    display: none;
  }
  .InnerGIGABYTEContent .secpageimgbig {
    display: none;
  }
  .InnerGIGABYTEContent .sectitlebar {
    font-size: 40px;
    line-height: 50px;
    position: static;
    padding-top: 2%;
    padding-bottom: 2%;
    -webkit-text-stroke: 0px #949494;
    color: white;
    opacity: 100%;
    z-index: 11;
    text-align: center;
    background: #949494;
    display: block;
  }
  .InnerGIGABYTEContent .secpageimgsmall {
    display: block;
  }
  .InnerGIGABYTEContent #keyfeatures .text {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
  }
}

.InnerGIGABYTEContent .framesec {
  width: 90%;
  margin: 0 auto;
  min-height: 910px;
}
.InnerGIGABYTEContent #banner2 {
  position: relative;
}
.InnerGIGABYTEContent #banner2 .mapbox {
  position: absolute;
  width: 26%;
  height: 80%;
  top: 14%;
  left: 12%;
}
.InnerGIGABYTEContent #banner3 {
  position: relative;
}
.InnerGIGABYTEContent #banner3 .mapbox1 {
  position: absolute;
  width: 36%;
  height: 100%;
  top: 6%;
  left: 26%;
}
.InnerGIGABYTEContent #banner3 .mapbox2 {
  position: absolute;
  width: 36%;
  height: 100%;
  top: 6%;
  right: 0%;
}
@-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 .imgmodelname {
  top: 26%;
  left: 3%;
  width: 46vw;
  margin: 0 auto;
  position: absolute;
}
.InnerGIGABYTEContent #mainpagesec .text {
  font-size: 1.3vw;
  line-height: 1.4em;
  color: #e6e6e6;
  top: 60%;
  left: 5%;
  width: 52vw;
  margin: 0 auto;
  position: absolute;
}
.InnerGIGABYTEContent #Z590effects {
  display: none;
}
@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent #Z590effects {
    display: block;
  }
  .InnerGIGABYTEContent #mainpagesec .imgmodelname {
    width: 90%;
    margin: 0 auto;
    position: static;
  }
  .InnerGIGABYTEContent #mainpagesec .text {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    position: static;
  }
}

/* End .InnerGIGABYTEContent */
