@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/css?family=Roboto+Slab);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(https://fonts.googleapis.com/css?family=Arsenal);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans);




body {
  font-family:"Oswald","Ubuntu Condensed","Aldrich","Arial","cwTeXHei","Microsoft JhengHei";
  
  
  font-size: 30px;
  background: #000;
  padding: 0;
  margin: 0;
  color: #fff;
}

@font-face {
  font-family:"myfont";
  src: url("../images/AORUS.woff") format("woff");
  font-weight: bold;
}

img {
  width: 100%;
  outline: none;
  border: 0;
}

.frame {
  margin: 0 auto;
  padding: 1em 0;
  overflow: hidden;
  width: 1366px;
}

#playBtn {
  cursor: pointer;
}

.frame.full {
  width: 100%;
}

.title {
  font-size: 1.4em;
  line-height: 1.3em;
  color: #fff;
}

.suborangetitle {
  color: #FF7200;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family:"Oswald","sans-serif","Microsoft JhengHei";
  font-family:"Oswald","!important";
}

.text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ddd;
  font-family:"Arsenal","Alegreya Sans","Titillium Web","arial","sans-serif","Microsoft JhengHei";
}

.note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
}

.video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  
}

.video video,
.video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

p {
  margin: 0.5em 0;
}

.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;
}

.mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}

.mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}

.mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}

.mainbar .btn a:hover {
  color: #ec6c00;
}

.table {
  
  
  overflow: visible;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
}

.table .cell_HIDE {
  display: none;
  vertical-align: middle;
}

.table .cell_SHOW {
  display: table-cell;
  vertical-align: middle;
}

.table .cell .left {
  float: left;
  margin-left: 5%;
  
  text-align: left;
}

.table .cell .right {
  float: right;
  margin-right: 5%;
  
  text-align: left;
}

.table .cell .center {
  
  padding: 0em 30px 0;
  
  overflow: visible;
}

.table .cell .offsetRight {
  margin-right: -25%;
}

.table .cell .offsetLeft {
  margin-left: -25%;
}

.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;
}

.table .cell .btn a:hover {
  background-color: #03C;
}

.table .img {
  margin-top: 30px;
}

.table .side {
  width: 10%;
  display: block;
}

.table .margin0auto {
  margin-left: auto;
  margin-right: auto;
}

.table .break {
  clear: both;
}

.table .col1,
.table .col1s,
.table .col1l {
  width: 9.5%;
}

.table .col2,
.table .col2s,
.table .col2l {
  width: 19%;
}

.table .col3,
.table .col3s,
.table .col3l {
  width: 28.5%;
}

.table .col4,
.table .col4s,
.table .col4l {
  width: 38%;
}

.table .col5,
.table .col5s,
.table .col5l {
  width: 47.5%;
}

.table .col52,
.table .col52s {
  width: auto;
}

.table .col6,
.table .col6s,
.table .col6l {
  width: 40%;
}

.table .col7,
.table .col7s,
.table .col7l {
  width: 66.5%;
}

.table .col8,
.table .col8s,
.table .col8l {
  width: 76%;
}

.table .col9,
.table .col9s,
.table .col9l {
  width: 85.5%;
}

.table .col10,
.table .col10s,
.table .col10l {
  width: 95%;
}

.fade {
  position: relative;
  overflow: auto;
  display: block;
}

.fade .pic2 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
}

.img-large {
  display: block;
}

.img-small {
  display: none;
}



#header {
  position: relative;
  
  background-repeat: no-repeat;
  
}

#header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
  
}

#header .frame {
  padding-top: 0;
}

.imgscale {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.imgscale:hover {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}



#designconceptback {
  overflow: hidden;
  display: relative;
  margin-bottom: 6%;
}

.performance_h1 {
  font-size: 4vw;
  font-family:"Oswald","Ubuntu Condensed","AORUS","Oswald","Roboto Slab","Aldrich","sans-serif","Microsoft JhengHei";
}

.performance_h2 {
  font-size: 2vw;
  font-family:"Oswald","Ubuntu Condensed","AORUS","Oswald","Roboto Slab","Aldrich","sans-serif","Microsoft JhengHei";
}

#designconceptback .t1 {
  font-family:"Oswald","Ubuntu Condensed","Aldrich","sans-serif","Microsoft JhengHei";
  margin-top: -1000px;
  z-index: 155;
  position: absolute;
  width: 800px;
  max-width: 1366px;
  overflow: hidden;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#designconceptback .t2 {
  color: #ccc;
  font-size: 20px;
}



.aorus_grab_move img {
  position: relative;
  opacity: 0;
  transition: 1s;
}

@keyframes aorus_grab {
  0% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  20% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  60% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.94, 0.94) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0.4);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }
}

@keyframes aorus_grab_move {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.15) brightness(0.8);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1.01, 1.01) translate(0, 0);
    -webkit-filter: contrast(1) brightness(1.2);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.15) brightness(0.8);
  }
}



.aorus_wing_black img {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

.aorus_wing_move img {
  position: relative;
  opacity: 1;
  transition: 1s;
}

.aorus_wing_left img {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

.aorus_wing_left1 img {
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

.aorus_wing_light img {
  animation-delay: 3s;
  opacity: 0;
  transition: 1s;
  position: relative;
  z-index: 151;
}

@keyframes aorus_wing_left {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 0.5;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(3px) brightness(1.3);
  }

  70% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(2.2, 1.2) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}

@keyframes aorus_wing_left1 {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 0.5;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(3px) brightness(1.3);
  }

  70% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1.4, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}

@keyframes aorus_wing_light {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  30% {
    top: 0px;
    left: 0;
    opacity: 0.1;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(1);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 0.7;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(2px) brightness(1.6);
  }

  75% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1.2, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}

@keyframes aorus_wing {
  0% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  20% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  60% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(0.94, 0.94) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0.4);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }
}

@keyframes aorus_wing_black {
  0% {
    top: 0px;
    left: 0;
    opacity: 0.7;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(1);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 0.6;
    transform: scale(0.94, 0.94) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0.8);
  }

  80% {
    top: 0px;
    left: 0;
    opacity: 0.2;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0.4);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.9, 0.9) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }
}

@keyframes aorus_wing_move {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.2) brightness(0.8);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 1;
    transform: scale(1.01, 1.01) translate(0, 0);
    -webkit-filter: contrast(1) brightness(1.2);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(0.98, 0.98) translate(0, 0);
    -webkit-filter: contrast(1.2) brightness(0.8);
  }
}



.aorus_back_left {
  transition: 3s;
  position: relative;
  z-index: 151;
}

.aorus_back_light {
  transition: 3s;
  position: relative;
  z-index: 151;
}

.aorus_back_light img {
  opacity: 0;
}

@keyframes aorus_back_left {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(0px) brightness(0);
  }

  45% {
    top: 0px;
    left: 0;
    opacity: 0.4;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(10px) brightness(7);
  }

  85% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(3, 1.8) translate(0, 0);
    -webkit-filter: blur(20px) brightness(12);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(2.5, 1.4) translate(0, 0);
    -webkit-filter: blur(15px) brightness(15);
  }
}

@keyframes aorus_back_light {
  0% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0);
  }

  18% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0.6);
  }

  40% {
    top: 0px;
    left: 0;
    opacity: 0.6;
    transform: scale(1.01, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(1.9);
  }

  85% {
    top: 0px;
    left: 0;
    opacity: 0.3;
    transform: scale(1, 1.02) translate(0, 0);
    -webkit-filter: blur(5px) brightness(1);
  }

  100% {
    top: 0px;
    left: 0;
    opacity: 0;
    transform: scale(1, 1) translate(0, 0);
    -webkit-filter: blur(5px) brightness(0.4);
  }
}

#mainsec1 .allclose,
#mainsec2 .allclose,
#mainsec3 .allclose,
#mainsec4 .allclose,
#mainsec5 .allclose,
#mainsec7 .allclose,
#mainsec8 .allclose {
  display: none;
}

.suborangetitle {
  font-size: 26px;
  font-family:"Oswald","Ubuntu Condensed","Aldrich","Arial","cwTeXHei","Microsoft JhengHei";
}

.titlesection {
  overflow: hidden;
  margin-top: 4%;
  margin-bottom: 2%;
}

.bghover {
  position: relative;
}

.linebg {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family:"myfont","Arial","cwTeXHei","Microsoft JhengHei";
  color: #fff;
  text-align: center;
  margin-top: -20px;
  padding: 0px 0px 50px 0px;
  background-image: url("../images/linebg.png");
  background-position: center center;
  background-repeat: no-repeat;
}

@keyframes led-style3 {
  0% {
    left: -80%;
  }

  30% {
    left: 30%;
  }

  31% {
    left: 50%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes led-style3 {
  0% {
    left: -60%;
  }

  25% {
    left: 30%;
  }

  25.1% {
    left: 50%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.mainsec .t1 {
  margin-right: 2%;
}

.exlinebg {
  margin-top: 4%;
  margin-bottom: 2%;
}

.mainsec .subtitle {
  display: inline-block;
  cursor: pointer;
  color: #666;
  font-size: 26px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding-left: 1%;
  padding-right: 1%;
  vertical-align: top;
  border-left: 3px solid #666;
}

.mainsec .subtitle:hover {
  color: #999;
}

.mainsec .titleline {
  height: 40px;
  border-left: 1px solid #666;
  display: inline-block;
  
}

.mainsec .titleline-end {
  height: 40px;
  border-left: 1px solid #666;
  display: inline-block;
  
}

.mainsec .titlenum {
  font-size: 2.4vw;
  font-weight: bold;
  
}

#mainsec8 .titlenum {
  font-size: 1.8vw;
}

.mainsec .conbox1 {
  position: relative;
  display: inline-block;
  width: 51%;
  vertical-align: top;
}

.mainsec .conbox2 {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: right;
}

.mainsec {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 0%;
}

.mainsec .mainsectitle {
  margin-left: 0%;
  margin-top: 0%;
  position: absolute;
  width: 70%;
}

#mainsec5 .mainsectitle {
  margin-left: 0%;
  margin-top: 0%;
  position: static;
  width: 70%;
}

.mainsec .mainsectitle .title {
  display: block;
  font-size: 3vw;
  line-height: 3.4vw;
  padding-left: 10%;
  color: #ff6400;
  font-family:"myfont","Arial","cwTeXHei","Microsoft JhengHei";
  text-transform: uppercase;
  background-image: url("../images/title_bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 80%;
  overflow: hidden;
  padding-bottom: 1%;
}

.topsectitle {
  cursor: pointer;
  display: none;
  font-family:"myfont","Arial","cwTeXHei","Microsoft JhengHei";
  color: #ff6400;
  font-size: 2vw;
  line-height: 2.2vw;
  padding-left: 14%;
  text-transform: uppercase;
  background-image: url("../images/title_bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 16px;
}

.mainsec .mainsectitle .text {
  width: 60%;
  font-size: 20px;
  line-height: 30px;
  color: #999;
  padding-left: 10%;
}

.mainsec hr {
  border: 1px solid #666;
  opacity: 0;
}

#mainsec4 .mainsectitle .text {
  width: 100%;
}

#mainsec3 .mainsectitle .text {
  width: 100%;
}



.carousel-indicators li {
  width: 60px;
  height: 10px;
  background-color: #666;
  border: 1px solid #3a3a3a;
  border-radius: 0px;
}

.carousel-inner {
  padding-bottom: 2%;
}

.carousel-indicators .active {
  width: 60px;
  height: 10px;
  background-color: #ff6400;
}

.titlebar {
  font-size: 1.6em;
  
  font-family:"myfont","Arial","cwTeXHei","Microsoft JhengHei";
  color: #ff6400;
  text-align: center;
  padding: 66px 0px 60px 0px;
  background-image: url("../images/line.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.imagefadein {
  display: none;
}

.textbutton {
  bottom: 100px;
  right: 16%;
  text-align: right;
  position: relative;
  font-family:"myfont","Arial","cwTeXHei","Microsoft JhengHei";
  color: #ff6400;
  font-size: 1.6em;
  font-weight: bold;
  text-shadow: 0px 0px 20px #000;
}

@font-face {
  font-family:"myfont";
  src: url("../images/AORUS.woff") format("woff");
  font-weight: bold;
}



.glyphicon-chevron-left:before {
  content: '';
}

.glyphicon-chevron-right:before {
  content: '';
}



#featureicon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#featureicon .featurenav {
  float: left;
  
  width: 25%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-left: 4px solid #000;
}

#featureicon .featurenav img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  margin: 0 auto;
}

#featureicon .featurenav:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}

#featureicon .title {
  border-bottom: 3px solid #ff6400;
  font-size: 1vw;
  line-height: 2vw;
  text-transform: uppercase;
  text-align: center;
  color: #ccc;
  bottom: 0;
  background: #3f3f3f;
  position: absolute;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

#featureicon .featurenav:hover .title {
  color: #ff6400;
}



.moreicon {
  margin-top: 2%;
  text-align: center;
  cursor: pointer;
  font-size: 1.0em;
  line-height: 1.6em;
  color: #ff6400;
}

.moreiconOpen {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
}

.morecon {
  display: none;
}

.moreline {
  
  margin-bottom: 60px;
  background-image: url("../images/learnmoreline.png");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 8px;
}

.morelineOpen {
  border-bottom: 3px solid #fff;
}

.btnstyle {
  transition: all .2s;
  border-radius: 10%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #ff6400;
  margin: 0 auto;
  margin-bottom: -20px;
  z-index: 99;
  position: relative;
}

.btnstyle span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(10px) rotate(90deg);
  -webkit-transform: translateY(10px) rotate(90deg);
  -ms-transform: translateY(10px) rotate(90deg);
}

.btnstyle:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(14px) rotate(0deg);
  -webkit-transform: translateY(14px) rotate(0deg);
  -ms-transform: translateY(14px) rotate(0deg);
}

.menuOpen span {
  height: 0px;
}

.menuOpen {
  background: #ff6400;
}



#Lighting-img {
  overflow: hidden;
  margin-bottom: 4%;
  max-width: 1920px;
}

#Lighting-img .imgbox {
  margin: 0 auto;
  background-color: #fff;
}

