﻿@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=Aldrich");


/* button */
    button {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #0074FF;
  width: 250px;
  color: #FFF;
  font-size:24px;
  padding:8px 10px 8px 10px;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
transform: translate(0px, 0px) rotate(0deg) skew(-25deg, 0deg) scale(1, 1);}

button::before, button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
}

.functiontabs {
	margin-left:15%;
	margin-right:12%;
}

.t1 {
	line-height:68px;
}

.functiontabs .functiontabstitle .draw {
  transition: color 0.25s;
  margin-right:10px;
  margin-left:0px;
  margin-bottom:10px;
  margin-top:30px;
}
.functiontabs .functiontabstitle .draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.functiontabs .functiontabstitle .draw::before {
  top: 0;
  left: 0;
}
.functiontabs .functiontabstitle .draw::after {
  bottom: 0;
  right: 0;
}
.functiontabs .functiontabstitle .draw:hover {
  color: #FFF;
  text-shadow:#555555 2px 2px 1px;
  position: relative; /* 當滑鼠經過超連結時，超連結往下位移1像素 */
  bottom: 1px;
}
.functiontabs .functiontabstitle .draw:hover::before, .functiontabs .functiontabstitle .draw:hover::after {
  width: 100%;
  height: 100%;
}
.functiontabs .functiontabstitle .draw:hover::before {
  border-top-color: #FFF;
  border-right-color: #FFF;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.functiontabs .functiontabstitle .draw:hover::after {
  border-bottom-color: #FFF;
  border-left-color: #FFF;
  transition: border-color 0s ease-out 0.3s, width 0.25s ease-out 0.3s, height 0.25s ease-out 0.75s;
}

/* Page styling */
.buttons {
  isolation: isolate;
}


body {
  font-family: 'Oswald', sans-serif; !, Microsoft JhengHei;
  font-family: 'Oswald'; !, !important;
  /* font-family: 'myfont','Arial', 'cwTeXHei', 'Microsoft JhengHei'; */
  /*Firefox hack*/
  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;
}

.title1 {
  font-size: 1.2em;
  line-height: 1.1em;
  color: #008CFF;
}

.suborangetitle {
  color: #008CFF;
  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.3em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ddd;
  font-family: 'Roboto Condensed', sans-serif; !,  Microsoft JhengHei;
  font-family: 'Roboto Condensed'; !, !important;
}

.note {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  margin-left: 0em;
  text-indent: 0em;
  color: #bbb;
}

.video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.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 {
  /*display: table;*/
  /*min-height:500px;*/
  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%;
  /*margin-right:4%;*/
  text-align: left;
}

.table .cell .right {
  float: right;
  margin-right: 5%;
  /*margin-left:4%;*/
  text-align: left;
}

.table .cell .center {
  /*padding:1em 10% 0;*/
  padding: 0em 30px 0;
  /*min-height:400px;*/
  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;
}

#performane {
	width:50%;
}

/*features start*/

#header {
  position: relative;
  /*height: 504px;*/
  background-repeat: no-repeat;
  /*min-height: 500px;
*/
}

#header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
  /*border-radius: 5px;
*/
}

#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;
}

@font-face {
  font-family: 'AORUS';
  src: url("../images/AORUS-font.woff") format("woff");
}

/* CSS Document */

/* html,
body {
    background: #010000;
    font-family: 'Titillium Web', sans-serif,  Microsoft JhengHei;
    font-size: 22px;
    width: 100%;
} */

a {
  text-decoration: none;
  color: #0CF;
}

h2 {
  font-family: "Aldrich", Arial, Verdana, Helvetica, sans-serif;
  color: #ff6400;
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: bold;
}

p {
  color: #ddd;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}

.aorus_font_title {
  font-family: "AORUS", Arial, Verdana, Helvetica, sans-serif;
}

.aorus_font {
  font-family: "Aldrich", Arial, Verdana, Helvetica, sans-serif;
}

.aorus_font_01 {
  font-family: 'Titillium Web', sans-serif; !, Microsoft JhengHei;
}

.aorus_font_title_h1 {
  /* text-shadow: 0px 0px 10px #ff6400, 0px 0px 10px #ff6400, 0px 0px 10px #ff6400; */
  letter-spacing: 5px;
}

/* font */

/* text */

@font-face {
  font-family: 'AORUS';
  src: url("../images/AORUS-font.woff") format("woff");
}


/* UI tab css*/

.pertable {
  background-image: url("../images/tabsbg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 4%;
  height: auto;
}

.pertable .st1 {
  margin-top: 0%;
  margin-bottom: 1%;
  margin-left:280px;
}

.functiontabs #funtabs1 .conbox1{
  position: relative;
  display: inline-block;
  margin-top:-50px;
  width: 50%;
}

.functiontabs #funtabs1 .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align:left;
  margin-top:-50px;
  width: 47%;
}

.functiontabs #funtabs1 .suborangetitle {
  font-size: 26px;
}

.bghover {
  position: relative;
}


@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%;
  }
}

  .functiontabs1 #funtabss1 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .functiontabs1 #funtabss1 .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }


.mainsec .t1 {
  margin-left: 2%;
  margin-right: 2%;
}

.mainsec .t1style {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.exlinebg {
  margin-top: 4%;
  margin-bottom: 2%;
}

.topsectitle {
  color: #ff6400;
  font-size: 2.6vw;
  cursor: pointer;
  display: none;
  margin-top: -6%;
  /* text-shadow: 0px 0px 20px rgb(255, 0, 0);
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei'; */
}

.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;
  /* font-family: 'Aldrich', sans-serif; */
}

.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;
}

.mainsec .conbox1 {
  position: relative;
  display: inline-block;
  width: 48%;
}

.mainsec .conbox2 {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: left;
  vertical-align: top;
  text-align: right;
}

.mainsec {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 0%;
}

.mainsec .mainsectitle {
  margin-left: 2%;
  margin-top: 0%;
  position: absolute;
  width: 46%;
}

.mainsec .mainsectitle .title {
  display: block;
  font-size: 2.6vw;
  color: #ff6400;
  margin-top: -2%;
}

.mainsec .mainsectitle .text {
  width: 80%;
  font-size: 20px;
  line-height: 30px;
  color: #999;
}

