﻿@charset "UTF-8";
/* --- Color System --- */
/* --- Shadow System --- */
/* --- Type System --- */
/* --- Screen Break Point --- */
* {
  position: relative;
}

body {
  font-family: '微軟正黑體', sans-serif;
}

ul {
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, span, a, hr {
  margin: 0;
  padding: 0;
}

h1.title, h2.subtitle {
  color: #2C3E50;
}

h3.title {
  font-size: 1.48em;
}

a {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

i {
  font-family: fontello;
}

.wrapper {
  overflow: hidden;
}

.btn {
  display: inline-block;
  padding: 8px 48px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 24px;
  top: 0;
  color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .btn {
    padding: 8px 40px;
  }
}

@media (max-width: 479px) {
  .btn {
    padding: 8px 16px;
  }
}

.btn.btn-border-footer {
  border: 1px solid #FFE5B2;
  padding: 8px 40px;
}

@media (max-width: 479px) {
  .btn.btn-border-footer {
    padding: 8px 16px;
  }
}

.btn.btn-border-footer:link, .btn.btn-border-footer:visited, .btn.btn-border-footer:active {
  color: #FFE5B2;
  background: inherit;
}

.btn.btn-border-footer:hover {
  color: #157297;
  background: #FFE5B2;
}

.btn.btn-border-CTA {
  border: 1px solid #51B8BF;
}

.btn.btn-border-CTA:link, .btn.btn-border-CTA:visited, .btn.btn-border-CTA:active {
  color: #51B8BF;
}

.btn.btn-border-CTA:hover {
  color: white;
  background: #51B8BF;
}

.btn.btn-CTA {
  border: none;
  background: #51B8BF;
}

.btn.btn-CTA:link, .btn.btn-CTA:visited, .btn.btn-CTA:active {
  color: white;
}

.btn.btn-CTA:hover {
  color: white;
  background: #4D8E8E;
}

.btn.btn-lg {
  padding: 16px 64px;
  font-size: 1.1em;
  border-radius: 32px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .btn.btn-lg {
    padding: 12px 64px;
  }
}

@media (max-width: 479px) {
  .btn.btn-lg {
    padding: 8px 64px;
  }
}

.section-top {
  text-align: center;
}

.section-top .title {
  font-weight: 300;
  color: #2C3E50;
}

.section-top hr {
  margin: 32px auto;
  margin-bottom: 64px;
  width: 80px;
  border-top-color: rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
  .section-top hr {
    margin-top: 16px;
    width: 40px;
  }
}

@media (max-width: 479px) {
  .section-top hr {
    margin-bottom: 32px;
  }
}

time.date {
  font-size: 0.85em;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.32);
}

#announcement-board {
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.board {
  margin: 64px auto;
  padding: 24px;
  border-radius: 8px;
  width: 780px;
  max-height: calc(100% - 120px);
  background: white;
  -webkit-box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0px 24px rgba(0, 0, 0, 0.4);
  overflow: auto;
}

.board hr {
  margin: 24px 0;
  border-color: rgba(0, 0, 0, 0.24);
  border-width: .5px;
}

@media (max-width: 1199px) {
  .board {
    width: 640px;
  }
}

@media (max-width: 767px) {
  .board {
    margin-top: 32px;
    width: 80%;
  }
}

@media (max-width: 479px) {
  .board {
    margin-top: 16px;
  }
}

.board__header__logo {
  height: 56px;
  margin-bottom: 24px;
}

@media (max-width: 479px) {
  .board__header__logo {
    margin-top: 48px;
  }
}

.board__title {
  font-size: 1.3em;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 4px;
}

.board__date {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.54);
}

.board__content p {
  font-size: 1em;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}

.board__cancel {
  display: block;
  position: absolute;
  top: 18px;
  right: 24px;
  padding: 0 4px;
  font-size: 1.4em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 3;
}

.board__cancel:hover {
  color: #51B8BF;
}

.board__checkbox {
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 3;
}

/* ----- Checkbox Style ----- */
.control {
  display: block;
  position: relative;
  top: 24px;
  padding-left: 26px;
  margin-bottom: 4px;
  padding-top: 1px;
  font-size: 1em;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  font-size: 1em;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background: inherit;
  border: 1px solid #51B8BF;
  border-radius: 4px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: inherit;
}

