@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@font-face {
  font-family: 'ROGFontsv';
  src: url('../fonts/ROGFontsv1.5-Regular.otf'),
       url('../fonts/ROGFontsv1.5-Regular.otf') format('embedded-opentype'),
       url("../fonts/ROG-Fonts-v1.6.1.ttf") format("opentype"),
       url("../fonts/ROGFontsv1.5-Regular.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Xolonium';
  src: url('../fonts/xolonium-Regular.otf'),
       url('../fonts/xolonium-Regular.otf') format('embedded-opentype'),
       url("../fonts/xolonium-Regular.ttf") format("opentype"),
       url("../fonts/xolonium-regular.eot");
  font-weight: normal;
  font-style: normal;
}

/*basic*/

html,
body#hd {
  margin: 0;
  height: 100%!important;
  background-color: #000;
  color: #FFF;
}

/*RWD import*/

#hd svg,
#hd #threed #learnmore h3,
#hd .hd-sec-overview .hd-menu li,
#hd .hd-process a img,
#hd .hd-process a p,
#hd .hd-process .play-tutorial img,
#hd .hd-process .play-tutorial p,
#hd #audio .hd-supremefx li,
#hd #gamevideo:before,
#hd .hd-sec-audio .hd-hovernote {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#hd .hd-sec-mode svg,
#hd .hd-details .hd-btn svg {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#hd {
  background: black;
}
::selection {
  background: #1d2124;
  color: #CE0000;
}
::-moz-selection {
  background: #1d2124;
  color: #ffffff;
}
#hd * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}

/*offline fix*/

#overview #hd img {
  max-width: 100%;
}
#hd img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
#hd a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  display: block;
  text-decoration: none;
  color: #920000;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
}
#hd a:hover {
  text-decoration: none;
  /*    color: #009edf;*/
  opacity: .5;
}
#hd i {
  margin-right: 10px;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd h5,
#hd h6 {
  font-family: "Fjalla One", sans-serif;
  color: #FFF;
  line-height: 1.4rem;
  margin: 0;
  font-weight: normal;
}
#hd h6 {
  font-size: 1em;
}
#hd p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5rem;
  margin: 0;
  padding-bottom: 20px;
  color: #FFF;
}
#hd b {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
#hd small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.875rem;
  line-height: 1.275rem;
  font-weight: 400;
  letter-spacing: 0.3px;
}
#hd ul {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}
#hd ul li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  color: #FFF;
}
#hd .nav ul li {
  display: inline-block;
  color: #767676;
  /*    width: 115px;*/
  padding: 0 10px;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  position: relative;
  text-align: left;
}
#hd .nav ul li:hover {
  color: #009edf;
}
#hd input:focus,
#hd .hd-button:focus {
  outline: 0;
}
#hd .hd-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#hd figure {
  margin: 0;
}
.mobile-form-x {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#owl-hd .owl-dots {
  position: absolute;
  bottom: 3%;
  left: 48%;
}
#hd .row {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
#hd .fleft {
  float: left;
}
#hd .fright {
  float: right;
}
#hd .ib {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
#hd .dleft {
  direction: ltr;
}
#hd .dright {
  direction: rtl;
}
#hd .col-10 {
  width: 10%;
  padding: 0 25px;
}
#hd .col-20 {
  width: 20%;
  padding: 0 25px;
}
#hd .col-25 {
  width: 25%;
  padding: 0 25px;
}
#hd .col-30 {
  width: 30%;
  padding: 0 25px;
}
#hd .col-33 {
  width: 33%;
  padding: 0 25px;
}
#hd .col-40 {
  width: 40%;
  padding: 0 25px;
}
#hd .col-45 {
  width: 45%;
  padding: 0 25px;
}
#hd .col-50 {
  width: 50%;
  padding: 0 25px;
}
#hd .col-55 {
  width: 55%;
  padding: 0 25px;
}
#hd .col-60 {
  width: 60%;
  padding: 0 25px;
}
#hd .col-65 {
  width: 65%;
  padding: 0 25px;
}
#hd .col-70 {
  width: 70%;
  padding: 0 25px;
}
#hd .col-80 {
  width: 80%;
  padding: 0 25px;
}
#hd .col-90 {
  width: 90%;
  padding: 0 25px;
}
#hd .col-100 {
  width: 100%;
  padding: 0 25px;
}
#hd p.hd-skewtag {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.313rem;
  font-weight: 400;
  position: relative;
  line-height: 46px;
  min-width: 200px;
  text-align: center;
  z-index: 2;
}
#hd .hd-skewtag:before {
  content: "";
  display: block;
  width: 200px;
  height: 45px;
  position: absolute;
  margin: 0 auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skewX(340deg);
  -moz-transform: skewX(340deg);
  -ms-transform: skewX(340deg);
  -o-transform: skewX(340deg);
  transform: skewX(340deg);
  border: 2px solid #8D0000;
  z-index: 0;
}
#hd .hd-list-dot li {
  padding-left: 15px;
  position: relative;
}
#hd .hd-list-dot li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 9px;
}
#hd .hd-bg {
  background: left 0% no-repeat;
}
#hd .hd-bgflip {
  background: left 0% no-repeat;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
#hd .hd-bgflip .content-w1000,
#hd .hd-bgflip .content-w1200,
#hd .hd-bgflip .content-w1300,
#hd .hd-bgflip .content-w1400 {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
#hd .hd-btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
#hd a.hd-link {
  color: #C50012;
  text-decoration: underline;
  font-weight: 400;
  display: initial;
}
#hd a.hd-link:hover {
  color: white;
  opacity: 1;
}

/*++++++++++++++++++++++svg+++++++++++++++++++++++++*/

.gs-be-first-svg-path {
  stroke-width: 2px;
  /*   fill: transparent; */
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
}
.scroll-active.on .gs-be-first-svg-path {
  -webkit-animation: gs-stroke-offset 1.5s cubic-bezier(0.58, 0, 0.82, 1) forwards;
  -moz-animation: gs-stroke-offset 1.5s cubic-bezier(0.58, 0, 0.82, 1) forwards;
  animation: gs-stroke-offset 1.5s cubic-bezier(0.58, 0, 0.82, 1) forwards;
}
@keyframes gs-stroke-offset {
  0% {
    stroke-dashoffset: 1400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes gs-stroke-offset {
  80% {
    stroke-dashoffset: 1400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes gs-stroke-offset {
  80% {
    stroke-dashoffset: 1400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.svg-fadeOut {
  opacity: 0;
}
.scroll-active.on .svg-fadeOut {
  -webkit-animation: svg-fadeOut 1s cubic-bezier(0.58, 0, 0.82, 1) forwards;
  -moz-animation: svg-fadeOut 1s cubic-bezier(0.58, 0, 0.82, 1) forwards;
  animation: svg-fadeOut 1s cubic-bezier(0.58, 0, 0.82, 1) forwards;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@keyframes svg-fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes svg-fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes svg-fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-active svg {
  position: absolute;
  top: -8.3%;
  left: 13.5%;
  z-index: 1;
  width: 80.5%;
}
.scroll-active .animate-slash {
  position: absolute;
  top: 2.5%;
  left: 6%;
  width: 47%;
  transform: translate(9%, -9%);
  opacity: 0;
}
.scroll-active.on .animate-slash {
  -webkit-animation: animate-slash .2s cubic-bezier(0.58, 0, 0.82, 1) forwards;
  -moz-animation: animate-slash .2s cubic-bezier(0.58, 0, 0.82, 1) forwards;
  animation: animate-slash .2s cubic-bezier(0.58, 0, 0.82, 1) forwards;
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@keyframes animate-slash {
  0% {
    opacity: 0;
    transform: translate(9%, -9%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes animate-slash {
  0% {
    opacity: 0;
    transform: translate(9%, -9%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-moz-keyframes animate-slash {
  0% {
    opacity: 0;
    transform: translate(9%, -9%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -0);
  }
}
.scroll-active.on .svg-fadeOut.flash {
  -webkit-animation: svg-flash 4s cubic-bezier(0.58, 0, 0.82, 1) infinite;
  -moz-animation: svg-flash 4s cubic-bezier(0.58, 0, 0.82, 1) infinite;
  animation: svg-flash 4s cubic-bezier(0.58, 0, 0.82, 1) infinite;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@keyframes svg-fadeOut-flash {
  0% {
    opacity: .1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}
@-webkit-keyframes svg-flash {
  0% {
    opacity: .1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}
@-moz-keyframes svg-flash {
  0% {
    opacity: .1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}

/*++++++++++++++++++++++public+++++++++++++++++++++++++*/


/* TITLE SETTINGS */

#hd h1.big-title {
  font-family: 'ROGFontsv', sans-serif;
  font-size: 9rem;
  color: #fff;
  line-height: 6rem;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
#hd h1.big-title.left {
  margin: 0 0 150px 330px;
}
#hd h1.big-title.right {
  margin: 0 330px 150px auto;
}
#hd h1.big-title.leftspan {
  padding-left: 250px;
  float: none;
}
#hd h1.big-title.center,
#hd h1.big-title.rcenter {
  margin: 0 auto 150px;
}
#hd h1.big-title:before,
#hd h1.big-title:after {
  content: "";
  display: block;
  position: absolute;
  background: url('../img/title_deco.png') no-repeat;
  width: 377px;
  height: 43px;
  z-index: -1;
}
#hd h1.big-title:before {
  left: -330px;
  background-position: top right;
}
#hd h1.big-title:after {
  right: -330px;
  background-position: top left;
}
#hd h1.big-title.center:before {
  top: 50px;
}
#hd h1.big-title.center:after {
  bottom: -20px;
  right: -310px;
  -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
#hd h1.big-title.left:before {
  top: 50px;
}
#hd h1.big-title.left:after {
  bottom: -20px;
  -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
#hd h1.big-title.right:before {
  bottom: -20px;
  left: -350px;
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
#hd h1.big-title.right:after {
  top: 40px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#hd h1.big-title.rcenter:before {
  bottom: 0px;
  left: -350px;
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
#hd h1.big-title.rcenter:after {
  top: 80px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#hd h1.big-title.leftup:before {
  top: 10px;
}
#hd h1.big-title.rightlow:after,
#hd h1.big-title.leftlow:before {
  bottom: -50px;
}
#hd h1.big-title span {
  color: #920000;
  font-size: 4rem;
  line-height: 40px;
  padding: 0 20px;
  position: absolute;
}
#hd h1.big-title span.topleft {
  top: -10px;
  left: 0;
}
#hd h1.big-title span.topcenter {
  top: -10px;
  width: 50%;
  margin: 0 auto;
}
#hd h1.big-title span.left {
  display: inline-block;
  width: 258px;
  text-align: right;
  position: absolute;
  top: 31px;
  left: 0;
}
#hd h1.big-title span.center {
  width: 100%;
  text-align: center;
  top: -10px;
  left: 0;
}
#hd h1.big-title span.rcenter {
  display: inline-block;
  text-align: left;
  width: 200px;
  top: 33px;
  left: 285px;
}
#hd h1.big-title span.rcenter~span {
  position: relative;
  display: inline-block;
  width: 200px;
  line-height: 40px;
}
#hd h1.big-title span.downright {
  position: absolute;
  width: 280px;
  padding: 0;
  bottom: -50px;
  right: 30px;
}

