@import url("https://fonts.googleapis.com/css2?family=Play&display=swap");
body {
  color: #716f70;
}

.InnerGIGABYTEContent {
  font-family: 'Play','Arial', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.InnerGIGABYTEContent img {
  width: 100%;
  outline: none;
  border: 0;
}
.InnerGIGABYTEContent .frame {
  margin: 0 auto;
  padding: 1em 0;
  overflow: hidden;
  width: 1366px;
}
.InnerGIGABYTEContent #playBtn {
  cursor: pointer;
}
.InnerGIGABYTEContent .frame.full {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent .title {
    font-size: 1.7vw;
    line-height: 1.8vw;
    color: #716f70;
  }
}
.InnerGIGABYTEContent .subtitle {
  color: #808080;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 1%;
  font-weight: bold;
}
.InnerGIGABYTEContent .text {
  font-weight: 300;
  font-size: 1vw;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #000000;
  font-family: 'Play', arial,sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  margin-top: 6px;
  color: #cccccc;
}
.InnerGIGABYTEContent .video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
}
.InnerGIGABYTEContent .video video, .InnerGIGABYTEContent .video iframe {
  height: 80%;
  width: 80%;
  position: absolute;
  right: 8%;
  top: 0;
}
.InnerGIGABYTEContent p {
  margin: 0.5em 0;
}
.InnerGIGABYTEContent .mainbar {
  width: 100%;
  background: #111;
  overflow: auto;
  height: 140px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  border-bottom: #111 solid 1px;
  text-align: center;
  transition: all 300ms ease-in-out;
}
.InnerGIGABYTEContent .mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}
.InnerGIGABYTEContent .mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}
.InnerGIGABYTEContent .mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}
.InnerGIGABYTEContent .mainbar .btn a:hover {
  color: #ec6c00;
}
.InnerGIGABYTEContent .table {
  overflow: visible;
}
.InnerGIGABYTEContent .table .cell {
  display: table-cell;
  vertical-align: middle;
}
.InnerGIGABYTEContent .table .cell_HIDE {
  display: none;
  vertical-align: middle;
}
.InnerGIGABYTEContent .table .cell_SHOW {
  display: table-cell;
  vertical-align: middle;
}
.InnerGIGABYTEContent .table .cell .left {
  float: left;
  margin-left: 5%;
  text-align: left;
}
.InnerGIGABYTEContent .table .cell .right {
  float: right;
  margin-right: 5%;
  text-align: left;
}
.InnerGIGABYTEContent .table .cell .center {
  padding: 0em 30px 0;
  overflow: visible;
}
.InnerGIGABYTEContent .table .cell .offsetRight {
  margin-right: -25%;
}
.InnerGIGABYTEContent .table .cell .offsetLeft {
  margin-left: -25%;
}
.InnerGIGABYTEContent .table .cell .btn a {
  color: #fff;
  background-color: #036;
  border-radius: 5px;
  box-shadow: 0px 0px 16px #046fcc inset;
  padding: 8px 16px;
  text-decoration: none;
  -o-transition: background .10s linear;
  -webkit-transition: background .10s linear;
  -moz-transition: background .10s linear;
  transition: background .10s linear;
}
.InnerGIGABYTEContent .table .cell .btn a:hover {
  background-color: #03C;
}
.InnerGIGABYTEContent .table .img {
  margin-top: 30px;
}
.InnerGIGABYTEContent .table .side {
  width: 10%;
  display: block;
}
.InnerGIGABYTEContent .table .margin0auto {
  margin-left: auto;
  margin-right: auto;
}
.InnerGIGABYTEContent .table .break {
  clear: both;
}
.InnerGIGABYTEContent .table .col1, .InnerGIGABYTEContent .table .col1s, .InnerGIGABYTEContent .table .col1l {
  width: 9.5%;
}
.InnerGIGABYTEContent .table .col2, .InnerGIGABYTEContent .table .col2s, .InnerGIGABYTEContent .table .col2l {
  width: 19%;
}
.InnerGIGABYTEContent .table .col3, .InnerGIGABYTEContent .table .col3s, .InnerGIGABYTEContent .table .col3l {
  width: 28.5%;
}
.InnerGIGABYTEContent .table .col4, .InnerGIGABYTEContent .table .col4s, .InnerGIGABYTEContent .table .col4l {
  width: 38%;
}
.InnerGIGABYTEContent .table .col5, .InnerGIGABYTEContent .table .col5s, .InnerGIGABYTEContent .table .col5l {
  width: 47.5%;
}
.InnerGIGABYTEContent .table .col52, .InnerGIGABYTEContent .table .col52s {
  width: auto;
}
.InnerGIGABYTEContent .table .col6, .InnerGIGABYTEContent .table .col6s, .InnerGIGABYTEContent .table .col6l {
  width: 40%;
}
.InnerGIGABYTEContent .table .col7, .InnerGIGABYTEContent .table .col7s, .InnerGIGABYTEContent .table .col7l {
  width: 66.5%;
}
.InnerGIGABYTEContent .table .col8, .InnerGIGABYTEContent .table .col8s, .InnerGIGABYTEContent .table .col8l {
  width: 76%;
}
.InnerGIGABYTEContent .table .col9, .InnerGIGABYTEContent .table .col9s, .InnerGIGABYTEContent .table .col9l {
  width: 85.5%;
}
.InnerGIGABYTEContent .table .col10, .InnerGIGABYTEContent .table .col10s, .InnerGIGABYTEContent .table .col10l {
  width: 95%;
}
.InnerGIGABYTEContent .img-large {
  display: block;
}
.InnerGIGABYTEContent .img-small {
  display: none;
}
.InnerGIGABYTEContent #header {
  position: relative;
  background-repeat: no-repeat;
}
.InnerGIGABYTEContent #header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
}
.InnerGIGABYTEContent #header .frame {
  padding-top: 0;
}
.InnerGIGABYTEContent .imgscale {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.InnerGIGABYTEContent .imgscale:hover {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}
.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .InnerGIGABYTEContent .subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .InnerGIGABYTEContent .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.25em;
    margin-left: 0.4em;
    text-indent: -0.4em;
    color: #4D4D4D;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .title {
    font-size: 1.6vw;
    line-height: 1.8vw;
  }
  .InnerGIGABYTEContent .table .col6l {
    width: 50%;
  }
  .InnerGIGABYTEContent .table .col52, .InnerGIGABYTEContent .table .col52s {
    width: auto;
  }
  .InnerGIGABYTEContent .frame {
    width: 960px;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .video video, .InnerGIGABYTEContent .video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0%;
    top: 0;
  }
  .InnerGIGABYTEContent .title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    color: #000;
  }
  .InnerGIGABYTEContent .text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #000;
  }
  .InnerGIGABYTEContent .note {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.25em;
    margin-left: 0.4em;
    text-indent: -0.4em;
    color: #4D4D4D;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .frame {
    width: 640px;
    padding: 1.5em 0;
  }
  .InnerGIGABYTEContent .table .col52, .InnerGIGABYTEContent .table .col52s {
    width: 95%;
  }
  .InnerGIGABYTEContent .title {
    font-size: 1.3em;
    line-height: 1.1em;
  }
  .InnerGIGABYTEContent .title span {
    background-image: url("");
    padding-bottom: 0px;
    padding-right: 0%;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }
  .InnerGIGABYTEContent #header .title {
    width: auto;
    font-size: 1.1em;
    margin-top: -24px;
  }
  .InnerGIGABYTEContent #header .frame {
    padding: 0em 0 1em;
  }
  .InnerGIGABYTEContent .table .col5, .InnerGIGABYTEContent .table .col5s, .InnerGIGABYTEContent .table .col5l {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .table .col6l {
    width: auto;
  }
  .InnerGIGABYTEContent .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .InnerGIGABYTEContent .title {
    font-size: 1.2em;
  }
  .InnerGIGABYTEContent .suborangetitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1%;
  }
  .InnerGIGABYTEContent .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  .InnerGIGABYTEContent .table {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_HIDE {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_SHOW {
    display: none;
  }
  .InnerGIGABYTEContent .table .col1l, .InnerGIGABYTEContent .table .col2l, .InnerGIGABYTEContent .table .col3l, .InnerGIGABYTEContent .table .col4l, .InnerGIGABYTEContent .table .col5l, .InnerGIGABYTEContent .table .col6l, .InnerGIGABYTEContent .table .col7l, .InnerGIGABYTEContent .table .col8l, .InnerGIGABYTEContent .table .col9l, .InnerGIGABYTEContent .table .col10l {
    width: 100%;
    margin: 0;
  }
  .InnerGIGABYTEContent .table .col1, .InnerGIGABYTEContent .table .col2, .InnerGIGABYTEContent .table .col3, .InnerGIGABYTEContent .table .col4, .InnerGIGABYTEContent .table .col5, .InnerGIGABYTEContent .table .col6, .InnerGIGABYTEContent .table .col7, .InnerGIGABYTEContent .table .col8, .InnerGIGABYTEContent .table .col9, .InnerGIGABYTEContent .table .col10 {
    width: 90;
    margin: 0 0;
  }
  .InnerGIGABYTEContent .table .col1s, .InnerGIGABYTEContent .table .col2s, .InnerGIGABYTEContent .table .col3s, .InnerGIGABYTEContent .table .col4s, .InnerGIGABYTEContent .table .col5s, .InnerGIGABYTEContent .table .col6s, .InnerGIGABYTEContent .table .col7s, .InnerGIGABYTEContent .table .col8s, .InnerGIGABYTEContent .table .col9s, .InnerGIGABYTEContent .table .col10s {
    width: 60%;
    margin: 0 20%;
  }
  .InnerGIGABYTEContent .table .cell .left, .InnerGIGABYTEContent .table .cell .right, .InnerGIGABYTEContent .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }
  .InnerGIGABYTEContent .table .cell .center {
    padding: 0 0 0;
  }
  .InnerGIGABYTEContent .table .cell .offsetRight, .InnerGIGABYTEContent .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }
  .InnerGIGABYTEContent .table .side {
    display: none;
  }
  .InnerGIGABYTEContent .img-large {
    display: none;
  }
  .InnerGIGABYTEContent .img-small {
    display: block;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }
  .InnerGIGABYTEContent #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }
}