#Lighting-img .mask {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 15%;
  height: 540px;
}

#Lighting-img .imgbox #m1 {
  
  background-position: left;
  background-size: cover;
  height: 540px;
  background-repeat: no-repeat;
  width: 15%;
  float: left;
}

#Lighting-img .imgbox #m2 {
  width: 70%;
  float: left;
  position: relative;
  margin: 0 auto;
}

#Lighting-img .imgbox #m3 {
  
  background-position: center;
  background-size: cover;
  height: 540px;
  background-repeat: no-repeat;
  width: 15%;
  float: left;
}

#Lighting-img #m2 .left {
  width: 40px;
  height: 60px;
  background-color: rgba(87, 87, 87, 0.7);
  border-radius: 6px;
  position: absolute;
  top: 40%;
  margin-left: 2%;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 99;
}

#Lighting-img #m2 .right {
  width: 40px;
  height: 60px;
  background-color: rgba(87, 87, 87, 0.7);
  border-radius: 6px;
  position: absolute;
  top: 40%;
  right: 0;
  margin-right: 2%;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 99;
}

#Lighting-img .left span {
  content: "";
  position: absolute;
  border-top: transparent 10px solid;
  border-right: #FFFFFF 16px solid;
  border-bottom: transparent 10px solid;
  border-left: transparent 10px solid;
  margin-top: 20px;
}

#Lighting-img .left span {
  position: absolute;
  border-top: transparent 10px solid;
  border-right: #FFFFFF 16px solid;
  border-bottom: transparent 10px solid;
  border-left: transparent 10px solid;
  margin-top: 20px;
}

#Lighting-img .right span {
  position: absolute;
  border-top: transparent 10px solid;
  border-right: transparent 10px solid;
  border-bottom: transparent 10px solid;
  border-left: #FFFFFF 16px solid;
  margin-top: 20px;
  margin-left: 14px;
}

#Lighting-img #m2 .left:hover {
  background-color: rgba(126, 126, 126, 0.7);
}

#Lighting-img .left:hover span {
  border-right: #FF7100 16px solid;
}

#Lighting-img #m2 .right:hover {
  background-color: rgba(126, 126, 126, 0.7);
}

#Lighting-img .right:hover span {
  border-left: #FF7100 16px solid;
}



.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



#ytvedio {
  background-image: url("../images/videobg_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1150px;
  max-width: 1920px;
}

#killervideo {
  transform: perspective(1000px) rotateY(10deg);
  
  width: 1080px;
  height: 640px;
  position: relative;
  top: 211px;
  left: 171px;
}

.killervimg {
  background-image: url("../images/yt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}



.mainpage {
  width: 100%;
  z-index: 9;
}

.mainpage1 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  animation: led-style5 2s alternate infinite;
  -webkit-animation: led-style5 2s alternate infinite;
}

.mainpage2 {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  animation: led-style5 1s alternate infinite;
  -webkit-animation: led-style5 1s alternate infinite;
  animation-delay: 1s;
}

@keyframes led-style5 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.8;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
  }

  85% {
    opacity: 0.6;
  }

  95% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes led-style5 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.8;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
  }

  85% {
    opacity: 0.6;
  }

  95% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes led-style5 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.8;
  }

  20% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 0.2;
  }

  85% {
    opacity: 0.6;
  }

  95% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}





.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}

.youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.XSplit_MV {
  width: 30%;
  float: left;
}



#audiotab {
  position: relative;
  margin-bottom: 6%;
}

#audiotabtitle {
  margin-top: 4%;
  overflow: hidden;
}

#audiotab .tabtitle {
  padding: 1% 3% 1% 3%;
  float: left;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  background-color: #262626;
  border: 1px solid #ff7401;
  color: #ff7800;
  margin-right: 10px;
  width: 24%;
  min-height: 80px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

#audiotab .funtabs .title {
  color: #fff;
  padding-top: 4%;
}

#audiotab .tabtitle:hover {
  color: #fff;
}

#audiotab .funtabs {
  margin-top: 0%;
  background-color: #000;
}

#audiotab .conbox1 {
  position: relative;
  display: inline-block;
  width: 20%;
}

#audiotab .conbox2 {
  display: inline-block;
  position: relative;
  width: 76%;
  margin-left: 2%;
  padding-top: 4%;
  vertical-align: top;
}

#audiotab .title {
  color: #000;
  font-size: 1.6em;
}

#audiotab #audiofuntabs3 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20%;
}

#audiotab #audiofuntabs3 .conbox2 {
  display: inline-block;
  position: relative;
  width: 76%;
  margin-left: 2%;
}

#audiotab #audiofuntabs4 {
  background-image: url("../images/audio_bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 1000px;
}

#audiotab #audiofuntabs4 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

#audiotab #audiofuntabs4 .conbox2 {
  display: inline-block;
  position: relative;
  width: 33%;
  margin-left: 2%;
}

#audiotab #audiofuntabs2,
#audiofuntabs3,
#audiofuntabs4 {
  display: none;
}

#audiotab #audiofuntabs3 #wifi802 .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}

#audiotab #audiofuntabs3 #wifi802 .conbox2 {
  display: inline-block;
  position: relative;
  width: 56%;
  margin-left: 2%;
}

#powerdesign .conbox1 {
  position: relative;
  display: inline-block;
  width: 60%;
}

#powerdesign .conbox2 {
  position: relative;
  display: inline-block;
  margin-left: 2%;
  width: 37%;
  vertical-align: top;
  text-align: left;
}

#powerdesign .tt2 {
  font-weight: bold;
}

#powerdesign .t1line {
  border-left: 3px solid #ff7200;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}

#WayDualWide ol li {
  list-style: disc;
  margin-left: 2%;
}

#digitalledssec #digitalleds {
  background-image: url("../images/digitalled_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1000px;
  -webkit-animation: colorrun 5s infinite;
  -o-animation: colorrun 5s infinite;
  -ms-animation: colorrun 5s infinite;
  animation: colorrun 5s infinite;
  z-index: 15;
}

#digitalledssec #digitalledstext {
  right: 14%;
  position: absolute;
  z-index: 16;
}

#digitalledssec .conbox {
  float: right;
  width: 50%;
}

#digitalledssec .conbox img {
  width: 20%;
  margin-left: -3%;
}

@keyframes colorrun {
  from {
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(337deg);
    -ms-filter: hue-rotate(337deg);
    filter: hue-rotate(337deg);
  }
}

@keyframes colorrun1 {
  from {
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(0deg);
    -ms-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
}

#dts .conbox1 {
  position: relative;
  display: inline-block;
  width: 30%;
  margin-bottom: 2%;
}

#dts .conbox2 {
  position: relative;
  display: inline-block;
  width: 62%;
  text-align: left;
  vertical-align: top;
  margin-left: 2%;
}

#dts .conbox3 .title,
#dts .conbox4 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 0;
}

#dts .conbox3 {
  position: relative;
  display: inline-block;
  width: 48%;
}

#dts .conbox4 {
  position: relative;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-left: 1%;
}

#dts .video {
  margin: 20px;
}

#BIOS .conbox1 {
  position: relative;
  display: inline-block;
  width: 50%;
}

#BIOS .conbox2 {
  position: relative;
  display: inline-block;
  width: 45%;
  text-align: left;
  margin-left: 4%;
}

#Gen4AIC01 {
  min-height: 800px;
  padding-top: 6%;
}

#Gen4AIC01 .conbox1 {
  position: relative;
  display: inline-block;
  width: 60%;
}

#Gen4AIC01 .conbox2 {
  position: relative;
  display: inline-block;
  width: 34%;
  text-align: left;
  margin-left: 4%;
  padding-top: 4%;
  vertical-align: top;
}

#Gen4AIC01 .conbox2 ol li {
  list-style: disc;
}

#WayWide .conbox1 {
  position: relative;
  display: inline-block;
  width: 50%;
}

#WayWide .conbox2 {
  position: relative;
  display: inline-block;
  margin-left: 2%;
  width: 46%;
  vertical-align: top;
  padding-top: 16%;
  text-align: left;
}

#mainsec2 .monoblocknote {
  text-align: right;
  font-size: 16px;
  margin: 0% 6% 2% 0%;
}

#monoblock .model_table {
  color: #fff;
  width: 96%;
  margin-top: 0%;
  font-size: 14px;
}

#monoblock .model_table tr td {
  padding: 2px;
  padding-left: 3%;
}

#monoblock .model_table tr:nth-child(n+2):nth-child(even) td {
  background: #535456;
}

#monoblock .model_table tr:nth-child(n+2):nth-child(odd) td {
  background: #414143;
}

#monoblock .model_table tr:first-child td {
  background: #999;
  border-right: none;
  border-left: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

#monoblock ol li {
  list-style: disc;
  font-size: 16px;
  margin-left: 4%;
}

#monoblock .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
  vertical-align: top;
}

#monoblock .conbox2 {
  position: relative;
  display: inline-block;
  width: 58%;
  vertical-align: top;
}

#Thermal-Performance {
  margin-top: -10%;
}

#pcie4slotdesign {
  background-image: url("../images/pcie4slotdesign_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 950px;
  position: relative;
  overflow: hidden;
}

#pcie4slotdesign #pcie4slotdesignsmall,
#pcie4slotdesign .pcienum {
  display: none;
}

#pcie4slotdesign .title {
  color: #ff6400;
  line-height: 1.0em;
}

#pcie4slotdesign .title {
  font-size: 1.2em;
  line-height: 1.3em;
  color: #ff6400;
}

#pcie4slotdesign .text {
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 60%;
}

#pcie4slotdesign .pcie4de01 {
  position: relative;
  top: -20px;
  left: 30px;
}

#pcie4slotdesign .pcie4de02 {
  position: relative;
  top: 10px;
  left: 30px;
}

#pcie4slotdesign .pcie4de03 {
  position: relative;
  top: -50px;
  left: 1010px;
}

#pcie4slotdesign .pcie4de04 {
  position: relative;
  top: 60px;
  left: 1010px;
}

#pcie4slotdesign .pcie4de05 {
  position: relative;
  top: 420px;
  left: 30px;
  width: auto;
}

#pcie4slotpcb {
  margin-bottom: 6%;
}

#pcie4slotpcb .conbox1 {
  position: relative;
  display: inline-block;
  width: 50%;
}

#pcie4slotpcb .conbox2 {
  padding-top: 8%;
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 2%;
  vertical-align: top;
  text-align: left;
}

#pcie4slotpcb .t1 {
  line-height: 40px;
  font-size: 30px;
  margin-top: 10%;
}

#pcie4slotpcb .t1line {
  border-left: 6px solid #ff7200;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}

#qflashplus .qflashlogo {
  margin-top: 2%;
  margin-bottom: 2%;
}

#qflashplus .conbox1 {
  position: relative;
  display: inline-block;
  width: 20%;
}

#qflashplus .conbox2 {
  display: inline-block;
  position: relative;
  width: 70%;
  padding-top: 4%;
  vertical-align: top;
  text-align: left;
}

#qflashplus .conbox3 {
  display: inline-block;
  position: relative;
  width: 30%;
}

#qflashplus .conbox4 {
  display: inline-block;
  position: relative;
  width: 30%;
  margin-left: 4%;
}

#qflashplus .conbox5 {
  display: inline-block;
  position: relative;
  width: 30%;
  margin-left: 4%;
}

#thermaldesignvideo {
  background-color: #3c3c3c;
}

#thermaldesignvideo .thermaper {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 2%;
}

#rgbfansoftware ol li {
  list-style-type: disc;
  margin-left: 20px;
}

#designconcept {
  margin-top: 2%;
}

#xmp {
  background-color: #000;
  background-image: url("../images/mb_xmp_1920.jpg");
  background-position: center -10px;
  min-height: 650px;
  background-repeat: no-repeat;
}

#xmpsmall {
  display: none;
}

#TripleNVMe .t2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding-bottom: 2%;
}

#TripleNVMe .t5 {
  font-size: 1.6em;
  text-align: center;
  line-height: 1.6em;
}

#TripleNVMe .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

#TripleNVMe .conbox2 {
  display: inline-block;
  position: relative;
  width: 36%;
  margin-left: 2%;
}

#TripleNVMe .t3 {
  width: 80%;
  font-size: 1em;
  line-height: 1.6em;
  border-radius: 6px;
  padding: 4%;
  text-align: center;
  font-weight: bold;
  background: #c94600;
  background: -moz-linear-gradient(top, #c94600 0%, #fd6100 100%);
  background: -webkit-linear-gradient(top, #c94600 0%, #fd6100 100%);
  background: linear-gradient(to bottom, #c94600 0%, #fd6100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c94600', endColorstr='#fd6100', GradientType=0);
}

#NVMeRAID a {
  text-decoration: underline;
}

.graylinebg {
  background-image: url("../images/graylinebg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 80px;
}

#designconcept {
  margin-top: 4%;
}

#Base-plate {
  background-image: url("../images/Base-plate_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1100px;
}

#Base-plate .text {
  position: absolute;
  width: 36%;
  right: 14%;
}

#Base-plate ol li {
  list-style-type: disc;
}

#Base-plate .text .tt1 {
  margin-top: 34%;
}

#Base-plate .text .tt3 {
  position: absolute;
  right: 0px;
  width: 60%;
  top: 600px;
}

#Base-plate #baseimg {
  display: none;
}

#aorus-antenna ol li {
  list-style-type: disc;
  text-align: left;
}

#aorus-antenna .conbox1 {
  position: relative;
  display: inline-block;
  width: 60%;
}

#aorus-antenna .conbox2 {
  display: inline-block;
  position: relative;
  width: 36%;
  vertical-align: top;
  margin-left: 2%;
  padding-top: 14%;
}

#rgb-fan-commander {
  background-image: url("../images/fancom_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1400px;
}

#rgb-fan-commander .cell {
  position: relative;
}

#rgb-fan-commander ol li {
  list-style-type: disc;
  margin-left: 20px;
}

#rgb-fan-commander .tt1 {
  position: absolute;
  left: 480px;
  width: 70%;
}

