@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: 30px 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;
  }
}
/*--------------------------------------------------------------
# Product List Theme
--------------------------------------------------------------*/
.prolayout {
  /* 表格 wrapper：不能用 .table-responsive，否則 sticky 失效 */
  /* 固定表頭 */
  /* 固定左欄 (tbody 用 th scope="row") */
  /* 左上角交叉點，z-index 要最高 */
  /* table-striped 的 nth-child 背景會蓋掉 sticky，要補回來 */
  /* 統一 hover 色，覆蓋 Bootstrap 預設 */
  /* 固定欄跟上同一個色 */
}
.prolayout .breadcrumb {
  font-size: x-small;
  color: #212529;
  font-weight: bold;
}
.prolayout .prolayout_title h3 {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.prolayout .prolayout_title h3::after {
  content: "";
  position: absolute;
  height: 3px;
  display: block;
  width: 20px;
  margin-inline-start: 0px;
  background: rgba(255, 255, 255, 0);
  bottom: 0;
}
.prolayout .prolayout_item {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border: 0px solid #ab112a;
}
.prolayout .prolayout_item .main-category-tabs .nav-tabs .nav-link {
  border-radius: 0;
  border-bottom: 0px solid #00a6ce;
  color: #000;
  width: 100%;
  height: 100%;
}
.prolayout .prolayout_item .main-category-tabs .nav-tabs .nav-link img {
  padding: 15px 0;
}
.prolayout .prolayout_item .main-category-tabs .nav-tabs .nav-link .tab_description {
  display: none;
}
.prolayout .prolayout_item .main-category-tabs .nav-tabs .nav-link :focus,
.prolayout .prolayout_item .main-category-tabs .nav-tabs .nav-link :hover {
  /*opacity: 0.5;*/
}
.prolayout .prolayout_item .main-category-tabs .nav-tabs .nav-link.active,
.prolayout .prolayout_item .main-category-tabs .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 .main-category-tabs .nav-tabs .nav-link.active img {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .prolayout .prolayout_item .main-category-tabs .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 .main-category-tabs .nav-tabs .nav-link img {
    padding: 15px 0;
  }
  .prolayout .prolayout_item .main-category-tabs .nav-tabs .nav-link .tab_description {
    display: block;
    font-size: smaller;
  }
}
.prolayout .list-table_text {
  padding-top: 0px;
  padding-bottom: 20px;
}
.prolayout .list-table_text h4 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.75rem;
  position: relative;
  padding-bottom: 10px;
}
.prolayout .list-table_text h4::after {
  content: "";
  height: 3px;
  display: block;
  width: 20px;
  margin-inline-start: 0px;
  background: #F28705;
  position: absolute;
  bottom: 0;
}
.prolayout .list-table_text 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 .table-wrap {
  border: 1px solid #dee2e6;
  border-radius: 0px;
}
.prolayout .table-wrap table {
  border-collapse: separate;
  border-spacing: 0;
}
.prolayout .table-wrap thead th {
  position: sticky;
  top: 70px;
  z-index: 3;
  background: #00A6CE;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25) !important;
  border-bottom: 2px solid #dee2e6 !important;
}
.prolayout .table-wrap thead th:first-child,
.prolayout .table-wrap tbody th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.06);
}
.prolayout .table-wrap thead th:first-child {
  z-index: 4;
  background: #00A6CE;
}
.prolayout .table-wrap tbody tr:nth-child(odd) th:first-child {
  background: #f2f2f2;
}
.prolayout .table-wrap tbody tr:nth-child(even) th:first-child {
  background: #fff;
}
.prolayout .table-wrap table {
  --bs-table-hover-bg: #e6f7fc;
}
.prolayout .table-wrap tbody tr:hover th:first-child {
  background: rgba(0, 166, 206, 0.1); /* #00A6CE 的 10% 透明版 */
}
@media (max-width: 1200px) {
  .prolayout {
    /* 選擇性：如果手機版上面的頂部導覽列變矮了，可以調整 top */
  }
  .prolayout .table-wrap {
    width: 100%;
    overflow: auto; /* 同時開啟上下 (y) 與 左右 (x) 滾動 */
    max-height: 70vh; /* 限制手機版表格最高 400px，超過就內部捲動 */
    -webkit-overflow-scrolling: touch;
  }
  .prolayout .table-wrap thead th {
    top: 0px; /* 因為變成內部捲動，top 必須歸零緊貼容器頂部 */
  }
}
.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;
}
.prolayout .prolayout_item .featured-product-tabs .nav-tabs {
  border-bottom: 0px solid #00a6ce;
}
.prolayout .prolayout_item .featured-product-tabs .nav-tabs .nav-link {
  border-radius: 0;
  border-bottom: 0px solid #00a6ce;
  color: #000;
  width: 100%;
  /*height: 100%;*/
  font-weight: bold;
  border-color: transparent;
}
.prolayout .prolayout_item .featured-product-tabs .nav-tabs .nav-link :focus,
.prolayout .prolayout_item .featured-product-tabs .nav-tabs .nav-link :hover {
  /*opacity: 0.5;*/
}
.prolayout .prolayout_item .featured-product-tabs .nav-tabs .nav-link.active,
.prolayout .prolayout_item .featured-product-tabs .nav-tabs .nav-item.show .nav-link {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: #007fff;
  color: #00a6ce;
  background-color: #ffffff;
  border-color: transparent;
  border-bottom: 5px solid #00a6ce;
  opacity: 1;
}
.prolayout .prolayout_item .featured-product-tabs .nav-tabs .nav-link.active img {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .prolayout .prolayout_item .featured-product-tabs .nav-tabs .nav-link {
    border-radius: 0;
    border-bottom: 0px solid #00a6ce;
    color: #000;
    padding: 20px 50px 20px 50px;
    /*height: 100%;*/
    background-color: transparent;
    border-color: transparent;
  }
  .prolayout .prolayout_item .featured-product-tabs .nav-tabs .nav-link img {
    padding: 15px 0;
  }
  .prolayout .prolayout_item .featured-product-tabs .nav-tabs .nav-link .tab_description {
    display: block;
    font-size: smaller;
  }
}

