@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: "AORUSfont";
  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: #ff5f00;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family: 'Aldrich', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
}
.InnerGIGABYTEContent .subwhitetitle {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 1%;
}
.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: 56.25%;
}
.InnerGIGABYTEContent .video video,
.InnerGIGABYTEContent .video iframe {
  height: 90%;
  width: 90%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.InnerGIGABYTEContent video {
  margin: 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 .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: 20px;
    line-height: 30px;
    margin-bottom: 1%;
  }
  .InnerGIGABYTEContent .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  .InnerGIGABYTEContent .table {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_HIDE {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_SHOW {
    display: none;
  }
  .InnerGIGABYTEContent .table .col1l,
  .InnerGIGABYTEContent .table .col2l,
  .InnerGIGABYTEContent .table .col3l,
  .InnerGIGABYTEContent .table .col4l,
  .InnerGIGABYTEContent .table .col5l,
  .InnerGIGABYTEContent .table .col6l,
  .InnerGIGABYTEContent .table .col7l,
  .InnerGIGABYTEContent .table .col8l,
  .InnerGIGABYTEContent .table .col9l,
  .InnerGIGABYTEContent .table .col10l {
    width: 100%;
    margin: 0;
  }
  .InnerGIGABYTEContent .table .col1,
  .InnerGIGABYTEContent .table .col2,
  .InnerGIGABYTEContent .table .col3,
  .InnerGIGABYTEContent .table .col4,
  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col6,
  .InnerGIGABYTEContent .table .col7,
  .InnerGIGABYTEContent .table .col8,
  .InnerGIGABYTEContent .table .col9,
  .InnerGIGABYTEContent .table .col10 {
    width: 90;
    margin: 0 0;
  }
  .InnerGIGABYTEContent .table .col1s,
  .InnerGIGABYTEContent .table .col2s,
  .InnerGIGABYTEContent .table .col3s,
  .InnerGIGABYTEContent .table .col4s,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col6s,
  .InnerGIGABYTEContent .table .col7s,
  .InnerGIGABYTEContent .table .col8s,
  .InnerGIGABYTEContent .table .col9s,
  .InnerGIGABYTEContent .table .col10s {
    width: 60%;
    margin: 0 20%;
  }
  .InnerGIGABYTEContent .table .cell .left,
  .InnerGIGABYTEContent .table .cell .right,
  .InnerGIGABYTEContent .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }
  .InnerGIGABYTEContent .table .cell .center {
    padding: 0 0 0;
  }
  .InnerGIGABYTEContent .table .cell .offsetRight,
  .InnerGIGABYTEContent .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }
  .InnerGIGABYTEContent .table .side {
    display: none;
  }
  .InnerGIGABYTEContent .img-large {
    display: none;
  }
  .InnerGIGABYTEContent .img-small {
    display: block;
  }
  .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;
  }
}

/* End .InnerGIGABYTEContent */
.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 .featurebk {
  background: #000;
  position: absolute;
  bottom: 0%;
  width: 100%;
}
.InnerGIGABYTEContent #featureicon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 3px solid #ff6400;
  background: #000;
  padding-top: 8px;
}
.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: 1366px) {
  .InnerGIGABYTEContent #featureicon {
    padding-top: 1%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .featurebk {
    display: none;
  }
  .InnerGIGABYTEContent #featureicon {
    display: none;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent {
  /*** btn ***/
  /*
    .popclose{	
  	position: absolute;    
      outline: none;    
  	top: -18px;
      right:-22px;
  	background-color: #00ffff;
  	padding:4px;
  	border-radius: 50%;
  	opacity: 1;	
  	border:1px solid #07b39b;
    }
  */
  /* gradient */
}
.InnerGIGABYTEContent .carousel-indicators {
  bottom: 7%;
}
.InnerGIGABYTEContent #directpowercon .carousel-indicators {
  bottom: 2%;
}
.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 .glyphicon-chevron-left:before {
  content: '';
}
.InnerGIGABYTEContent .glyphicon-chevron-right:before {
  content: '';
}
.InnerGIGABYTEContent #mbspec video {
  display: flex;
}
.InnerGIGABYTEContent .modal-dialog {
  width: 40%;
  margin: 0 auto;
  margin-top: 13%;
  position: relative;
}
.InnerGIGABYTEContent .popbtnclose {
  position: absolute;
  top: -4px;
  right: -44px;
  outline: none;
  opacity: 0.8;
  background-color: transparent;
  border: 0px;
}
.InnerGIGABYTEContent .modal-dialog .popbtnclose img {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.InnerGIGABYTEContent .modal-dialog .popbtnclose img:hover {
  transform: rotate(180deg);
}
.InnerGIGABYTEContent .modal-content {
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  animation: animationGradient 2s ease alternate infinite;
  background: linear-gradient(60deg, #07b39b, #00ffdd, #a166ab, #ff0048);
  background-size: 300% 300%;
}
.InnerGIGABYTEContent .modal-body {
  position: relative;
  padding: 2px;
}
@keyframes animationGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .carousel-indicators {
    bottom: 0%;
  }
  .InnerGIGABYTEContent .modal-dialog {
    width: 80%;
  }
}
@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 .modal-dialog {
    margin-top: 20%;
  }
  .InnerGIGABYTEContent .popbtnclose {
    right: -30x;
  }
}

/* End .InnerGIGABYTEContent */
/* OVERVIEW */
.InnerGIGABYTEContent .framesec {
  width: 90%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #mainpagesec {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #mainpagesec .maintext {
  top: 34%;
  left: 2%;
  width: 50vw;
  position: absolute;
  text-align: center;
  font-family: "AORUSfont", Arial, Helvetica, sans-serif;
}
.InnerGIGABYTEContent #mainpagesec .title_modelname {
  letter-spacing: 8px;
  font-size: 1.8vw;
  line-height: 2.2vw;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent #mainpagesec .title1 {
  color: #b7b7ba;
  font-size: 1.2vw;
  margin-bottom: 4%;
  letter-spacing: 6px;
}
.InnerGIGABYTEContent #mainpagesec .title2 {
  font-size: 3vw;
  margin-bottom: 3%;
  letter-spacing: 20px;
}
.InnerGIGABYTEContent #mainpagesec .text {
  font-size: 0.9vw;
  color: #fff;
  margin-top: 0px;
  width: 90%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #mainpagesec .amdlogo {
  width: 18%;
  position: absolute;
  top: 78%;
  left: 6%;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #mainpagesec {
    overflow: hidden;
  }
  .InnerGIGABYTEContent #mainpagesec .maintext {
    width: 80%;
    position: static;
    width: auto;
    text-align: center;
  }
  .InnerGIGABYTEContent #mainpagesec .title_modelname {
    font-size: 20px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #mainpagesec .title1 {
    letter-spacing: 4px;
    font-size: 20px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #mainpagesec .title2 {
    letter-spacing: 10px;
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent #mainpagesec .text {
    font-size: 16px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #mainpagesec .amdlogo {
    width: 40%;
    position: static;
    margin: 0 auto;
    margin-top: 3%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent {
  /*
  #AM5CPU img{
      position: relative;
      top: 50%;
      margin: 0 auto; 
      transform:translateY(-50%);
  }
  */
}
.InnerGIGABYTEContent #AM5CPU {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* End .InnerGIGABYTEContent */
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #mbspec .text {
    font-size: 20px;
    margin-top: 0px;
    color: #E0E0E0;
  }
  .InnerGIGABYTEContent #mbspec .speclist-small {
    font-size: 0.8vw;
    line-height: 1.1vw;
    padding-top: 2px;
    color: #B2B2B2;
  }
}
.InnerGIGABYTEContent .speclocation img {
  margin-top: 4px;
  width: auto;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #mbspec .text {
    font-size: 0.9vw;
    margin-top: 0px;
  }
  .InnerGIGABYTEContent .speclocation img {
    margin-top: 4px;
    width: 9vw;
    transition: all 0.2s linear;
  }
}
.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 .speclocation img:hover {
  filter: brightness(2);
}
.InnerGIGABYTEContent #mbspec {
  overflow: hidden;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(1) {
  top: 6%;
  left: 12%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(2) {
  top: 25%;
  left: 12%;
  width: 16%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(3) {
  top: 43%;
  left: 12%;
  width: 24%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(4) {
  top: 62%;
  left: 12%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(5) {
  top: 13%;
  left: 72%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(6) {
  top: 21%;
  left: 72%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(7) {
  top: 30%;
  left: 72%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(8) {
  top: 41%;
  left: 72%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(9) {
  top: 61%;
  left: 72%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(10) {
  top: 66%;
  left: 72%;
}
.InnerGIGABYTEContent #mbspec .speclocation:nth-child(11) {
  top: 72%;
  left: 72%;
}
.InnerGIGABYTEContent #mbspec .titleblack {
  background: #000;
}
.InnerGIGABYTEContent #mbspec .spectitlebk {
  padding-right: 8px;
  white-space: pre-wrap;
}
.InnerGIGABYTEContent #mbspec .specpoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #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: 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 .speclocation img {
    width: auto;
  }
  .InnerGIGABYTEContent #mbspec .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent #mbspec .speclocation:nth-child(2) {
    width: 90%;
  }
  .InnerGIGABYTEContent #mbspec .speclocation:nth-child(3) {
    width: 90%;
  }
  .InnerGIGABYTEContent ol li {
    margin-left: 52px;
  }
}

/* End .InnerGIGABYTEContent */
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #speccon02 .text {
    font-size: 20px;
    margin-top: 0px;
    color: #E0E0E0;
  }
  .InnerGIGABYTEContent #speccon02 .speclist-small {
    font-size: 0.8vw;
    line-height: 1.1vw;
    padding-top: 2px;
    color: #B2B2B2;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #speccon02 .text {
    font-size: 0.9vw;
    margin-top: 0px;
  }
}
.InnerGIGABYTEContent #speccon02 {
  display: none;
}
.InnerGIGABYTEContent #speccon02 .secpage {
  position: relative;
}
.InnerGIGABYTEContent #speccon02 .speclocation {
  position: absolute;
  max-width: 22%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(1) {
  top: 11%;
  left: 12%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(2) {
  top: 17%;
  left: 12%;
  width: 16%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(3) {
  top: 24%;
  left: 12%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(4) {
  top: 33%;
  left: 12%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(5) {
  top: 41%;
  left: 12%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(6) {
  top: 50%;
  left: 12%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(7) {
  top: 59%;
  left: 12%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(8) {
  top: 68%;
  left: 12%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(9) {
  top: 17%;
  left: 73.5%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(10) {
  top: 31%;
  left: 73.5%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(11) {
  top: 46%;
  left: 73.5%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(12) {
  top: 57%;
  left: 73.5%;
}
.InnerGIGABYTEContent #speccon02 .speclocation:nth-child(13) {
  top: 63%;
  left: 73.5%;
}
.InnerGIGABYTEContent #speccon02 .titleblack {
  background: #000;
  padding-right: 6px;
}
.InnerGIGABYTEContent #speccon02 .spectitlebk {
  padding-right: 8px;
  white-space: pre-wrap;
}
.InnerGIGABYTEContent #speccon02 .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 #speccon02 ol {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.InnerGIGABYTEContent #speccon02 ol li {
  list-style-type: disc;
}
.InnerGIGABYTEContent #speccon02 .secpageimgsmall {
  display: none;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #speccon02 .speclocation {
    position: static;
    margin: 0 auto;
    max-width: 100%;
    width: 90%;
  }
  .InnerGIGABYTEContent #speccon02 .speclist-small {
    font-size: 16px;
    line-height: 20px;
    padding-top: 0px;
    color: #a8a8a8;
  }
  .InnerGIGABYTEContent #speccon02 .specpoint {
    display: inline-block;
  }
  .InnerGIGABYTEContent #speccon02 .secpageimgbig {
    display: none;
  }
  .InnerGIGABYTEContent #speccon02 .secpageimgsmall {
    display: block;
  }
  .InnerGIGABYTEContent #speccon02 .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent #speccon02 ol li {
    margin-left: 52px;
  }
  .InnerGIGABYTEContent #speccon02 .speclocation:nth-child(14) img {
    width: auto;
    padding-top: 20px;
  }
  .InnerGIGABYTEContent #speccon02 .speclocation:nth-child(2) {
    width: 90%;
  }
}