/* specific TITLE SETTINGS */

#performance h1.big-title {
  width: 100%;
  max-width: 935px;
}
#revolutionary h1.big-title {
  width: 100%;
  max-width: 490px;
}
#lighting h1.big-title {
  width: 100%;
  max-width: 820px;
}
#watercooling h1.big-title {
  width: 100%;
  max-width: 990px;
}
#connectivity h1.big-title {
  width: 100%;
  max-width: 1126px;
}
#threed h1.big-title {
  width: 100%;
  max-width: 800px;
}
#experience h1.big-title {
  width: 100%;
  max-width: 500px;
}
#audio h1.big-title {
  width: 100%;
  max-width: 640px;
}
#networking h1.big-title {
  width: 100%;
  max-width: 850px;
}
#protection h1.big-title {
  width: 100%;
  max-width: 800px;
}
#more h1.big-title {
  width: 100%;
  max-width: 850px;
}
#more .hd-sec-andmore h1.big-title:before,
#more .hd-sec-andmore h1.big-title:after {
  display: none;
}

/* Block Style */


/*mobile-on*/

#hd .hd-768on,
#hd .hd-950on,
#hd .hd-1024on,
#hd .hd-1280on {
  display: none;
}
#hd .hd-in1024off {
  display: inline-block;
}
#hd .content-w480 {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
}
#hd .content-w540 {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 20px;
}
#hd .content-w1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#hd .content-w740 {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
#hd .content-w1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
#hd .content-w1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
#hd .content-w1300 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
#hd .content-w1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
#hd .font-center {
  text-align: center;
}
#hd section h1.content,
#hd section h3.content,
#hd section h4.content,
#hd section p.content {
  padding-left: 40px;
  padding-right: 40px;
}
#hd iframe {
  width: 100%;
  max-width: 100%;
  border: none;
}
#hd iframe.rwd-video {
  height: 625px;
}
#hd input[type="checkbox"].custom-check+.custom-label:before {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#hd [class^="ti-"],
[class*=" ti-"] {
  font-size: 2em;
  color: #009edf;
  vertical-align: middle;
}
#hd section p.secondary-tittle {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.style-underline {
  position: relative;
}
#hd h3.sub-title {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.688rem;
  color: #808080;
  line-height: 2rem;
  padding: 0;
  padding-bottom: 25px;
  text-transform: uppercase;
}
#hd h4.sub-title {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5rem;
  color: #a5a5a5;
  line-height: 2rem;
  padding: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#hd h3.sub-title.txt_red,
#hd h4.sub-title.txt_red {
  color: #920000;
}
#hd .first-title {
  font-family: 'xolonium', sans-serif;
  text-transform: uppercase;
  /*font-family: 'ROGFontsv', sans-serif;*/
  font-size: 2.5rem;
  /*font-size: 4rem;*/
  color: #920000;
  line-height: 2.5rem;
  padding: 0;
  text-align: left;
  padding-bottom: 40px;
}
#hd h4.first-title {
  font-family: 'ROGFontsv', sans-serif;
  /*font-family: 'ROGFontsv', sans-serif;*/
  font-size: 6.875rem;
  color: #ffffff;
  line-height: 80px;
  padding: 0;
  text-align: center;
  padding-bottom: 40px;
}
#hd h4.first-title span {
  font-size: 5.188rem;
}
#hd h3.first-title span {
  font-size: 3rem;
}
#hd h5.first-title {
  font-family: 'ROGFontsv', sans-serif;
  font-size: 3.75rem;
  color: #920000;
  line-height: 2.5rem;
  padding: 0;
  text-align: center;
  padding-bottom: 40px;
}
#hd .txt_gray,
#hd .first-title.txt_gray {
  color: #808080;
}
#hd .txt_red {
  color: #8D0000;
}
#hd .txt_white,
#hd h4.txt_white {
  color: #FFF;
}
#hd .txt_decoline {
  background: url('../img/deco-line.png') right bottom no-repeat;
}
#scrollUp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #8D0000;
  opacity: 0;
}
#scrollUp.hd-show {
  opacity: 1;
}
#scrollUp:hover {
  background-color: #8D0000;
}
#scrollUp:hover svg {
  fill: #FFF;
}
#scrollUp svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  fill: #8D0000;
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}
#hd .hd-frame:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px;
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#800c20+0,5d0600+15,9a0d0e+54,480600+100 */
  background: #800c20;
  /* Old browsers */
  background: -moz-linear-gradient(left, #800c20 0%, #5d0600 15%, #9a0d0e 54%, #480600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #800c20 0%, #5d0600 15%, #9a0d0e 54%, #480600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #800c20 0%, #5d0600 15%, #9a0d0e 54%, #480600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800c20', endColorstr='#480600', GradientType=1);
  /* IE6-9 */
}
#hd .hd-tagbox {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* ---------- lightbox ---------- */

#hd_lightbox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10;
}
#hd .hd_filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
#hd .hd_box {
  width: 1000px;
  height: 480px;
  background: #232323;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 35px 60px;
  box-sizing: border-box;
}
#hd .hd_close {
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
}
#hd .hd_close>span {
  display: block;
  width: 20px;
  height: 3px;
  background: #777777;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
}
#hd .hd_close>span:first-child {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#hd .hd_close>span:last-child {
  -webkit-transform: rotateZ(-45deg) translate(2px, -2px);
  -moz-transform: rotateZ(-45deg) translate(2px, -2px);
  -ms-transform: rotateZ(-45deg) translate(2px, -2px);
  -o-transform: rotateZ(-45deg) translate(2px, -2px);
  transform: rotateZ(-45deg) translate(2px, -2px);
}
#hd .hd_box>img {
  position: absolute;
  right: 40px;
  bottom: 60px;
}
#hd .hd_box iframe {
  width: 100%;
  height: 100%;
}

/* ---------- END lightbox ---------- */


/*+++++++++++++++++++++++section-nav+++++++++++++++++++++++++++++++++*/

#hd #nav .nav-title {
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #292929;
  padding: 10px;
}
#hd #nav .row {
  margin: 0;
}
#hd #nav .col-20,
#hd #nav .col-25 {
  padding: 3px;
}
#hd #nav .menu-button {
  color: #FFF;
}
#hd #nav .thumb~p {
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
}
#hd #nav .thumb:hover~p {
  color: white;
  background: #8D0000;
}

/*+++++++++++++++++++++++END-section-nav+++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++section-spec+++++++++++++++++++++++++++++++++*/


/* ---------- hd-sec-slideshow ---------- */

#hd .hd-sec-slideshow .item .content.position-1 {
  position: absolute;
  width: 35%;
  z-index: 99;
  right: 10%;
  top: 20%;
  text-align: right;
}
#hd .hd-sec-slideshow .item .content.position-2 {
  position: absolute;
  width: 35%;
  z-index: 99;
  right: 10%;
  top: 20%;
  text-align: right;
}
#hd .hd-sec-slideshow .item .content.position-3 {
  position: absolute;
  width: 30%;
  z-index: 99;
  left: 10%;
  top: 20%;
  text-align: left;
}
#hd .hd-sec-slideshow .content.sub-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 2.75rem;
  color: #FFF;
}
#hd .hd-sec-slideshow .content.sub-title.smaller {
  font-size: 1.17rem;
  line-height: 2rem;
}

/* ---------- hd-sec-videoshow ---------- */

#hd .hd-sec-videoshow {
  position: relative;
  margin: 0;
  display: block;
  height: 45vh;
  min-height: 400px;
  overflow: hidden;
}
#hd .hd-sec-videoshow .video-info {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#hd .hd-sec-videoshow .video-info .official-video {
  max-width: 774px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
#hd .hd-sec-videoshow .video-info img {
  display: inline-block;
  cursor: pointer;
}

/*video*/

#hd .hd-sec-videoshow .hd-videobox2 iframe {
  position: absolute;
  display: block;
  margin: auto;
  /*width: 1920px;*/
  max-width: none;
}
#hd #video.hd-videobox2.v-open {
  height: 120vh;
  position: relative;
  top: -66%;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}
#hd #video.hd-videobox2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
}
#hd #video.hd-videobox2 video {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  /* width: auto; */
  height: auto;
  background: url(../img/gives-you-more/video_poster.jpg) no-repeat;
  background-size: cover;
}
.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* ---------- hd-sec-spec ---------- */

#hd .hd-sec-spec .spec {
  width: auto;
  height: 770px;
  margin: 0 auto;
}
#hd .hd-sec-spec .spec-num {
  display: none;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 18px;
  text-align: center;
  border: 2px solid #8D0000;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#hd .hd-sec-spec ul img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#hd .hd-sec-spec ul {
  text-align: left;
  padding: 0 20px;
  display: block;
  width: 310px;
  position: absolute;
}
#hd .hd-sec-spec p {
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 4px;
  padding-bottom: 0;
}
#hd .hd-sec-spec .spec-left {
  top: 50px;
  left: 0;
}
#hd .hd-sec-spec .spec-right {
  top: 50px;
  right: auto;
  left: 76%;
}
#hd .hd-sec-spec ul li {
  position: absolute;
  letter-spacing: initial;
}
#hd .hd-sec-spec b {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}
#hd .hd-sec-spec .spec-left li:nth-child(1) {
  top: -38px;
}
#hd .hd-sec-spec .spec-left li:nth-child(2) {
  top: 150px;
}
#hd .hd-sec-spec .spec-left li:nth-child(3) {
  top: 232px;
}
#hd .hd-sec-spec .spec-left li:nth-child(4) {
  top: 326px;
}
#hd .hd-sec-spec .spec-left li:nth-child(5) {
  top: 378px;
}
#hd .hd-sec-spec .spec-left li:nth-child(6) {
  top: 594px;
}
#hd .hd-sec-spec .spec-right li:nth-child(1) {
  top: 30px;
}
#hd .hd-sec-spec .spec-right li:nth-child(2) {
  top: 168px;
}
#hd .hd-sec-spec .spec-right li:nth-child(3) {
  top: 244px;
}
#hd .hd-sec-spec .spec-right li:nth-child(4) {
  top: 288px;
}
#hd .hd-sec-spec .spec-right li:nth-child(5) {
  top: 317px;
}
#hd .hd-sec-spec .spec-right li:nth-child(6) {
  top: 378px;
}
#hd .hd-sec-spec .spec-right li:nth-child(7) {
  top: 455px;
}
#hd .hd-sec-spec .spec-right li:nth-child(8) {
  top: 494px;
}
#hd .hd-sec-spec .spec-right li:nth-child(9) {
  top: 568px;
}

/*#hd .hd-sec-spec .spec-right li:nth-child(2) div {
  display: inline-block;
  vertical-align: bottom;
}
#hd .hd-sec-spec .spec-right li:nth-child(7) div {
  display: inline-block;
  vertical-align: middle;
}*/


/*+++++++++++++++++++++++END-section-spec+++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++section-watercooling+++++++++++++++++++++++++++++++++*/


/* ---------- hd-sec-coolextreme ---------- */

