/* latin-ext */
@font-face {
  font-family: 'Poppins';
  /* font-style: normal;
  font-weight: 300;
  font-display: swap; */
  src: url(../webfonts/Poppins-Regular.ttf) format('truetype');
}

/* latin */
@font-face {
  font-family: 'Poppins-Medium';
  /* font-style: normal;
  font-weight: 300; */
  font-display: swap;
  src: url(../webfonts/Poppins-Medium.ttf) format('truetype');
}

/* latin-ext */
@font-face {
  font-family: 'Poppins-SemiBold';
  font-display: swap;
  src: url(../webfonts/Poppins-SemiBold.ttf) format('truetype');
}
.a2a_default_style .a2a_svg{background: #537BBC !important;}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  font-size: 16px;
}

:root {
  --base-font-size: 16px;
  --font-size-small: 0.75rem;
  --font-size-default: 1.125rem;
  --font-size-large: 1.375rem;
  --tab-border--color: #1c6bbd;
  --system--theme-color: #1c6bbd;
  --article-title-theme: #0e3a95;
  --card-title-color: #000;
  --bs-body-color: #000;
  --check-container-bg-color: #e5ebf6;
  --swiper-navigation-size: 24px;
  --Microsoft-JhengHei: "Microsoft JhengHei";
  --PingFang-SC: "PingFang SC";
  --swiper-pagination-bottom: 1.25rem;
  --base-unit: 16px;
  --font-size-small: 12px;
  --font-size-medium: 16px;
  --font-size-large: 22px;
  --current-font-size: var(--font-size-medium);
}

body {
  margin: 0;
  min-height: 100vh;
  height: 100vh;
  background-color: #f4f0ec;
  font-family: "Microsoft JhengHei", "PingFang SC" !important;
  position: relative;
  line-height: 1.875rem;
  font-size: var(--current-font-size);
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/icon/bg-main.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -2;
  transition: background-size 0.35sease;
}
.fr-alternate-rows tbody, td,.fr-alternate-rows tfoot, th,.fr-alternate-rows thead, tr{border-width: 1px;padding: 15px;}
main.container-fluid {
  position: relative;
  z-index: 1;
  margin-top: 13.8125rem;
  padding-bottom: 300px !important;
}

.index-page main.container-fluid {
  position: relative;
  z-index: 1;
  margin-top: 13.8125rem;
  padding-bottom: 0px !important;
}

body img {
  max-width: 100%;
}

body a {
  transition: all 0.35s ease;
  text-decoration: none;
  color: #000;
}

body a i {
  color: #fff;
}

body a:hover {
  color: #f76f01;
}

h3 {
  font-size: 1.875rem;
}

body .btn.btn-primary {
  background-color: var(--system--theme-color);
}

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

.mic-helvetica {
  font-family: 微软-正黑體;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background-color: #f76f01;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  top: 42%;
}

.banner-container-index .swiper-button-prev {
  left: 4.625rem;
}

.banner-container-index .swiper-button-next {
  right: 4.625rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after {
  content: "\2190";
}

.swiper-button-next:after {
  content: "\2192";
}

.banner-container-index .swiper-button-next.swiper-button-disabled,
.banner-container-index .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.normal-shadow-bg {
  background-color: #fff;
  box-shadow: 0px 3px 8px #00000015;
  border-radius: 8px;
}

.text-clip-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-bg-blue {
  background-color: #f5f5f5;
}

.main-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #18456f;
  border-bottom: 3px solid #18456f;
}

.detail-page-container {
  margin: 0 auto;
  max-width: 80.625rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #F76F01;
  border-color: #fc5f39;
  border: 2px solid #fc5f39;
  border-radius: 50%;

}

.page-item {
  margin: 0 0.35rem;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.35s ease;
  /* background: #ececec;
  border-color: #ececec; */
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0.625rem !important;
  border-bottom-right-radius: 0.625rem !important;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.35s ease;
  /* background: #ececec;
  border-color: #ececec; */
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background: transparent;

}

.page-link {
  color: #000;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
  font-family: Poppins;
  border-radius: 50%;
  background: transparent;
  border: none;
  font-size: 1.125em;
}

.page-link:hover {
  background: #fc5f39;
  color: #fff;
  border-radius: 50%;
}

.pagination .page-item.disabled .page-link {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  color: #d5d7da;
  pointer-events: none;
  cursor: not-allowed;
}


.page-item.disabled .page-link i {
  color: #d5d7da !important;
}

.scroll-top-button {
  position: fixed;
  bottom: calc(286px + 1.25rem);
  right: 0.5rem;
  display: none;
  padding: 0.625rem;
  cursor: pointer;
  z-index: 1000;
  width: 4rem;
  height: 4rem;
  background-color: #ffffffde;
  color: #c1945f;
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}

.scroll-top-button i {
  font-size: 1.5rem;
}

.scroll-top-button:hover {
  background-color: #c1945f;
  color: #fff;
  box-shadow: 0 5px 1.25rem 0 rgba(0, 0, 0, 0.16);
}

.card-img-fill {
  position: relative;
  width: 100%;
}

.card-img-fill-size {
  --bs-img-size: 55%;
}

.card-img-fill::before {
  display: block;
  padding-top: var(--bs-img-size);
  content: "";
}

.banner-img-fill-size {
  --bs-banner-size: 31.25%;
}

.banner-img-fill-size::before {
  display: block;
  padding-top: var(--bs-banner-size);
  content: "";
}