.mainsec hr {
  border: 1px solid #666;
  opacity: 0;
}

/* slider */

.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: #0074FF;
}

.titlebar {
	font-size: 1.6em;
	/* font-family: 'Oswald', sans-serif, '微軟正黑體', Microsoft JhengHei; */
	font-family: 'myfont', 'Arial'; !, 'cwTeXHei', 'Microsoft JhengHei';
	color: #019bff;
	text-align: center;
	padding: 60px 0px 10px 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: #019bff;
  font-size: 1.6em;
  font-weight: bold;
  text-shadow: 0px 0px 20px #000;
}

@font-face {
  font-family: "myfont";
  src: url("../images/AORUS-font.woff") format("woff");
  font-weight: bold;
}

/* carousel */

.glyphicon-chevron-left:before {
  content: '';
}

.glyphicon-chevron-right:before {
  content: '';
}

/* 8 icons */

#featureicon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#featureicon .featurenav {
  float: left;
  /* width: 24.76%; */
  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 #019bff;
  font-size: 1.2vw;
  line-height: 2.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: #019bff;
}

/*learn more*/

.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 {
  /* border-bottom:3px solid #ff6400;*/
  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;
}

.mbintro-s {
	display:none;
}

/*mb-spec*/

::selection {
  background: #ff7200;
  color: #fff;
}

#ledbg {
  background: url("../images/spec_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 1100px;
  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);
  }
}

.mbintro-s .spec1 {
  position: relative;
  width: 1010px;
  float: left;
  padding-left: 60px;
  color: #fff;
}

.mbintro-s .spec2 {
  position: relative;
  width: 235px;
  float: left;
  color: #fff;
}

.mbspec-s {
  display: none;
}

.mbintro-s .speclist {
  position: absolute;
}

.mbintro-s .speclist .specpoint {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #009cff;
  color: #fff;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  margin-bottom: 4%;
  font-size: 16px;
  margin: 10px;
  display: none;
}

.mbintro-s .speclist-small {
  font-size: 16px;
  line-height: 22px;
  padding-top: 6px;
  color: #a8a8a8;
}



/* Video 1 ************************************/

.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%;
}

/* Video 2 ************************************/

#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);
  /*box-shadow:inset 0px 10px 100px #333;  */
  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;
}

/* tabicon ************************************/

#tabicon .tabcon {
  width: 100%;
  /*background-color: #666;*/
  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;
}

/* start RGB main page */

.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;
  }
}

/* end main page */

/*TOP*/

#gotop {
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  margin: 10px;
  padding: 14px;
  cursor: pointer;
  bottom: 46px;
  right: 4%;
  position: fixed;
  display: none;
  transition: all 0.3s linear;
  z-index: 2;
}

#gotop img {
  margin: 0 auto;
}

#gotop:hover {
  background-color: #666;
}

/* Youtube*/

.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;
  /*opacity: 0.7;*/
}

.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;
}

/*tabs1*/
#functiontabstitle1 {
  margin-top: 4%;
  background-image: url("../images/functiontabbg.png");
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 55px;
}

#functiontabs1 .tabtitle {
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
  text-align: center;
}

#functiontabstitle1 #tabtitles1 {
  width: 280px;
  height: 40px;
  position: relative;
  display: inline-block;
}

#functiontabstitle1 #tabtitles2 {
  width: 200px;
  height: 40px;
  position: relative;
  display: inline-block;
}

#functiontabs1 .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%;
}

#functiontabs1 .funtabs .conbox1 {
  position: relative;
  display: inline-block;
  width: 66%;
}

#functiontabs1 .funtabs .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 10%;
  width: 28%;
  margin-left: 2%;
}

#functiontabs1 .funtabs .conbox2 p {
  padding: 4% 0% 4% 5%;
  color: #b04700;
}

#functiontabs1 .funtabs .conbox2 img {
  width: auto;
  margin: 0 auto;
}

#funtabss2 {
  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%;
}

#powerdesign .conbox1{
	width:65%;
	float:left;
	display:inline-block;
}

#powerdesign .conbox2{
	width:34%;
	float:right;
	text-align:left;
	display:inline-block;
}

.graylinebg {
  background-image: url("../images/graylinebg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 80px;
}

#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%;
}

/*features*/

#wifi6 {
  background-image: url("../images/wifi6_1920.jpg");
  background-position: 50% bottom;
  min-height: 1500px;
}

#Gen2 .conbox1{
	width:20%;
	float:left;
	display:inline-block;
}

#Gen2 .conbox2{
	width:80%;
	margin-top:5%;
	text-align:left;
}

#Type-C .conbox1{
	width:30%;
	float:left;
	display:inline-block;
}

#Type-C .conbox2{
	width:67%;
	float:right;
	text-align:left;
}

#Adaptor .conbox1{
	width:53%;
	float:left;
	display:inline-block;
}

#Adaptor .conbox4{
	width:46%;
	float:right;
	text-align:left;
	margin-top:2%;
}

#Adaptor .conbox2{
	width:68%;
	float:left;
	text-align:left;
	margin-top:5%;
	display: inline-block;
}

#Adaptor .conbox3{
	width:30%;
	float:right;
	margin-top:3%;
}


#RGBLED-function {
  /* background-image: url("../images/red_bg_1920.jpg"); */
  background-position: 50% 100px;
  background-repeat: no-repeat;
  min-height: 900px;
  position: relative;
  z-index: 15;
  overflow: hidden;
}

#RGBLED-function .title {
  z-index: 16;
  position: relative;
  margin-bottom: 90px;
}

#RGBLED-function .text {
  margin-top: -80px;
  width: 46%;
}

#RGBLED-function .note1 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  color: #bbb;
  float: right;
  width:50%;
  margin-top:-50px;
}

#RGBLED-function .box1 {
  width: 53%;
  float:right;
}

#RGBLED-function .cell {
    width: 1366px;
}

#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);
}

#alc1220vbamp {
  background-image: url("../images/ALC1220-VB_1920.jpg");
  background-position: 50% 100px;
  background-repeat: no-repeat;
  min-height: 900px;
}