#hd .hd-sec-coolextreme .content-w1200 .col-80 {
  margin: 0 auto;
}

/* ---------- hd-sec-videoslideshow ---------- */

#hd .hd-sec-videoslideshow .scrolltxt {
  position: absolute;
  bottom: 5%;
  width: 40px;
  left: 48%;
  left: calc(50% - 30px);
  opacity: .6;
  text-align: center;
  z-index: 6;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#hd .hd-sec-videoslideshow .scrolltxt p {
  padding-bottom: 0;
}
#hd .hd-sec-videoslideshow .scrolltxt:hover {
  opacity: 1;
}
#hd .hd-sec-videoslideshow {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-contentbox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#hd .hd-displaynone {
  display: none;
}
#hd .video-buttonlist {
  position: absolute;
  right: 5%;
  margin: auto 0;
  top: 30%;
  z-index: 7;
}
#hd .video-buttonlist li {
  width: 30px;
  height: 36px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#hd .video-buttonlist li span {
  display: block;
  width: 3px;
  margin: 0 auto;
  height: 36px;
  opacity: .1;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#hd .video-buttonlist li.hd-active span {
  opacity: .5;
  box-shadow: 0px 0px 11px 2px rgba(70%, 88%, 100%, 0.6);
}
#hd .video-buttonlist li:hover span {
  opacity: 1;
  box-shadow: 0px 0px 11px 2px rgba(70%, 88%, 100%, 0.6);
}
#hd .hd-contentbox .content-w1920 {
  width: 100%;
  height: 100%;
}
#hd .video-viewport ul {
  position: relative;
  width: 100%;
  margin-bottom: 56.25%;
}
#hd .video-viewport ul li {
  position: absolute;
}
#hd .video-viewport ul .frame-1,
#hd .video-viewport ul .frame-2,
#hd .video-viewport ul .frame-3,
#hd .video-viewport ul .frame-4,
#hd .video-viewport ul .frame-5 {
  display: none;
}
#hd .hd-contentbox .frame-0,
#hd .hd-contentbox .frame-1,
#hd .hd-contentbox .frame-2,
#hd .hd-contentbox .frame-3,
#hd .hd-contentbox .frame-4,
#hd .hd-contentbox .frame-5 {
  display: none;
}
#hd .hd-contentbox .text h4.sub-title {
  letter-spacing: 2px;
}
#hd .hd-contentbox .frame-0 .text {
  position: absolute;
  width: 500px;
  top: 20%;
  right: 8%;
}
#hd .hd-contentbox .frame-1 .text {
  position: absolute;
  width: 510px;
  bottom: 14%;
  right: 8%;
}
#hd .hd-contentbox .frame-2 .text {
  position: absolute;
  width: 650px;
  bottom: 14%;
  left: 4%;
}
#hd .hd-contentbox .frame-3 .text {
  position: absolute;
  width: 650px;
  top: 20%;
  left: 4%;
}
#hd .hd-contentbox .frame-4 .text {
  position: absolute;
  width: 600px;
  bottom: 14%;
  right: 8%;
}
#hd .hd-contentbox .frame-5 .text {
  position: absolute;
  width: 600px;
  bottom: 8%;
  left: 4%;
}

/*+++++++++++++++++++++++END-section-watercooling+++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++section-lighting+++++++++++++++++++++++++++++++++*/

#hd #lighting {
  position: relative;
  background: right 30% no-repeat;
  z-index: -2;
}

/* ---------- hd-sec-lighting ---------- */

#hd .hd-sec-lighting {
  padding: 70px 0 130px 0;
}
#hd .hd-sec-lighting .hd-lightingbox {
  position: relative;
  width: 590px;
  height: 100%;
  max-width: 600px;
}
#hd .hd-sec-lighting .hd-lightingbott {
  position: absolute;
  width: 200%;
  bottom: -162px;
}
#hd .hd-sec-lighting .hd-lightingbott img {
  display: inline-block;
  vertical-align: middle;
  width: 277px;
  margin-left: 166px;
}
#hd .hd-sec-lighting .hd-lightingbott small {
  display: inline-block;
  font-weight: 400;
  padding-top: 70px;
  vertical-align: middle;
  width: calc(80% - 277px);
}
#hd .hd-sec-lighting .col-40,
#hd .hd-sec-lighting .col-60 {
  vertical-align: middle;
}
#hd .hd-sec-lighting {
  direction: rtl;
}
#hd .hd-sec-lighting .col-45,
#hd .hd-sec-lighting .col-55 {
  direction: ltr;
}
#hd .hd-sec-lighting #color,
#hd .hd-sec-lighting #greybg {
  width: 100%;
  height: 0;
  padding-bottom: 136%;
  margin-top: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#hd .hd-sec-lighting img {
  display: inline-block;
}
#hd .hd-sec-lighting .hd-lighting {
  height: 100%;
  position: relative;
  overflow: hidden;
  /*background-color: #484848;*/
}
#hd .hd-sec-lighting {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 160px;
}
#hd .hd-sec-lighting .col-20 {
  vertical-align: top;
  text-align: center;
  padding: 10px 5px;
  opacity: .5;
  cursor: pointer;
  letter-spacing: initial;
  line-height: normal;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
}
#hd .hd-sec-lighting .col-20.lighting-active {
  opacity: 1;
}
#hd .hd-sec-lighting .col-50 {
  vertical-align: middle;
}
#hd .hd-sec-lighting .hd-sec-lighting h3 {
  margin-top: 50px;
  margin-bottom: 70px;
}
#hd .hd-sec-lighting .hd-controls {
  margin-left: -5%;
  position: relative;
}
#hd .hd-sec-lighting .hd-controls li {
  max-width: 130px;
}
#hd .hd-sec-lighting .hd-controls li:hover,
#hd .hd-sec-lighting .hd-controls li.lighting-active {
  opacity: 1;
}
#hd .hd-sec-lighting .hd-controls li img {
  margin: 0 auto 10px;
}
#hd .hd-sec-lighting .hd-controls small {
  width: 113px;
  height: 65px;
}
#colorpicker {
  bottom: -210px;
  position: absolute;
  right: 20px;
  z-index: 1;
}
#greybg {
  background-color: #333333;
  z-index: -2;
}
#color ul {
  width: 100%;
  height: 100%;
  position: absolute;
}
#color ul.hd-flash {
  -webkit-animation: flash 14s linear infinite;
  -moz-animation: flash 14s linear infinite;
  -ms-animation: flash 14s linear infinite;
  -o-animation: flash 14s linear infinite;
  animation: flash 14s linear infinite;
}
#color ul li {
  position: absolute;
  opacity: 0;
}
#color ul li.color01 {
  width: 19%;
  height: 48%;
  bottom: 25%;
  top: 10%;
  left: 1px;
}
#color ul li.color02 {
  width: 45%;
  height: 42%;
  top: 4%;
  left: 24%;
  -webkit-transform: skew(8deg, -13deg);
  -moz-transform: skew(8deg, -13deg);
  -ms-transform: skew(8deg, -13deg);
  -o-transform: skew(8deg, -13deg);
  transform: skew(8deg, -13deg);
}
#color ul li.color03 {
  width: 34.5%;
  height: 30%;
  border-radius: 35%;
  top: 46%;
  left: 49%;
}

/*#color ul li.color04 {
  width: 30%;
  height: 35%;
  top: 13.7%;
  right: 26%;
  border-bottom-left-radius: 94%;
}
#color ul li.color05 {
  width: 20%;
  height: 91%;
  top: 1%;
  bottom: 0;
  right: 1%;
}
#color ul li.color05-1 {
  width: 32%;
  position: absolute;
  height: 10.5%;
  right: 20%;
  top: 3%;
}
#color ul li.color05-2 {
  width: 78%;
  position: absolute;
  height: 16%;
  right: 21%;
  bottom: 8%;
}
#color ul li.color05-3 {
  width: 21%;
  position: absolute;
  height: 40%;
  left: 1%;
  bottom: 24%;
}*/

#color ul.hd-music li.color01,
#color ul.hd-music li.color02,
#color ul.hd-music li.color03 {
  opacity: 1;
  -webkit-animation: cycle_rainbow 13s 0s linear infinite;
  -moz-animation: cycle_rainbow 13s 0s linear infinite;
  -ms-animation: cycle_rainbow 13s 0s linear infinite;
  -o-animation: cycle_rainbow 13s 0s linear infinite;
  animation: cycle_rainbow 13s 0s linear infinite;
}

/*#color ul.hd-music li.color01,
#color ul.hd-music li.color02,
#color ul.hd-music li.color03,
#color ul.hd-music li.color04,
#color ul.hd-music li.color05,
#color ul.hd-music li.color05-1,
#color ul.hd-music li.color05-2,
#color ul.hd-music li.color05-3 {
  opacity: 1;
  -webkit-animation: cycle_rainbow 13s 0s linear infinite;
  -moz-animation: cycle_rainbow 13s 0s linear infinite;
  -ms-animation: cycle_rainbow 13s 0s linear infinite;
  -o-animation: cycle_rainbow 13s 0s linear infinite;
  animation: cycle_rainbow 13s 0s linear infinite;
}*/

#color ul li.color01.hd-rainbow {
  opacity: 1;
  -webkit-animation: cycle_rainbow 10s -0.8s linear infinite;
  -moz-animation: cycle_rainbow 10s -0.8s linear infinite;
  -ms-animation: cycle_rainbow 10s -0.8s linear infinite;
  -o-animation: cycle_rainbow 10s -0.8s linear infinite;
  animation: cycle_rainbow 10s -0.8s linear infinite;
}
#color ul li.color02.hd-rainbow {
  opacity: 1;
  -webkit-animation: cycle_rainbow 10s -0.4s linear infinite;
  -moz-animation: cycle_rainbow 10s -0.4s linear infinite;
  -ms-animation: cycle_rainbow 10s -0.4s linear infinite;
  -o-animation: cycle_rainbow 10s -0.4s linear infinite;
  animation: cycle_rainbow 10s -0.4s linear infinite;
}
#color ul li.color03.hd-rainbow {
  opacity: 1;
  -webkit-animation: cycle_rainbow 10s 0s linear infinite;
  -moz-animation: cycle_rainbow 10s 0s linear infinite;
  -ms-animation: cycle_rainbow 10s 0s linear infinite;
  -o-animation: cycle_rainbow 10s 0s linear infinite;
  animation: cycle_rainbow 10s 0s linear infinite;
}

/*#color ul li.color04.hd-rainbow {
  opacity: 1;
  -webkit-animation: cycle_rainbow 10s -0.4s linear infinite;
  -moz-animation: cycle_rainbow 10s -0.4s linear infinite;
  -ms-animation: cycle_rainbow 10s -0.4s linear infinite;
  -o-animation: cycle_rainbow 10s -0.4s linear infinite;
  animation: cycle_rainbow 10s -0.4s linear infinite;
}
#color ul li.color05.hd-rainbow,
#color ul li.color05-1.hd-rainbow,
#color ul li.color05-2.hd-rainbow,
#color ul li.color05-3.hd-rainbow {
  opacity: 1;
  -webkit-animation: cycle_rainbow 10s linear infinite;
  -moz-animation: cycle_rainbow 10s linear infinite;
  -ms-animation: cycle_rainbow 10s linear infinite;
  -o-animation: cycle_rainbow 10s linear infinite;
  animation: cycle_rainbow 10s linear infinite;
}*/

