@charset "UTF-8";
/*--------------------------------------------------------------
# Theme General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Akasa Info
--------------------------------------------------------------*/
.akasa_info .current {
  color: #ffffff;
  background-color: rgba(138, 188, 209, 0);
  width: 550px;
  height: auto;
  /* 定義動畫 */
  animation-duration: 1s;
  /* 動畫時間 */
  animation-name: current;
  /* 影格名字 */
}
@keyframes current {
  0% {
    opacity: 0;
    transform: translateX(-550px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.akasa_info .current h3 {
  font-weight: bold;
  letter-spacing: 4.2px;
}
.akasa_info .current h5 {
  color: #00a6ce;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.akasa_info .current h5 i {
  font-size: 60px;
  margin: 15px;
}
.akasa_info .current h5 p {
  margin-top: 16px;
}

/*--------------------------------------------------------------
# Contact Banner
--------------------------------------------------------------*/
.contactBn .contactBn_text {
  background-color: #fff;
}
.contactBn .btn-primary {
  color: #fff;
  background-color: #00a6ce;
  border-color: #00a6ce;
  border-radius: 5px;
}
.contactBn .btn-primary:hover {
  background-color: #1485a1;
  border-color: #1485a1;
}

@media (min-width: 992px) {
  .contactBn .contactBn_text {
    margin-inline-start: -75px;
    position: relative;
    background-color: #fff;
  }
}
/*--------------------------------------------------------------
# Market theme: item layout
--------------------------------------------------------------*/
#hero .carousel-item.theme::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.main-theme > div {
  padding: 60px 0;
}

.mklayout .listpage_title {
  padding-top: 0px;
}
.mklayout .listpage_title h3 {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: initial;
  padding-bottom: 0px;
}

.mklayout .mklayout_item {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border: 0px solid #ab112a;
}
.mklayout .mklayout_item .note {
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  padding-top: 1rem;
}
.mklayout .mklayout_item img {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mklayout .info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mklayout .info h4 {
  line-height: 1.5;
  font-weight: bold;
}
.mklayout .info h4::after {
  content: "";
  height: 3px;
  display: inline-block;
  width: 20px;
  margin-inline-start: 0px;
  background: #00a6ce;
}
.mklayout .info p {
  letter-spacing: 0.5px;
  line-height: 2;
  font-size: 1.1rem;
}

.mklayout .nav-tabs {
  border-bottom: 0px solid #00a6ce;
}
.mklayout .nav-tabs li {
  padding-left: px;
  padding-right: px;
  margin-right: 10px;
  margin-left: 10px;
}
.mklayout .nav-tabs .nav-link {
  border: 0px solid #fff;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #00a6ce;
  text-transform: uppercase;
}
.mklayout .nav-tabs .nav-link:focus,
.mklayout .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent transparent #ffffff;
  border-bottom: 0px solid #ffffff !important;
}
.mklayout .nav-tabs .nav-item.show .nav-link,
.mklayout .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent transparent #ffffff;
  border-bottom: 3px solid #00a6ce !important;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Technology Theme
--------------------------------------------------------------*/
.techlayout .techlayout_title h3 {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: initial;
  padding-bottom: 0px;
}
.techlayout .techlayout_info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.techlayout .techlayout_info h4 {
  line-height: 1.5;
  font-weight: bold;
}
.techlayout .techlayout_info h4::after {
  content: "";
  height: 3px;
  display: inline-block;
  width: 20px;
  margin-inline-start: 0px;
  background: #00a6ce;
}
.techlayout .techlayout_info p {
  letter-spacing: 0.5px;
  line-height: 2;
  font-size: 1rem;
}

.techlayout .techlayout_item {
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
}
.techlayout .techlayout_item .item_name {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 10px;
}

@media (min-width: 992px) {
  .techlayout figure {
    position: relative;
    cursor: pointer;
  }
  .techlayout figcaption {
    background: rgba(41, 128, 185, 0.67);
    bottom: 0;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    padding: 1rem 1rem;
    -webkit-transition: max-height 0.3s ease-out;
    overflow: hidden;
    height: 60px;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    visibility: hidden;
  }
  .techlayout figure:hover figcaption {
    position: absolute;
    background: rgba(41, 128, 185, 0.67);
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: height 0.5s ease-in;
    visibility: visible;
  }
  .techlayout figure img {
    width: 100%;
    object-fit: cover;
  }
}
/*--------------------------------------------------------------
# Prodct Theme
--------------------------------------------------------------*/
.prolayout .prolayout_title h3 {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: initial;
  padding-bottom: 0px;
}
.prolayout .prolayout_title h3::after {
  content: "";
  height: 3px;
  display: inline-block;
  width: 20px;
  margin-inline-start: 0px;
  background: #F28705;
}
.prolayout .prolayout_item {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border: 0px solid #ab112a;
}
.prolayout .prolayout_item .nav-tabs .nav-link {
  border-radius: 0;
  border-bottom: 0px solid #00a6ce;
  color: #000;
  width: 100%;
  height: 100%;
}
.prolayout .prolayout_item .nav-tabs .nav-link img {
  padding: 15px 0;
}
.prolayout .prolayout_item .nav-tabs .nav-link .tab_description {
  display: none;
}
.prolayout .prolayout_item .nav-tabs .nav-link :focus,
.prolayout .prolayout_item .nav-tabs .nav-link :hover {
  /*opacity: 0.5;*/
}
.prolayout .prolayout_item .nav-tabs .nav-link.active,
.prolayout .prolayout_item .nav-tabs .nav-item.show .nav-link {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: #007fff;
  color: #fff;
  background-color: #00A6CE;
  border-bottom: 2px solid transparent;
  opacity: 1;
}
.prolayout .prolayout_item .nav-tabs .nav-link.active img {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .prolayout .prolayout_item .nav-tabs .nav-link {
    border-radius: 0;
    border-bottom: 0px solid #00a6ce;
    color: #000;
    padding: 20px 50px 20px 50px;
    height: 100%;
    background-color: #f0f0f0;
  }
  .prolayout .prolayout_item .nav-tabs .nav-link img {
    padding: 15px 0;
  }
  .prolayout .prolayout_item .nav-tabs .nav-link .tab_description {
    display: block;
    font-size: smaller;
  }
}
.prolayout .prolayout_info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.prolayout .prolayout_info h4 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.75rem;
}
.prolayout .prolayout_info h4::after {
  content: "";
  height: 3px;
  display: inline-block;
  width: 20px;
  margin-inline-start: 0px;
  background: #F28705;
}
.prolayout .prolayout_info p {
  letter-spacing: 0.5px;
  line-height: 2;
  font-size: 1rem;
}
.prolayout .prolayout_item .table-title {
  --bs-table-bg-state: #00A6CE;
}
.prolayout .prolayout_item .table-title th {
  color: #ffffff;
}
.prolayout .tr:nth-child(even) {
  background-color: #f2f2f2;
}
.prolayout .detailpage_btn {
  padding-top: 0.5rem;
}
.prolayout .detailpage_btn .btn-outline-info {
  color: #00a6ce;
  border-color: #00a6ce;
  line-height: 1;
  padding: 10px 15px;
  margin-right: 5px;
  font-size: smaller;
}
.prolayout .detailpage_btn .btn-outline-info a {
  margin: 10px auto;
}
.prolayout .detailpage_btn .btn-outline-info:hover {
  color: #fff;
  background-color: #00a6ce;
}

/*--------------------------------------------------------------
# PRODUCT DETAIL PAGE
--------------------------------------------------------------*/
.product_intro_area {
  margin-top: 50px;
}

.row_product_intro::after {
  content: "";
  height: 3px;
  display: inline-block;
  width: 20px;
  margin-inline-start: 0px;
  background: #F28705;
}

.row_product_data_name {
  font-size: 2rem;
  margin-bottom: 0px;
  color: #00A6CE;
  line-height: 1.4;
  font-weight: bold;
}

/*--------------------------------------------------------------
# PRODUCT DETAIL PAGE : GallerySet
--------------------------------------------------------------*/
.gallery-area .slider-nav .slick-slide {
  cursor: pointer;
}

.gallery-area .slick-slide.is-active h3 {
  color: #c00;
  background-color: #fff;
}

.gallery-area .slick-next {
  right: 0px;
}

/*.slick-prev {left: 0px;}*/
@media screen and (max-width: 500px) {
  .gallery-area .slider-nav {
    display: none;
  }
}
.gallery-area .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -8%;
  left: 20px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  transform: rotate(90deg);
}