#alc1220vbamp .imgtable {
  float: right;
  width: 50%;
  padding-top: 3%;
}

.table .table {
  background-color: transparent;
}

#NoConfusion {
  background-image: url("../images/NoConfusion_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 780px;
}

#NoConfusion .title {
  margin-top: 10%;
  color: #008CFF;
}

#NoConfusion .text {
  width: 50%;
}

#usbTurboCharger .conbox1 {
  position: relative;
  display: inline-block;
  width: 45%;
}

#usbTurboCharger .conbox2 {
  position: relative;
  display: inline-block;
  width: 55%;
  float:right;
}

#smartfan5fan {
  margin-bottom: 4%;
}

#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;
  margin-top:30px;
}

#smartfan5fan .conbox3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 51%;
}

#smartfan5fan .conbox4 {
  display: inline-block;
  position: relative;
  width: 40%;
  margin-left: 2%;
}

#smartfan5fan .conbox5 {
  display: inline-block;
  position: relative;
  width: 46%;
}

#smartfan5fan .conbox5 .smarttitle {
  vertical-align: text-top;
}

#smartfan5fan .conbox6 {
  border-left: 1px solid #999;
  padding-left: 6%;
  display: inline-block;
  position: relative;
  width: 48%;
  margin-bottom: 4%;
}

#smartfan5fan .conbox7 {
  position: relative;
  min-height: 200px;
}

#smartfan5fan .conbox7 .con71 {
  position: absolute;
  right: 10%;
  top: 20px;
}

#smartfan5fan .conbox7 .con72 {
  position: absolute;
  right: 10%;
  top: 100px;
}

#smartfan5fan .conbox7 img {
  position: absolute;
}

#smartfan5fan .smartlist {
  font-size: 26px;
  font-family: 'Oswald', sans-serif; !, Microsoft JhengHei;
  font-family: 'Oswald'; !, !important;
  line-height: 40px;
  font-weight: 500;
  margin-left: 2%;
  padding-left: 2%;
  padding-bottom: 2%;
}

#smartfan5fan .smartlist img {
  margin-right: 2%;
  margin-bottom: -2%;
}

#smartfan5fan .smartlist1 {
  font-size: 26px;
  font-family: 'Oswald', sans-serif; !, Microsoft JhengHei;
  font-family: 'Oswald'; !, !important;
  line-height: 40px;
  font-weight: 500;
}

#smartfan5fan .smarttitle {
  color: #0084FF;
  font-weight: 500;
}

#smartfan5fan .smarttitle2 {
  font-size: 14px;
}

#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%;
}

#dualbios .conbox1 {
  position: relative;
  display: inline-block;
  width: 48%;
  margin-top:5%;
}

#dualbios .conbox2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top:20px;
  width: 46%;
}

#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: 3%;
}

#M2ThermalGuard .text {
  width: 55%;
}

#M2ThermalGuard .conbox1 {
	width:65%;
	float:left;
}

#M2ThermalGuard #M2ThermalGuard-small {
  display: none;
}

#USBType-C {
  background-image: url("../images/USBType-C_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 780px;
}

#usb31gen2 .text {
  margin-top: 4%;
}

#armor {
  background-color: #000;
  background-image: url("../images/mb_armor_1920.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 750px;
}

#armor .title {
  margin-top: 5%;
}

#exclusive {
  position: relative;
}

#exclusive .t1 {
  z-index: 4;
  position: absolute;
}

#exclusive img {
  z-index: 3;
}

#exclusive .text {
  width: 45%;
}

#Solid-Pin .conbox1 {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

#Solid-Pin .conbox2 {
  display: inline-block;
  position: relative;
  text-align:left;
  width: 46%;
  margin-left: 2%;
}

#Solid-Pin ol li {
  list-style-type: disc;
}

#Solid-Pin .t1 {
  border-left: 4px solid #008CFF;
  padding-left: 10px;
  line-height: 30px;
  margin-top: 80px;
  margin-left: -20px;
}

#xmp {
  background-color: #000;
  background-image: url("../images/mb_xmp_1920.jpg");
  background-position: center -10px;
  min-height: 650px;
  background-repeat: no-repeat;
}

#xmp .box1{
	width:100%;
	float:left;
	margin-top:60px;
}

#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: 850px;
  position: relative;
  width:1300px;
}

#thermaldesign .t1 {
  background-color: #008cff;
  border-radius: 2px;
  border: 3px solid #0367EF;
  width: 300px;
  padding: 20px;
  display: none;
  color: #fff;
  z-index: 22;
}

#thermaldesign #therm1 {
  position: absolute;
  top: 280px;
  left:230px
}

#thermaldesign #therm2 {
  position: absolute;
  top: 370px;
  width: 250px;
}

#thermaldesign #therm3 {
  position: absolute;
  top: 480px;
  width: 200px;
}

#thermaldesign #therm4 {
  position: absolute;
  right: 0%;
  top: 380px;
}

#thermaldesign #therm1con {
  position: absolute;
  width: 450px;
  top: 300px;
  left:250px;
}

#thermaldesign #therm2con {
  position: absolute;
  width: 450px;
  top: 650px;
  left:530px;
}

#thermaldesign #therm3con {
  position: absolute;
  width: 450px;
  top: 740px;
  left:270px;
}

#thermaldesign #therm4con {
  position: absolute;
  width: 450px;
  top: 550px;
  right: 50px;
}

.btnstyletherm {
  transition: all .2s;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #008cff;
  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: #0367EF;
}

.menuOpentherm span {
  height: 0px;
}

.menuOpentherm {
  background: #0367EF;
}

#therm1titlebtn {
  position: absolute;
  top: 270px;
  left: 620px;
}

#therm2titlebtn {
  position: absolute;
  top: 680px;
  left: 510px;
}

#therm3titlebtn {
  position: absolute;
  top: 795px;
  left: 250px;
}

#therm4titlebtn {
  position: absolute;
  top: 520px;
  right: 280px;
}

#thermaldesign .thertitle {
  z-index: 20;
}

#thermaldesign .smalltitle,
#thermaldesign #thermaldesignsmall {
  display: none;
}

#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;
}

.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%;
  /* -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1); */
}

