@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("./animate.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: "微軟正黑體", "Microsoft JhengHei";
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .6px;
  color: #ffffff;
  background-color: black;
  margin: 0 auto;
  height: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

body {
  overflow-x: hidden;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3,
.h1, .h2, h3 {
  font-family: "微軟正黑體", "Microsoft JhengHei";
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, h3 small,
h3 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}

h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 18px;
}

p {
  font-size: 14px;
  margin: 0 0 10px;
}

span {
  font-size: 12px;
}

ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

pre {
  border: 1px solid #979797;
  border-radius: 0;
  display: block;
  margin: 10px 0;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word;
}

@-webkit-keyframes floating-line-inno {
  0% {
    -webkit-transform: translate(-4693.5px, -3430.823px);
    transform: translate(-4693.5px, -3430.823px);
  }
  100% {
    -webkit-transform: translate(-4693.5px, -3434.823px);
    transform: translate(-4693.5px, -3434.823px);
  }
}

@keyframes floating-line-inno {
  0% {
    -webkit-transform: translate(-4693.5px, -3430.823px);
    transform: translate(-4693.5px, -3430.823px);
  }
  100% {
    -webkit-transform: translate(-4693.5px, -3434.823px);
    transform: translate(-4693.5px, -3434.823px);
  }
}

@-webkit-keyframes floating-inno {
  0% {
    -webkit-transform: translate(-4600px, -3430.823px);
    transform: translate(-4600px, -3430.823px);
  }
  100% {
    -webkit-transform: translate(-4600px, -3434.823px);
    transform: translate(-4600px, -3434.823px);
  }
}

@keyframes floating-inno {
  0% {
    -webkit-transform: translate(-4600px, -3430.823px);
    transform: translate(-4600px, -3430.823px);
  }
  100% {
    -webkit-transform: translate(-4600px, -3434.823px);
    transform: translate(-4600px, -3434.823px);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink-reverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink-reverse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes floating-efficiency {
  0% {
    -webkit-transform: translate(-4710.5px, -3196px);
    transform: translate(-4710.5px, -3196px);
  }
  100% {
    -webkit-transform: translate(-4710.5px, -3192px);
    transform: translate(-4710.5px, -3192px);
  }
}

@keyframes floating-efficiency {
  0% {
    -webkit-transform: translate(-4710.5px, -3196px);
    transform: translate(-4710.5px, -3196px);
  }
  100% {
    -webkit-transform: translate(-4710.5px, -3192px);
    transform: translate(-4710.5px, -3192px);
  }
}

@-webkit-keyframes floating-hq {
  0% {
    -webkit-transform: translate(-4013.5px, -3434.823px);
    transform: translate(-4013.5px, -3434.823px);
  }
  100% {
    -webkit-transform: translate(-4013.5px, -3438.823px);
    transform: translate(-4013.5px, -3438.823px);
  }
}

@keyframes floating-hq {
  0% {
    -webkit-transform: translate(-4013.5px, -3434.823px);
    transform: translate(-4013.5px, -3434.823px);
  }
  100% {
    -webkit-transform: translate(-4013.5px, -3438.823px);
    transform: translate(-4013.5px, -3438.823px);
  }
}

@-webkit-keyframes floating-line-ef {
  0% {
    -webkit-transform: translate(-4756px, -3200.823px);
    transform: translate(-4756px, -3200.823px);
  }
  100% {
    -webkit-transform: translate(-4756px, -3196.823px);
    transform: translate(-4756px, -3196.823px);
  }
}

@keyframes floating-line-ef {
  0% {
    -webkit-transform: translate(-4756px, -3200.823px);
    transform: translate(-4756px, -3200.823px);
  }
  100% {
    -webkit-transform: translate(-4756px, -3196.823px);
    transform: translate(-4756px, -3196.823px);
  }
}

@-webkit-keyframes floating-line-hq {
  0% {
    -webkit-transform: translate(-4162px, -3434.823px);
    transform: translate(-4162px, -3434.823px);
  }
  100% {
    -webkit-transform: translate(-4162px, -3438.823px);
    transform: translate(-4162px, -3438.823px);
  }
}

@keyframes floating-line-hq {
  0% {
    -webkit-transform: translate(-4162px, -3434.823px);
    transform: translate(-4162px, -3434.823px);
  }
  100% {
    -webkit-transform: translate(-4162px, -3438.823px);
    transform: translate(-4162px, -3438.823px);
  }
}

.hide {
  height: 0;
  display: none;
}

.bold {
  font-weight: 700;
}

.bold-6 {
  font-weight: 600;
}

.color-blue {
  color: #007ade;
}

.color-orange {
  color: #ff9700;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pd-t-10 {
  padding-top: 10px;
}

.btn {
  cursor: pointer;
}

.link-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.wrapper {
  background: url("../images/space_1920_background.jpg") top center no-repeat;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  z-index: 0;
  background-size: cover;
  overflow-y: hidden;
}

.wrapper.moveRight {
  background-position: 90%;
}

.wrapper .menu-rwd {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
  background: inherit;
  background-size: cover;
}

.wrapper .menu-rwd ul {
  margin-top: 15%;
}

.wrapper .menu-rwd ul li {
  text-align: center;
  padding: 15px 0;
}

.wrapper .menu-rwd ul li:last-child {
  margin-top: 30px;
}

.wrapper .menu-rwd ul li a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.wrapper .menu-rwd ul li a > * {
  font-weight: 300;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -1;
}

.wrapper .menu-rwd .btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.wrapper .menu-rwd .btn-close img {
  width: 100%;
  height: 100%;
}

.wrapper .menu-rwd:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  z-index: -1;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.wrapper .menu-rwd.active {
  display: block;
}

.container {
  max-width: 1366px;
  margin: 0 auto;
  height: 100%;
  background: inherit;
  background-size: 0;
  padding-bottom: 120px;
}

.container .main {
  position: relative;
}

.container .main header {
  text-align: center;
  display: none;
}

.container .main header h2,
.container .main header span {
  font-weight: 500;
}

.container .main.active {
  padding-top: 35px;
  display: block;
}

.container .main.active header {
  display: inline-block;
  width: 100%;
}

.container .main.mobile {
  display: none;
}

.container:before {
  content: '';
  background: inherit;
}

.detail-page {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0;
  text-align: justify;
  background: inherit;
  background-size: 0;
}

.detail-page:before {
  height: 100%;
}

.detail-page .link-back {
  width: 100%;
}

.detail-page .btn {
  z-index: 1;
}

.detail-page .btn img {
  width: 100%;
  height: 100%;
}

.detail-page .btn-arrow {
  content: url("../images/ic_bak.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 25px;
  color: white;
}

.detail-page .btn-menu {
  content: url("../images/ic_menu.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 25px;
  color: white;
}

.detail-page nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.detail-page nav li {
  position: relative;
  display: none;
}

.detail-page nav li:not(:first-child) {
  border-bottom: solid 1px transparent;
}

.detail-page nav li.active {
  display: block;
}

.detail-page nav li.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: black;
}

.detail-page nav li.active.li-aboutus .tab {
  border-top: solid 1px #dc1c33;
  display: block;
  height: auto;
}

.detail-page nav li.active.li-benefits {
  border-color: #007ade;
}

.detail-page nav li.active.li-product {
  border-color: #ff9700;
}

.detail-page nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.detail-page nav li a h2,
.detail-page nav li a span {
  z-index: -1;
  display: inline-block;
}

.detail-page nav li .list-number {
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  display: none;
}

.detail-page nav li .tab {
  overflow: hidden;
}

.detail-page nav li .tab > a {
  width: 50%;
  float: left;
  text-align: center;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

.detail-page nav li .tab > a:before {
  visibility: hidden;
}

.detail-page nav li .tab > a.active {
  color: #ffffff;
  font-weight: 600;
  background-color: rgba(220, 28, 51, 0.5);
}

.detail-page nav li .tab > a.active:before {
  visibility: visible;
}

.detail-page .content {
  font-weight: 300;
  background: inherit;
  background-size: 0;
  position: relative;
  padding-top: 75px;
}

.detail-page .content section.about-us {
  padding-top: 45px;
}

.detail-page .content .detail {
  padding: 30px 20px 10px 20px;
  letter-spacing: 0.8px;
  font-size: 14px;
  line-height: 1.7;
}

.detail-page .content .detail ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

.detail-page .content .detail span {
  display: block;
  font-size: 14px;
}

.detail-page .content .detail.icon-list li {
  width: 49%;
  display: inline-block;
  text-align: center;
  padding: 30px 0 0 0;
}

.detail-page .content .detail.icon-list li img {
  width: 65px;
  height: 65px;
  color: #ff9700;
}

.detail-page .content .detail.icon-list li p {
  font-size: 16px;
  word-break: keep-all;
}

.block-menu {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  background: inherit;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  background-size: 0;
  z-index: 2;
}

.block-menu.active {
  height: 100%;
  position: fixed;
}

.block-menu.active .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.block-menu.active .btn-close img {
  width: 30px;
  height: 30px;
}

.block-menu .background {
  position: absolute;
  top: 0;
  bottom: 0;
  background: inherit;
  background-size: cover;
  background-position: 50% 50%;
  background-color: rgba(0, 122, 222, 0.2);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  width: 100%;
  height: 100%;
}

.block-menu .background > figure {
  height: 100%;
  padding: 0;
  margin: 0;
  background: url("../images/blur.svg") top center no-repeat;
  background-size: cover;
}

.block-menu .contact {
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-menu .contact p {
  margin-top: 30px;
  font-weight: 300;
  margin-bottom: 0;
}

.block-menu .contact .description {
  margin-top: 60px;
}

footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: solid 1px #979797;
}

footer .container {
  padding: 0;
  margin: 0;
  height: 100%;
}

footer .container ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .container ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 14px;
  width: 33%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  line-height: 20px;
  border-bottom: solid 1px #979797;
}

footer .container ul li a {
  display: block;
  padding: 10px 0;
}

footer .container ul .left {
  color: #007ade;
  padding: 10px 0;
}

footer .container ul .right {
  color: #ff9700;
  border-left: solid 1px #979797;
}

footer .container ul .right a {
  display: block;
}

footer .container ul .right a > span {
  font-size: inherit;
  color: #ffffff;
}

footer .container ul .left,
footer .container ul .right {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  cursor: pointer;
}

footer .container ul .bottom {
  width: 100%;
  color: #ffffff;
  padding: 10px 0;
  font-weight: 300;
  font-size: 12px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

footer .container:before {
  display: none;
}

footer.footer li:first-child, footer.footer li:last-child {
  display: none;
}

.vision {
  position: relative;
  padding: 50px 0 50px;
  text-align: center;
  margin: 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.vision .rings {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.vision .rings-big, .vision .rings-small, .vision .rings-oblique-small, .vision .rings-oblique-info, .vision .rings-big-oblique {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.vision .rings-big {
  width: 336px;
  height: 336px;
}

.vision .rings-big #text-inno,
.vision .rings-big #path-inno {
  display: none;
}

.vision .rings-big #hex-combine {
  -webkit-animation: blink 1.5s infinite alternate;
  animation: blink 1.5s infinite alternate;
}

.vision .rings-big #hex-medium {
  -webkit-animation: blink-reverse 1.4s infinite alternate;
  animation: blink-reverse 1.4s infinite alternate;
}

.vision .rings-big #hex-small {
  -webkit-animation: blink 1.8s infinite alternate;
  animation: blink 1.8s infinite alternate;
}

.vision .rings-big-oblique {
  -webkit-transform: translate(-50%, -50%) rotateX(245deg) rotateY(30deg) rotateZ(100deg);
  transform: translate(-50%, -50%) rotateX(245deg) rotateY(30deg) rotateZ(100deg);
}

.vision .rings-big-oblique .dot-small {
  z-index: -2;
}

.vision .rings-oblique-info {
  display: none;
}

.vision .circle {
  width: 200px;
  height: 200px;
  position: relative;
  background-color: black;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 auto;
  z-index: -1;
}

.vision:after {
  content: url("../images/INNO-TECH-LOGO.svg");
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

nav {
  text-align: center;
}

nav ul {
  padding: 0;
}

nav li {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

nav li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  z-index: 2;
}

nav li a:hover {
  font-weight: 500;
}

nav li:first-child {
  margin-top: 0;
}

nav span {
  display: block;
}

nav.main-nav {
  margin-bottom: 35px;
  overflow: hidden;
}

nav.main-nav .list-number {
  display: none;
}

nav.main-nav ul li {
  width: 130px;
  margin: 20px auto 0 auto;
}

@media screen and (min-width: 1366px) {
  .container {
    padding-bottom: 150px;
  }
  .container .main {
    padding-top: 10px;
  }
  .container .main header {
    margin: 45px 0 100px 120px;
    text-align: left;
    display: block;
    max-width: 350px;
  }
  .container .main header h2 {
    font-size: 24px;
  }
  .container .main header h2 ~ span {
    font-size: 14px;
    color: #bebebe;
    padding-left: 10px;
  }
  .container .main.mh {
    min-height: 700px;
  }
  .container .main.mobile {
    display: block;
  }
  .container .main.active header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .block-menu {
    width: 360px;
    left: 0;
    bottom: 0;
  }
  nav li {
    margin-top: 15px;
  }
  nav.main-nav {
    position: absolute;
    margin-left: 150px;
    text-align: left;
    margin-top: 15%;
  }
  nav.main-nav ul {
    display: inline-block;
  }
  nav.main-nav ul li {
    width: 130px;
    margin-bottom: 30px;
    font-size: 20px;
  }
  nav.main-nav ul li .list-number {
    display: inline-block;
    font-size: 24px;
    width: 40px;
    padding-right: 15px;
  }
  nav.main-nav ul li .list-number ~ span {
    padding-left: 42px;
  }
  .detail-page {
    width: 100%;
    height: 450px;
    position: relative;
    z-index: auto;
  }
  .detail-page .btn-arrow,
  .detail-page .btn-menu {
    display: none;
  }
  .detail-page:before {
    content: '';
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.05);
    background: inherit;
    background-size: cover;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background-position: center 30%;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  .detail-page:after {
    display: none;
  }
  .detail-page nav {
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
    width: 20%;
    padding-bottom: 50px;
    padding-top: 65px;
    position: relative;
  }
  .detail-page nav:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.05);
    width: 1000%;
    height: 100%;
    top: 0;
    left: -900%;
    min-height: 450px;
  }
  .detail-page nav li {
    text-align: right;
    padding-bottom: 20px;
    width: 150px;
    width: 60%;
    margin-left: 40%;
    display: block;
  }
  .detail-page nav li a {
    padding: 0;
  }
  .detail-page nav li a .list-number {
    display: inline-block;
    padding-right: 17px;
    color: #919191;
  }
  .detail-page nav li a h2 ~ span {
    padding-left: 30px;
    padding-right: 35px;
  }
  .detail-page nav li a h2,
  .detail-page nav li a span {
    padding-right: 20px;
    display: inline-block;
    z-index: -1;
    font-weight: 300;
    color: #919191;
  }
  .detail-page nav li .tab {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 10px 28px 0 0;
    border-top: 1px solid transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .detail-page nav li .tab > a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 10px 0;
    max-width: 150px;
    font-size: 18px;
  }
  .detail-page nav li .tab > a:before {
    width: 20px;
    height: 15px;
    content: url("../images/hexagon.png");
    padding-right: 18px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .detail-page nav li .tab > a.active {
    background-color: transparent;
  }
  .detail-page nav li .tab > a.active:before {
    opacity: 1;
  }
  .detail-page nav li:before {
    display: none;
  }
  .detail-page nav li:first-child {
    padding-bottom: 0px;
  }
  .detail-page nav li:first-child a {
    padding-bottom: 10px;
  }
  .detail-page nav li.li-aboutus h2 ~ span {
    padding-right: 39px;
  }
  .detail-page nav li.li-product h2 ~ span {
    padding-right: 39px;
  }
  .detail-page nav li.li-benefits h2 ~ span {
    padding-right: 45px;
  }
  .detail-page nav li.active a > * {
    color: #ffffff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .detail-page nav li.active.li-aboutus .tab {
    border-color: #dc1c33;
    display: block;
    opacity: 1;
    height: 101px;
  }
  .detail-page nav li.active.li-aboutus .list-number {
    color: #dc1c33;
    font-weight: 500;
  }
  .detail-page nav li.active.li-benefits {
    border-color: #007ade;
  }
  .detail-page nav li.active.li-benefits .list-number {
    color: #007ade;
    font-weight: 500;
  }
  .detail-page nav li.active.li-product {
    border-color: #ff9700;
  }
  .detail-page nav li.active.li-product .list-number {
    color: #ff9700;
    font-weight: 500;
  }
  .detail-page .content {
    margin-top: 0;
    vertical-align: top;
    width: 79%;
    height: 100%;
    position: relative;
    margin-left: -4px;
    display: inline-block;
    padding-top: 0;
  }
  .detail-page .content section.about-us {
    padding-top: 0px;
  }
  .detail-page .content .detail {
    padding: 26px 60px;
    font-size: 16px section;
    font-size-height: 100%;
  }
  .detail-page .content .detail .col {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .detail-page .content .detail.icon-list {
    padding: 66px 60px;
  }
  .detail-page .content .detail.icon-list ul {
    overflow: hidden;
    margin: 0;
  }
  .detail-page .content .detail.icon-list ul li {
    padding: 25px 0;
    width: 33%;
    float: left;
  }
  .detail-page .content .detail span,
  .detail-page .content .detail p,
  .detail-page .content .detail li {
    font-size: 16px;
  }
  .vision {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
  .vision .planet .circle {
    width: 300px;
    height: 300px;
  }
  .vision .planet .rings {
    width: 300px;
    height: 300px;
  }
  .vision .planet .rings-big {
    width: 497.5px;
    height: 395px;
  }
  .vision .planet .rings-big #text-inno,
  .vision .planet .rings-big #path-inno {
    display: block;
  }
  .vision .planet .rings-big #text-inno {
    -webkit-animation: floating-inno 1.5s infinite alternate;
    animation: floating-inno 1.5s infinite alternate;
  }
  .vision .planet .rings-big #path-inno {
    -webkit-animation: floating-line-inno 1.5s infinite alternate;
    animation: floating-line-inno 1.5s infinite alternate;
  }
  .vision .planet .rings-small {
    width: 320px;
    height: 320px;
  }
  .vision .planet .rings-oblique-info {
    position: absolute;
    display: block;
    left: 62%;
    top: 52.3%;
  }
  .vision .planet .rings-oblique-info #Path_4_Copy {
    -webkit-animation: floating-line-ef 1.5s infinite alternate;
    animation: floating-line-ef 1.5s infinite alternate;
  }
  .vision .planet .rings-oblique-info #Path_5 {
    -webkit-animation: floating-line-hq 1.5s infinite alternate;
    animation: floating-line-hq 1.5s infinite alternate;
  }
  .vision .planet .rings-oblique-info #efficiency {
    -webkit-animation: floating-efficiency 1.5s infinite alternate;
    animation: floating-efficiency 1.5s infinite alternate;
  }
  .vision .planet .rings-oblique-info #high_quality {
    -webkit-animation: floating-hq 1.5s infinite alternate;
    animation: floating-hq 1.5s infinite alternate;
  }
  .vision .planet .rings-oblique-small {
    display: none;
  }
  .vision:after {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  footer {
    margin-top: 150px;
  }
  footer .container {
    max-width: 100%;
  }
  footer .container ul {
    border-top: none;
  }
  footer .container ul li {
    font-size: 16px;
    padding: 20px 0;
  }
  footer .container ul li:first-child, footer .container ul li:last-child {
    width: 30%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    display: inline-block;
  }
  footer .container ul li.left {
    text-align: right;
    padding: 20px 5% 20px 0;
  }
  footer .container ul li.right {
    text-align: left;
    padding: 0 0 0 5%;
  }
  footer .container ul li.right a {
    padding: 20px 0;
  }
  footer .container ul li.bottom {
    padding: 20px 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    border-top: none;
    border-left: solid 1px #979797;
  }
  footer.pageDetail li:first-child, footer.pageDetail li:last-child {
    display: inline-block;
  }
}
/*# sourceMappingURL=style.css.map */