/*--------------------------------------------------------------
# Product List Theme: Date UI
--------------------------------------------------------------*/
/*== Filter Bar ==*/
.bi-sliders {
  -webkit-text-stroke: 0.5px;
}

/* 確保箭頭具備 0.3 秒的平滑旋轉動畫 */
.filter-arrow {
  display: inline-block !important;
  transition: transform 0.3s ease !important;
  -webkit-text-stroke: 1px;
}

/* 當大橫條被點擊「打開」時（沒有 .collapsed），箭頭旋轉 180 度朝上 */
.navbar-toggler:not(.collapsed) .filter-arrow {
  transform: rotate(-180deg) !important;
}

/* 當大橫條被點擊「收起」時（有 .collapsed），箭頭回復 0 度朝下 */
.navbar-toggler.collapsed .filter-arrow {
  transform: rotate(0deg) !important;
}

/*== Filter Panel 自訂樣式 ==*/
:root {
  --fp-primary: #00a6ce;
  --fp-primary-bg: #e2f5fa;
  --fp-primary-text: #0779a0;
  --fp-border: #dee2e6;
}

/* 欄位間距 */
.fp-col {
  padding: 14px 16px;
}

.fp-col + .fp-col {
  border-left: 1px solid var(--fp-border);
}

@media (max-width: 767px) {
  .fp-col + .fp-col {
    border-left: none;
    border-top: 1px solid var(--fp-border);
  }
}
/* 欄位標題 */
.fp-col-title {
  font-size: 11px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

/* 子群組標題（:: Intel® / :: AMD） */
.fp-sub-title {
  font-size: 11px;
  color: #adb5bd;
  font-weight: 600;
  margin: 8px 0 4px;
}

/* 捲動清單 */
.fp-scroll-list {
  max-height: 160px; /* 超過這個高度就捲動 */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

.fp-scroll-list::-webkit-scrollbar {
  width: 4px;
}

.fp-scroll-list::-webkit-scrollbar-track {
  background: transparent;
}

.fp-scroll-list::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 4px;
}

.fp-scroll-list::-webkit-scrollbar-thumb:hover {
  background: #adb5bd;
}

/* Checkbox 樣式 */
.fp-panel .form-check-label {
  font-size: 12px;
  cursor: pointer;
}

.fp-panel .form-check-input:checked {
  background-color: var(--fp-primary);
  border-color: var(--fp-primary);
}

.fp-panel .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 206, 0.25);
}