.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%;
  /* -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1); */
}

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;
  animation: led-style16 3s linear infinite;
  -webkit-animation: led-style16 3s linear infinite;
}

.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;
}

/*---------------LED ZONE 1--------------*/

#a1-1 {
  width: 40%;
  height: 400px;
  margin-left: 2%;
  position: absolute;
  z-index: 11;
  background-color: #fcff00;
  display: none;
}

/*---------------LED ZONE 2--------------*/

#a1-2 {
  width: 30%;
  height: 460px;
  margin-top: 60%;
  margin-left: 0%;
  position: absolute;
  z-index: 11;
  background-color: #001eff;
  display: none;
}

/*---------------LED ZONE 3--------------*/

#a1-3 {
  width: 18%;
  height: 900px;
  margin-left: 90%;
  position: absolute;
  z-index: 11;
  background-color: #36ff00;
  display: none;
}

/*---------------LED ZONE 4--------------*/

#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%;
  }
}

/* function tabs */

.functiontabs ul li {
  list-style-type: square;
}

.functiontabstitle {
  margin: 0 auto;
  margin-top: 0%;
}

.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: 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;
}

.functiontabstitle #tabtitle3 {
  border-right: 0px solid #E14B00;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.functiontabstitle #tabtitle4 {
  border-right: 0px solid #0074FF;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.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;
}

#audio .img1 {
	width:30%;
	margin-top:0%;
	display:inline-block;
	float:left;
}

#audio .conbox1 {
	width:68%;
	margin-top:0%;
	float:right;
}

#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;
}

#lancon02,
#lancon03 {
  display: none;
}

#lan10gbe .coolericon {
  margin-left: -15%;
  margin-top: 5%;
  font-size: 24px;
  font-family: "myfont", "Arial"; !, "cwTeXHei", "Microsoft JhengHei";
  text-align: center;
  position: relative;
  display: inline-block;
  width: 45%;
}

#lan10gbe .lancon {
  position: relative;
  display: inline-block;
  width: 68%;
  vertical-align: top;
  text-align: center;
}

#lan10gbe .lancon .text {
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: 0em;
}

#lan10gbe .coolercontext {
  position: relative;
  cursor: pointer;
  margin-bottom: 8%;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  color: #000;
}

#lan10gbe .coolertitle {
  position: absolute;
  left: 30%;
  right: 0;
  top: 30%;
}

#colortitlebg5,
#colortitlebg6,
#colortitlebg7 {
  display: none;
}


@media screen and (min-width: 1500px) {
  .performance_h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 32px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 2% 25% 0 25%;
  }
}

@media screen and (max-width: 1680px) {

/* button */
    button {
  width: 230px;
  padding:15px 10px 15px 10px;
}

.functiontabs {
	margin-left:8%;
	margin-right:8%;
}


  /* 8 icons */

  #featureicon .featurenav {
    /* width: 24.7%; */
    width: 25%;
  }
}


@media screen and (max-width: 1366px) {
  .table .col6l {
    width: 50%;
  }

  .table .col52,
  .table .col52s {
    width: auto;
  }

  .frame {
    width: 1060px;
  }

.titlebar {
	font-size: 1.2em;
	padding: 55px 0px 55px 0px;
}

/* button */
    button {
  width: 230px;
  color: #FFF;
  font-size:18px;
  font-weight: 500;
  padding:14px 10px 14px 10px;
}

.t1 {
	line-height:26px;
}

.functiontabs {
	margin-left:13%;
	margin-right:12%;
}

.functiontabs .functiontabstitle .draw {
  margin-right:10px;
  margin-left:0px;
  margin-top:0px;
}

#powerdesign .conbox1{
	width:100%;
}

#powerdesign .conbox2{
	width:100%;
}

  .functiontabs #funtabs1 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .functiontabs #funtabs1 .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
	margin-top:-20px;
    width: 100%;
  }

  .textbutton {
    bottom: 80px;
    right: 16%;
  }

  .functiontabs1 #funtabss1 .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .functiontabs1 #funtabss1 .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  /* 8 icons */

  #featureicon .featurenav {
    /* width: 24.58%; */
    width: 25%;
  }



  .iconall {
    width: 50%;
    margin: 0 auto;
  }
  
.mainsec .conbox1 {
  position: relative;
  display: inline-block;
  width: 40%;
}

.mainsec .conbox2 {
  position: relative;
  display: inline-block;
  width: 58%;
  text-align: left;
  vertical-align: top;
  text-align: right;
}
  


  /* Video 2 ************************************/

  #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);
    /*box-shadow:inset 0px 10px 100px #333;  */
    width: 780px;
    height: 460px;
    position: relative;
    top: 140px;
    left: 103px;
  }

  /* tabicon ************************************/

  #tabicon ol li {
    margin-bottom: 1%;
    list-style: none;
    float: left;
    cursor: pointer;
    /*margin-left:4%;*/
  }

  #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;
  }

  /* contentflow */

  #CFw {
    min-height: 300px;
    margin-top: -200px;
  }

  #exclusive img {
    padding-top: 10%;
  }

  #RGBLED-function {
    background-position: center center;
    position: relative;
    min-height: 900px;
  }

#RGBLED-function .box1 {
  width: 50%;
  float:right;
}

#RGBLED-function .note1 {
  width:48%;
  margin-top:20px;
}

  #alc1220vbamp {
    background-image: url("../images/ALC1220-VB_1366.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 1700px;
  }

  #alc1220vbamp .imgtable {
    float: none;
    width: 100%;
    padding-top: 3%;
  }

  #NoConfusion {
    background-image: url("../images/NoConfusion_1366.jpg");
    min-height: 590px;
  }

  #NoConfusion .title {
    font-size: 40px;
  }

#wifi6 {
  background-image: url("../images/wifi6_1366.jpg");
  background-position: 50% bottom;
  min-height: 1220px;
}

#Gen2 .conbox2{
	width:80%;
	margin-top:2%;
	text-align:left;
}

  #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;
  }

  #smartfan5fan .title {
    margin-top: -10px;
  }

  #smartfan5fan .smartlist1 {
    font-size: 22px;
    line-height: 40px;
  }

  #smartfan5fan .smarttitle {
    font-size: 14px;
  }

