@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Gothic+A1:500,800&display=swap");
html {
  background-color: #000; }

body {
  margin: 0px;
  font-family: 'Gothic A1',"Helvetica","微軟正黑體","蘋果儷中黑",Arial;
  background-color: #000;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, p, a, span, li {
  font-family: "Gothic A1", "Helvetica", "微軟正黑體", "蘋果儷中黑", Arial;
    font-family-margin: 0;
    font-family-padding: 0; }

h1 {
  font-weight: 800;
  font-size: 84px;
  color: #FFFFFF;
  letter-spacing: 2.8px;
  line-height: 84px; }

button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  outline: none; }

a, a:active, a:focus {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  -o-transition: all 0.5s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.4, 0.1, 0.01, 0.99); }

a:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none; }

button {
  outline: none; }

.btn {
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
  border: 2px solid #fff;
  padding: 10px 15px; }
  .btn:hover {
    color: #fff; }

.btn-with-icon {
  border: none; }

.btn-orange {
  background: #EB6100;
  color: #fff;
  border: 2px solid #EB6100; }
  .btn-orange:hover {
    color: #fff; }

.product-img {
  border-radius: 5px;
  overflow: hidden;
  width: 160px;
  height: 160px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  -webkit-transition: all 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  -o-transition: all 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  transition: all 1s cubic-bezier(0.4, 0.1, 0.01, 0.99); }
  header .container {
    border-bottom: 2px solid #fff;
    padding: 30px 0;
    -webkit-transition: all 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    -o-transition: all 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    transition: all 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    position: relative; }
  header .logo {
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px; }
  header nav > ul > li {
    display: inline-block;
    font-weight: 800;
    font-size: 15px;
    color: #FFFFFF;
    margin-left: 30px;
    position: relative; }

header.with-bg {
  background: rgba(0, 0, 0, 0.8); }
  header.with-bg .container {
    padding: 15px 0; }

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8); }

.dropdown-menu > li > a {
  color: #fff; }

.nav-about .nav-about:after, .nav-products .nav-products:after, .nav-news .nav-news:after, .nav-download .nav-download:after, .nav-contact .nav-contact:after {
  content: "\A";
  position: absolute;
  background: #fff;
  width: 100%;
  display: block;
  height: 4px;
  bottom: -31px;
  -webkit-transition: bottom 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  -o-transition: bottom 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
  transition: bottom 1s cubic-bezier(0.4, 0.1, 0.01, 0.99); }

header.with-bg .nav-about:after, header.with-bg .nav-products:after, header.with-bg .nav-news:after, header.with-bg .nav-download:after, header.with-bg .nav-contact:after {
  bottom: -16px; }

section.sliders {
  background: #000; }
  section.sliders .swiper-slide {
    position: relative;
    padding-top: 84px;
    height: 1080px; }
  section.sliders .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 168px;
    position: relative;
    z-index: 2;
    height: 500px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  section.sliders a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }
  section.sliders a:hover {
    opacity: 1; }
  section.sliders .title {
    color: #fff;
    font-weight: 800;
    font-size: 84px;
    letter-spacing: 2.8px;
    line-height: 84px; }
    section.sliders .title span {
      font-size: 24px;
      letter-spacing: 0.8px;
      line-height: 28px; }
  section.sliders .bg {
    position: absolute;
    width: 100%;
    height: 1080px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0; }
  section.sliders .product-img {
    margin-right: 40px;
    width: 250px;
    height: 250px; }
  section.sliders .swiper-button-next, section.sliders .swiper-button-prev {
    background-image: none;
    top: 320px;
    margin-top: 0;
    width: 24px;
    height: 24px; }
  section.sliders .swiper-button-prev {
    left: calc(50vw - 585px); }
  section.sliders .swiper-button-next {
    right: calc(50vw - 585px); }
  section.sliders .swiper-wrapper {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.1, 0.01, 0.99);
    -o-transition-timing-function: cubic-bezier(0.4, 0.1, 0.01, 0.99);
    transition-timing-function: cubic-bezier(0.4, 0.1, 0.01, 0.99); }

.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
  margin: 0 5px; }

