:root {
  --theme-main: #0A4E3C;
  --theme-secondary: #80C687;
  --theme-tertiary: #FF6C31;
  --theme-forth: #3B9A6D;
  --theme-fifth: #E3E3E3;
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #1668C7;
  --theme-grey-blue: #97BDE8;
  --theme-blue: #4DA9D6;
  --theme-red: #E64545;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FF6C31;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
  --theme-calendar-event: #fff992;
  --theme-calendar-holiday: #ff9c73;
}

body {
  line-height: 1.4;
}
body a {
  color: var(--theme-main);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 1.5rem;
}

#page table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSerif";
  font-weight: 600;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
.container {
  position: relative;
}
@media (min-width: 576px) {
  .container {
    max-width: 1600px;
    width: 90%;
  }
}

@media (max-width: 960px) {
  .container-lg {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .container-xl {
    max-width: 90%;
  }
}

.container-max {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

.fade-in {
  animation: fade-in 1.5s forwards;
}

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.intranet-btn, .contact-btn {
  color: white !important;
  border-bottom: 1px solid white;
  margin: 0 5px;
  cursor: pointer;
}
.intranet-btn:hover, .contact-btn:hover {
  color: var(--theme-secondary) !important;
  border-bottom: 1px solid var(--theme-secondary);
}

.section_footer .intranet-btn:hover, .section_footer .contact-btn:hover {
  color: white !important;
  border-bottom: 1px solid white;
  opacity: 0.8;
}

.main-slider-container .intranet-btn, .main-slider-container .contact-btn {
  font-size: 0.8rem;
}

.desktop_socialMediaBar {
  right: 20px;
  bottom: 15px;
  z-index: 2;
}
.desktop_socialMediaBar .facebook-btn, .desktop_socialMediaBar .instagram-btn, .desktop_socialMediaBar .chat-btn, .desktop_socialMediaBar .back-to-top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #3B9A6D;
  background-color: white;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  margin-bottom: 8px;
  transition: 0.3s ease-in-out;
}
.desktop_socialMediaBar .facebook-btn:hover, .desktop_socialMediaBar .instagram-btn:hover, .desktop_socialMediaBar .chat-btn:hover, .desktop_socialMediaBar .back-to-top-btn:hover {
  transform: scale(1.1);
  cursor: pointer;
}
@media (min-width: 768px) {
  .desktop_socialMediaBar .facebook-btn, .desktop_socialMediaBar .instagram-btn, .desktop_socialMediaBar .chat-btn, .desktop_socialMediaBar .back-to-top-btn {
    height: 55px;
    width: 55px;
  }
}
.desktop_socialMediaBar img {
  width: auto;
  height: 23px;
  max-width: 24px;
}
@media (min-width: 768px) {
  .desktop_socialMediaBar img {
    height: 33px;
    max-width: 34px;
  }
}
.desktop_socialMediaBar .chat-btn {
  border: 2px solid #A0E37C;
  margin-top: 15px;
}
.desktop_socialMediaBar .back-to-top-btn {
  border: 2px solid #80EEBC;
}
.desktop_socialMediaBar .back-to-top-btn img {
  width: 34px;
  height: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: unset !important;
}

.desktop_topFunction_and_menu {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  padding-top: 25px;
  padding-bottom: 10px;
  background: linear-gradient(to bottom, rgba(10, 78, 60, 0.9) 0%, rgba(10, 78, 60, 0.2) 80%, rgba(10, 78, 60, 0) 100%);
}
.desktop_topFunction_and_menu .top-school-logo {
  flex: 400px;
}
.desktop_topFunction_and_menu .top-school-logo img {
  max-width: 100%;
  width: 400px;
}
.desktop_topFunction_and_menu.small {
  padding-top: 10px;
  background-color: rgba(12, 84, 96, 0.84);
}
.desktop_topFunction_and_menu.small .top-school-logo img {
  max-width: 300px;
}

.desktop_topBar_right {
  flex: 70%;
}

.desktop-functionBar {
  height: max-content;
}

.lang-btn {
  font-size: 1rem;
  background: unset;
}

.lang-btn, .size-btn, .search-btn {
  color: white;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  margin: 0 5px;
}
.lang-btn:hover, .size-btn:hover, .search-btn:hover {
  background: white;
  color: var(--theme-main);
}

.search-btn {
  padding-bottom: 3px;
}

.size-btn.smaller-font {
  font-size: 0.7rem;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.main-slider-container .main-slider {
  background: #FFFDF8;
}
.main-slider-container .main-slider a:not([href]) {
  cursor: auto;
}
.main-slider-container .main-slider .index-slider-image, .main-slider-container .main-slider .inner-slider-image {
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
.main-slider-container .main-slider .index-slider-image {
  aspect-ratio: 400/600;
}
@media (min-width: 768px) {
  .main-slider-container .main-slider .index-slider-image {
    height: 100vh;
    width: 100%;
  }
}
.main-slider-container .main-slider .topBanner_overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(10, 78, 60, 0.9) 0%, rgba(10, 78, 60, 0.2) 20%);
}
.main-slider-container .main-slider .slick-dots {
  display: none !important;
  bottom: 4vw;
  text-align: right;
  padding-right: 5%;
}
@media (min-width: 768px) {
  .main-slider-container .main-slider .slick-dots {
    display: block !important;
  }
}
.main-slider-container .main-slider .slick-dots li button:before {
  font-size: 12px;
  color: white;
}
.main-slider-container .main-slider .slick-dots li.slick-active button:before {
  color: var(--theme-main);
}
.main-slider-container .main-slider-container .main-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.main-slider-container .main-slider-container .main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .main-slider-container .main-slider, .main-slider-container .bottom-slider {
    margin-top: 0;
  }
}
.main-slider-container .main-slider .image, .main-slider-container .bottom-slider .image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.main-slider-container .main-slider .inner-slider-image, .main-slider-container .bottom-slider .inner-slider-image {
  aspect-ratio: 1920/530;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .main-slider-container .main-slider .inner-slider-image, .main-slider-container .bottom-slider .inner-slider-image {
    aspect-ratio: 1920/530;
  }
}
.main-slider-container .main-slider .banner-info, .main-slider-container .bottom-slider .banner-info {
  position: absolute;
  left: 6vw;
  bottom: 4vw;
  width: 90%;
  font-weight: 800;
  transition: all 1s ease;
}
@media (min-width: 768px) {
  .main-slider-container .main-slider .banner-info, .main-slider-container .bottom-slider .banner-info {
    max-width: 1200px;
  }
}
.main-slider-container .main-slider .banner-info .banner-title, .main-slider-container .bottom-slider .banner-info .banner-title {
  color: white;
  padding: 2.5% 0 4%;
  font-size: 1.3rem;
  position: relative;
  line-height: 1.2;
  text-shadow: rgba(22, 54, 122, 0.6) 2px 3px 10px;
}
.main-slider-container .main-slider .banner-info .banner-title:before, .main-slider-container .bottom-slider .banner-info .banner-title:before {
  content: "";
  position: absolute;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .main-slider-container .main-slider .banner-info .banner-title, .main-slider-container .bottom-slider .banner-info .banner-title {
    font-size: 2.5rem;
    padding: 1rem 0 0.8rem 0;
  }
}
@media (min-width: 992px) {
  .main-slider-container .main-slider .banner-info .banner-title, .main-slider-container .bottom-slider .banner-info .banner-title {
    font-size: 3rem;
  }
}
.main-slider-container .main-slider .banner-info .banner-description, .main-slider-container .bottom-slider .banner-info .banner-description {
  color: white;
  font-size: 1.5rem;
  padding: 0% 3%;
  text-shadow: #140d3f 1px 1px 3px;
  letter-spacing: 0.1rem;
}

.index-title-themed-bar {
  background-color: #0c5460;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.index-title-themed-bar-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-title-themed-bar-2 .index-title-themed {
  flex: 200px;
  color: #3B9A6D;
  font-size: 1.8rem;
  letter-spacing: 3px;
}
.index-title-themed-bar-2 hr {
  border-top: 1px solid #3B9A6D;
  height: 1px;
  flex: 1 1 70%;
  margin-left: 1rem;
}
.index-title-themed-bar-2 .index-more-themed {
  border-radius: 30px;
  border: 1px solid #3B9A6D;
  background-color: white;
  color: #3B9A6D;
  font-size: 0.8rem;
  width: 70px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  min-width: 66px;
}
.index-title-themed-bar-2 .index-more-themed:hover {
  background-color: #3B9A6D;
  color: white;
}

.section_news_and_studentInfo .index-title-themed-bar {
  background-color: #80C687;
}
.section_news_and_studentInfo .index-title-themed {
  font-size: 1.5rem;
  letter-spacing: 3px;
}
.section_news_and_studentInfo .index-more-themed {
  font-size: 0.8rem;
  color: white !important;
  transition: 0.3s ease-in-out;
}
.section_news_and_studentInfo .index-more-themed:hover {
  transform: translateX(5px);
}

.column_studentInfo .index-title-themed-bar {
  background-color: #3B9A6D;
}