#color ul li.color01.hd-comet {
  -webkit-animation: comet 1.5s linear infinite, cycle 18s linear infinite;
  -moz-animation: comet 1.5s linear infinite, cycle 18s linear infinite;
  -ms-animation: comet 1.5s linear infinite, cycle 18s linear infinite;
  -o-animation: comet 1.5s linear infinite, cycle 18s linear infinite;
  animation: comet 1.5s linear infinite, cycle 18s linear infinite;
}
#color ul li.color02.hd-comet {
  -webkit-animation: comet 1.5s 0.25s linear infinite, cycle 18s linear infinite;
  -moz-animation: comet 1.5s 0.25s linear infinite, cycle 18s linear infinite;
  -ms-animation: comet 1.5s 0.25s linear infinite, cycle 18s linear infinite;
  -o-animation: comet 1.5s 0.25s linear infinite, cycle 18s linear infinite;
  animation: comet 1.5s 0.25s linear infinite, cycle 18s linear infinite;
}
#color ul li.color03.hd-comet {
  -webkit-animation: comet 1.5s 0.5s linear infinite, cycle 18s linear infinite;
  -moz-animation: comet 1.5s 0.5s linear infinite, cycle 18s linear infinite;
  -ms-animation: comet 1.5s 0.5s linear infinite, cycle 18s linear infinite;
  -o-animation: comet 1.5s 0.5s linear infinite, cycle 18s linear infinite;
  animation: comet 1.5s 0.5s linear infinite, cycle 18s linear infinite;
}

/*#color ul li.color04.hd-comet {
  -webkit-animation: comet 1.5s 0.3s linear infinite, cycle 18s linear infinite;
  -moz-animation: comet 1.5s 0.3s linear infinite, cycle 18s linear infinite;
  -ms-animation: comet 1.5s 0.3s linear infinite, cycle 18s linear infinite;
  -o-animation: comet 1.5s 0.3s linear infinite, cycle 18s linear infinite;
  animation: comet 1.5s 0.3s linear infinite, cycle 18s linear infinite;
}
#color ul li.color05.hd-comet,
#color ul li.color05-1.hd-comet,
#color ul li.color05-2.hd-comet,
#color ul li.color05-3.hd-comet {
  -webkit-animation: comet 1.5s 0.4s linear infinite, cycle 18s linear infinite;
  -moz-animation: comet 1.5s 0.4s linear infinite, cycle 18s linear infinite;
  -ms-animation: comet 1.5s 0.4s linear infinite, cycle 18s linear infinite;
  -o-animation: comet 1.5s 0.4s linear infinite, cycle 18s linear infinite;
  animation: comet 1.5s 0.4s linear infinite, cycle 18s linear infinite;
}*/

#color ul li.color01.hd-flash {
  -webkit-animation: dash 1.1s linear infinite, cycle2 14s linear infinite;
  -moz-animation: dash 1.1s linear infinite, cycle2 14s linear infinite;
  -ms-animation: dash 1.1s linear infinite, cycle2 14s linear infinite;
  -o-animation: dash 1.1s linear infinite, cycle2 14s linear infinite;
  animation: dash 1.1s linear infinite, cycle2 14s linear infinite;
}
#color ul li.color02.hd-flash {
  -webkit-animation: dash 1.1s 0.1s linear infinite, cycle2 14s linear infinite;
  -moz-animation: dash 1.1s 0.1s linear infinite, cycle2 14s linear infinite;
  -ms-animation: dash 1.1s 0.1s linear infinite, cycle2 14s linear infinite;
  -o-animation: dash 1.1s 0.1s linear infinite, cycle2 14s linear infinite;
  animation: dash 1.1s 0.1s linear infinite, cycle2 14s linear infinite;
}
#color ul li.color03.hd-flash {
  -webkit-animation: dash 1.1s 0.2s linear infinite, cycle2 14s linear infinite;
  -moz-animation: dash 1.1s 0.2s linear infinite, cycle2 14s linear infinite;
  -ms-animation: dash 1.1s 0.2s linear infinite, cycle2 14s linear infinite;
  -o-animation: dash 1.1s 0.2s linear infinite, cycle2 14s linear infinite;
  animation: dash 1.1s 0.2s linear infinite, cycle2 14s linear infinite;
}

/*#color ul li.color04.hd-flash {
  -webkit-animation: dash 1.1s 0.3s linear infinite, cycle2 14s linear infinite;
  -moz-animation: dash 1.1s 0.3s linear infinite, cycle2 14s linear infinite;
  -ms-animation: dash 1.1s 0.3s linear infinite, cycle2 14s linear infinite;
  -o-animation: dash 1.1s 0.3s linear infinite, cycle2 14s linear infinite;
  animation: dash 1.1s 0.3s linear infinite, cycle2 14s linear infinite;
}
#color ul li.color05.hd-flash,
#color ul li.color05-1.hd-flash,
#color ul li.color05-2.hd-flash,
#color ul li.color05-3.hd-flash {
  -webkit-animation: dash 1.1s 0.4s linear infinite, cycle2 14s linear infinite;
  -moz-animation: dash 1.1s 0.4s linear infinite, cycle2 14s linear infinite;
  -ms-animation: dash 1.1s 0.4s linear infinite, cycle2 14s linear infinite;
  -o-animation: dash 1.1s 0.4s linear infinite, cycle2 14s linear infinite;
  animation: dash 1.1s 0.4s linear infinite, cycle2 14s linear infinite;
}*/


/* ---------- ANIMATIONS ---------- */

@keyframes colorrun {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg);
  }
}
@-webkit-keyframes colorrun {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg);
  }
}
@keyframes showfrombottom {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes showfrombottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}

/* ---------- END ANIMATIONS ---------- */


/* ---------- color effect ---------- */


/*.hd-rainbow{
  background: #ff0000;
  background: -webkit-linear-gradient(150deg, red,yellow,#00CB07,#07A9FF,#1044FF);
  background: -o-linear-gradient(150deg, red,yellow,#00CB07,#07A9FF,#1044FF);
  background: -moz-linear-gradient(150deg, red,yellow,#00CB07,#07A9FF,#1044FF);
  background: linear-gradient(150deg, red,yellow,#00CB07,#07A9FF,#1044FF);
}*/

.hd-nobg {
  background: #252525!important;
  /*
  background: -moz-linear-gradient(top,  #777777 0%, #545454 45%, #ff0000 66%, #ff0000 66%, #ff0000 83%, #545454 98%, #777777 100%);
  background: -webkit-linear-gradient(top,  #777777 0%,#545454 45%,#ff0000 66%,#ff0000 66%,#ff0000 83%,#545454 98%,#777777 100%);
  background: linear-gradient(to bottom,  #777777 0%,#545454 45%,#ff0000 66%,#ff0000 66%,#ff0000 83%,#545454 98%,#777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#777777',GradientType=0 );*/
}

/*.hd-flash{
  background: -moz-linear-gradient(top,  #777777 0%, #ff6363 45%, #ff0000 66%, #ff0000 66%, #ff0000 83%, #ff6363 91%, #777777 100%);
  background: -webkit-linear-gradient(top,  #777777 0%,#ff6363 45%,#ff0000 66%,#ff0000 66%,#ff0000 83%,#ff6363 91%,#777777 100%);
  background: linear-gradient(to bottom,  #777777 0%,#ff6363 45%,#ff0000 66%,#ff0000 66%,#ff0000 83%,#ff6363 91%,#777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#777777',GradientType=0 );
}*/