.control input:checked ~ .control_indicator {
  background: #51B8BF;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #51B8BF;
}

.control input:disabled ~ .control_indicator {
  background: #e2e2e2;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #8597a8;
}

.control-checkbox .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  margin-left: -1rem;
  margin-top: -1rem;
  background: #51B8BF;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

@-webkit-keyframes s-ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes s-ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes s-ripple-dup {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes s-ripple-dup {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.control-checkbox input + .control_indicator::before {
  -webkit-animation: s-ripple 250ms ease-out;
          animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
  -webkit-animation-name: s-ripple-dup;
          animation-name: s-ripple-dup;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.87);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

@media (max-width: 767px) {
  .header {
    position: fixed;
    z-index: 2;
  }
}

.header .logo {
  float: left;
  display: block;
  margin: 12px 0;
}

@media (max-width: 767px) {
  .header .logo {
    float: none;
    margin: 8px auto;
    height: 44px;
  }
}

.header .btn {
  float: right;
  margin-top: 20px;
}

@media (max-width: 479px) {
  .header .btn {
    margin-top: 13px;
  }
}

.menu-btn--mobile {
  display: none;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 4px;
  font-size: 1.2rem;
  color: #51B8BF;
  z-index: 2;
}

@media (max-width: 767px) {
  .menu-btn--mobile {
    display: block;
  }
}

ul.nav-list--mobile {
  position: fixed;
  left: 0;
  top: 60px;
  padding: 16px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.87);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  display: none;
}

ul.nav-list--mobile.show {
  display: block;
}

ul.nav-list--mobile li {
  text-align: center;
}

ul.nav-list--mobile a {
  display: inline-block;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.7);
}

ul.nav-list {
  float: right;
  margin: 0;
  padding: 20px 0;
}

@media (max-width: 767px) {
  ul.nav-list {
    display: none;
  }
}

ul.nav-list li {
  float: left;
}

ul.nav-list li:last-child a {
  padding-right: 0;
}

ul.nav-list a {
  display: inline-block;
  padding: 8px 20px;
  color: rgba(0, 0, 0, 0.7);
}

ul.nav-list a:hover {
  color: #51B8BF;
}

.jumbotronArea {
  margin: 0;
  padding: 240px 0;
  background-image: url(../images/jumbotronBG.png);
  background-position: bottom;
  background-size: cover;
}

@media (max-width: 767px) {
  .jumbotronArea {
    padding: 160px 0;
  }
}

.jumbotronArea-bg {
  width: 100%;
}

@media (max-width: 767px) {
  .jumbotronArea-text {
    text-align: center;
  }
}

.jumbotronArea-text .title, .jumbotronArea-text .subtitle {
  padding: 6px 64px 6px 4px;
  color: #2C3E50;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(80%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 767px) {
  .jumbotronArea-text .title, .jumbotronArea-text .subtitle {
    padding: 4px 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.3)), color-stop(80%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  }
}

.jumbotronArea-text .title {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .jumbotronArea-text .title {
    font-size: 2.6em;
  }
}

@media (max-width: 479px) {
  .jumbotronArea-text .title {
    margin-bottom: 12px;
    font-size: 1.27em;
    font-weight: 400;
  }
}

.jumbotronArea-text .subtitle {
  display: block;
  margin-bottom: 56px;
  padding-right: 80px;
  width: 60%;
  font-size: 1.48em;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .jumbotronArea-text .subtitle {
    font-size: 1.27em;
  }
}

@media (max-width: 767px) {
  .jumbotronArea-text .subtitle {
    margin-bottom: 40px;
    padding: 4px 40px;
    width: 100%;
    font-size: 1.1em;
    font-weight: 400;
  }
}

@media (max-width: 479px) {
  .jumbotronArea-text .subtitle {
    margin-bottom: 16px;
    font-size: 1em;
    line-height: 22px;
  }
}