.gallery-area .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 103%;
  left: 20px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  transform: rotate(90deg);
}

.gallery-area .slider-nav {
  /*padding-top: 30px;*/
}

.gallery-area .slider-single {
  display: block;
  cursor: pointer;
  /*max-width:600px;width: 100%*/
}

.gallery-area .slick-vertical .slick-slide img {
  border-radius: 1px;
}

.gallery-area .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 2px solid transparent;
  margin: 5px 0;
  opacity: 0.8;
}

.gallery-area .slick-vertical .slick-slide:hover {
  border: 0px solid #00A6CE;
  opacity: 1;
}

.gallery-area .slick-prev:before,
.gallery-area .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #00A6CE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gallery-area .slick-prev:before {
  content: "❮";
}

.gallery-area .slick-next:before {
  content: "❯";
}

/*--------------------------------------------------------------
# PRODUCT DETAIL PAGE : 總頁籤TAB
--------------------------------------------------------------*/
#pro-tabs .tabs_bar .nav-link {
  display: block;
  padding: 1rem 1rem;
}

#pro-tabs .tabs_bar .nav-tabs .nav-link:focus,
#pro-tabs .tabs_bar .nav-tabs .nav-link:hover {
  color: #00A6CE;
  background-color: transparent;
  border-color: transparent transparent #00A6CE;
  border-bottom: 3px solid #00A6CE;
}