.InnerGIGABYTEContent #choosebar .liststylebox {
  margin-left: 22%;
}
.InnerGIGABYTEContent #choosebar {
  position: fixed;
  top: 0%;
  left: 0%;
  transition: all ease 400ms;
  z-index: 998;
  width: 20.5%;
  height: 100vh;
  background-image: url(../innergigabyteimages/left_title_bg02.png);
  background-position: top top;
  background-repeat: no-repeat;
  overflow: hidden;
  display: none;
  background-size: 100%;
}
@media screen and (max-width: 1920px) {
  .InnerGIGABYTEContent #choosebar .liststylebox {
    margin-left: 30%;
  }
}
.InnerGIGABYTEContent #choosebar .listtext {
  display: inline-block;
  text-transform: uppercase;
  color: #E0E0E0;
  font-size: 1vw;
  line-height: 1.8vw;
  padding-left: 4%;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.InnerGIGABYTEContent #choosebar .liststyle {
  text-align: left;
  cursor: pointer;
  min-width: 20vw;
}
.InnerGIGABYTEContent #choosebar .listtext:hover {
  color: #00FFC6;
}
.InnerGIGABYTEContent #choosebar .listicon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: transparent;
  border: 1px solid #00FFC6;
}
.InnerGIGABYTEContent #li01:hover .listtext,
.InnerGIGABYTEContent #li02:hover .listtext,
.InnerGIGABYTEContent #li03:hover .listtext,
.InnerGIGABYTEContent #li04:hover .listtext,
.InnerGIGABYTEContent #li05:hover .listtext,
.InnerGIGABYTEContent #li06:hover .listtext,
.InnerGIGABYTEContent #li07:hover .listtext,
.InnerGIGABYTEContent #li08:hover .listtext,
.InnerGIGABYTEContent #li09:hover .listtext {
  font-weight: bold;
  color: #00FFC6;
}
.InnerGIGABYTEContent #li01:hover .listicon,
.InnerGIGABYTEContent #li02:hover .listicon,
.InnerGIGABYTEContent #li03:hover .listicon,
.InnerGIGABYTEContent #li04:hover .listicon,
.InnerGIGABYTEContent #li05:hover .listicon,
.InnerGIGABYTEContent #li06:hover .listicon,
.InnerGIGABYTEContent #li07:hover .listicon,
.InnerGIGABYTEContent #li08:hover .listicon,
.InnerGIGABYTEContent #li09:hover .listicon {
  background: #00FFC6;
}
.InnerGIGABYTEContent .anion01 {
  -webkit-animation: visionbarcon 2s linear;
  -moz-animation: visionbarcon 2s linear;
  -ms-animation: visionbarcon 2s linear;
  -o-animation: visionbarcon 2s linear;
  animation: visionbarcon 2s linear;
}
.InnerGIGABYTEContent .anion02 {
  -webkit-animation: visionbartext 2s linear;
  -moz-animation: visionbartext 2s linear;
  -ms-animation: visionbartext 2s linear;
  -o-animation: visionbartext 2s linear;
  animation: visionbartext 2s linear;
}
@keyframes visionbarcon {
  0% {
    border: 1px solid #00FFC6;
  }
  20% {
    background: #00FFC6;
  }
  80% {
    background: #00FFC6;
  }
  100% {
    border: 1px solid #00FFC6;
  }
}
@keyframes visionbartext {
  0% {
    color: #E0E0E0;
    font-size: 1vw;
  }
  20% {
    color: #00FFC6;
    font-size: 1.1vw;
  }
  80% {
    color: #00FFC6;
    font-size: 1.1vw;
  }
  100% {
    color: #E0E0E0;
    font-size: 1vw;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #choosebar .listtext {
    font-size: 13px;
    line-height: 16px;
  }
  .InnerGIGABYTEContent #choosebar .liststyle {
    max-height: 24px;
  }
  .InnerGIGABYTEContent #choosebar #li01:hover .listtext, .InnerGIGABYTEContent #choosebar #galleryclick:hover .listtext, .InnerGIGABYTEContent #choosebar #li02:hover .listtext, .InnerGIGABYTEContent #choosebar #li03:hover .listtext, .InnerGIGABYTEContent #choosebar #li04:hover .listtext, .InnerGIGABYTEContent #choosebar #li05:hover .listtext, .InnerGIGABYTEContent #choosebar #li06:hover .listtext, .InnerGIGABYTEContent #choosebar #li07:hover .listtext, .InnerGIGABYTEContent #choosebar #li08:hover .listtext, .InnerGIGABYTEContent #choosebar #li09:hover .listtext {
    font-weight: normal;
    color: #00FFC6;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #choosebar {
    display: none;
  }
}

