@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.font-primary {
  color: #22e7ff;
}

.dark-bg {
  background-color: #1c2737;
}

/*圖片外框樣式*/
/*文字陰影*/
/*圖片陰影*/
.main-btn {
  display: inline-flex;
  background-image: linear-gradient(147deg, #22e7ff 0%, #00d4ee 74%);
  padding: 10px 20px;
  border-radius: 50px;
  color: #1c2737 !important;
  box-shadow: 0px 14px 80px rgba(34, 231, 255, 0.3);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

.main-btn {
  display: inline-flex;
  background-image: linear-gradient(147deg, #22e7ff 0%, #00d4ee 74%);
  padding: 10px 20px;
  border-radius: 50px;
  color: #1c2737 !important;
  box-shadow: 0px 14px 80px rgba(34, 231, 255, 0.3);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

body {
  font-family: Montserrat, -apple-system, Noto Sans, Helvetica Neue, Helvetica, Nimbus Sans L, Arial, Liberation Sans, PingFang SC, Hiragino Sans GB, Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN, Microsoft YaHei, Wenquanyi Micro Hei, WenQuanYi Zen Hei, ST Heiti, SimHei, WenQuanYi Zen Hei Sharp, sans-serif;
  font-weight: 200;
  font-size: 15px;
  background-color: #1c2737;
  color: white;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
  background-attachment: fixed;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 60px;
}

a {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mat10 {
  margin-top: 10px;
}

.mat20 {
  margin-top: 20px;
}

.mat30 {
  margin-top: 30px;
}

.mat40 {
  margin-top: 40px;
}

.mat50 {
  margin-top: 50px;
}

.mab10 {
  margin-bottom: 10px;
}

.mab20 {
  margin-bottom: 20px;
}

.mab30 {
  margin-bottom: 30px;
}

.mab40 {
  margin-bottom: 40px;
}

.mab50 {
  margin-bottom: 50px;
}

.box-4-3 {
  position: relative;
  padding-right: 100%;
  padding-top: 75%;
}

.box-16-9 {
  position: relative;
  padding-right: 100%;
  padding-top: 56.25%;
}

.wc100 {
  width: 100%;
  height: auto;
}

.bgcover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.article {
  line-height: 2em;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

.pagination .page-item .page-link {
  background-color: #2b3b53;
  border-color: #4e6b96;
  color: white;
}
.pagination .page-item .page-link.active {
  background-color: #22e7ff;
  color: #2b3b53;
}

table {
  color: white;
}
table tr td {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header {
  background-color: rgba(28, 39, 55, 0.7);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 500;
}
header .nav {
  justify-content: space-between;
  position: relative;
}
header .nav ul {
  padding: 0px;
}
header .nav .nav-list-wrapper {
  padding: 0px;
  margin: 0px;
}
header .nav .nav-list-wrapper li {
  display: inline-block;
  padding: 0px 12px;
  font-size: 14px;
}
header .nav .nav-list-wrapper li a {
  color: white;
  font-size: 1em;
}
header .nav .nav-list-wrapper li small {
  display: block;
}
@media (max-width: 991px) {
  header .nav .nav-list-wrapper {
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    display: none;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 500;
    background-color: rgba(29, 34, 39, 0.95);
    padding-top: 100px;
  }
  header .nav .nav-list-wrapper.active {
    display: block;
    opacity: 1;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .nav .nav-list-wrapper li {
    display: block;
    font-size: 1.2em;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header .nav .nav-list-wrapper li small {
    display: inline-block;
    margin-right: 10px;
  }
}
header .logo {
  height: 28px;
  margin-right: 50px;
}
header .logo img {
  height: 28px;
  width: auto;
}
@media (max-width: 991px) {
  header .logo {
    margin-right: 0px;
  }
}
header .user .log-in {
  background-color: #22e7ff;
  color: #1c2737;
  padding: 3px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
header .menu-button {
  position: absolute;
  width: 26px;
  cursor: pointer;
}
header .menu-button.open {
  top: 19px;
  left: 15px;
}
header .menu-button.close {
  top: 17px;
  left: 15px;
}
header .menu-button img {
  width: 100%;
  height: auto;
}

.main-title {
  font-size: 1.8em;
  font-weight: 400;
  color: #22e7ff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-title {
    font-size: 1.4em;
  }
}

.page-top-banner {
  background-size: cover;
  width: 100%;
  height: 300px;
  background-position: center;
}

.nav-pills .nav-item .nav-link {
  color: white;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #22e7ff;
  color: #1c2737;
}

.page-title {
  color: #22e7ff;
  text-shadow: 0px 0px 150px rgba(0, 0, 0, 0.45);
}
.page-title .main-title {
  font-size: 2em;
  margin-bottom: 0px;
}
.page-title .sub-title {
  margin-top: 0px;
  line-height: 1.1em;
  margin-bottom: 50px;
  font-size: 4em;
  font-family: "Bebas Neue", cursive;
}

.project-list .project-items {
  background-size: cover;
  background-position: center;
  position: relative;
}
.project-list .project-name {
  padding: 10px 20px;
  font-size: 1em;
  background: #2b3b53;
}
.project-list a {
  color: white;
}

.index-services-wrapper > div .index-services-items {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.index-services-wrapper > div:nth-child(3n+3) .index-services-items {
  border: none;
}
@media (max-width: 767px) {
  .index-services-wrapper > div:nth-child(3n+3) .index-services-items {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .index-services-wrapper > div:nth-child(2n) .index-services-items {
    border: none;
  }
}

.index-services-items {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 30px;
}
.index-services-items .items-icon {
  width: 80px;
  margin: 0 auto;
}
.index-services-items .items-icon img {
  width: 100%;
  height: auto;
}
.index-services-items .items-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.index-services-items .items-context {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .index-services-items {
    padding: 0 10px;
  }
  .index-services-items .items-title {
    font-size: 1em;
  }
  .index-services-items .items-context {
    font-size: 0.9em;
  }
}

footer {
  background-color: #2b3b53;
  color: white;
  padding: 30px 0px;
  margin-top: 100px;
}
footer .copyright {
  width: 200px;
  height: auto;
}

.slick-slide {
  margin: 10px;
}

.index-servive-item {
  position: relative;
  padding-left: 100%;
  padding-top: 52.65%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-servive-item:after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(61, 70, 82, 0) 61.46%, rgb(61, 70, 82) 100%);
}
.index-servive-item .info {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 20px 20px 20px 20px;
  z-index: 10;
}
.index-servive-item .info .title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 5px;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 42.85vw;
  overflow: hidden;
  display: flex;
  margin-bottom: 50px;
}
.bg-video-wrap:after {
  display: block;
  content: "";
  display: block;
  width: 100%;
  height: 20vw;
  background: rgb(27, 27, 27);
  background: -moz-linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgb(27, 27, 27) 100%);
  background: -webkit-linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgb(27, 27, 27) 100%);
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgb(27, 27, 27) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1b1b",endColorstr="#1b1b1b",GradientType=1);
  position: absolute;
  left: 0px;
  bottom: -3px;
  z-index: 10;
}
.bg-video-wrap video {
  position: absolute;
  top: -2vw;
  width: 100vw;
  z-index: 1;
}
.bg-video-wrap img {
  position: absolute;
  height: auto;
  width: 90%;
  top: -2vw;
  left: 5%;
  z-index: 10;
}
.bg-video-wrap .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.bg-video-wrap .slogan {
  position: absolute;
  top: 17vw;
  left: 20%;
  width: 60%;
}
.bg-video-wrap .slogan img {
  height: auto;
}
@media (max-width: 767px) {
  .bg-video-wrap {
    height: 52.65vw;
  }
  .bg-video-wrap img {
    position: absolute;
    height: auto;
    width: 100%;
    top: 3vw;
    left: 0%;
    z-index: 10;
  }
}

.about-inff-card {
  background-color: #2b3b53;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.about-inff-card img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.about-inff-card .context {
  font-size: 0.9em;
}

.flow-wrapper .flow-item {
  margin-bottom: 50px;
}
.flow-wrapper .flow-item .flow-icon {
  width: 120px;
  flex-shrink: 0;
  margin-right: 30px;
}
.flow-wrapper .flow-item .num {
  font-size: 1.6em;
  font-weight: bold;
  color: #22e7ff;
  opacity: 0.8;
  margin-bottom: 10px;
}

.service-wrapper {
  border: 1px solid #e6e6e6;
}
.service-wrapper .slick-slide {
  margin: 0px;
}
.service-wrapper .service-item {
  display: flex;
  background-color: #1c2737;
}
.service-wrapper .service-item .service-item-left {
  width: 70%;
}
.service-wrapper .service-item .service-item-left .service-thumbnail {
  background-color: #e6e6e6;
  height: 500px;
  background-size: cover;
  background-position: center;
}
.service-wrapper .service-item .service-item-left .service-title {
  width: 100%;
  font-size: 2em;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 60px;
}
.service-wrapper .service-item .service-item-right {
  width: 30%;
}
.service-wrapper .service-item .service-item-right .service-info-context {
  height: 500px;
  overflow-y: auto;
  display: flex;
  padding: 30px;
  line-height: 2em;
  border-bottom: 1px solid #e6e6e6;
  /* Add a thumb */
}
.service-wrapper .service-item .service-item-right .service-info-context::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa; /* or add it to the track */
}
.service-wrapper .service-item .service-item-right .service-info-context::-webkit-scrollbar-thumb {
  background: #ffffff;
}
@media (max-width: 767px) {
  .service-wrapper .service-item .service-item-right .service-info-context {
    padding: 0px 20px 20px 20px;
  }
}
.service-wrapper .service-item .service-item-right .service-change-btn {
  width: 100%;
  display: flex;
  height: 60px;
}
.service-wrapper .service-item .service-item-right .service-change-btn button {
  width: 50%;
  height: 100%;
  border: none;
  color: white;
  border-left: 1px solid #e6e6e6;
  background-color: transparent;
}
@media (max-width: 767px) {
  .service-wrapper .service-item {
    display: block;
  }
  .service-wrapper .service-item .service-item-left {
    width: 100%;
  }
  .service-wrapper .service-item .service-item-left .service-thumbnail {
    background-color: #e6e6e6;
    width: 100%;
    height: 50vw;
  }
  .service-wrapper .service-item .service-item-left .service-title {
    width: 100%;
  }
  .service-wrapper .service-item .service-item-right {
    width: 100%;
  }
  .service-wrapper .service-item .service-item-right .service-info-context {
    height: auto;
    display: block;
  }
  .service-wrapper .service-item .service-item-right .service-change-btn {
    width: 100%;
  }
  .service-wrapper .service-item .service-item-right .service-change-btn button {
    width: 50%;
  }
}

.works-detail-wrapper .works-title {
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: bold;
}
.works-detail-wrapper .work-detail-context {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 100px;
}

.news-section a {
  color: inherit;
}
.news-section .arrow {
  width: 20px;
  height: 20px;
}
.news-section .date {
  color: #c9c9c9;
}
.news-section .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-detail .news-detail-title {
  font-size: 2em;
}
.news-detail .news-detail-cover {
  padding: 50px 0px;
}
.news-detail .news-detail-cover img {
  max-width: 100%;
  height: auto;
}
.news-detail .news-detail-context {
  line-height: 1.8em;
}
.news-detail .news-detail-date svg,
.news-detail .news-detail-date i {
  width: 20px;
}
.news-detail .news-detail-author svg,
.news-detail .news-detail-author i {
  width: 20px;
}
.news-detail .news-detail-author a {
  color: inherit;
  text-decoration: underline;
}

.waves {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 700px;
  width: 100%;
  z-index: -1;
  transform: rotate(180deg);
}/*# sourceMappingURL=style.css.map */