#rgb-fan-commander .tt2 {
  position: relative;
  width: 70%;
  top: 320px;
  left: 660px;
}

#rgb-fan-commander #fancomimg {
  display: none;
}

#rgbfansoftware .conbox1 {
  position: relative;
  display: inline-block;
  width: 46%;
}

#rgbfansoftware .conbox2 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 4%;
}

#rgbsoftware .conbox1 {
  position: relative;
  display: inline-block;
  width: 15%;
}

#rgbsoftware .conbox2 {
  display: inline-block;
  position: relative;
  width: 82%;
  text-align: left;
  vertical-align: top;
  padding-top: 2%;
}

#rgbsoftware .conbox3 {
  position: relative;
  display: inline-block;
  width: 46%;
  vertical-align: top;
  text-align: center;
}

#rgbsoftware .conbox4 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 4%;
  vertical-align: top;
  text-align: center;
}

#sf5software .conbox1 {
  position: relative;
  display: inline-block;
  width: 46%;
}

#sf5software .conbox2 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 4%;
}

#sf5software .t2 {
  margin-top: 4%;
}

#RGBLED-function {
  
  background-position: 50% 100px;
  background-repeat: no-repeat;
  min-height: 1000px;
  position: relative;
  z-index: 15;
  overflow: hidden;
}

#RGBLED-function .title {
  z-index: 16;
  position: relative;
  margin-bottom: 90px;
}

#RGBLED-function .text {
  margin-top: -80px;
}

#RGBLED-function .text {
  width: 46%;
}

#RGBLED-function .rgbscale img {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

#RGBLED-function .rgbscale img:hover {
  transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}

#RGBtext {
  position: relative;
  margin-bottom: 4%;
  font-family:"Arial","Helvetica","sans-serif";
  font-size: 15px;
  line-height: 24px;
  color: #dddddd;
}

#RGBtext a {
  color: #dddddd;
}

#aqantia .tt2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 50px;
}

.table .table {
  background-color: transparent;
}

#usbTurboCharger .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}

#usbTurboCharger .conbox2 {
  position: relative;
  display: inline-block;
  width: 57%;
  margin-left: 2%;
  vertical-align: top;
  text-align: left;
}

#smartfan5fan {
  margin-bottom: 4%;
}

#smartfan5fan .title {
  font-size: 2.2em;
}

#smartfan5fan .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

#smartfan5fan .conbox2 {
  display: inline-block;
  position: relative;
  width: 65%;
  margin-left: 2%;
  text-align: left;
}

#smartfan5fan .conbox3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 51%;
}

#smartfan5fan .conbox4 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 1%;
}

#smartfan5fan .conbox5 {
  display: inline-block;
  position: relative;
  width: 45%;
}

#smartfan5fan .conbox5 .smarttitle {
  vertical-align: text-top;
}

#smartfan5fan .conbox6 {
  border-left: 1px solid #999;
  padding-left: 8%;
  display: inline-block;
  position: relative;
  width: 45%;
}

#smartfan5fan .conbox9 {
  position: relative;
  display: inline-block;
  width: 53%;
}

#smartfan5fan .conbox10 {
  display: inline-block;
  position: relative;
  width: 46%;
  vertical-align: top;
}

#smartfan5fan .conboxtable {
  position: relative;
  min-height: 200px;
}

#smartfan5fan .conboxtable .con71 {
  position: absolute;
  right: 10%;
  top: 20px;
}

#smartfan5fan .conboxtable .con72 {
  position: absolute;
  right: 10%;
  top: 100px;
}

#smartfan5fan .conboxtable img {
  position: absolute;
}

#smartfan5fan .smartlist {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 1%;
  display: inline-block;
  padding-left: 6%;
}

#smartfan5fan .conbox4 .note {
  font-size: 14px;
  margin-top: 10%;
}

#smartfan5fan .smartlist img {
  margin-right: 10px;
  margin-left: 10px;
}

#smartfan5fan .smartlist1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

#smartfan5fan .smarttitle {
  color: #FF6400;
  font-weight: 500;
}

#smartfan5fan .smarttitle2 {
  font-size: 14px;
}

#fancontrol {
  padding-top: 8%;
  padding-bottom: 10%;
}

#fancontrol .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

#fancontrol .conbox2 .title {
  color: #009FE8;
  text-align: center;
}

#fancontrol .conbox2 {
  display: inline-block;
  position: relative;
  width: 66%;
  margin-left: 2%;
}

#fancontrol .conbox2 img {
  width: 50%;
}

#smartfan5 {
  background-color: #000;
  background-image: url("../images/mb_smartfan5_1920.jpg");
  background-position: center 30px;
  background-repeat: no-repeat;
  min-height: 900px;
}

#smartfan5 .title {
  margin-top: 10px;
}

#smartfan5 .smartfan501 {
  position: absolute;
  width: 594px;
  left: 30px;
  top: 657px;
}

#smartfan5 .smartfan502 {
  position: absolute;
  width: 617px;
  left: 720px;
  top: 620px;
}

#M2ThermalGuard {
  background-image: url("../images/M2ThermalGuard_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}

#M2ThermalGuard .t1 {
  margin-top: 6%;
}

#M2ThermalGuard .t2 {
  margin-top: 6%;
}

#M2ThermalGuard .text {
  width: 40%;
}

#M2ThermalGuard #M2ThermalGuard-small {
  display: none;
}

#armor {
  background-color: #000;
  background-image: url("../images/mb_armor_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1100px;
}

#armor .title {
  margin-top: 10%;
}

#durable {
  background-color: #000;
  background-image: url("../images/mb_durable_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 740px;
}

#exclusive {
  position: relative;
}

#exclusive .t1 {
  z-index: 4;
  position: absolute;
}

#exclusive img {
  z-index: 3;
}

#exclusive .text {
  width: 45%;
}

#M2slot .conbox1 {
  position: relative;
  display: inline-block;
  width: 60%;
}

#M2slot .conbox2 {
  display: inline-block;
  position: relative;
  width: 36%;
  margin-left: 2%;
}

#Solid-Pin .conbox1 {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

#Solid-Pin .conbox2 {
  display: inline-block;
  position: relative;
  width: 46%;
  margin-left: 2%;
  text-align: left;
}

#Solid-Pin ol li {
  list-style-type: disc;
}

#Solid-Pin .t1 {
  border-left: 4px solid #ff6400;
  padding-left: 10px;
  line-height: 30px;
  margin-top: 80px;
  margin-left: -20px;
}

#XSplit {
  background-image: url("../images/xsplit_1920.jpg");
  background-position: 50% 130px;
  background-repeat: no-repeat;
  min-height: 750px;
}

.XSplit_MV {
  position: absolute;
  color: #fff;
  left: 57%;
  top: 40%;
  z-index: 10;
  display: block;
}

.MV2 {
  width: 440px;
  height: 285px;
}

a.more {
  display: block;
  width: 208px;
  height: 45px;
  background-image: url("../images/more.png");
  text-indent: -99999px;
  position: absolute;
  color: #fff;
  right: -2%;
  bottom: -20%;
  transition: background-image .5s;
}

a.more:hover {
  background-image: url("../images/more2.png");
}

#pcie4slot {
  margin-top: -10%;
}

#pcie4slot #pcie4slotsmall,
#pcie4slot #pcie4slotssmall {
  display: none;
}

#pcie4slot .tableall {
  margin-top: 4%;
  margin-bottom: 10%;
}

#pcie4slot .tableall .note {
  text-align: center;
  font-size: 12px;
  margin-top: 4%;
}

#pcie4slot .tableall .note1 {
  text-align: right;
  font-size: 20px;
  margin-top: 1%;
}

#pcie4slot .tableall .title {
  text-align: center;
  color: #ff6400;
  font-size: 34px;
  line-height: 44px;
}

#pcie4slot .stable01 {
  position: relative;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

#pcie4slot .stable02 {
  position: relative;
  display: inline-block;
  margin-left: 2%;
  width: 30%;
  vertical-align: top;
}

#pcie4slot .stable03 {
  position: relative;
  display: inline-block;
  margin-left: 2%;
  width: 30%;
  vertical-align: top;
}

#pcie4slot .tableall .s1 {
  font-size: 16px;
  line-height: 22px;
}

#pcie4slot .tableall .s2 {
  font-size: 16px;
  line-height: 22px;
  color: #ccc;
}

#pcie4slot .tableall .tablecon {
  position: relative;
  display: inline-block;
  width: 76%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  min-height: 170px;
  padding-top: 6%;
  margin-top: 6%;
}

#pcie4slot .stable01 .tabletext1 {
  position: relative;
  display: inline-block;
  width: 22%;
  vertical-align: top;
  padding-top: 56px;
}

#pcie4slot .stable01 .tabletext1 .s2 {
  padding-top: 46px;
}

#pcie4slot .stable02 .tabletext2 {
  position: relative;
  display: inline-block;
  width: 22%;
  vertical-align: top;
  padding-top: 56px;
}

#pcie4slot .stable02 .tabletext2 .s2 {
  padding-top: 46px;
}

#pcie4slot .stable03 .tabletext3 {
  position: relative;
  display: inline-block;
  width: 22%;
  vertical-align: top;
  padding-top: 44px;
}

#pcie4slot .stable03 .tabletext3 .s2 {
  padding-top: 38px;
}

#pcie4slot .stable01 #st1 {
  position: absolute;
  right: 0%;
  top: 50px;
  width: auto;
}

#pcie4slot .tableall #st4 {
  position: absolute;
  right: 0%;
  top: 50px;
  width: auto;
}

#pcie4slot .tableall #st5 {
  position: absolute;
  right: 50%;
  top: 50px;
  width: auto;
}

#pcie4slot .stable01 #st2 {
  position: absolute;
  top: 88px;
  left: 140px;
  font-size: 22px;
  color: #fff;
}

#pcie4slot .tableall #st3 {
  position: absolute;
  top: 158px;
  left: 124px;
  font-size: 16px;
  color: #000;
}

#pcie4slot .stable01 .table1,
#pcie4slot .stable02 .table1,
#pcie4slot .stable03 .table1 {
  background: #aa3300;
  background: -moz-linear-gradient(left, #aa3300 0%, #ff7200 100%);
  background: -webkit-linear-gradient(left, #aa3300 0%, #ff7200 100%);
  background: linear-gradient(to right, #aa3300 0%, #ff7200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa3300', endColorstr='#ff7200', GradientType=1);
  height: 40px;
  width: 100%;
  transition: all 1s ease-in;
  -webkit-transition: all 1 s ease-in;
}

#pcie4slot .stable01 .table2,
#pcie4slot .stable02 .table2,
#pcie4slot .stable03 .table2 {
  margin-top: 10%;
  background: #474747;
  background: -moz-linear-gradient(left, #474747 0%, #cccccc 100%);
  background: -webkit-linear-gradient(left, #474747 0%, #cccccc 100%);
  background: linear-gradient(to right, #474747 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#cccccc', GradientType=1);
  height: 40px;
  width: 50%;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
}

#pcie4slot .stable03 .table1 {
  background: #aa3300;
  background: -moz-linear-gradient(left, #aa3300 0%, #ff7200 100%);
  background: -webkit-linear-gradient(left, #aa3300 0%, #ff7200 100%);
  background: linear-gradient(to right, #aa3300 0%, #ff7200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa3300', endColorstr='#ff7200', GradientType=1);
  height: 40px;
  width: 30%;
  transition: all 1s ease-in;
  -webkit-transition: all 1 s ease-in;
}

#pcie4slot .stable03 .table2 {
  margin-top: 10%;
  background: #474747;
  background: -moz-linear-gradient(left, #474747 0%, #cccccc 100%);
  background: -webkit-linear-gradient(left, #474747 0%, #cccccc 100%);
  background: linear-gradient(to right, #474747 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#cccccc', GradientType=1);
  height: 40px;
  width: 100%;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
}



#gotop {
  background-color: rgba(51, 51, 51, 0.4);
  color: #FFFFFF;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  z-index: 2;
  border-radius: 6px;
}

#gotop img {
  margin: 0 auto;
}

#gotop:hover {
  background-color: #666;
}

#cnvi {
  background-image: url("../images/cnvi_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 900px;
  margin-bottom: 4%;
}

#cnvi .text {
  width: 60%;
}

#cnvi ol li {
  list-style-type: decimal;
  margin-left: 4%;
}

#cnvi .cnvinote {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ddd;
  font-family:"Roboto Condensed","sans-serif","Microsoft JhengHei";
  font-family:"Roboto Condensed","!important";
  margin-top: 10px;
  text-align: right;
  padding-right: 3%;
}

#cnvi .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

#cnvi .conbox2 {
  position: relative;
  display: inline-block;
  padding-top: 10%;
  width: 45%;
}

#cnvi #cnvismall,
#cnvi #cnvitablesmall {
  display: none;
}

#cnvi .cnvitable {
  background-image: url("../images/cnvitable.png");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 450px;
  width: 700px;
  position: relative;
}

#cnvi #cnst1 {
  position: absolute;
  right: -4%;
  top: 6%;
  display: none;
}