.InnerGIGABYTEContent {
  position: relative;
  overflow: hidden;
  /*
  .carousel-control {
  	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	width: 15%;
  	opacity: 0.5;
  	filter: alpha(opacity=50);
  	font-size: 20px;
  	color: #fff;
  	text-align: center;
  	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  	background-color: transparent;
  }
  */
}
.InnerGIGABYTEContent .carousel-indicators {
  top: -4%;
  height: 40px;
  left: 41%;
}
.InnerGIGABYTEContent #secpagecon05 .carousel-indicators {
  top: 22%;
  left: 54%;
}
.InnerGIGABYTEContent .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 1px solid #00FFC6;
  margin-left: 20px;
  border-radius: 0px;
  transition: all 0.3s linear;
}
.InnerGIGABYTEContent .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin-left: 20px;
  background-color: #00FFC6;
}
.InnerGIGABYTEContent .carousel-indicators li:hover {
  background-color: #00FFC6;
}
.InnerGIGABYTEContent .carousel-control {
  top: 0;
  left: 0%;
  bottom: 0;
  width: 18%;
}
.InnerGIGABYTEContent .carousel-control .glyphicon-chevron-left {
  left: 80%;
}
.InnerGIGABYTEContent .carousel-control .glyphicon-chevron-right {
  right: 70%;
}
.InnerGIGABYTEContent .carousel-control.left,
.InnerGIGABYTEContent .carousel-control.right {
  background-image: none;
  z-index: 999;
  height: 10vh;
  top: 52%;
  position: absolute;
}
.InnerGIGABYTEContent .carousel-control .icon-prev,
.InnerGIGABYTEContent .carousel-control .icon-next,
.InnerGIGABYTEContent .carousel-control .glyphicon-chevron-left,
.InnerGIGABYTEContent .carousel-control .glyphicon-chevron-right {
  margin-top: -10px;
  display: inline-block;
}
.InnerGIGABYTEContent .modal-dialog {
  width: 60%;
  margin: 0 auto;
  margin-top: 10%;
  position: relative;
}
.InnerGIGABYTEContent .popbtnclose {
  position: absolute;
  top: 4px;
  right: 0px;
  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-body {
  position: relative;
  padding: 2px;
}
.InnerGIGABYTEContent .modal-content {
  position: relative;
  border: 1px solid #00FFC6;
  border-radius: 6px;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.5);
  outline: 0;
}
.InnerGIGABYTEContent .glyphicon-chevron-left:before {
  content: '';
}
.InnerGIGABYTEContent .glyphicon-chevron-right:before {
  content: '';
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .modal-dialog {
    width: 70%;
    margin-top: 6%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .modal-dialog {
    width: 80%;
  }
  .InnerGIGABYTEContent .carousel-indicators {
    top: 100px;
    left: 50%;
  }
  .InnerGIGABYTEContent #secpagecon05 .carousel-indicators {
    top: 100px;
    left: 50%;
  }
  .InnerGIGABYTEContent .carousel-control {
    left: 0%;
    width: 10%;
  }
  .InnerGIGABYTEContent .carousel-control.left,
  .InnerGIGABYTEContent .carousel-control.right {
    background-image: none;
    height: 10vh;
    top: 120px;
    position: absolute;
  }
  .InnerGIGABYTEContent .modal-content {
    background: white;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .modal-dialog {
    margin-top: 20%;
  }
  .InnerGIGABYTEContent .popbtnclose {
    right: -30x;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .carousel-indicators {
    top: 70px;
  }
  .InnerGIGABYTEContent #secpagecon05 .carousel-indicators {
    top: 70px;
  }
  .InnerGIGABYTEContent .carousel-control {
    left: 0%;
    width: 10%;
  }
  .InnerGIGABYTEContent .carousel-control .icon-prev,
  .InnerGIGABYTEContent .carousel-control .icon-next,
  .InnerGIGABYTEContent .carousel-control .glyphicon-chevron-left,
  .InnerGIGABYTEContent .carousel-control .glyphicon-chevron-right {
    top: 30%;
  }
}

.InnerGIGABYTEContent {
  margin: 0 auto;
  /*
  .secpageline {
      height: 55px;
      width: 100%;
  }
  */
}
.InnerGIGABYTEContent ::selection {
  background: #949494;
  color: #fff;
}
.InnerGIGABYTEContent #maincolor {
  animation: mainledcolor 5s linear infinite 0.1s;
  -moz-animation: mainledcolor 5s linear infinite 0.1s;
  -ms-animation: mainledcolor 5s linear infinite 0.1s;
  -o-animation: mainledcolor 5s linear infinite 0.1s;
  -webkit-animation: mainledcolor 5s linear infinite 0.1s;
}
@keyframes mainledcolor {
  from {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
    -webkit-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.InnerGIGABYTEContent .mainmb {
  position: absolute;
  transition: 1s all linear;
  animation: ac-updown1 3s ease-in-out infinite;
}
.InnerGIGABYTEContent .mainlogo {
  position: absolute;
}
@keyframes ac-updown1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
  }
}
.InnerGIGABYTEContent .secpage {
  position: relative;
  z-index: 9;
}
.InnerGIGABYTEContent .secpagetitle {
  position: absolute;
  top: 25%;
  left: 44%;
}
.InnerGIGABYTEContent .titleblack {
  color: #000;
}
.InnerGIGABYTEContent .titlegray {
  color: #454545;
}
.InnerGIGABYTEContent .textgray {
  color: #808080;
}
.InnerGIGABYTEContent .secpagetext {
  position: absolute;
  top: 30%;
  left: 47%;
  width: 34%;
  text-align: justify;
}
.InnerGIGABYTEContent .secpagenote {
  position: absolute;
  top: 76%;
  left: 61%;
}
.InnerGIGABYTEContent .secpagenum {
  display: none;
  margin-right: 6px;
}
.InnerGIGABYTEContent .secpagenote2 {
  position: absolute;
  top: 76%;
  left: 61%;
  z-index: 2;
}
.InnerGIGABYTEContent .secvideo {
  position: absolute;
  top: 32%;
  left: 71%;
  cursor: pointer;
  transition: all 0.1s linear;
}
.InnerGIGABYTEContent .secvideo:hover {
  filter: brightness(1.1);
}
.InnerGIGABYTEContent .polygonbox {
  shape-outside: polygon(0 0, 0% 100%, 100% 100%);
  width: 500px;
  height: 500px;
  float: left;
}
.InnerGIGABYTEContent #maincon {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #maincon .secpagetext {
  position: absolute;
  width: 28%;
  left: 70%;
  top: 33%;
  text-align: left;
}
.InnerGIGABYTEContent #maincon .secpagetext .title {
  color: rgba(27, 64, 67, 0.7);
  text-align: center;
}
.InnerGIGABYTEContent #maincon .secpagetext .text {
  color: rgba(255, 255, 255, 0.7);
}
.InnerGIGABYTEContent .titlewhite {
  color: #fff;
}
.InnerGIGABYTEContent .secnote {
  color: #FFFFFF;
  font-size: 0.8vw;
}
@keyframes picpop {
  0%,
        20%,
        40%,
        60%,
        80%,
        100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
}
@-webkit-keyframes picpop {
  0%,
        20%,
        40%,
        60%,
        80%,
        100% {
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
}
@-ms-keyframes picpop {
  0%,
        20%,
        40%,
        60%,
        80%,
        100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
}
.InnerGIGABYTEContent #wacomcon01 {
  position: absolute;
  top: 13%;
  left: 10%;
  cursor: pointer;
  width: 23vw;
}
.InnerGIGABYTEContent #wacomcon02 {
  position: absolute;
  top: 13%;
  left: 51%;
  cursor: pointer;
  width: 23vw;
}
.InnerGIGABYTEContent #wacomcontext {
  color: #231815;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.InnerGIGABYTEContent #pcie5 .secpagetitle {
  top: 6%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.InnerGIGABYTEContent .subtitlepci {
  color: #EBEDF0;
  font-size: 1vw;
  line-height: 1.1vw;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  text-align: center;
  font-weight: normal;
  padding: 6px 0px 6px 0px;
  font-weight: bold;
}
.InnerGIGABYTEContent #pcie5 .secpagenote {
  top: auto;
  bottom: 7%;
  left: 11%;
  width: 26%;
}
.InnerGIGABYTEContent #pcie5 .note {
  text-align: right;
}
.InnerGIGABYTEContent #pcie5 .secnote {
  margin-top: 1%;
  font-size: 15px;
  line-height: 18px;
  margin-left: 4%;
  color: #5a5a5a;
  text-align: center;
}
.InnerGIGABYTEContent #pcie5 .secpagenote01 {
  position: absolute;
  top: 35%;
  left: 24%;
  width: 24%;
}
.InnerGIGABYTEContent #pcie5 .secpagenote02 {
  position: absolute;
  top: 46%;
  left: 24%;
  width: 24%;
}
.InnerGIGABYTEContent #pcie5 .pcie5_video {
  cursor: pointer;
  padding-top: 2%;
}
.InnerGIGABYTEContent #pcie5 .pcie5_video img {
  margin: 0 auto;
  transition: all 0.2s linear;
}
.InnerGIGABYTEContent #pcie5 .pcie5_video img:hover {
  filter: brightness(1.2);
}
.InnerGIGABYTEContent #keyfeatures {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #keyfeatures .secpagetext {
  top: 22%;
  left: 61%;
  width: 30%;
}
.InnerGIGABYTEContent #keyfeatures .secpagetext .subtitle {
  color: #808080;
}
.InnerGIGABYTEContent #keyfeatures .secpagetext .text {
  color: #808080;
  font-size: 0.9vw;
  line-height: 1.2vw;
}
.InnerGIGABYTEContent #keyfeatures .secpagetext ul li {
  list-style: disc;
}
.InnerGIGABYTEContent #keyfeatures .subtitle {
  font-size: 1.2vw;
  line-height: 1.6vw;
}
.InnerGIGABYTEContent #keyfeatures .chipset_logo {
  position: absolute;
  top: 112%;
  left: 52%;
  width: 18vw;
}
.InnerGIGABYTEContent .secpageimgsmall {
  display: none;
}
.InnerGIGABYTEContent .sectitlebar {
  font-size: 5.6vw;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0%;
  right: 0;
  top: 4%;
  -webkit-text-stroke: 2px #949494;
  color: white;
  opacity: 20%;
  z-index: 11;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #maincon .secpagetext {
    position: absolute;
    width: 28%;
    left: 70%;
    top: 30%;
    text-align: left;
  }
  .InnerGIGABYTEContent #pcie5 .secpagetitle {
    top: 2%;
    width: 55%;
  }
  .InnerGIGABYTEContent #pcie5 .secnote {
    margin-top: 1px;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0%;
  }
}
@media screen and (max-width: 1280px) {
  .InnerGIGABYTEContent #maincon .secpagetext {
    position: absolute;
    width: 30%;
    left: 70%;
    top: 27%;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .secnote {
    color: #7f7f7f;
  }
  .InnerGIGABYTEContent #maincon {
    min-height: 0;
  }
  .InnerGIGABYTEContent #maincon .secpagetext .text {
    color: #1B4043;
  }
  .InnerGIGABYTEContent .titlegray {
    color: #000;
  }
  .InnerGIGABYTEContent .textgray {
    color: #000;
  }
  .InnerGIGABYTEContent #maincon .secpagetext {
    width: 90%;
    padding: 2%;
    border-radius: 10px;
    text-align: left;
    position: static;
    top: 76%;
  }
  .InnerGIGABYTEContent .secpagemarg {
    margin-bottom: 10%;
  }
  .InnerGIGABYTEContent .secpagetitle {
    position: static;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    color: #949494;
    font-size: 24px;
  }
  .InnerGIGABYTEContent .secpagetext .title {
    text-align: center;
    color: #000;
  }
  .InnerGIGABYTEContent .secpagenum {
    display: inline-block;
  }
  .InnerGIGABYTEContent #wacomcon01 {
    top: 11%;
    left: 6%;
    width: 34vw;
  }
  .InnerGIGABYTEContent #wacomcon02 {
    top: 11%;
    left: 51%;
    width: 34vw;
  }
  .InnerGIGABYTEContent #pcie5 {
    overflow: hidden;
  }
  .InnerGIGABYTEContent #pcie5 .secpagenote01 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pcie5 .secpagenote02 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pcie5 .secpagenote03 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pcie5 .secpagenote01 .title {
    text-align: left;
  }
  .InnerGIGABYTEContent #pcie5 .secpagenote02 .title {
    text-align: left;
  }
  .InnerGIGABYTEContent #pcie5 .secpagenote03 .title {
    text-align: left;
  }
  .InnerGIGABYTEContent #pcie5 .secnote {
    font-size: 16px;
    line-height: 20px;
    margin-left: 0%;
    color: #323232;
    text-align: left;
    display: block;
  }
  .InnerGIGABYTEContent #pcie5 .subtitlepci {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
  }
  .InnerGIGABYTEContent #pcie5 .pcie5_video {
    float: none;
  }
  .InnerGIGABYTEContent #pcie5 .pcie5_video img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .secpagetext {
    position: static;
    width: 100%;
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
  .InnerGIGABYTEContent .secpagetext .subtitle {
    text-align: center;
    color: #333333;
  }
  .InnerGIGABYTEContent .secpagenote {
    position: static;
    margin: 0 auto;
    width: 90%;
  }
  .InnerGIGABYTEContent .secpagelogo {
    position: static;
    bottom: 2%;
    z-index: 9;
    width: auto;
  }
  .InnerGIGABYTEContent .titleblack {
    color: #000;
  }
  .InnerGIGABYTEContent .note {
    text-align: left;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #maincon .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #pcie5 .secpagelogo {
    width: auto;
  }
  .InnerGIGABYTEContent #pcie5 .secpagetitle {
    width: 90%;
  }
  .InnerGIGABYTEContent #pcie5 .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent #pcie5 .secpagenote {
    width: 90%;
  }
  .InnerGIGABYTEContent #pcie5 .subtitlepci {
    padding: 2%;
  }
  .InnerGIGABYTEContent #pcie5 .secpagetext .text {
    color: #000;
  }
  .InnerGIGABYTEContent #pcie5 .note {
    text-align: left;
  }
  .InnerGIGABYTEContent #pcie5 .secpagelogo {
    position: static;
    width: auto;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #keyfeatures .secpagetext {
    width: 90%;
  }
  .InnerGIGABYTEContent .polygonbox {
    display: none;
  }
  .InnerGIGABYTEContent .secpageimgbig {
    display: none;
  }
  .InnerGIGABYTEContent .sectitlebar {
    font-size: 40px;
    line-height: 50px;
    position: static;
    padding-top: 2%;
    padding-bottom: 2%;
    -webkit-text-stroke: 0px #949494;
    color: white;
    opacity: 100%;
    z-index: 11;
    text-align: center;
    background: #949494;
    display: block;
  }
  .InnerGIGABYTEContent .secpageimgsmall {
    display: block;
    margin: 0 auto;
    margin-bottom: 6%;
  }
  .InnerGIGABYTEContent #keyfeatures .text {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
  }
  .InnerGIGABYTEContent #keyfeatures .secpagetext .text {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }
  .InnerGIGABYTEContent #keyfeatures .subtitle {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .InnerGIGABYTEContent #keyfeatures .chipset_logo {
    position: static;
    margin-top: 4%;
    width: auto;
  }
  .InnerGIGABYTEContent #keyfeatures .chipset_logo img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #VisionLINK_modal .modal-body {
    background-color: #000;
    padding: 6%;
  }
  .InnerGIGABYTEContent #wacomcon01 {
    position: static;
    width: auto;
  }
  .InnerGIGABYTEContent #wacomcon02 {
    position: static;
    width: auto;
    margin-top: 6%;
  }
  .InnerGIGABYTEContent #wacomcon01 img,
  .InnerGIGABYTEContent #wacomcon02 img {
    width: auto;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #wacomcontext {
    position: static;
    text-align: center;
    color: #fff;
  }
  .InnerGIGABYTEContent #wacomconbg {
    display: none;
  }
}

