@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
@import url("https://fonts.googleapis.com/css?family=Aldrich");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|Orbitron|Raleway|Roboto&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans&display=swap);
@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
body {
  padding: 0;
  margin: 0;
  background: #000;
}

.InnerGIGABYTEContent {
  color: #c8c9c9;
  font-size: 30px;
}
.InnerGIGABYTEContent .video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
}
.InnerGIGABYTEContent .video video,
.InnerGIGABYTEContent .video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.InnerGIGABYTEContent .frame {
  margin: 0 auto;
  padding: 1em 0;
  overflow: hidden;
  width: 1366px;
}
.InnerGIGABYTEContent .frame.full {
  width: 100%;
}
@media screen and (max-width: 3600px) {
  .InnerGIGABYTEContent .title {
    font-size: 24px;
    line-height: 28px;
    color: #f6f7f7;
    font-family: "Oswald", "Arial", "cwTeXHei", "Microsoft JhengHei";
  }
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent .title {
    font-size: 1.6vw;
    line-height: 1.8vw;
  }
}
.InnerGIGABYTEContent .subtitle {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0.5%;
  margin-bottom: 1%;
  color: #f6f7f7;
  font-family: "Oswald", "Arial", "cwTeXHei", "Microsoft JhengHei";
}
.InnerGIGABYTEContent .text {
  font-weight: 300;
  font-size: 0.58em;
  line-height: 1.4em;
  margin-top: 2px;
  margin-bottom: 1em;
  color: #c8c9c9;
  font-family: "Arial", "cwTeXHei", "Microsoft JhengHei";
}
.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  margin-top: 6px;
  color: #4d4d4d;
}
.InnerGIGABYTEContent p {
  margin: 0.5em 0;
}
.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .title {
    font-size: 1.6vw;
    line-height: 1.8vw;
  }
  .InnerGIGABYTEContent .text {
    font-size: 16px;
    line-height: 24px;
  }
  .InnerGIGABYTEContent .frame {
    width: 960px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .video video,
  .InnerGIGABYTEContent .video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0%;
    top: 0;
  }
  .InnerGIGABYTEContent .title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
  }
  .InnerGIGABYTEContent .note {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.25em;
    margin-left: 0.4em;
    text-indent: -0.4em;
    color: #4d4d4d;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .frame {
    width: 640px;
    padding: 1.5em 0;
  }
  .InnerGIGABYTEContent .title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .InnerGIGABYTEContent .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  .InnerGIGABYTEContent .img-large {
    display: none;
  }
  .InnerGIGABYTEContent .img-small {
    display: block;
  }
}