@keyframes cnstami {
  0% {
    transform: scale(2.5, 2.5);
  }

  90% {
    transform: scale(0.2, 0.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

#cnvi #cnst2 {
  position: absolute;
  font-size: 20px;
  right: 0;
  bottom: 4%;
}

#cnvi #cnst3 {
  position: absolute;
  bottom: 0;
  left: 20%;
  font-size: 16px;
}

#cnvi .cnvitableline {
  background: #474747;
  background: -moz-linear-gradient(left, #474747 0%, #cccccc 100%);
  background: -webkit-linear-gradient(left, #474747 0%, #cccccc 100%);
  background: linear-gradient(to right, #474747 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#cccccc', GradientType=1);
  padding-top: 4px;
  color: #000;
  padding-right: 6px;
  text-align: right;
  transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease;
}

#cnvi .cnvitable #table1 {
  background: #aa3300;
  background: -moz-linear-gradient(left, #aa3300 0%, #ff7200 100%);
  background: -webkit-linear-gradient(left, #aa3300 0%, #ff7200 100%);
  background: linear-gradient(to right, #aa3300 0%, #ff7200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa3300', endColorstr='#ff7200', GradientType=1);
  font-weight: bold;
  color: #fff;
  padding-right: 60px;
  transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease;
  position: absolute;
  left: 144px;
  top: 50px;
  height: 50px;
  width: 0%;
}

#cnvi .cnvitable #table2 {
  position: absolute;
  left: 144px;
  top: 120px;
  height: 50px;
  width: 0%;
}

#cnvi .cnvitable #table3 {
  position: absolute;
  left: 144px;
  top: 190px;
  height: 50px;
  width: 0%;
}

#cnvi .cnvitable #table4 {
  position: absolute;
  left: 144px;
  top: 260px;
  height: 50px;
  width: 0%;
}

.con-led {
  margin-left: 10%;
  margin-right: 10%;
}

.advan,
.advan02,
.advan03,
.advan04,
.advan05,
.advan06,
rgbstr5 {
  display: none;
}

.nav-2,
.advan,
.advan02,
.advan03,
.advan04,
.advan05,
.advan06 {
  width: 100%;
  overflow: hidden;
  margin-left: 2%;
}

.advan ul,
.advan02 ul,
.advan03 ul,
.advan04 ul,
.advan05 ul,
.advan06 ul {
  margin-top: 10px;
  margin-left: 10%;
}

.rgblogo1 {
  padding-left: 8%;
}

.nav-2 ul li {
  float: left;
  margin-right: 16px;
  cursor: pointer;
  margin-bottom: 3%;
  width: 13%;
  
}

.advan ul li,
.advan02 ul li,
.advan03 ul li,
.advan04 ul li,
.advan05 ul li,
.advan06 ul li {
  float: left;
  margin-right: 16px;
  cursor: pointer;
  margin-bottom: 3%;
  width: 20%;
  
}

map *:focus {
  outline: none;
}

.jQWCP-wWidget {
  background-color: transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
  border: 0;
  outline: none;
}

.jQWCP-wWidget.jQWCP-block {
  box-shadow: inset 0px 0px 0px #ccc;
}

.jQWCP-wWheel {
  border: 0;
}

#color-css {
  display: block;
}

.box1 {
  margin-top: -120px;
  width: 100%;
  max-width: 680px;
  position: relative;
  height: 900px;
  overflow: hidden;
}

#a1 {
  width: 100%;
  height: 800px;
  position: absolute;
  z-index: 11;
  background-color: #ff7200;
  
}

.ledstrip {
  width: 100%;
}

.ledstrip1,
.ledstrip2 {
  position: relative;
  overflow: hidden;
  height: 100px;
}

#ledstrbg1 {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 11;
  background-color: #ff7200;
}

.stripimg1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

#ledstrbg2 {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 11;
  background-color: #ff0000;
}

.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);
}

.stripimg2 {
  width: 100%;
  position: absolute;
  z-index: 14;
}



#a1-1 {
  width: 100%;
  height: 800px;
  margin-left: 2%;
  position: absolute;
  z-index: 11;
  background-color: #fcff00;
  display: none;
}



#a1-2 {
  width: 30%;
  height: 460px;
  margin-top: 60%;
  margin-left: 0%;
  position: absolute;
  z-index: 11;
  background-color: #001eff;
  display: none;
}



#a1-3 {
  width: 18%;
  height: 900px;
  margin-left: 90%;
  position: absolute;
  z-index: 11;
  background-color: #36ff00;
  display: none;
}



#a1-4 {
  width: 30%;
  height: 420px;
  margin-top: 60%;
  margin-left: 50%;
  position: absolute;
  z-index: 11;
  background-color: #ff0000;
  display: none;
}

#color1 {
  width: 100%;
  max-height: 900px;
  position: absolute;
  z-index: 13;
  display: none;
  margin-top: -300px;
}

#color2 {
  width: 100%;
  max-height: 900px;
  position: absolute;
  z-index: 13;
  display: none;
}

.b1 {
  width: 100%;
  position: absolute;
  z-index: 14;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#colorpicker-style {
  margin-left: 300px;
  margin-top: -220px;
  margin-bottom: 34px;
}

#colorpicker-a1-style,
#colorpicker-a2-style,
#colorpicker-a3-style,
#colorpicker-a4-style,
#colorpicker-a5-style,
#colorpicker-a6-style {
  margin-left: 240px;
  margin-top: -220px;
  position: absolute;
  display: none;
}

.rgb-c,
.rgb-ca {
  width: 30%;
  height: 50px;
  border-radius: 10px;
  clear: both;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  background: #0d0d0d;
  display: inline-block;
  font-family:"Roboto Condensed","sans-serif","Microsoft JhengHei";
  font-family:"Roboto Condensed","!important";
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-top-color: #262626;
  border-right-color: #262626;
  border-bottom-color: #262626;
  border-left-color: #262626;
}

.rgb-c {
  color: #ff6400;
}

.rgb-c:hover,
.rgb-ca:hover {
  color: #ff6400;
}

.click-n {
  z-index: 22;
  top: 0%;
  left: 20%;
  position: absolute;
  display: none;
}

.temp-n {
  width: 125px;
  height: 200px;
  z-index: 20;
  top: 66%;
  left: 75%;
  position: absolute;
  display: none;
}

.music-n {
  z-index: 21;
  top: 66%;
  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%;
  }
}



.functiontabs ul li {
  list-style-type: square;
}

.functiontabstitle {
  margin: 0 auto;
  margin-top: -4%;
}

.functiontabs .functiontabstitle .tabtitle {
  padding: 20px 10px 20px 10px;
  cursor: pointer;
  background-color: #000;
  border-left: 1px solid #E14B00;
  border-top: 1px solid #E14B00;
  border-bottom: 1px solid #E14B00;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  width: 400px;
  display: table-cell;
}

.functiontabs .functiontabstitle .tabtitle:hover {
  box-shadow: 0 -20px 70px -20px #ff5500;
  background-image: url("../images/tab_bg.png");
  background-repeat: no-repeat;
  background-position-y: -20px;
}

.functiontabstitle div:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.functiontabstitle div:last-child {
  border-right: 1px solid #E14B00;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.functiontabstitle #tabtitle3 {
  border-right: 0px solid #E14B00;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.functiontabstitle #tabtitle4 {
  border-right: 1px solid #E14B00;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#audiodac .functiontabstitle #tabtitleaudio3 {
  border-right: 0px solid #E14B00;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#audiodac .functiontabstitle #tabtitleaudio4 {
  border-right: 1px solid #E14B00;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}



#audiodac {
  margin-bottom: 4%;
  margin-top: 2%;
}

#audiodac .title {
  color: #ff6400;
  font-size: 36px;
  font-size: 46px;
}

#audiodac .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24%;
}

#audiodac .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
}

#audiodac #funtabsaudio3 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40%;
}

#audiodac #funtabsaudio3 .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 54%;
}

.functiontabs .funtabs .martop {
  padding-top: 2%;
}

.functiontabs #funtabsPer1 {
  position: relative;
  margin-bottom: 4%;
}

.functiontabs #funtabsPer1 .text {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 30%;
}

.functiontabs #funtabsPer3 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 55%;
}

.functiontabs #funtabsPer3 .conbox2 {
  display: inline-block;
  position: relative;
  width: 40%;
  margin-left: 2%;
}

.functiontabs #funtabsPer3 .t1 {
  float: left;
  font-size: 60px;
  line-height: 80px;
}

.functiontabs #funtabsPer3 .t2 {
  float: right;
  color: #fff;
  padding-top: 20px;
}

.functiontabs .conbox1 {
  position: relative;
  padding-top: 4%;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.functiontabs .conbox2 {
  display: inline-block;
  position: relative;
  width: 66%;
  padding-top: 4%;
  margin-left: 2%;
}

.functiontabs #funtabsPer2 .conbox1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

.functiontabs #funtabsPer2 .conbox2 {
  display: inline-block;
  position: relative;
  width: 35%;
  margin-left: 2%;
}

.functiontabs .title {
  color: #fff;
  font-size: 1.6em;
}

#thermaldesignline {
  background-image: url("../images/thermaldesignline_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 950px;
  position: relative;
  overflow: hidden;
}

#thermaldesignline .tabtitle {
  padding: 8px 20px 8px 20px;
  color: #000;
  background-color: #f16522;
  margin-right: 0%;
  font-size: 24px;
  -webkit-transform: skew(-44deg);
  -moz-transform: skew(-44deg);
  -o-transform: skew(-44deg);
  transform: skew(-44deg);
  display: inline-block;
  font-family:"Oswald","sans-serif","Microsoft JhengHei";
  font-family:"Oswald","!important";
  font-weight: bold;
}

#thermaldesignline .tabskew {
  -webkit-transform: skew(44deg);
  -moz-transform: skew(44deg);
  -o-transform: skew(44deg);
  transform: skew(44deg);
}

#thermaldesignline .text {
  width: 62%;
  margin-top: 2%;
  font-size: 16px;
  line-height: 26px;
  margin-left: -20px;
}

#thermaldesignline .thernum,
#thermaldesignline #thermaldesignlinesmall {
  display: none;
}

#thermaldesignline #tabtitle01 {
  position: relative;
  top: 109px;
}

#thermaldesignline #tabtitle02 {
  position: relative;
  top: 110px;
}

#thermaldesignline #tabtitle03 {
  position: relative;
  top: 130px;
}

#thermaldesignline #tabtitle04 {
  position: relative;
  top: 146px;
}

#thermaldesignline #tabtitle05 {
  position: relative;
  top: -340px;
  left: 1080px;
}

#thermaldesignline #tabtitle06 {
  position: relative;
  top: -340px;
  left: 1080px;
}

#thermaldesignline #tabtitle07 {
  position: relative;
  top: -340px;
  left: 1080px;
}

#thermaldesignline #tabtitle08 {
  position: relative;
  top: -320px;
  left: 1110px;
}

#thermaldesign {
  margin-top: 6%;
  max-width: 1920px;
  margin: 0 auto;
}

#thermaldesign .thermaldesignline {
  background-image: url("../images/ThermalDesign.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 900px;
  position: relative;
}

#thermaldesign .t1 {
  background-color: #ff7200;
  border-radius: 2px;
  border: 3px solid #ff6600;
  padding: 20px;
  display: none;
  color: #fff;
  z-index: 22;
}

#thermaldesign #therm1 {
  position: absolute;
  top: 53%;
}

#thermaldesign #therm2 {
  position: absolute;
  top: 79%;
  left: 27%;
}

#thermaldesign #therm3 {
  position: absolute;
  top: 35%;
  right: 0%;
}

#thermaldesign #therm4 {
  position: absolute;
  right: 0%;
  top: 90%;
}

#thermaldesign #therm1con {
  position: absolute;
  width: 400px;
  top: 56%;
}

#thermaldesign #therm2con {
  position: absolute;
  width: 400px;
  top: 82%;
  left: 22%;
}

#thermaldesign #therm3con {
  position: absolute;
  width: 400px;
  top: 40%;
  right: 4%;
}

#thermaldesign #therm4con {
  position: absolute;
  width: 440px;
  top: 72%;
  right: 0%;
}

.btnstyletherm {
  transition: all .2s;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #ff6400;
  margin: 0 auto;
  position: relative;
}

.btnstyletherm span {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(12px) rotate(90deg);
  -webkit-transform: translateY(12px) rotate(90deg);
  -ms-transform: translateY(12px) rotate(90deg);
}

.btnstyletherm:before {
  transition: all .2s;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 0 auto;
  background-color: #000;
  transform: translateY(16px) rotate(0deg);
  -webkit-transform: translateY(16px) rotate(0deg);
  -ms-transform: translateY(16px) rotate(0deg);
}

.btnstyletherm:hover {
  background-color: #ff4800;
}

.menuOpentherm span {
  height: 0px;
}

.menuOpentherm {
  background: #ff6400;
}

#therm1titlebtn {
  position: absolute;
  top: 48%;
  left: 6%;
}

#therm2titlebtn {
  position: absolute;
  top: 74%;
  left: 36%;
}

#therm3titlebtn {
  position: absolute;
  top: 30%;
  left: 80%;
}

#therm4titlebtn {
  position: absolute;
  top: 85%;
  right: 132px;
}

#thermaldesign .thertitle {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7);
}

#thermaldesign .smalltitle,
#thermaldesign #thermaldesignsmall {
  display: none;
}

#tabicon .tabcon {
  width: 100%;
  margin: 0 auto;
  clear: both;
  margin-bottom: 10%;
  display: none;
}

#tabicon .triP {
  background-color: #ff6400;
  width: 100px;
  height: 20px;
}

#tabicon ol li {
  list-style: none;
  text-align: center;
  float: left;
  width: 50%;
  cursor: pointer;
  border: 1px solid #FF6600;
  transition: all 0.3s linear;
}

.tabcon #wtfast img {
  margin: 0 auto;
}

.iconall {
  width: 40%;
  margin: 0 auto;
}

#tabbox {
  min-height: 900px;
}

.trianglediv::after {
  content: "";
  position: absolute;
  border-top: #FF6600 16px solid;
  border-right: transparent 10px solid;
  border-bottom: transparent 10px solid;
  border-left: transparent 10px solid;
  margin-top: 10px;
  z-index: 1;
}



::selection {
  background: #ff7200;
  color: #fff;
}

#ledbg {
  background: url("../images/spec_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1000px;
  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);
  }
}

#mbspec .text {
  font-size: 18px;
  line-height: 24px;
}

#mbspec {
  background: url("../images/specline_1920.png");
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 1000px;
  margin-top: -1000px;
  font-size: 18px;
}

#mbspec .spec1 {
  position: relative;
  width: 1010px;
  float: left;
  padding-left: 60px;
  color: #fff;
}

#mbspec .spec2 {
  position: relative;
  width: 235px;
  float: left;
  color: #fff;
}

.mbspec-s {
  display: none;
}

#mbspec .speclist {
  position: absolute;
}

#mbspec .spec1 .speclist .speccontent {
  width: 280px;
}

#mbspec .spec1 .speclist .speccontent .spectitlebk {
  background: #000;
  padding-right: 8px;
  white-space: pre-wrap;
}