#pro-tabs .tabs_bar .nav-tabs .nav-item.show .nav-link,
#pro-tabs .tabs_bar .nav-tabs .nav-link.active {
  color: #00A6CE;
  background-color: transparent;
  border-color: transparent transparent #00A6CE;
  border-bottom: 3px solid #00A6CE;
  font-weight: bold;
}

#pro-tabs .tabs_bar .nav-tabs .nav-link {
  border: 0px solid #fff;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

#pro-tabs .tabs_bar .nav-tabs {
  border-bottom: 0px solid #E8F4F7;
  border-top: 0px solid #E8F4F7;
  background-color: #E8F4F7;
}

/*頁籤TAB滾動黏滯定位*/
#pro-tabs .fixed-top {
  position: sticky;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 100;
  overflow: visible;
}

/*手機滑軌*/
@media screen and (max-width: 767px) {
  #pro-tabs .fixed-top {
    position: sticky;
    top: 68px;
    right: 0;
    left: 0;
    z-index: 100;
    overflow: visible;
  }
  #pro-tabs .tabs_bar .scrollmenu {
    /*background-color: #333;*/
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: inline-block;
    scrollbar-color: #00A6CE;
  }
  #pro-tabs .tabs_bar .scrollmenu li {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 0.8rem;
  }
  #pro-tabs .scrollmenu li:hover {
    background-color: transparent;
  }
}
/*通用設計*/
.prolayout_info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.prolayout_info h4 {
  line-height: 1.5;
  font-weight: bold;
}
.prolayout_info h4::after {
  content: "";
  height: 3px;
  display: inline-block;
  width: 20px;
  margin-inline-start: 0px;
  background: #F28705;
}
.prolayout_info p {
  letter-spacing: 0.5px;
  line-height: 2;
  font-size: 1rem;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #00A6CE;
  --bs-btn-border-color: #00A6CE;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: ##00A6CE;
  --bs-btn-disabled-border-color: #00A6CE;
}

/**/
.usecasecard {
  border-radius: 0;
  border: 0px solid rgba(0, 0, 0, 0.125);
  font-size: 0.8rem;
  margin: 15px;
}

.productliscard {
  text-align: center;
  margin-bottom: 15px;
  border-radius: 0;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.productliscard .pro-name {
  padding: 5px 0px;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

/*表格設計*/
.spectab_content .table > :not(caption) > * > * {
  padding: 0.7rem 1.8rem;
}

/*相關產品箭頭*/
.relatedproducts-carousel .slick-prev,
.relatedproducts-carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.relatedproducts-carousel .slick-prev:before,
.relatedproducts-carousel .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #00A6CE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.relatedproducts-carousel .slick-prev:before {
  content: "❮";
}

.relatedproducts-carousel .slick-next:before {
  content: "❯";
}

/*Case Studies*/
.banner .banner_title h3 {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: initial;
  padding-bottom: 0px;
}
.banner .banner_title h3::after {
  content: "";
  height: 3px;
  display: inline-block;
  width: 20px;
  margin-inline-start: 0px;
  background: #F28705;
}

.search-container {
  padding: 10px 0px 10px 0px;
  width: 100%;
  transition: all 0.3s ease;
}

.search-icon {
  color: #6c757d;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.caseStudies-filter .filter-header > a {
  display: block;
  position: relative;
  font-size: 60%;
  color: #444444;
  text-decoration: none;
  border-bottom: 1px solid #8B8B8B;
  margin: 15px 0px 15px 0px;
}
.caseStudies-filter .filter-header > a:after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
}
.caseStudies-filter .filter-header > a[aria-expanded=true]:after {
  content: "\f077";
  /* fa-chevron-up */
}
.caseStudies-filter .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.325rem;
}
.caseStudies-filter .form-check-label {
  font-size: 0.85rem;
}
.caseStudies-filter .form-check-input:checked {
  background-color: #00a6ce;
  border-color: #00a6ce;
}

.caseStudies-list .list-body {
  padding: 1rem 1rem;
}
.caseStudies-list .list-title a {
  font-size: 16px;
  color: #000;
}
.caseStudies-list .list-title a:hover {
  color: #00a6ce;
}
.caseStudies-list .list-primary {
  font-size: 0.9rem;
  color: #999;
}
.caseStudies-list a {
  display: block;
  position: relative;
  overflow: hidden;
}
.caseStudies-list a img {
  height: auto;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.caseStudies-list a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*# sourceMappingURL=theme.css.map */
