/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Poppins:wght@400;700&display=swap');
:root {
  --color-g1: #00aab5; /*漸層1*/
  --color-g2: #4c439a; /*漸層2*/
  --color-orange: #f2690d;
  --color-dblue: #1550aa;
  --rem175: 1.25rem;
  --rem235: 2.35rem;
  --rem300: 3rem;
  --border-r15: 1.2rem;
  --swiper-theme-color: #1550aa
}
@media (max-width:576px) {
  :root {
    font-size: 12px;
    --rem300: 2.8rem;
  }
}
body {
  font-family: 'Noto Sans TC', 'Poppins', sans-serif;
  line-height: 1.6;
  padding-top: 205px;
  font-size: 1.1rem;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
}
h2 {
  font-size: var(--rem300);
  font-weight: 600;
}
h3 {
  font-size: 1.875rem;
  font-weight: 600;
}
.container {
  overflow: hidden
}
.w100 {
  width: 100%;
}
.Btn {
  border-radius: 99em;
  display: inline-flex;
  align-items: center;
}
.more {
  text-align: center;
  margin-top: 70px;
}
.more a.Btn {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.6em 1.4em;
  background-color: #ff6700;
}
a.Btn:hover {
  background-color: #ff802a;
}
.more a.Btn img {
  height: 1em;
  margin-left: 15px;
}
/*-------------------------------------------------
  Header
-------------------------------------------------*/
.navbar {
  transition: .3s
}
.navbar .logo img {
  height: 75px;
  transition: .3s;
}
.navbar-nav {
  width: 100%;
  justify-content: right;
}
.navbar-nav li:not(:first-child) {
  margin-left: 60px;
}
.navbar-nav a {
  color: #fff;
  transition: .2s;
  margin: 0 0.2em;
}
.navbar-nav a:hover, .navbar-nav a:active {
  color: #f78608;
  transform: translateY(-5px);
}
#navbarNav > div {
  flex-shrink: 0;
  margin-left: 60px;
}
.nav-btn {
  color: #ffffff !important;
  background-color: #ff6700;
  border-radius: 50em;
  padding: 0.2em 1.5em;
  transition: .2s;
}
.nav-btn:hover {
  color: #ffffff !important;
  background-color: #ff802a;
}
.navbar.scrolled {
  background: #000000;
	opacity: 0.9;
}
.navbar.scrolled .logo img {
  height: 60px;
}
.navbar-toggler {
  position: relative;
  border: none;
  width: 44px;
  height: 44px;
  padding: 0;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  transform: rotate(0deg);
  position: relative;
  left: 6px;
  opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  transition: transform .35s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  position: absolute;
  left: 6px;
  top: 12px;
  transform: rotate(135deg);
  opacity: .9;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  position: absolute;
  left: 6px;
  top: 12px;
  transform: rotate(-135deg);
  opacity: 0.9;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
footer .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(top, rgba(74, 193, 232, 1) 0%, rgba(13, 154, 200, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(74, 193, 232, 1) 0%, rgba(13, 154, 200, 1) 100%);
  background: linear-gradient(to bottom, rgba(74, 193, 232, 1) 0%, rgba(13, 154, 200, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20273a', endColorstr='#191919', GradientType=0);
  padding: 25px 5vw;
  color: #fff
}
footer .container-fluid div {
  font-size: 1rem;
}
.ft-logo img {
  height: 80px;
}
.ft-link a:not(:first-child) {
  margin-left: 20px;
}
.ft-link img {
  height: 26px;
}
.ft-link a:last-child img {
  height: 22px;
}
/*-------------------------------------------------
  Widgets
-------------------------------------------------*/
.widget {
  z-index: 999;
  position: fixed;
  height: 30%;
  bottom: 0;
  right: 0;
  background-color: #fff6;
}
.btn-gotop.show {
  opacity: 1 !important;
}
.btn-gotop {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  width: 3rem;
  height: 3rem;
  background: #cccccce6;
  text-align: center;
  border-radius: 50em;
  opacity: 0;
  transition: all .2s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center
}
.btn-gotop svg {
  color: var(--color-dblue);
  width: 1em;
  height: 1em;
}
.btn-gotop.show:hover svg {
  fill: #fff
}
.btn-gotop.show:hover {
  color: #fff;
  background: var(--color-dblue);
}
/*-------------------------------------------------
  RWD:header/nav/footer
-------------------------------------------------*/
@media (min-width: 1200px) {
  .navbar .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
	justify-content: center;

  }
}
@media (max-width: 1199.98px) {
  .navbar {
    background: #000000;
  }
  .navbar .logo img {}
  .navbar-nav li:not(:first-child) {
    margin-left: 0;
  }
  .navbar-nav {
    width: 100%;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    line-height: 4.8;
  }
}
@media (max-width:1024px) {}
@media (max-width:768px) {}
@media (max-width:575.98px) {
  body {
    font-size: 1.5rem;
  }
  .navbar .logo {
    flex: 0 0 80%
  }
  footer .container-fluid {
    padding: 30px 2vw;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  footer .container-fluid > div:nth-child(2) {
    text-align: center;
    width: 100%;
    order: 3;
    margin-top: 20px;
	font-size: 1.2rem;  
  }
  .ft-logo {
    margin-bottom: 20px;
  }
	.ft-logo img {
  height: 95px;
}
  .q-contact-box {
    font-size: 1.2rem;
  }
  .q-contact {
    top: -2.5em;
  }
}
@media (max-width:430px) {
  .navbar > .container-fluid {}
  .navbar > .container-fluid a {}
}
@media (max-width:375px) {
  .q-contact {
    top: 1.2em;
  }
}
/*-------------------------------------------------
  Home
-------------------------------------------------*/
body.home {
  padding-top: 0;
}
section {
  display: flex;
  align-items: center;
  padding: 120px 0
}
.section-title {
	text-align: center;
  margin-bottom: 4em;
}
.section-title h2 {
  font-size: 3rem;
  margin-bottom: 0.35em;
  color: #585757;
}
.section-title h2 strong {
  display: inline-block;
}
.section-title span {
  display: block;
  text-align: justify;
}
.spacing_mb {
  margin-bottom: 1em;
}
/*-------------------------------------------------
  Home
   └ hero banner
-------------------------------------------------*/
.banner-hero {
  position: relative;
  text-align: center;
  border: solid 10px #7bdcfc;
  /*border: solid 10px #f9f068;*/
}
.symbel{
	position: absolute;
	z-index: 100;
    top: 5.6%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: #7bdcfc;
	/*background: #f9f068;*/
    padding: 1.3rem;
}
.symbel img{
	height: 5.3rem;
}
.banner-inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 2em;
}
.actionBtn{
	text-align: center;
}
.actionBtn a.Btn {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5em 1.8em;
  background-color: #ff6700;
}
a.Btn:hover {
  background-color: #ff802a;
}
.actionBtn a.Btn img {
  height: 1.8em;
  margin-right: 15px;
}
.event-title{
  font-size: 4.2rem;
}
.event-title span{
	display: block;
}
.kv-pm {
  display: none;
}
.main-banner-inner {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 4em 4em 4em 8em;
}
.main-banner-inner h1 {}
.main-banner-subtitle span {
  text-align: left;
  display: block;
}

/*-------------------------------------------------
  Home
   └ services
-------------------------------------------------*/
.services {
	margin-top: 535px;
}
.services h3 {
  font-size: 1.5rem;
  color: #100e11;
}
.services figure {
  margin-bottom: 1.8em;
  display: inline-flex;
}
.services figcaption{
	width: 80%;
	margin-left: 20px;
}
.services .img-wrap {
  margin-bottom: 1.2em;
  width: 100%;
}
.services .img-wrap img {
  border-radius: var(--border-r15);
}


/*-------------------------------------------------
  Home
   └ feature
-------------------------------------------------*/
.feature {
  background-image: url('../images/bg_feature.png');
  background-color: #f3eee1;
  background-repeat: no-repeat;
  background-position: top 815px center;
}
.feature-wrap {
  background: #fff;
  border-radius: var(--border-r15);
  box-shadow: #0000000a 10px 10px 0;
  height: 100%;
}
.feature-wrap figure img {
  width: 100%;
  height: 100%;
  max-height: 290px;
  border-radius: 1.2rem 1.2rem 0 0;
  object-fit: contain;
}
.feature-wrap figcaption strong {
  display: block;
  font-size: var(--rem175);
}
.feature-wrap .img-wrap {
  padding: 0;
}
.feat-const {
  color: #0f0f0f;
}
.feature-wrap figcaption i {
  display: block;
  width: 2em;
  margin: 0.5em auto 2em;
}
.feat_content{
	padding:0 1.5em 1.5em 1.5em;	
}
.cardFlip {
  text-align: center;
  position: relative;
  cursor: help;
  margin: auto;
  height: 100%
}
.cardFlip .cardFront, .cardFlip .cardBack {
  border-radius: 10px;
  display: block;
  width: inherit;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-sizing: border-box
}
.cardFlip .cardFront {
  transform: rotateY(0deg);
  position: absolute;
}
.cardFlip .cardFront:after {
  content: '';
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  position: absolute;
  background-image: linear-gradient(90deg, var(--color-g1), var(--color-g2));
}
.cardFlip .cardBack {
  opacity: 0;
  top: 0px;
  left: 0px;
  transform: rotateY(-180deg);
  height: 100%;
  background-image: linear-gradient(90deg, var(--color-g1), var(--color-g2));
  color: #fff;
  display: flex;
  align-items: center
}
.cardFlip .cardBack p {
  padding: 2em;
  margin: auto;
  text-align: left
}
.cardFlip.flipping .cardFront {
  transform: rotateY(180deg);
}
.cardFlip.flipping .cardBack {
  opacity: 1;
  transform: rotateY(0deg);
  cursor: alias
}
.cardFlip.flipping {
  cursor: default;
}
.nav-tabs {
  justify-content: space-between;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 90px;
  padding: 0 20%;
  transition: .3s;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
}
.nav-tabs .nav-link {
  font-size: 1.6rem;
  font-weight: 600;
  color: #88aabc;
  border: none;
  padding: 10px 30px 20px 30px;
}
.nav-tabs .nav-link.active {
  color: #1550aa;
  position: relative;
}
.nav-tabs .nav-link.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #1fd0fc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
a.Btn:hover {
  background-color: #ff802a;
}


/*-------------------------------------------------
  Home
   └ contact
-------------------------------------------------*/

.contact{
	margin-top: 50px;
}


@media (max-width: 1499.98px) {
	
.kv-action {
    margin-top: 18em;
}

	
}


@media (max-width: 1399.98px) {

  .intro-p02 {
    margin-bottom: -12%;
  }
  .main-banner-inner {
    
  }
  .main-banner-inner h1 {
    font-size: 3.5rem;
  }
  .main-banner-inner p {
    font-size: 1.35rem;
  }
  .solution {
    margin-top: 20px;
  }
  .news-title {
    width: calc(100% - 20%);
  }
  .kv-action {
    margin-top: 16em;
  }
  .symbel{
    top: 9%;
}

}
@media (max-width: 1199.98px) {
  .section-title {
    margin-bottom: 3.5em;
  }
  .app-swiper figcaption {
    padding: 2em 0 1em 0;
  }
  .features figure {
    padding: 0.5em 0.5em 1.5em
  }
  .cardFlip .cardBack p {
    padding: 1em;
  }
  .cardFlip .cardFront {
    display: flex;
    align-items: center
  }
  .feature-wrap li {
    padding: 0 0.5em 0.5em 0.5em;
  }
  .feature-wrap li div {
    background-position: center right 0.5em;
  }
  .main-banner-inner h1 {
    font-size: 2.5rem;
  }
  .main-banner-inner {
    padding: 1em 4em 2em 4em;
  }
  .preface p {
    font-size: 1.2rem;
  }
#navbarNav > div {
	text-align: center;
    margin: 60px;
}
 .kv-action {
    margin-top: 12em;
  }	
	
}
@media (max-width: 1024px) {
  .main-banner-inner {
    padding: 0 2.8em 1.5em 2.8em;
  }
  .main-banner-inner h1 {
    font-size: 2rem;
  }
  .main-banner-inner p {
    font-size: 1rem;
  }
  .pic-ml {
    margin-left: 5rem;
  }
  .pic-mr {
    margin-right: 5rem;
  }
  .nav-tabs .nav-link {
    padding: 10px 25px 20px 25px;
  }
  .solution {
    margin-top: 0;
  }
  .news-title {
    width: calc(100% - 25%);
  }
  .kv-action {
    margin-top: 10em;
  }
  .kv-action a.Btn {
    font-size: 1rem;
  }
  .feature-wrap {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .intro-p01 {
    width: 85%;
  }
  .about figure {
    flex-direction: column;
  }
  .item-content {
    margin-top: 2.5rem;
  }
  .pic-ml {
    margin-left: 0;
  }
  .pic-mr {
    margin-right: 0;
  }
  .item-content {
    width: 100%;
  }
  nav.solution {
    overflow-x: auto;
  }
  .nav-tabs {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .nav-tabs {
    padding: 0 8%;
  }
  .preface p {
    margin: 1rem 1.5rem;
    color: #ffffff;
    font-size: .9rem;
  }
  .feature-wrap {
    margin: 0 0.5em;
  }
  .feature-wrap li div {
    max-width: 10em;
  }
}

@media (max-width: 850px) {
  .main-banner-inner h1 {
    font-size: 1.6rem;
  }
  .main-banner-inner p {
    font-size: .8rem;
  }
  .model {
    padding-top: 40px;
  }
  .model img {
    height: auto;
  }
  .symbel{
    top: 12%;
}
  .symbel img{
	height: 4rem;
}
}

@media (max-width: 768px) {
  .kv-action {
    margin-top: 9em;
  }
  .kv-action a.Btn {
    font-size: .9rem;
  }
  .app-swiper figcaption {
    padding: 1.5em 0 0.8em 0;
  }	
}


@media (max-width: 575.98px) {
  section {
    padding: 60px 0
  }
  .section-title {
    padding-left: 1em;
    margin-bottom: 2em;
  }
  .banner-hero {
    position: relative;
  }
  .banner-inner {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
  }
  .banner-inner h1 {
    width: auto;
    max-width: 300px;
  }
  .banner-hero-bg img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: left center;
    object-position: 7% 0;
  }
  .image-over {
    width: 70%;
    margin: auto
  }
  .kv-p {
    display: none;
  }
  .kv-pm {
    display: block;
  }
  .kv-action {
    margin-top: 18em;
  }
  .kv-action a.Btn {
    font-size: 1.5rem;
  }
  .services figure {
    margin-bottom: 1em;
	flex-direction: column;  
  }
  .services .row {
    margin-top: 1px
  }
  .features figure {
    display: flex;
    align-items: center;
    padding: 1em 0.5em;
    height: auto;
    margin: auto
  }
  .features figcaption {
    text-align: left;
    margin-left: 1em;
  }
  .features figure img {
    flex: 0 0 30%;
    height: auto;
    width: 30%;
    margin-bottom: 0;
    padding: 1em
  }
  .step-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .step-item .figure-wrap {
    flex: 0 0 160px;
    width: 160px;
    padding-bottom: 160px;
    margin-bottom: 0
  }
  .step-item figure i {
    margin-bottom: 0.2em;
  }
  .step-item p {
    margin-left: 1em;
  }
  .cases a, .cases a:hover {
    display: block
  }
  .case-desc {
    padding-left: 0;
  }
  .intro-p02 {
    width: 65%;
  }
  .about figure {
    margin-bottom: 2.5em;
  }
  .item-title {
    padding-left: 2em;
  }
  .main-banner-inner {
    justify-content: center;
    padding: 1.5em;
  }
  .main-banner-inner h1 {
    font-size: 3rem;
  }
  .preface p {
    margin: 3rem 3rem;
    font-size: 1.4rem;
  }
  .step-content {
    padding: 2.5em 2em;
  }
  .step-content figcaption {
    flex-direction: column;
  }
  .step-sub {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .step-content strong {
    font-size: 3.5rem;
    width: 100%;
  }
  .step-content img {
    height: 72px;
    margin-right: 0;
    margin-left: 0;
  }
  .order {
    left: 36.5%;
  }
  .news-content {
    flex-direction: column;
    align-items: end;
    padding-bottom: 20px;
  }
  .news-title {
    width: 100%;
  }
  .about {
    padding-bottom: 100px;
  }
  .product {
    padding-bottom: 100px;
  }
  .news {
    padding-bottom: 100px;
  }
  .symbel{
    top: 9%;
}
  .symbel img{
	height: 8rem;
}	
}

@media (max-width: 430px) {
.feature {
    background-position: top 1760px center;
	background-size: 270%;
}
.feature-wrap figcaption strong {
  font-size: 1.8rem;
}
.services {
    margin-top: 315px;
}
.section-title {
    padding-right: 0;
}
.services h3 {
  font-size: 1.8rem;
}
  .intro-p01 {
    width: 80%;
  }
  .main-banner-inner h1 {
    font-size: 2.7rem;
  }
  .main-banner-inner p {
    font-size: 1rem;
  }
  .main-banner-subtitle span {
    text-align: center;
  }
  .unit {
    display: none;
  }
  .unit-m {
    display: block;
    padding-top: 20px;
  }
  .model {
    display: none;
    padding-top: 100px;
    text-align: center;
  }
  .model-m {
    text-align: center;
    display: block;
  }
  .model-m img {
    width: 80%;
  }
  .solution button span {
    display: block;
  }
	
}

@media (max-width: 375px) {
	
  .symbel{
    top: 10%;
}
  .symbel img{
	height: 6rem;
}
.event-title {
    font-size: 3.2rem;
}	

}