#mbspec .speclist .specpoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #ccc;
  color: #fff;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 16px;
  margin: 10px;
  display: none;
}

#mbspec .speclist-small {
  font-size: 16px;
  line-height: 22px;
  padding-top: 6px;
  color: #a8a8a8;
}

.spec1 #specitemlist01 {
  top: -26px;
}

.spec1 #specitemlist02 {
  top: 140px;
}

.spec1 #specitemlist03 {
  top: 180px;
}

.spec1 #specitemlist04 {
  top: 276px;
}

.spec1 #specitemlist05 {
  top: 360px;
}

.spec1 #specitemlist06 {
  top: 410px;
}

.spec1 #specitemlist07 {
  top: 490px;
}

.spec1 #specitemlist08 {
  top: 686px;
}

.spec1 #specitemlist09 {
  top: 780px;
}

.spec2 #specitemlist10 {
  top: -26px;
}

.spec2 #specitemlist11 {
  top: 100px;
}

.spec2 #specitemlist12 {
  top: 290px;
}

.spec2 #specitemlist13 {
  top: 366px;
}

.spec2 #specitemlist14 {
  top: 460px;
}

.spec2 #specitemlist15 {
  top: 536px;
}

.spec2 #specitemlist16 {
  top: 596px;
}

.spec2 #specitemlist17 {
  top: 690px;
}

.spec2 #specitemlist18 {
  top: 750px;
}

.spec2 #specitemlist19 {
  top: 810px;
}

.wrapper {
  width: 100%;
  margin: 60px auto;
  padding: 0 20px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  height: auto;
  top: -16.82%;
  left: 0;
  
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}



#functiontabstitle {
  margin-top: 4%;
  background-image: url("../images/functiontabbg.png");
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 55px;
}

#functiontabs .tabtitle {
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
  text-align: center;
}

#functiontabstitle #tabtitle1 {
  width: 280px;
  height: 40px;
  position: relative;
  display: inline-block;
}

#functiontabstitle #tabtitle2 {
  width: 200px;
  height: 40px;
  position: relative;
  display: inline-block;
}

#functiontabs .funtabs {
  background-color: rgba(255, 101, 0, 0.1);
  border-left: 4px solid #ff7200;
  border-right: 4px solid #ff7200;
  padding: 4%;
  padding-bottom: 6%;
  margin-top: 0.5%;
}

#functiontabs .funtabs .conbox1 {
  position: relative;
  display: inline-block;
  width: 66%;
}

#functiontabs .funtabs .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 10%;
  width: 28%;
  margin-left: 2%;
}

#functiontabs .funtabs .conbox2 p {
  padding: 4% 0% 4% 5%;
  color: #b04700;
}

#functiontabs .funtabs .conbox2 img {
  width: auto;
  margin: 0 auto;
}

#funtabs2 {
  display: none;
}

#mainsec6 .mainsectitle {
  margin-left: 0%;
  margin-top: 0%;
  position: static;
}

#mainsec6 {
  position: relative;
  overflow: hidden;
}

#audioboardcon {
  position: absolute;
}

#audioline #audioline01 {
  position: relative;
  display: inline-block;
  width: 49%;
}

#audioline #audioline02 {
  position: relative;
  display: inline-block;
  width: 49%;
  opacity: 0.3;
}

#audiosignal .text {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  max-width: 400px;
}

#audiosignal #audiocon02 .text {
  max-width: 100%;
}

#mainsec6 .audiostyle img {
  margin: 0 auto;
  width: auto;
}

#mainsec6 .audiostyle .title {
  color: #ff6400;
  font-size: 30px;
  line-height: 36px;
}

#audiocon01 {
  position: absolute;
  right: 12%;
  top: 50%;
}

#audiocon02 {
  position: absolute;
  display: none;
  left: 34%;
  top: 40%;
}

#audiocon02 ul li {
  list-style: disc;
  margin-left: 3%;
}

#audiocon03 {
  position: absolute;
  display: none;
  right: 14%;
  top: 44%;
}

#audiocon04 {
  position: absolute;
  display: none;
  left: 10%;
  top: 44%;
}

#audiocon05 {
  position: absolute;
  display: none;
  left: 50%;
  top: 54%;
}

#audiocon06 {
  position: absolute;
  display: none;
  left: 56%;
  top: 40%;
}

#audiofunction {
  position: relative;
  min-height: 100px;
  margin-top: 2%;
  margin-bottom: 2%;
}

#audiofunction .audiotitle {
  color: rgba(255, 100, 0, 0.5);
  font-size: 24px;
  line-height: 30px;
  max-width: 180px;
  text-align: center;
  transition: all 0.2s linear;
  cursor: pointer;
}

#audiofunction .audiotitle:hover {
  transform: scale(1.2, 1.2);
  color: #ff6400;
  margin-top: 3px;
}

#af01,
#af02,
#af03,
#af04,
#af05,
#af06 {
  position: absolute;
  top: -14%;
}

#af01 {
  left: 7%;
}

#af02 {
  left: 24%;
}

#af03 {
  left: 38%;
}

#af04 {
  left: 52%;
}

#af05 {
  left: 68%;
}

#af06 {
  left: 85%;
}

#audioimg1small,
#audioboardsmall,
.audioboardimgsmall {
  display: none;
}

#audiosignal .audionum,
#audiolinesmall {
  display: none;
}

#mainsec6 .mainsectitle .text {
  width: 100%;
}

#mainsec6 .mainsectitle {
  width: 90%;
}

@media screen and (max-width: 1680px) {
  #designconceptback .t1 {
    margin-top: -55%;
  }

  

  #featureicon .featurenav {
    
    width: 25%;
  }
}

@media screen and (max-width: 1366px) {
  .table .col6l {
    width: 50%;
  }

  .table .col52,
  .table .col52s {
    width: auto;
  }

  .frame {
    width: 960px;
  }

  #header {
    background-color: #000;
    
    background-position: center;
    position: relative;
    
  }

  #designconceptback .t1 {
    margin-top: -58%;
    width: 46%;
    font-size: 16px;
  }

  #designconceptback .t2 {
    font-size: 16px;
  }

  .mainsec .mainsectitle .title {
    padding-left: 14%;
    padding-bottom: 2%;
  }

  .topsectitle {
    padding-left: 18%;
  }

  .mainsec .mainsectitle .text {
    padding-left: 14%;
  }

  .functiontabs #funtabs1 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .functiontabs #funtabs1 .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .textbutton {
    bottom: 80px;
    right: 16%;
  }

  

  #featureicon .featurenav {
    
    width: 25%;
  }

  .iconall {
    width: 66%;
    margin: 0 auto;
  }

  

  #Lighting-img .mask {
    height: 0px;
  }

  #Lighting-img .imgbox #m1 {
    height: 300px;
  }

  #Lighting-img .imgbox #m2 {
    width: 70%;
  }

  #Lighting-img .imgbox #m3 {
    height: 300px;
  }

  

  #ytvedio {
    background-image: url("../images/videobg_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 817px;
  }

  #killervideo {
    transform: perspective(1000px) rotateY(14deg);
    
    width: 780px;
    height: 460px;
    position: relative;
    top: 140px;
    left: 103px;
  }

  

  #CFw {
    min-height: 300px;
    margin-top: -200px;
  }

  

  #audiotab .tabtitle {
    width: 22%;
    line-height: 26px;
  }

  #audiotab .conbox2 {
    padding-top: 0%;
  }

  #powerdesign .conbox1 {
    width: 100%;
  }

  #powerdesign .conbox2 {
    margin-left: 0%;
    width: 100%;
    vertical-align: top;
  }

  #digitalledssec #digitalleds {
    background-image: url("../images/digitalled_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 880px;
  }

  #Thermal-Performance {
    margin-top: -20%;
  }

  #pcie4slotdesign {
    background-image: url("../images/pcie4slotdesign_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 900px;
    position: relative;
  }

  #pcie4slotdesign .title {
    color: #ff6400;
    line-height: 1.0em;
  }

  #pcie4slotdesign .title {
    font-size: 0.8em;
    line-height: 0.9em;
    color: #ff6400;
  }

  #pcie4slotdesign .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0.2em;
    margin-bottom: 1em;
    width: 60%;
  }

  #pcie4slotdesign .pcie4de01 {
    position: relative;
    top: -70px;
    left: 10px;
  }

  #pcie4slotdesign .pcie4de02 {
    position: relative;
    top: -50px;
    left: 10px;
  }

  #pcie4slotdesign .pcie4de03 {
    position: relative;
    top: -50px;
    left: 700px;
  }

  #pcie4slotdesign .pcie4de04 {
    position: relative;
    top: 30px;
    left: 700px;
  }

  #pcie4slotdesign .pcie4de05 {
    position: relative;
    top: 260px;
    left: 10px;
    width: 60%;
  }

  #pcie4slotpcb .t1 {
    line-height: 30px;
    font-size: 30px;
    margin-top: 10%;
  }

  #smartfan5fan .conbox3 {
    width: 40%;
  }

  #smartfan5fan .conbox4 {
    width: 55%;
    margin-left: 1%;
  }

  #smartfan5fan .conbox5 {
    width: 48%;
  }

  #smartfan5fan .conbox6 {
    padding-left: 2%;
    width: 48%;
  }

  #smartfan5fan .conboxtable .con71 {
    right: 0%;
    top: 10px;
  }

  #smartfan5fan .conboxtable .con72 {
    right: 0%;
    top: 80px;
  }

  #smartfan5fan .conbox9 {
    width: 100%;
  }

  #smartfan5fan .conbox10 {
    width: 100%;
  }

  #smartfan5fan .smartlist1 {
    font-size: 16px;
    line-height: 20px;
  }

  #smartfan5fan .conbox4 .note {
    margin-top: 0%;
  }

  #exclusive img {
    padding-top: 10%;
  }

  #Base-plate {
    background-image: url("../images/Base-plate_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 900px;
  }

  #Base-plate .text .tt1 {
    margin-top: 40%;
  }

  #Base-plate .text .tt3 {
    top: 500px;
  }

  #rgb-fan-commander {
    background-image: url("../images/fancom_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1100px;
  }

  #rgb-fan-commander .cell {
    position: relative;
  }

  #rgb-fan-commander .tt1 {
    position: absolute;
    left: 320px;
    width: 50%;
  }

  #rgb-fan-commander .tt2 {
    position: relative;
    width: 50%;
    top: 220px;
    left: 480px;
  }

  #rgb-fan-commander #fancomimg {
    display: none;
  }

  #TripleNVMe .conbox1 {
    vertical-align: top;
    width: 60%;
  }

  #TripleNVMe .conbox2 {
    width: 36%;
    margin-left: 2%;
    margin-bottom: 4%;
  }

  #TripleNVMe .t3 {
    width: 100%;
  }

  #xmp {
    background-color: #000;
    background-image: url("../images/mb_xmp_1366.jpg");
    background-position: center -10px;
    min-height: 650px;
    background-repeat: no-repeat;
  }

  #RGBLED-function {
    background-position: center center;
    position: relative;
    min-height: 450px;
  }

  #M2ThermalGuard {
    background-image: url("../images/M2ThermalGuard_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }

  #M2ThermalGuard .t1 {
    margin-top: 6%;
  }

  #M2ThermalGuard .t2 {
    margin-top: 6%;
  }

  #M2ThermalGuard .text {
    width: 50%;
  }

  #M2ThermalGuard #M2ThermalGuard-small {
    display: none;
  }

  #smartfan5 {
    background-color: #000;
    background-image: url("../images/mb_smartfan5_1366.jpg");
    background-position: center 30px;
    background-repeat: no-repeat;
    min-height: 700px;
  }

  #smartfan5 .smartfan501 {
    width: 400px;
    left: 30px;
    top: 520px;
  }

  #smartfan5 .smartfan502 {
    width: 460px;
    left: 520px;
    top: 480px;
  }

  #armor {
    background-color: #000;
    background-image: url("../images/mb_armor_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 800px;
  }

  #armor .title {
    margin-top: 0px;
  }

  #Solid-Pin .t1 {
    margin-top: 20px;
  }

  #XSplit {
    background-image: url("../images/xsplit_1366.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 750px;
  }

  #XSplit .frame {
    padding-top: 1em;
  }

  .XSplit_MV {
    position: absolute;
    color: #fff;
    left: 62%;
    top: 50%;
    z-index: 10;
    display: block;
  }

  .MV2 {
    width: 400px;
    height: 270px;
  }

  a.more {
    display: block;
    width: 208px;
    height: 45px;
    background-image: url("../images/more.png");
    text-indent: -99999px;
    position: absolute;
    color: #fff;
    right: -2%;
    bottom: -20%;
    transition: background-image .5s;
  }

  a.more:hover {
    background-image: url("../images/more2.png");
  }

  #pcie4slot {
    margin-top: -26%;
  }

  #pcie4slot .tableall .title {
    font-size: 26px;
    line-height: 36px;
  }

  #pcie4slot .tableall .s1 {
    font-size: 16px;
    line-height: 22px;
  }

  #pcie4slot .tableall .s2 {
    font-size: 16px;
    line-height: 22px;
    color: #ccc;
  }

  #pcie4slot .stable01 .tabletext1 {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-top: 30px;
  }

  #pcie4slot .stable01 .tabletext1 .s2 {
    padding-top: 30px;
  }

  #pcie4slot .stable02 .tabletext2 {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-top: 30px;
  }

  #pcie4slot .stable02 .tabletext2 .s2 {
    padding-top: 30px;
  }

  #pcie4slot .stable03 .tabletext3 {
    position: relative;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding-top: 20px;
  }

  #pcie4slot .stable03 .tabletext3 .s2 {
    padding-top: 18px;
  }

  #pcie4slot .stable01 #st1 {
    position: absolute;
    right: 0%;
    top: 50px;
    width: 30%;
  }

  #pcie4slot .tableall #st4 {
    position: absolute;
    right: 0%;
    top: 50px;
    width: 30%;
  }

  #pcie4slot .tableall #st5 {
    position: absolute;
    right: 40%;
    top: 50px;
    width: 30%;
  }

  #pcie4slot .stable01 #st2 {
    position: absolute;
    top: 72px;
    left: 90px;
    font-size: 16px;
    color: #fff;
  }

  #pcie4slot .tableall #st3 {
    position: absolute;
    top: 148px;
    left: 74px;
    font-size: 14px;
    color: #000;
  }

  #pcie4slot .stable01 .table2,
  #pcie4slot .stable02 .table2,
  #pcie4slot .stable03 .table2 {
    margin-top: 18%;
  }

  #cnvi {
    background-image: url("");
    min-height: auto;
  }

  #cnvi .text {
    margin-top: 0%;
    width: 100%;
  }

  #cnvi img {
    margin-top: 0%;
  }

  #cnvi #cnvismall {
    display: block;
  }

  #a1 {
    height: 800px;
  }

  .nav-2,
  .advan,
  .advan02,
  .advan03,
  .advan04,
  .advan05,
  .advan06 {
    height: 210px;
  }

  .nav-2 ul {
    margin-left: 0px;
  }

  .nav-2 ul li {
    margin-right: 10px;
    width: 14%;
  }

  .advan ul,
  .advan02 ul,
  .advan03 ul,
  .advan04 ul,
  .advan05 ul,
  .advan06 ul {
    margin-left: 8%;
  }

  .box1 {
    margin-top: 0px;
    width: 480px;
    height: 600px;
  }

  #colorpicker-style {
    margin-left: 200px;
  }

  .rgblogo1 {
    padding-left: 0%;
  }

  .temp-n {
    top: 60%;
    left: 70%;
  }

  #ledstrbg1 {
    height: 66px;
  }

  #ledstrbg2 {
    height: 66px;
  }

  .functiontabs #funtabsPer3 .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }

  .functiontabs #funtabsPer3 .conbox2 {
    display: inline-block;
    position: relative;
    width: 50%;
    margin-left: 2%;
  }

  #audiodac .title {
    font-size: 26px;
    font-size: 36px;
  }

  #thermaldesignline {
    background-image: url("../images/thermaldesignline_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 950px;
    position: relative;
    overflow: hidden;
  }

  #thermaldesignline .tabtitle {
    padding: 4px 10px 4px 10px;
    color: #000;
    background-color: #f16522;
    margin-right: 1%;
    font-size: 16px;
    -webkit-transform: skew(-44deg);
    -moz-transform: skew(-44deg);
    -o-transform: skew(-44deg);
    transform: skew(-44deg);
    display: inline-block;
    font-family:"Oswald","sans-serif","Microsoft JhengHei";
    font-family:"Oswald","!important";
    font-weight: bold;
  }

  #thermaldesignline .tabskew {
    -webkit-transform: skew(44deg);
    -moz-transform: skew(44deg);
    -o-transform: skew(44deg);
    transform: skew(44deg);
  }

  #thermaldesignline .text {
    width: 56%;
    margin-top: 2%;
    font-size: 14px;
    line-height: 20px;
    margin-left: -10px;
  }

  #thermaldesignline .thernum {
    display: none;
  }

  #thermaldesignline #tabtitle01 {
    position: relative;
    top: 60px;
  }

  #thermaldesignline #tabtitle02 {
    position: relative;
    top: 60px;
  }

  #thermaldesignline #tabtitle03 {
    position: relative;
    top: 100px;
  }

  #thermaldesignline #tabtitle04 {
    position: relative;
    top: 130px;
  }

  #thermaldesignline #tabtitle05 {
    position: relative;
    top: -330px;
    left: 760px;
  }

  #thermaldesignline #tabtitle06 {
    position: relative;
    top: -330px;
    left: 760px;
  }

  #thermaldesignline #tabtitle07 {
    position: relative;
    top: -310px;
    left: 760px;
  }

  #thermaldesignline #tabtitle08 {
    position: relative;
    top: -280px;
    left: 760px;
  }

  #thermaldesign .thermaldesignline {
    background-image: url("../images/ThermalDesign_960.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 700px;
    position: relative;
  }

  #thermaldesign #therm1 {
    top: 50%;
  }

  #thermaldesign #therm2 {
    top: 76%;
  }

  #thermaldesign #therm3 {
    top: 36%;
  }

  #thermaldesign #therm4 {
    top: 84%;
  }

  #thermaldesign #therm4 .thertitle {
    margin-top: 4%;
  }

  #thermaldesign .thertitle {
    font-size: 20px;
  }

  #therm1titlebtn {
    top: 44%;
    left: 3%;
  }

  #therm2titlebtn {
    top: 69%;
    left: 35%;
  }

  #therm3titlebtn {
    top: 30%;
    right: 14%;
  }

  #therm4titlebtn {
    top: 80%;
    right: 10%;
  }

  #thermaldesign #therm1con {
    position: absolute;
    width: 300px;
    top: 53%;
  }

  #thermaldesign #therm2con {
    position: absolute;
    width: 300px;
    top: 260px;
  }

  #thermaldesign #therm3con {
    position: absolute;
    width: 300px;
    top: 40%;
    right: 0%;
  }

  #thermaldesign #therm4con {
    position: absolute;
    width: 300px;
    top: 60%;
    right: 0%;
  }

  #tabicon ol li {
    margin-bottom: 1%;
    list-style: none;
    float: left;
    cursor: pointer;
  }

  #tabicon ol li:hover {
    border: 10px solid #FF6600;
  }

  #tabicon img {
    width: 100%;
  }

  #tabicon .tabcon {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    display: none;
  }

  .tabbox {
    overflow: visible;
    min-height: 800px;
  }

  

  #ledbg {
    background: url("../images/spec_1366.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 700px;
  }

  #mbspec {
    background: url("../images/specline_1366.png");
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    min-height: 700px;
    margin-top: -700px;
  }

  #mbspec .text {
    font-size: 13px;
    line-height: 16px;
  }

  .mbspec-s {
    display: none;
  }

  #mbspec .spec1 {
    width: 680px;
    padding-left: 0px;
  }

  #mbspec .spec1 .speclist .speccontent {
    width: 210px;
  }

  #mbspec .spec2 {
    width: 160px;
  }

  #mbspec .speclist-small {
    font-size: 13px;
    line-height: 16px;
    padding-top: 6px;
    color: #a8a8a8;
  }

  .spec1 #specitemlist01 {
    top: -26px;
  }

  .spec1 #specitemlist02 {
    top: 90px;
  }

  .spec1 #specitemlist03 {
    top: 120px;
  }

  .spec1 #specitemlist04 {
    top: 190px;
  }

  .spec1 #specitemlist05 {
    top: 250px;
  }

  .spec1 #specitemlist06 {
    top: 280px;
  }

  .spec1 #specitemlist07 {
    top: 336px;
  }

  .spec1 #specitemlist08 {
    top: 476px;
  }

  .spec1 #specitemlist09 {
    top: 550px;
  }

  .spec2 #specitemlist10 {
    top: -26px;
  }

  .spec2 #specitemlist11 {
    top: 70px;
  }

  .spec2 #specitemlist12 {
    top: 190px;
  }

  .spec2 #specitemlist13 {
    top: 236px;
  }

  .spec2 #specitemlist14 {
    top: 330px;
  }

  .spec2 #specitemlist15 {
    top: 380px;
  }

  .spec2 #specitemlist16 {
    top: 416px;
  }

  .spec2 #specitemlist17 {
    top: 490px;
  }

  .spec2 #specitemlist18 {
    top: 530px;
  }

  .spec2 #specitemlist19 {
    top: 570px;
  }

  #mainsec6 .mainsectitle .text {
    margin-bottom: 10%;
  }

  #audiosignal #audiocon02 .text {
    max-width: 90%;
  }

  #audiocon01 {
    top: 56%;
  }

  #audiocon02 {
    left: 26%;
    top: 40%;
  }

  #audiocon03 {
    right: 10%;
    top: 52%;
  }

  #audiocon04 {
    left: 6%;
    top: 52%;
  }

  #audiocon05 {
    left: 44%;
    top: 60%;
  }

  #audiocon06 {
    left: 55%;
    top: 50%;
  }
}

