<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?oswayp");
  src: url("../fonts/icomoon.eot?oswayp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?oswayp") format("truetype"), url("../fonts/icomoon.woff?oswayp") format("woff"), url("../fonts/icomoon.svg?oswayp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar-page-empty:before {
  content: "\e90c";
}

.icon-cloud-download:before {
  content: "\e90b";
}

.icon-envelope:before {
  content: "\e908";
}

.icon-telephone:before {
  content: "\e909";
}

.icon-man-user:before {
  content: "\e90a";
}

.icon-play-button:before {
  content: "\e907";
}

.icon-movie-symbol-of-video-camera:before {
  content: "\e906";
}

.icon-cart:before {
  content: "\e905";
}

.icon-pdf-file-type-symbol:before {
  content: "\e904";
}

.icon-arrow:before {
  content: "\e903";
}

.icon-shopping-cart-2:before {
  content: "\e902";
}

.icon-earth-globe:before {
  content: "\e900";
}

.icon-magnifying-glass:before {
  content: "\e901";
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}

@keyframes move-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}

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

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

.hideobj {
  display: none;
}

.container-fluid {
  padding: 0;
}

:focus {
  outline: none;
}

html {
  -ms-overflow-style: scrollbar;
}

h1,
h2,
h3 {
  line-height: 1;
}

h4,
h5,
p {
  line-height: 1.5;
}

p {
  color: #3c3c3c;
  line-height: 1.8;
  margin-top: 0px;
}

@media (max-width: 375px) {
  p {
    line-height: 1.5;
  }
}

p + p {
  margin-top: 15px;
}

body * {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: auto\9;
}

form {
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #4D4D4D;
  font-family: "Poppins", "Arial", "微軟正黑體", \5FAE\8EDF\6B63\9ED1\9AD4, "Microsoft JhengHei", "微软雅黑", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.8;
  font-size: 16px;
}

body a {
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  noFocusLine: expression(this.onFocus=this.blur());
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body a:hover, body a:focus {
  text-decoration: none;
  color: #fff;
}

body a img {
  border: none;
}

body a:focus {
  outline: none;
  outline: none;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}

.btn {
  border-radius: 0;
  padding: 15px 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
}

@media (max-width: 1439px) {
  .btn {
    font-size: 20px;
  }
}

@media (max-width: 1279px) {
  .btn {
    font-size: 18px;
    padding: 12px 30px;
  }
}

@media (max-width: 480px) {
  .btn {
    font-size: 18px;
    padding: 12px 50px;
  }
}

.btn-primary {
  background: #EF8200;
  color: #fff;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background: #000;
  color: #fff;
}

body {
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
  padding: 0;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #eee;
  pointer-events: none;
}

#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
}

.page-overview {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

a.cover-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .video-section {
    background: url(../images/mobile_image_b.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
  }
}

@media (max-width: 880px) {
  .video-section {
    background-position: center;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .video-section {
    background-position: center;
    background-size: 150%;
  }
}

@media (max-width: 680px) {
  .video-section {
    background: url(../images/mobile_image.jpg) no-repeat center top;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .video-section {
    height: 50vh;
  }
}

@media (max-width: 375px) {
  .video-section {
    height: 46vh;
  }
}

#video-background {
  /*  making the video fullscreen - top, left and translate used to center the video. If 'translate' isn't supported, it's best to go with top and left of 0px not 50% */
  height: auto;
  left: 55%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 1680px) {
  #video-background {
    top: -5%;
  }
}

@media (max-width: 1439px) {
  #video-background {
    top: -15%;
    -webkit-transform: translateX(-50%) scale(0.85);
            transform: translateX(-50%) scale(0.85);
  }
}

@media (max-width: 1279px) {
  #video-background {
    left: 65%;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
  }
}

@media (max-width: 1024px) {
  #video-background {
    display: none;
  }
}

.cover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+32,ffffff+100&amp;1+0,1+32,1+32,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e9e9e9), color-stop(25%, #ededed), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #e9e9e9 0%, #ededed 25%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  bottom: 0;
}

@media (max-width: 1279px) {
  .cover {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#e9e9e9), color-stop(5%, #ededed), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #e9e9e9 0%, #ededed 5%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
  }
}

@media (max-width: 680px) {
  .cover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ececec+1,ececec+26,ffffff+100&amp;1+0,1+26,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(18deg, #ececec 0%, #ececec 43%, rgba(255, 255, 255, 0) 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    bottom: 0;
    top: auto;
    height: 70vh;
  }
}

@media (max-width: 480px) {
  .cover {
    display: none;
  }
}

.content {
  position: absolute;
  left: 6%;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

@media (max-width: 1680px) {
  .content {
    top: 40%;
  }
}

@media (max-width: 991px) {
  .content {
    top: 50%;
  }
}

@media (max-width: 480px) {
  .content {
    top: 68%;
  }
}

@media (max-width: 480px) {
  .content {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 30px 20px 10px;
    left: 0;
    top: 0;
  }
}

@media (max-width: 375px) {
  .content {
    padding: 20px 20px 10px;
  }
}

.logo {
  width: 23.979vw;
  opacity: 0;
}

@media (max-width: 1024px) {
  .logo {
    width: 27.979vw;
  }
}

@media (max-width: 480px) {
  .logo {
    display: none;
  }
}

.logo img {
  width: 23.979vw;
}

@media (max-width: 1024px) {
  .logo img {
    width: 27.979vw;
  }
}

@media (min-width: 481px) {
  .logo.animation {
    opacity: 1;
    -webkit-animation: fadeInDown 1s;
    animation: fadeInDown 1s;
  }
}

.logo-s {
  display: none;
}

@media (max-width: 480px) {
  .logo-s {
    display: block;
    width: 160px;
    margin: 0 auto 0 20px;
  }
  .logo-s img {
    width: 160px;
  }
}

.lang {
  position: absolute;
  z-index: 5;
  right: 6%;
  bottom: 30px;
}

@media (max-width: 480px) {
  .lang {
    top: 10px;
    right: 20px;
    bottom: auto;
  }
}

.lang ul {
  padding: 0;
  margin: 0;
}

.lang ul li {
  padding: 0;
  list-style: none;
  display: inline-block;
}

.lang ul li + li {
  margin-left: 5px;
}

.lang ul li a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.8);
  color: #3c3c3c;
}

@media (max-width: 1024px) {
  .lang ul li a {
    padding: 5px 15px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .lang ul li a {
    background: #898989;
    color: #fff;
  }
}

.lang ul li a:hover {
  background: #3c3c3c;
  color: #fff;
}

.lang ul li a.active {
  background: #EF8200;
  color: #fff;
}

.slogan-wrap {
  position: relative;
}

@media (max-width: 480px) {
  .slogan-wrap {
    text-align: center;
  }
}

@media (min-width: 481px) {
  .slogan-wrap {
    padding-left: 8px;
    opacity: 0;
  }
}

@media (min-width: 481px) {
  .slogan-wrap.animation {
    opacity: 1;
    -webkit-animation: fadeInUp 1.5s;
    animation: fadeInUp 1.5s;
  }
}

.slogan-wrap .slogan {
  font-size: 4.688vw;
  line-height: 1;
  color: #3c3c3c;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff;
  padding-right: 85px;
}

@media (max-width: 1024px) {
  .slogan-wrap .slogan {
    font-size: 5.5vw;
  }
}

@media (max-width: 991px) {
  .slogan-wrap .slogan {
    font-size: 45px;
  }
}

@media (max-width: 480px) {
  .slogan-wrap .slogan {
    padding-right: 0;
  }
}

@media (max-width: 375px) {
  .slogan-wrap .slogan {
    font-size: 33px;
  }
}

.slogan-wrap .slogan span {
  margin-right: 10px;
  display: inline-block;
  color: #EF8200;
}

.slogan-wrap .slogan:after {
  content: "";
  background: url(../images/360.svg) no-repeat;
  position: absolute;
  top: -38px;
  right: 0;
  width: 80px;
  height: 80px;
  display: inline-block;
}

@media (max-width: 480px) {
  .slogan-wrap .slogan:after {
    position: static;
  }
}

.slogan-wrap .slogan-desc {
  font-size: 1.823vw;
  line-height: 1.5;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}

@media (max-width: 1024px) {
  .slogan-wrap .slogan-desc {
    font-size: 3vw;
  }
}

@media (max-width: 991px) {
  .slogan-wrap .slogan-desc {
    font-size: 25px;
  }
}

@media (max-width: 680px) {
  .slogan-wrap .slogan-desc {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .slogan-wrap .slogan-desc {
    font-size: 20px;
    margin-top: 12px;
  }
}

@media (max-width: 375px) {
  .slogan-wrap .slogan-desc {
    font-size: 18px;
  }
}

.btn-wrap {
  margin-top: 2.5em;
  padding-left: 8px;
}

@media (max-width: 1279px) {
  .btn-wrap {
    margin-top: 1em;
  }
}

@media (max-width: 480px) {
  .btn-wrap {
    text-align: center;
    padding-left: 0;
    margin-top: 18px;
  }
}

@media (min-width: 481px) {
  .btn-wrap .btn-primary {
    opacity: 0;
  }
}

.btn-wrap .btn-primary.animation {
  opacity: 1;
}

@media (min-width: 481px) {
  .btn-wrap .btn-primary.animation {
    -webkit-animation: fade 1s;
    animation: fade 1s;
  }
}

.btn-arrow {
  position: relative;
}

.btn-arrow:after {
  content: "";
  background-image: url(../images/arrow.png);
  width: 22px;
  height: 22px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-animation: move-right .8s infinite;
  animation: move-right .8s infinite;
}

@media (max-width: 1439px) {
  .btn-arrow:after {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1279px) {
  .btn-arrow:after {
    width: 20px;
    height: 20px;
  }
}

:root {
  --app-height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

@media not all and (hover: hover) {
  html,
  body {
    height: var(--app-height);
  }
}

@media (max-width: 480px) {
  html,
  body, .page-overview {
    overflow: auto;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>