.InnerGIGABYTEContent {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Titillium Web", arial, sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent ::selection {
  background: #b270c7;
  color: #000;
}
.InnerGIGABYTEContent .secpageline {
  height: 55px;
  width: 100%;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.InnerGIGABYTEContent #designconcept {
  position: relative;
}
.InnerGIGABYTEContent #designconcept .titlesection {
  top: -2%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
}
.InnerGIGABYTEContent #designconcept .text {
  position: absolute;
  top: 10%;
  width: 80%;
  z-index: 99;
}
.InnerGIGABYTEContent #designconcept img {
  z-index: 50;
}
.InnerGIGABYTEContent .titlesection {
  text-align: center;
  margin-top: 2%;
  padding-top: 1%;
}
.InnerGIGABYTEContent #rgbsection {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #rgbsection .titlesection {
  text-align: left;
  margin-left: 15%;
}
.InnerGIGABYTEContent #rgbsection #img02 {
  position: absolute;
}
.InnerGIGABYTEContent #rgbsection #img03 {
  position: absolute;
}
.InnerGIGABYTEContent .rgbsectioncon {
  animation: rgbsectionani 1s linear 1;
  -webkit-animation: rgbsectionani 1s linear 1;
}
@keyframes rgbsectionani {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rgbsectionani {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.InnerGIGABYTEContent .lineallbg {
  background: #46e6e6;
  width: 100%;
  height: 1px;
}
.InnerGIGABYTEContent .img-small {
  display: none;
}
.InnerGIGABYTEContent .content {
  background: #13ecf3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #13ecf3 0%, #b272c9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #13ecf3 0%, #b272c9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #13ecf3 0%, #b272c9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13ecf3', endColorstr='#b272c9',GradientType=1 );
  /* IE6-9 */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.4vw;
  text-transform: uppercase;
  font-family: "myfont", "Arial", "cwTeXHei", "Microsoft JhengHei";
}
.InnerGIGABYTEContent .seccontent {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent .seccontent .titlesection {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: -1%;
}
.InnerGIGABYTEContent .seccontent .text {
  position: absolute;
  font-size: 0.58em;
  text-align: justify;
  top: 13%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.InnerGIGABYTEContent #recommend .titlesection {
  left: -4%;
}
.InnerGIGABYTEContent #recommend .text {
  top: 25%;
  width: 44%;
  left: 14%;
}
.InnerGIGABYTEContent #acoustic {
  position: relative;
}
.InnerGIGABYTEContent #acoustic .acousticbox {
  border: 2px solid #13ecf3;
  padding: 10px;
  text-align: center;
}
.InnerGIGABYTEContent #acoustic .titlesection {
  top: -2%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 99;
}
.InnerGIGABYTEContent #acoustic .text {
  top: 8%;
  width: 80%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 99;
}
.InnerGIGABYTEContent #acoustic .text1 {
  top: 24%;
  left: 64%;
  color: #fff;
  font-size: 0.8vw;
  line-height: 30px;
  font-family: "myfont", "cwTeXHei", "Microsoft JhengHei";
  position: absolute;
  z-index: 99;
}
.InnerGIGABYTEContent #acoustic video {
  z-index: 50;
}
.InnerGIGABYTEContent #acoustic .aco2 {
  font-size: 2vw;
  margin-bottom: 2%;
  margin-top: 4%;
  line-height: 40px;
}
.InnerGIGABYTEContent #acoustic .acousticbox p {
  color: #13ecf3;
  font-weight: bold;
  padding: 30px 0 0px 0;
  font-size: 1vw;
}
.InnerGIGABYTEContent #acoustic .acousticbox span {
  font-size: 4em;
}
.InnerGIGABYTEContent .section01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8em;
  line-height: 1em;
  color: #fff;
  margin-bottom: 6%;
  margin-top: 6%;
}
.InnerGIGABYTEContent .secbox {
  padding: 20px;
  border: 2px solid #46e6e6;
  font-family: "Oswald", "Arial", "cwTeXHei", "Microsoft JhengHei";
  width: 20%;
  margin-right: 2%;
  min-height: 180px;
  background: #000;
}
.InnerGIGABYTEContent .section01 .tab2 {
  font-size: 2.2vw;
  line-height: 1em;
}
.InnerGIGABYTEContent .secbox sup {
  font-size: 0.4em;
  vertical-align: super;
}
.InnerGIGABYTEContent .secbox p {
  color: #46e6e6;
  font-size: 0.5em;
  margin-top: 0;
  margin-bottom: 0;
}
.InnerGIGABYTEContent .secbox .list01 {
  color: #46e6e6;
  font-size: 1vw;
  line-height: 1em;
}
@media screen and (max-width: 1600px) {
  .InnerGIGABYTEContent .section01 {
    font-size: 3vw;
    line-height: 1em;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .seccontent .text {
    font-size: 1.2vw;
  }
  .InnerGIGABYTEContent .secbox {
    min-height: 130px;
  }
  .InnerGIGABYTEContent #recommend .text {
    top: 20%;
    width: 60%;
    left: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .img-large {
    display: none;
  }
  .InnerGIGABYTEContent .img-small {
    display: block;
  }
  .InnerGIGABYTEContent #acoustic .acousticbox {
    margin: 0 auto;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #acoustic .acousticbox {
    border: 2px solid #13ecf3;
    padding: 10px;
    text-align: center;
    margin-bottom: 4%;
    width: 260px;
  }
  .InnerGIGABYTEContent #acoustic .titlesection {
    top: 0%;
    position: static;
  }
  .InnerGIGABYTEContent #acoustic .text {
    width: 100%;
    margin: 0 auto;
    position: static;
  }
  .InnerGIGABYTEContent #acoustic .text1 {
    position: static;
    margin-top: 10%;
  }
  .InnerGIGABYTEContent #acoustic .aco2 {
    font-size: 30px;
    margin-bottom: 0%;
    margin-top: 0%;
    line-height: 40px;
  }
  .InnerGIGABYTEContent #acoustic .acousticbox span {
    font-size: 60px;
  }
  .InnerGIGABYTEContent #designconcept .titlesection {
    position: static;
  }
  .InnerGIGABYTEContent #designconcept .text {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent #rgbsection .titlesection {
    text-align: center;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent .content {
    font-size: 40px;
    line-height: 50px;
  }
  .InnerGIGABYTEContent .seccontent .titlesection {
    position: static;
    top: 0%;
  }
  .InnerGIGABYTEContent .titlesection {
    width: 90%;
    margin: 0 auto;
    margin-top: 6%;
  }
  .InnerGIGABYTEContent .seccontent .text {
    position: static;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .InnerGIGABYTEContent #recommend .text {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent .section01 {
    display: block;
    font-size: 30px;
  }
  .InnerGIGABYTEContent .section01 .tab2 {
    font-size: 30px;
    line-height: 1em;
  }
  .InnerGIGABYTEContent .secbox p {
    font-size: 20px;
  }
  .InnerGIGABYTEContent .secbox {
    width: 60%;
    margin: 0 auto;
    margin-top: 2%;
    min-height: auto;
  }
}