@media screen and (max-width: 960px) {
  .frame {
    width: 640px;
    padding: 1.5em 0;
  }

  .table .col52,
  .table .col52s {
    width: 95%;
  }

  .title {
    font-size: 1.3em;
    line-height: 1.1em;
  }

  .text {
    font-size: 0.7em;
    line-height: 1.2em;
    margin-top: 1em;
  }

  .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }

  #header .title {
    width: auto;
    font-size: 1.1em;
    margin-top: -24px;
  }

  #header .frame {
    padding: 0em 0 1em;
  }

  .table .col5,
  .table .col5s,
  .table .col5l {
    width: 95%;
  }

  #designconceptback .t1 {
    margin-top: 0%;
    margin: 0 auto;
    width: 80%;
    font-size: 16px;
    position: static;
  }

  .mainsec .mainsectitle .text {
    padding-left: 0%;
  }

  .mainsec .mainsectitle .title {
    padding-left: 0%;
    width: 100%;
    padding-bottom: 0%;
    background-image: url("");
  }

  .topsectitle {
    padding-left: 0%;
    width: 100%;
    padding-bottom: 0%;
    background-image: url("");
  }

  .mainsec .mainsectitle {
    margin-left: 2%;
    margin-top: 0%;
    position: static;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .mainsec .mainsectitle .title {
    font-size: 40px;
    line-height: 50px;
  }

  .mainsec .mainsectitle .text {
    width: 100%;
  }

  #mainsec2 .mainsectitle .text {
    width: 100%;
  }

  .mainsec .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .mainsec .conbox2 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    text-align: center;
  }

  .topsectitle {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .mainsec .subtitle {
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
  }

  .mainsec .titlenum {
    font-size: 30px;
    line-height: 40px;
  }

  #mainsec2 .titlenum {
    font-size: 30px;
  }

  .textbutton {
    bottom: 80px;
    right: 0%;
    text-align: center;
  }

  

  #featureicon .featurenav {
    
    width: 50%;
  }

  #featureicon .title {
    font-size: 2.6vw;
    line-height: 5vw;
  }

  

  #ytvedio {
    background-image: url("../images/videobg_960.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 580px;
  }

  #killervideo {
    transform: perspective(1000px) rotateY(17deg);
    
    width: 558px;
    height: 322px;
    position: relative;
    top: 74px;
    left: 36px;
  }

  

  #CFw {
    min-height: 300px;
    margin-top: 0px;
    display: none;
  }

  #cfw-small,
  #siv-small,
  #easy-small,
  #osd-small,
  #bios-small {
    display: block;
  }

  .mb5text div {
    width: 90%;
  }

  

  #audiotab .tabtitle {
    padding: 2% 3% 2% 3%;
    float: left;
    cursor: pointer;
    background-color: #262626;
    border: 1px solid #ff7401;
    color: #ff6400;
    width: 90%;
    font-size: 0.8em;
    line-height: 1.2em;
  }

  #audiotab .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  #audiotab .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 6%;
    margin-left: 0%;
  }

  #audiotab #audiofuntabs3 .conbox1 {
    width: 100%;
  }

  #audiotab #audiofuntabs3 .conbox2 {
    margin-left: 0%;
    width: 100%;
  }

  #digitalledssec #digitalleds {
    background-image: url("../images/digitalled_960.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 850px;
    text-align: left;
    margin-top: -70px;
  }

  #digitalledssec #digitalledstext {
    position: static;
  }

  #digitalledssec .conbox {
    float: static;
    width: 100%;
  }

  #digitalledssec .conbox img {
    width: 30%;
    margin-left: -3%;
  }

  #BIOS .conbox1 {
    width: 100%;
  }

  #BIOS .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  #Gen4AIC01 .conbox1 {
    width: 100%;
  }

  #Gen4AIC01 .conbox2 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0%;
  }

  #WayWide .conbox1 {
    width: 100%;
  }

  #WayWide .conbox2 {
    margin-left: 0%;
    width: 100%;
    padding-top: 0%;
  }

  #dts .conbox1 {
    width: 100%;
    margin-bottom: 0%;
  }

  #dts .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  #dts .conbox3 {
    width: 100%;
  }

  #dts .conbox4 {
    width: 100%;
    margin-left: 0%;
  }

  #monoblock .conbox1 {
    width: 100%;
  }

  #monoblock .conbox2 {
    width: 100%;
  }

  #Thermal-Performance {
    margin-top: 0%;
  }

  #pcie4slotdesign {
    background-image: url("../images/");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 900px;
    position: relative;
  }

  #pcie4slotdesign #pcie4slotdesignsmall {
    display: block;
  }

  #pcie4slotdesign .pcienum {
    display: inline-block;
    margin-right: 2%;
  }

  #pcie4slotdesign .title {
    color: #ff6400;
    line-height: 1.0em;
  }

  #pcie4slotdesign .title {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #ff6400;
  }

  #pcie4slotdesign .text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0.2em;
    margin-bottom: 1em;
    width: 100%;
  }

  #pcie4slotdesign .pcie4de01 {
    position: static;
    top: 0px;
    left: 0px;
  }

  #pcie4slotdesign .pcie4de02 {
    position: static;
    top: 0px;
    left: 10px;
  }

  #pcie4slotdesign .pcie4de03 {
    position: static;
    top: 0px;
    left: 0px;
  }

  #pcie4slotdesign .pcie4de04 {
    position: static;
    top: 0px;
    left: 0px;
  }

  #pcie4slotdesign .pcie4de05 {
    position: static;
    top: 0px;
    left: 0px;
    width: auto;
  }

  #pcie4slotpcb .conbox1 {
    width: 100%;
  }

  #pcie4slotpcb .conbox2 {
    padding-top: 0%;
    width: 100%;
    margin-left: 0%;
  }

  #pcie4slotpcb .t1 {
    line-height: 40px;
    font-size: 30px;
    margin-top: 4%;
  }

  #qflashplus .qflashlogo {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  #qflashplus img {
    margin: 0 auto;
  }

  #qflashplus .conbox1 {
    width: 100%;
  }

  #qflashplus .conbox2 {
    width: 100%;
    padding-top: 0%;
    vertical-align: top;
  }

  #qflashplus .conbox3 {
    width: 100%;
  }

  #qflashplus .conbox4 {
    width: 100%;
    margin-left: 0%;
  }

  #qflashplus .conbox5 {
    width: 100%;
    margin-left: 0%;
  }

  #RGBLED-function .text {
    width: 100%;
  }

  #exclusive .t1 {
    position: static;
  }

  #exclusive img {
    padding-top: 0%;
  }

  #exclusive .text {
    width: 100%;
  }

  #Base-plate {
    background-image: url("");
    min-height: 600px;
  }

  #Base-plate .text {
    position: static;
    width: 100%;
    float: none;
  }

  #Base-plate .text .tt1 {
    margin-top: 0%;
  }

  #Base-plate .text .tt2 {
    position: static;
    top: 0px;
    margin-top: 4%;
  }

  #Base-plate .text .tt3 {
    display: none;
  }

  #Base-plate #baseimg {
    display: block;
  }

  #aorus-antenna .conbox1 {
    width: 100%;
  }

  #aorus-antenna .conbox2 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0%;
  }

  -commander {
    background-image: url("");
    min-height: 950px;
  }

  #rgb-fan-commander .cell {
    position: static;
  }

  #rgb-fan-commander .tt1 {
    position: static;
    left: 0px;
    width: 100%;
  }

  #rgb-fan-commander .tt2 {
    position: static;
    width: 100%;
    top: 0px;
    left: 0px;
  }

  #rgb-fan-commander #fancomimg {
    display: block;
  }

  #rgb-fan-commander #fancomimg1 {
    display: none;
  }

  #usbTurboCharger .conbox1 {
    width: 100%;
  }

  #usbTurboCharger .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  #TripleNVMe .conbox1 {
    vertical-align: top;
    width: 100%;
  }

  #TripleNVMe .conbox2 {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10%;
  }

  #TripleNVMe .t3 {
    width: 80%;
    margin: 0 auto;
  }

  #rgbfansoftware .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  #rgbfansoftware .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  #rgbsoftware .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  #rgbsoftware .conbox1 img {
    margin: 0 auto;
  }

  #rgbsoftware .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  #rgbsoftware .conbox3 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  #rgbsoftware .conbox4 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  #sf5software .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  #sf5software .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  #xmp {
    background-image: url("");
    min-height: 500px;
  }

  #xmpsmall {
    display: block;
  }

  #smartfan5fan .conbox1 {
    width: 100%;
  }

  #smartfan5fan .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  #smartfan5fan .conbox3 {
    width: 100%;
  }

  #smartfan5fan .conbox4 {
    width: 100%;
    margin-left: 0%;
  }

  #smartfan5fan .conbox5 {
    width: 48%;
  }

  #smartfan5fan .conbox6 {
    padding-left: 6%;
    width: 48%;
  }

  #smartfan5fan .conboxtable .con71 {
    right: 10%;
    top: 10px;
  }

  #smartfan5fan .conboxtable .con72 {
    right: 10%;
    top: 100px;
  }

  #smartfan5fan .conbox9 {
    width: 100%;
  }

  #smartfan5fan .conbox10 {
    width: 100%;
  }

  #smartfan5fan .smartlist1 {
    font-size: 20px;
    line-height: 30px;
  }

  #smartfan5fan .conbox4 .note {
    margin-top: 50px;
  }

  #fancontrol .conbox1 {
    width: 100%;
  }

  #fancontrol .conbox2 .title {
    text-align: left;
  }

  #fancontrol .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  #smartfan5 {
    background-image: url("../images/mb_smartfan5_960.jpg");
    min-height: 1600px;
  }

  #smartfan5 .smartfan501 {
    width: auto;
    left: 6%;
    top: 1240px;
  }

  #smartfan5 .smartfan502 {
    width: auto;
    left: 6%;
    top: 600px;
  }

  #armor {
    background-image: url("../images/mb_armor_960.jpg");
  }

  #armor .title,
  #armor .text {
    width: 100%;
  }

  #M2ThermalGuard {
    background-image: url("");
  }

  #M2ThermalGuard .t1 {
    margin-top: 0%;
  }

  #M2ThermalGuard .t2 {
    margin-top: 0%;
  }

  #M2ThermalGuard .text {
    width: 100%;
  }

  #M2ThermalGuard #M2ThermalGuard-small {
    display: block;
  }

  #M2slot .conbox1 {
    width: 100%;
  }

  #M2slot .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  #Solid-Pin .conbox1 {
    width: 100%;
  }

  #Solid-Pin .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  #XSplit {
    background-image: url("../images/xsplit_960.jpg");
    background-position: 45% 90px;
    background-repeat: no-repeat;
    min-height: 650px;
  }

  .XSplit_MV {
    position: absolute;
    color: #fff;
    left: 60%;
    top: 50%;
    z-index: 10;
    display: block;
  }

  .MV2 {
    width: 250px;
    height: 170px;
  }

  a.more {
    display: block;
    width: 208px;
    height: 45px;
    background-image: url("../images/more.png");
    text-indent: -99999px;
    position: absolute;
    color: #fff;
    right: -2%;
    bottom: -32%;
    transition: background-image .5s;
  }

  a.more:hover {
    background-image: url("../images/more2.png");
  }

  #pcie4slot {
    margin-top: 0%;
  }

  #pcie4slot .tt1 {
    width: 100%;
    padding-top: 0%;
    margin-bottom: 0%;
  }

  #pcie4slot {
    background-image: url("");
  }

  #pcie4slot #pcie4slotssmall {
    display: block;
  }

  #pcie4slot .stable01 {
    width: 100%;
  }

  #pcie4slot .stable02 {
    margin-left: 0%;
    margin-top: 10%;
    width: 100%;
  }

  #pcie4slot .stable03 {
    margin-left: 0%;
    margin-top: 10%;
    width: 100%;
  }

  #pcie4slot .tableall .title {
    font-size: 40px;
    line-height: 46px;
  }

  #pcie4slot .tableall .s1 {
    font-size: 20px;
    line-height: 30px;
  }

  #pcie4slot .tableall .s2 {
    font-size: 20px;
    line-height: 30px;
    color: #ccc;
  }

  #pcie4slot .stable01 .tabletext1 {
    width: 20%;
    padding-top: 50px;
  }

  #pcie4slot .stable01 .tabletext1 .s2 {
    padding-top: 30px;
  }

  #pcie4slot .stable02 .tabletext2 {
    width: 20%;
    padding-top: 50px;
  }

  #pcie4slot .stable02 .tabletext2 .s2 {
    padding-top: 30px;
  }

  #pcie4slot .stable03 .tabletext3 {
    width: 20%;
    padding-top: 30px;
  }

  #pcie4slot .stable03 .tabletext3 .s2 {
    padding-top: 20px;
  }

  #pcie4slot .stable01 #st1 {
    right: 0%;
    top: 60px;
    width: auto;
  }

  #pcie4slot .tableall #st4 {
    right: 0%;
    top: 60px;
    width: auto;
  }

  #pcie4slot .tableall #st5 {
    right: 50%;
    top: 60px;
    width: auto;
  }

  #pcie4slot .stable01 #st2 {
    top: 88px;
    left: 250px;
    font-size: 26px;
  }

  #pcie4slot .tableall #st3 {
    top: 156px;
    left: 180px;
    font-size: 20px;
  }

  #pcie4slot .stable01 .table2,
  #pcie4slot .stable02 .table2,
  #pcie4slot .stable03 .table2 {
    margin-top: 6%;
  }

  #pcie4slot .tableall .note {
    margin-top: 1%;
  }

  #pcie4slot .tableall .tablecon {
    padding-top: 6%;
    margin-top: 2%;
  }

  #cnvi .conbox1 {
    width: 100%;
  }

  #cnvi .conbox2 {
    padding-top: 4%;
    width: 100%;
  }

  #cnvi #cnvitablesmall {
    display: block;
  }

  #cnvi .cnvitable {
    display: none;
  }

  #a1 {
    height: 700px;
  }

  .nav-2,
  .advan,
  .advan02,
  .advan03,
  .advan04,
  .advan05,
  .advan06 {
    width: 100%;
    height: auto;
  }

  .advan ul,
  .advan02 ul,
  .advan03 ul,
  .advan04 ul,
  .advan05 ul,
  .advan06 ul {
    margin-left: 10%;
  }

  .advan ul li,
  .advan02 ul li,
  .advan03 ul li,
  .advan04 ul li,
  .advan05 ul li,
  .advan06 ul li {
    margin-right: 10px;
    width: 20%;
  }

  .rgb-c,
  .rgb-ca {
    font-size: 15px;
  }

  .nav-2 {
    margin-bottom: 6%;
  }

  .nav-2 ul li {
    margin-right: 10px;
    width: 14%;
  }

  .box1 {
    margin-top: 0px;
    margin-right: 100px;
    height: 600px;
  }

  #a1-2 {
    height: 300px;
  }

  #a1-6 {
    height: 260px;
  }

  #ledstrbg1 {
    height: 90px;
  }

  #ledstrbg2 {
    height: 90px;
  }

  

  .functiontabs #funtabsPer3 .conbox1 {
    width: 100%;
  }

  .functiontabs #funtabsPer3 .conbox2 {
    width: 100%;
  }

  .functiontabs #funtabsPer2 .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .functiontabs #funtabsPer2 .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .functiontabs #funtabsPer1 .text {
    position: static;
    width: 100%;
  }

  .functiontabstitle div:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .functiontabstitle div:last-child {
    border-right: 1px solid #E14B00;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .functiontabs .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .functiontabs .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .functiontabstitle #tabtitle3 {
    border-right: 1px solid #E14B00;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .functiontabs .functiontabstitle .tabtitle {
    width: 500px;
    border: 2px solid #E14B00;
    border-radius: 6px;
    display: block;
  }

  #audiodac .functiontabstitle #tabtitleaudio3 {
    border-right: 1px solid #E14B00;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  #audiodac .title {
    font-size: 20px;
    font-size: 30px;
  }

  #audiodac .conbox1 {
    width: 100%;
  }

  #audiodac .conbox2 {
    width: 100%;
  }

  #audiodac #funtabsaudio3 .conbox1 {
    width: 100%;
  }

  #audiodac #funtabsaudio3 .conbox2 {
    width: 100%;
  }

  #thermaldesignline .thernum {
    display: inline-block;
    margin-right: 10px;
  }

  #thermaldesignline #thermaldesignlinesmall {
    display: block;
  }

  #thermaldesignline {
    background-image: url("");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 950px;
    position: relative;
    overflow: hidden;
  }

  #thermaldesignline .tabtitle {
    padding: 10px;
    color: #000;
    background-color: #f16522;
    margin-right: 1%;
    font-size: 24px;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    display: inline-block;
    font-family:"Oswald","sans-serif","Microsoft JhengHei";
    font-family:"Oswald","!important";
    font-weight: bold;
  }

  #thermaldesignline .tabskew {
    -webkit-transform: skew(4deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }

  #thermaldesignline .text {
    width: 100%;
    margin-top: 2%;
    font-size: 20px;
    line-height: 30px;
    margin-left: 0px;
  }

  #thermaldesignline #tabtitle01 {
    position: static;
    top: 0px;
  }

  #thermaldesignline #tabtitle02 {
    position: static;
    top: 0px;
  }

  #thermaldesignline #tabtitle03 {
    position: static;
    top: 0px;
  }

  #thermaldesignline #tabtitle04 {
    position: static;
    top: 0px;
  }

  #thermaldesignline #tabtitle05 {
    position: static;
    top: 0px;
    left: 0px;
  }

  #thermaldesignline #tabtitle06 {
    position: static;
    top: 0px;
    left: 0px;
  }

  #thermaldesignline #tabtitle07 {
    position: static;
    top: 0px;
    left: 0px;
  }

  #thermaldesignline #tabtitle08 {
    position: static;
    top: 0px;
    left: 0px;
  }

  #thermaldesign .title {
    margin-left: 0%;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  #thermaldesign .thermaldesignline {
    background-image: url("");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
  }

  #thermaldesign #therm1con,
  #thermaldesign #therm2con,
  #thermaldesign #therm3con,
  #thermaldesign #therm4con {
    position: static;
    display: block;
    background: transparent;
    margin-top: 0px;
    width: 100%;
  }

  #thermaldesign #therm1,
  #thermaldesign #therm2,
  #thermaldesign #therm3,
  #thermaldesign #therm4 {
    position: static;
  }

  #thermaldesign #therm1titlebtn,
  #thermaldesign #therm2titlebtn,
  #thermaldesign #therm3titlebtn,
  #thermaldesign #therm4titlebtn,
  #thermaldesign #therm4 img {
    display: none;
  }

  #thermaldesign #therm4 {
    text-align: left;
  }

  #thermaldesign #thermaldesignsmall {
    display: block;
  }

  #thermaldesign .smalltitle {
    display: inline-block;
    margin-right: 10px;
  }

  #thermaldesign .thertitle {
    font-size: 30px;
  }

  #thermaldesign #therm2 {
    width: 100%;
  }

  .tabbox {
    overflow: visible;
    min-height: 700px;
  }

  

  #ledbg {
    display: none;
  }

  #mbspec {
    background-image: url("");
    margin-top: 0px;
  }

  .mbspec-s {
    display: block;
  }

  #mbspec .text {
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
  }

  #mbspec .spec1 {
    width: 45%;
    padding-bottom: 0%;
    margin-right: 6%;
  }

  #mbspec .speclist {
    position: relative;
  }

  #mbspec .spec1 .speclist {
    left: 0px;
    text-align: left;
  }

  #mbspec .speclist {
    margin-top: 3%;
  }

  #mbspec .speclist .specpoint {
    display: inline-block;
    position: relative;
    width: 30px;
    vertical-align: top;
    margin-top: -0.5px;
  }

  #mbspec .speclist .speccontent {
    display: inline-block;
    position: relative;
    width: 78%;
  }

  #mbspec .spec1 .speclist .speccontent {
    display: inline-block;
    position: relative;
    width: 78%;
  }

  #mbspec .spec2 {
    width: 45%;
    left: 0%;
  }

  #mbspec .speclist-small {
    font-size: 16px;
    line-height: 20px;
    padding-top: 6px;
    color: #a8a8a8;
    margin-bottom: 6%;
  }

  .spec1 #specitemlist01 {
    top: 0px;
    width: auto;
  }

  .spec1 #specitemlist02 {
    top: 0px;
    width: auto;
  }

  .spec1 #specitemlist03 {
    top: 0px;
  }

  .spec1 #specitemlist04 {
    top: 0px;
  }

  .spec1 #specitemlist05 {
    top: 0px;
  }

  .spec1 #specitemlist06 {
    top: 0px;
  }

  .spec1 #specitemlist07 {
    top: 0px;
  }

  .spec1 #specitemlist08 {
    top: 0px;
  }

  .spec1 #specitemlist09 {
    top: 0px;
  }

  .spec2 #specitemlist10 {
    top: 0px;
  }

  .spec2 #specitemlist11 {
    top: 0px;
  }

  .spec2 #specitemlist12 {
    top: 0px;
  }

  .spec2 #specitemlist13 {
    top: 0px;
  }

  .spec2 #specitemlist14 {
    top: 0px;
  }

  .spec2 #specitemlist15 {
    top: 0px;
  }

  .spec2 #specitemlist16 {
    top: 0px;
  }

  .spec2 #specitemlist17 {
    top: 0px;
  }

  .spec2 #specitemlist18 {
    top: 0px;
  }

  .spec2 #specitemlist19 {
    top: 0px;
  }

  #functiontabs .funtabs .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  #functiontabs .funtabs .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 10%;
    width: 100%;
    margin-left: 0%;
  }

  #mainsec6 .mainsectitle {
    margin-left: 0%;
    margin-top: 0%;
    position: static;
    width: 100%;
    text-align: center;
  }

  #audiosignal {
    text-align: center;
  }

  #audiosignal .title {
    margin-top: 40px;
  }

  #audiosignal .text {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  #audiocon01 {
    position: static;
    display: block;
    left: 46%;
    bottom: 10%;
  }

  #audiocon02 {
    position: static;
    display: block;
    left: 46%;
    bottom: 10%;
  }

  #audiocon02 ul li {
    list-style: none;
    margin-left: 0%;
  }

  #audiocon03 {
    position: static;
    display: block;
    left: 10%;
    bottom: 20%;
  }

  #audiocon04 {
    position: static;
    display: block;
    left: 50%;
    bottom: 20%;
  }

  #audiocon05 {
    position: static;
    display: block;
    left: 50%;
    bottom: 20%;
  }

  #audiocon06 {
    position: static;
    display: block;
    left: 55%;
    top: 50%;
  }

  #audiofunction,
  #audioboard,
  #audioboardcon,
  #audioline {
    display: none;
  }

  #audioboardsmall,
  .audioboardimgsmall,
  #audiolinesmall {
    display: block;
  }

  #audiosignal .audionum {
    display: inline-block;
  }
}