.placeholder-bg-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner-img-fill-size img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img-fill-size img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-opacity {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 顶部 */
.nav-tabs {
  background-color: #f8f9fa;
}

.nav-tabs .nav-link {
  color: #666;
  border: none;
  padding: 8px 15px;
  font-size: 0.875rem;
}

.nav-tabs .nav-link:hover {
  color: #2d8cf0;
}

.nav-tabs .nav-link.active {
  color: #2d8cf0;
  background-color: transparent;
  border-bottom: 2px solid #2d8cf0;
}

.nav-tabs .nav-link.search-keyword {
  color: #2c427b;
}

/* 首页 */
.fs-24 {
  font-size: 1.5em;
}

.fs-22 {
  font-size: 1.375em;
}

.fs-20 {
  font-size: 1.25em !important;
}

.fs-18 {
  font-size: 1.125em;
}

.fs-16 {
  font-size: 1em;
}

.fs-14 {
  font-size: 0.875em;
}

.fs-12 {
  font-size: 0.75em;
}

.learn-more {
  font-size: 1rem;
  font-weight: bold;
}

.learn-more i {
  color: #000;
  margin-left: 0.875rem;
}

.w-55 {
  width: 55%;
}

.content-area {
  flex: 1 0 0;
}


.tab-show {
  margin-top: 1.5rem;
}

.tab-show .nav-link.active {
  background-color: #f76f01;
  color: #fff;
}

.tab-show .nav-link {
  margin-right: 23px;
}


.tab-margin {
  margin-top: 33px;
}
.tab-show .nav-item.tab-btn{position: relative;}
.tab-show .nav-item.tab-btn .nav-link {
  font-size: 1.125em;
}

.tab-show .nav-item.tab-btn .nav-link.active {
  background-color: #F76F01;
  color: #ffffff;
}
.tab-show .nav-item.tab-btn ul{width: max-content;z-index: 22; position: absolute;left: 0;top: 58px;border-radius: 10px;background: #fff;padding: 1rem 1.5rem;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);display: none;}
.tab-show .nav-item.tab-btn ul li{padding: 0.5rem 0;}
.activity-card-clubs {
  border-radius: 12px;
  text-align: center;
  transform: translateY(0);
  margin-bottom: 44px;
}

.activity-card-clubs:hover {
  transform: translateY(-12px);
  transition: transform 0.3s ease-in-out;
}

.activity-card-clubs .activity-image {
  width: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: contain;
  height: 100%;
}

.activity-card-clubs .activity-content {
  padding: 2.625rem 1rem 1rem 1rem;
  position: relative;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}

.activity-card-clubs a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.activity-card-clubs h3 {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 1.2px;
  /* border-bottom: 1px solid rgb(112 112 112 / 20%); */
  /* padding-bottom: 1.125rem; */
  text-align: left;
  margin-bottom: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity-card-clubs p {
  font-size: 1.125em;
  letter-spacing: 0.9px;
  line-height: 1.75rem;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-top: 1px solid rgb(112 112 112 / 20%);
}
.activity-card-clubs p.none{border-top: none;margin-bottom: 2rem;}
.custom-p {
  padding-left: 19px;
  padding-right: 19px;
}

.activity-image-container {
  height: 555px;
  overflow: hidden;
  background: #fff;
  border-radius: 13px 13px 0 0;
  position: relative;
}
.activity-image-containers{height: 555px;}
.activity-image-container::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.activity-image-container-big{height: 484px;padding: 15px;border-radius: 15px;}
.activity-image-container-big::before{display: none;}
.pdf-big .swiper-slide .boximg{height: 725px;}
.pdf-big .swiper-slide .boximg img{width: 100%;height: 100%;object-fit: contain;}
.pdf-small .swiper-slide{background: #fff;}
.pdf-small .swiper-slide img{width: 100%;height: 113px;object-fit: contain; opacity: 0.6;}
.pdf-small .swiper-slide.swiper-slide-thumb-active img{opacity: 1;}
.pdf-small .swiper-button-prev,.pdf-small .swiper-button-next{top: 32%;}
@media screen and (max-width: 1400px) {

  .logo-container .container-xxl,
  .navbar-nav-wrapper .container-xxl {
    padding: 0 0rem !important;
  }

  .activity-card-clubs h3 {
    font-size: 1.25em;
  }

  .activity-card-clubs p {
    font-size: 1em;
  }
  .pdf-big .swiper-slide .boximg{height: 625px;}
  .pdf-small .swiper-slide img{height: 83px;}
}

@media screen and (min-width: 1919px) {
  .container-xxl {
    max-width: 1530px;
  }
}

@media screen and (max-width: 900px) {
  :root {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  body {
    /* font-size: clamp(12px, 2.5vw, 16px) !important; */
  }

  .scroll-top-button {
    bottom: 2rem;
  }

  .activity-card-clubs h3 {
    font-size: 1em;
  }

  .activity-card-clubs p {
    font-size: 0.875em;
  }

  .tab-show .nav-item.tab-btn .nav-link {
    font-size: 0.875em;
    padding: 0.75rem 1.5rem;
  }

  .custom-p {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .activity-card-clubs {
    margin-bottom: 1.5rem;
  }


  .activity-card-clubs:hover {
    transform: translateY(-6px);
    transition: transform 0.3s ease-in-out;
  }

  .tab-margin {
    margin-top: 2rem;
  }
  .pdf-big .swiper-slide .boximg{height: 325px;}
  .banner-container-index .swiper-button-prev{left: 2rem;}
  .banner-container-index .swiper-button-next{right: 2rem;}
  .card-container-service{display: block;}
  .card-service-index.active{width: 100% !important;display: block !important;}
  .card-service-index{width: 100% !important;overflow: visible !important;width: 100% !important;}
  
}

@media screen and (max-width: 300px) {
  :root {
    font-size: clamp(12px, 2.5vw, 16px) !important;
  }
}
.no_cont,.no_data{height: 400px;padding-top: 0 !important;}
@media screen and (max-width: 767px) {
  .no_cont,.no_data{height: 300px;}
}