.index-news-item {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #1E2D51;
  transition: 0.3s ease-in-out;
}
.index-news-item .index-news-item-title_date {
  flex: 80%;
}
.index-news-item .index-news-item-title_date .index-news-item-title {
  color: #0A4E3C;
  font-weight: bold;
}
.index-news-item .index-news-item-title_date .index-news-item-date {
  color: #3B9A6D;
  font-size: 0.9rem;
}
.index-news-item .index-news-item-title_date .index-news-item-arrow {
  flex: 0 0 30px;
}
.index-news-item .index-news-item-title_date:hover .index-news-item-title {
  color: var(--theme-tertiary);
}
.index-news-item .index-news-item-title_date:hover .index-news-item-arrow {
  color: var(--theme-tertiary);
}

.section_news_and_studentInfo {
  background-image: url("../images/tccpswke/bg_diamond.png");
  background-size: cover;
}

.section_featureButtons .featureButtonsItem {
  transition: 0.3s ease-in-out;
}
.section_featureButtons .featureButtonsItem .img_featureButtonsItem {
  aspect-ratio: 16/8;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.section_featureButtons .featureButtonsItem .title_featureButtonsItems {
  padding: 0.8rem;
  border: var(--theme-forth) 1px solid;
  border-radius: 15px;
  color: var(--theme-forth);
  margin-top: 0.7rem;
  transition: 0.3s ease-in-out;
}
.section_featureButtons .featureButtonsItem:hover {
  transform: scale(1.05);
}
.section_featureButtons .featureButtonsItem:hover .title_featureButtonsItems {
  background: var(--theme-forth);
  color: white;
}

.section_photoAlbums {
  background: url("../images/tccpswke/bg_photoAlbums.png");
  background-size: cover;
}
@media (min-width: 992px) {
  .section_photoAlbums .index_album_slider {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_photoAlbums .index_album_item:focus, .section_photoAlbums .index_album_item:active, .section_photoAlbums .index_album_item:focus-visible, .section_photoAlbums .index_album_item:focus-within {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
.section_photoAlbums .index_album_item .index_album_item_image_box {
  aspect-ratio: 320/224;
  overflow: hidden;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.section_photoAlbums .index_album_item .index_album_item_image_box .index_album_item_image {
  transition: 0.3s ease-in-out;
}
.section_photoAlbums .index_album_item .photo-title {
  border-top: 1px solid #8DC242;
  color: #0A4E3C;
  transition: 0.3s ease-in-out;
}
.section_photoAlbums .index_album_item:hover {
  transform: translateY(-10px);
}
.section_photoAlbums .index_album_item:hover .index_album_item_image {
  transform: scale(1.1);
}
.section_photoAlbums .index_album_item:hover .photo-title {
  color: #8DC242;
}
.section_photoAlbums .prev-btn, .section_photoAlbums .next-btn {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.section_photoAlbums .prev-btn svg, .section_photoAlbums .next-btn svg {
  width: 40px;
  height: 40px;
  fill: var(--theme-secondary);
}
.section_photoAlbums .prev-btn:hover, .section_photoAlbums .next-btn:hover {
  opacity: 0.8;
}
.section_photoAlbums .next-btn {
  right: 0;
  transform: translateY(-50%) scale(-1) translateX(50%);
}

.section_achievements {
  padding-bottom: 200px;
}
@media (min-width: 992px) {
  .section_achievements {
    padding-bottom: 300px;
  }
}
@media (min-width: 1200px) {
  .section_achievements {
    padding-bottom: 280px;
  }
}
.section_achievements .index-title-themed-bar-2 .index-title-themed {
  color: #8DC242;
}
.section_achievements .index-title-themed-bar-2 hr {
  border-color: #8DC242;
}
.section_achievements .index-title-themed-bar-2 .index-more-themed {
  color: #8DC242;
  border-color: #8DC242;
}
.section_achievements .index-title-themed-bar-2:hover .index-more-themed {
  background-color: #8DC242;
  color: white;
}
@media (min-width: 992px) {
  .section_achievements .index-achievements-items-container {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_achievements .index-achievements-item {
  flex: 1 0 45%;
  outline: none !important;
  -webkit-outline: none !important;
  -webkit-tap-highlight-color: transparent;
  border-radius: 30px;
  border: none !important;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  transition: box-shadow 0.3s ease-in-out;
}
.section_achievements .index-achievements-item:focus, .section_achievements .index-achievements-item:active, .section_achievements .index-achievements-item:focus-visible, .section_achievements .index-achievements-item:focus-within {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
@media (min-width: 768px) {
  .section_achievements .index-achievements-item {
    flex: 0 0 32.5%;
  }
}
.section_achievements .index-achievements-item .index-achievements-item_image_box {
  aspect-ratio: 320/224;
  overflow: hidden;
  border-radius: 15px;
  transition: none;
}
.section_achievements .index-achievements-item .index-achievements-item_image_box .index_achievements_item_image {
  transition: transform 0.3s ease-in-out;
}
.section_achievements .index-achievements-item .photo-title {
  border-top: 1px solid #8DC242;
  color: #0A4E3C;
  transition: none;
}
@media (min-width: 768px) {
  .section_achievements .index-achievements-item:nth-child(3n+2) {
    transform: translateY(25%);
  }
}
.section_achievements .index-achievements-item:hover {
  background-color: #f0ffdc;
  color: unset !important;
  outline: none !important;
  border: 1px solid var(--theme-secondary) !important;
  box-shadow: #71dd8a 0px 0px 12px;
}
.section_achievements .index-achievements-item:hover .index_achievements_item_image {
  transform: scale(1.1);
}
.section_achievements .index-achievements-item:focus, .section_achievements .index-achievements-item:hover:focus, .section_achievements .index-achievements-item:focus-visible {
  color: unset !important;
  outline: none !important;
}

#page .page-content-container {
  padding-top: 1rem;
}
#page .decoration-page-background, #page .page-background {
  background-image: url("../images/tccpswke/backgroundsquare.png");
  padding-bottom: 200px;
}
@media (min-width: 992px) {
  #page .decoration-page-background, #page .page-background {
    padding-bottom: 300px;
  }
}
@media (min-width: 1200px) {
  #page .decoration-page-background, #page .page-background {
    padding-bottom: 280px;
  }
}
#page .main-slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#page .main-slider .inner-slider-image {
  background-position: center;
  background-size: cover;
  aspect-ratio: 1920/635;
}
#page .pageContentBar {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
}
#page .pageBannerTitleContainer {
  position: absolute;
  left: 0;
  bottom: 5px;
  color: white;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: start;
  align-items: end;
  z-index: 3;
  /*background: linear-gradient(rgba(1, 16, 35, 0) 0%, rgba(1, 16, 35, 0) 40%, rgba(31, 107, 132, 0.74) 100%);*/
}
@media (min-width: 768px) {
  #page .pageBannerTitleContainer {
    bottom: 30px;
  }
}
#page .pageBannerTitleContainer .container {
  padding: 0;
}
@media (min-width: 768px) {
  #page .pageBannerTitleContainer .container {
    padding: unset;
  }
}
#page .pageBannerTitle {
  color: var(--theme-main);
  padding: 0.3rem 1rem;
  width: 90%;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  #page .pageBannerTitle {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  #page .pageBannerTitle {
    letter-spacing: 0.2rem;
    line-height: 2rem;
  }
}
#page .pageBannerBreadcrumb {
  color: grey;
  letter-spacing: unset;
  font-weight: 300;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  text-shadow: unset;
  padding: 0.5rem;
  border-radius: 5px;
}
@media (min-width: 768px) {
  #page .pageBannerBreadcrumb {
    font-size: 0.9rem;
  }
}
#page .breadcrumbs a {
  color: grey;
  letter-spacing: unset;
}
#page .breadcrumbs a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  #page .pageBannerTitle {
    display: inline-block;
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  #page .pageBannerTitle {
    display: inline-block;
    font-size: 2.3rem;
  }
}
#page .pageContentTitle {
  font-size: 1.5rem;
  color: var(--theme-main);
  font-weight: bold;
  border-bottom: var(--theme-main) 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #page .pageContentTitle {
    font-size: 1.8rem;
  }
}
#page .pageSectionContent {
  padding: 0.3rem 0.7rem;
}
#page .groupActivityTitle svg {
  fill: white;
  margin-right: 0.3rem;
  width: 30px;
}
#page .pageGroupActivityImage {
  width: 100%;
  padding-top: 75%;
  display: block;
  background-size: cover;
  background-position: center;
}
#page .pageSectionTitle {
  background-color: var(--theme-tertiary);
  color: white;
  display: inline-block;
  padding: 10px 1rem;
  min-width: 40%;
  border-radius: 30px 0 30px 0;
  margin-bottom: 1rem;
  box-shadow: 10px 10px 0 #ffcfbd;
}
#page .pageSectionTitle h2 {
  margin: 0;
}
#page .pageGroupButton {
  font-weight: bold;
  background-size: 200% 100%;
  color: white;
  transition: all 1s ease;
  padding: 0.5rem;
  text-align: center;
  flex: 1;
}
#page .pageGroupButton:hover {
  color: white;
}
#page .pageGroupButton.buttonActive {
  background: var(--theme-tertiary);
}
#page .mfp-arrow {
  background: transparent;
}

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