.InnerGIGABYTEContent #performance01 .carousel-indicators {
  position: static;
  z-index: 15;
  width: 80%;
  margin-left: 0%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 2px solid #46e6e6;
}
.InnerGIGABYTEContent #performance01 .carousel-indicators li {
  text-indent: 0;
  height: 60px;
  width: 30%;
  border: 0;
  border-radius: 0px;
  color: #585858;
  font-family: "Oswald", "Arial", "cwTeXHei", "Microsoft JhengHei";
  font-size: 36px;
  line-height: 40px;
  position: relative;
  text-align: right;
}
.InnerGIGABYTEContent #performance01 .carousel-indicators li:nth-child(2) {
  text-align: left;
  border-left: 1px solid #fff;
  margin-left: 30px;
}
.InnerGIGABYTEContent #performance01 .carousel-indicators li:nth-child(2) .tablisttext {
  margin-left: 30px;
}
.InnerGIGABYTEContent #performance01 .carousel-indicators .active {
  text-indent: 0;
  height: 60px;
  border: 0;
  border-radius: 0px;
  color: #fff;
  background-color: transparent;
}
.InnerGIGABYTEContent #performance01 .carousel-indicators li:hover {
  position: relative;
}
.InnerGIGABYTEContent #performance01 .carousel-indicators .tablistbg {
  width: 100%;
  transition: all 0.1s linear;
  height: 60px;
  background: #46e6e6;
  transform: scaleX(0);
  top: 0;
  z-index: 20;
}
.InnerGIGABYTEContent #performance01 .carousel-indicators .tablisttext {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.InnerGIGABYTEContent #performance01 .carousel-indicators li:hover .tablistbg {
  transform: scaleX(1);
}
.InnerGIGABYTEContent #performance01 .carousel-inner {
  padding-bottom: 2%;
}
.InnerGIGABYTEContent #performance01 .carousel-control.left,
.InnerGIGABYTEContent #performance01 .carousel-control.right {
  background-image: none;
}
.InnerGIGABYTEContent #performance01 .carousel-control .icon-prev,
.InnerGIGABYTEContent #performance01 .carousel-control .icon-next,
.InnerGIGABYTEContent #performance01 .carousel-control .glyphicon-chevron-left,
.InnerGIGABYTEContent #performance01 .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.InnerGIGABYTEContent #performance01 .glyphicon-chevron-left:before {
  content: "";
}
.InnerGIGABYTEContent #performance01 .glyphicon-chevron-right:before {
  content: "";
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #performance01 .carousel-control .icon-prev,
  .InnerGIGABYTEContent #performance01 .carousel-control .icon-next,
  .InnerGIGABYTEContent #performance01 .carousel-control .glyphicon-chevron-left,
  .InnerGIGABYTEContent #performance01 .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .InnerGIGABYTEContent #performance01 .carousel-indicators {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #performance01 .carousel-indicators {
    width: 90%;
    display: block;
    margin-top: 2%;
    border-bottom: 0px solid #46e6e6;
  }
  .InnerGIGABYTEContent #performance01 .carousel-indicators li {
    width: 100%;
    height: 40px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .InnerGIGABYTEContent #performance01 .carousel-indicators li:nth-child(2) {
    text-align: center;
    border-left: 0px solid #fff;
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #performance01 .carousel-indicators li:nth-child(2) .tablisttext {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #performance01 .carousel-indicators .active {
    width: 100%;
    height: 40px;
    background: #46e6e6;
    color: #000;
  }
  .InnerGIGABYTEContent #performance01 .carousel-indicators .tablistbg {
    height: 40px;
  }
}