#smartfan5fan .conbox7 {
  min-height: 120px;
}

  #smartfan5fan .conbox7 .con71 {
    right: 0%;
    top: 10px;
  }

  #smartfan5fan .conbox7 .con72 {
    right: 0%;
    top: 80px;
  }

  #USBType-C {
    background-image: url("../images/USBType-C_1366.jpg");
    min-height: 600px;
  }

  #USBType-C .text {
    width: 80%;
  }

  #armor {
    background-color: #000;
    background-image: url("../images/mb_armor_1366.jpg");
    background-position: 50% 50px;
    background-repeat: no-repeat;
    min-height: 600px;
  }

  #armor .title {
    margin-top: 0px;
  }

  #Solid-Pin .t1 {
    margin-top: 20px;
  }

  #xmp {
    background-color: #000;
    background-image: url("../images/mb_xmp_1366.jpg");
    background-position: center -10px;
    min-height: 650px;
    background-repeat: no-repeat;
  }

  #xmp .title {
    font-size: 1.6em;
  }

  #thermaldesign .thermaldesignline {
    background-image: url("../images/ThermalDesign_960.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 640px;
    position: relative;
	width:960px;
  }

  #thermaldesign #therm1 {
    top: 185px;
	left:690px;
  }

  #thermaldesign #therm2 {
    top: 310px;
    width: 160px;
  }

  #thermaldesign #therm3 {
    top: 400px;
    width: 150px;
  }

  #thermaldesign #therm4 {
    right: 50px;
	top:300px;
    text-align: center;
  }

  #thermaldesign #therm4 .thertitle {
    margin-top: 4%;
  }

  #thermaldesign .thertitle {
    font-size: 20px;
  }

  #therm1titlebtn {
    top: 202px;
    left: 450px;
  }

  #therm2titlebtn {
    top: 520px;
    left: 370px;
  }

  #therm3titlebtn {
    top: 600px;
    left: 170px;
  }

  #therm4titlebtn {
    top: 400px;
    right: 200px;
  }

  #thermaldesign #therm1con {
    position: absolute;
    width: 450px;
    top: 25px;
    left: 200px;
  }

  #thermaldesign #therm2con {
    position: absolute;
    width: 480px;
    top: 320px;
	left:200px;
  }

  #thermaldesign #therm3con {
    position: absolute;
    width: 280px;
    top: 430px;
	left:40px;
  }

  #thermaldesign #therm4con {
    position: absolute;
    width: 400px;
    top: 430px;
    right: 20px;
  }

#audio .img1 {
	width:35%;
	margin-top:20px;
}

#audio .conbox1 {
	width:62%;
}

  #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%;
  }

  #a1-1 {
    height: 260px;
  }

  #a1-6 {
    height: 260px;
  }

  .temp-n {
    top: 60%;
    left: 70%;
  }

  #a1-2 {
    height: 300px;
  }

  #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%;
  }

  .pertable .st1 {
    margin-top: 0%;
    margin-bottom: 3%;
	margin-left:180px;
  }

.functiontabs #funtabs1 .conbox3{
  margin-left:11%;
}

  #audiodac .title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1280px) {

/* button */
button {
  width: 230px;
  padding:15px 10px 15px 10px;
}

.functiontabs {
	margin-left:8%;
	margin-right:8%;
}

  .pertable .st1 {
    margin-top: 0%;
    margin-bottom: 3%;
	margin-left:100px;
  }


}


@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;
  }

  .table .col5,
  .table .col5s,
  .table .col5l {
    width: 95%;
  }

  .pertable .functiontabs .functiontabstitle .tabtitle {
    width: 100%;
    display: block;
    border: 2px solid #E14B00;
    border-radius: 6px;
  }

  .pertable .functiontabstitle #tabtitle4 {
    border-right: 1px solid #E14B00;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .pertable .st1 {
    margin-top: 0%;
    margin-bottom: 3%;
	margin-left:80px;
  }

  .pertable .functiontabs .functiontabstitle .tabtitle {
    width: 94%;
  }

  .mainsec .mainsectitle {
    margin-left: 2%;
    margin-top: 0%;
    position: static;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .mainsec .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: left;
  }

  .topsectitle {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .mainsec .subtitle {
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
  }

  .mainsec .titlenum {
    font-size: 30px;
    line-height: 40px;
  }

  .mainsec .mainsectitle .title {
    font-size: 40px;
    line-height: 50px;
  }

  .textbutton {
    bottom: 80px;
    right: 0%;
    text-align: center;
  }

  /* 8 icons */

  #featureicon .featurenav {
    /* width: 49.3%; */
    width: 50%;
  }

  #featureicon .title {
    font-size: 2.6vw;
    line-height: 5vw;
  }

.mbintro-b {
	display:none;
}

.mbintro-s {
	display: block;
	min-height:970px;
}



  /*mb-spec*/

  .mbintro-s .text {
    font-size: 16px;
    overflow: hidden;
  }

  .mbintro-s .spec1 {
    width: 45%;
    padding-bottom: 0%;
    margin-right: 6%;
  }

  .mbintro-s .speclist {
    position: relative;
  }

  .mbintro-s .spec1 .speclist {
    left: 0px;
    text-align: left;
  }

  .mbintro-s .speclist {
    margin-top: 3%;
  }

  .mbintro-s .speclist .specpoint {
    display: inline-block;
    position: relative;
    width: 30px;
    vertical-align: top;
    margin-top: -0.5px;
  }

  .mbintro-s .speclist .speccontent {
    display: inline-block;
    position: relative;
    width: 78%;
  }

  .mbintro-s .spec2 {
    width: 45%;
    left: 0%;
  }

  .spec1 #specitemlist01 {
    top: 0px;
    width: auto;
  }

  .spec1 #specitemlist02 {
    top: 0px;
    width: auto;
  }

  .spec1 #specitemlist03 {
    top: 0px;
    width: auto;
  }

  .spec1 #specitemlist04 {
    top: 0px;
    width: auto;
  }

  .spec1 #specitemlist05 {
    top: 0px;
    width: auto;
  }

  .spec1 #specitemlist06 {
    top: 0px;
    width: auto;
  }

  .spec1 #specitemlist07 {
    top: 0px;
    width: auto;
  }

  .spec2 #specitemlist08 {
    top: 0px;
    width: auto;
  }

  .spec2 #specitemlist09 {
    top: 0px;
	width:250px;
    width: auto;
  }

  .spec2 #specitemlist10 {
    top: 0px;
    width: auto;
  }

  .spec2 #specitemlist11 {
    top: 0px;
    width: auto;
  }

  .spec2 #specitemlist12 {
    top: 0px;
    width: auto;
  }

  .spec2 #specitemlist13 {
    top: 0px;
    width: auto;
  }

  .spec2 #specitemlist14 {
    top: 0px;
    width: auto;
  }

  .spec2 #specitemlist15 {
    top: 0px;
    width: auto;
  }



  /* Video 2 ************************************/

  #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);
    /*box-shadow:inset 0px 10px 100px #333;  */
    width: 558px;
    height: 322px;
    position: relative;
    top: 74px;
    left: 36px;
  }

  /* tabicon ************************************/

  .tabbox {
    overflow: visible;
    min-height: 700px;
  }

  /* contentflow */

  #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%;
  }