/* End .InnerGIGABYTEContent */
/* PERFORMANCE */
.InnerGIGABYTEContent #vrmdesign {
  overflow: hidden;
  position: relative;
}
.InnerGIGABYTEContent #vrmdesign .sec1 {
  top: 6%;
  left: 12%;
  width: 60%;
}
.InnerGIGABYTEContent #vrmdesign .modal-dialog {
  width: 80vw;
  margin-top: 5%;
  position: relative;
}
.InnerGIGABYTEContent #directpowercon {
  background-color: #000;
  padding: 2% 4% 2% 4%;
}
.InnerGIGABYTEContent #directpowercon .frametablesec {
  width: 80%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #directpowercon .modal-dialog {
  width: 80vw;
  margin-top: 5%;
  position: relative;
}
.InnerGIGABYTEContent #Tantalum .sec1 {
  top: 6%;
  left: 20%;
}
.InnerGIGABYTEContent #vrmdesign .sec2 {
  top: 20%;
  left: 12%;
}
.InnerGIGABYTEContent #vrmdesign .sec2 img {
  width: 26vw;
}
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent #Tantalum .sec1 img {
    width: auto;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #Tantalum .sec1 img {
    width: 28vw;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #vrmdesign .modal-dialog {
    width: 60vw;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #vrmdesign .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #Tantalum .sec1 img {
    width: auto;
  }
  .InnerGIGABYTEContent #vrmdesign .sec2 img {
    width: auto;
    margin: 0 auto;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #vrmdesign .modal-dialog {
    width: 80vw;
  }
  .InnerGIGABYTEContent #vrmdesign .secall {
    position: static;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #ActiveOCTuner {
  text-align: center;
}
.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 #ActiveOCTuner .activeoccon .activeocsec {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 7%;
  left: 34.3%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activetitle {
  position: absolute;
  color: #ff5f00;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: -3%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab {
  font-family: arial, sans-serif, Microsoft JhengHei;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 40px 0px 0px 40px;
  border-left: 1px solid #ff5f00;
  background: #000;
  border: 1px solid #ff5f00;
  width: 16vw;
  height: 40px;
  padding-top: 4px;
  background: #ff5f00;
  transition: all 0.3s linear;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab:nth-child(2) {
  border-radius: 0px 40px 40px 0px;
  background: #000;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
  position: absolute;
  bottom: 7%;
  left: 16%;
  color: #ff5f00;
  width: 20%;
}
.InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
  position: absolute;
  bottom: 7%;
  left: 60%;
  width: 20%;
}
.InnerGIGABYTEContent #ActiveOCTuner .frame .text {
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #ActiveOCTuner .frame .title {
    margin-top: -2%;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .frame .text {
    margin-top: 0;
    line-height: 1.1em;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activetitle {
    top: -5%;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
    position: absolute;
    bottom: 20%;
    left: 6%;
    color: #ff5f00;
    width: 36%;
    line-height: 16px;
    text-shadow: 1px 1px 10px #000;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
    position: absolute;
    bottom: 20%;
    left: 54%;
    width: 36%;
    line-height: 16px;
    text-shadow: 1px 1px 10px #000;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon {
    position: relative;
    margin-top: 0%;
    min-height: 520px;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec .activeocsectab {
    width: 200px;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activeocsec {
    position: static;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activetitle {
    position: static;
    margin-top: 4%;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
    line-height: 30px;
    bottom: 6%;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
    line-height: 30px;
    bottom: 6%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #ActiveOCTuner .frame .text {
    line-height: 1.4em;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon {
    min-height: 360px;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activetitle {
    margin-top: 0%;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext1 {
    line-height: 20px;
  }
  .InnerGIGABYTEContent #ActiveOCTuner .activeoccon .activetext2 {
    line-height: 20px;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #readypcie5 {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #readypcie5 .text {
  width: 50%;
}
.InnerGIGABYTEContent .framecon {
  width: 80%;
  position: absolute;
  top: 9%;
  left: 12%;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .framecon {
    width: 90%;
    position: static;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #readypcie5 .text {
    width: 100%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #smd-pcie5-m2 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #smd-pcie5-m2 .pcie5m2imgcon {
  position: absolute;
  display: none;
}
.InnerGIGABYTEContent #smd-pcie5-m2 .pcie5text {
  position: absolute;
  top: 4%;
  left: 13%;
}
.InnerGIGABYTEContent #pciem21titlebtn {
  position: absolute;
  top: 42%;
  left: 34%;
}
.InnerGIGABYTEContent #pciem22titlebtn {
  position: absolute;
  top: 32%;
  left: 36.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(8px) rotate(90deg);
  -webkit-transform: translateY(8px) rotate(90deg);
  -ms-transform: translateY(8px) rotate(90deg);
}
.InnerGIGABYTEContent .pcie5btnstyletherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #FF6900;
  transform: translateY(12px) rotate(0deg);
  -webkit-transform: translateY(12px) rotate(0deg);
  -ms-transform: translateY(12px) rotate(0deg);
}
.InnerGIGABYTEContent .pcie5btnstyletherm:hover {
  background-color: #872600;
}
.InnerGIGABYTEContent .pcie5menuOpentherm span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
}
.InnerGIGABYTEContent .pcie5menuOpentherm:before {
  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 {
  background: #ff6400;
}
.InnerGIGABYTEContent #smd-pcie5-m2 .smalltitle,
.InnerGIGABYTEContent #smd-pcie5-m2 .pcietitle {
  display: none;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #smd-pcie5-m2 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #smd-pcie5-m2 .title {
    margin-left: 0%;
    text-align: center;
  }
  .InnerGIGABYTEContent #smd-pcie5-m2 .pcie5m2imgcon {
    position: static;
  }
  .InnerGIGABYTEContent #smd-pcie5-m2 .pcie5text {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #pciem21titlebtn,
  .InnerGIGABYTEContent #pciem22titlebtn {
    display: none;
  }
  .InnerGIGABYTEContent #pcie5m2imgcon1 img {
    display: none;
  }
  .InnerGIGABYTEContent #smd-pcie5-m2 .smalltitle {
    display: inline-block;
    margin-right: 10px;
  }
  .InnerGIGABYTEContent #smd-pcie5-m2 .pcietitle {
    display: 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%;
  width: 42%;
}
.InnerGIGABYTEContent #pcie1titlebtn {
  position: absolute;
  top: 39%;
  left: 31%;
}
.InnerGIGABYTEContent #pcie2titlebtn {
  position: absolute;
  top: 47%;
  left: 22.5%;
}
.InnerGIGABYTEContent #pcie3titlebtn {
  position: absolute;
  top: 43%;
  left: 27.7%;
}
.InnerGIGABYTEContent #pcie4titlebtn {
  position: absolute;
  top: 53%;
  left: 17.5%;
}
.InnerGIGABYTEContent .pcie5btnstyletherm {
  transition: all .2s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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(8px) rotate(90deg);
  -webkit-transform: translateY(8px) rotate(90deg);
  -ms-transform: translateY(8px) rotate(90deg);
}
.InnerGIGABYTEContent .pcie5btnstyletherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #FF6900;
  transform: translateY(12px) rotate(0deg);
  -webkit-transform: translateY(12px) rotate(0deg);
  -ms-transform: translateY(12px) 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(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
}
.InnerGIGABYTEContent .pcie5menuOpentherm:before {
  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 {
  background: #ff6400;
}
.InnerGIGABYTEContent #smd-pcie5 .smalltitle,
.InnerGIGABYTEContent #smd-pcie5 .pcietitle {
  display: none;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #smd-pcie5 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #smd-pcie5 .title {
    margin-left: 0%;
    text-align: center;
  }
  .InnerGIGABYTEContent #smd-pcie5 .pcie5imgcon {
    position: static;
  }
  .InnerGIGABYTEContent #smd-pcie5 .pcie5text {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #pcie1titlebtn,
  .InnerGIGABYTEContent #pcie2titlebtn,
  .InnerGIGABYTEContent #pcie3titlebtn,
  .InnerGIGABYTEContent #pcie4titlebtn,
  .InnerGIGABYTEContent #pcie5titlebtn {
    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;
}
.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: 58%;
  left: 56.5%;
}
.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 .sec3 {
  top: 86%;
  left: 10%;
}
.InnerGIGABYTEContent #smd-ddr5 .ddrseccon {
  max-width: 700px;
  margin: 0 auto;
  display: none;
}
.InnerGIGABYTEContent #smd-ddr5 .ddrseccon img {
  width: 80%;
  margin: 0 auto;
}
.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;
  }
  .InnerGIGABYTEContent #smd-ddr5 .ddrseccon img {
    width: 46%;
    margin: 0 auto;
  }
}
@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;
  }
  .InnerGIGABYTEContent #smd-ddr5 .ddrseccon img {
    width: 100%;
  }
}