.InnerGIGABYTEContent {
  /* VisionLINK */
  /* One_Port_For_All */
  /* Connectivity */
  /* PERFORMANCE */
  /* ULTRA FAST STORAGE */
}
.InnerGIGABYTEContent video {
  display: flex;
}
.InnerGIGABYTEContent .secpagecon {
  position: relative;
}
.InnerGIGABYTEContent .secpage_carousel {
  position: absolute;
  width: 100%;
  bottom: 0%;
}
.InnerGIGABYTEContent .sec_position {
  position: absolute;
}
.InnerGIGABYTEContent .slide_box {
  height: 80vh;
  overflow: hidden;
  position: relative;
}
.InnerGIGABYTEContent .conbox1 {
  position: relative;
  display: inline-block;
  width: 70%;
  vertical-align: top;
  padding-top: 4%;
}
.InnerGIGABYTEContent .conbox2 {
  position: relative;
  display: inline-block;
  width: 28%;
  padding-top: 5%;
}
.InnerGIGABYTEContent #VisionLINK .title {
  top: 8%;
  left: 48%;
  color: #000;
}
.InnerGIGABYTEContent #VisionLINK .text {
  top: 16%;
  left: 48%;
  width: 24%;
}
.InnerGIGABYTEContent #VisionLINK .secvideo {
  top: 4%;
  left: 71%;
  cursor: pointer;
  transition: all 0.1s linear;
  width: 16vw;
}
.InnerGIGABYTEContent #VisionLINK .secnote {
  top: 44%;
  left: 48%;
  width: 34vw;
}
.InnerGIGABYTEContent #VisionLINK .secnote img {
  width: auto;
}
.InnerGIGABYTEContent .visionlinktitle {
  width: 22vw;
  top: 20%;
  left: 46%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #DisplayPort .title {
  top: 6%;
  left: 48%;
  color: #000;
}
.InnerGIGABYTEContent #DisplayPort .text {
  top: 16%;
  left: 48%;
  width: 38%;
}
.InnerGIGABYTEContent #DisplayPort .secnote {
  top: 40%;
  left: 38%;
  width: 44vw;
}
.InnerGIGABYTEContent #DisplayPort .setnote1 {
  top: 63%;
  left: 38%;
  width: 50vw;
}
.InnerGIGABYTEContent #DisplayPort .setnote1 .title {
  color: #fff;
}
.InnerGIGABYTEContent #DisplayPort .setnote2 {
  top: 63%;
  left: 64%;
  width: 50vw;
}
.InnerGIGABYTEContent #DisplayPort .setnote2 .title {
  color: #FFFFFF;
}
.InnerGIGABYTEContent #DisplayPort .setnote1 .title,
.InnerGIGABYTEContent #DisplayPort .setnote2 .title {
  font-size: 1.2vw;
  margin-top: 0;
  margin-bottom: 0;
}
.InnerGIGABYTEContent #DisplayPort .setnote1 .text,
.InnerGIGABYTEContent #DisplayPort .setnote2 .text {
  font-size: 0.8vw;
  margin-top: 0;
  margin-bottom: 0;
}
.InnerGIGABYTEContent .slideshow {
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 900px;
}
.InnerGIGABYTEContent .slideshow img {
  position: absolute;
  top: 0;
  display: none;
  width: 40vw;
}
.InnerGIGABYTEContent #One_Port_For_All .title {
  top: 8%;
  left: 48%;
  color: #000;
}
.InnerGIGABYTEContent #One_Port_For_All .text {
  top: 16%;
  left: 48%;
  width: 24%;
}
.InnerGIGABYTEContent #One_Port_For_All .secnote {
  top: 38%;
  left: 42%;
  width: 40vw;
}
.InnerGIGABYTEContent #One_Port_For_All .setnote1 {
  top: 72%;
  left: 69%;
  width: 34vw;
  cursor: pointer;
}
.InnerGIGABYTEContent #pen_display .title {
  top: 6%;
  left: 48%;
  width: 24%;
  color: #000;
}
.InnerGIGABYTEContent #pen_display .text {
  top: 18%;
  left: 48%;
  width: 36%;
}
.InnerGIGABYTEContent #pen_display .secvideo {
  top: 46%;
  left: 69%;
  cursor: pointer;
  transition: all 0.1s linear;
  width: 12vw;
}
.InnerGIGABYTEContent #pen_display .secnote {
  bottom: 0%;
  left: 34%;
  width: 36vw;
}
.InnerGIGABYTEContent .Connectivitytitle {
  width: 19vw;
  top: 25%;
  left: 27%;
  margin: 0 auto;
}
.InnerGIGABYTEContent .Connectivity_text {
  top: 26%;
  left: 47%;
  width: 32%;
}
.InnerGIGABYTEContent .Consubtitlebox {
  top: 40%;
  left: 28%;
  width: 40%;
  font-size: 1.2vw;
}
.InnerGIGABYTEContent .Connectivity_subtitle {
  margin-bottom: 1%;
  padding: 1% 0% 1% 2%;
  cursor: pointer;
  transition: all 0.1s linear;
  color: #716f70;
}
.InnerGIGABYTEContent .Connectivity_subtitle:hover {
  color: #00BC8F;
}
.InnerGIGABYTEContent .Connectivity_subtitle_click {
  border-left: 8px solid #00FFC6;
  color: #00BC8F;
}
.InnerGIGABYTEContent #Connectivity_box {
  top: 36%;
  left: 45%;
  width: 39vw;
}
.InnerGIGABYTEContent .connectivity_secbox {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 50%;
  width: 80%;
  padding-top: 3%;
}
.InnerGIGABYTEContent #lan_gbe_port {
  width: 5.2vw;
}
.InnerGIGABYTEContent #connectivity_sec02 {
  padding-top: 6%;
}
.InnerGIGABYTEContent #connectivity_sec03 {
  padding-top: 4%;
}
.InnerGIGABYTEContent #SuperSpeed_4x_port {
  width: 20vw;
}
.InnerGIGABYTEContent #connectivity_sec03 .text {
  font-size: 0.9vw;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent .connectivity_secbox .text {
  font-size: 1vw;
}
.InnerGIGABYTEContent #connectivity_sec02, .InnerGIGABYTEContent #connectivity_sec03 {
  display: none;
}
.InnerGIGABYTEContent .wifi_Advantage {
  padding: 4%;
  overflow: hidden;
}
.InnerGIGABYTEContent .wifibtn {
  position: absolute;
  left: 50%;
}
.InnerGIGABYTEContent .swiper-container {
  overflow: hidden;
}
.InnerGIGABYTEContent #DDR5 .secpagetitle {
  margin-left: auto;
  letter-spacing: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 16%;
}
.InnerGIGABYTEContent #DDR5 .text {
  width: 56%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #DDR5 .secnote1 {
  width: 40vw;
}
.InnerGIGABYTEContent #DDR5 .secnote2 {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.InnerGIGABYTEContent #PCIe5_Design .secpagetitle {
  margin-left: auto;
  letter-spacing: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 18%;
}
.InnerGIGABYTEContent #M2_Storage .secpagetitle {
  margin-left: auto;
  letter-spacing: auto;
  left: 10%;
  right: 0;
  text-align: center;
  top: 10%;
  width: 50%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #M2_Storage .title {
  color: #E5E5E5;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent #M2_Storage .text {
  color: #A3A3A3;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent #M2_Storage .M2_video {
  position: absolute;
  top: 50%;
  left: 31%;
  width: 23vw;
}
.InnerGIGABYTEContent #M2_Storage .M2_video img {
  transition: all 0.2s linear;
}
.InnerGIGABYTEContent #M2_Storage .M2_video img:hover {
  filter: brightness(1.5);
}
.InnerGIGABYTEContent #PCIex4_M2 .secpagetitle {
  margin-left: auto;
  letter-spacing: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 10%;
  width: 50%;
  margin: 0 auto;
}
.InnerGIGABYTEContent #PCIex4_M2 .title {
  color: #E5E5E5;
}
.InnerGIGABYTEContent #PCIex4_M2 .text {
  color: #A3A3A3;
}
.InnerGIGABYTEContent #PCIex4_M2 .s-PCIex4_M2 {
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
  top: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 1860px) {
  .InnerGIGABYTEContent .visionlinktitle {
    top: 8%;
  }
}
@media screen and (max-width: 1640px) {
  .InnerGIGABYTEContent .visionlinktitle {
    top: 2%;
  }
  .InnerGIGABYTEContent .slide_box {
    height: 70vh;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .visionlinktitle {
    top: 6%;
  }
  .InnerGIGABYTEContent .secpage_carousel {
    top: 26%;
  }
  .InnerGIGABYTEContent #pen_display .secnote {
    width: 32vw;
  }
}
@media screen and (max-width: 1280px) {
  .InnerGIGABYTEContent .Connectivity_text {
    top: 24%;
    left: 47%;
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent {
    /* Connectivity */
  }
  .InnerGIGABYTEContent .slideshow img {
    background-color: #a1a1a1;
    margin-bottom: 4%;
    margin-top: 4%;
    border-radius: 10px;
    padding: 2%;
    width: 90vw;
    left: 0%;
    transform: translateX(0%);
  }
  .InnerGIGABYTEContent #DisplayPort .setnote1 {
    top: 68%;
    left: 38%;
    width: 50vw;
  }
  .InnerGIGABYTEContent #DisplayPort .setnote2 {
    top: 68%;
    left: 64%;
    width: 50vw;
  }
  .InnerGIGABYTEContent .slide_box {
    height: 70vh;
  }
  .InnerGIGABYTEContent .sec_position {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #secpage01 {
    position: static;
  }
  .InnerGIGABYTEContent .slide_box {
    height: auto;
  }
  .InnerGIGABYTEContent .visionlinktitle {
    width: auto;
    margin-top: 10%;
  }
  .InnerGIGABYTEContent .Connectivitytitle {
    width: auto;
  }
  .InnerGIGABYTEContent #VisionLINK .title {
    top: 8%;
    left: 48%;
  }
  .InnerGIGABYTEContent #VisionLINK .text {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #VisionLINK .secvideo {
    width: 100%;
    margin-top: 2%;
  }
  .InnerGIGABYTEContent #VisionLINK .secvideo img {
    width: auto;
    margin: 0 auto;
    background-color: #949494;
    border-radius: 10px;
  }
  .InnerGIGABYTEContent #VisionLINK .secnote {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DisplayPort .text {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DisplayPort .setnote1 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DisplayPort .setnote2 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DisplayPort .setnote1 .title,
  .InnerGIGABYTEContent #DisplayPort .setnote2 .title {
    font-size: 20px;
    margin-top: 4%;
  }
  .InnerGIGABYTEContent #DisplayPort .setnote1 .text,
  .InnerGIGABYTEContent #DisplayPort .setnote2 .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent #DisplayPort .text {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DisplayPort .setnote1 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DisplayPort .secnote {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DisplayPort .title {
    color: #000;
  }
  .InnerGIGABYTEContent #DisplayPort .setnote2 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DisplayPort .setnote1 .title,
  .InnerGIGABYTEContent #DisplayPort .setnote2 .title {
    font-size: 20px;
    margin-top: 4%;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #DisplayPort .setnote2 .title {
    color: #000;
  }
  .InnerGIGABYTEContent #DisplayPort .setnote1 .text,
  .InnerGIGABYTEContent #DisplayPort .setnote2 .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent #One_Port_For_All .text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .InnerGIGABYTEContent #One_Port_For_All .secnote {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #One_Port_For_All .setnote1 {
    width: 90%;
    margin: 0 auto;
    background-color: #949494;
    border-radius: 10px;
    padding: 2%;
  }
  .InnerGIGABYTEContent #One_Port_For_All .setnote1 img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pen_display .title {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pen_display .text {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #pen_display .secvideo {
    width: 100%;
    margin-top: 2%;
  }
  .InnerGIGABYTEContent #pen_display .secvideo img {
    width: auto;
    margin: 0 auto;
    border-radius: 10px;
  }
  .InnerGIGABYTEContent #pen_display .secnote {
    width: 100%;
  }
  .InnerGIGABYTEContent #secpagecon02 {
    background: url("../innergigabyteimages/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6%;
  }
  .InnerGIGABYTEContent .connectivity_secbox {
    position: static;
  }
  .InnerGIGABYTEContent #lan_gbe_port {
    width: auto;
  }
  .InnerGIGABYTEContent #Connectivity_box {
    width: 100%;
  }
  .InnerGIGABYTEContent .wifibtn {
    position: static;
  }
  .InnerGIGABYTEContent .connectivity_secbox .text {
    font-size: 16px;
  }
  .InnerGIGABYTEContent .Consubtitlebox {
    width: 90%;
    margin: 0 auto;
    font-size: 26px;
    margin-top: 4%;
  }
  .InnerGIGABYTEContent .Connectivity_text {
    padding-bottom: 6%;
  }
  .InnerGIGABYTEContent #connectivity_sec03 .text {
    font-size: 16px;
    width: 100%;
    margin-bottom: 6%;
  }
  .InnerGIGABYTEContent #SuperSpeed_4x_port {
    width: auto;
  }
  .InnerGIGABYTEContent #M2_Storage .title, .InnerGIGABYTEContent #M2_Storage .text {
    color: #000;
  }
  .InnerGIGABYTEContent #M2_Storage .secpagetitle {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #M2_Storage .text {
    color: #000;
    width: 100%;
    text-align: left;
  }
  .InnerGIGABYTEContent #PCIex4_M2 .secpagetitle {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #PCIex4_M2 .title, .InnerGIGABYTEContent #PCIex4_M2 .text {
    color: #000;
  }
  .InnerGIGABYTEContent #PCIex4_M2 .s-PCIex4_M2 {
    position: static;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #DDR5 .text {
    font-size: 16px;
    width: 100%;
  }
  .InnerGIGABYTEContent #DDR5 .secnote1 {
    width: auto;
  }
  .InnerGIGABYTEContent #DDR5 .secnote2 {
    width: auto;
  }
}