/* TDP */
.fp-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid var(--fp-border);
  font-size: 12px;
  color: #495057;
  cursor: pointer;
  background: #fff;
  transition: all 0.15s;
  white-space: nowrap;
}

.fp-chip:hover {
  border-color: var(--fp-primary);
  color: var(--fp-primary);
}

.fp-chip.is-active {
  background: var(--fp-primary-bg);
  border-color: var(--fp-primary);
  color: var(--fp-primary-text);
  font-weight: 500;
}

/* Application Card（Rack Unit） */
.fp-app-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--fp-border);
  cursor: pointer;
  background: #fff;
  transition: all 0.15s;
  min-width: 52px;
  font-size: 11px;
  color: #6c757d;
  font-weight: 600;
}

.fp-app-card i {
  font-size: 18px;
  color: #adb5bd;
}

.fp-app-card:hover {
  border-color: var(--fp-primary);
  color: var(--fp-primary);
}

.fp-app-card:hover i {
  color: var(--fp-primary);
}

.fp-app-card.is-active {
  border-color: var(--fp-primary);
  background: var(--fp-primary-bg);
  color: var(--fp-primary-text);
}

.fp-app-card.is-active i {
  color: var(--fp-primary);
}

/* Active Tags Bar */
.fp-tags-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 16px;
  min-height: 42px;
}

.fp-tags-label {
  font-size: 12px;
  color: #6c757d;
  font-weight: 600;
  flex-shrink: 0;
}

.fp-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
}

/* Active Tags */
.fp-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px 3px 11px;
  border-radius: 20px;
  background: var(--fp-primary);
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s;
}

.fp-tag:hover {
  background: #0892b3;
}

/* 自訂取消X*/
.fp-tag-x {
  font-size: 12px;
  opacity: 0.75;
}

.fp-tag:hover .fp-tag-x {
  opacity: 1;
}

/* 沒有選任何篩選 */
.fp-tags-empty {
  font-size: 12px;
  color: #adb5bd;
  font-style: italic;
}

/* Clear All */
.fp-clear-all {
  background: #5a5a5a;
  border: none;
  padding: 0;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  transition: color 0.15s;
  padding: 3px 11px 3px 11px;
  border-radius: 20px;
}

.fp-clear-all:hover {
  color: #ffffff;
  background: #505050;
}

.fp-clear-all i {
  font-size: 14px;
}

.fp-result-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background: #fff;
}

.fp-result-count i {
  font-size: 16px;
  color: #00A6CE;
}

/* 產品清單數量 */
.fp-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  margin-left: 8px;
  border-radius: 50%;
  background: #e8f4f7;
  color: var(--fp-primary);
  font-size: 12px;
  font-weight: 700;
}

.badge-u {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}

.badge-1u {
  background: #cfe2ff;
  color: #084298;
}

.badge-2u {
  background: #d1e7dd;
  color: #0a3622;
}

.badge-3u {
  background: #fff3cd;
  color: #664d03;
}

.badge-4u {
  background: #f8d7da;
  color: #842029;
}

/*== LIST GLightbox 箭頭 ==*/
.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 68px;
  height: auto;
  margin: 0;
  padding: 0;
}

.glightbox-clean .gclose svg {
  width: 35px;
  height: auto;
}

/*--------------------------------------------------------------
# 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;
  }
}
/*通用設計*/
.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 */
