@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
.bg-dark { background: #13202c; }

/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
#special-sectionOverview { margin-bottom: 100px; }

.width-line-gray { background: none; }

/* ---------- RESET ---------- */
html, body { margin: 0; overflow: visible; }

#hd { font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; background: black; color: white; margin: 0; padding: 0; }
#hd * { margin: 0; padding: 0; text-decoration: none; list-style-type: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; word-break: break-word; }

::selection { background: #1d2124; color: #ff0054; }

::-moz-selection { background: #1d2124; color: #ff0054; }

#hd ul, #hd li, #hd figure, #hd p { margin: 0; padding: 0; }

#hd h1, #hd h2, #hd h3, #hd h4, #hd p, #hd a, #hd li { font: inherit; }

#hd img { display: block; height: auto; border: none; max-width: 100% !important; margin: 0 auto; }

#hd img.lazyLoad { opacity: 0; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; height: 50vh; }
#hd img.lazyLoad.lazyLoaded { height: auto; opacity: 1; }

/* ---------- ANIMATIONS ------------ */
@-webkit-keyframes zoomIn { 0% { -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0; }
  100% { -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity: 1; } }
@-moz-keyframes zoomIn { 0% { -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0; }
  100% { -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity: 1; } }
@-ms-keyframes zoomIn { 0% { -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0; }
  100% { -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity: 1; } }
@-o-keyframes zoomIn { 0% { -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0; }
  100% { -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity: 1; } }
@keyframes zoomIn { 0% { -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); opacity: 0; }
  100% { -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity: 1; } }
@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-moz-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-ms-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-o-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-webkit-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(8%); -o-transform: translateY(8%); -ms-transform: translateY(8%); -webkit-transform: translateY(8%); transform: translateY(8%); }
  100% { opacity: 1; -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } }
@-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(8%); -o-transform: translateY(8%); -ms-transform: translateY(8%); -webkit-transform: translateY(8%); transform: translateY(8%); }
  100% { opacity: 1; -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } }
@-ms-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(8%); -o-transform: translateY(8%); -ms-transform: translateY(8%); -webkit-transform: translateY(8%); transform: translateY(8%); }
  100% { opacity: 1; -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } }
@-o-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(8%); -o-transform: translateY(8%); -ms-transform: translateY(8%); -webkit-transform: translateY(8%); transform: translateY(8%); }
  100% { opacity: 1; -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(8%); -o-transform: translateY(8%); -ms-transform: translateY(8%); -webkit-transform: translateY(8%); transform: translateY(8%); }
  100% { opacity: 1; -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } }
/* ---------- color effect ---------- */
@-webkit-keyframes static { 0% { opacity: 1; }
  100% { opacity: 1; } }
@-moz-keyframes static { 0% { opacity: 1; }
  100% { opacity: 1; } }
@-ms-keyframes static { 0% { opacity: 1; }
  100% { opacity: 1; } }
@-o-keyframes static { 0% { opacity: 1; }
  100% { opacity: 1; } }
@keyframes static { 0% { opacity: 1; }
  100% { opacity: 1; } }
@-webkit-keyframes breathing { 0% { opacity: 1; }
  70% { opacity: 0; } }
@-moz-keyframes breathing { 0% { opacity: 1; }
  70% { opacity: 0; } }
@-ms-keyframes breathing { 0% { opacity: 1; }
  70% { opacity: 0; } }
@-o-keyframes breathing { 0% { opacity: 1; }
  70% { opacity: 0; } }
@keyframes breathing { 0% { opacity: 1; }
  70% { opacity: 0; } }
@-webkit-keyframes strobing { 0% { opacity: 1; }
  50% { opacity: .3; } }
@-moz-keyframes strobing { 0% { opacity: 1; }
  50% { opacity: .3; } }
@-ms-keyframes strobing { 0% { opacity: 1; }
  50% { opacity: .3; } }
@-o-keyframes strobing { 0% { opacity: 1; }
  50% { opacity: .3; } }
@keyframes strobing { 0% { opacity: 1; }
  50% { opacity: .3; } }
@-webkit-keyframes music { 0% { opacity: 1; }
  10% { opacity: .3; }
  40% { opacity: 1; }
  60% { opacity: .3; }
  70% { opacity: 1; }
  100% { opacity: .3; } }
@-moz-keyframes music { 0% { opacity: 1; }
  10% { opacity: .3; }
  40% { opacity: 1; }
  60% { opacity: .3; }
  70% { opacity: 1; }
  100% { opacity: .3; } }
@-ms-keyframes music { 0% { opacity: 1; }
  10% { opacity: .3; }
  40% { opacity: 1; }
  60% { opacity: .3; }
  70% { opacity: 1; }
  100% { opacity: .3; } }
@-o-keyframes music { 0% { opacity: 1; }
  10% { opacity: .3; }
  40% { opacity: 1; }
  60% { opacity: .3; }
  70% { opacity: 1; }
  100% { opacity: .3; } }
@keyframes music { 0% { opacity: 1; }
  10% { opacity: .3; }
  40% { opacity: 1; }
  60% { opacity: .3; }
  70% { opacity: 1; }
  100% { opacity: .3; } }
@-webkit-keyframes cycle { 0% { background-color: red; }
  15% { background-color: orange; }
  30% { background-color: yellow; }
  45% { background-color: #00CB07; }
  60% { background-color: #07A9FF; }
  75% { background-color: #1044FF; }
  90% { background-color: #a12fd9; }
  100% { background-color: red; } }
@-moz-keyframes cycle { 0% { background-color: red; }
  15% { background-color: orange; }
  30% { background-color: yellow; }
  45% { background-color: #00CB07; }
  60% { background-color: #07A9FF; }
  75% { background-color: #1044FF; }
  90% { background-color: #a12fd9; }
  100% { background-color: red; } }
@-ms-keyframes cycle { 0% { background-color: red; }
  15% { background-color: orange; }
  30% { background-color: yellow; }
  45% { background-color: #00CB07; }
  60% { background-color: #07A9FF; }
  75% { background-color: #1044FF; }
  90% { background-color: #a12fd9; }
  100% { background-color: red; } }
@-o-keyframes cycle { 0% { background-color: red; }
  15% { background-color: orange; }
  30% { background-color: yellow; }
  45% { background-color: #00CB07; }
  60% { background-color: #07A9FF; }
  75% { background-color: #1044FF; }
  90% { background-color: #a12fd9; }
  100% { background-color: red; } }
@keyframes cycle { 0% { background-color: red; }
  15% { background-color: orange; }
  30% { background-color: yellow; }
  45% { background-color: #00CB07; }
  60% { background-color: #07A9FF; }
  75% { background-color: #1044FF; }
  90% { background-color: #a12fd9; }
  100% { background-color: red; } }
@-webkit-keyframes rainbow { 0% { background-position: 100% 0; }
  100% { background-position: 0 0; } }
@-moz-keyframes rainbow { 0% { background-position: 100% 0; }
  100% { background-position: 0 0; } }
@-ms-keyframes rainbow { 0% { background-position: 100% 0; }
  100% { background-position: 0 0; } }
@-o-keyframes rainbow { 0% { background-position: 100% 0; }
  100% { background-position: 0 0; } }
@keyframes rainbow { 0% { background-position: 100% 0; }
  100% { background-position: 0 0; } }
@-webkit-keyframes cpu { 0% { background-color: red; }
  30% { background-color: yellow; }
  60% { background-color: green; }
  90% { background-color: yellow; } }
@-moz-keyframes cpu { 0% { background-color: red; }
  30% { background-color: yellow; }
  60% { background-color: green; }
  90% { background-color: yellow; } }
@-ms-keyframes cpu { 0% { background-color: red; }
  30% { background-color: yellow; }
  60% { background-color: green; }
  90% { background-color: yellow; } }
@-o-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; } }
@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"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Xolonium'; src: url("../fonts/xolonium-regular.ttf") format("opentype"), url("../fonts/xolonium-regular.eot"); font-weight: normal; font-style: normal; }
#hd { font-size: 16px; }
#hd h2 { font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; font-size: 3em; line-height: 1; color: #ffffff !important; letter-spacing: .018em; margin-bottom: .5em; text-align: center; word-break: normal; word-wrap: normal; }
#hd h3 { font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; font-size: 2.5em; font-weight: normal; line-height: 1; color: #ffffff; margin: 0 0 .75em; }
#hd h3.txt-smaller { font-size: 2.2em; }
#hd h4 { font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; font-size: 1.5em; font-weight: bold; line-height: 1.25; margin-bottom: .5em; color: #ffffff; text-transform: uppercase; }
#hd h5 { font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; font-size: 1.25em; font-weight: bold; color: #ffffff; margin: 0 0 10px; }
#hd p, #hd small, #hd a, #hd li { font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; }
#hd p { font-size: 1em; line-height: 1.5; font-weight: 300; }
#hd p.color-primary { font-weight: 400; }
#hd b { font-weight: bold; }
#hd small { font-size: 14px; font-weight: 300; letter-spacing: 0.5px; }
#hd .align-center { text-align: center; }
#hd .align-left { text-align: left; }
#hd .align-right { text-align: right; }
#hd .align-italic { font-style: italic; }
#hd a.txt-link { display: inline-block; text-decoration: underline; font-weight: 400; margin-top: .5em; }
#hd a.txt-link:hover { color: white; }
#hd .color-primary { color: #ff0054; }
#hd .color-grey { color: #aaaaaa; }
#hd .hd-uppercase { text-transform: uppercase; }
#hd .hd-notransform { text-transform: none; }

@media screen and (max-width: 1440px) { #hd p { font-size: 14px; } }
@media screen and (max-width: 1366px) { #hd h2 { font-size: 2em; } }
@media screen and (max-width: 1024px) { #hd h2 { font-size: 2em; }
  #hd h3 { font-size: 1.875em; }
  #hd h3.txt-smaller { font-size: 1.5em; } }
@media screen and (max-width: 768px) { #hd h5 { font-size: 1em; } }
@media screen and (max-width: 480px) { #hd h2 { font-size: 1.65em; }
  #hd h3 { font-size: 1.5em; }
  #hd h3.txt-smaller { font-size: 1.25em; }
  #hd h4 { font-size: 1.1em; margin-bottom: 10px; } }
#hd .w95 { width: 94%; margin: 0 auto; position: relative; }
#hd .hd-w800 { max-width: 800px; margin-left: auto; margin-right: auto; }
#hd .hd-mw1000 { max-width: 1000px; margin-left: auto; margin-right: auto; }
#hd .hd-w1100, #hd .hd-w1200, #hd .hd-w1300, #hd .hd-w1400 { width: 90%; max-width: 1200px; margin: 0 auto; position: relative; }
#hd .hd-w1100 { max-width: 1100px; }
#hd .hd-w1300 { max-width: 1300px; }
#hd .hd-w1400 { max-width: 1400px; }
#hd .hd-col20 { width: 20%; }
#hd .hd-col25 { width: 25%; }
#hd .hd-col33 { width: 33.3333%; }
#hd .hd-col40 { width: 40%; }
#hd .hd-col45 { width: 45%; }
#hd .hd-col50 { width: 50%; }
#hd .hd-col55 { width: 55%; }
#hd .hd-col60 { width: 60%; }
#hd .hd-col65 { width: 65%; }
#hd .hd-col70 { width: 70%; }
#hd .hd-col75 { width: 75%; }
#hd .hd-col80 { width: 80%; }
#hd .ib-top { display: inline-block; vertical-align: top; }
#hd .ib-bottom { display: inline-block; vertical-align: bottom; }
#hd .fleft { float: left; }
#hd .fright { float: right; }
#hd .cf:after { content: ''; display: table; clear: both; }
#hd .flex-wrap { display: flex; flex-wrap: wrap; }
#hd .flex-nowrap { display: flex; flex-wrap: nowrap; }
#hd .align-items-center { align-items: center; }
#hd .align-items-start { align-items: flex-start; }
#hd .align-items-end { align-items: flex-end; }
#hd .justify-content-center { justify-content: center; }
#hd .justify-content-start { justify-content: flex-start; }
#hd .justify-content-end { justify-content: flex-end; }
#hd .justify-content-between { justify-content: space-between; }
#hd .justify-content-around { justify-content: space-around; }
#hd .row-reverse { flex-direction: row-reverse; }
#hd .hd-d-none { display: none; }

@media screen and (max-width: 1023px) { #hd .hd-d-1023-none { display: none; }
  #hd .hd-d-1023-block { display: block; }
  #hd .hd-d-1023-inline-block { display: inline-block; } }
@media screen and (max-width: 768px) { #hd .hd-d-768-none { display: none; }
  #hd .hd-d-768-block { display: block; } }
@media screen and (max-width: 620px) { #hd .hd-d-620-none { display: none; }
  #hd .hd-d-620-block { display: block; } }
@media screen and (max-width: 480px) { #hd .hd-d-480-none { display: none; }
  #hd .hd-d-480-block { display: block; } }
#hd .hd-btn { display: inline-block; font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; font-weight: bold; font-size: 1rem; padding: .5em 1.5em; margin: 2em auto; color: white; position: relative; z-index: 2; -moz-transition: transform 0.25s ease; -o-transition: transform 0.25s ease; -webkit-transition: transform 0.25s ease; transition: transform 0.25s ease; }
#hd .hd-btn:hover { -moz-transform: translate(0, -2px); -o-transform: translate(0, -2px); -ms-transform: translate(0, -2px); -webkit-transform: translate(0, -2px); transform: translate(0, -2px); }
#hd .hd-btn:active { -moz-transform: translate(0, -1px); -o-transform: translate(0, -1px); -ms-transform: translate(0, -1px); -webkit-transform: translate(0, -1px); transform: translate(0, -1px); }
#hd .hd-btn:before { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #ff0054; z-index: -1; -moz-transform: skew(-15deg, 0deg); -o-transform: skew(-15deg, 0deg); -ms-transform: skew(-15deg, 0deg); -webkit-transform: skew(-15deg, 0deg); transform: skew(-15deg, 0deg); }

@media screen and (max-width: 1023px) { #hd .hd-btn { margin: 1em auto; } }
#hd .hd-icon-plus { display: inline-block; vertical-align: top; width: 1.25em; height: 1.25em; border-radius: 1em; border: 1px solid #ff0054; margin: .125em .5em -.125em 0; position: relative; }
#hd .hd-icon-plus:before, #hd .hd-icon-plus:after { content: ''; display: block; width: .65em; height: 1px; background: #ff0054; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
#hd .hd-icon-plus:after { -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
#hd .hd-active > .hd-icon-plus:after { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }

#hd .hd-sec-hidden { display: none; }
#hd .hd-sec-hidden.hd-active { display: block; -webkit-animation-delay: 0; -webkit-animation-duration: 0.8s; -webkit-animation-name: fadeInUp; -webkit-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); -webkit-animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-delay: 0; -moz-animation-duration: 0.8s; -moz-animation-name: fadeInUp; -moz-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); -moz-animation-iteration-count: 1; -moz-animation-fill-mode: forwards; -o-animation-delay: 0; -o-animation-duration: 0.8s; -o-animation-name: fadeInUp; -o-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); -o-animation-iteration-count: 1; -o-animation-fill-mode: forwards; animation-delay: 0; animation-duration: 0.8s; animation-name: fadeInUp; animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); animation-iteration-count: 1; animation-fill-mode: forwards; }
#hd .hd-cp { cursor: pointer; }
#hd .border-dark { border: 20px solid #13202c; }

#fp-nav ul li:hover a span { background: #ff0054; }
#fp-nav ul li:hover a.active span { background: #ff0054; }
#fp-nav ul li a.active span { background: #ff0054; }
#fp-nav ul li .fp-tooltip { color: #ee2f92; }

#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 #ff0054; opacity: 0; }
#scrollUp.hd-show { opacity: 1; }
#scrollUp svg { display: block; position: absolute; margin: auto; top: 0; right: 0; bottom: 5px; left: 0; fill: #ff0054; -moz-transform: rotate(270deg); -o-transform: rotate(270deg); -ms-transform: rotate(270deg); -webkit-transform: rotate(270deg); transform: rotate(270deg); }
#scrollUp:hover { background-color: #ff0054; }
#scrollUp:hover svg { fill: white; }

@media screen and (max-width: 1024px) { #hd .border-dark { border-width: 12px; } }
@media screen and (max-width: 620px) { #fp-nav { display: none; }
  #hd .border-dark { border-width: 8px; } }
#hd .hd-section { overflow: hidden; }
#hd .sec-title { text-align: center; background-image: linear-gradient(90deg, #d536a9, #ee2f92, #de044b); margin-bottom: -1px; position: relative; z-index: 10; }
#hd .sec-title .hd-container { padding: 50px 0 30px; }
#hd .title-tab { background-image: linear-gradient(90deg, #d536a9, #ee2f92, #de044b); position: relative; z-index: 10; }
#hd .title-tab ul { display: flex; justify-content: space-around; vertical-align: middle; align-items: stretch; max-width: 1200px; padding: 10px; margin: 0 auto; text-align: center; }
#hd .title-tab ul li { padding: 10px; width: 30%; font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; font-size: 1.4em; line-height: 1; color: #fff; cursor: pointer; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#hd .title-tab ul li:hover { background: rgba(0, 0, 0, 0.2); }
#hd .title-tab ul li.hd-active { background: #000; color: #ee2f92; }
#hd .section-content { min-height: 500px; position: relative; }
#hd .sub-tab { display: flex; flex-wrap: wrap; justify-content: center; text-align: center; padding: 30px; margin-top: 80px; position: relative; }
#hd .sub-tab li { font-size: 1.3em; padding: 3px 10px; margin: 0 40px; color: #888; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: relative; cursor: pointer; }
#hd .sub-tab li:hover { color: white; }
#hd .sub-tab li.hd-active { background: #ff0054; color: black; }
#hd .sub-tab li:not(:last-child):after { content: ''; display: block; width: 30px; height: 1px; background: #ff0054; position: absolute; right: -60px; top: 50%; }
#hd .tab-content > div { display: none; }
#hd .tab-content > div.hd-active { display: block; -webkit-animation-delay: 0; -webkit-animation-duration: 0.8s; -webkit-animation-name: fadeInUp; -webkit-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); -webkit-animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-delay: 0; -moz-animation-duration: 0.8s; -moz-animation-name: fadeInUp; -moz-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); -moz-animation-iteration-count: 1; -moz-animation-fill-mode: forwards; -o-animation-delay: 0; -o-animation-duration: 0.8s; -o-animation-name: fadeInUp; -o-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); -o-animation-iteration-count: 1; -o-animation-fill-mode: forwards; animation-delay: 0; animation-duration: 0.8s; animation-name: fadeInUp; animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); animation-iteration-count: 1; animation-fill-mode: forwards; }
#hd .list { display: flex; margin-bottom: 50px; justify-content: center; align-items: stretch; }
#hd .list li { display: flex; align-items: center; text-align: center; justify-content: center; width: 20%; font-size: 1.125em; font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; background: #13202c; text-align: center; padding: 5px 1em; margin: 0 5px; transform: skewX(-15deg); -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; cursor: pointer; }
#hd .list li span { display: block; transform: skewX(15deg); }
#hd .list li:hover { background: #2b4359; }
#hd .list li.active { background: #fff; color: #000; }

@media screen and (max-width: 1440px) { #hd .title-tab ul li { font-size: 1.4em; } }
@media screen and (max-width: 1280px) { #hd .title-tab ul li { font-size: 1em; }
  #hd .sub-tab { padding: 10px; margin-bottom: 10px; }
  #hd .sub-tab li { margin: 0 20px 0 10px; font-size: 1.1em; }
  #hd .sub-tab li:not(:last-child):after { width: 10px; right: -20px; } }
@media screen and (max-width: 768px) { #hd .title-tab .container { padding: 30px 20px; }
  #hd .title-tab ul { padding: 6px 0; }
  #hd .title-tab ul li { font-size: 0.8em; width: auto; } }
@media screen and (max-width: 480px) { #hd .sec-title .container { padding: 30px 0; }
  #hd .title-tab ul { padding: 3px; }
  #hd .title-tab ul li { font-size: 14px; padding: 5px; word-break: initial; }
  #hd #style .title-tab li, #hd #more .title-tab li { font-size: 12px; }
  #hd .sub-tab li { display: block; width: 100%; margin: 0 0 1px; padding: 10px; }
  #hd .sub-tab li:not(:last-child):after { display: none; } }
#hd .owl-carousel { display: -ms-grid; display: grid; }
#hd .owl-carousel .item { opacity: .3; -moz-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
#hd .owl-carousel .owl-item.active .item { opacity: 1; }
#hd .owl-carousel .owl-item.active + .active .item { opacity: .3; }

#hd .ui-3d { position: relative; max-width: 1500px; min-height: 600px; padding: 60px 0 30px; margin: 0 auto; overflow: hidden; }
#hd .ui-3d .ui-3d-inner { min-height: 520px; }
#hd .ui-3d .box { position: absolute; left: calc(50% - 400px); top: 0; width: 800px; border: 1px solid #777; background: #333; background-image: linear-gradient(45deg, #000000 0%, #2f2f2f 100%); height: 500px; -moz-transform: translateX(0%) rotateY(0deg); -o-transform: translateX(0%) rotateY(0deg); -ms-transform: translateX(0%) rotateY(0deg); -webkit-transform: translateX(0%) rotateY(0deg); transform: translateX(0%) rotateY(0deg); -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; z-index: 2; }
#hd .ui-3d .leftbox { left: 0; -moz-transform: perspective(3000px) translateX(-57%) rotateY(-55deg); -o-transform: perspective(3000px) translateX(-57%) rotateY(-55deg); -ms-transform: perspective(3000px) translateX(-57%) rotateY(-55deg); -webkit-transform: perspective(3000px) translateX(-57%) rotateY(-55deg); transform: perspective(3000px) translateX(-57%) rotateY(-55deg); transform-origin: right center; z-index: 0; }
#hd .ui-3d .rightbox { -moz-transform: perspective(4000px) translateX(101%) rotateY(55deg); -o-transform: perspective(4000px) translateX(101%) rotateY(55deg); -ms-transform: perspective(4000px) translateX(101%) rotateY(55deg); -webkit-transform: perspective(4000px) translateX(101%) rotateY(55deg); transform: perspective(4000px) translateX(101%) rotateY(55deg); transform-origin: left center; z-index: 1; }
#hd .ui-3d .inner { display: flex; align-items: center; height: 100%; }
#hd .ui-3d .inner .img { width: 60%; padding: 20px; }
#hd .ui-3d .inner .text { width: 40%; padding: 20px; }
#hd .ui-3d .inner .text h4 { font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; font-weight: normal; text-transform: uppercase; }
#hd .ui-3d .control { text-align: center; }
#hd .ui-3d .control a { display: inline-block; width: 40px; height: 40px; margin: 0 10px; position: relative; cursor: pointer; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; }
#hd .ui-3d .control a:before { display: block; content: ''; width: 20px; height: 2px; background: #ec0000; position: absolute; left: 10px; top: 13px; -moz-transform: rotate(-45deg) translateX(0px) translateY(0px); -o-transform: rotate(-45deg) translateX(0px) translateY(0px); -ms-transform: rotate(-45deg) translateX(0px) translateY(0px); -webkit-transform: rotate(-45deg) translateX(0px) translateY(0px); transform: rotate(-45deg) translateX(0px) translateY(0px); }
#hd .ui-3d .control a:after { display: block; content: ''; width: 20px; height: 2px; background: #ec0000; position: absolute; left: 10px; top: 26px; -moz-transform: rotate(45deg) translateX(0px) translateY(0px); -o-transform: rotate(45deg) translateX(0px) translateY(0px); -ms-transform: rotate(45deg) translateX(0px) translateY(0px); -webkit-transform: rotate(45deg) translateX(0px) translateY(0px); transform: rotate(45deg) translateX(0px) translateY(0px); }
#hd .ui-3d .control a:hover { opacity: .7; }
#hd .ui-3d .control a.right { -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
#hd .ui-3d .more { text-align: center; margin: 40px; }
#hd .ui-3d .more a { display: inline-block; background: #fff; padding: 6px 15px; color: #000; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; text-transform: uppercase; }
#hd .ui-3d .more a:hover { background: #ccc; }
#hd .ui-3d .note { text-align: center; color: #777; padding: 0 25px; margin: 0 auto 100px auto; max-width: 1200px; }

@media screen and (max-width: 1480px) { #hd .ui-3d .rightbox { margin-left: -20px; } }
@media screen and (max-width: 1366px) { #hd .ui-3d .rightbox { -moz-transform: perspective(4000px) translateX(101%) rotateY(55deg) scale(90%); -o-transform: perspective(4000px) translateX(101%) rotateY(55deg) scale(90%); -ms-transform: perspective(4000px) translateX(101%) rotateY(55deg) scale(90%); -webkit-transform: perspective(4000px) translateX(101%) rotateY(55deg) scale(90%); transform: perspective(4000px) translateX(101%) rotateY(55deg) scale(90%); } }
@media screen and (max-width: 1023px) { #hd .ui-3d .ui-3d-inner { min-height: auto; }
  #hd .ui-3d .box { position: relative; left: auto; top: auto; width: 90%; height: auto; margin: 0 auto; -moz-transform: none !important; -o-transform: none !important; -ms-transform: none !important; -webkit-transform: none !important; transform: none !important; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  #hd .ui-3d .box .inner .img { width: 40%; padding: 10px; }
  #hd .ui-3d .box .inner .text { width: 60%; }
  #hd .ui-3d .leftbox, #hd .ui-3d .rightbox { display: none; }
  #hd .ui-3d .control { margin-top: 10px; } }
@media screen and (max-width: 768px) { #hd .ui-3d .box { min-height: 250px; }
  #hd .ui-3d .box .inner .text h4 { font-size: 1em; margin-bottom: 5px; }
  #hd .ui-3d .box .inner .text p { font-size: 0.9em; } }
@media screen and (max-width: 480px) { #hd .ui-3d .box { width: 95%; }
  #hd .ui-3d .box .inner { display: block; }
  #hd .ui-3d .box .inner .img { width: 90%; margin: 0 auto; }
  #hd .ui-3d .box .inner .text { width: 100%; padding: 0 15px 15px 15px; } }
#hd .main-kv { height: 960px; background: url(../img/kv/bg.jpg) left bottom no-repeat; background-size: cover; width: 100%; position: relative; overflow: hidden; z-index: 4; }
#hd .main-kv .slash { height: 100%; width: 70%; position: absolute; left: 30%; top: 0; background: url(../img/kv/slash.png) left bottom no-repeat; background-size: cover; }
#hd .main-kv figure { height: 100%; width: 40%; max-width: 720px; position: absolute; left: 20%; top: 2%; }
#hd .main-kv figure img { width: 100%; }
#hd .main-kv .hd-content { width: 30%; max-width: 590px; position: absolute; left: 62%; top: 20%; }
#hd .main-kv .hd-content img { width: 100%; display: block; margin-bottom: 20px; }
#hd .main-kv .hd-icon { position: absolute; left: 50px; bottom: 50px; }

@media screen and (min-width: 2300px) { #hd .main-kv .slash { width: 60%; left: 40%; }
  #hd .main-kv figure { left: 30%; top: 2%; } }
@media screen and (min-width: 3200px) { #hd .main-kv .hd-content { left: 52%; top: 20%; } }
@media screen and (max-width: 1440px) { #hd .main-kv { height: 750px; }
  #hd .main-kv .hd-content { top: 10%; } }
@media screen and (max-width: 1100px) { #hd .main-kv { height: 600px; }
  #hd .main-kv .slash { width: 85%; left: 20%; }
  #hd .main-kv figure { left: 12%; top: 8%; width: 35%; }
  #hd .main-kv .hd-content { width: 40%; left: 50%; top: 9%; }
  #hd .main-kv .hd-content img { width: 80%; margin-left: 0; }
  #hd .main-kv .icon { left: 20px; bottom: 20px; width: 130px; } }
@media screen and (max-width: 767px) { #hd .main-kv { height: auto; padding-bottom: 50px; }
  #hd .main-kv .slash { width: 85%; left: 15%; }
  #hd .main-kv figure { position: relative; left: auto; top: auto; width: 80%; margin: 0 auto; }
  #hd .main-kv .hd-content { position: relative; height: auto; left: auto; top: auto; width: 80%; margin: 0 auto; padding-bottom: 50px; } }
#spec { padding: 3em 0 6em; position: relative; }
#spec h3 { text-align: center; margin: 0 0 1em; }
#spec .sub-tab { margin-top: 0; }
#spec figure { display: block; margin: 0 auto; position: relative; }
#spec figure img { width: 80%; max-width: 947px !important; }
#spec ol { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; counter-reset: mycounter; }
#spec ol > li { max-width: 23%; position: absolute; font-size: 15px; text-align: left; }
#spec ol > li b { display: block; font-weight: bold; line-height: 1.5; letter-spacing: .04em; margin-bottom: .25em; }
#spec ol > li ul { font-size: 0.9em; margin-left: 20px; margin-top: 5px; color: #888; }
#spec ol > li ul li { margin-bottom: 3px; list-style-type: disc; }
#spec .tab-performance ol > li { left: 9%; }
#spec .tab-performance ol > li:nth-child(1) { top: 11%; }
#spec .tab-performance ol > li:nth-child(2) { top: 36%; }
#spec .tab-performance ol > li:nth-child(3) { top: 69%; }
#spec .tab-performance ol > li:nth-child(n+4) { left: 77%; }
#spec .tab-performance ol > li:nth-child(4) { top: 21%; }
#spec .tab-performance ol > li:nth-child(5) { top: 39.5%; }
#spec .tab-performance ol > li:nth-child(6) { top: 69.5%; }
#spec .tab-cooling ol > li { left: 8%; }
#spec .tab-cooling ol > li:nth-child(1) { top: 14%; }
#spec .tab-cooling ol > li:nth-child(2) { top: 43%; }
#spec .tab-cooling ol > li:nth-child(3) { top: 59%; }
#spec .tab-cooling ol > li:nth-child(n+4) { left: 84%; }
#spec .tab-cooling ol > li:nth-child(4) { top: 65%; }
#spec .tab-cooling ol > li:nth-child(5) { top: 86%; }
#spec .tab-immersion ol > li { max-width: 25%; left: 5%; }
#spec .tab-immersion ol > li:nth-child(1) { top: 23.5%; }
#spec .tab-immersion ol > li:nth-child(2) { top: 58%; }
#spec .tab-immersion ol > li:nth-child(n+3) { left: 79%; }
#spec .tab-immersion ol > li:nth-child(3) { top: 4%; }
#spec .tab-connectivity ol > li { left: 8%; }
#spec .tab-connectivity ol > li:nth-child(1) { top: 17%; }
#spec .tab-connectivity ol > li:nth-child(2) { top: 24.5%; }
#spec .tab-connectivity ol > li:nth-child(3) { top: 35.5%; }
#spec .tab-connectivity ol > li:nth-child(4) { top: 46.5%; }
#spec .tab-connectivity ol > li:nth-child(5) { top: 53.5%; }
#spec .tab-connectivity ol > li:nth-child(6) { top: 60.5%; }
#spec .tab-connectivity ol > li:nth-child(7) { top: 79%; }
#spec .tab-connectivity ol > li:nth-child(8) { top: 85%; }
#spec .tab-connectivity ol > li:nth-child(n+9) { left: 82%; }
#spec .tab-connectivity ol > li:nth-child(9) { top: 48.5%; }
#spec .tab-connectivity ol > li:nth-child(10) { top: 73%; }
#spec .tab-connectivity ol > li:nth-child(11) { top: 90.5%; }

@media screen and (max-width: 1440px) { #spec figure img { width: 70%; } }
@media screen and (max-width: 1280px) { #spec ol > li p { line-height: 1.25; }
  #spec .tab-immersion ol > li { left: 2%; } }
@media screen and (max-width: 1023px) { #spec figure img { width: auto; max-width: 100% !important; }
  #spec ol { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; position: relative; top: 0; left: 0; padding: 30px 0; }
  #spec ol > li { width: 50%; max-width: none !important; padding: 10px 0 10px 40px; position: relative; }
  #spec ol > li:before { counter-increment: mycounter; content: counter(mycounter); display: block; width: 30px; height: 30px; font-weight: bold; line-height: 30px; text-align: center; border-radius: 16px; background: #ff0054; position: absolute; top: 5px; left: 0; z-index: 2; }
  #spec ol > li:nth-child(n) { top: 0 !important; left: 0 !important; }
  #spec .tab-performance ol > li:nth-child(1) { order: 1; }
  #spec .tab-performance ol > li:nth-child(2) { order: 3; }
  #spec .tab-performance ol > li:nth-child(3) { order: 5; }
  #spec .tab-performance ol > li:nth-child(4) { order: 2; }
  #spec .tab-performance ol > li:nth-child(5) { order: 4; }
  #spec .tab-performance ol > li:nth-child(6) { order: 6; }
  #spec .tab-cooling ol > li:nth-child(1) { order: 1; }
  #spec .tab-cooling ol > li:nth-child(2) { order: 3; }
  #spec .tab-cooling ol > li:nth-child(3) { order: 5; }
  #spec .tab-cooling ol > li:nth-child(4) { order: 2; }
  #spec .tab-cooling ol > li:nth-child(5) { order: 4; }
  #spec .tab-immersion ol > li:nth-child(1) { order: 1; }
  #spec .tab-immersion ol > li:nth-child(2) { order: 3; }
  #spec .tab-immersion ol > li:nth-child(3) { order: 2; }
  #spec .tab-immersion ol > li:nth-child(4) { order: 4; }
  #spec .tab-connectivity ol > li:nth-child(1) { order: 1; }
  #spec .tab-connectivity ol > li:nth-child(2) { order: 3; }
  #spec .tab-connectivity ol > li:nth-child(3) { order: 5; }
  #spec .tab-connectivity ol > li:nth-child(4) { order: 7; }
  #spec .tab-connectivity ol > li:nth-child(5) { order: 9; }
  #spec .tab-connectivity ol > li:nth-child(6) { order: 11; }
  #spec .tab-connectivity ol > li:nth-child(7) { order: 2; }
  #spec .tab-connectivity ol > li:nth-child(8) { order: 4; }
  #spec .tab-connectivity ol > li:nth-child(9) { order: 6; }
  #spec .tab-connectivity ol > li:nth-child(10) { order: 8; }
  #spec .tab-connectivity ol > li:nth-child(11) { order: 10; } }
@media screen and (max-width: 620px) { #spec ol > li { width: 100%; }
  #spec ol > li:nth-child(n) { order: initial !important; } }
#hd #connectivity { background: black; position: relative; z-index: 2; }
#hd .connectivity-storage, #hd .connectivity-ethernet { align-items: center; justify-content: center; min-height: 100vh; padding: 100px 0 50px; }
#hd .connectivity-storage.hd-active, #hd .hd-active.connectivity-ethernet { display: flex; }
#hd .connectivity-storage .hd-container, #hd .connectivity-ethernet .hd-container { position: relative; overflow-y: hidden; }
#hd .connectivity-storage .hd-container .hd-content, #hd .connectivity-ethernet .hd-container .hd-content { padding: 4% 0 4% 6%; position: relative; z-index: 2; }
#hd .connectivity-storage .hd-container .hd-content p, #hd .connectivity-ethernet .hd-container .hd-content p { margin-bottom: 1em; }
#hd .connectivity-storage .hd-container .hd-content img, #hd .connectivity-ethernet .hd-container .hd-content img { margin: 20px 0; }
#hd .connectivity-storage .hd-container .hd-content .pcie-ready, #hd .connectivity-ethernet .hd-container .hd-content .pcie-ready { width: 25%; max-width: 127px !important; min-width: 80px; }
#hd .connectivity-storage .hd-container figure, #hd .connectivity-ethernet .hd-container figure { height: 0; padding-bottom: 52%; margin-left: -10%; margin-bottom: -20%; position: relative; overflow-y: hidden; }
#hd .connectivity-storage .hd-container figure img, #hd .connectivity-ethernet .hd-container figure img { position: absolute; top: 0; right: 0; width: 100%; }
#hd .tab-supremefx { width: 100%; padding-bottom: 100px; position: relative; overflow: hidden; }
#hd .tab-supremefx .hd-content { padding: 210px 550px 0 30px; z-index: 1; }
#hd .tab-supremefx .visual { position: absolute; right: 0; top: -7%; width: 45%; max-width: 800px; }
#hd .tab-supremefx .visual img { display: block; width: 100%; }
#hd .tab-supremefx .visual .glow li { position: absolute; left: 0; top: 0; opacity: 0; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#hd .tab-supremefx .visual .glow li.hd-active { opacity: 1; }
#hd .tab-supremefx figure img { width: 100%; }
#hd .tab-supremefx .graph-wrapper { display: flex; margin-top: 50px; }
#hd .tab-supremefx .graph { flex-grow: 1; }
#hd .tab-supremefx .graph b { display: block; font-style: italic; letter-spacing: .018em; margin-bottom: -2px; }
#hd .tab-supremefx .graph .hd-title { font-style: normal; margin-bottom: 5px; }
#hd .tab-supremefx .graph .bar { margin-bottom: 15px; position: relative; text-align: right; font-style: italic; height: 30px; line-height: 1em; transform-origin: left center; }
#hd .tab-supremefx .graph .bar span { content: ''; display: block; width: 100%; height: 20px; background: #444; padding-right: 10px; padding-top: 3px; position: absolute; left: 0; top: 0; }
#hd .tab-supremefx .graph .bar.bar1 span { background: #ff0054; }
#hd .tab-supremefx .graph .bar.bar2 span { width: 80%; }
#hd .tab-supremefx .list-box { display: flex; margin: 50px auto 0; flex-wrap: wrap; justify-content: space-between; align-content: stretch; z-index: 1; }
#hd .tab-supremefx .list-box li { width: calc(25% - 10px); background: black; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; }
#hd .tab-supremefx .list-box li:hover, #hd .tab-supremefx .list-box li.hd-active { background: #13202c; }
#hd .tab-supremefx .list-box a { display: block; padding: 25px 10px 20px 20px; color: white; }
#hd .tab-typec, #hd .tab-noise, #hd .tab-studio, #hd .tab-dts { padding-top: 30px; }
#hd .tab-typec h3 + p, #hd .tab-noise h3 + p, #hd .tab-studio h3 + p, #hd .tab-dts h3 + p { margin: 0 auto 2em; }
#hd .tab-noise .hd-chart { padding-bottom: 1em; position: relative; z-index: 2; }
#hd .tab-noise .hd-img { margin: 0 -6%; }
#hd #ai-audio { margin: -10% 0 3em; position: relative; overflow: hidden; }
#hd #ai-audio .player { width: 100%; height: 0; padding-bottom: 34.8958%; margin-bottom: -10%; background: url("../img/connectivity/wave.png") center top no-repeat; background-size: 100% auto; position: relative; }
#hd #ai-audio .trigger-play { width: 240px; height: 200px; cursor: pointer; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
#hd #ai-audio .trigger-play:before, #hd #ai-audio .trigger-play:after { content: ''; display: block; height: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
#hd #ai-audio .trigger-play:before { width: 100%; padding-bottom: 83.3333%; background: url("../img/connectivity/play-icon.png") center top no-repeat; background-size: contain; }
#hd #ai-audio .trigger-play:after { width: 70%; padding-bottom: 70%; border-radius: 100%; overflow: hidden; background: rgba(0, 0, 0, 0.6) url("../img/connectivity/play-icon-play.png") center no-repeat; background-size: 140%; }
#hd #ai-audio .trigger-play.is-playing:after { background-image: url("../img/connectivity/play-icon-pause.png"); }
#hd #ai-audio .switch-container { margin: 0 auto 2em; }
#hd #ai-audio .switch-btn { width: 80%; max-width: 200px; border: 3px solid white; border-radius: 5px; margin: 1em auto 0; }
#hd #ai-audio .switch-btn div { font-family: "Xolonium", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; padding: .75em; cursor: pointer; }
#hd #ai-audio .switch-btn div.active { background: white; color: black; cursor: default; }
#hd #ai-audio .caption { max-width: 800px; margin: 2em auto; }
#hd #ai-audio .caption li { font-weight: lighter; position: relative; }
#hd #ai-audio .caption li:before { content: ''; display: inline-block; vertical-align: middle; width: 50px; height: 5px; margin-right: 20px; }
#hd #ai-audio .caption li.background:before { background: #aaaaaa; }
#hd #ai-audio .caption li.voice:before { background: #a200ff; }
#hd #ai-audio .caption li.speech:before { background: #70e2ff; }
#hd .tab-dts { padding-bottom: 50px; }
#hd .tab-dts li { padding: 0 30px; }
#hd .tab-dts li img { margin: 10px auto; }

@media screen and (min-width: 2000px) { #hd .tab-supremefx .visual { right: auto; left: 55%; } }
@media screen and (max-width: 1440px) { #hd .tab-supremefx .hd-content { padding: 150px 650px 0 0; }
  #hd .tab-supremefx .visual { width: 50%; }
  #hd #ai-audio .trigger-play { width: 200px; height: 180px; } }
@media screen and (max-width: 1280px) { #hd .connectivity-storage .hd-container .hd-content img, #hd .connectivity-ethernet .hd-container .hd-content img { width: 80%; max-width: 434px !important; }
  #hd .tab-supremefx .hd-content { padding: 100px 550px 0 0; }
  #hd #ai-audio .player { margin-bottom: -8%; } }
@media screen and (max-width: 1024px) { #hd .tab-supremefx .hd-content { padding: 50px 50% 0 0; }
  #hd .tab-supremefx .graph-wrapper { margin-top: 20px; }
  #hd .tab-supremefx .visual { top: -5%; }
  #hd .tab-supremefx .list-box li { width: calc(25% - 5px); border-width: 8px; }
  #hd .tab-supremefx .list-box a { padding: 10px; }
  #hd #ai-audio { margin-top: -8%; }
  #hd #ai-audio .trigger-play { width: 160px; height: 140px; } }
@media screen and (max-width: 1023px) { #hd .connectivity-storage .hd-container, #hd .connectivity-ethernet .hd-container { flex-direction: column-reverse; }
  #hd .connectivity-storage .hd-container .hd-content, #hd .connectivity-ethernet .hd-container .hd-content { width: 100%; padding: 2em 20px; margin-top: -10%; }
  #hd .connectivity-storage .hd-container .hd-content img, #hd .connectivity-ethernet .hd-container .hd-content img { width: 100%; }
  #hd .connectivity-storage .hd-container figure, #hd .connectivity-ethernet .hd-container figure { width: 100%; height: auto; padding-bottom: 0; margin: 0; }
  #hd .connectivity-storage .hd-container figure img, #hd .connectivity-ethernet .hd-container figure img { position: relative; }
  #hd .connectivity-ethernet .hd-container .hd-content { margin-top: 0; }
  #hd .tab-noise .hd-chart, #hd .tab-noise .hd-img { width: 100%; }
  #hd .tab-noise .hd-chart { max-width: 600px; margin: 0 auto; }
  #hd #ai-audio { margin-top: -23%; } }
@media screen and (max-width: 768px) { #hd .tab-supremefx .hd-content { padding: 20px 30px 0 0; }
  #hd .tab-supremefx .visual { width: 100%; position: relative; top: auto; left: auto; }
  #hd .tab-supremefx .list-box { margin-top: -100px; }
  #hd .tab-supremefx .list-box li { width: calc(50% - 5px); border-width: 5px; margin-bottom: 10px; }
  #hd .tab-dts li { width: 100%; padding: 0px 0px 20px; }
  #hd .tab-dts p { padding: 0; }
  #hd #ai-audio .player { padding-bottom: 45%; background-position: center; background-size: 180% auto; }
  #hd #ai-audio .trigger-play { width: 160px; height: 140px; }
  #hd #ai-audio .caption li:before { margin-right: 1em; } }
@media screen and (max-width: 620px) { #hd .tab-noise .caption { flex-direction: column; flex-wrap: wrap; }
  #hd .tab-noise .caption li { width: 100%; max-width: 15em; text-align: left; } }
@media screen and (max-width: 480px) { #hd .tab-supremefx figure { width: 100px; }
  #hd .tab-supremefx .list-box li { width: 100%; }
  #hd #ai-audio .player { margin-bottom: 0; } }
#hd .performance-power { height: 325vh; }
#hd .performance-power .scroll-image { min-height: 200vh; width: 100%; background: red; position: relative; }
#hd .fixbox { width: 100%; position: absolute; top: 100px; left: 0; z-index: 1; }
#hd .fixbox.hd-active { display: block; -webkit-animation-delay: 0; -webkit-animation-duration: 0.8s; -webkit-animation-name: fadeInUp; -webkit-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); -webkit-animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; -moz-animation-delay: 0; -moz-animation-duration: 0.8s; -moz-animation-name: fadeInUp; -moz-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); -moz-animation-iteration-count: 1; -moz-animation-fill-mode: forwards; -o-animation-delay: 0; -o-animation-duration: 0.8s; -o-animation-name: fadeInUp; -o-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); -o-animation-iteration-count: 1; -o-animation-fill-mode: forwards; animation-delay: 0; animation-duration: 0.8s; animation-name: fadeInUp; animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98); animation-iteration-count: 1; animation-fill-mode: forwards; }
#hd .fixbox .img-wrapper { width: 50%; position: absolute; left: 5%; top: 0; min-height: 100vh; }
#hd .fixbox .img-wrapper img { width: 100%; }
#hd .fixbox .img-wrapper .show { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
#hd .fixbox .scroll-text { position: absolute; left: 60%; top: 0; width: 35%; padding-right: 40px; max-width: 600px; }
#hd .fixbox .scroll-text .entry { -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; position: absolute; opacity: 0; -moz-transform: translate(0, 20%); -o-transform: translate(0, 20%); -ms-transform: translate(0, 20%); -webkit-transform: translate(0, 20%); transform: translate(0, 20%); }
#hd .fixbox .scroll-text .entry.active { opacity: 1; -moz-transform: translate(0, -5%); -o-transform: translate(0, -5%); -ms-transform: translate(0, -5%); -webkit-transform: translate(0, -5%); transform: translate(0, -5%); }
#hd .fixbox .scroll-text .context { padding-top: calc(50vh - 150px); }
#hd .fixbox .dot-wrapper { position: fixed; left: 0; bottom: 50px; height: 10px; width: 100%; z-index: 3; display: none; }
#hd .fixbox .dot-inner { height: 100%; width: 80%; margin: 0 auto; display: flex; justify-content: space-between; position: relative; }
#hd .fixbox .dot-inner:after { height: 1px; width: 100%; background: #777; position: absolute; left: 0; top: 3px; content: ''; z-index: 1; }
#hd .fixbox .dot-inner .dot { height: 7px; width: 7px; background: #777; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: relative; z-index: 2; }
#hd .fixbox .dot-inner .dot.active { background: #fff; box-shadow: 0 0 10px #fff; }
#hd .performance-cooling { padding: 100px 0 20px; }
#hd .performance-cooling h3 + p { margin: 0 auto 30px; }
#hd .performance-cooling .spec-content { max-width: 1500px; position: relative; margin: 0 auto; }
#hd .performance-cooling .hd-container { padding: 0 40px 0 20px; display: flex; flex-direction: row-reverse; }
#hd .performance-cooling .hd-container .graph { width: 50%; position: relative; }
#hd .performance-cooling .hd-container .script { width: 50%; }
#hd .performance-cooling .hd-container .list { margin-top: 150px; margin-bottom: 50px; }
#hd .performance-cooling .hd-container .list li { width: 33.33%; font-size: 1.25em; }
#hd .performance-cooling .hd-container .context .entry:not(.active) { display: none; }
#hd .performance-cooling .hd-container .context .lineup { display: flex; justify-content: center; }
#hd .performance-cooling .hd-container .context .lineup .item { width: 80%; margin: 0 10px; text-align: center; }
#hd .performance-cooling .hd-container .context .lineup .item img { max-width: 100%; margin: 0 auto 15px auto; display: block; }
#hd .performance-cooling .hd-container .context .lineup .item h5 { color: #ff0054; min-height: 2.5em; margin-bottom: 10px; }
#hd .performance-cooling .hd-container .context .lineup .item .note { color: #ff0054; display: block; margin-top: 5px; }
#hd .performance-cooling .hd-container .graph img { width: 100%; }
#hd .performance-cooling .hd-container .graph .bubble img { position: absolute; left: 0; top: 0; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
#hd .performance-cooling .hd-container .graph .bubble:not(.active) { display: none; }
#hd .performance-memory { position: relative; overflow: hidden; }
#hd .performance-memory .hd-container { padding: 100px 0 50px; }
#hd .performance-memory .entry { display: flex; align-items: center; flex-direction: row-reverse; min-height: 350px; margin-bottom: 50px; padding: 3em 1em; position: relative; overflow: visible; }
#hd .performance-memory .entry .hd-content { padding: 0 2em; position: relative; z-index: 1; }
#hd .performance-memory .entry .hd-content li { list-style: disc; list-style-position: inside; font-weight: 300; margin: .25em 0; padding-left: 1.5em; text-indent: -1.5em; }

@media screen and (max-width: 1550px) { #hd .fixbox .dot-wrapper { bottom: 30px; } }
@media screen and (max-width: 1200px) { #hd .performance-cooling .hd-container .list { margin-top: 80px; margin-bottom: 20px; }
  #hd .performance-cooling .hd-container .list li { font-size: 1em; } }
@media screen and (max-width: 1024px) { #hd .performance-memory .entry .hd-content { padding-right: 0; } }
@media screen and (max-width: 1023px) { #hd .fixbox .img-wrapper { width: 40%; }
  #hd .fixbox .scroll-text { left: 50%; width: 42%; }
  #hd .fixbox .scroll-text .context { padding-top: 80px; }
  #hd .performance-cooling .hd-container { padding: 0; }
  #hd .performance-cooling .hd-container .graph, #hd .performance-cooling .hd-container .script { width: 100%; }
  #hd .performance-memory .entry { flex-wrap: wrap; }
  #hd .performance-memory .entry .hd-content { width: 100%; padding: 0; margin-bottom: 1em; }
  #hd .performance-memory .entry > figure { width: 100%; } }
@media screen and (max-width: 768px) { #hd .fixbox .img-wrapper { width: 90%; left: 5%; }
  #hd .fixbox .scroll-text { width: 90%; left: 5%; position: relative; left: auto; top: auto; padding-top: 200px; padding-left: 20px; text-shadow: 1px 1px 2px #000, 0px 0px 5px #000, 0px 0px 5px #000; }
  #hd .performance-cooling .hd-container { flex-wrap: wrap; }
  #hd .performance-cooling .hd-container .list { margin-top: 20px; }
  #hd .performance-cooling .hd-container .context .lineup .item h5 { min-height: 0; margin-bottom: 0; } }
@media screen and (max-width: 480px) { #hd .performance-cooling .hd-container .list li { font-size: 12px; } }
/* -----------sec-lighting -------- */
#hd .hd-w1250on { display: none; }
#hd .tab-lighting { max-width: 2560px; margin: 0px auto 200px; overflow: hidden; }
#hd .tab-lighting .strips { margin-top: 30px; margin-right: 30px; }
#hd .tab-lighting .aurasync-wrapper { min-height: 60vw; padding-top: 1px; }
#hd .tab-lighting .add { display: flex; align-items: center; }
#hd .tab-lighting .add:after { content: ''; display: block; width: 150%; height: 200px; background: #13202c; position: absolute; top: 90px; left: 8%; z-index: 0; }
#hd .tab-lighting .add .text { padding-right: 20px; padding-left: 10%; position: relative; z-index: 1; }
#hd .tab-lighting .add h4 { font-weight: normal; }
#hd .tab-lighting .add .img { width: 250px; flex-shrink: 0; position: relative; z-index: 1; }
#hd .tab-lighting .add .img img { width: 100%; }
#hd .hd-sec-lighting { padding-bottom: 200px; position: relative; }
#hd .hd-sec-lighting > img { width: 100%; }
#hd .hd-sec-lighting .hd-col55 { width: 40%; max-width: 600px; padding: 0 1% 0 2%; margin-top: 15%; margin-left: 55%; margin-right: 50px; position: relative; z-index: 2; }
#hd .hd-sec-lighting .hd-col55 h3 img { display: block; float: right; margin-top: -35px; width: 70px; }
#hd .hd-lightingbox { position: absolute; top: 0%; left: 0%; width: 100%; height: 0; padding-bottom: 60%; }
#hd .hd-lightingbox img { width: 100%; }
#hd .hd-lightingbox p { display: block; font-size: 18px; font-weight: 400; text-transform: uppercase; margin-bottom: 0; position: absolute; left: 2%; }
#hd .hd-lighting { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; }
#hd .hd-controls { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-left: -5%; position: relative; }
#hd .hd-controls li { width: 25%; cursor: pointer; opacity: .5; }
#hd .hd-controls li img { display: block; width: 65px; height: 65px; margin: 20px auto 10px; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
#hd .hd-controls li:hover, #hd .hd-controls li.hd-active { opacity: 1; -webkit-filter: grayscale(0%); filter: grayscale(0%); }
#hd .hd-controls li:hover img, #hd .hd-controls li.hd-active img { opacity: 1; -webkit-filter: grayscale(0%); filter: grayscale(0%); }
#hd .hd-controls b { display: block; font-size: 16px; font-weight: 400; margin: 5px 0; }
#hd .hd-controls small { width: 113px; height: 65px; margin: 0 auto; }

#colorpicker { width: 120px; position: absolute; bottom: -170px; left: 20px; }

#color, #greybg { width: 100%; height: 0; padding-bottom: 58%; margin-top: 1px; position: absolute; top: 0; left: 0; z-index: -1; border: 2px solid black; }

#greybg { background-color: #333333; z-index: -2; }

/* ---------- color effect -------- */
#hd .hd-rainbow { background-color: #fd46a6; background-image: -moz-linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6); background-image: -webkit-linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6); background-image: linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6); background-size: 400%; /* IE6-9 */ }
#hd .hd-rainbow:before { content: ''; display: block; width: 100%; height: 5%; position: absolute; top: 86%; left: 0; background: #333333; }
#hd .hd-rainbow:after { content: ''; display: block; width: 100%; height: 4%; position: absolute; top: 86%; left: 0; background-color: #fd46a6; background-image: -moz-linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6); background-image: -webkit-linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6); background-image: linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6); }
#hd .hd-cycle:before { content: ''; display: block; width: 100%; height: 5%; position: absolute; top: 86%; left: 0; background: #333333; }
#hd .hd-cycle:after { content: ''; display: block; width: 100%; height: 5%; position: absolute; top: 86%; left: 0; background: #ff0000; -webkit-animation-delay: 0; -webkit-animation-duration: 8s; -webkit-animation-name: cycle; -webkit-animation-timing-function: ease; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: reverse; -moz-animation-delay: 0; -moz-animation-duration: 8s; -moz-animation-name: cycle; -moz-animation-timing-function: ease; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: reverse; -o-animation-delay: 0; -o-animation-duration: 8s; -o-animation-name: cycle; -o-animation-timing-function: ease; -o-animation-iteration-count: infinite; -o-animation-fill-mode: reverse; animation-delay: 0; animation-duration: 8s; animation-name: cycle; animation-timing-function: ease; animation-iteration-count: infinite; animation-fill-mode: reverse; }
#hd .hd-starryNight .starry_night { display: block; }
#hd .starry_night_back { content: ''; display: block; width: 100%; height: 5%; position: absolute; top: 86%; left: 0; background: #fff; }
#hd .starry_night_color { content: ''; display: block; width: 100%; height: 5%; position: absolute; top: 86%; left: 0; background: #ff0000; -webkit-animation-delay: 0; -webkit-animation-duration: 5s; -webkit-animation-name: flashStrobing; -webkit-animation-timing-function: ease; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; -moz-animation-delay: 0; -moz-animation-duration: 5s; -moz-animation-name: flashStrobing; -moz-animation-timing-function: ease; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: forwards; -o-animation-delay: 0; -o-animation-duration: 5s; -o-animation-name: flashStrobing; -o-animation-timing-function: ease; -o-animation-iteration-count: infinite; -o-animation-fill-mode: forwards; animation-delay: 0; animation-duration: 5s; animation-name: flashStrobing; animation-timing-function: ease; animation-iteration-count: infinite; animation-fill-mode: forwards; }
#hd .starry_night { display: none; }
#hd .starry_night li { width: 5%; height: 0; padding-bottom: 5%; background-color: #FFF; background: radial-gradient(circle, white, rgba(255, 255, 255, 0) 50%); position: absolute; -webkit-animation-delay: 0s; -webkit-animation-duration: 3s; -webkit-animation-name: breathing; -webkit-animation-timing-function: ease; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; -moz-animation-delay: 0s; -moz-animation-duration: 3s; -moz-animation-name: breathing; -moz-animation-timing-function: ease; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: forwards; -o-animation-delay: 0s; -o-animation-duration: 3s; -o-animation-name: breathing; -o-animation-timing-function: ease; -o-animation-iteration-count: infinite; -o-animation-fill-mode: forwards; animation-delay: 0s; animation-duration: 3s; animation-name: breathing; animation-timing-function: ease; animation-iteration-count: infinite; animation-fill-mode: forwards; }
#hd .starry_night li:nth-child(2) { left: 19%; top: 20%; }
#hd .starry_night li:nth-child(3) { left: 22%; top: 24%; -webkit-animation-delay: -1s; -webkit-animation-duration: 3s; -webkit-animation-name: breathing; -webkit-animation-timing-function: ease; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; -moz-animation-delay: -1s; -moz-animation-duration: 3s; -moz-animation-name: breathing; -moz-animation-timing-function: ease; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: forwards; -o-animation-delay: -1s; -o-animation-duration: 3s; -o-animation-name: breathing; -o-animation-timing-function: ease; -o-animation-iteration-count: infinite; -o-animation-fill-mode: forwards; animation-delay: -1s; animation-duration: 3s; animation-name: breathing; animation-timing-function: ease; animation-iteration-count: infinite; animation-fill-mode: forwards; }
#hd .starry_night li:nth-child(4) { left: 42%; top: 75%; -webkit-animation-delay: -2s; -webkit-animation-duration: 3s; -webkit-animation-name: breathing; -webkit-animation-timing-function: ease; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; -moz-animation-delay: -2s; -moz-animation-duration: 3s; -moz-animation-name: breathing; -moz-animation-timing-function: ease; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: forwards; -o-animation-delay: -2s; -o-animation-duration: 3s; -o-animation-name: breathing; -o-animation-timing-function: ease; -o-animation-iteration-count: infinite; -o-animation-fill-mode: forwards; animation-delay: -2s; animation-duration: 3s; animation-name: breathing; animation-timing-function: ease; animation-iteration-count: infinite; animation-fill-mode: forwards; }

/* ---------- other section style - */
#hd #style { background: black; position: relative; z-index: 1; }
#hd .tab-design { width: 100%; padding: 0 50px 150px 50px; position: relative; overflow: hidden; }
#hd .tab-design .box { max-width: 1500px; position: relative; margin: 120px auto 50px; padding-bottom: 6%; }
#hd .tab-design .text { max-width: 550px; margin: 30px; }
#hd .tab-design .product .front { max-width: 700px; width: 55%; position: absolute; left: 45%; top: 0; z-index: 2; }
#hd .tab-design .product img { width: 100%; }
#hd .style-diy-content { padding-top: 200px; }
#hd .style-diy-content .hd-container { padding: 50px 0; }
#hd .style-diy-content .entry { display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 50px; position: relative; overflow: hidden; }
#hd .style-diy-content .entry .text { align-self: center; padding: 20px 3em; width: 45%; position: relative; z-index: 1; }
#hd .style-diy-content .entry .img { width: 80%; }
#hd .style-diy-content .entry:nth-child(2n-1) { flex-direction: row-reverse; }
#hd .style-diy-content .entry:nth-child(2n-1) .text { margin-left: -25%; }
#hd .style-diy-content .entry:nth-child(2n-1) img { margin-left: 0; }
#hd .style-diy-content .entry:nth-child(2n) .text { margin-right: -25%; }
#hd .style-diy-content .entry:nth-child(2n) img { margin-right: 0; }
#hd .style-diy-content .entry.entry-1 { overflow: visible; }
#hd .style-diy-content .entry.entry-1 img { margin-top: -10%; }
#hd .style-diy-content .entry.entry-4 .text { width: 55%; margin-right: -35%; }
#hd .style-compatibilty-content { padding-top: 100px; }
#hd .style-compatibilty-content .compatibilty-1 { display: flex; max-width: 1900px; margin: 0 auto 50px; flex-direction: row-reverse; align-items: center; }
#hd .style-compatibilty-content .compatibilty-1 .img { width: 40%; }
#hd .style-compatibilty-content .compatibilty-1 .text { width: 60%; padding: 0 15% 0 8%; }
#hd .style-compatibilty-content a { color: #ce00e9; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#hd .style-compatibilty-content a:hover { color: #ee2f92; }
#hd .style-compatibilty-content .compatibilty-2 { position: relative; background-image: linear-gradient(90deg, #0b0840 0%, #0b0840 50%, #6c1132 50.1%, #6c1132 100%); }
#hd .style-compatibilty-content .compatibilty-2 .text { position: absolute; left: 50%; top: 20%; width: 35%; max-width: 600px; transform: translateX(-130%); }

@media screen and (min-width: 2560px) { #hd .tab-lighting .aurasync-wrapper { min-height: 1600px; } }
@media screen and (max-width: 1750px) { #hd .tab-lighting .hd-sec-lighting .hd-col55 { margin-top: 3%; } }
@media screen and (max-width: 1550px) { #hd .tab-lighting .hd-sec-lighting .hd-col55 { margin-top: 0; }
  #hd .style-compatibilty-content .compatibilty-2 .text { top: 10%; }
  #colorpicker { bottom: -150px; left: auto; } }
@media screen and (max-width: 1440px) { #hd .style-diy-content .entry .text { width: 40%; }
  #hd .style-diy-content .entry:nth-child(2n-1) .text { margin-left: -20%; }
  #hd .style-diy-content .entry:nth-child(2n) .text { margin-right: -20%; }
  #hd .style-diy-content .entry.entry-4 .text { width: 50%; margin-right: -30%; } }
@media screen and (max-width: 1366px) { #hd .tab-design { padding-bottom: 100px; }
  #hd .tab-design .text { max-width: 450px; }
  #hd .tab-design .box { margin-top: 60px; }
  #hd .tab-design .product .front { left: 50%; width: 40%; }
  #hd .style-compatibilty-content .compatibilty-1 .img { width: 50%; }
  #hd .style-compatibilty-content .compatibilty-1 .text { width: 50%; padding: 0 50px 0 20px; } }
@media screen and (max-width: 1280px) { #hd .hd-controls li img { width: 50px; height: 50px; }
  #hd .style-diy-content .entry .img { width: 70%; }
  #hd .style-diy-content .entry:nth-child(2n-1) .text { margin-left: -10%; }
  #hd .style-diy-content .entry:nth-child(2n) .text { margin-right: -10%; }
  #hd .style-diy-content .entry.entry-4 .text { width: 50%; margin-right: -20%; } }
@media screen and (max-width: 1250px) { #hd { /* ---------- color effect ---------- */ }
  #hd .hd-w1250on { display: block; }
  #hd .hd-w1250off { display: none; }
  #hd .tab-lighting { margin-bottom: 50px; margin-top: 0; }
  #hd .tab-lighting .add:after { height: 170px; top: 60px; }
  #hd .tab-lighting .add .img { width: 200px; margin-right: 30px; }
  #hd .hd-sec-lighting { padding: 20px 0 30px; }
  #hd .hd-sec-lighting .hd-col55 { display: block; width: 90%; max-width: 700px; padding: 0; margin: 0 auto; position: relative; }
  #hd .hd-sec-lighting .hd-col55 h3 { text-align: center; }
  #hd .hd-sec-lighting .hd-col55 h3 img { float: none; margin-top: 20px; }
  #hd .hd-sec-lighting .hd-col55 > p { text-align: center; }
  #hd .hd-controls { margin-left: 0; }
  #hd .hd-controls li img { margin: 20px auto 0; }
  #hd .hd-lightingbox { width: 100%; max-width: 660px; right: 0; height: auto; margin: 30px auto 0; padding-bottom: 0; float: none; position: relative; top: auto; left: auto; }
  #hd .hd-lighting { position: relative; }
  #hd .hd-starryNight::before, #hd .hd-starryNight::after, #hd .starry_night_back, #hd .starry_night_color { top: auto !important; }
  #hd .hd-cycle:before, #hd .hd-cycle:after, #hd .hd-comet:before, #hd .hd-comet:after, #hd .hd-flash:before, #hd .hd-flash:after, #hd .hd-wave:before, #hd .hd-wave:after, #hd .hd-yoyo:after, #hd .hd-starryNight:before, #hd .hd-starryNight:after, #hd .starry_night_back, #hd .starry_night_color { top: 91.5%; }
  #hd .starry_night li { width: 10%; padding-bottom: 10%; }
  #hd .starry_night li:nth-child(2) { left: 26%; top: 8%; }
  #hd .starry_night li:nth-child(3) { left: 31%; top: 11%; }
  #hd .starry_night li:nth-child(4) { left: 59%; top: 52%; }
  #hd .hd-rainbow:before, #hd .hd-rainbow:after, #hd .hd-wave .starry_night, #hd .hd-yoyo:before, #hd .hd-yoyo .starry_night { top: 89%; }
  #hd .hd-cycle:before, #hd .hd-cycle:after, #hd .hd-comet:before, #hd .hd-comet:after, #hd .hd-flash:before, #hd .hd-flash:after, #hd .hd-wave:before, #hd .hd-wave:after, #hd .hd-yoyo:after, #hd .hd-starryNight:before, #hd .hd-starryNight:after, #hd .starry_night_back, #hd .starry_night_color { top: 89%; }
  #color, #greybg { width: 100%; height: 0; padding-bottom: 102%; position: absolute; z-index: -1; }
  #colorpicker { left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; position: relative; margin-top: 40px; } }
@media screen and (max-width: 1024px) { #hd .tab-design { padding: 0 20px; min-height: 450px; }
  #hd .tab-design .box { padding-bottom: 0; }
  #hd .tab-design .text { max-width: 350px; }
  #hd .style-diy-content .entry .text { width: 50%; padding: 20px 1em; text-shadow: 1px 1px 2px #000, 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 8px #000, 0px 0px 12px #000; }
  #hd .style-diy-content .entry .img { width: 80%; }
  #hd .style-diy-content .entry:nth-child(2n-1) .text { margin-left: -30%; }
  #hd .style-diy-content .entry:nth-child(2n) .text { margin-right: -30%; }
  #hd .style-diy-content .entry.entry-3 .img { margin-left: -20%; margin-right: 20%; }
  #hd .style-diy-content .entry.entry-4 .img { margin-left: 20%; margin-right: -20%; } }
@media screen and (max-width: 1023px) { #hd .style-compatibilty-content .compatibilty-2 .img { margin-left: -50%; }
  #hd .style-compatibilty-content .compatibilty-2 .text { position: relative; left: auto; top: auto; width: 100%; max-width: 100%; padding: 50px 30px 0 30px; transform: translateX(0%); background-image: linear-gradient(90deg, #140e70 0%, #511555 65%, #6c1132 100%); } }
@media screen and (max-width: 768px) { #hd .tab-design .box { padding-top: 60vw; }
  #hd .tab-design .text { max-width: 100%; }
  #hd .tab-design .product .front { left: 12%; width: 70%; }
  #hd .tab-design .product .back { left: 35%; width: 70%; top: 5%; }
  #hd .tab-lighting .add:after { display: none; }
  #hd .style-compatibilty-content .compatibilty-1 { display: block; }
  #hd .style-compatibilty-content .compatibilty-1 .img { width: 100%; }
  #hd .style-compatibilty-content .compatibilty-1 .text { width: 100%; padding: 0 30px; }
  #hd .style-diy-content { padding-top: 50px; }
  #hd .style-diy-content .entry.entry-2 .text { width: 60%; margin-right: -40%; }
  #hd .style-diy-content .entry.entry-2 .img { width: 100%; margin-left: -10%; margin-right: -15%; }
  #hd .style-diy-content .entry.entry-4 .text { width: 60%; margin-right: -40%; }
  #hd .style-diy-content .entry.entry-4 .img { width: 90%; margin-right: -40%; margin-left: 20%; }
  #colorpicker { display: none !important; } }
@media screen and (max-width: 620px) { #hd .tab-lighting .add { display: block; }
  #hd .tab-lighting .add .text { padding: 0; }
  #hd .tab-lighting .add .img { width: 250px; margin: 1em auto 0; }
  #hd .hd-controls b { font-size: 12px; }
  #hd .tab-design .text { margin: 10px; }
  #hd .style-diy-content .entry { margin-bottom: 30px; }
  #hd .style-diy-content .entry .text, #hd .style-diy-content .entry .img { width: 100% !important; margin: 0 !important; }
  #hd .style-diy-content .entry.entry-1 img { margin-top: 0; } }
#hd .more-optimization { padding-top: 100px; }
#hd .more-optimization p { margin-bottom: 30px; }
#hd .more-optimization .list-wrapper { margin: 50px auto 100px; }
#hd .more-optimization .list-wrapper .list { max-width: 1260px; margin-left: auto; margin-right: auto; padding: 0 20px; }
#hd .more-optimization .entry:not(.active) { display: none; }
#hd .tab-bios .list li { width: auto; min-width: 250px; font-size: 1.2em; padding: 10px; }
#hd .tab-bios .mode-wrapper { display: flex; flex-wrap: wrap; background: #13202c; }
#hd .tab-bios .mode-img { width: 45%; }
#hd .tab-bios .mode-img img { width: 100%; }
#hd .tab-bios .mode-text { width: 55%; position: relative; }
#hd .tab-bios .mode-text .brief { height: 100%; padding: 50px; }
#hd .tab-bios .mode-text .details { height: 27vw; max-height: 320px; margin: 2.5vw 50px; overflow: hidden; display: none; }
#hd .tab-bios .mode-text .details-content-wrapper { height: 100%; overflow-y: scroll; padding-right: 10px; -webkit-overflow-scrolling: touch; }
#hd .tab-bios .mode-text .details-content-wrapper::-webkit-scrollbar { width: 6px; height: 6px; }
#hd .tab-bios .mode-text .details-content-wrapper::-webkit-scrollbar-track { background: #203243; }
#hd .tab-bios .mode-text .details-content-wrapper::-webkit-scrollbar-thumb { background: #ee2f92; }
#hd .tab-bios .mode-text .details-content-wrapper::-webkit-scrollbar-thumb:hover { background: #df00df; }
#hd .tab-bios .more-btn { display: inline-block; width: auto; padding: 10px; font-size: 0.9em; text-transform: uppercase; background: white; color: black; cursor: pointer; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#hd .tab-bios .more-btn:hover { background: #ddd; }
#hd .tab-bios .close-btn { display: block; width: 21px; height: 21px; background: url("../img/more/close.png") center no-repeat; position: absolute; top: 15px; right: 15px; cursor: pointer; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
#hd .tab-bios .close-btn:hover { -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
#hd .more-networking { padding: 100px 0 50px; }
#hd .more-networking .hd-row { align-items: center; padding: 0 30px; margin: 100px auto; }
#hd .more-networking .hd-row .hd-container { width: 100%; justify-content: space-between; margin-top: 50px; }
#hd .more-networking .hd-row li { width: 31%; }
#hd .more-networking .hd-row .img { flex-shrink: 0; }
#hd .more-networking .hd-row h5 { margin-top: 15px; font-weight: normal; }
#hd .more-armoury { padding: 100px 0; }
#hd .more-armoury-ui { display: flex; margin: 80px auto 0; position: relative; }
#hd .more-armoury-ui .list { display: flex; flex-wrap: wrap; align-items: flex-start; width: 30%; padding-right: 5px; margin-bottom: 0; }
#hd .more-armoury-ui .list ul { width: 100%; }
#hd .more-armoury-ui .list li { width: 100%; font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; justify-content: flex-start; text-align: left; padding: 10px; margin-bottom: 5px; background: none; color: white; -moz-transform: skew(0deg, 0deg); -o-transform: skew(0deg, 0deg); -ms-transform: skew(0deg, 0deg); -webkit-transform: skew(0deg, 0deg); transform: skew(0deg, 0deg); }
#hd .more-armoury-ui .list li:hover { background: #13202c; }
#hd .more-armoury-ui .list li.active { justify-content: center; background: #13202c; font-weight: bold; }
#hd .more-armoury-ui .screenshot { width: 70%; }
#hd .more-armoury-ui .screenshot .img { display: none; }
#hd .more-armoury-ui .screenshot .img.active { display: block; }
#hd .more-armoury-ui .screenshot .img img { max-width: 100%; border: 1px solid #555; }
#hd .more-armoury-ui a { margin-top: auto; padding: 8px 15px; color: black; background: white; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-transform: uppercase; }
#hd .more-armoury-ui a:hover { background-color: #ccc; }
#hd .more-ramcache { padding: 100px 0; }
#hd .more-ramcache h3 + p { margin: 0 auto 20px; }
#hd .more-ramcache .inner { background: url("../img/more/ramcache-bg.jpg") left top no-repeat; }
#hd .more-ramcache .inner:after { content: ''; display: block; clear: both; }
#hd .more-ramcache-ui { width: 500px; float: right; margin-right: 50px; margin-top: 50px; }
#hd .more-ramcache-ui .hd-container { width: 400px; margin: 0 auto; position: relative; }
#hd .more-ramcache-ui .entry { display: none; }
#hd .more-ramcache-ui .entry.active { display: block; }
#hd .more-ramcache-ui .entry p { margin-bottom: 10px; min-height: 3.5em; }
#hd .more-ramcache-ui .control { position: relative; }
#hd .more-ramcache-ui .control a { display: block; width: 40px; height: 40px; margin: 0; position: absolute; top: 200px; cursor: pointer; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
#hd .more-ramcache-ui .control a:before { display: block; content: ''; width: 20px; height: 2px; background: white; position: absolute; left: 10px; top: 13px; -moz-transform: rotate(-45deg) translateX(0px) translateY(0px); -o-transform: rotate(-45deg) translateX(0px) translateY(0px); -ms-transform: rotate(-45deg) translateX(0px) translateY(0px); -webkit-transform: rotate(-45deg) translateX(0px) translateY(0px); transform: rotate(-45deg) translateX(0px) translateY(0px); }
#hd .more-ramcache-ui .control a:after { display: block; content: ''; width: 20px; height: 2px; background: white; position: absolute; left: 10px; top: 26px; -moz-transform: rotate(45deg) translateX(0px) translateY(0px); -o-transform: rotate(45deg) translateX(0px) translateY(0px); -ms-transform: rotate(45deg) translateX(0px) translateY(0px); -webkit-transform: rotate(45deg) translateX(0px) translateY(0px); transform: rotate(45deg) translateX(0px) translateY(0px); }
#hd .more-ramcache-ui .control a:hover { opacity: 0.7; }
#hd .more-ramcache-ui .control a.left { right: 90%; }
#hd .more-ramcache-ui .control a.right { -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); left: 90%; }

@media screen and (max-width: 1440px) { #hd .more-optimization .list-wrapper .list li { font-size: 0.9em; } }
@media screen and (max-width: 1200px) { #hd .tab-bios .mode-img { width: 50%; }
  #hd .tab-bios .mode-text { width: 50%; }
  #hd .tab-bios .mode-text .brief { padding: 20px; }
  #hd .tab-bios .mode-text .details { height: 30vw; margin: 2.5vw 50px 2.5vw 50px; }
  #hd .tab-bios .more-btn { padding: 5px 10px; }
  #hd .more-networking .hd-row .img { flex-shrink: 0.5; } }
@media screen and (max-width: 1023px) { #hd .tab-bios .mode-img { width: 100%; }
  #hd .tab-bios .mode-text { width: 100%; }
  #hd .tab-bios .mode-text .details { height: 50vw; margin: 2.5vw 50px; } }
@media screen and (max-width: 768px) { #hd .more-optimization { padding-top: 50px; }
  #hd .more-optimization .list-wrapper .list li { font-size: 0.8em; }
  #hd .more-networking { padding: 50px 0 50px; }
  #hd .more-networking .hd-row { padding: 0 20px; margin: 50px auto; }
  #hd .more-networking .hd-row .hd-container { margin-top: 30px; }
  #hd .more-networking .hd-row li { width: 100%; margin-bottom: 20px; }
  #hd .more-networking .hd-row .img { flex-shrink: 0; }
  #hd .more-armoury-ui { display: block; margin-top: 20px; padding-bottom: 50px; text-align: center; }
  #hd .more-armoury-ui .list { width: 100%; padding-top: 30px; margin-bottom: 10px; }
  #hd .more-armoury-ui .screenshot { width: 100%; }
  #hd .more-armoury-ui > a { display: inline-block; margin: 1em auto 0; }
  #hd .more-ramcache-ui { float: none; margin: 50px auto 0 auto; } }
@media screen and (max-width: 620px) { #hd .more-optimization .list-wrapper .list { flex-wrap: wrap; margin-bottom: 20px; }
  #hd .more-optimization .list-wrapper .list li { width: 50%; margin: 0 0 10px; }
  #hd .tab-bios .list-wrapper .list li { font-size: 0.9em; padding: 5px; }
  #hd .more-ramcache .inner { background: none; }
  #hd .more-ramcache-ui { width: 100%; }
  #hd .more-ramcache-ui .hd-container { width: 80%; } }

/*# sourceMappingURL=hd-style.css.map */