.InnerGIGABYTEContent .secpagecon {
  position: relative;
}
.InnerGIGABYTEContent #secpagecon05 .secpage_carousel {
  position: absolute;
  width: 100%;
  top: 10%;
}
.InnerGIGABYTEContent .sec_position {
  position: absolute;
}
.InnerGIGABYTEContent #secpagecon05 .slide_box {
  height: 86vh;
}
.InnerGIGABYTEContent #Aesthetic .Aestheticmb {
  width: 58vw;
  top: 8%;
  left: 20%;
}
.InnerGIGABYTEContent #Aesthetic .title {
  top: 35%;
  left: 51%;
  width: 20%;
  font-size: 2.2vw;
  line-height: 2.2vw;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.InnerGIGABYTEContent #Aesthetic .text {
  top: 46%;
  left: 51%;
  width: 22%;
}
.InnerGIGABYTEContent #Aesthetic .secnote {
  top: 74%;
  left: 34%;
  width: 32vw;
}
.InnerGIGABYTEContent #Thermal_Guard_III .thermalmb {
  top: 15%;
  left: 18%;
  width: 38vw;
}
.InnerGIGABYTEContent #Thermal_Guard_III .title {
  top: 64%;
  left: 30%;
  font-size: 2.2vw;
  line-height: 2.2vw;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.InnerGIGABYTEContent #Thermal_Guard_III .text {
  top: 69%;
  left: 30%;
  width: 22%;
  font-size: 0.9vw;
}
.InnerGIGABYTEContent #Thermal_Guard_III .setnote1 {
  top: 46%;
  left: 54%;
  width: 50vw;
}
.InnerGIGABYTEContent #Thermal_Guard_III .setnote1 img {
  width: 24vw;
}
.InnerGIGABYTEContent #Thermal_Guard_III .setnote1 .title {
  padding-left: 4%;
  color: rgba(0, 116, 104, 0.8);
  font-weight: bold;
  margin-bottom: 1%;
  margin-left: -2%;
  font-size: 1.7vw;
  line-height: 1.8vw;
}
.InnerGIGABYTEContent #Thermal_Guard_III .setnote1 .text {
  width: 46%;
  font-size: 0.7vw;
  margin-top: -1%;
}
.InnerGIGABYTEContent #Thermal_Guard_III .setnote2 {
  top: 84%;
  left: 30%;
}
.InnerGIGABYTEContent #Thermal_Guard_III .setnote2 .text {
  color: rgba(0, 116, 104, 0.8);
  font-weight: bold;
  width: 60%;
  font-size: 0.7vw;
}
.InnerGIGABYTEContent #Thermal_Guard_III .setnote3 {
  top: 76%;
  left: 23%;
}
.InnerGIGABYTEContent #Thermal_Guard_III .setnote3 img {
  width: 7vw;
}
.InnerGIGABYTEContent #smart_fan_6 .title {
  top: 22%;
  left: 45%;
  font-size: 2.2vw;
  line-height: 2.2vw;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.InnerGIGABYTEContent #smart_fan_6 .text {
  top: 26%;
  left: 32%;
  width: 38%;
  text-align: center;
}
.InnerGIGABYTEContent #smart_fan_6 .secnote {
  top: 38%;
  left: 22%;
  width: 33vw;
}
.InnerGIGABYTEContent #smart_fan_6 .secnote1 {
  top: 45%;
  left: 56%;
}
.InnerGIGABYTEContent #smart_fan_6 .secnote1 img {
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .InnerGIGABYTEContent #smart_fan_6 .secnote1 {
    top: 50%;
    left: 57%;
  }
  .InnerGIGABYTEContent #smart_fan_6 .secnote1 img {
    width: 18vw;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #Thermal_Guard_III .setnote1 {
    top: 39%;
    left: 54%;
    width: 50vw;
  }
}
@media screen and (max-width: 1280px) {
  .InnerGIGABYTEContent #secpagecon05 .slide_box {
    height: 560px;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent #secpagecon05 .secpage_carousel {
    position: static;
    margin-top: 10%;
  }
  .InnerGIGABYTEContent .sec_position {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #secpagecon05 .slide_box {
    height: auto;
  }
  .InnerGIGABYTEContent .visionlinktitle {
    width: auto;
    margin-top: 10%;
  }
  .InnerGIGABYTEContent .Connectivitytitle {
    width: auto;
  }
  .InnerGIGABYTEContent #Aesthetic .Aestheticmb {
    width: 90%;
    margin: 0 auto;
    display: none;
  }
  .InnerGIGABYTEContent #Aesthetic .title {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent #Aesthetic .text {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #Aesthetic .secvideo {
    width: 100%;
  }
  .InnerGIGABYTEContent #Aesthetic .secvideo img {
    width: auto;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Aesthetic .secnote {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Thermal_Guard_III .thermalmb {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Thermal_Guard_III .text {
    width: 90%;
    font-size: 16px;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Thermal_Guard_III .setnote1 {
    width: 90%;
    margin: 0 auto;
    background-color: #ccc;
    border-radius: 10px;
    padding: 4%;
    margin-top: 4%;
  }
  .InnerGIGABYTEContent #Thermal_Guard_III .setnote2 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Thermal_Guard_III .setnote1 .title,
  .InnerGIGABYTEContent #Thermal_Guard_III .setnote2 .title {
    font-size: 20px;
    margin-top: 4%;
  }
  .InnerGIGABYTEContent #Thermal_Guard_III .setnote1 .text {
    width: 100%;
    font-size: 16px;
    margin-top: 0;
    color: #fff;
    margin-top: 2%;
  }
  .InnerGIGABYTEContent #Thermal_Guard_III .setnote1 img {
    margin: 0 auto;
    width: auto;
  }
  .InnerGIGABYTEContent #Thermal_Guard_III .setnote2 .text {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .InnerGIGABYTEContent #Thermal_Guard_III .setnote3 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #Thermal_Guard_III .setnote3 img {
    margin: 0 auto;
    width: auto;
  }
  .InnerGIGABYTEContent #smart_fan_6 .title, .InnerGIGABYTEContent #Thermal_Guard_III .title {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }
  .InnerGIGABYTEContent #smart_fan_6 .text {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #smart_fan_6 .secnote {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #smart_fan_6 .secnote img {
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #smart_fan_6 .secnote1 {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #smart_fan_6 .secnote1 img {
    width: auto;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #secpagecon06 .secpage_carousel {
    margin-top: 20%;
  }
}

.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 */