#audio .img1 {
	width:70%;
	margin-top:0%;
}

#audio .conbox1 {
	width:100%;
	margin-top:5%;
}

#Adaptor .conbox1{
	width:100%;
}

#Adaptor .conbox4{
	width:100%;
}

#Adaptor .conbox2{
	width:68%;
	float:left;
	text-align:left;
	margin-top:5%;
	display: inline-block;
}

#Adaptor .conbox3{
	width:30%;
	float:right;
	margin-top:7%;
}

#wifi6 {
  background-image: url("../images/wifi6_960.jpg");
  background-position: 50% bottom;
  min-height: 1060px;
}

  #aorus-antenna .conbox1 {
    width: 100%;
  }

  #aorus-antenna .conbox2 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0%;
  }

  #RGBLED-function .text {
    width: 100%;
  }

#RGBLED-function .box1 {
  width: 85%;
  margin-left:80px;
}

#RGBLED-function .note1 {
  width:100%;
  margin-top:3%;
}

  #exclusive .t1 {
    position: static;
  }

  #exclusive img {
    padding-top: 0%;
  }

  #exclusive .text {
    width: 100%;
  }

  #usbTurboCharger .conbox1 {
    width: 100%;
  }

  #usbTurboCharger .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  #alc1220vbamp {
    background-image: url("../images/ALC1220-VB_960.jpg");
    background-repeat: no-repeat;
    min-height: 1300px;
  }

  #smartfan5fan .conbox1 {
    width: 100%;
    margin-left: 10%;
  }

  #smartfan5fan .conbox2 {
    width: 100%;
  }

  #smartfan5fan .conbox3 {
    width: 100%;
  }

  #smartfan5fan .conbox4 {
    width: 100%;
  }

  #smartfan5fan .smartlist1 {
	  margin-top:70px;
    font-size: 26px;
    line-height: 40px;
  }

  #smartfan5fan .smarttitle {
    font-size: 22px;
  }

  #smartfan5fan .conbox7 .con71 {
    right: 10%;
    top: 10px;
  }

  #smartfan5fan .conbox7 .con72 {
    right: 10%;
    top: 100px;
  }

  #fancontrol .conbox1 {
    width: 100%;
  }

  #fancontrol .conbox2 .title {
    text-align: left;
  }

  #fancontrol .conbox2 {
    width: 100%;
    margin-left: 0%;
  }

  #USBType-C {
    background-image: url("../images/USBType-C_960.jpg");
    min-height: 560px;
  }

  #USBType-C .text {
    width: 100%;
  }

  #armor {
    background-image: url("../images/mb_armor_960.jpg");
  background-position: 50% bottom;
  background-repeat: no-repeat;
  min-height: 1000px;
  }

  #armor .title,
  #armor .text {
    width: 100%;
  }

  #dualbios .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 0%;
  }

  #dualbios .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 0%;
  }

  #M2ThermalGuard {
    background-image: url("");
  }

  #M2ThermalGuard .t1 {
    margin-top: 0%;
  }

  #M2ThermalGuard .t2 {
    margin-top: 0%;
  }

  #M2ThermalGuard .text {
    width: 100%;
  }

  #M2ThermalGuard .conbox1 {
    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%;
  }

  #xmp {
    background-color: #000;
    background-image: url("../images/mb_xmp_960.jpg");
    background-position: 50% bottom;
    min-height: 1100px;
    background-repeat: no-repeat;
  }

  #thermaldesign .thermaldesignline {
    background-image: url("");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 350px;
    position: relative;
	width:100%;
  }

  #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 #therm3 {
    width: 600px;
  }

  #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%;
  }

  #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;
  }

  #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%;
  }


  #functiontabs1 .funtabs .conbox1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  #functiontabs1 .funtabs .conbox2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 10%;
    width: 100%;
    margin-left: 0%;
  }


  /* function tabs */

  .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: 0px solid #E14B00;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .functiontabs .functiontabstitle .tabtitle {
    width: 500px;
    border: 2px solid #E14B00;
    border-radius: 6px;
    display: block;
  }

.functiontabs #funtabs1 .conbox3{
  margin-left: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%;
  }

  #lan10gbe .coolericon .text {
    text-align: left;
    margin-left: 0%;
    margin-bottom: 10%;
    font-size: 20px;
  }

  #lan10gbe .coolericon {
    margin-left: 0%;
    margin-top: 5%;
    font-size: 24px;
    font-family: "myfont", "Arial"; !, "cwTeXHei", "Microsoft JhengHei";
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
  }

  #lan10gbe .lancon {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }

  #colortitlebg1,
  #colortitlebg2,
  #colortitlebg3 {
    display: none;
  }

  #colortitlebg5,
  #colortitlebg6,
  #colortitlebg7 {
    display: block;
  }

  #lan10gbe .coolertitle {
    position: absolute;
    left: 0%;
    right: 0;
    top: 24%;
  }

  #lan10gbe .coolercontext {
    margin-bottom: 4%;
  }
  

}