/* End .InnerGIGABYTEContent */
.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-xmp .sec1 {
  top: 2%;
  left: 12%;
  width: 70%;
}
.InnerGIGABYTEContent #ddr5-xmp .sec2 {
  top: 33%;
  left: 12%;
  width: 24%;
}
.InnerGIGABYTEContent .videonote {
  width: 86%;
  text-align: center;
  margin: 0 auto;
  color: #00ffff;
  font-size: 16px;
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
  margin-top: 6px;
}
.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%;
}
.InnerGIGABYTEContent .boost_expo {
  width: auto;
  margin: 0 auto;
  margin-top: 4%;
  transition: all 0.2s linear;
}
.InnerGIGABYTEContent .boost_expo:hover {
  filter: brightness(1.3);
}
@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 #ddr5-xmp .text {
    font-size: 1vw;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent .videonote {
    width: 86%;
    text-align: center;
    margin: 0 auto;
    color: #00ffff;
    font-size: 0.9vw;
    font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
    margin-top: 6px;
  }
}
.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;
}
@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 .videonote {
    width: 100%;
    font-size: 20px;
    margin-top: 6px;
  }
  .InnerGIGABYTEContent #ddr5 img {
    width: 100%;
  }
  .InnerGIGABYTEContent #ddr5-xmp .text {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent #ddr5-xmp .sec1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #ddr5-xmp .sec2 {
    width: 90%;
    text-align: center;
  }
  .InnerGIGABYTEContent #ddr5-xmp .sec2 img {
    margin: 0 auto;
  }
  .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 #unlock-ddr5 .imgsmall {
    width: 90%;
    margin: 0 auto;
    margin-top: 1%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #shielded {
  position: relative;
  transition: all 0.5s linear;
  margin: 0 auto;
  overflow: hidden;
}
.InnerGIGABYTEContent #shielded04 {
  top: 10%;
  left: 68%;
  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: 56%;
  left: 68%;
  position: absolute;
}
.InnerGIGABYTEContent #shielded06 {
  top: 80%;
  left: 63%;
  position: absolute;
}
.InnerGIGABYTEContent #shieldedsmall {
  display: none;
}
@media screen and (max-width: 1200px) {
  .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: 58%;
    left: 54%;
  }
  .InnerGIGABYTEContent #shielded06 {
    position: static;
    margin: 0 auto;
    width: 80%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent .ddr5xmp {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .ddr5xmp .center {
  width: 50%;
  position: absolute;
  top: 2%;
  left: 30%;
}
.InnerGIGABYTEContent .ddr5xmp .text {
  margin-top: 0%;
}
.InnerGIGABYTEContent #ddr5_XMP3_User_Profile .xmp3up_context {
  position: absolute;
  top: 25%;
  left: 14%;
}
.InnerGIGABYTEContent #ddr5_XMP3_User_Profile .xmptitle {
  border: 1px solid #00FFFF;
  text-align: right;
  padding: 3%;
  margin-bottom: 4%;
  font-size: 18px;
  line-height: 24px;
  height: 60px;
  width: 280px;
  color: #FF5F00;
  background-image: url("../innergigabyteimages/xmptitletop.png");
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #ddr5_XMP3_User_Profile .xmptitle {
    border: 1px solid #00FFFF;
    text-align: right;
    padding: 3%;
    margin-bottom: 4%;
    font-size: 1vw;
    line-height: 1.2vw;
    height: 4vw;
    width: 14vw;
    color: #FF5F00;
    background-image: url("../innergigabyteimages/xmptitletop.png");
    background-position: left top;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .ddr5xmp .title {
    margin-top: 0px;
    font-size: 16px;
  }
  .InnerGIGABYTEContent .ddr5xmp .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .ddr5xmp .center {
    width: 86%;
    margin: 0 auto;
    position: static;
  }
  .InnerGIGABYTEContent #ddr5_XMP3_User_Profile .xmp3up_context {
    position: static;
  }
  .InnerGIGABYTEContent #ddr5_XMP3_User_Profile .xmptitle {
    margin: 0 auto;
    text-align: center;
    padding: 2%;
    margin-bottom: 4%;
    font-size: 18px;
    line-height: 24px;
    height: 80px;
    width: 280px;
  }
  .InnerGIGABYTEContent .ddr5xmp .title {
    font-size: 20px;
  }
  .InnerGIGABYTEContent .ddr5xmp .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #thermal-solution .secimg1 {
  top: 35%;
  left: 7%;
  width: 28vw;
}
.InnerGIGABYTEContent #thermal-solution .secimg2 {
  top: 35%;
  left: 20%;
  width: 28vw;
}
.InnerGIGABYTEContent #thermal-solution .secimg3 {
  top: 35%;
  left: 36%;
  width: 28vw;
}
.InnerGIGABYTEContent #thermal-solution .secimg4 {
  top: 33%;
  left: 59%;
  width: 28vw;
}
.InnerGIGABYTEContent #thermal-solution .sec1 {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 22%;
  color: #ff5f00;
  text-align: center;
}
.InnerGIGABYTEContent #thermal-solution .sec2 {
  top: 62%;
  left: 23%;
  width: 12%;
}
.InnerGIGABYTEContent #thermal-solution .sec3 {
  top: 62%;
  left: 35%;
  width: 12%;
}
.InnerGIGABYTEContent #thermal-solution .sec4 {
  top: 62%;
  left: 49%;
  width: 12%;
}
.InnerGIGABYTEContent #thermal-solution .sec5 {
  top: 62%;
  left: 68%;
  width: 16%;
  color: #ff5f00;
}
.InnerGIGABYTEContent #thermal-solution .sec6 {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0%;
  color: #ff5f00;
  width: 80%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #thermal-solution .text {
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #thermal-solution .sec1 {
    font-size: 26px;
    line-height: 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-solution .secall {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
}