@media screen and (max-width: 640px) {
  .table .col6l {
    width: auto;
  }

  .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    font-size: 1.2em;
  }

  .suborangetitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1%;
  }

  .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }

  .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }

  .table {
    display: block;
  }

  .table .cell {
    display: block;
  }

  .table .cell_HIDE {
    display: block;
  }

  .table .cell_SHOW {
    display: none;
  }

  .table .col1l,
  .table .col2l,
  .table .col3l,
  .table .col4l,
  .table .col5l,
  .table .col6l,
  .table .col7l,
  .table .col8l,
  .table .col9l,
  .table .col10l {
    width: 100%;
    margin: 0;
  }

  .table .col1,
  .table .col2,
  .table .col3,
  .table .col4,
  .table .col5,
  .table .col6,
  .table .col7,
  .table .col8,
  .table .col9,
  .table .col10 {
    width: 90;
    margin: 0 0;
  }

  .table .col1s,
  .table .col2s,
  .table .col3s,
  .table .col4s,
  .table .col5s,
  .table .col6s,
  .table .col7s,
  .table .col8s,
  .table .col9s,
  .table .col10s {
    width: 60%;
    margin: 0 20%;
  }

  .table .cell .left,
  .table .cell .right,
  .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }

  .table .cell .center {
    padding: 0 0 0;
  }

  .table .cell .offsetRight,
  .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }

  .table .side {
    display: none;
  }

  .img-large {
    display: none;
  }

  .img-small {
    display: block;
  }

  #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }

  #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }

  #audiotab #audiofuntabs3 #wifi802 .conbox1 {
    width: 100%;
  }

  #audiotab #audiofuntabs3 #wifi802 .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .textbutton {
    bottom: 60px;
    right: 0%;
    text-align: center;
    font-size: 30px;
  }

  .titlebar {
    font-size: 1.2em;
    padding: 76px 0px 60px 0px;
  }

  

  #featureicon .featurenav {
    width: 100%;
  }

  #featureicon .title {
    font-size: 24px;
    line-height: 40px;
  }

  

  #Lighting-img .mask {
    height: 0px;
  }

  #Lighting-img .imgbox #m1 {
    height: 0px;
  }

  #Lighting-img .imgbox #m2 {
    width: 100%;
  }

  #Lighting-img .imgbox #m3 {
    height: 0px;
  }

  

  #ytvedio {
    background-image: url("../images/videobg_640.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 390px;
  }

  #killervideo {
    transform: perspective(1000px) rotateY(22deg);
    
    width: 380px;
    height: 210px;
    position: relative;
    top: 40px;
    left: -14px;
  }

  

  #CFw {
    min-height: 300px;
    margin-top: -80px;
  }

  .mb5text div {
    width: 90%;
    margin-bottom: 10%;
  }

  #x-fi2 {
    min-height: 1100px;
  }

  

  .XSplit_MV {
    width: 50%;
    float: none;
    margin-top: -10%;
  }

  

  #audiotab .tabtitle {
    padding: 2% 3% 2% 3%;
    width: 100%;
    font-size: 0.8em;
    text-align: center;
  }

  #audiotab .img640 {
    display: none;
  }

  #audiotab .conbox1 {
    margin-top: 10%;
  }

  #audiotab .funtabs .title {
    color: #ff6400;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 4%;
  }

  #digitalledssec #digitalleds {
    background-image: url("../images/digitalled_640.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 1260px;
    margin-top: 0px;
  }

  #Thermal-Performance {
    margin-top: -10%;
  }

  #pcie4slotpcb .t1 {
    line-height: 24px;
    font-size: 16px;
    margin-top: 4%;
  }

  #TripleNVMe .t3 {
    width: 100%;
  }

  #RGBLED-function {
    background-position: center 178px;
    min-height: 1300px;
    position: relative;
  }

  #RGBLED-function .frame .cell {
    width: 100%;
  }

  #smartfan5fan .smartlist {
    font-size: 20px;
  }

  #smartfan5fan .title {
    font-size: 1.4em;
    margin-top: 0;
  }

  #smartfan5fan .conbox1 {
    margin-left: 0%;
  }

  #smartfan5fan .conboxtable .con71 {
    right: 0%;
    top: 30px;
  }

  #smartfan5fan .conboxtable .con72 {
    right: 0%;
    top: 80px;
  }

  #smartfan5fan .conbox4 .note {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  #smartfan5fan .smartlist {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 1%;
    display: block;
    padding-left: 6%;
  }

  #fancontrol .conbox2 img {
    width: 100%;
  }

  #smartfan5 {
    background-image: url("../images/mb_smartfan5_640.jpg");
    min-height: 960px;
  }

  #smartfan5 .smartfan501 {
    width: 300px;
    left: 0px;
    top: 780px;
  }

  #smartfan5 .smartfan502 {
    width: 300px;
    left: 0px;
    top: 410px;
  }

  #armor {
    background-image: url("../images/mb_armor_640.jpg");
    min-height: 1050px;
    background-position: top center;
  }

  #armor .title {
    margin-top: 100px;
  }

  #XSplit {
    background-image: url("../images/xsplit_640.jpg");
    background-position: 30% 360px;
    background-repeat: no-repeat;
    min-height: 900px;
  }

  #XSplit .t itle {
    font-size: 1em;
  }

  .XSplit_MV {
    position: absolute;
    color: #fff;
    left: 30%;
    top: 46%;
    z-index: 10;
    display: block;
  }

  .MV2 {
    width: 220px;
    height: 124px;
  }

  a.more {
    display: block;
    width: 208px;
    height: 45px;
    background-image: url("../images/more.png");
    text-indent: -99999px;
    position: absolute;
    color: #fff;
    right: -2%;
    bottom: -45%;
    transition: background-image .5s;
  }

  a.more:hover {
    background-image: url("../images/more2.png");
  }

  #pcie4slot .stable01 #st1 {
    right: 0%;
    top: 40px;
    width: 26%;
  }

  #pcie4slot .tableall #st4 {
    right: 0%;
    top: 40px;
    width: 26%;
  }

  #pcie4slot .tableall #st5 {
    right: 40%;
    top: 40px;
    width: 26%;
  }

  #pcie4slot .stable01 #st2 {
    top: 70px;
    left: 120px;
    font-size: 16px;
  }

  #pcie4slot .tableall #st3 {
    top: 126px;
    left: 86px;
    font-size: 14px;
  }

  #pcie4slot .tableall .title {
    font-size: 30px;
    line-height: 30px;
  }

  #pcie4slot .tableall .s1 {
    font-size: 16px;
    line-height: 20px;
  }

  #pcie4slot .tableall .s2 {
    font-size: 16px;
    line-height: 20px;
    color: #ccc;
  }

  #pcie4slot .stable01 .tabletext1 {
    width: 20%;
    padding-top: 34px;
  }

  #pcie4slot .stable01 .tabletext1 .s2 {
    padding-top: 14px;
  }

  #pcie4slot .stable02 .tabletext2 {
    width: 20%;
    padding-top: 34px;
  }

  #pcie4slot .stable02 .tabletext2 .s2 {
    padding-top: 14px;
  }

  #pcie4slot .stable03 .tabletext3 {
    width: 20%;
    padding-top: 20px;
  }

  #pcie4slot .stable03 .tabletext3 .s2 {
    padding-top: 10px;
  }

  #pcie4slot .stable01 {
    width: 100%;
  }

  #pcie4slot .stable02 {
    margin-left: 0%;
    margin-top: 10%;
    width: 100%;
  }

  #pcie4slot .stable03 {
    margin-left: 0%;
    margin-top: 10%;
    width: 100%;
  }

  #pcie4slot .stable01 .table2,
  #pcie4slot .stable02 .table2,
  #pcie4slot .stable03 .table2 {
    margin-top: 6%;
  }

  #pcie4slot .tableall .note {
    margin-top: 1%;
  }

  #pcie4slot .tableall .tablecon {
    padding-top: 6%;
    margin-top: 6%;
  }

  

  #gotop {
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    bottom: 0%;
    right: 0%;
    position: fixed;
    display: none;
    transition: all 0.3s linear;
    font-family:"Arial","Helvetica","sans-serif";
  }

  #a1 {
    height: 300px;
  }

  .nav-2,
  .advan,
  .advan02,
  .advan03,
  .advan04,
  .advan05,
  .advan06 {
    width: 100%;
  }

  .nav-2 ul {
    margin-left: 20px;
  }

  .nav-2 ul li {
    margin-right: 10px;
    width: 20%;
  }

  .advan ul,
  .advan02 ul,
  .advan03 ul,
  .advan04 ul,
  .advan05 ul,
  .advan06 ul {
    margin-left: 10%;
  }

  .advan ul li,
  .advan02 ul li,
  .advan03 ul li,
  .advan04 ul li,
  .advan05 ul li,
  .advan06 ul li {
    margin-right: 10px;
    width: 20%;
  }

  .click-n {
    width: 50%;
  }

  .box1 {
    width: 250px;
    height: 300px;
    margin-right: 0px;
  }

  #colorpicker-style {
    margin-left: 0px;
    margin-top: 0px;
  }

  #colorpicker-a1-style,
  #colorpicker-a2-style,
  #colorpicker-a3-style,
  #colorpicker-a4-style,
  #colorpicker-a5-style,
  #colorpicker-a6-style {
    margin-left: 0px;
    margin-top: 0px;
    position: static;
  }

  #a1-2 {
    height: 180px;
  }

  #a1-6 {
    height: 160px;
  }

  .rgb-c,
  .rgb-ca {
    font-size: 15px;
  }

  .temp-n {
    top: 20%;
    left: 30%;
  }

  .music-n {
    top: 40%;
    left: 30%;
  }

  #ledstrbg1 {
    height: 50px;
  }

  #ledstrbg2 {
    height: 50px;
  }

  .functiontabs #funtabsPer3 .t1 {
    font-size: 30px;
    line-height: 40px;
  }

  .functiontabs .functiontabstitle .tabtitle {
    width: 94%;
  }

  #thermaldesign .thertitle {
    font-size: 20px;
  }

  #tabicon .iconall {
    width: 50%;
  }

  #tabicon ol li {
    width: 50%;
    margin-bottom: 10%;
    list-style: none;
    float: left;
    cursor: pointer;
  }

  #tabicon ol li:hover {
    border: 6px solid #FF6600;
  }

  #tabicon img {
    width: 100%;
  }

  #tabicon .tabcon {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    min-height: 600px;
    display: none;
  }

  .tabbox {
    overflow: visible;
  }

  #mbspec .specpoint {
    margin: 6px;
  }

  #mbspec .spec1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  #mbspec .spec2 {
    display: inline-block;
    position: relative;
    width: 100%;
    right: 0%;
    left: 0%;
    margin-left: 0%;
  }

  #mbspec .speclist-small {
    font-size: 16px;
    line-height: 24px;
    color: #a8a8a8;
  }
}

@media screen and (max-width: 480px) {
  

  #featureicon .featurenav {
    width: 100%;
  }

  

  #ytvedio {
    background-image: url("../images/videobg_480.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 390px;
  }

  #killervideo {
    transform: perspective(1000px) rotateY(30deg);
    
    width: 306px;
    height: 156px;
    position: relative;
    top: 20px;
    left: 20px;
  }

  #tabicon .tabcon {
    min-height: 600px;
  }
}