.InnerGIGABYTEContent #performance02 {
  padding-top: 2px;
}
.InnerGIGABYTEContent #performance02 .carousel-indicators {
  position: static;
  z-index: 15;
  width: 80%;
  margin-left: 0%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 2px solid #46e6e6;
  margin-top: 2%;
}
.InnerGIGABYTEContent #performance02 .carousel-indicators li {
  text-indent: 0;
  height: 90px;
  width: 33%;
  border: 0;
  border-radius: 0px;
  color: #585858;
  font-family: "Oswald", "Arial", "cwTeXHei", "Microsoft JhengHei";
  font-size: 36px;
  line-height: 40px;
  position: relative;
  margin: 0 auto;
}
.InnerGIGABYTEContent #performance02 .carousel-indicators li:nth-child(2) {
  border-left: 1px solid #fff;
  margin-left: 30px;
}
.InnerGIGABYTEContent #performance02 .carousel-indicators li:nth-child(3) {
  border-left: 1px solid #fff;
  margin-left: 30px;
}
.InnerGIGABYTEContent #performance02 .carousel-indicators li:nth-child(2) .tablisttext {
  margin-left: 30px;
}
.InnerGIGABYTEContent #performance02 .carousel-indicators li:nth-child(3) .tablisttext {
  margin-left: 30px;
}
.InnerGIGABYTEContent #performance02 .carousel-indicators .active {
  text-indent: 0;
  border: 0;
  border-radius: 0px;
  color: #fff;
  background-color: transparent;
}
.InnerGIGABYTEContent #performance02 .carousel-indicators li:hover {
  position: relative;
}
.InnerGIGABYTEContent #performance02 .carousel-indicators .tablistbg {
  width: 100%;
  transition: all 0.1s linear;
  height: 60px;
  background: #46e6e6;
  transform: scaleX(0);
  top: 0;
  z-index: 20;
}
.InnerGIGABYTEContent #performance02 .carousel-indicators .tablisttext {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.InnerGIGABYTEContent #performance02 .carousel-indicators li:hover .tablistbg {
  transform: scaleX(1);
}
.InnerGIGABYTEContent #performance02 .carousel-inner {
  padding-bottom: 2%;
}
.InnerGIGABYTEContent #performance02 .carousel-control.left,
.InnerGIGABYTEContent #performance02 .carousel-control.right {
  background-image: none;
}
.InnerGIGABYTEContent #performance02 .carousel-control .icon-prev,
.InnerGIGABYTEContent #performance02 .carousel-control .icon-next,
.InnerGIGABYTEContent #performance02 .carousel-control .glyphicon-chevron-left,
.InnerGIGABYTEContent #performance02 .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.InnerGIGABYTEContent #performance02 .glyphicon-chevron-left:before {
  content: "";
}
.InnerGIGABYTEContent #performance02 .glyphicon-chevron-right:before {
  content: "";
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #performance02 .carousel-control .icon-prev,
  .InnerGIGABYTEContent #performance02 .carousel-control .icon-next,
  .InnerGIGABYTEContent #performance02 .carousel-control .glyphicon-chevron-left,
  .InnerGIGABYTEContent #performance02 .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .InnerGIGABYTEContent #performance02 .carousel-indicators {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #performance02 .carousel-indicators {
    width: 90%;
    display: block;
    margin-top: 2%;
    border-bottom: 0px solid #46e6e6;
  }
  .InnerGIGABYTEContent #performance02 .carousel-indicators li {
    width: 100%;
    height: 80px;
    font-size: 26px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #performance02 .carousel-indicators li:nth-child(2) {
    border-left: 0px solid #fff;
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #performance02 .carousel-indicators li:nth-child(3) {
    border-left: 0px solid #fff;
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #performance02 .carousel-indicators li:nth-child(2) .tablisttext {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #performance02 .carousel-indicators li:nth-child(3) .tablisttext {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #performance02 .carousel-indicators .active {
    width: 100%;
    background: #46e6e6;
    color: #000;
  }
  .InnerGIGABYTEContent #performance02 .carousel-indicators .tablistbg {
    height: 40px;
  }
}