/* End .InnerGIGABYTEContent */
/* THERMAL */
.InnerGIGABYTEContent #thermaldesign {
  margin-top: 6%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.InnerGIGABYTEContent #thermaldesign .text {
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
  font-weight: normal;
}
.InnerGIGABYTEContent #thermaldesign .tt1 {
  background-color: rgba(255, 95, 0, 0.7);
  border-radius: 10px;
  padding: 20px;
  display: none;
  color: #fff;
  z-index: 22;
}
.InnerGIGABYTEContent #thermaldesign .thertitle {
  font-family: 'Aldrich', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 1.2vw;
  color: #FF5F00;
}
.InnerGIGABYTEContent #therm1titlebtn {
  position: absolute;
  top: 20%;
  left: 37.7%;
}
.InnerGIGABYTEContent #thermaldesign #therm1 {
  position: absolute;
  top: 13%;
  left: 18%;
}
.InnerGIGABYTEContent #thermaldesign #therm1con {
  position: absolute;
  width: 20%;
  top: 20%;
  left: 16%;
}
.InnerGIGABYTEContent #therm2titlebtn {
  position: absolute;
  top: 40%;
  left: 37.7%;
}
.InnerGIGABYTEContent #thermaldesign #therm2 {
  position: absolute;
  top: 47%;
  left: 18%;
}
.InnerGIGABYTEContent #thermaldesign #therm2con {
  position: absolute;
  width: 20%;
  top: 24%;
  left: 14%;
}
.InnerGIGABYTEContent #therm3titlebtn {
  position: absolute;
  top: 20%;
  left: 53.3%;
}
.InnerGIGABYTEContent #thermaldesign #therm3 {
  position: absolute;
  top: 13%;
  left: 62%;
}
.InnerGIGABYTEContent #thermaldesign #therm3con {
  position: absolute;
  width: 20%;
  top: 20%;
  left: 56%;
}
.InnerGIGABYTEContent #therm4titlebtn {
  position: absolute;
  top: 46%;
  left: 60%;
}
.InnerGIGABYTEContent #thermaldesign #therm4 {
  position: absolute;
  top: 62%;
  left: 71%;
}
.InnerGIGABYTEContent #thermaldesign #therm4con {
  position: absolute;
  width: 24%;
  top: 48%;
  left: 40%;
}
.InnerGIGABYTEContent #thermaldesign #therm5 {
  position: absolute;
  top: 37%;
  left: 74%;
}
.InnerGIGABYTEContent .btnstyletherm {
  transition: all .2s;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: 1px solid #FF6900;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  position: relative;
}
.InnerGIGABYTEContent .btnstyletherm span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #FF6900;
  transform: translateY(10px) rotate(90deg);
  -webkit-transform: translateY(10px) rotate(90deg);
  -ms-transform: translateY(10px) rotate(90deg);
}
.InnerGIGABYTEContent .btnstyletherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #FF6900;
  transform: translateY(12px) rotate(0deg);
  -webkit-transform: translateY(12px) rotate(0deg);
  -ms-transform: translateY(12px) rotate(0deg);
}
.InnerGIGABYTEContent .btnstyletherm:after {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #000000;
  transform: translateY(10px) rotate(0deg);
  -webkit-transform: translateY(10px) rotate(0deg);
  -ms-transform: translateY(10px) rotate(0deg);
}
.InnerGIGABYTEContent .btnstyletherm:hover {
  background-color: #7e3500;
}
.InnerGIGABYTEContent .menuOpentherm span {
  height: 0px;
}
.InnerGIGABYTEContent .menuOpentherm {
  background: #ff6400;
}
.InnerGIGABYTEContent #thermaldesign .smalltitle,
.InnerGIGABYTEContent #thermaldesign #thermaldesignsmall {
  display: none;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #thermaldesign .thertitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .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 #therm1con,
  .InnerGIGABYTEContent #thermaldesign #therm2con,
  .InnerGIGABYTEContent #thermaldesign #therm3con,
  .InnerGIGABYTEContent #thermaldesign #therm4con,
  .InnerGIGABYTEContent #thermaldesign #therm5con,
  .InnerGIGABYTEContent #thermaldesign #therm6con {
    position: static;
    display: block;
    background: transparent;
    margin-top: 0px;
    width: 100%;
  }
  .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,
  .InnerGIGABYTEContent #therm6titlebtn {
    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;
  }
  .InnerGIGABYTEContent #thermaldesign #therm4 .thertitle {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #thermaldesign #therm2 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #thermaldesign .thertitle {
    font-size: 20px;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #Base-Coating {
  position: relative;
}
.InnerGIGABYTEContent #Base-Coating .sec1 {
  position: absolute;
  top: 0%;
  left: 10%;
  width: 80%;
}
.InnerGIGABYTEContent #Base-Coating .sec2 {
  position: absolute;
  top: 23%;
  left: 57%;
  width: 32vw;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #Base-Coating .imgbig {
    position: static;
  }
  .InnerGIGABYTEContent #Base-Coating .sec1 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Base-Coating .sec2 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #Base-plate {
  position: relative;
}
.InnerGIGABYTEContent #Base-plate .text {
  font-size: 20px;
  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: 51%;
  left: 64%;
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  .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: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Base-plate .tt3 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #M2-Thermal-III {
  position: relative;
}
.InnerGIGABYTEContent #M2-Thermal-III .sec1 {
  position: absolute;
  top: 0%;
  left: 10%;
  width: 80%;
}
.InnerGIGABYTEContent #M2-Thermal-III .sec3 {
  position: absolute;
  top: 36%;
  left: 56%;
}
.InnerGIGABYTEContent #M2-Thermal-III .sec3 .title {
  color: #58E6D7;
  font-size: 1.4vw;
  padding-left: 20px;
}
.InnerGIGABYTEContent #M2-Thermal-III .sec3 .note {
  padding-left: 20px;
  width: 26vw;
}
.InnerGIGABYTEContent #M2-Thermal-III .sec3 img {
  width: 21vw;
}
.InnerGIGABYTEContent #M2-Thermal-III .sec2 {
  position: absolute;
  bottom: 8%;
  left: 30%;
}
.InnerGIGABYTEContent #M2-Thermal-III .m2left {
  position: absolute;
  top: 38%;
  left: 19%;
  width: 10vw;
}
.InnerGIGABYTEContent #M2-Thermal-III .m2right {
  position: absolute;
  top: 46%;
  left: 34%;
  width: 10vw;
}
.InnerGIGABYTEContent #M2-Thermal-III .m2up {
  position: absolute;
  top: 18%;
  left: 30%;
  width: 7vw;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #M2-Thermal-III .sec1 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2-Thermal-III .sec3 {
    position: static;
    top: 36%;
    left: 56%;
  }
  .InnerGIGABYTEContent #M2-Thermal-III .sec3 .title {
    color: #58E6D7;
    font-size: 24px;
    padding-left: 0px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2-Thermal-III .sec3 .note {
    padding-left: 0px;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2-Thermal-III .sec3 img {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2-Thermal-III .sec2 {
    position: static;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #smartfan6 .framesec {
  width: 76%;
}
.InnerGIGABYTEContent #smartfan6 ul li {
  list-style: disc;
  margin-left: 4%;
}
.InnerGIGABYTEContent #smartfan6 ul .lititle {
  color: #fff;
}
.InnerGIGABYTEContent #smartfan6 .text {
  font-size: 16px;
  line-height: 24px;
}
.InnerGIGABYTEContent #smartfan6 .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}
.InnerGIGABYTEContent #smartfan6 .conbox2 {
  position: relative;
  display: inline-block;
  width: 58%;
  vertical-align: top;
}
.InnerGIGABYTEContent #smartfan6 .smartfan6board img {
  width: auto;
}
.InnerGIGABYTEContent #smartfan6 .smartfan6logo {
  margin-bottom: 6%;
}
.InnerGIGABYTEContent #smartfan6 .smartfan6logo .text {
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0%;
  margin-right: 4%;
  color: #666666;
  padding: 2%;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
}
.InnerGIGABYTEContent #smartfan6 .smartfan6logo img {
  width: auto;
  margin-right: 4px;
}
.InnerGIGABYTEContent .smartfan6logo .linebox {
  position: relative;
  margin-right: 4%;
  padding: 1%;
  margin-top: 0%;
}
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con {
  background-color: rgba(0, 0, 0, 0.65);
  width: 300px;
}
.InnerGIGABYTEContent .activebox {
  background-color: rgba(0, 255, 255, 0.12);
}
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con:after,
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con:before,
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con .linbox-conbefore:after,
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con .linbox-conbefore:before {
  content: "";
  position: absolute;
  border-color: #4D4D4D;
  border-style: solid;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transition: all 0.1s linear;
}
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con:hover:after,
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con:hover:before,
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con .linbox-conbefore:hover:after,
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con .linbox-conbefore:hover:before {
  border-color: #00FFFF;
}
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con.lineboxactive:after,
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con.lineboxactive:before,
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con .linbox-conbefore.lineboxactive:after,
.InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con .linbox-conbefore.lineboxactive:before {
  border-color: #00FFFF;
}
.InnerGIGABYTEContent .linebox .linebox-con:before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.InnerGIGABYTEContent .linebox .linebox-con:after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
.InnerGIGABYTEContent .linebox .linebox-con .linbox-conbefore:before {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}
.InnerGIGABYTEContent .linebox .linebox-con .linbox-conbefore:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #smartfan6 {
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6board img {
    width: 30vw;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6logo {
    margin-bottom: 0%;
    padding: 0%;
  }
  .InnerGIGABYTEContent #smartfan6 .title {
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 0%;
  }
  .InnerGIGABYTEContent #smartfan6 .text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0%;
  }
  .InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con {
    width: 200px;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6logo .text {
    font-size: 16px;
    line-height: 20px;
    padding: 1%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #smartfan6 .conbox1 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #smartfan6 .conbox2 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #smartfan6bg {
    display: none;
  }
  .InnerGIGABYTEContent #smartfan6 .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .InnerGIGABYTEContent #smartfan6 .text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6board img {
    width: auto;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6logo img {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 2%;
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .smartfan6logo .linebox {
    margin: 0 auto;
    margin-right: 4%;
    margin-top: 4%;
  }
  .InnerGIGABYTEContent .smartfan6logo .linebox .linebox-con {
    width: 100%;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6logo .text {
    font-size: 13px;
    line-height: 15px;
  }
  .InnerGIGABYTEContent #smartfan6 .smartfan6logo img {
    width: 40px;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #smartfan6biosui {
  position: relative;
  margin-bottom: 3%;
}
.InnerGIGABYTEContent #smartfan6biosui .framesec {
  min-height: auto;
}
.InnerGIGABYTEContent #smartfan6biosui .conbox1 {
  position: relative;
  display: inline-block;
  width: 56%;
}
.InnerGIGABYTEContent #smartfan6biosui .conbox2 {
  position: relative;
  display: inline-block;
  width: 42%;
}
.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 .conbox2 {
    position: relative;
    display: inline-block;
    width: 42%;
    vertical-align: top;
    padding-top: 2%;
  }
  .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;
  }
  .InnerGIGABYTEContent #Noise-Detection .title {
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .InnerGIGABYTEContent #Noise-Detection .text {
    margin-top: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #smartfan6biosui .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 4%;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #smartfan6biosui .col-lg-6 .title:first-child {
    text-align: center;
  }
  .InnerGIGABYTEContent #smartfan6biosui .conbox1 {
    position: static;
    width: 100%;
    display: block;
  }
  .InnerGIGABYTEContent #smartfan6biosui .conbox2 {
    position: static;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #smartfan6biosui {
    margin-bottom: 4%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #heatsink {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #heatsink #heatsinkdesignsmall,