.swiper-pagination-bullet-active {
  background: #EB6100; }

section.news-event {
  margin-top: -530px;
  position: relative;
  z-index: 3;
  color: #fff; }
  section.news-event .swiper-pagination {
    padding-bottom: 30px;
    position: relative; }
  section.news-event .wrapper {
    padding: 15px;
    height: 180px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    background-color: #fff; }
    section.news-event .wrapper .group {
      position: relative;
      z-index: 1; }
    section.news-event .wrapper .group span {
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.3px;
      font-weight: 800; }
    section.news-event .wrapper .overlay {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7)));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0; }
  section.news-event .tag {
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px; }
  section.news-event h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.page-news-list section.news-event, .page-news-content section.news-event {
  margin-top: 0; }
  .page-news-list section.news-event .wrapper, .page-news-content section.news-event .wrapper {
    margin-bottom: 30px;
    height: 250px; }

section.products {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 60px; }
  section.products .wrapper {
    display: block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px; }
    section.products .wrapper .bg {
      height: 160px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: -30px -32px 55px -32px;
      -webkit-transition: margin 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
      -o-transition: margin 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
      transition: margin 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
      background-color: #000; }
    section.products .wrapper .product-img {
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 30px;
      z-index: 3;
      -webkit-transition: top 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
      -o-transition: top 1s cubic-bezier(0.4, 0.1, 0.01, 0.99);
      transition: top 1s cubic-bezier(0.4, 0.1, 0.01, 0.99); }
    section.products .wrapper h3 {
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0.3px;
      font-weight: 800;
      color: #4a4a4a; }
    section.products .wrapper span {
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.3px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      height: 26px;
      color: #9b9b9b; }
    section.products .wrapper .more {
      margin-top: 20px;
      font-size: 18px;
      font-weight: 800;
      color: #EB6100; }
  section.products .wrapper:hover .product-img {
    top: 25px; }
  section.products .wrapper:hover .bg {
    margin: -30px -42px 55px -42px; }

section.about {
  color: #fff; }
  section.about h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800; }
  section.about p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800;
    font-weight: 400; }

footer {
  color: #fff;
  margin-top: 120px; }
  footer .container {
    border-top: 2px solid #fff;
    padding: 30px 0;
    position: relative; }
  footer .wrapper {
    clear: both; }
  footer h4 {
    float: left;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px;
    letter-spacing: 2px;
    font-weight: 800;
    width: 50px;
    margin-right: 15px;
    line-height: 20px;
    margin-bottom: 10px; }
  footer p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px;
    float: left;
    line-height: 20px;
    margin-bottom: 10px; }
  footer .copyright {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px;
    color: #9b9b9b;
    font-weight: 800;
    margin-top: 20px; }
  footer .go-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 6px; }

section.banner {
  padding-top: 84px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  section.banner:before {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #000000), color-stop(93%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000 7%, rgba(0, 0, 0, 0) 93%);
    background-image: -o-linear-gradient(bottom, #000000 7%, rgba(0, 0, 0, 0) 93%);
    background-image: linear-gradient(0deg, #000000 7%, rgba(0, 0, 0, 0) 93%); }
  section.banner:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0; }
  section.banner h1 {
    position: relative;
    text-align: center;
    z-index: 2;
    letter-spacing: 0px; }
  section.banner span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800;
    font-weight: 500;
    color: #fff;
    width: 90%;
    max-width: 850px;
    position: relative;
    z-index: 2;
    margin-top: 30px; }
  section.banner .btn {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2; }
  section.banner .container {
    position: relative;
    text-align: center;
    height: 316px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.page-about h3, .page-about p {
  color: #fff; }

.page-about .nsdi-article-system {
  color: #fff; }

.page-about h3 {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 48px; }

.page-about .nas-article-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .page-about .nas-article-wrapper p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px; }

.page-about iframe {
  margin: 60px auto;
  position: relative;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%; }

.nsdi-article-system table {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
  font-weight: 800;
  color: #fff;
  width: 100%; }

.nsdi-article-system tr {
  border-top: 1px solid; }

.nsdi-article-system td {
  padding: 20px 10px; }

.nsdi-article-system .table-title {
  text-align: center;
  margin: 120px 0 30px; }

section.products-intro {
  text-align: center;
  margin-top: -90px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2; }
  section.products-intro h2, section.products-intro p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800;
    color: #fff; }
  section.products-intro h2 {
    font-weight: 600; }
  section.products-intro p {
    font-weight: 300;
    width: 90%;
    max-width: 850px;
    margin: 30px auto 0 auto; }

section.product-banner {
  padding-top: 84px;
  width: 100%;
  position: relative; }
  section.product-banner .container {
    position: relative;
    z-index: 2; }
  section.product-banner h1 {
    text-align: left;
    margin-top: 120px;
    margin-bottom: 30px; }
  section.product-banner p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800;
    color: #fff;
    font-weight: 300;
    margin-bottom: 120px; }
  section.product-banner .product-img {
    margin-top: 120px;
    margin-left: 170px; }
  section.product-banner .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: calc( 50vw - 210px);
    height: 950px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    section.product-banner .bg:before {
      content: '\A';
      position: absolute;
      width: 100%;
      height: 50%;
      left: 0;
      bottom: 0;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #000000), color-stop(93%, rgba(0, 0, 0, 0)));
      background-image: -webkit-linear-gradient(bottom, #000000 7%, rgba(0, 0, 0, 0) 93%);
      background-image: -o-linear-gradient(bottom, #000000 7%, rgba(0, 0, 0, 0) 93%);
      background-image: linear-gradient(0deg, #000000 7%, rgba(0, 0, 0, 0) 93%); }
    section.product-banner .bg:after {
      content: '\A';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 0; }

section.product-content {
  position: relative;
  z-index: 2; }
  section.product-content .btn {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  section.product-content .wrapper.affix {
    position: fixed;
    top: 84px;
    width: 263px; }
  section.product-content .wrapper.affix-bottom {
    position: relative; }
  section.product-content .content {
    background: #fff;
    border-radius: 0 5px 5px 5px;
    padding: 50px; }
  section.product-content h3, section.product-content h4, section.product-content h5, section.product-content li, section.product-content p {
    color: #000000; }
  section.product-content .free-edit a {
    color: #EB6100; }
  section.product-content h3 {
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 30px 0; }
  section.product-content h4 {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px; }
  section.product-content h5 {
    font-weight: 800;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 10px; }
  section.product-content li, section.product-content p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 10px; }
  section.product-content li {
    line-height: 18px; }
  section.product-content .nav-tabs {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    section.product-content .nav-tabs li {
      margin-bottom: 0; }
    section.product-content .nav-tabs a, section.product-content .nav-tabs a:hover, section.product-content .nav-tabs a:active, section.product-content .nav-tabs a:focus {
      border: none;
      white-space: nowrap; }
  section.product-content .introduce p {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px; }
  section.product-content .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section.product-content .spec > div {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 50%; }
    section.product-content .spec li, section.product-content .spec h4 {
      padding: 15px 0;
      border-bottom: 1px solid #cccccc;
      margin-bottom: 0; }
    section.product-content .spec ul {
      margin-bottom: 30px; }
  section.product-content .features .wrapper {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 10px 15px;
    height: 100%; }
  section.product-content .features .group {
    margin-bottom: 15px; }
  section.product-content .features li {
    list-style: disc;
    margin-left: 15px; }
  section.product-content .features h5 {
    margin-bottom: 0; }
  section.product-content .features ul {
    padding-top: 10px; }
  section.product-content .nav-tabs-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: -40px; }

.free-edit img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px; }

.free-edit iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px auto; }

.free-edit ul {
  list-style: initial; }

.free-edit address, .free-edit caption, .free-edit cite, .free-edit code, .free-edit dfn, .free-edit em, .free-edit strong, .free-edit th, .free-edit var {
  font-style: initial;
  font-weight: initial; }

.free-edit b, .free-edit strong {
  font-weight: bold; }

.free-edit h1, .free-edit h2, .free-edit h3, .free-edit h4, .free-edit h5, .free-edit h6, .free-edit p, .free-edit span, .free-edit div, .free-edit b, .free-edit strong, .free-edit th, .free-edit td, .free-edit li, .free-edit ul, .free-edit ol {
  color: #000; }

section.compare-table {
  padding-top: 84px; }
  section.compare-table .product-img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    -o-transition: all 0.5s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.4, 0.1, 0.01, 0.99); }
  section.compare-table table {
    color: #fff;
    width: 100%; }
  section.compare-table th, section.compare-table td {
    text-align: center;
    padding: 10px 15px; }
  section.compare-table th {
    padding-bottom: 20px; }
  section.compare-table td.title {
    text-align: left;
    font-weight: 800; }
  section.compare-table h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    -o-transition: all 0.5s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.4, 0.1, 0.01, 0.99); }
  section.compare-table tbody tr:nth-child(2n+1) {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px; }
  section.compare-table .back {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800;
    line-height: 90px; }
  section.compare-table .table-responsive.sticky th {
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    background: #000;
    padding-top: 20px; }
  section.compare-table .table-responsive.sticky .product-img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px; }
  section.compare-table .table-responsive.sticky h3 {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800;
    line-height: 20px; }
  section.compare-table .tableFloatingHeaderOriginal {
    top: 54px !important; }

.mdl-textfield span {
  position: absolute;
  left: 0;
  bottom: -10px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #fff;
  opacity: .5; }

section.inquiry-form select {
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  padding: 4px 0;
  background-image: url("../images/ic_down.png");
  background-size: 16px 10px;
  background-position: center right;
  background-repeat: no-repeat; }
  section.inquiry-form select option {
    color: #000; }

section.inquiry-form .wrapper {
  padding: 20px 0; }

section.inquiry-form .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

section.inquiry-form .g-recaptcha {
  margin: 30px 0 50px 0; }

section.inquiry-form .btn {
  min-width: 240px; }

section.done .container {
  text-align: center;
  height: 100vh;
  min-height: 300px;
  margin-top: -400px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 84px; }

section.done h1 {
  font-weight: 800;
  font-size: 48px;
  letter-spacing: 1.34px; }

section.done span {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.3px;
  font-weight: 800;
  color: #fff; }

section.done .btn {
  margin-top: 30px; }

section.done .dropdown {
  width: 90%;
  max-width: 600px; }
  section.done .dropdown button {
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800;
    border: 2px solid #fff;
    width: 100%;
    background-image: url("../images/ic_down.png");
    background-size: 16px 10px;
    background-position: center right 20px;
    background-repeat: no-repeat;
    text-align: left;
    border-radius: 5px;
    padding: 16px 20px; }

section.done .dropdown-menu {
  width: 100%;
  background-color: #fff;
  color: #000;
  max-height: 50vh;
  overflow-y: auto; }

section.done .dropdown-menu > li:not(:last-child) {
  border-bottom: 1px solid #cccccc; }

section.done .dropdown-menu > li > a {
  color: #000;
  text-align: left;
  padding: 10px 20px;
  font-weight: 800; }

section.done .note {
  padding-top: 20px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #fff; }
  section.done .note a {
    color: #EB6100; }

.page-inquiry-done footer, .page-download-start footer, .page-download-entrance footer {
  margin-top: 0; }

section.loading {
  padding-top: 90px; }
  section.loading span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800;
    color: #fff; }

.dots-animation:after {
  content: ' .';
  -webkit-animation: dots 1s steps(5, end) infinite;
  animation: dots 1s steps(5, end) infinite; }

@-webkit-keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% {
    text-shadow: .25em 0 0 white, .5em 0 0 white; } }

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0); }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0); }
  80%, 100% {
    text-shadow: .25em 0 0 white, .5em 0 0 white; } }

section.news-header {
  padding-top: 174px;
  padding-bottom: 60px;
  color: #fff; }
  section.news-header h1 {
    font-weight: 800;
    font-size: 48px;
    letter-spacing: 1.6px;
    line-height: 56px;
    margin-top: 15px; }
  section.news-header .tag {
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 800;
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px; }

section.news-content {
  position: relative; }
  section.news-content .share-tools li {
    margin-bottom: 20px; }
  section.news-content .wrapper.affix {
    position: fixed;
    top: 84px;
    width: 165px; }
  section.news-content .wrapper.affix-bottom {
    position: relative; }
  section.news-content .content {
    background: #fff;
    border-radius: 5px;
    padding: 60px; }
  section.news-content .free-edit p, section.news-content .free-edit span, section.news-content .free-edit a {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 20px; }
  section.news-content .free-edit img {
    border-radius: 3px;
    margin-bottom: 30px; }
  section.news-content .free-edit a {
    color: #EB6100;
    font-weight: 800;
    text-decoration: underline; }

.page-download-entrance section.banner {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.page-download-entrance section.done .container {
  height: 100vh;
  margin-top: 0;
  padding-top: 0; }

.page-download-list section.banner {
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.page-download-list section.done .container {
  height: 400px;
  margin-top: 0;
  z-index: 10; }

section.download-list label {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
  padding: 5px 10px; }
  section.download-list label.active {
    background: #fff;
    color: #4a4a4a; }

section.download-list .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), section.download-list .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), section.download-list .btn-group > .btn:last-child:not(:first-child), section.download-list .btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 3px; }

section.download-list .btn-group {
  margin-bottom: 30px; }

section.download-list .btn-group .btn {
  margin-right: 15px; }

section.download-list .badge {
  background-color: #4a4a4a; }

section.download-list table {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
  width: 100%; }

section.download-list th {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.3px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 10px;
  min-width: 100px; }

section.download-list td {
  font-weight: 800;
  padding: 20px 10px; }
  section.download-list td span {
    font-weight: 400;
    opacity: .7;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }

section.download-list tr {
  border-bottom: 1px solid #fff; }

section.download-list table.small-only {
  margin-bottom: 30px;
  display: none; }
  section.download-list table.small-only td, section.download-list table.small-only th {
    padding: 10px; }
  section.download-list table.small-only tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  section.download-list table.small-only span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  section.download-list table.small-only .st-key {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px; }

section.download-list th, section.download-list td, section.download-list span {
  line-height: 120%; }

section.contact {
  color: #fff; }
  section.contact .wrapper {
    clear: both; }
  section.contact h4 {
    float: left;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.3px;
    letter-spacing: 2px;
    font-weight: 800;
    width: 50px;
    margin-right: 15px;
    line-height: 20px;
    margin-bottom: 10px; }
  section.contact p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px;
    float: left;
    line-height: 20px;
    margin-bottom: 10px; }
  section.contact h2 {
    font-weight: 800;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom: 30px; }
  section.contact .btn {
    display: block;
    padding: 40px 10px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800; }
    section.contact .btn span {
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.3px; }
  section.contact iframe {
    margin-top: 90px;
    border-radius: 3px; }

.open-mobile-menu {
  position: absolute;
  top: 14px;
  right: 0px;
  z-index: 2; }
  .open-mobile-menu img {
    width: 24px;
    height: 18px; }

.close-mobile-menu {
  position: absolute;
  top: 11px;
  right: 15px;
  z-index: 2; }
  .close-mobile-menu img {
    width: 24px;
    height: 24px; }

.body-fixed {
  overflow: hidden;
  height: 100vh; }

@media screen and (max-width: 1199px) {
  section.sliders .container {
    padding-left: 88px; }
  section.product-content .wrapper.affix {
    width: 212px; } }

@media screen and (max-width: 991px) {
  header .container {
    padding: 15px 0; }
  header .logo {
    font-size: 16px;
    line-height: 16px; }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 500;
    display: none; }
    header nav .dropdown-menu {
      display: block;
      width: 100%;
      position: relative;
      top: auto;
      padding: 0;
      margin: 0;
      border: none;
      background: none; }
      header nav .dropdown-menu li {
        width: 50%;
        float: left;
        text-align: center;
        padding: 0; }
      header nav .dropdown-menu li a {
        padding: 8px 0; }
    header nav .dropdown-menu > li > a:hover, header nav .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent; }
    header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -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;
      height: 100%; }
  header nav > ul > li {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800; }
  .nav-about .nav-about:after, .nav-products .nav-products:after, .nav-news .nav-news:after, .nav-download .nav-download:after, .nav-contact .nav-contact:after {
    display: none; }
  h1, section.sliders .title, section.news-header h1, section.done h1 {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0; }
  .page-about h3, section.product-content h3, section.contact h2 {
    font-size: 24px;
    line-height: 120%; }
  section.sliders .title span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: 800; }
  section.products-intro p, section.product-banner p, section.compare-table h3 {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px; }
  section.banner {
    padding-top: 48px; }
    section.banner .container {
      max-height: 316px;
      height: 25vh; }
    section.banner span {
      margin-top: 0px;
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.3px; }
  section.contact .btn {
    padding: 64px 5px; }
  section.contact iframe {
    margin-top: 30px; }
  footer {
    margin-top: 60px; }
  section.sliders .container {
    padding-left: 104px;
    height: 300px; }
  section.sliders .product-img {
    width: 150px;
    height: 150px; }
  section.sliders .bg, section.sliders .swiper-slide {
    height: 768px; }
  section.news-event {
    margin-top: -380px; }
  .product-img {
    width: 100px;
    height: 100px; }
  section.products .wrapper {
    padding: 20px; }
    section.products .wrapper .bg {
      height: 120px;
      margin-bottom: 40px; }
    section.products .wrapper:hover .bg {
      margin-bottom: 40px; }
    section.products .wrapper .more {
      margin-top: 10px; }
  section.about h3 {
    margin-bottom: 30px; }
  section.products {
    margin-bottom: 30px; }
  .upside-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  section.products-intro {
    margin-top: -8vh; }
  section.banner .btn {
    top: 15px; }
  .btn {
    padding: 6px 10px; }
    .btn img {
      width: 16px;
      height: 16px; }
  section.product-banner .bg {
    width: calc( 50vw - 200px); }
  section.product-content .wrapper.affix {
    width: 750px;
    top: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px 0; }
    section.product-content .wrapper.affix li, section.product-content .wrapper.affix a {
      margin-bottom: 0; }
  section.product-content .btn {
    width: auto; }
  section.loading {
    padding-top: 30px; }
  section.news-header {
    padding-top: 114px; }
  section.news-content .share-tools ul {
    text-align: center; }
  section.news-content .share-tools li {
    display: inline-block;
    margin: 0;
    padding: 30px 10px; }
  section.done .dropdown {
    margin-top: 20px; }
    section.done .dropdown button {
      padding: 5px 15px;
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.3px; }
  .page-download-list section.done .container {
    height: 200px;
    padding-top: 48px; }
  section.download-list {
    position: relative;
    z-index: 9; }
  .page-download-start .banner, .page-inquiry-done .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  section.done .container {
    margin-top: 0; }
  section.compare-table .product-img {
    width: 50px;
    height: 50px; }
  section.compare-table {
    padding-top: 48px; }
  section.compare-table .back {
    line-height: 60px; }
  section.compare-table .tableFloatingHeaderOriginal {
    top: 48px !important; }
  section.product-content .nav-tabs-wrapper {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  header {
    padding: 0 15px;
    width: 100%; }
    header .container {
      width: 100%; }
  footer {
    padding: 0 15px; }
    footer p {
      width: calc( 100% - 65px); }
    footer .copyright {
      width: calc( 100% - 40px); }
  section.contact p {
    width: calc( 100% - 65px); }
  section.contact .btn {
    padding: 20px;
    margin-top: 15px; }
  .upside-down-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .dmp-logo {
    padding: 20px 0; }
    .dmp-logo img {
      width: 200px;
      height: 200px; }
  .page-about .nas-article-wrapper p {
    margin-bottom: 15px; }
  .nsdi-article-system .table-title {
    margin-top: 30px; }
  .table-responsive {
    border: none; }
  section.banner .btn {
    right: 15px; }
  section.product-banner .product-img {
    margin-top: 0;
    margin-left: auto; }
  section.product-banner h1 {
    margin-top: 30px;
    margin-bottom: 15px; }
  section.product-banner p {
    margin-bottom: 30px; }
  section.product-banner .bg {
    width: 100%;
    height: 250px; }
  section.product-content .links {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    section.product-content .links li {
      width: auto;
      padding: 0 0 0 15px; }
      section.product-content .links li:last-child {
        padding-right: 15px; }
    section.product-content .links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  section.product-content .wrapper.affix {
    width: calc( 100% - 30px);
    left: 0px; }
  section.product-content .content {
    padding: 30px 20px; }
  section.product-content h3 {
    margin-bottom: 15px; }
  section.product-content .spec {
    display: block; }
  .text-center-mobile {
    text-align: center; }
  section.banner span {
    line-height: 20px; }
  section.sliders .product-img {
    width: 120px;
    height: 120px;
    margin-top: 45px; }
  section.sliders .container {
    padding-left: 30px;
    display: block;
    height: auto; }
    section.sliders .container .title {
      margin-top: 30px; }
  section.sliders .bg {
    height: 460px; }
  section.sliders .swiper-slide {
    height: auto;
    padding-top: 48px; }
  section.news-event {
    margin-top: 30px; }
  .swiper-pagination {
    text-align: left;
    margin-left: 15px; }
  section.news-event .wrapper {
    margin-bottom: 15px; }
  section.products {
    margin-top: 15px; }
  section.products .wrapper {
    margin-bottom: 15px; }
  section.news-content .content {
    padding: 20px; }
  .page-download-entrance section.done h1, .page-download-start section.done h1, .page-inquiry-done section.done h1 {
    margin-top: -18vh; }
  header nav ul {
    padding: 30px 0; }
  .page-about h3 {
    line-height: 150%; }
  .page-products-list section.banner .btn {
    right: 49px;
    padding: 0 5px;
    top: 10px;
    border: none;
    letter-spacing: 0;
    position: fixed;
    z-index: 400; }
    .page-products-list section.banner .btn img {
      display: none; }
  .mdl-textfield__input {
    border-radius: 0; } }