@-webkit-keyframes static {
  0% {
    opacity: 1
  }
  50% {
    opacity: 1
  }
}
@keyframes static {
  0% {
    opacity: 1
  }
  50% {
    opacity: 1
  }
}
@-webkit-keyframes breathing {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@keyframes breathing {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@-webkit-keyframes strobing {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@keyframes strobing {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@-webkit-keyframes music {
  0% {
    opacity: 1
  }
  10% {
    opacity: .3
  }
  40% {
    opacity: 1
  }
  60% {
    opacity: .3
  }
  70% {
    opacity: 1
  }
  95% {
    opacity: .3
  }
  100% {
    opacity: 1
  }
}
@keyframes music {
  0% {
    opacity: 1
  }
  10% {
    opacity: .3
  }
  40% {
    opacity: 1
  }
  60% {
    opacity: .3
  }
  70% {
    opacity: 1
  }
  95% {
    opacity: .3
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes cycle_rainbow {
  0% {
    background-color: #a12fd9
  }
  15% {
    background-color: red
  }
  30% {
    background-color: orange
  }
  45% {
    background-color: yellow
  }
  60% {
    background-color: #00CB07
  }
  75% {
    background-color: #07A9FF
  }
  90% {
    background-color: #1044FF
  }
  100% {
    background-color: #a12fd9
  }
}
@keyframes cycle_rainbow {
  0% {
    background-color: #a12fd9
  }
  15% {
    background-color: red
  }
  30% {
    background-color: orange
  }
  45% {
    background-color: yellow
  }
  60% {
    background-color: #00CB07
  }
  75% {
    background-color: #07A9FF
  }
  90% {
    background-color: #1044FF
  }
  100% {
    background-color: #a12fd9
  }
}
@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}
@keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes cycle2 {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}
@keyframes cycle2 {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}

/*@-webkit-keyframes rainbow{
  0%  	{-webkit-filter:hue-rotate(359deg);filter:hue-rotate(359deg)}
  100%	{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}
}
@keyframes rainbow{
  0%  	{-webkit-filter:hue-rotate(359deg);filter:hue-rotate(359deg)}
  100%	{-webkit-filter:hue-rotate(0deg);filter:hue-rotate(0deg)}
}*/

@-webkit-keyframes cpu {
  0% {
    background-color: red
  }
  30% {
    background-color: yellow
  }
  60% {
    background-color: green
  }
  90% {
    background-color: yellow;
  }
}
@keyframes cpu {
  0% {
    background-color: red
  }
  30% {
    background-color: yellow
  }
  60% {
    background-color: green
  }
  90% {
    background-color: yellow;
  }
}
@-webkit-keyframes comet {
  0% {
    opacity: 1
  }
  70% {
    opacity: 0
  }
}
@keyframes comet {
  0% {
    opacity: 1
  }
  70% {
    opacity: 0
  }
}
@-webkit-keyframes dash {
  0% {
    opacity: 1
  }
  5% {
    opacity: 0
  }
  95% {
    opacity: 0
  }
}
@keyframes dash {
  0% {
    opacity: 1
  }
  8% {
    opacity: 0
  }
  92% {
    opacity: 0
  }
}
@-webkit-keyframes flash {
  0% {
    background-color: rgba(255, 0, 0, .2);
  }
  2% {
    background-color: rgba(255, 0, 0, .2);
  }
  10.3% {
    background-color: rgba(255, 165, 0, .2);
  }
  18.6% {
    background-color: rgba(255, 255, 0, .2);
  }
  26.9% {
    background-color: rgba(176, 255, 0, .2);
  }
  35.2% {
    background-color: rgba(0, 219, 74, .2);
  }
  43.5% {
    background-color: rgba(0, 255, 217, .2);
  }
  51.8% {
    background-color: rgba(0, 222, 255, .2);
  }
  60.1% {
    background-color: rgba(0, 147, 255, .2);
  }
  68.4% {
    background-color: rgba(0, 35, 255, .2);
  }
  76.7% {
    background-color: rgba(142, 0, 255, .2);
  }
  85% {
    background-color: rgba(255, 0, 255, .2);
  }
  93.3% {
    background-color: rgba(255, 0, 139, .2);
  }
  100% {
    background-color: rgba(255, 0, 0, .2);
  }
}
@keyframes flash {
  0% {
    background-color: rgba(255, 0, 0, .2);
  }
  2% {
    background-color: rgba(255, 0, 0, .2);
  }
  10.3% {
    background-color: rgba(255, 165, 0, .2);
  }
  18.6% {
    background-color: rgba(255, 255, 0, .2);
  }
  26.9% {
    background-color: rgba(176, 255, 0, .2);
  }
  35.2% {
    background-color: rgba(0, 219, 74, .2);
  }
  43.5% {
    background-color: rgba(0, 255, 217, .2);
  }
  51.8% {
    background-color: rgba(0, 222, 255, .2);
  }
  60.1% {
    background-color: rgba(0, 147, 255, .2);
  }
  68.4% {
    background-color: rgba(0, 35, 255, .2);
  }
  76.7% {
    background-color: rgba(142, 0, 255, .2);
  }
  85% {
    background-color: rgba(255, 0, 255, .2);
  }
  93.3% {
    background-color: rgba(255, 0, 139, .2);
  }
  100% {
    background-color: rgba(255, 0, 0, .2);
  }
}

/*@keyframes comet{
  0%	{
    z-index: -1;
    width: 100%;
      transform: translateY(-100%);
  }
  100%{
    z-index: -1;
    width: 100%;
      transform: translateY(0);
  }
}
@-webkit-keyframes comet{
  0%	{
    z-index: -1;
    width: 100%;
      -webkit-transform: translateY(-100%);
  }
  100%{
    z-index: -1;
    width: 100%;
      -webkit-transform: translateY(0);
  }
}
@keyframes flash{
  0%	{
    z-index: -1;
    width: 100%;
      transform: translateY(-100%);
  }
  100%{
    z-index: -1;
    width: 100%;
      transform: translateY(0%);
  }
}
@-webkit-keyframes flash{
  0%	{
    z-index: -1;
    width: 100%;
      transform: translateY(-100%);
  }
  100%{
    z-index: -1;
    width: 100%;
      transform: translateY(0%);
  }
}*/


/* ---------- END color effect ---------- */


/* ---------- hd-sec-aurasync ---------- */

#hd .hd-sec-aurasync .bg {
  width: 100%;
  max-width: 1920px;
  height: 0;
  padding-bottom: 40%;
  background: 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: colorrun 3s infinite;
  -moz-animation: colorrun 3s infinite;
  -ms-animation: colorrun 3s infinite;
  -o-animation: colorrun 3s infinite;
  animation: colorrun 3s infinite;
}
#hd .hd-sec-aurasync .bg-nocolor {
  width: 100%;
  max-width: 1920px;
  height: 0;
  padding-bottom: 40%;
  margin-left: auto;
  margin-right: auto;
  background: 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
}
#hd .hd-sec-aurasync .row {
  text-align: center;
}
#hd .hd-sec-aurasync .pc-open {
  display: inline-block;
}
#hd .hd-sec-aurasync {
  position: relative;
  padding-top: 70px;
}
#hd .hd-sec-aurasync .test {
  position: relative;
  width: 100%;
}
#hd .hd-sec-aurasync .content-w1200 h3 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 0;
}
#hd .hd-sec-aurasync .content-w1200 img {
  vertical-align: middle;
}
#hd .hd-sec-aurasync span {
  display: block;
  width: 100%;
  padding-bottom: 40%;
}
#hd .hd-sec-aurasync .content-position {
  position: absolute;
  text-align: left;
  left: 50%;
  top: 5%;
  width: 30%;
  z-index: 99;
}

/*+++++++++++++++++++++++END-section-lighting+++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++END-section-audio+++++++++++++++++++++++++++++++++*/


/* ---------- hd-sec-audio ---------- */

#hd .hd-sec-audio .content-w1200 {
  padding: 0;
  padding-bottom: 100px;
}
#hd .hd-sec-audio figure.content-w1200,
#hd .hd-sec-audio figure.content-w1200 .col-40,
#hd .hd-sec-audio figure.content-w1200 .col-55 {
  padding: 0;
}
#hd .hd-sec-audio .col-80 {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#hd .hd-sec-audio .col-80 p {
  width: 88%;
  margin: 0 auto;
}
#hd .hd-sec-audio .hd-supremefx {
  margin: -120px 35px 0 auto;
  z-index: 1;
  pointer-events: none;
  padding: 0;
}
#hd .hd-sec-audio .hd-supremefx li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#hd .hd-sec-audio .hd-supremefx li:first-child {
  position: relative;
  display: block;
  opacity: 1;
}
#hd .hd-sec-audio .hd-supremefx li.hd-active {
  display: block;
  opacity: 1;
  /*animation: fadeIn .5s forwards;*/
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#hd .hd-sec-audio figure {
  position: absolute;
  left: 0;
  right: 0;
  top: -240px;
}
#hd .hd-sec-audio figure>div {
  position: relative;
}
#hd .hd-sec-audio figure h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  text-transform: none;
}
#hd .hd-sec-audio figure img.hd-picright {
  position: absolute;
  top: 0px;
  right: 30px;
}
#hd .hd-sec-audio .hd-pic {
  margin-top: -165px;
  margin-bottom: 150px;
  width: 100%;
  max-width: 1920px;
  height: 236px;
  background: center top no-repeat;
  background-image: url('../img/audio/audio-bg.png');
  background-size: 1920px;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
#hd .hd-sec-audio .hd-pic li {
  display: block;
  width: 140px;
  max-width: 14%;
  /*height: 114px;*/
  /*height: 0;*/
  /*padding-bottom: 10%;*/
  position: absolute;
  top: 25px;
  cursor: crosshair;
  pointer-events: all;
}
#hd .hd-sec-audio .hd-pic li:nth-child(4),
#hd .hd-sec-audio .hd-pic li:nth-child(5),
#hd .hd-sec-audio .hd-pic li:nth-child(6) {
  top: 106px;
}
#hd .hd-sec-audio .hd-pic li:nth-child(1) {
  left: 100px;
}
#hd .hd-sec-audio .hd-pic li:nth-child(2) {
  left: 265px;
}
#hd .hd-sec-audio .hd-pic li:nth-child(3) {
  left: 430px;
}
#hd .hd-sec-audio .hd-pic li:nth-child(4) {
  left: 660px;
}
#hd .hd-sec-audio .hd-pic li:nth-child(5) {
  left: 825px;
}
#hd .hd-sec-audio .hd-pic li:nth-child(6) {
  left: 990px;
}
#hd .hd-sec-audio .hd-hovernote {
  display: block;
  width: 100%;
  height: 114px;
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-sec-audio .hd-hovernote:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -5px;
}
#hd .hd-sec-audio .hd-hovernote small {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 12px;
  font-size: .8rem;
  letter-spacing: 0;
  text-align: left;
  opacity: 0;
  line-height: normal;
}
#hd .hd-sec-audio small.txt_red {
  display: block;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 0 5px;
  font-weight: bold;
  pointer-events: none;
}
#hd .hd-sec-audio .hd-pic li:hover .hd-hovernote {
  background: rgba(0, 0, 0, .8);
}
#hd .hd-sec-audio .hd-pic li:hover .hd-hovernote small {
  opacity: 1;
}

/* ---------- hd-sec-studio ---------- */

#hd .hd-sec-studio>p {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
#hd .hd-sec-studio figure {
  position: relative;
  text-align: center;
}
#hd .hd-audioinput,
#hd .hd-audioresulttxt {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 12%;
  padding: 9% 0 12%;
}
#hd .hd-audioresulttxt {
  left: auto;
  right: 18%;
  padding: 4% 0 5%;
  -webkit-transform: scale(.85);
  -moz-transform: scale(.85);
  -ms-transform: scale(.85);
  -o-transform: scale(.85);
  transform: scale(.85);
}
#hd .hd-audioinput li,
#hd .hd-audioresulttxt li {
  height: 10%;
  position: relative;
}
#hd .hd-audioresulttxt li {
  opacity: 0;
}

/*#hd .hd-audioresulttxt li:nth-child(2),
#hd .hd-audioresulttxt li:nth-child(4) {
  height: 9%;
}
#hd .hd-audioresulttxt li:nth-child(1),
#hd .hd-audioresulttxt li:nth-child(3) {
  height: 25%;
}*/

#hd .hd-audioinput li h4,
#hd .hd-audioresulttxt li h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 20px;
  /*width: 86px;
  height: 86px;*/
  padding: 6px 0;
  /*border-radius: 43px;*/
  /*border: 2px solid white;*/
}
#hd .hd-audioinput li h4.hd-singleline,
#hd .hd-audioresulttxt li h4.hd-singleline {
  line-height: 45px;
}
#hd .hd-audioprogress,
#hd .hd-audiostable {
  position: absolute;
  top: 1.8%;
  left: 26.75%;
}
#hd .hd-audioresult {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 77%;
  padding: 4% 0 0;
  animation: audioresult 3s .5s infinite;
}
#hd .hd-audioresult li {
  height: 33%;
  position: relative;
}

/*#hd .hd-audioresult li img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}*/

#hd .hd-audioinput li {
  animation: inputgo 5s infinite;
}
#hd .hd-audioprogress {
  opacity: 0;
  animation: processgo 5s 1s infinite;
}

/*#hd .hd-audioresult li img {
  animation: resulticongo 5s 1s infinite;
}*/

#hd .hd-audioresult li img {
  animation: resulticongo 5s 1s infinite, resulticonlight 5s 1s infinite;
}
#hd .hd-audioresulttxt li {
  animation: inputgo 5s 1.5s infinite, resultgo 5s 1s infinite;
}
@keyframes inputgo {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  20% {
    transform: translateX(0px);
    opacity: 1;
  }
  50% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes processgo {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
@keyframes resultgo {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  80% {
    transform: translateX(0px);
    opacity: 1;
  }
  90% {
    transform: translateX(0px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 0;
  }
}
@keyframes resulticongo {
  0% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(40px);
  }
  80% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes resulticonlight {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ---------- hd-sec-audiofeature ---------- */


/*#hd .hd-sec-audiofeature p{
  margin-bottom: 30px;
}
#hd .hd-sec-audiofeature .content-w1200 div{
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
}
#hd .hd-sec-audiofeature .content-w1200 .col-60:first-child{
  margin-left: -10%;
  margin-right: 4%;
}
#hd .hd-sec-audiofeature .content-w1200 .col-60:last-child{
  text-align:right;
}*/


/*#hd .hd-sec-audiofeature ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}*/


/*#hd .hd-sec-audiofeature li {
  width: 33.33%;
  padding: 0 25px;
}*/

#hd .hd-sec-audiofeature {
  padding-bottom: 120px;
}
#hd .hd-sec-audiofeature li img {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
#hd .hd-sec-audiofeature li p {
  width: 89%;
  margin: 0 auto 90px;
}

/* ---------- hd-sec-radar ---------- */

#hd .hd-sec-radar {
  background: center center no-repeat;
  background-image: url('../img/audio/audio-bg2.jpg');
  margin-bottom: 100px;
}
#hd .hd-sec-radar .content-w1200 {
  padding: 0;
  padding-bottom: 150px;
}
#hd .hd-sec-radar p.col-80 {
  margin: 0 auto 200px;
  padding: 0;
}
#hd .hd-sec-radar figure .col-65 {
  padding: 0;
}
#audiogif {
  -webkit-transform: perspective(660px) rotateY(12deg);
  -moz-transform: perspective(660px) rotateY(12deg);
  -ms-transform: perspective(660px) rotateY(12deg);
  -o-transform: perspective(660px) rotateY(12deg);
  transform: perspective(660px) rotateY(12deg);
  position: relative;
  left: -29px;
  top: -20px;
}

/*safari修正*/

html[xmlns*=""]:root #audiogif {
  transform: none;
}
html[xmlns*=""] body:last-child #audiogif {
  transform: none;
}
_::-moz-svg-foreign-content,
 :root #audiogif {
  transform: none;
}
_::-moz-svg-foreign-content,
 :root #hd .hd-sec-radar li.audio-tag:nth-child(4):before {
  width: 177px;
  left: -302px;
}
_::-moz-svg-foreign-content,
 :root #hd .hd-sec-radar li.audio-tag:nth-child(4):after {
  top: -247px;
  left: -487px;
}
#hd .gif-focus {
  position: absolute;
  display: none;
}
#hd .ghost-bg {
  position: absolute;
  right: -8%;
  bottom: 3%;
}
#hd .hd-sec-radar li.audio-tag {
  position: absolute;
  z-index: 2;
}
#hd .hd-sec-radar li.audio-tag:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #FF0000;
}
#hd .hd-sec-radar .txt_decoline {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#hd .hd-sec-radar li.audio-tag small {
  display: block;
}
#hd .hd-sec-radar li.audio-tag:nth-child(1) {
  width: 400px;
  top: 35%;
  right: 3%;
}
#hd .hd-sec-radar li.audio-tag:nth-child(1):before {
  display: none;
}
#hd .hd-sec-radar li.audio-tag:nth-child(2) {
  width: 355px;
  top: 54%;
  right: 8%;
}
#hd .hd-sec-radar li.audio-tag:nth-child(2):before {
  width: 185px;
  height: 40px;
  left: -197px;
  top: 42px;
  border-top: none;
  border-left: none;
  transform: skewX(-30deg);
}
#hd .hd-sec-radar li.audio-tag:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  width: 136px;
  height: 136px;
  border-radius: 68px;
  border: 1px solid #ff0000;
  left: -335px;
  top: 50px;
}
#hd .hd-sec-radar li.audio-tag:nth-child(2) h4,
#hd .hd-sec-radar li.audio-tag:nth-child(2) small {
  padding-left: 45px;
}
#hd .hd-sec-radar li.audio-tag:nth-child(3) {
  width: 330px;
  top: 70%;
  right: 8%;
}
#hd .hd-sec-radar li.audio-tag:nth-child(3) h4,
#hd .hd-sec-radar li.audio-tag:nth-child(3) small {
  padding-left: 20px;
}
#hd .hd-sec-radar li.audio-tag:nth-child(3):before {
  width: 125px;
  height: 75px;
  left: -148px;
  top: -34px;
  border-bottom: none;
  border-left: none;
  transform: skewX(30deg);
}
#hd .hd-sec-radar li.audio-tag:nth-child(4) {
  width: 366px;
  bottom: 5%;
  left: 40%;
}
#hd .hd-sec-radar li.audio-tag:nth-child(4) h4,
#hd .hd-sec-radar li.audio-tag:nth-child(4) small {
  padding-left: 10px;
}
#hd .hd-sec-radar li.audio-tag:nth-child(4):before {
  width: 205px;
  height: 254px;
  left: -330px;
  top: -190px;
  border-top: none;
  border-right: none;
  transform: skewX(40deg);
}
#hd .hd-sec-radar li.audio-tag:nth-child(4) small:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 22px;
  left: -10px;
  top: 42px;
  border-right: 1px solid #FF0000;
  transform: skewX(-40deg);
}
#hd .hd-sec-radar li.audio-tag:nth-child(4):after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 1px solid #ff0000;
  left: -517px;
  top: -243px;
}

/*+++++++++++++++++++++++END-section-audio+++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++section-performance+++++++++++++++++++++++++++++++++*/

#hd .hd-sec-performance,
#hd .hd-sec-ddr4,
#hd .hd-sec-oneclick,
#hd .hd-sec-controller {
  padding-bottom: 150px;
}
#hd .hd-pic01 {
  margin-bottom: 150px;
}
#hd .hd-sec-overview,
#hd .hd-sec-mode,
#hd .hd-sec-procool {
  padding-bottom: 120px;
}
#hd .hd-sec-overclock {
  padding-bottom: 250px;
}

/* ---------- hd-sec-performance ---------- */

#hd .hd-sec-performance {
  background: left 100% no-repeat;
  position: relative;
  z-index: -2;
}

/*#hd .hd-sec-performance h3 {
  margin-bottom: 40px;
}*/

#hd .hd-sec-performance .content-w480 {
  vertical-align: bottom;
}
#hd .hd-sec-performance .hd-tagbox {
  width: 90%;
}
#hd .hd-sec-performance .hd-tagbox .col-50 {
  padding: 0;
  margin-bottom: 20px;
  display: inline-block;
  width: 40%;
}
#hd .hd-sec-performance .col-60 {
  margin-top: 50px;
  margin-right: -30px;
  position: relative;
  padding: 0;
}
#hd .hd-sec-performance .col-60 p {
  padding-bottom: 0;
  letter-spacing: 0;
}
#hd .hd-picnote {
  position: absolute;
  width: 381px;
  height: 125px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: -25px;
}
#hd .hd-sec-ddr4 .col-50 {
  margin-left: -70%;
  position: relative;
  z-index: 2;
  padding: 0;
}
#hd .hd-sec-ddr4 .col-50 h3 {
  margin-bottom: 50px;
}
#hd .hd-sec-ddr4 .col-60 {
  margin-left: -5%;
}

/* ---------- hd-sec-overclock ---------- */

#hd .hd-sec-overclock figure {
  position: relative;
}
#hd .hd-sec-overclock img.col-45 {
  margin-left: 3%;
}
#hd .hd-sec-overclock figure .safedimm-block {
  position: absolute;
  top: 88%;
  left: 33%;
}
#hd .hd-sec-overclock figure .safedimm-block img {
  display: inline-block;
  width: 450px;
}
#hd .hd-sec-overclock figure .safedimm-block>div {
  display: inline-block;
  width: 250px;
  vertical-align: bottom;
}
#hd .hd-sec-overclock figure div.col-55 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

/* ---------- hd-sec-oneclick ---------- */

#hd .hd-sec-oneclick .content-w1200 {
  max-width: 1260px;
}

/*#hd .hd-sec-oneclick h3 {
  margin-bottom: 50px;
}*/

#hd .hd-sec-oneclick h4 {
  margin-bottom: 35px;
}
#hd .hd-sec-oneclick .col-80 {
  margin-left: -50%;
  margin-top: -23%;
  padding: 0;
}
#hd .hd-sec-oneclick .col-45 {
  position: relative;
  padding: 0;
  z-index: 2;
}
#hd .hd-sec-oneclick .col-45 ul p {
  padding-bottom: 0;
}

/* ---------- hd-sec-overview ---------- */

#hd .hd-sec-overview .hd-menu {
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,570000+50,000000+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #570000 50%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, #570000 50%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, #570000 50%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  margin-bottom: 80px;
}
#hd .hd-sec-overview .hd-menu ul {
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}
#hd .hd-sec-overview .hd-menu li {
  width: 17%;
  border: 1px solid #808080;
  color: #808080;
  background-color: transparent;
  cursor: pointer;
}
#hd .hd-sec-overview .hd-menu li h4 {
  font-size: 21px;
  line-height: 27px;
  color: inherit;
  margin-bottom: 0;
  padding: 13px 0;
  text-transform: none;
  text-align: center;
}
#hd .hd-sec-overview .hd-menu li:hover {
  border-color: white;
  color: white;
}
#hd .hd-sec-overview .hd-menu li.hd-active {
  border-color: #8D0000;
  background-color: #8D0000;
  color: white;
}
#hd .hd-details {
  padding-bottom: 80px;
}
#hd .hd-details .col-60,
#hd .hd-details .col-65 {
  margin: 0 auto 50px;
  float: none;
}
#hd .hd-details .hd-btn svg {
  fill: #8D0000;
}
#hd .hd-details .hd-prev svg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
#hd .hd-details .hd-next svg {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#hd .hd-details .hd-btn h3 {
  display: inline;
}
#hd .hd-details .hd-btn:hover h3 {
  color: #ffffff;
}
#hd .hd-details .hd-btn:hover svg {
  fill: #ffffff;
}
#hd .hd-details .hd-next {
  float: right;
}
#hd .hd-details .hd-next:after {
  content: "";
  display: block;
  width: 0;
  clear: both;
}
#hd .hd-details .hd-detail {
  display: none;
}
#hd .hd-details .hd-open {
  display: block;
  -webkit-animation: showfrombottom .8s ease;
  -moz-animation: showfrombottom .8s ease;
  -ms-animation: showfrombottom .8s ease;
  -o-animation: showfrombottom .8s ease;
  animation: showfrombottom .8s ease;
}
#hd .hd-details img.col-50 {
  display: inline-block;
  vertical-align: middle;
  margin: 50px 0;
}
#hd .hd-details div.col-50 {
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  padding-left: 80px;
}

/* ---------- hd-sec-mode ---------- */

#hd .hd-sec-mode {
  padding-bottom: 70px;
}
#hd .hd-sec-mode h3.first-title {
  text-align: center;
}
#hd .hd-sec-mode p.col-60 {
  text-align: center;
  margin: 0 auto 80px;
}
#hd .hd-sec-mode .col-50 {
  padding: 0 40px;
}
#hd .hd-sec-mode .col-50>img {
  margin-left: auto;
  margin-right: auto;
}
#hd .hd-sec-mode h4 {
  max-width: 470px;
  margin: 0 auto 10px;
  cursor: pointer;
  text-align: left;
  padding: 10px 5px;
}
#hd .hd-sec-mode .txt_decoline svg {
  margin-left: 10px;
  fill: #8D0000;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
#hd .hd-sec-mode .hd-open svg {
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}
#hd .hd-sec-mode .txt_decoline:hover {
  color: white;
}
#hd .hd-sec-mode .txt_decoline:hover svg {
  fill: white;
}
#hd .hd-sec-mode .mode-content {
  display: none;
  margin: 5px;
  position: relative;
}
#hd .hd-sec-mode .mode-content ul {
  padding: 25px 35px;
  background: #3A3A3A;
  box-shadow: 0 0 200px 100px black inset;
}
#hd .hd-sec-mode .mode-content p.txt_red {
  color: #AE171B;
  font-weight: bold;
  padding-bottom: 5px;
}
#hd .hd-sec-mode~.hd-pic01 {
  height: 189px;
  width: 100%;
  background: center center no-repeat;
  background-size: 1920px;
}
#hd .hd-sec-mode~.hd-pic01 div {
  width: 50%;
  margin: 0 auto;
  padding: 80px 20px 50px 20%;
}
#hd .hd-sec-mode~.hd-pic01 div h4 {
  margin-bottom: 9px;
}
#hd .hd-sec-mode~.hd-pic01 div p {
  letter-spacing: 0;
  margin-bottom: 0;
}

/* ---------- hd-sec-controller ---------- */

#hd .hd-sec-controller .content-w1200 {
  padding: 0;
}
#hd .hd-sec-controller .content-w540,
#hd .hd-sec-controller .col-80 {
  display: inline-block;
  vertical-align: middle;
}
#hd .hd-sec-controller .content-w540 {
  margin-top: -70px;
}
#hd .hd-sec-controller .col-80 {
  width: 865px;
  max-width: 100%;
  margin-left: -30%;
  text-align: right;
}
#hd .hd-sec-controller p {
  margin: 0 102px 0 0;
}
#hd .hd-sec-controller .hd-box {
  position: absolute;
  /*width: 500px;*/
  top: 76px;
  right: 0;
}
#hd .hd-sec-controller .hd-decolinebox {
  position: absolute;
  top: -46px;
  right: 0;
  width: 110%;
  text-align: left;
}
#hd .hd-sec-controller .hd-decolinebox li {
  /*margin-bottom: 15px;*/
  margin-bottom: 17px;
}
#hd .hd-sec-controller .txt_decoline {
  max-width: 460px;
  margin-bottom: 10px;
  font-size: 1.313rem;
  line-height: 28px;
  position: relative;
}
#hd .hd-sec-controller .txt_decoline:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #FF0000;
  transform: skewX(-35deg);
}
#hd .hd-sec-controller li:nth-child(1) .txt_decoline:before {
  width: 106px;
  height: 129px;
  left: -152px;
  top: 27px;
  border-right: none;
  border-bottom: none;
}
#hd .hd-sec-controller li:nth-child(2) .txt_decoline {
  padding-left: 30px;
}
#hd .hd-sec-controller li:nth-child(2) .txt_decoline:before {
  width: 149px;
  height: 16px;
  left: -156px;
  top: 39px;
  border-top: none;
  border-right: none;
  transform: skewX(35deg);
}
#hd .hd-sec-controller li:nth-child(3) .txt_decoline {
  padding-left: 60px;
}
#hd .hd-sec-controller li:nth-child(3) .txt_decoline:before {
  width: 258px;
  height: 66px;
  left: -280px;
  top: -11px;
  border-bottom: none;
  border-left: none;
  transform: skewX(35deg);
}
#hd .hd-sec-controller .txt_decoline span {
  display: inline-block;
}
#hd .hd-sec-controller .txt_decoline span:first-child {
  font-size: 48px;
}
#hd .hd-sec-controller li li span {
  font-size: 30px;
  line-height: 24px;
  text-align: left;
}
#hd .hd-sec-controller li li small {
  display: block;
  line-height: 12px;
}
#hd .hd-sec-controller li ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 12px;
}
_::-moz-range-track,
body:last-child #hd .hd-sec-controller li ul
/*firefox hack*/

{
  margin-top: 8px;
}
#hd .hd-sec-controller li li {
  position: relative;
  display: inline-block;
}
#hd .hd-sec-controller li:nth-child(1) li {
  width: 30%;
  padding-left: 25px;
}
#hd .hd-sec-controller li:nth-child(2) li:first-child {
  width: 28%;
}
#hd .hd-sec-controller li:nth-child(2) li {
  width: 40%;
}
#hd .hd-sec-controller li:nth-child(3) li {
  width: 26%;
}

/* ------------ hd-sec-procool ------------ */

#hd .hd-sec-procool figure {
  position: relative;
}
#hd .hd-sec-procool img.col-50 {
  margin-left: 3%;
}
#hd .hd-sec-procool figure img:last-child {
  width: 450px;
  max-width: 100%;
  position: absolute;
  top: 60%;
  left: 36%;
}
#hd .hd-sec-procool figure div.col-50 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

/*+++++++++++++++++++++++END-section-performance+++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++section-connectivity+++++++++++++++++++++++++++++++++*/


/* ------------ hd-sec-connect ------------ */

#hd .hd-sec-connect figure {
  position: relative;
}
#hd .hd-sec-connect img.col-80 {
  margin-left: 3%;
}
#hd .hd-sec-connect figure img:last-child {
  width: 806px;
  max-width: 100%;
  position: absolute;
  top: 37.5%;
  right: 0;
}
#hd .hd-sec-connect figure div.col-50 {
  position: absolute;
  top: 12%;
  right: 0;
  z-index: 2;
}

/*+++++++++++++++++++++++END-section-connectivity+++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++section-networking+++++++++++++++++++++++++++++++++*/

#hd #networking {
  position: relative;
}

/* ---------- hd-sec-ethernet ---------- */

#hd .hd-sec-ethernet .col-40,
#hd .hd-sec-ethernet .col-50 {
  vertical-align: middle;
}
#hd .hd-sec-ethernet img.col-40 {
  width: 40%;
  padding: 0;
}
#hd .hd-sec-ethernet .col-50:first-child {
  padding: 0 20px;
}
#hd .hd-sec-ethernet .hd-tagbox {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
#hd .hd-sec-ethernet .hd-skewtag:first-of-type:before {
  width: 220px;
}
#hd .hd-sec-ethernet .hd-skewtag:last-of-type {
  width: 280px;
  padding-left: 20px;
  margin-left: 20px;
}
#hd .hd-sec-ethernet .hd-skewtag:last-of-type:before {
  width: 290px;
}

/* ---------- hd-sec-languard ---------- */

#hd .hd-sec-languard p {
  margin-bottom: 50px;
}

/* ---------- hd-sec-mumimo ---------- */

#hd .hd-sec-mumimo p {
  margin-bottom: 50px;
}
#hd .hd-pic03 {
  width: 100%;
  height: 811px;
  background: center top no-repeat;
  background-size: 1920px;
  margin-top: -250px;
}

/*+++++++++++++++++++++++END-section-networking+++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++section-protection+++++++++++++++++++++++++++++++++*/


/* ---------- hd-sec-sleek ---------- */

#hd .hd-sec-sleek .col-50 {
  vertical-align: middle;
}
#hd .hd-sec-protection img {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- hd-sec-copper ---------- */

#hd .hd-sec-copper .col-50 {
  vertical-align: middle;
}

/* ---------- hd-sec-morebg ---------- */

#hd #morebg {
  width: 100%;
  max-width: 1920px;
  height: 126px;
  background: url('../img/protection/more-bg.png') center center no-repeat;
  background-size: 1920px;
  padding: 54px 0 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  cursor: pointer;
}
#hd #morebg h3 {
  text-align: center;
}
#hd #morebg svg {
  fill: #808080;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
#hd #morebg.open svg {
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}
#hd #more_list_hidden {
  display: none;
}
#hd #more_list_hidden .content-w1300 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#hd #more_list_hidden figure {
  width: 21%;
  margin: 20px 2%;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
#hd #more_list_hidden figure img {
  display: initial;
}
#hd #more_list_hidden .sub-title {
  background-size: 130%;
  text-align: left;
  padding: 20px 0;
  height: 104px;
}
#hd #more_list_hidden .hd-content {
  height: 275px;
  position: relative;
  margin: 5px;
  display: block;
  padding: 50px 33px;
  background: #3A3A3A;
  box-shadow: 0 0 100px 50px black inset;
}
#hd #more_list_hidden .hd-content p span {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
}

/*+++++++++++++++++++++++END-section-protection+++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++section-3dprinting+++++++++++++++++++++++++++++++++*/


/* ---------- hd-sec-own ---------- */

#hd .hd-sec-own {
  position: relative;
  padding-bottom: 150px;
}
#hd .hd-sec-own .col-40 p {
  margin-bottom: 50px;
}
#hd .hd-sec-own .col-60 {
  margin-left: -10%;
  position: relative;
}
#hd .hd-sec-own .col-60 img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -13%;
  width: 150%;
  max-width: none;
}
#hd .hd-sec-own .col-50 {
  padding-right: 30px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 12%;
}
#hd .hd-sec-own .col-50 img {
  display: block;
  margin-left: auto;
  margin-right: 50px;
}
#hd .hd-sec-own .hd-3dtag {
  position: absolute;
  top: 255px;
  right: -210px;
  width: 100%;
}
#hd .hd-sec-own .hd-3dtag li {
  max-width: 380px;
  position: absolute;
  top: 0;
  right: 0;
}
#hd .hd-sec-own .hd-3dtag h4 {
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
#hd .hd-sec-own .hd-3dtag small {
  display: block;
}
#hd .hd-sec-own .hd-3dtag li:nth-child(1) {
  top: 126px;
}
#hd .hd-sec-own .hd-3dtag li:nth-child(1) h4,
#hd .hd-sec-own .hd-3dtag li:nth-child(1) small {
  padding-left: 160px;
}
#hd .hd-sec-own .hd-3dtag li:nth-child(2) {
  top: 220px;
  right: -190px;
}
#hd .hd-sec-own .hd-3dtag li:nth-child(2) h4,
#hd .hd-sec-own .hd-3dtag li:nth-child(2) small {
  /*padding-left: 25px;*/
}
#hd .hd-sec-own .hd-3dtag li:nth-child(1):before,
#hd .hd-sec-own .hd-3dtag li:nth-child(2):before,
#hd .hd-sec-own .hd-3dtag li:nth-child(3):before,
#hd .hd-sec-own .hd-3dtag li:nth-child(2) small:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #FF0000;
}
#hd .hd-sec-own .hd-3dtag li:nth-child(1):before {
  width: 0px;
  height: 89px;
  left: 0;
  top: -8px;
  border-top: none;
  border-right: none;
}
#hd .hd-sec-own .hd-3dtag li:nth-child(2):before {
  width: 312px;
  height: 75px;
  left: -364px;
  top: 32px;
  border-top: none;
  border-right: none;
  transform: skewX(40deg);
}
#hd .hd-sec-own .hd-3dtag li:nth-child(2) small:before {
  width: 0px;
  height: 26px;
  left: -11px;
  top: 82px;
  border-top: none;
  border-left: none;
  border-bottom: none;
  transform: skewX(-40deg);
}

/* ---------- hd-sec-accessory ---------- */