.InnerGIGABYTEContent #heatsink .pcienum {
  display: none;
}
.InnerGIGABYTEContent #heatsink .title {
  font-size: 1.2vw;
  color: #ff7200;
}
.InnerGIGABYTEContent #heatsink .text {
  font-size: 0.8vw;
  margin-top: 0em;
  margin-bottom: 0em;
  max-width: 380px;
}
.InnerGIGABYTEContent #heatsink .heatsink01 {
  position: absolute;
  top: 9%;
  left: 67%;
}
.InnerGIGABYTEContent #heatsink .heatsink02 {
  position: absolute;
  top: 25%;
  left: 67%;
}
.InnerGIGABYTEContent #heatsink .heatsink03 {
  position: absolute;
  top: 41%;
  left: 67%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #heatsink .text {
    font-size: 14px;
    max-width: 300px;
  }
}
@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: 30px;
    padding: 0px;
    text-align: left;
    background: #000;
    border: 0px solid #ff7200;
    border-radius: 0px;
  }
  .InnerGIGABYTEContent #heatsink .text {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #heatsink .heatsink01 {
    position: static;
  }
  .InnerGIGABYTEContent #heatsink .heatsink02 {
    position: static;
  }
  .InnerGIGABYTEContent #heatsink .heatsink03 {
    position: static;
  }
}

/* End .InnerGIGABYTEContent */
/* CONNECTIVITY */
.InnerGIGABYTEContent #firstadopter {
  position: relative;
}
.InnerGIGABYTEContent #firstadopter .frame {
  position: absolute;
  top: 4%;
  left: 16%;
}
.InnerGIGABYTEContent #firstadopter .text {
  width: 46%;
}
.InnerGIGABYTEContent #firstadopter ol {
  list-style: disc;
  padding-left: 4%;
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #firstadopter .frame {
    position: static;
  }
  .InnerGIGABYTEContent #firstadopter .text {
    width: 100%;
  }
  .InnerGIGABYTEContent #firstadopter ol {
    padding-left: 0%;
  }
}