@media screen and (max-width: 768px) {
  p {
    line-height: 23px;
    /* padding: 1%; */
  }

  .performance_h1 {
    color: #eee;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 18px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 14px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 3% 10% 0 10%;
  }

  .aorus_vr_bg {
    background-image: none;
    background-size: 80%;
    background-repeat: no-repeat;
    padding: 20% 0 0 0;
    margin: 0;
  }

  .color_effect_content {
    padding-top: 4%;
    text-align: center;
  }

  .color_picker_panel {
    display: block;
    text-align: center;
    position: relative;
    margin: auto;
  }

  .functiontabstitle1 div:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .functiontabstitle1 div:last-child {
    border-right: 1px solid #E14B00;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .functiontabs1 .conbox1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  .functiontabs1 .conbox2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: 0%;
  }

  .functiontabs1 .functiontabstitle1 .tabtitle {
    width: 500px;
    border: 2px solid #E14B00;
    border-radius: 6px;
    display: block;
  }


}

@media screen and (max-width: 640px) {
  .table .col6l {
    width: auto;
  }

  .frame {
    padding: 1em 0;
    width: 76%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title {
    font-size: 1.2em;
	line-height:1.4em;
  }

  .title1 {
    font-size: 0.9em;
	line-height:1.4em;
  }

  .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;
  }
  
  /*button*/
  
  button {
  box-shadow: inset 0 0 0 2px #0074FF;
  width: 250px;
  color: #FFF;
  font-size:18px;
  padding:8px 20px 8px 20px;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
transform: translate(0px, 0px) rotate(0deg) skew(-15deg, 0deg) scale(1, 1);}

.functiontabs .functiontabstitle .draw {
  transition: color 0.25s;
  margin-right:0px;
  margin-left:0px;
  margin-bottom:5px;
  margin-top:0px;
}

  .textbutton {
    bottom: 60px;
    right: 0%;
    text-align: center;
    font-size: 30px;
  }

.titlebar {
	font-size: 1.2em;
	padding: 55px 0px 20px 0px;
	background-image: url("../images/line-960.png");
	background-position: top center;
	background-repeat: no-repeat;
}



  /* 8 icons */

  #featureicon .featurenav {
    /* width: 49%; */
    width: 50%;
  }

  #featureicon .title {
    font-size: 24px;
    line-height: 40px;
  }

  .mbintro-s .spec1 {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .mbintro-s .spec2 {
    display: inline-block;
    position: relative;
    width: 100%;
    right: 0%;
    left: 0%;
    margin-left: 10%;
  }

.mbintro-s {
	min-height:1350px;
}


  /* Video 2 ************************************/

  #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);
    /*box-shadow:inset 0px 10px 100px #333;  */
    width: 380px;
    height: 210px;
    position: relative;
    top: 40px;
    left: -14px;
  }

  /* tabicon ************************************/

  #tabicon .iconall {
    width: 50%;
  }

  #tabicon ol li {
    width: 50%;
    margin-bottom: 10%;
    list-style: none;
    float: left;
    cursor: pointer;
    /*margin-left:4%;*/
  }

  #tabicon ol li:hover {
    border: 6px solid #FF6600;
  }

  #tabicon img {
    width: 100%;
  }

  #tabicon .tabcon {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    min-height: 750px;
    display: none;
  }

  .tabbox {
    overflow: visible;
  }

  /* contentflow */

  #CFw {
    min-height: 300px;
    margin-top: -80px;
  }

  .mb5text div {
    width: 90%;
    margin-bottom: 10%;
  }

  #x-fi2 {
    min-height: 1100px;
  }

  /*TOP*/

  #gotop {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.8);
    color: #FFFFFF;
    border-radius: 0px;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    bottom: 0px;
    right: 0%;
    position: fixed;
    display: none;
    transition: all 0.3s linear;
    font-family: Arial, Helvetica, sans-serif;
  }

  /* Youtube */

  .XSplit_MV {
    width: 50%;
    float: none;
    margin-top: -10%;
  }

  #audio {
	  min-height:600px;
  }

#audio .conbox1 {
	width:100%;
	margin-top:5%;
}

#dts .img1 {
	width:100%;
	margin-right:0%;
	margin-bottom:3%;
	margin-top:4%;
}

#Adaptor {
	min-height:1050px;
}

#Adaptor .conbox1{
	width:100%;
}

#Adaptor .conbox2{
	width:100%;
	margin-top:5%;
}

#Adaptor .conbox3{
	width:100%;
	margin-top:3%;
}

#wifi6 {
  background-image: url("../images/wifi6_640.jpg");
  background-position: 50% bottom;
  min-height: 830px;
}

#Gen2 .conbox1{
	width:35%;
	float:left;
	display:inline-block;
}

#Gen2 .conbox2{
	width:65%;
	margin-top:0%;
	text-align:left;
}

#Type-C {
	min-height:600px;
}

#Type-C .conbox1{
	width:80%;
	float:left;
}

#Type-C .conbox2{
	width:100%;
}

#powerdesign {
	min-height:800px;
}

  #xmp {
    background-color: #000;
    background-image: url("../images/mb_xmp_640.jpg");
    background-position: 50% bottom;
    min-height: 800px;
    background-repeat: no-repeat;
  }

  #RGBLED-function {
    background-position: center 178px;
    min-height: 1100px;
    position: relative;
  }

  #RGBLED-function .frame .cell {
    width: 100%;
  }

  #alc1220vbamp {
    background-image: url("../images/ALC1220-VB_640.jpg");
    min-height: 940px;
  }

  #NoConfusion {
    background-image: url("../images/NoConfusion_640.jpg");
    min-height: 590px;
  }

  #NoConfusion .title {
    margin-top: 0%;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }

  #NoConfusion .text {
    width: 100%;
  }

  #smartfan5fan .smartlist {
    font-size: 20px;
  }

  #smartfan5fan .conbox1 {
    margin-left: 0%;
  }

  #smartfan5fan .smarttitle {
    font-size: 16px;
  }

  #smartfan5fan .conbox7 .con71 {
    right: 0%;
    top: 30px;
  }

  #smartfan5fan .smartlist1 {
    font-size: 20px;
    line-height: 30px;
	margin-top:18%;
  }

  #smartfan5fan .conbox7 .con72 {
    right: 0%;
    top: 80px;
  }

  #fancontrol .conbox2 img {
    width: 100%;
  }

  #USBType-C {
    background-image: url("../images/USBType-C_640.jpg");
	background-position:50% -20px;
    min-height: 550px;
  }

  #armor {
    background-image: url("../images/mb_armor_640.jpg");
    min-height: 800px;
    background-position: 50% 150px;
  }

  #armor .title {
    margin-top: 0px;
  }

  #thermaldesign .thertitle {
    font-size: 20px;
  }

  #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 {
    padding: 10px 10px 10px 10px;
    width: 100%;
    font-size: 24px;
  }