#hd .hd-sec-accessory .content-w1200>h3,
#hd .hd-sec-accessory .content-w1200>p {
  text-align: center;
}
#hd .hd-sec-accessory {
  background-position: left 10%;
}
#hd .hd-sec-accessory .content-w1200 {
  padding-bottom: 50px;
}
#hd .hd-sec-accessory .content-w1200>p {
  margin-bottom: 50px;
}
#hd .hd-sec-accessory li .txt_decoline {
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#hd .accessory-1,
#hd .accessory-2 {
  width: 100%;
  text-align: center;
}
#hd .accessory-1 .row {
  margin-bottom: 50px;
}
#hd .accessory-1 li {
  width: 33%;
  padding-left: 2%;
  padding-right: 2%;
  text-align: left;
}
#hd .accessory-1 li img,
#hd .accessory-2 li img {
  width: 90%;
  margin: 0 auto;
}
#hd .accessory-2 li {
  width: 45%;
  padding-left: 2%;
  padding-right: 2%;
  text-align: left;
}
#hd .accessory-2 li .txt_decoline,
#hd .accessory-2 li p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- hd-sec-process ---------- */

#hd .hd-sec-process h3,
#hd .hd-sec-process p {
  text-align: center;
}
#hd .hd-sec-process {
  margin-bottom: 110px;
}
#hd .hd-sec-process .row {
  margin-bottom: 50px;
}
#hd .hd-process {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#hd .hd-process img {
  display: inline-block;
}
#hd .hd-process li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 290px;
  margin-left: -5px;
  text-align: center;
  padding: 45px 0px 20px 60px;
  position: relative;
  -webkit-filter: drop-shadow(5px 0 15px rgba(0, 0, 0, .7));
  -moz-filter: drop-shadow(5px 0 15px rgba(0, 0, 0, .7));
  -ms-filter: drop-shadow(5px 0 15px rgba(0, 0, 0, .7));
  -o-filter: drop-shadow(5px 0 15px rgba(0, 0, 0, .7));
  filter: drop-shadow(5px 0 15px rgba(0, 0, 0, .7));
}

/*#hd .hd-process li:before{
content:"";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 145px 0 145px 53px;
border-color: transparent transparent transparent black;
position: absolute;
top: 0;
right: -53px;
}*/

#hd .hd-process li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 145px 0 145px 50px;
  border-color: transparent;
  position: absolute;
  top: 0;
  right: -50px;
}
#hd .hd-process li:nth-child(1) {
  background-color: #320000;
  margin-left: 0;
  z-index: 4;
}
#hd .hd-process li:nth-child(1):after {
  border-left-color: #320000;
}
#hd .hd-process li:nth-child(2) {
  background-color: #3c0000;
  z-index: 3;
}
#hd .hd-process li:nth-child(2):after {
  border-left-color: #3c0000;
}
#hd .hd-process li:nth-child(3) {
  background-color: #5a0000;
  z-index: 2;
}
#hd .hd-process li:nth-child(3):after {
  border-left-color: #5a0000;
}
#hd .hd-process li:nth-child(4) {
  background-color: #6e0000;
  z-index: 1;
}
#hd .hd-process li .txt_red {
  color: #b40000;
}
#hd .hd-process li p {
  width: 75%;
  /*height: 50px;*/
  margin: 0 auto;
}
#hd .hd-process li p.hd-txt_play {
  font-family: "Fjalla One", sans-serif;
}
#hd .hd-process li a.hd-link:hover img,
#hd .hd-process .play-tutorial:hover img,
#hd .hd-process .play-tutorial:hover p {
  opacity: .7;
}
#hd #learnmore {
  display: block;
  width: 300px;
  height: 74px;
  border-radius: 5px;
  margin: 70px auto 0;
  position: relative;
}
#hd #learnmore h3 {
  font-size: 44px;
  line-height: normal;
  background-color: black;
  padding-bottom: 19px;
  margin: 2px;
}
#hd #learnmore:hover {
  opacity: 1;
}
#hd #learnmore:hover h3 {
  color: white;
  background-color: rgba(0, 0, 0, .6);
}
#hd #learnmore:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  left: -1px;
  z-index: -1;
  box-sizing: content-box;
  padding: 1px;
  background: #800c20;
  background: -moz-linear-gradient(left, #800c20 0%, #5d0600 15%, #9a0d0e 54%, #480600 100%);
  background: -webkit-linear-gradient(left, #800c20 0%, #5d0600 15%, #9a0d0e 54%, #480600 100%);
  background: linear-gradient(to right, #800c20 0%, #5d0600 15%, #9a0d0e 54%, #480600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800c20', endColorstr='#480600', GradientType=1);
}

/*+++++++++++++++++++++++END-section-3dprinting+++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++section-more+++++++++++++++++++++++++++++++++*/

#hd .hd-sec-overwolf,
#hd .hd-sec-clone,
#hd .hd-sec-ramcache,
#hd .hd-sec-andmore,
#hd .hd-sec-keybot,
#hd .hd-sec-vr {
  padding-bottom: 80px;
}
#hd .hd-pic02 {
  margin-bottom: 120px;
}

/* ---------- hd-sec-overwolf ---------- */

#hd .hd-sec-overwolf {
  position: relative;
}
#hd .hd-sec-overwolf .content-w1300 {
  z-index: 2;
}
#hd .hd-sec-overwolf .hd-morebg {
  z-index: 0;
  position: absolute;
  right: 0;
  top: -5%;
}
#hd .hd-sec-overwolf .col-40>p {
  margin-bottom: 20px;
}
#hd .hd-sec-overwolf .hd-skewtag:before {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
}
#hd .hd-sec-overwolf .hd-tagbox {
  position: relative;
  justify-content: flex-start;
}
#hd .hd-redtags {
  margin-left: -20px;
}
#hd .hd-greytags {
  margin-left: 15px;
}
#hd .hd-greytags .hd-skewtag:before {
  border-color: #808080;
}
#hd .hd-redtags li:nth-child(2) {
  margin-left: 40px;
}
#hd .hd-redtags li:nth-child(3) {
  margin-left: 80px;
}
#hd .hd-greytags li:nth-child(1) {
  margin-left: -185px;
}
#hd .hd-greytags li:nth-child(2) {
  margin-left: -40px;
}
#hd .hd-greytags li:nth-child(1) .hd-skewtag:before {
  width: 220px;
}
#hd .hd-greytags li:nth-child(2) .hd-skewtag:before {
  width: 320px;
}
#hd .hd-greytags li:nth-child(3) .hd-skewtag {
  width: 320px;
}
#hd .hd-greytags li:nth-child(3) .hd-skewtag:before {
  width: 330px;
}
#hd .hd-greytags li:nth-child(3) .hd-skewtag {
  padding-left: 20px;
}
#watchv,
#gamevideo {
  display: block;
  width: 186px;
  padding: 12px 22px;
  margin-top: -30px;
  margin-bottom: 80px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#gamevideo {
  margin: 50px auto 30px;
}
#gamevideo h4.sub-title {
  text-align: center;
  margin-bottom: 0;
}
#watchv:hover,
#gamevideo:hover {
  box-shadow: 0 0 0 1px #8D0000 inset;
}
#watchv:before,
#gamevideo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#910000+15,630000+38,b40000+66,800000+82,450000+100 */
  background: #910000;
  /* Old browsers */
  background: -moz-linear-gradient(-20deg, #910000 15%, #630000 38%, #b40000 66%, #800000 82%, #450000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-20deg, #910000 15%, #630000 38%, #b40000 66%, #800000 82%, #450000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(160deg, #910000 15%, #630000 38%, #b40000 66%, #800000 82%, #450000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#450000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#watchv:hover:before,
#gamevideo:hover:before {
  opacity: .7;
}
#watchv h4,
#gamevideo h4 {
  margin: 0;
  font-weight: normal;
}
#watchv.v-open h4 span.hd-open,
#watchv h4 span.hd-close {
  display: none;
}
#watchv h4 span.hd-open,
#watchv.v-open h4 span.hd-close {
  display: inline;
}
#hd .hd-videobox2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
#hd .hd-videobox2.v-open {
  height: auto;
}
#hd .hd-videobox2 video {
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  /*width: auto;*/
  height: auto;
  background: url('../img/video_poster.jpg') no-repeat;
  background-size: cover;
}
#hd .hd-sec-clone {
  padding-bottom: 70px;
}
#hd .hd-sec-clone .col-55 {
  margin-top: 2%;
  padding: 0;
}
#hd .hd-sec-clone .col-65 {
  position: relative;
  margin-left: -20%;
  z-index: -1;
}
#hd .hd-sec-ramcache {
  padding-bottom: 0;
}
#hd .hd-sec-ramcache~.hd-pic {
  margin-top: -100px;
  margin-bottom: 50px;
  position: relative;
}
#hd .hd-sec-ramcache~.hd-pic img {
  position: relative;
  z-index: -1;
  margin: 0 auto;
}
#hd .hd-sec-ramcache~.hd-pic p {
  text-align: left;
  width: 20%;
  max-width: 250px;
  position: absolute;
  top: 25%;
  left: 75%;
  z-index: 2;
}
#hd .hd-sec-keybot {
  padding-top: 100px;
}
#hd .hd-sec-keybot img.col-60 {
  width: 75%;
  position: absolute;
  top: 0;
  right: -15%;
  z-index: -1;
}
#hd .hd-sec-keybot figure {
  width: 85%;
  position: relative;
}
#hd .hd-sec-keybot figure .hd-picnote {
  width: 80%;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  margin-left: 15%;
}
#hd .hd-pic02 {
  width: 100%;
  background: center center no-repeat;
  background-size: 1920px;
  height: 175px;
}
#hd .hd-sec-ramcache,
#hd .hd-sec-ramcache .first-title {
  text-align: center;
}
#hd .hd-sec-andmore h2 {
  margin-bottom: 130px;
}
#hd .hd-sec-andmore h2:before,
#hd .hd-sec-andmore h2:after {
  display: none;
}
#hd .hd-sec-andmore .hd-pic {
  width: 100%;
  height: 200px;
  background: center center no-repeat;
  background-size: 1920px;
  margin-bottom: 15px;
}
#hd .hd-sec-andmore .content-w1400 {
  width: 1336px;
  margin: 0 auto;
  padding: 0;
}
#hd .hd-sec-andmore .content-w1400 ul {
  display: flex;
  justify-content: space-between;
}
#hd .hd-sec-andmore .content-w1400 li {
  width: 12.5%;
  margin-bottom: 50px;
}
#hd .hd-sec-andmore .content-w1400 li p.txt_red {
  font-weight: bold;
}
#hd .hd-sec-vr {
  text-align: center;
}
#hd .hd-sec-vr .content-w1200 {
  padding-bottom: 0;
}
#hd .hd-sec-vr img {
  margin-bottom: 30px;
  margin-top: -30px;
  width: 100%;
  max-width: 1250px;
}

/* ---------- hd-sec-intel ---------- */

#hd .hd-sec-intel {
  padding-bottom: 50px;
}
#hd .hd-sec-intel .col-80 {
  margin: 0 auto;
}
#hd .hd-sec-intel img {
  width: 79px;
}
#hd .hd-sec-intel img~div {
  width: calc(100% - 84px);
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
}
#hd .hd-sec-intel img~div p:first-child {
  font-weight: 400;
}

/*+++++++++++++++++++++++END-section-more+++++++++++++++++++++++++++++++++*/