/* 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 #essentialusb {
  position: relative;
}
.InnerGIGABYTEContent #essentialusb .esscontext {
  background: #000;
  text-align: left;
  font-size: 0.8vw;
  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: 4%;
  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;
  }
  .InnerGIGABYTEContent #essentialusb .esscontext {
    text-align: left;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #essential .conbox1 {
  display: inline-block;
  position: relative;
  width: 20%;
}
.InnerGIGABYTEContent #essential .conbox2 {
  display: inline-block;
  position: relative;
  width: 78%;
}
.InnerGIGABYTEContent #essential ol li {
  list-style: disc;
  margin-left: 2%;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #essential .conbox1 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #essential .conbox2 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #essential {
    padding-top: 20px;
    text-align: center;
  }
  .InnerGIGABYTEContent #essential ol li {
    list-style-type: disc;
    margin-left: 2%;
    text-align: left;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #interfaces .title {
  color: #FF5F00;
  margin-top: 0%;
  text-align: center;
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #wifi6 {
  margin-top: 6%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.InnerGIGABYTEContent #wifi6 .framesec {
  position: absolute;
  top: 10%;
  left: 12%;
  width: 60%;
}
.InnerGIGABYTEContent #wifi6 .thertitle {
  font-family: 'Aldrich', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 1.2vw;
  color: #00ffff;
  text-align: center;
}
.InnerGIGABYTEContent #wifi6 .text {
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
  font-weight: normal;
}
.InnerGIGABYTEContent #wifi6 .linebox-con .text {
  color: #00FFFF;
  text-align: left;
}
.InnerGIGABYTEContent #wifi6 .linebox {
  position: relative;
  width: 30vw;
  padding: 1%;
  margin-top: 8%;
}
.InnerGIGABYTEContent #wifi6 .linebox .linebox-con {
  background-color: rgba(0, 255, 255, 0.12);
  min-height: 200px;
  padding: 4%;
}
.InnerGIGABYTEContent .linebox .linebox-con:after,
.InnerGIGABYTEContent .linebox .linebox-con:before,
.InnerGIGABYTEContent .linebox .linebox-con .linbox-conbefore:after,
.InnerGIGABYTEContent .linebox .linebox-con .linbox-conbefore:before {
  content: "";
  position: absolute;
  border-color: #00FFFF;
  border-style: solid;
  width: 30px;
  height: 30px;
  border-radius: 2px;
}
.InnerGIGABYTEContent .linebox .linebox-con:before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.InnerGIGABYTEContent .linebox .linebox-con:after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
.InnerGIGABYTEContent .linebox .linebox-con .linbox-conbefore:before {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}
.InnerGIGABYTEContent .linebox .linebox-con .linbox-conbefore:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}
.InnerGIGABYTEContent #wifi6 ol li {
  list-style: disc;
  margin-left: 4%;
}
.InnerGIGABYTEContent #wifi6 .boxline {
  border-bottom: 1px solid rgba(0, 255, 255, 0.5);
  height: 10px;
  margin-bottom: 10px;
}
.InnerGIGABYTEContent #wifi62con, .InnerGIGABYTEContent #wifi63con {
  display: none;
}
.InnerGIGABYTEContent #wifi61titlebtn {
  position: absolute;
  top: 37%;
  left: 49%;
}
.InnerGIGABYTEContent #wifi62titlebtn {
  position: absolute;
  top: 46%;
  left: 48%;
}
.InnerGIGABYTEContent #wifi63titlebtn {
  position: absolute;
  top: 66%;
  left: 46%;
}
.InnerGIGABYTEContent .btnstyletherm {
  transition: all .2s;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: 1px solid #FF6900;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  position: relative;
}
.InnerGIGABYTEContent .btnstyletherm span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #FF6900;
  transform: translateY(10px) rotate(90deg);
  -webkit-transform: translateY(10px) rotate(90deg);
  -ms-transform: translateY(10px) rotate(90deg);
}
.InnerGIGABYTEContent .btnstyletherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #FF6900;
  transform: translateY(12px) rotate(0deg);
  -webkit-transform: translateY(12px) rotate(0deg);
  -ms-transform: translateY(12px) rotate(0deg);
}
.InnerGIGABYTEContent .btnstyletherm:after {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #000000;
  transform: translateY(10px) rotate(0deg);
  -webkit-transform: translateY(10px) rotate(0deg);
  -ms-transform: translateY(10px) rotate(0deg);
}
.InnerGIGABYTEContent .btnstyletherm:hover {
  background-color: #7e3500;
}
.InnerGIGABYTEContent .menuOpentherm span {
  height: 0px;
}
.InnerGIGABYTEContent .menuOpentherm {
  background: #ff6400;
}
.InnerGIGABYTEContent #wifi6 .smalltitle {
  display: none;
}
.InnerGIGABYTEContent #wifi6e img {
  width: 57.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #wifi6 .framesec {
    top: 1%;
  }
  .InnerGIGABYTEContent #wifi6e img {
    width: 52vw;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #wifi6e .title {
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .InnerGIGABYTEContent #wifi6e .text {
    margin-top: 0%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #wifi6 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #wifi6 .linebox {
    position: relative;
    width: 100%;
    padding: 1%;
    margin-top: 8%;
  }
  .InnerGIGABYTEContent #wifi6 .framesec {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #wifi6 .tt1 {
    margin-top: 2%;
    padding: 2% 3% 2% 3%;
    width: 100%;
  }
  .InnerGIGABYTEContent #wifi6btnspan1,
  .InnerGIGABYTEContent #wifi6btnspan2,
  .InnerGIGABYTEContent #wifi6btnspan3,
  .InnerGIGABYTEContent #wifi6btnspan4 {
    display: none;
  }
  .InnerGIGABYTEContent #wifi62con, .InnerGIGABYTEContent #wifi63con {
    display: block;
  }
  .InnerGIGABYTEContent #wifi6 .smalltitle {
    display: inline-block;
    margin-right: 10px;
  }
  .InnerGIGABYTEContent #wifi6 .thertitle {
    font-size: 20px;
    text-align: left;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #wifi6evr {
  margin-top: 6%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.InnerGIGABYTEContent #wifi6evr .framesec {
  position: absolute;
  top: 26%;
  left: 12%;
  width: 36%;
}
.InnerGIGABYTEContent #wifi6evr .text {
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
  font-weight: normal;
}
.InnerGIGABYTEContent #wifi6evr .text span {
  font-size: 1.2em;
  font-weight: bold;
}
.InnerGIGABYTEContent #wifi6evr .linebox .linebox-con {
  background-color: rgba(0, 255, 255, 0.12);
  min-height: 200px;
  padding: 4%;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #wifi6evr {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #wifi6evr .framesec {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #USB32typec {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.InnerGIGABYTEContent #USB32typec .lan10gb01 {
  position: absolute;
  top: 8%;
  left: 17%;
  width: 46%;
}
.InnerGIGABYTEContent #USB32typec .text {
  font-size: 0.8vw;
}
.InnerGIGABYTEContent #USB32typec .lan10gbsub {
  font-weight: bold;
  color: #C8C9C9;
}
.InnerGIGABYTEContent #USB32typec .tableimg {
  width: auto;
}
@media screen and (max-width: 1680px) {
  .InnerGIGABYTEContent #USB32typec .tableimg {
    width: 40vw;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #USB32typec .tableimg {
    width: auto;
  }
  .InnerGIGABYTEContent #USB32typec .lan10gb01 {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #USB32typec .title {
    font-size: 30px;
  }
  .InnerGIGABYTEContent #USB32typec .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #audiosection {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.InnerGIGABYTEContent #audiosection .audiotitle {
  position: absolute;
  width: 80%;
  top: 0%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.InnerGIGABYTEContent #audiosection .audioiconbox {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.InnerGIGABYTEContent #audiosection .audioiconbox .audioiconlist {
  font-size: 20px;
  margin-right: 10px;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  padding-top: 0.8vw;
  cursor: pointer;
  position: relative;
}
.InnerGIGABYTEContent #audiosection .audioiconbox .audioiconlist {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  cursor: pointer;
  position: relative;
}
.InnerGIGABYTEContent #audiosection .audioiconbox .audioiconlist .title {
  color: #808080;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 14px;
  top: 46%;
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #audiosection .audioiconbox .audioiconlist .title {
    color: #808080;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 0.75vw;
    top: 43%;
  }
}
.InnerGIGABYTEContent #audiosection .audioiconbox .audioiconlist:nth-child(1) .title {
  color: #00FFFF;
}
.InnerGIGABYTEContent #audiosection .audiocon {
  position: absolute;
  top: 16%;
  left: 30%;
  overflow: hidden;
}
.InnerGIGABYTEContent #audiosection .audiocon .audioconbox {
  position: relative;
}
.InnerGIGABYTEContent #audioconbox02, .InnerGIGABYTEContent #audioconbox03, .InnerGIGABYTEContent #audioconbox04, .InnerGIGABYTEContent #audioconbox05 {
  display: none;
}
.InnerGIGABYTEContent #audiosection .audiocon .audioconbox .title {
  color: #00FFFF;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -6%;
}
.InnerGIGABYTEContent #audiosection .audiocon .audioconbox .text {
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  top: 12%;
  left: 8%;
  font-size: 20px;
  width: 80%;
}
.InnerGIGABYTEContent #audiosection .audiocon .audioconbox .essimg {
  position: absolute;
  top: 20%;
  left: 66%;
}
.InnerGIGABYTEContent #audiosection .audiocon #audioconbox02 .text {
  top: 20%;
}
.InnerGIGABYTEContent #audiosection .audiocon #audioconbox03 .text {
  top: 20%;
}
@keyframes audioconbox05ani {
  0% {
    top: 16%;
  }
  50% {
    top: 18%;
  }
  100% {
    top: 16%;
  }
}
.InnerGIGABYTEContent #audiosection .audionote {
  position: absolute;
  top: 90%;
  left: 10%;
}
@media screen and (max-width: 1680px) {
  .InnerGIGABYTEContent #audiosection .audiocon {
    left: 16%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #audiosection .audiocon {
    left: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #audiosection {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #audiosection .audiotitle {
    display: none;
  }
  .InnerGIGABYTEContent #audioconbox01, .InnerGIGABYTEContent #audioconbox02, .InnerGIGABYTEContent #audioconbox03, .InnerGIGABYTEContent #audioconbox04, .InnerGIGABYTEContent #audioconbox05 {
    display: block;
  }
  .InnerGIGABYTEContent #audiosection .audiocon {
    position: static;
  }
  .InnerGIGABYTEContent #audiosection .audiocon .audioconbox .title {
    position: static;
  }
  .InnerGIGABYTEContent #audiosection .audiocon .audioconbox .text {
    position: static;
    width: 100%;
    text-align: center;
  }
  .InnerGIGABYTEContent #audiosection .audiocon .audioconbox .essimg {
    position: static;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #audiosection #audioconbox05 {
    position: static;
  }
  .InnerGIGABYTEContent #audiosection #audioconbox05 img {
    width: auto;
  }
  .InnerGIGABYTEContent #audiosection .audionote {
    position: static;
    text-align: center;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #essentialaudiocon {
  background-color: #000;
}
.InnerGIGABYTEContent #ESSentialdialog .modal-dialog {
  width: 80vw;
  margin-top: 5%;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #ESSentialdialog .modal-content {
    background: #000;
    border: 1px solid #fff;
  }
  .InnerGIGABYTEContent #ESSentialdialog .modal {
    display: block !important;
  }
  .InnerGIGABYTEContent #ESSentialdialog .modal-dialog {
    overflow-y: initial !important;
  }
  .InnerGIGABYTEContent #ESSentialdialog .modal-body {
    height: 520px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #ESSentialdialog .modal-body {
    height: 500px;
    overflow-y: auto;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #dts {
  margin-top: 5%;
  margin-bottom: 2%;
  display: none;
}
.InnerGIGABYTEContent #dts .frametablesec {
  width: 80%;
}
.InnerGIGABYTEContent #dts .conbox1 {
  position: relative;
  display: inline-block;
  width: 20%;
  margin-top: 8px;
}
.InnerGIGABYTEContent #dts .conbox2 {
  position: relative;
  display: inline-block;
  width: 77%;
  text-align: left;
  margin-left: 1%;
  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: 1%;
}
.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: 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: 1200px) {
  .InnerGIGABYTEContent #dts {
    display: block;
  }
}
@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 */
/* PERSONALIZATION */
.InnerGIGABYTEContent {
  /* wheelcolorpicker */
}
.InnerGIGABYTEContent #RGBLED-function {
  min-height: 1000px;
  position: relative;
  z-index: 15;
  overflow: hidden;
  margin-top: 2%;
}
.InnerGIGABYTEContent #RGBLED-function .title {
  margin-bottom: 0;
  margin-top: 0;
}
.InnerGIGABYTEContent #RGBLED-function .text {
  margin-top: 4%;
}
.InnerGIGABYTEContent map *:focus {
  outline: none;
}
.InnerGIGABYTEContent .jQWCP-wWidget {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
  border: 0;
  outline: none;
  width: auto;
  height: auto;
  position: static;
}
.InnerGIGABYTEContent .jQWCP-wWidget.jQWCP-block {
  box-shadow: inset 0px 0px 0px #ccc;
}
.InnerGIGABYTEContent .jQWCP-wWheel {
  border: 0;
  width: 130px;
  height: 130px;
}
.InnerGIGABYTEContent .rgbtexticon {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
  color: #B2B2B2;
}
.InnerGIGABYTEContent .rgbnote {
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
  color: #B2B2B2;
  font-size: 13px;
  margin-top: 1%;
}
.InnerGIGABYTEContent .nav-2 {
  width: 100%;
  overflow: hidden;
  margin-left: 3%;
}
.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: 45%;
  vertical-align: top;
}
.InnerGIGABYTEContent .box1 {
  display: inline-block;
  width: 52%;
  margin-left: 2%;
  max-width: 630px;
  position: relative;
  height: 740px;
  overflow: hidden;
  margin-top: -3%;
}
.InnerGIGABYTEContent .b1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}
.InnerGIGABYTEContent #a1 {
  width: 100%;
  height: 720px;
  position: absolute;
  z-index: 11;
  background-color: #ff7200;
  animation: led-style16 3s linear infinite;
  -webkit-animation: led-style16 3s linear infinite;
}
.InnerGIGABYTEContent .lefcolorwheel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.InnerGIGABYTEContent .lefcolorwheel img {
  width: auto;
}
.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%;
  }
}
@keyframes DigitalRGB08 {
  0% {
    background-position: 0 4200px;
  }
  20% {
    background-position: 0 3500px;
  }
  40% {
    background-position: 0 2800px;
  }
  60% {
    background-position: 0 2100px;
  }
  80% {
    background-position: 0 1400px;
  }
  100% {
    background-position: 0 700px;
  }
}
@keyframes DigitalRGB09 {
  0% {
    background-position: 0 2600px;
  }
  30% {
    background-position: 0 2000px;
  }
  50% {
    background-position: 0 1400px;
  }
  70% {
    background-position: 0 800px;
  }
  100% {
    background-position: 0 200px;
  }
}
@media screen and (max-width: 1440px) {
  .InnerGIGABYTEContent #a1-1 {
    height: 260px;
  }
  .InnerGIGABYTEContent #RGBLED-function {
    min-height: 450px;
  }
  .InnerGIGABYTEContent #RGBLED-function .frame {
    width: 900px;
  }
  .InnerGIGABYTEContent .jQWCP-wWidget.jQWCP-block {
    margin-top: -2%;
  }
  .InnerGIGABYTEContent .jQWCP-wWheel {
    width: 90px;
    height: 90px;
  }
  .InnerGIGABYTEContent .rgbtexticon {
    font-size: 13px;
    line-height: 16px;
    color: #ccc;
  }
  .InnerGIGABYTEContent .rgbledbox {
    width: 50%;
    vertical-align: top;
  }
  .InnerGIGABYTEContent .box1 {
    width: 46%;
    height: 740px;
    height: 600px;
  }
  .InnerGIGABYTEContent .b1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #a1 {
    width: 90%;
    height: 300px;
  }
  .InnerGIGABYTEContent .nav-2 ul {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent .nav-2 ul li {
    margin-right: 10px;
    width: 9%;
  }
  .InnerGIGABYTEContent .lefcolorwheel img {
    width: 20%;
  }
  .InnerGIGABYTEContent .ledstrip {
    width: 70%;
  }
  .InnerGIGABYTEContent .ledstrip1,
  .InnerGIGABYTEContent .ledstrip2 {
    height: 60px;
  }
  .InnerGIGABYTEContent #ledstrbg1 {
    height: 52px;
  }
  .InnerGIGABYTEContent #ledstrbg2 {
    height: 52px;
  }
  .InnerGIGABYTEContent .music-n {
    bottom: 40%;
  }
  .InnerGIGABYTEContent .rgbnote {
    margin-top: 0%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #RGBLED-function .frame {
    width: 80%;
  }
  .InnerGIGABYTEContent .jQWCP-wWheel {
    width: 140px;
    height: 140px;
  }
  .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 #a1 {
    width: 90%;
    height: 400px;
  }
}
@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 .b1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #a1 {
    width: 100%;
    height: 370px;
  }
  .InnerGIGABYTEContent .ledstrip1,
  .InnerGIGABYTEContent .ledstrip2 {
    height: 80px;
  }
  .InnerGIGABYTEContent #ledstrbg1 {
    height: 60px;
  }
  .InnerGIGABYTEContent #ledstrbg2 {
    height: 60px;
  }
}