.InnerGIGABYTEContent #expansionIO .carousel-indicators {
  position: static;
  z-index: 15;
  width: 80%;
  margin-left: 0%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 2px solid #46e6e6;
  margin-top: 0%;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li {
  text-indent: 0;
  height: 60px;
  width: 20%;
  border: 0;
  border-radius: 0px;
  color: #585858;
  font-family: "Oswald", "Arial", "cwTeXHei", "Microsoft JhengHei";
  font-size: 1em;
  position: relative;
  margin: 0 auto;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(2) {
  border-left: 1px solid #fff;
  margin-left: 10px;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(3) {
  border-left: 1px solid #fff;
  margin-left: 10px;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(4) {
  border-left: 1px solid #fff;
  margin-left: 10px;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(5) {
  border-left: 1px solid #fff;
  margin-left: 10px;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(2) .tablisttext {
  margin-left: 10px;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(3) .tablisttext {
  margin-left: 10px;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(4) .tablisttext {
  margin-left: 10px;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(5) .tablisttext {
  margin-left: 10px;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators .active {
  text-indent: 0;
  border: 0;
  border-radius: 0px;
  color: #fff;
  background-color: transparent;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li:hover {
  position: relative;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators .tablistbg {
  width: 100%;
  transition: all 0.1s linear;
  height: 60px;
  background: #46e6e6;
  transform: scaleX(0);
  top: 0;
  z-index: 20;
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators .tablisttext {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.InnerGIGABYTEContent #expansionIO .carousel-indicators li:hover .tablistbg {
  transform: scaleX(1);
}
.InnerGIGABYTEContent #expansionIO .carousel-control.left,
.InnerGIGABYTEContent #expansionIO .carousel-control.right {
  background-image: none;
}
.InnerGIGABYTEContent #expansionIO .carousel-control .icon-prev,
.InnerGIGABYTEContent #expansionIO .carousel-control .icon-next,
.InnerGIGABYTEContent #expansionIO .carousel-control .glyphicon-chevron-left,
.InnerGIGABYTEContent #expansionIO .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.InnerGIGABYTEContent #expansionIO .glyphicon-chevron-left:before {
  content: "";
}
.InnerGIGABYTEContent #expansionIO .glyphicon-chevron-right:before {
  content: "";
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #expansionIO .carousel-control .icon-prev,
  .InnerGIGABYTEContent #expansionIO .carousel-control .icon-next,
  .InnerGIGABYTEContent #expansionIO .carousel-control .glyphicon-chevron-left,
  .InnerGIGABYTEContent #expansionIO .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators {
    width: 90%;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators li {
    font-size: 2vw;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent #expansionIO .carousel-indicators {
    width: 90%;
    display: block;
    margin-top: 2%;
    border-bottom: 0px solid #46e6e6;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators li {
    width: 100%;
    height: 40px;
    font-size: 26px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(2) {
    border-left: 0px solid #fff;
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(3) {
    border-left: 0px solid #fff;
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(4) {
    border-left: 0px solid #fff;
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(5) {
    border-left: 0px solid #fff;
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(2) .tablisttext {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(3) .tablisttext {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(4) .tablisttext {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators li:nth-child(5) .tablisttext {
    margin-left: 0px;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators .active {
    width: 100%;
    height: 40px;
    background: #46e6e6;
    color: #000;
  }
  .InnerGIGABYTEContent #expansionIO .carousel-indicators .tablistbg {
    height: 40px;
  }
}

.InnerGIGABYTEContent .eagle_font_title {
  font-family: "Orbitron", "Arial", "cwTeXHei", "Microsoft JhengHei";
}
.InnerGIGABYTEContent .eagle_font_p {
  font-family: "Noto Sans", "Arial", "cwTeXHei", "Microsoft JhengHei";
}
.InnerGIGABYTEContent .eagle_font_title_b {
  font-weight: bold;
}
.InnerGIGABYTEContent .eagle_performance_h2 {
  font-weight: bold;
  font-size: 26px;
  color: #eee;
  letter-spacing: 2px;
  line-height: 45px;
}
.InnerGIGABYTEContent .performance_h3 {
  font-size: 16px;
  color: #eee;
  letter-spacing: 1px;
  padding: 15px 0 20px;
  line-height: 35px;
}
.InnerGIGABYTEContent .performance_h3_shadow {
  font-size: 18px;
  color: #eee;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
}
@media screen and (min-width: 1500px) {
  .InnerGIGABYTEContent .eagle_performance_h2 {
    font-weight: bold;
    font-size: 32px;
    color: #eee;
    letter-spacing: 2px;
    line-height: 45px;
  }
  .InnerGIGABYTEContent .performance_h3 {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
    padding: 15px 0 20px;
    line-height: 35px;
  }
  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .InnerGIGABYTEContent .eagle_performance_h2 {
    font-weight: bold;
    font-size: 32px;
    color: #eee;
    letter-spacing: 2px;
    line-height: 45px;
  }
  .InnerGIGABYTEContent .performance_h3 {
    font-size: 17px;
    color: #eee;
    letter-spacing: 1px;
    padding: 10px 0 15px;
  }
  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .InnerGIGABYTEContent .performance_h3 {
    font-size: 15px;
    color: #eee;
    letter-spacing: 1px;
    padding: 5px 0 10px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .InnerGIGABYTEContent .performance_h3 {
    font-size: 16px;
    line-height: 24px;
    color: #eee;
    letter-spacing: 1px;
    padding: 10px 0 15px 0;
  }
  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }
}
@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent .eagle_performance_h2 {
    font-weight: bold;
    font-size: 20px;
    color: #eee;
    letter-spacing: 2px;
    line-height: 22px;
  }
  .InnerGIGABYTEContent .performance_h3 {
    font-size: 14px;
    line-height: 20px;
    color: #eee;
    letter-spacing: 1px;
    padding: 5px 0 10px 0;
  }
  .InnerGIGABYTEContent .performance_h3_shadow {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }
}

.InnerGIGABYTEContent #thunderbolt4 {
  position: relative;
}
.InnerGIGABYTEContent #thunderbolt4 .frame {
  position: absolute;
  top: 4%;
  left: 14%;
  width: 70%;
}
.InnerGIGABYTEContent #thunderbolt4 .subtitle {
  margin-top: 4%;
}
.InnerGIGABYTEContent #thunderbolt4 .text {
  width: 50%;
}
.InnerGIGABYTEContent #expansion01 {
  position: relative;
  background-image: url("../innergigabyteimages/linebg.jpg");
}
.InnerGIGABYTEContent #cnvi {
  position: relative;
}
.InnerGIGABYTEContent #cnvi .frame {
  position: absolute;
  top: 14%;
  left: 14%;
  width: 40%;
}
.InnerGIGABYTEContent #modular {
  position: relative;
  background-image: url("../innergigabyteimages/linebg.jpg");
}
.InnerGIGABYTEContent #modular .frame {
  position: absolute;
  top: 12%;
  left: 14%;
  width: 20%;
}
.InnerGIGABYTEContent #gbelan {
  position: relative;
}
.InnerGIGABYTEContent #gbelan .frame {
  position: absolute;
  top: 4%;
  left: 22%;
}
.InnerGIGABYTEContent #gbelan .text {
  width: 48%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #gbelan .frame {
    top: 0%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #thunderbolt4 .text {
    width: 100%;
  }
  .InnerGIGABYTEContent #aorus-antenna .frame,
  .InnerGIGABYTEContent #gbelan .frame, .InnerGIGABYTEContent #thunderbolt4 .frame {
    position: static;
  }
  .InnerGIGABYTEContent #cnvi .frame, .InnerGIGABYTEContent #modular .frame {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #gbelan .text {
    width: 100%;
  }
}

.InnerGIGABYTEContent #Intel12th {
  background-image: url("../innergigabyteimages/linebg.jpg");
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 800px;
  position: relative;
  max-width: 1920px;
  overflow: hidden;
}
.InnerGIGABYTEContent #Intel12th .frame {
  position: absolute;
  top: 16%;
  left: 16%;
}
.InnerGIGABYTEContent #Intel12th .text {
  width: 50%;
}
.InnerGIGABYTEContent #Intel12th img {
  position: absolute;
  top: 0%;
  left: 44%;
}
.InnerGIGABYTEContent #Intel12th .frame img {
  position: static;
  margin-top: 4%;
  float: right;
}
.InnerGIGABYTEContent #Hiaudio {
  background-image: url("../innergigabyteimages/linebg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 800px;
  position: relative;
  max-width: 1920px;
  padding-top: 4%;
}
.InnerGIGABYTEContent #Hiaudio .conbox1 {
  position: relative;
  display: inline-block;
  width: 46%;
}
.InnerGIGABYTEContent #Hiaudio .conbox1 img {
  float: right;
}
.InnerGIGABYTEContent #Hiaudio .conbox2 {
  position: relative;
  display: inline-block;
  width: 46%;
  vertical-align: top;
  padding-top: 4%;
  margin-left: 4%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #Intel12th .frame {
    position: absolute;
    top: 4%;
    left: 12%;
  }
  .InnerGIGABYTEContent #Intel12th img {
    position: absolute;
    top: 0%;
    left: 30%;
  }
  .InnerGIGABYTEContent #Hiaudio {
    min-height: 0;
    padding-top: 10%;
  }
  .InnerGIGABYTEContent #Intel12th {
    min-height: 400;
  }
}
@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent #Hiaudio {
    min-height: 0;
    padding-top: 10%;
  }
  .InnerGIGABYTEContent #Intel12th {
    min-height: 0;
  }
  .InnerGIGABYTEContent #Intel12th .frame {
    position: static;
  }
  .InnerGIGABYTEContent #Intel12th .text {
    width: 100%;
  }
  .InnerGIGABYTEContent #Intel12th img {
    position: static;
    margin-top: 6%;
  }
  .InnerGIGABYTEContent #Intel12th .frame img {
    position: static;
    float: none;
    margin: 0 auto;
    margin-top: 4%;
  }
  .InnerGIGABYTEContent #Hiaudio .conbox1 {
    width: 100%;
  }
  .InnerGIGABYTEContent #Hiaudio .conbox1 img {
    float: none;
  }
  .InnerGIGABYTEContent #Hiaudio .conbox2 {
    width: 100%;
    padding-top: 4%;
    margin-left: 4%;
  }
}

.InnerGIGABYTEContent svg {
  height: 0;
  width: 0;
  visibility: hidden;
}
.InnerGIGABYTEContent .wrapper {
  max-width: 80%;
}
.InnerGIGABYTEContent .btn01 {
  font-family: inherit;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 0.75em 1em;
  letter-spacing: 2px;
}
.InnerGIGABYTEContent .btn01:focus {
  outline: none;
  box-shadow: 0 0 0 5px #212121, 0 0 0 7px orange;
}
.InnerGIGABYTEContent .btn01:hover {
  cursor: pointer;
}
.InnerGIGABYTEContent .btn01 {
  -webkit-filter: url(#noise);
  filter: url(#noise);
}
