@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 微軟正黑體;
}

html {
  min-height: 100%;
  height: auto;
  /*Image only BG fallback*/
  /*background = gradient + image pattern combo*/
  /* background: 
		linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6)); */
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: white;
  font-size: 1.05rem;
}

.ml {
  margin-left: 10px;
}

.mr {
  margin-right: 10px;
}

.mb {
  margin-bottom: 12px;
}

.top {
  margin-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 50%;
  z-index: 20;
  background-color: inherit;
}

.copy {
  cursor: pointer;
}

.navbar {
  background-color: white;
}

.propertytitle {
  -webkit-text-stroke: 0.7px #fff;
  -moz-text-stroke: 0.7px #fff;
}

p {
  font-size: 24px;
}

.bg-item {
  display: none;
}

.bg-item2 {
  display: none;
}

.bg-item2 img {
  -webkit-animation-name: BgFadein;
          animation-name: BgFadein;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.bg-active {
  display: block;
}

@-webkit-keyframes BgFadein {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes BgFadein {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.sec-usecase .usecase-block {
  border: none;
  position: relative;
  background-color: transparent;
  z-index: 1;
}

.sec-usecase .usecase-block::after {
  position: absolute;
  bottom: 0rem;
  left: 5%;
  width: 90%;
  height: 10rem;
  background-color: #d4daec;
  content: " ";
  z-index: -1;
  border-radius: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.sec-usecase .usecase-block .usecase-imgfr {
  width: 85%;
  margin: 0 auto;
  height: 40vh;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
}

.sec-usecase .usecase-block .usecase-sub {
  background-color: transparent;
  color: #193179;
}

.sec-usecase .usecase-block .usecase-sub i {
  color: #193179;
}

.sec-steps .container {
  width: 100%;
}

.sec-steps .steps-title {
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: 1px;
  color: #041959;
}

.sec-steps .steps-title strong {
  font-size: 2.5rem;
  color: #041959;
}

.sec-steps .steps-block {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.sec-steps .steps-block .steps-imgfr {
  width: 70%;
  margin: 0 auto;
  height: 20vh;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-steps .steps-block .steps-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #041959;
}

.sec-steps .steps-block .steps-txt span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #ea5413;
  color: white;
  font-size: 1.4rem;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.6rem;
}

.sec-steps .steps-block .steps-txt .steps-txt-num {
  position: relative;
}

.sec-steps .steps-block .steps-txt .steps-txt-num::after {
  position: absolute;
  left: calc(50% - 2px);
  top: 100%;
  width: 100%;
  height: 40vh;
  content: "";
  border-left: 2px dashed #ea5413;
}

.sec-steps .steps-block .steps-txt .steps-sub {
  font-size: 1.6rem;
}

.sec-steps .step-video-title {
  color: #041959;
}

.sec-steps .step-videofr {
  width: 100%;
}

.sec-steps .step-videofr video {
  width: 100%;
}

.btn-dark {
  display: inline-block;
  text-decoration: none;
  color: white;
  border: 1px solid #ea5413;
  padding: 1rem 2.5rem;
  outline: none;
  background-color: #ea5413;
  margin-top: 4rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
          box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
}

/* sec-hero */
.sec-hero {
  padding: 6rem 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.sec-hero h1,
.sec-hero h2,
.sec-hero h3,
.sec-hero h4,
.sec-hero h5,
.sec-hero h6,
.sec-hero .h1,
.sec-hero .h2,
.sec-hero .h3,
.sec-hero .h4,
.sec-hero .h5,
.sec-hero .h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  color: #e95412;
}

.sec-hero .hero-title {
  font-size: 48px;
  letter-spacing: 1px;
  padding-top: 0rem;
}

.sec-hero .hero-txt {
  font-size: 30px;
  letter-spacing: 1px;
}

.sec-hero .hero-btn {
  border: none;
  outline: none;
  border-radius: 3rem;
  margin-top: 2rem;
  padding: 0.5rem 2.5rem;
  background: #e95412;
  color: white;
  font-size: 1.8rem;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.534);
          box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.534);
}

.hero-orange {
  position: absolute;
  left: 10%;
  top: 0%;
}

.hero-purple {
  position: absolute;
  right: 0%;
  top: -10%;
  z-index: -1;
  width: 180px;
}

.hero-orange-s {
  position: absolute;
  left: -5%;
  bottom: 13%;
  z-index: -1;
  -webkit-animation: floating 8s infinite ease-in-out;
          animation: floating 8s infinite ease-in-out;
  width: 80px;
}

.hero-slide {
  width: 100px;
  z-index: 3;
  position: absolute;
  top: 1%;
  left: -1%;
  -webkit-animation: floating2 5s infinite ease-in-out;
          animation: floating2 5s infinite ease-in-out;
}

.hero-textgrp {
  z-index: 3;
  position: absolute;
  left: -10%;
  bottom: 10%;
  -webkit-animation: floating3 6s infinite 1s ease-in-out;
          animation: floating3 6s infinite 1s ease-in-out;
  width: 300px;
}

.hero-aips {
  z-index: 3;
  position: absolute;
  right: 0%;
  bottom: 10%;
  -webkit-animation: floating3 6s infinite 1s ease-in-out;
          animation: floating3 6s infinite 1s ease-in-out;
  width: 250px;
}

.hero-video {
  z-index: 3;
  position: absolute;
  right: 10%;
  top: -10%;
  -webkit-animation: floating 8s infinite 1.5s ease-in-out;
          animation: floating 8s infinite 1.5s ease-in-out;
  width: 120px;
}

.hero-amplify {
  z-index: 3;
  position: absolute;
  bottom: 5%;
  right: 0;
  -webkit-animation: floating2 5s infinite ease-in-out;
          animation: floating2 5s infinite ease-in-out;
  width: 120px;
}

.hero-imgfr {
  width: 100%;
  height: 95%;
}

.hero-imgfr img {
  width: 100%;
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  65% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating {
  from {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  65% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@-webkit-keyframes floating3 {
  from {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  65% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating3 {
  from {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  65% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@-webkit-keyframes floating2 {
  from {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  65% {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating2 {
  from {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  65% {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

.nav-link {
  border: none;
  outline: none;
  background-color: transparent;
  color: black;
}

/* sec-features */
.ai-spokesgril {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ai-spokesgril .nav-link {
  border: none;
  outline: none;
  background-color: transparent;
  color: black;
}

.ai-spokesgril .dropdown-toggle {
  text-decoration: none;
}

.ai-spokesgril .dropdown-toggle:hover {
  text-decoration: none;
}

.sec-features {
  padding: 5rem 0;
}

.sec-features .row {
  margin: 8rem 0;
}

.sec-features .row:nth-of-type(1) {
  margin: 4rem 0;
}

.sec-features .row:nth-of-type(4) {
  margin-bottom: 0;
}

.features-orangel {
  position: absolute;
  left: -150px;
  top: 5%;
  z-index: -1;
}

.features-purpler {
  position: absolute;
  right: -150px;
  top: 5%;
  z-index: -1;
}

.features-purplel {
  position: absolute;
  left: -150px;
  top: 5%;
  z-index: -1;
}

.features-oranger {
  position: absolute;
  right: -150px;
  top: 5%;
  z-index: -1;
}

.sec-features .row .d-block {
  display: none;
}

.sec-features .features-col {
  position: relative;
}

.sec-features .features-col .features-block {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.sec-features h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  color: #e95412;
}

.sec-features .features-col .block-right {
  -webkit-transform: translateX(-30%) scale(0.95);
          transform: translateX(-30%) scale(0.95);
}

.sec-features .features-col .block-left {
  -webkit-transform: translateX(30%) scale(0.95);
          transform: translateX(30%) scale(0.95);
}

.sec-features .features-col .features-block.active {
  opacity: 1;
  -webkit-transform: translateX(0%) scale(1);
          transform: translateX(0%) scale(1);
}

.sec-features .features-num {
  display: inline-block;
  font-size: 14rem;
  color: #f0f0f0;
}

.sec-features .features-title {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 6px;
  border-bottom: 8px solid #ea5413;
  display: inline-block;
}

.sec-features .features-title strong {
  font-size: 5rem;
}

.sec-features .features-imgfr {
  width: 100%;
}

.sec-features .features-imgfr video {
  width: 100%;
}

.sec-features .features-list {
  text-align: left;
}

.features-list {
  padding-left: 40px;
  font-size: 18px;
}

.sec-blogtab {
  padding-bottom: 5rem;
}

.blog-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogtab-title {
  font-size: 3rem;
  letter-spacing: 1px;
  padding-bottom: 6px;
  border-bottom: 8px solid #ea5413;
  display: inline-block;
  text-align: center;
}

.blog-tabs .blog-tabs-nav {
  width: 35%;
  background-color: #f0f0f0;
  padding: 4rem 2.5rem;
  list-style: none;
  -webkit-box-shadow: 0 2px 5px -2px #adadad;
          box-shadow: 0 2px 5px -2px #adadad;
  text-align: left;
}

.blog-tabs .blog-tabs-nav li {
  padding: 10px;
  border-bottom: 1px dashed grey;
}

.blog-tabs .blog-tabs-nav li a {
  color: #ea5413;
}

.blog-tabs .blog-tabs-stage {
  width: 65%;
  padding: 3.5rem;
  padding-bottom: 6rem;
  -webkit-box-shadow: 1px 1px 10px 2px grey;
          box-shadow: 1px 1px 10px 2px grey;
  height: 48rem;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.blog-tab-box {
  height: 90%;
  overflow: scroll;
}

.blog-tabs .blog-tabs-stage .blog-txt {
  font-size: 1.6rem;
}

.btn-light {
  color: black;
  border: 1px solid #ea5413;
  padding: 1rem 2.5rem;
  outline: none;
  background-color: white;
  margin-top: 4rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
          box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
}

.btn-dark {
  text-decoration: none;
  color: white;
  border: 1px solid #ea5413;
  padding: 1rem 2.5rem;
  outline: none;
  background-color: #ea5413;
  margin-top: 4rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
          box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
}

.blog-tabs .btn-light {
  margin-top: 1.5rem;
  color: #ea5413;
  position: absolute;
  bottom: 1rem;
  left: 3.5rem;
}

.video-int .video-btn {
  padding: 15px 0px;
  margin: 5px;
  width: 180px;
  border: none;
  color: #fff;
  background: #3c57a7;
  font-size: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-int .video-btn:hover {
  color: #3c57a7;
  background: #fff;
  border: 1px solid #3c57a7;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

:-webkit-full-screen #expand {
  display: none;
}

:-moz-full-screen #expand {
  display: none;
}

:-ms-fullscreen #expand {
  display: none;
}

:fullscreen #expand {
  display: none;
}

@media screen and (max-width: 1280px) {
  :-webkit-full-screen .home-page {
    height: 100vh;
  }
  :-moz-full-screen .home-page {
    height: 100vh;
  }
  :-ms-fullscreen .home-page {
    height: 100vh;
  }
  :fullscreen .home-page {
    height: 100vh;
  }
}

:-webkit-full-screen .home-box {
  height: 350px;
}

:-moz-full-screen .home-box {
  height: 350px;
}

:-ms-fullscreen .home-box {
  height: 350px;
}

:fullscreen .home-box {
  height: 350px;
}

@media screen and (max-width: 1280px) {
  :-webkit-full-screen .home-box {
    height: 250px;
  }
  :-moz-full-screen .home-box {
    height: 250px;
  }
  :-ms-fullscreen .home-box {
    height: 250px;
  }
  :fullscreen .home-box {
    height: 250px;
  }
}

#compression {
  display: none;
}

.home-page {
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 1280px) {
  .home-page {
    height: 130vh;
  }
}

@media screen and (max-width: 1080px) {
  .home-page {
    height: 100vh;
  }
}

.home-page .home-box {
  height: 33vh;
}

.home-page .homebutton-box {
  background-image: url(./img/BG_3png.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.home-page .homebutton-box .homebtn-icon h1 {
  font-size: 32px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-page .homebutton-box .homebtn-icon img {
  width: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
}

.home-page .homebutton-box .homebtn-icon:hover h1 {
  font-size: 26px;
}

.home-page .homebutton-box .homebtn-icon:hover img {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.home-page .homepage-title h1 {
  color: #e95412;
  font-weight: 900;
  font-size: 48px;
}

.home-page .homepage-line {
  position: absolute;
  bottom: 50px;
  width: 70vw;
}

@media screen and (max-width: 1280px) {
  .home-page .homepage-line {
    bottom: 30px;
  }
}

.home-btn {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(104%) contrast(104%);
}

.demo-btn {
  font-size: 32px;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  border: none;
  display: block;
  padding: 3rem 0;
  text-align: center;
}

.demo-btn:hover {
  color: white;
}

.demo-box {
  background: #e2e2e2;
  width: 90%;
  margin: 0 auto;
}

.demo-box .demo-card {
  padding: 4rem 30px;
}

.demo-box li {
  font-size: 17px;
}

.demo-CTA {
  color: #fff;
  padding: 15px 50px;
  font-size: 24px;
  -webkit-transition: 1s;
  transition: 1s;
}

.demo-CTA:hover {
  opacity: 0.7;
}

.features-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

#gotop {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 150px;
  color: #193179;
}

.sec-video {
  margin-bottom: 100px;
}

.video-img {
  cursor: pointer;
}

.about-service {
  margin-top: 100px;
  background: transparent -webkit-gradient(linear, right top, left top, color-stop(80%, #FFFFFF), to(#D4DAEC)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #FFFFFF 80%, #D4DAEC 100%) 0% 0% no-repeat padding-box;
}

.about-service .service-content {
  width: 85vw;
  margin: 0 auto;
}

.about-service .service-content .service-text {
  background: #3c57a7;
  color: #fff;
  font-size: 22px;
  width: 265px;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */