@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: #ab112a;
  border-color: #ab112a;
}

@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: #00a6ce;
}
.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: 2px 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: 2px solid #00a6ce;
    color: #000;
    padding: 30px 50px 20px 50px;
    height: 100%;
  }
  .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;
}
.prolayout .prolayout_info h4::after {
  content: "";
  height: 3px;
  display: inline-block;
  width: 20px;
  margin-inline-start: 0px;
  background: #00a6ce;
}
.prolayout .prolayout_info p {
  letter-spacing: 0.5px;
  line-height: 2;
  font-size: 1rem;
}
.prolayout .prolayout_item .table-title {
  --bs-table-bg-state: rgba(0, 166, 206, 0.4);
}
.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;
}

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