.jumbotronArea-text .btn {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.jumbotronArea-text .btn:hover {
  top: -8px;
}

.feature-cards {
  top: -120px;
}

@media (max-width: 991px) {
  .feature-cards {
    top: -80px;
  }
}

@media (max-width: 767px) {
  .feature-cards {
    padding: 0 24px;
  }
}

@media (max-width: 479px) {
  .feature-cards {
    padding: 0;
  }
}

.feature-card {
  margin-bottom: 30px;
  padding: 32px 24px;
  border-radius: 16px;
  text-align: center;
  background: white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1199px) {
  .feature-card {
    margin-bottom: 24px;
    padding: 24px 16px;
  }
}

@media (max-width: 991px) {
  .feature-card {
    padding: 16px 12px;
  }
}

.feature-card__icon {
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .feature-card__icon {
    float: left;
    left: 16px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .feature-card__icon {
    left: 8px;
    padding: 16px;
  }
  .feature-card__icon img {
    width: 80px;
  }
}

@media (max-width: 479px) {
  .feature-card__icon {
    left: 0;
    padding: 6px;
  }
  .feature-card__icon img {
    width: 64px;
  }
}

.feature-card__title {
  margin-bottom: 16px;
  font-size: 1.1em;
  color: #4D8E8E;
}

@media (max-width: 1199px) {
  .feature-card__title {
    margin: 14px 0;
  }
}

@media (max-width: 479px) {
  .feature-card__title {
    margin-top: 2px;
    margin-bottom: 6px;
  }
}

.feature-card__info {
  font-size: 0.85em;
  color: rgba(0, 0, 0, 0.7);
}

.Accessible-C {
  display: block;
  margin-top: 104px;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .Accessible-C {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .Accessible-C {
    margin-top: 24px;
  }
}

.about-us {
  margin-bottom: 160px;
}

@media (max-width: 1199px) {
  .about-us {
    margin-bottom: 80px;
  }
}

@media (max-width: 479px) {
  .about-us {
    margin-bottom: 40px;
  }
}

.about-us .about .title {
  margin-bottom: 8px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 479px) {
  .about-us .about .title {
    font-size: 1.2em;
  }
}

.about-us .about .content {
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
}

.travel {
  padding-top: 40px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .travel {
    padding-bottom: 72px;
  }
}

@media (max-width: 479px) {
  .travel {
    padding: 48px 0;
  }
}

.travel .traval-service {
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .travel .traval-service {
    padding-top: 4px;
  }
}

.travel .traval-service .brand-group {
  display: inline-block;
  padding-bottom: 8px;
  text-align: center;
}

@media (max-width: 767px) {
  .travel .traval-service .brand-group {
    display: block;
  }
}

.travel .traval-service .brand-group .brand-logo {
  height: 160px;
}

.travel .traval-service .brand-group .brand-name {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .travel .traval-service .brand-group .brand-name {
    display: none;
  }
}

.travel .traval-service .traval-photo {
  border-radius: 4px;
}

.travel .swiper-container {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 84%;
}

@media (max-width: 1199px) {
  .travel .swiper-container {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .travel .swiper-container {
    width: 74%;
  }
}

@media (max-width: 767px) {
  .travel .swiper-container {
    display: block;
    position: relative;
    margin-top: 16%;
    margin-bottom: -10%;
    width: 86%;
  }
}

@media (max-width: 479px) {
  .travel .swiper-container {
    margin-top: 28%;
    margin-bottom: -26%;
    width: 84%;
  }
}

@media (max-width: 767px) {
  .travel .swiper-slide img {
    width: 100%;
  }
}

.travel .swiper-slide span {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.87);
  text-shadow: 0 0 4px black;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.travel .swiper-slide:hover span {
  opacity: 0;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

.swiper-button-next:active,
.swiper-button-prev:active {
  background: #eeeeee;
}

.service .area {
  text-align: center;
}

.service .area h3 {
  margin-bottom: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}

.service .area a {
  display: block;
  line-height: 2;
  color: #51B8BF;
}

.service .area a:hover {
  color: #157297;
}

@media (max-width: 991px) {
  .service__flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 16px;
  }
  .service__flexbox .area {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 32px 0;
  }
  .service__flexbox .area:nth-child(1), .service__flexbox .area:nth-child(2) {
    padding-top: 0;
  }
  .service__flexbox .area:nth-child(3), .service__flexbox .area:nth-child(4) {
    padding-bottom: 0;
    border: 0;
  }
}

@media (max-width: 767px) {
  .service__flexbox .area.col-xs-12 {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .service__flexbox .area.col-xs-12 {
    border: 0;
    padding-top: 0;
    padding-bottom: 32px;
    width: 100%;
  }
  .service__flexbox .area.col-xs-12:nth-child(4) {
    padding-bottom: 0;
  }
}

.aiot {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .aiot {
    padding-top: 64px;
    padding-bottom: 72px;
  }
}

@media (max-width: 767px) {
  .aiot {
    padding-bottom: 0;
  }
}

@media (max-width: 479px) {
  .aiot {
    padding: 48px 0;
  }
}

.aiot .row .title {
  color: #157297;
}

.aiot .row .info {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}

.aiot .row .divider {
  margin-top: 16px;
  width: 32px;
  margin-bottom: 32px;
  height: 2px;
  background-color: #157297;
}

@media (max-width: 767px) {
  .aiot .row .divider {
    margin-left: auto;
    margin-right: auto;
  }
}

.aiot .aiot__fora,
.aiot .aiot__fora--temperature,
.aiot .aiot__una {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .aiot .aiot__fora,
  .aiot .aiot__fora--temperature,
  .aiot .aiot__una {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 16px;
  }
}

.aiot .aiot__fora__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 80px;
  text-align: right;
}

@media (max-width: 991px) {
  .aiot .aiot__fora__left {
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .aiot .aiot__fora__left {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .aiot .aiot__fora__left .info {
    padding: 0 12%;
  }
}

@media (max-width: 479px) {
  .aiot .aiot__fora__left .info {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .aiot .aiot__fora__right {
    margin-top: 40px;
  }
}

.aiot .aiot__fora__right img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.aiot .aiot__fora--temperature__right {
  margin-left: auto;
  padding-right: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .aiot .aiot__fora--temperature__right,
  .aiot .aiot__una__right {
    margin-left: -32px;
    margin-right: 96px;
  }
}

@media (max-width: 767px) {
  .aiot .aiot__fora--temperature__right,
  .aiot .aiot__una__right {
    margin: 0 auto;
    padding-right: 16px;
  }
}

@media (max-width: 479px) {
  .aiot .aiot__fora--temperature__right img,
  .aiot .aiot__una__right img {
    width: 100%;
  }
}

.aiot .aiot__fora--temperature__left,
.aiot .aiot__una__left {
  padding-left: 88px;
  padding-right: 80px;
  text-align: right;
}

@media (max-width: 991px) {
  .aiot .aiot__fora--temperature__left,
  .aiot .aiot__una__left {
    padding-left: 40px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .aiot .aiot__fora--temperature__left,
  .aiot .aiot__una__left {
    padding-left: 16px;
    text-align: center;
  }
}

.aiot .aiot__fora--temperature__left .divider,
.aiot .aiot__una__left .divider {
  margin-left: auto;
}

@media (max-width: 767px) {
  .aiot .aiot__fora--temperature__left .info,
  .aiot .aiot__una__left .info {
    padding: 0 12%;
  }
}

@media (max-width: 479px) {
  .aiot .aiot__fora--temperature__left .info,
  .aiot .aiot__una__left .info {
    padding: 0;
  }
}








.aiot .aiot__una.bell, .aiot .aiot__una.motion {
  padding-top: 64px;
  text-align: center;
  display: block;
  border-bottom: 0;
}

.aiot .aiot__una.bell .divider, .aiot .aiot__una.motion .divider {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 479px) {
  .aiot .aiot__una.bell img, .aiot .aiot__una.motion img {
    width: 88%;
  }
}

.aiot .aiot__una.bell p.info, .aiot .aiot__una.motion p.info {
  padding: 0 160px;
}

@media (max-width: 991px) {
  .aiot .aiot__una.bell p.info, .aiot .aiot__una.motion p.info {
    padding: 0 40px;
  }
}

@media (max-width: 479px) {
  .aiot .aiot__una.bell p.info, .aiot .aiot__una.motion p.info {
    padding: 0;
  }
}

.aiot .aiot__una.motion {
  margin-top: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.aiot .una-info {
  text-align: center;
}

.aiot .una-info img {
  width: 70%;
}

@media (max-width: 767px) {
  .aiot .una-info img {
    width: 100%;
  }
}

.aiot .una-info .title {
  margin-top: 40px;
  padding-bottom: 32px;
}

.aiot .aso {
  margin-top: 64px;
  padding-top: 24px;
  padding-bottom: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.aiot .aso .title {
  margin-top: 40px;
}

.aiot .aso .divider {
  margin: 24px auto;
  margin-bottom: 40px;
}

.aiot .aso p.info {
  margin-bottom: 40px;
  padding: 0 160px;
}

@media (max-width: 991px) {
  .aiot .aso p.info {
    padding: 0 40px;
  }
}

@media (max-width: 479px) {
  .aiot .aso p.info {
    padding: 0;
  }
}

.aiot .aso img {
  width: 80%;
}

@media (max-width: 767px) {
  .aiot .aso img {
    width: 100%;
  }
}

.aiot .aiot__fora--center {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.aiot .aiot__fora--center .divider {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .aiot .aiot__fora--center img {
    width: 90%;
  }
}









.news {
  padding: 100px 0;
  padding-bottom: 144px;
}

@media (max-width: 991px) {
  .news {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}

@media (max-width: 479px) {
  .news {
    padding-top: 0;
    padding-bottom: 48px;
  }
}

@media (max-width: 991px) {
  .news .col-md-7 {
    margin-top: 240px;
  }
}

.news__tab li {
  float: left;
  text-align: center;
  width: 33.33333%;
}

.news__tab li:last-child a {
  margin-right: 0;
}

@media (max-width: 991px) {
  .news__tab li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .news__tab li {
    width: 33.33333%;
  }
}

@media (max-width: 479px) {
  .news__tab li {
    width: 50%;
  }
}

.news__tab li.active a {
  color: rgba(255, 255, 255, 0.87);
  background: #51B8BF;
}

.news__tab a {
  display: inline-block;
  margin-bottom: 8px;
  padding: 12px 0;
  border-radius: 2px;
  width: 96%;
  text-decoration: none;
  font-size: 0.85em;
  color: #2C3E50;
  background: rgba(0, 0, 0, 0.12);
}

.news__tab a:hover {
  border-bottom-color: #51B8BF;
}

.news__list__panels {
  height: 582px;
  overflow-x: hidden;
}

.news__list__panels.hide {
  display: none;
}

@media (max-width: 991px) {
  .news__list__panels {
    height: 360px;
  }
}

.news__list__panel {
  display: block;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
  .news__list__panel {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
}

.news__list__panel .title {
  float: left;
  font-size: 0.85em;
  line-height: 24px;
}

.news__list__panel .date {
  float: right;
  margin-right: 8px;
}

.news__list__panel:hover, .news__list__panel:focus {
  color: #157297;
  background: rgba(104, 134, 169, 0.08);
}

@media (max-width: 1199px) {
  .youtube-video {
    margin-top: 76px;
  }
}

@media (max-width: 991px) {
  .youtube-video {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .youtube-video {
    margin-top: 24px;
  }
}

@media (max-width: 479px) {
  .youtube-video {
    margin-top: 8px;
  }
}

.youtube-video iframe {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  height: 300px;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .youtube-video iframe {
    display: inline-block;
    margin-top: 48px;
    margin-bottom: 0;
    width: 49.7%;
    height: 232px;
  }
}

@media (max-width: 767px) {
  .youtube-video iframe {
    width: 100%;
    margin-top: 16px;
    height: 280px;
  }
}

@media (max-width: 479px) {
  .youtube-video iframe {
    height: 200px;
  }
}

.youtube-video iframe:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .youtube-video.desktop {
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
  }
}

main .news .media {
  margin-top: 0;
}

@media (max-width: 991px) {
  main .news .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  main .news .media {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 32px;
  }
}

main .news .media .media__article {
  display: block;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  main .news .media .media__article {
    margin-bottom: 0;
    width: calc(50% - 8px);
  }
}

@media (max-width: 479px) {
  main .news .media .media__article {
    width: 100%;
  }
}

main .news .media .media__article:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  main .news .media .media__article:last-child {
    margin-top: 16px;
  }
}

main .news .media .media__photo {
  border-radius: 4px;
  width: 100%;
}

main .news .media .media__title {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 8px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1.1em;
  line-height: 1.43;
  color: rgba(255, 255, 255, 0.87);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.06)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.06));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.06));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.06));
}

.service {
  padding-top: 100px;
  padding-bottom: 144px;
  background: rgba(104, 134, 169, 0.08);
}

@media (max-width: 991px) {
  .service {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}

@media (max-width: 767px) {
  .service {
    padding: 64px 0;
  }
}

@media (max-width: 479px) {
  .service {
    padding: 48px 0;
  }
}

.service__manual {
  padding: 8px 0;
  text-align: center;
}

.service__manual a {
  font-size: 0.95em;
  color: #157297;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .service__manual a {
    display: block;
  }
}

.service__manual a:hover {
  color: #2C3E50;
}

.service__manual a:after {
  content: "|";
  display: inline-block;
  margin-right: 4px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.54);
}

@media (max-width: 991px) {
  .service__manual a:after {
    content: "";
  }
}

.service__manual a:last-child:after {
  content: "";
  margin: 0;
}

.service__manual i.icon-download {
  margin-left: 2px;
  font-size: 0.85em;
}

.fullCTA {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

.fullCTA .btn {
  padding: 8px 120px;
  font-size: 0.95em;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.fullCTA .btn:link, .fullCTA .btn:visited, .fullCTA .btn:active {
  background: #FFE5B2;
  color: #157297;
}

.fullCTA .btn:hover {
  top: -8px;
}

@media (max-width: 479px) {
  .fullCTA .btn {
    padding-left: 112px;
    padding-right: 112px;
  }
}

.service__slider {
  margin-bottom: 8px;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 12px;
  width: 80px;
  height: 100%;
  -webkit-transform: translateY(-12%);
      -ms-transform: translateY(-12%);
          transform: translateY(-12%);
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 479px) {
  .owl-prev, .owl-next {
    width: 48px;
  }
}

.owl-prev {
  left: -72px;
}

.owl-next {
  right: -72px;
}

.owl-prev-icon, .owl-next-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.27em;
  cursor: pointer;
  color: #157297;
}

@media (max-width: 767px) {
  .owl-prev-icon, .owl-next-icon {
    font-size: 1.48em;
  }
}

@media (max-width: 479px) {
  .owl-prev-icon, .owl-next-icon {
    font-size: 0.85em;
    top: 36%;
  }
}

.owl-prev-icon {
  left: 16px;
  z-index: 1;
}

@media (max-width: 479px) {
  .owl-prev-icon {
    left: 4px;
  }
}

.owl-next-icon {
  right: 16px;
  z-index: 1;
}

@media (max-width: 479px) {
  .owl-next-icon {
    right: 4px;
  }
}

.owl-carousel {
  text-align: center;
}

.owl-dots {
  margin-top: 64px;
  margin-bottom: 24px;
}

.owl-dots button.owl-dot {
  display: inline-block;
  margin: 4px;
  width: 10px;
  height: 10px;
  border: 1px solid #157297;
  border-radius: 50%;
}

@media (max-width: 479px) {
  .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
  }
}

.owl-dots button.owl-dot.active {
  background: #157297;
  outline: none;
}

.sliderbox {
  text-align: left;
}

.sliderbox .left-div {
  float: left;
  width: 12%;
  height: 1px;
}

@media (max-width: 767px) {
  .sliderbox .left-div {
    display: none;
  }
}

.sliderbox .left {
  float: left;
  width: 35%;
}

@media (max-width: 767px) {
  .sliderbox .left {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
}

.sliderbox .right {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 46%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .sliderbox .right {
    float: none;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin: 16px auto;
    width: 80%;
    text-align: center;
  }
}

.sliderbox .right .right__title {
  margin-bottom: 24px;
  font-size: 1.27em;
  font-weight: 700;
  color: #157297;
}

.sliderbox .right .right__info {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.7);
}

.partner {
  padding-top: 100px;
  padding-bottom: 144px;
  background: rgba(104, 134, 169, 0.08);
}

@media (max-width: 991px) {
  .partner {
    padding-top: 64px;
    padding-bottom: 88px;
  }
}

@media (max-width: 479px) {
  .partner {
    padding-top: 48px;
    padding-bottom: 72px;
  }
}

.partner__slider .owl-item {
  text-align: center;
}

.partner__slider .owl-item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  border-radius: 8%;
  width: auto;
  height: 160px;
}

@media (max-width: 991px) {
  .partner__slider .owl-item img {
    width: 100%;
    height: auto;
  }
}

.partner__slider .owl-item p {
  color: rgba(0, 0, 0, 0.7);
}

.footer {
  padding-top: 56px;
  padding-bottom: 48px;
  color: rgba(255, 255, 255, 0.54);
  background: -webkit-linear-gradient(135deg, #51B8BF, #157297);
  background: -o-linear-gradient(135deg, #51B8BF, #157297);
  background: linear-gradient(-45deg, #51B8BF, #157297);
}

@media (max-width: 479px) {
  .footer {
    padding-top: 28px;
    padding-bottom: 24px;
  }
}

.footer .list-item-line {
  margin-top: 12px;
  margin-bottom: 24px;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.footer .list-item-line.company {
  background: rgba(255, 255, 255, 0.54);
  width: 60%;
}

@media (max-width: 1199px) {
  .footer .list-item-line.company {
    width: 40px;
  }
}

@media (max-width: 1199px) {
  .footer .list-item-line.list-item--info {
    display: none;
  }
}

.footer a, .footer p {
  display: inline-block;
  padding: 4px;
  font-size: 0.85em;
}

.footer a {
  color: rgba(255, 255, 255, 0.87);
}

.footer a:hover {
  color: #FFE5B2;
}

.footer .list-title {
  font-size: 1.1em;
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .footer .list-title.list-title--info {
    display: none;
  }
}

.footer .item-title {
  padding-left: 0;
}

.footer .company-intro {
  padding-top: 88px;
  padding-left: 40px;
}

@media (max-width: 1199px) {
  .footer .company-intro {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-left: 16px;
  }
}

.footer .company-intro .company-name {
  display: inline-block;
  padding-left: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.27em;
}

.footer .company-intro .logoLight {
  margin-top: -4px;
  margin-left: -6px;
  height: 56px;
}

@media (max-width: 1199px) {
  .footer .use-info {
    padding-top: 88px;
  }
}

@media (max-width: 1199px) {
  .footer .use-info .icons {
    margin-top: -16px;
    margin-bottom: -24px;
    margin-left: -4px;
  }
}

.footer .use-info .icon {
  margin: 0;
  padding-top: 8px;
  font-size: 1.27em;
  line-height: 80px;
}

.footer .icon-download {
  font-size: 0.85em;
  margin-left: 4px;
}

@media (max-width: 1199px) {
  .footer .services-intro {
    display: none;
  }
}

.footer .copyright p {
  float: left;
  padding-left: 0;
}

.footer .copyright .footer__btn {
  float: right;
}

@media (max-width: 767px) {
  .footer .copyright .footer__btn {
    margin-top: 16px;
  }
}

.footer .copyright .footer__btn .btn-footer {
  padding: 8px 48px;
}

.web-accessibility {
  margin-top: 8px;
  width: 140px;
}

@media (max-width: 767px) {
  .web-accessibility {
    margin-top: -8px;
  }
}

@media (max-width: 479px) {
  .web-accessibility {
    position: absolute;
    left: 16px;
    bottom: 0;
    width: 120px;
  }
}
/*# sourceMappingURL=style.css.map */


.travel .traval-service .traval-photo{    width: 240px;}
.imgbox {
    width: 100%;
    margin: 10px auto;
}
.imgbox img {
    width: 60%;
}

.imgbox span{
    display: inline-block;
    width: 87%;
    vertical-align: top;
    float: right;
}
.imgbox span img{width: 100%;}

.potobox{width: 100%;padding:10px;}
.potobox img {
    width: 100%;
}
.news__tab.clearfix {
    border-bottom: 1px solid #F8BC37;
}
.news__tab li.active a {
    color: #FFF;
    background: #F8BC37;
}
.news__tab a{    margin-bottom: 0;}
.compname {
    color: #FFF;
}
.header .logo{height:50px;}
.union_item li {
    color: #51B8BF;
    line-height: 2;
}