/* End .InnerGIGABYTEContent */
.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%;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #MultiKey .text,
  .InnerGIGABYTEContent #MultiKey .title {
    width: 90%;
    margin: 0 auto;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #BIOS .conbox1 {
  position: relative;
  display: inline-block;
  width: 17%;
  vertical-align: top;
}
.InnerGIGABYTEContent #BIOS .conbox2 {
  position: relative;
  display: inline-block;
  width: 82%;
}
.InnerGIGABYTEContent #BIOS .suborangetitle {
  font-size: 20px;
}
.InnerGIGABYTEContent #BIOS .text {
  font-size: 13px;
  line-height: 16px;
}
.InnerGIGABYTEContent .utilityimg img {
  width: auto;
  margin: 0 auto;
  margin-top: 1%;
}
.InnerGIGABYTEContent #EasyTune .conbox1 {
  position: relative;
  display: inline-block;
  width: 27%;
  vertical-align: top;
}
.InnerGIGABYTEContent #EasyTune .conbox2 {
  position: relative;
  display: inline-block;
  width: 71%;
  margin-left: 1%;
}
.InnerGIGABYTEContent #EasyTune .conbox2 ol li {
  list-style: disc;
  margin-left: 2%;
}
.InnerGIGABYTEContent .LMbtn {
  margin: 3% 0% 1% 24%;
}
.InnerGIGABYTEContent .LMbtn .LMbtnlink {
  border: solid 1px #ff6400;
  background-color: rgba(50, 50, 50, 0.6);
}
.InnerGIGABYTEContent .LMbtn a {
  color: #ff6400;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 10px 30px;
  transition: all 250ms ease-in-out;
}
.InnerGIGABYTEContent .LMbtn .LMbtnlink:hover {
  color: #ffffff;
  background-color: #000;
}
.InnerGIGABYTEContent #EasyTune .conbox2 .text {
  margin-top: 0px;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .utilityimg img {
    width: 70%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #BIOS .conbox2 {
    width: 80%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .LMbtn {
    margin: 0 auto;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #BIOS .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #BIOS .conbox2 {
    width: 100%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #BIOS .text {
    font-size: 16px;
    line-height: 24px;
  }
  .InnerGIGABYTEContent #BIOS .suborangetitle {
    margin-top: 10%;
    margin-bottom: 1%;
  }
  .InnerGIGABYTEContent #EasyTune .conbox1 {
    width: 100%;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #EasyTune .conbox2 {
    width: 100%;
  }
  .InnerGIGABYTEContent .utilityimg img {
    width: 100%;
  }
}

/* End .InnerGIGABYTEContent */
/* ULTRA DURABLE */
.InnerGIGABYTEContent #DIY-Friendly {
  position: relative;
}
.InnerGIGABYTEContent #DIY-Friendly .diybox .title {
  color: #00FFFF;
  text-align: center;
  font-size: 1.4vw;
}
.InnerGIGABYTEContent #DIY-Friendly .diybox .text {
  color: #FFFFFF;
  font-size: 1vw;
  text-align: center;
  width: 70%;
  margin-top: 0;
  margin: 0 auto;
}
.InnerGIGABYTEContent #DIY-Friendly .diycon {
  position: absolute;
  width: 80%;
  top: 0;
  left: 16%;
}
.InnerGIGABYTEContent #DIY-Friendly .diycon .text {
  margin-top: 0;
}
.InnerGIGABYTEContent #DIY-Friendly #diypcieactive {
  position: absolute;
  width: 42vw;
  height: 55vh;
  top: 10%;
  left: 10%;
  z-index: 30;
  cursor: pointer;
}
.InnerGIGABYTEContent #DIY-Friendly #diym2active {
  position: absolute;
  width: 42vw;
  height: 55vh;
  top: 40%;
  right: 10%;
  z-index: 30;
  cursor: pointer;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-pciebox {
  position: absolute;
  overflow: hidden;
  top: 18%;
  left: 13%;
  width: 32vw;
  z-index: 31;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-pcie {
  position: relative;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-pcie .diytext {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-pcie .diyvideo {
  position: absolute;
  top: 38%;
  left: 26%;
  width: 14vw;
  cursor: pointer;
  transition: all 0.2s linear;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-pcie .diyvideo:hover,
.InnerGIGABYTEContent #DIY-Friendly .diy-m2 .diyvideo:hover {
  filter: brightness(1.4);
  transform: scale(1.1);
}
.InnerGIGABYTEContent #arrowicon01 {
  position: absolute;
  top: 29%;
  left: 45.5%;
  width: 2.8vw;
  animation: arrowicon01ani 1.2s ease infinite;
}
.InnerGIGABYTEContent #arrowicon02 {
  position: absolute;
  transform: rotate(180deg);
  top: 60%;
  left: 58%;
  width: 2.8vw;
  animation: arrowicon02ani 1.2s ease infinite;
}
@keyframes arrowicon01ani {
  0% {
    top: 19%;
    opacity: 0;
  }
  100% {
    top: 29%;
    opacity: 1;
  }
}
@keyframes arrowicon02ani {
  0% {
    top: 70%;
    opacity: 0;
  }
  100% {
    top: 60%;
    opacity: 1;
  }
}
.InnerGIGABYTEContent #DIY-Friendly .text a {
  color: #00FFFF;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-m2box {
  position: absolute;
  overflow: hidden;
  top: 43%;
  left: 62%;
  width: 30vw;
  z-index: 31;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-m2 {
  position: relative;
  display: none;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-m2 .diytext {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0%;
  right: 0;
  text-align: center;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-m2 .title {
  text-align: center;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-m2 .text {
  width: 90%;
}
.InnerGIGABYTEContent #DIY-Friendly .diy-m2 .diyvideo {
  position: absolute;
  top: 27%;
  left: 40%;
  width: 14vw;
  cursor: pointer;
  transition: all 0.2s linear;
}
.InnerGIGABYTEContent #DIY-Friendly .note {
  position: absolute;
  left: 16%;
  bottom: 14%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #DIY-Friendly .note {
    bottom: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #arrowicon01 {
    display: none;
  }
  .InnerGIGABYTEContent #arrowicon02 {
    display: none;
  }
  .InnerGIGABYTEContent #DIY-Friendly .text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #DIY-Friendly .diy-pciebox {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DIY-Friendly .diy-m2box {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DIY-Friendly .diy-pcie .diyvideo {
    width: 40vw;
  }
  .InnerGIGABYTEContent #DIY-Friendly .diy-m2 .diyvideo {
    width: 40vw;
  }
  .InnerGIGABYTEContent #DIY-Friendly .diy-m2 {
    position: relative;
    display: block;
  }
  .InnerGIGABYTEContent #DIY-Friendly .note {
    position: static;
    text-align: center;
    font-size: 20px;
  }
  .InnerGIGABYTEContent #DIY-Friendly .diybox .title {
    font-size: 20px;
  }
  .InnerGIGABYTEContent #DIY-Friendly .diycon {
    position: static;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .InnerGIGABYTEContent #DIY-Friendly .diybox .text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #qflashplus .qflashstep {
  background: url("../innergigabyteimages/qflashstepbg.jpg");
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
}
.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 .steptitle {
  position: absolute;
  color: #00FFFF;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  top: -2%;
  text-align: center;
}
.InnerGIGABYTEContent #qflashplus .qflashtext {
  position: absolute;
  color: #C8C9C9;
  font-size: 18px;
  width: 88%;
  top: 60%;
  left: 8%;
}
.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%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #qflashplus .qflashtext {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #qflashplus .qflashstep {
    background: url("");
  }
  .InnerGIGABYTEContent #qflashplus .qflashtext {
    font-size: 20px;
    line-height: 30px;
  }
  .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%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #qflashplus .qflashtext {
    font-size: 20px;
    position: static;
    padding-bottom: 10%;
    width: 100%;
  }
}

/* End .InnerGIGABYTEContent */
/* Selling Point */
.InnerGIGABYTEContent #sellingpoint .text {
  font-size: 0.9vw;
  line-height: 1.3vw;
}
.InnerGIGABYTEContent #sellingpoint ul li {
  list-style: disc;
}
.InnerGIGABYTEContent #sellingpoint .kfbox img {
  width: 36vw;
}
.InnerGIGABYTEContent #sellingpoint {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.InnerGIGABYTEContent #sellingpoint .kfbox {
  position: absolute;
  top: 18%;
  left: 14%;
}
.InnerGIGABYTEContent #sellingpoint .kftext {
  position: absolute;
  top: 16%;
  left: 53%;
}
.InnerGIGABYTEContent #sellingpoint .kftext .title {
  color: #ff7200;
  font-size: 2.6vw;
}
.InnerGIGABYTEContent #sellingpoint .text {
  width: 66%;
}
.InnerGIGABYTEContent #sellingpoint ul li {
  margin-left: 2%;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #sellingpoint {
    background-image: url("../innergigabyteimages/sellingpointbg.jpg");
    background-position: bottom center;
    background-size: cover;
  }
  .InnerGIGABYTEContent #sellingpoint .kfbox {
    position: static;
    top: 18%;
    left: 10%;
  }
  .InnerGIGABYTEContent #sellingpoint .kfbox img {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #sellingpoint .kftext .title {
    color: #ff7200;
    font-size: 30px;
  }
  .InnerGIGABYTEContent #sellingpoint .kftext {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #sellingpoint .text {
    font-size: 15px;
    line-height: 22px;
    width: 100%;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent #mainsec1 .allclose,
.InnerGIGABYTEContent #mainsec2 .allclose,
.InnerGIGABYTEContent #mainsec3 .allclose,
.InnerGIGABYTEContent #mainsec4 .allclose,
.InnerGIGABYTEContent #mainsec5 .allclose,
.InnerGIGABYTEContent #mainsec6 .allclose,
.InnerGIGABYTEContent #mainsec7 .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 .maincontent {
  position: relative;
  overflow: hidden;
  margin-bottom: 0%;
}
@media screen and (max-width: 3840px) {
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    width: 80%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 68%;
  }
}
@media screen and (max-width: 2560px) {
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .mainsec .subtitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    width: 90%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 68%;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle .text {
    width: 70%;
  }
  .InnerGIGABYTEContent .mainsec .subtitle {
    font-size: 1.3vw;
    line-height: 1.8vw;
  }
}
.InnerGIGABYTEContent .mainsec .t1 {
  width: 80%;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  margin: 0 auto;
}
.InnerGIGABYTEContent .mainsec .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
}
.InnerGIGABYTEContent .mainsec .mainsectitle .title {
  font-size: 2.2vw;
  line-height: 2.4vw;
  color: #ff6400;
  font-family: "AORUSfont", "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 .subtitle {
  cursor: pointer;
  color: #808080;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  padding: 2px 4% 6px 4%;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #808080;
}
.InnerGIGABYTEContent .mainsec .maintitle {
  font-weight: bold;
  position: relative;
  z-index: 20;
  padding-top: 1%;
  padding-bottom: 2%;
}
.InnerGIGABYTEContent .mainsec .subtitletext {
  font-size: 18px;
  line-height: 24px;
}
.InnerGIGABYTEContent .mainsec .tablistbg {
  background: url(../innergigabyteimages/subtitlebg.png) left center no-repeat;
  transform: scale(0);
  width: 100%;
  top: 0%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -moz-transform: translate(2em, 0);
  -o-transform: translate(2em, 0);
  -ms-transform: translate(2em, 0);
  -webkit-transform: translate(2em, 0);
  transform: translate(2em, 0);
}
.InnerGIGABYTEContent .mainsec .subtitle:hover .tablistbg {
  height: 140px;
  transform: scale(1);
  transform: translateX(-50%) translateY(0%);
  -moz-transition: transform 0.4s ease-in-out, opacity 0.25s ease;
  -o-transition: transform 0.4s ease-in-out, opacity 0.25s ease;
  -webkit-transition: transform 0.4s ease-in-out, opacity 0.25s ease;
  transition: transform 0.4s ease-in-out, opacity 0.25s ease;
}
.InnerGIGABYTEContent .mainsec .subtitletextbg {
  border-left: 5px solid #FF5F00;
  color: #fff;
  background: url(../innergigabyteimages/subtitlebg.png) left center no-repeat;
}
.InnerGIGABYTEContent .mainsec .subtitle:hover {
  color: #fff;
}
.InnerGIGABYTEContent .table .table {
  background-color: transparent;
}
.InnerGIGABYTEContent .frametablesec {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .mainsec {
    min-height: 700px;
  }
  .InnerGIGABYTEContent .secpageline {
    height: 90px;
    width: 100%;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    width: 80%;
    bottom: 20%;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #mainsecspec .subtitle, .InnerGIGABYTEContent #mainsec1 .subtitle, .InnerGIGABYTEContent #mainsec2 .subtitle, .InnerGIGABYTEContent #mainsec3 .subtitle, .InnerGIGABYTEContent #mainsec4 .subtitle, .InnerGIGABYTEContent #mainsec5 .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent {
    /*
      .mainsec .row {
        display: block;
      }
    */
  }
  .InnerGIGABYTEContent #mainsec1, .InnerGIGABYTEContent #mainsec2, .InnerGIGABYTEContent #mainsec3, .InnerGIGABYTEContent #mainsec4, .InnerGIGABYTEContent #mainsec5 {
    min-height: auto;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle {
    position: static;
    width: 90%;
  }
  .InnerGIGABYTEContent .mainsec .mainsectitle .text {
    width: 100%;
  }
  .InnerGIGABYTEContent #mainsec1 .mainsectitle, .InnerGIGABYTEContent #mainsec2 .mainsectitle, .InnerGIGABYTEContent #mainsec3 .mainsectitle, .InnerGIGABYTEContent #mainsec4 .mainsectitle, .InnerGIGABYTEContent #mainsec5 .mainsectitle {
    position: static;
    width: 90%;
  }
  .InnerGIGABYTEContent #mainsecspec .t1, .InnerGIGABYTEContent #mainsec1 .t1, .InnerGIGABYTEContent #mainsec2 .t1, .InnerGIGABYTEContent #mainsec3 .t1, .InnerGIGABYTEContent #mainsec4 .t1, .InnerGIGABYTEContent #mainsec5 .t1 {
    width: 90%;
  }
  .InnerGIGABYTEContent #mainsecspec .mainsectitle, .InnerGIGABYTEContent #mainsec1 .mainsectitle .title, .InnerGIGABYTEContent #mainsec2 .mainsectitle .title, .InnerGIGABYTEContent #mainsec3 .mainsectitle .title, .InnerGIGABYTEContent #mainsec4 .mainsectitle .title, .InnerGIGABYTEContent #mainsec5 .mainsectitle .title {
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent #mainsecspec .subtitle, .InnerGIGABYTEContent #mainsec1 .subtitle, .InnerGIGABYTEContent #mainsec2 .subtitle, .InnerGIGABYTEContent #mainsec3 .subtitle, .InnerGIGABYTEContent #mainsec4 .subtitle, .InnerGIGABYTEContent #mainsec5 .subtitle {
    background-color: #7e320071;
    padding: 2%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    border-left: 0px solid #808080;
  }
}
@media screen and (max-width: 480px) {
  .InnerGIGABYTEContent .mainsec .row {
    display: block;
  }
}

.InnerGIGABYTEContent .sectionkf {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .secall {
  position: absolute;
}
.InnerGIGABYTEContent .secnote {
  bottom: 8%;
  left: 16%;
}
.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-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-guard .title {
    font-size: 1.2vw;
  }
  .InnerGIGABYTEContent #thermal-guard .text {
    font-size: 0.9vw;
  }
}
.InnerGIGABYTEContent #copper-pcb .sec1 {
  top: 32%;
  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-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 #pcie5 .sec1 {
  top: 0%;
  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: 34%;
}
.InnerGIGABYTEContent #Fins-Array-III .sec2 {
  top: 7%;
  left: 44%;
  width: 46%;
}
.InnerGIGABYTEContent #Fins-Array-III .sec3 {
  top: 40%;
  left: 60%;
}
.InnerGIGABYTEContent #Fins-Array-III .sec3 .title,
.InnerGIGABYTEContent #Fins-Array-III .sec3 .text {
  width: 70%;
  margin-left: 10%;
}
@media screen and (max-width: 1700px) {
  .InnerGIGABYTEContent #Fins-Array-III .sec1 {
    top: 10%;
    left: 30%;
  }
}
@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 #copper-pcb .sec1 {
    top: 32%;
    left: 12%;
    width: 90%;
  }
  .InnerGIGABYTEContent #copper-pcb .pcbline {
    float: none;
  }
  .InnerGIGABYTEContent #Fins-Array-III .sec3 .title,
  .InnerGIGABYTEContent #Fins-Array-III .sec3 .text {
    width: 90%;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent #Fins-Array-III {
    margin-bottom: 30%;
  }
  .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 .secnote {
    text-align: center;
  }
  .InnerGIGABYTEContent .s-number {
    display: inline-block;
  }
}

/* End .InnerGIGABYTEContent */
.InnerGIGABYTEContent .imgsmall {
  display: none;
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .imgbig {
    display: none;
  }
  .InnerGIGABYTEContent .imgsmall {
    display: block;
  }
}

/* End .InnerGIGABYTEContent */