.functiontabs #funtabs1 .conbox1 {
  margin-top:-20px;
}

.functiontabs #funtabs1 .conbox2 {
  margin-top:0px;
}

  .pertable .st1 {
    margin-top: 0%;
    margin-bottom: 3%;
	margin-left:50px;
  }

  .pertable .martop {
	  font-size:1em;
  }

/* function tabs */
.functiontabs1 ul li {
  list-style-type: square;
}

.functiontabstitle1 {
  margin: 0 auto;
  margin-top: -4%;
}

.functiontabs1 .functiontabstitle1 .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;
}

.functiontabs1 .functiontabstitle1 .tabtitle:hover {
  box-shadow: 0 -20px 70px -20px #ff5500;
  background-image: url("../images/tab_bg.png");
  background-repeat: no-repeat;
  background-position-y: -20px;
}

.functiontabstitle1 div:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.functiontabstitle1 div:last-child {
  border-right: 1px solid #E14B00;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.functiontabs1 .conbox1 {
  position: relative;
  padding-top: 4%;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.functiontabs1 .conbox2 {
  display: inline-block;
  position: relative;
  width: 66%;
  padding-top: 4%;
  margin-left: 2%;
}

  .functiontabs1 .functiontabstitle1 .tabtitle {
    width: 94%;
  }

  #lan10gbe .coolericon {
    margin-top: 5%;
    font-size: 16px;
  }

}

@media screen and (max-width: 480px) {

.titlebar {
	font-size: 0.9em;
	padding: 25px 0px 20px 0px;
	background-image: url("../images/line-480.png");
	background-position: top center;
	background-repeat: no-repeat;
}

  .title {
    font-size: 0.8em;
	line-height:1.4em;
  }

  .title1 {
    font-size: 0.6em;
	line-height:1.4em;
  }

  .suborangetitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1%;
  }

  .text {
    font-size: 15px;
    line-height: 1.4em;
    margin-top: 1em;
  }


  /*button*/
  
  button {
transform: translate(0px, 0px) rotate(0deg) skew(-25deg, 0deg) scale(1, 1);}

.functiontabs {
	margin-left:18%;
	margin-right:5%;
}


  /* 8 icons */

  #featureicon .featurenav {
    width: 100%;
  }

  /* Video 2 ************************************/

  #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);
    /*box-shadow:inset 0px 10px 100px #333;  */
    width: 306px;
    height: 156px;
    position: relative;
    top: 20px;
    left: 20px;
  }

  #tabicon .tabcon {
    min-height: 600px;
  }

.mbintro-s {
	min-height:1100px;
}

  .mbintro-s .spec2 {
    display: inline-block;
    position: relative;
    width: 75%;
    right: 10%;
    left: 0%;
    margin-left: 15%;
  }
  
  #Adaptor {
	  min-height:850px;
  }

#wifi6 {
  background-image: url("../images/wifi6_480.jpg");
  background-position: 50% bottom;
  min-height: 780px;
}

  #xmp {
    background-color: #000;
    background-image: url("../images/mb_xmp_640.jpg");
    background-position: 50% bottom;
    min-height: 700px;
    background-repeat: no-repeat;
  }

  #xmp .title {
    font-size: 0.8em;
  }

  #USBType-C {
	background-position:50% 0px;
    min-height: 550px;
  }

  #Type-C {
    min-height: 450px;
  }

#Gen2 .conbox1{
	width:50%;
	float:left;
	display:inline-block;
}

#Gen2 .conbox2{
	width:100%;
	margin-top:2%;
}

#alc1220vbamp {
  background-image: url("../images/ALC1220-VB_640.jpg");
  background-position: 50% 50px;
  background-repeat: no-repeat;
  min-height: 850px;
}

#RGBLED-function .box1 {
  width: 85%;
  margin-left:0px;
  height:360px;
}

.pertable {
	min-height:0px;
	height:auto;
}

  .pertable .functiontabs{
    width: 84%;
	margin-left:8%;
	margin-right:8%;
  }


}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .performance_h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 30px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 3% 20% 0 20%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .performance_h1 {
    color: #eee;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 25px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 3% 14% 0 14%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .performance_h1 {
    color: #eee;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .performance_h2 {
    font-weight: bold;
    font-size: 20px;
    color: #eee;
    letter-spacing: 2px;
  }

  .performance_h3 {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
  }

  .performance_h3_shadow {
    font-size: 16px;
    color: #eee;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333, 1px 1px 3px #333;
  }

  .aorus_color_content {
    padding: 3% 14% 0 14%;
  }
}



#aorus-gallery {
  padding-top: 6%;
  margin-bottom: 4%;
}

#aorus-gallery .bimg img {
  cursor: pointer;
}

#aorus-gallery ul li {
  margin: 8% 3% 3% 0;
  padding: 0;
  width: 45%;
  cursor: pointer;
  transition: .2s opacity;
  -webkit-transition: .2s opacity;
  -moz-transition: .2s opacity;
  -o-transition: .2s opacity;
  -ms-transition: .2s opacity;
  opacity: .6;
}

#aorus-gallery ul li:hover {
  opacity: 1;
  transition: .2s;
}

#aorus-gallery .boximgborder {
  outline: 2px solid #009cff;
}

@media screen and (max-width: 960px) {
  #aorus-gallery ul li {
    margin: 0% 3% 3% 0;
    width: 13%;
  }
}
@media screen and (max-width: 640px) {
  #aorus-gallery ul li {
    margin: 0% 3% 3% 0;
    width: 30%;
  }
}
