:root {
  --theme-purple: #9B62A4;
  --theme-grey: #707070;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #E5812C;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #4568AC;
  --theme-brown-red: #600D10;
  --theme-deep-blue-title: #2c2324;
  --theme-deep-blue-menu-hover: #160C5B;
  --theme-deep-blue-menu-bg-hover: #160C5B;
  --theme-deep-orange: #E5812C;
  --theme-deep-orange-soft: #f0a260;
  --theme-news-bg-blue: #F2F6FB;
  --indexAchievementsBG: #704435;
  --footer-copyrightBG: #4568AC;
  --theme-secondary: #792d90;
  --theme-menu-highlighted: #ffee82;
  --theme-light-blue-bg: #f9f7f7;
  --theme-blue-separate: #894141;
  --theme-albums-bg: rgba(249, 247, 247, 0.8);
  --theme-achievements-bg: rgba(242, 141, 152, 0.8);
  --theme-menu-main: #160C5B;
  --font-blue: #160C5B;
  --font-title-blue: #483D95;
  --font-highlighted: var(--theme-secondary);
  --font-brown: #573F37;
  --font-page-title: #704435;
  --pageSectionTitleBG: #704435;
  --footer-background-image-size: 35%;
  --font-title-size: 1.4rem;
  --yearButton: #f0a260 ;
  --yearButton-hover: #d38c51;
  --right-side-width: 4rem;
  --left-side-width: 13rem;
  --el-width: 100%;
  --el-height: 100%;
  --cutout-x1: var(--left-side-width);
  --cutout-x2: calc(var(--el-width) - var(--right-side-width));
  --r: 12px;
  --cutout-width: calc(var(--el-width) - var(--cutout-x1) - var(--right-side-width));
  --cutout-height: 3rem;
  --pdf-page-item-background: #f6edf8;
  --pdf-page-item-background-hover: #f2dcf5;
  --pdf-page-item-fontColor: var(--theme-purple);
  --pdf-page-item-iconBG: var(--theme-purple);
}

body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 0.5rem;
}

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

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

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

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

@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;
  }
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("/fonts/zen-maru-gothic-v17-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a:hover {
  cursor: pointer;
}

#mobile_socialMediaBar {
  padding-left: 10px;
  padding-right: 10px;
}
#mobile_socialMediaBar a {
  padding: unset;
}
#mobile_socialMediaBar .socialMediaBtn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#desktop_socialMediaBar {
  background-color: rgba(255, 255, 255, 0.79);
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 2;
  text-align: center;
  padding: 5px 10px 5px 15px;
  border-radius: 20px 0 0 20px;
}
#desktop_socialMediaBar a {
  display: block;
  width: 40px;
  height: 50px;
  vertical-align: center;
  transition: 0.5s ease-in-out;
}
#desktop_socialMediaBar a:hover img {
  transform: scale(1.1);
}
#desktop_socialMediaBar hr {
  border-color: var(--theme-deep-blue);
  margin: 5px 0;
}
#desktop_socialMediaBar .socialMediaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#desktop-menu {
  background: transparent;
  display: flex;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
}
#desktop-menu a {
  color: white;
}
#desktop-menu .category-item {
  color: #707070;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
}
#desktop-menu .category-item > img {
  max-height: 70px;
  display: block;
}
#desktop-menu .category-item .category-item-label {
  padding: 0 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  color: var(--theme-grey);
  font-weight: normal;
}

.school-badge img {
  transition: 0.3s ease-in-out;
  height: 140px;
}
.school-badge img:hover {
  transform: scale(1.05);
}

#mainmenu > ul li .sub-menu li a {
  color: var(--theme-purple);
}

#desktop-menu.SmallTopBar {
  position: absolute;
  left: 0;
  right: 0;
}

#mainmenu {
  flex: 1;
  flex-direction: row;
  align-items: center;
}
#mainmenu > ul {
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
#mainmenu > ul.left-menu > li:nth-last-child(-n+3) > .sub-menu {
  left: unset;
  right: unset;
}
#mainmenu > ul.left-menu > li:nth-last-child(-n+3) > .sub-menu .sub-menu {
  left: unset;
  right: unset;
}
#mainmenu .main-menu {
  flex: 1 1 0;
}
#mainmenu .menu-item-category {
  line-height: 1.25;
  flex: 1 1 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#mainmenu .menu-item-category .category-item {
  position: relative;
}
#mainmenu .menu-item-category .category-item > img, #mainmenu .menu-item-category .category-item > span {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#mainmenu .menu-item-category:hover .category-item > img, #mainmenu .menu-item-category:hover .category-item > span {
  transform: scale(1.08);
}
#mainmenu .menu-item-category:hover:after {
  position: absolute;
  bottom: 0px;
  background-color: white;
  height: 3px;
  width: 100%;
  content: "";
  z-index: 99;
}
#mainmenu .menu-item-category:not(:last-child) > .category-item::after {
  content: " ";
  position: absolute;
  width: 2px;
  top: 15%;
  right: 0 !important;
  left: unset !important;
  height: 75%;
  background: var(--theme-purple);
}

@media (min-width: 960px) {
  #lang-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
  }
}
@media (min-width: 1200px) {
  #lang-btn {
    margin-left: 10px;
    right: 50px;
  }
}
#lang-btn a {
  text-decoration: none;
  color: white;
  text-align: center;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  transition: 0.2s;
  font-size: var(--font-title-size);
}
@media (min-width: 1200px) {
  #lang-btn a {
    margin-left: unset;
    background-color: unset;
    width: 50px;
    height: 50px;
  }
  #lang-btn a:hover {
    background-color: var(--theme-deep-blue);
    border-color: var(--theme-deep-blue);
  }
}

#header_mobile {
  position: fixed;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-purple);
  padding: 5px 10px;
  font-weight: bold;
}

#header_sclNameAndLangBtn {
  display: flex;
  padding: 10px;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all linear 0.6s;
}
#header_sclNameAndLangBtn #header_schoolLogo {
  max-width: 37%;
  transition: ease-in-out 0.6s;
}
@media (min-width: 1200px) {
  #header_sclNameAndLangBtn {
    padding: 20px 0;
    background-color: rgba(22, 24, 51, 0.65);
  }
  #header_sclNameAndLangBtn.SmallTopBar {
    background: linear-gradient(173deg, #160C5B 0%, #211377 100%);
    padding: 0;
    flex-wrap: wrap;
    box-shadow: #541616 0px 0px 5px;
  }
  #header_sclNameAndLangBtn.SmallTopBar #header_schoolLogo {
    padding: 10px;
    max-width: 25%;
  }
  #header_sclNameAndLangBtn.SmallTopBar #lang-btn {
    top: 25px;
  }
  #header_sclNameAndLangBtn.SmallTopBar #lang-btn a {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
  #header_sclNameAndLangBtn.SmallTopBar #desktop-menu {
    flex-basis: 100%;
    background: unset;
  }
}
@media (min-width: 1400px) {
  #header_sclNameAndLangBtn.SmallTopBar #header_schoolLogo {
    padding: 10px;
    max-width: 30%;
  }
  #header_sclNameAndLangBtn.SmallTopBar #lang-btn {
    margin-top: -7px;
  }
}

.main-item-category {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

.main-slider {
  margin-top: 70px;
}
.main-slider .image {
  padding-top: 36%;
}
@media (min-width: 768px) {
  .main-slider .image {
    padding-top: 30%;
  }
}
@media (min-width: 960px) {
  .main-slider:not(.position-relative) {
    margin: auto;
    max-width: 1700px;
  }
}
.main-slider:not(.position-relative) .image {
  height: 40vh;
}
@media (min-width: 960px) {
  .main-slider:not(.position-relative) .image {
    height: 75vh;
  }
}

.bottom-slider .image {
  padding-top: 30%;
}

@media (min-width: 1200px) {
  .main-slider, .bottom-slider {
    margin-top: 0;
  }
}
.main-slider .image, .bottom-slider .image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.main-slider.slick-dotted.slick-slider, .bottom-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main-slider .slick-dots li button:before, .bottom-slider .slick-dots li button:before {
  font-size: 1rem;
}
.main-slider .slick-dots, .bottom-slider .slick-dots {
  bottom: 2%;
  text-align: center;
  width: 100%;
}
.main-slider .slick-dots li.slick-active button:before, .bottom-slider .slick-dots li.slick-active button:before {
  color: var(--theme-purple);
}
.main-slider .banner-info, .bottom-slider .banner-info {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-weight: 800;
  background: linear-gradient(rgba(1, 16, 35, 0) 0%, rgba(1, 16, 35, 0) 40%, #120E2E 100%);
  transition: all 1s ease;
}
.main-slider .banner-info .banner-title, .bottom-slider .banner-info .banner-title {
  color: white;
  padding: 2.5% 4.5%;
  font-size: 2.2rem;
  text-shadow: #140d3f 1px 1px 3px;
  font-family: "Microsoft YaHei";
  letter-spacing: 0.2rem;
}
.main-slider .banner-info .banner-description, .bottom-slider .banner-info .banner-description {
  color: white;
  font-size: 1.5rem;
  padding: 0% 3%;
  text-shadow: #140d3f 1px 1px 3px;
  font-family: "Microsoft YaHei";
  letter-spacing: 0.1rem;
}

.main-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes auto-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.indexTitle {
  font-size: 2rem;
  border-bottom: 1px solid var(--font-title-blue);
  height: fit-content;
  font-weight: 700;
  font-family: "Microsoft YaHei";
  letter-spacing: 0.2rem;
}

.decoration-page-background, .page-background {
  position: relative;
  padding-bottom: 28vw !important;
  overflow: hidden;
}
.decoration-page-background::before, .page-background::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  height: 20vw;
  z-index: -1;
  background-image: url("../images/tsaps/bg_deco_purple2.png");
  background-size: cover;
}
@media (min-width: 768px) {
  .decoration-page-background::before, .page-background::before {
    top: -9vw;
    right: 6vw;
    width: 15vw;
    height: 15vw;
  }
}
.decoration-page-background::after, .page-background::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 28vw;
  background-size: cover;
  background-image: url("../images/tsaps/school_innerPage.png");
}
@media (min-width: 768px) {
  .decoration-page-background .container, .page-background .container {
    position: relative;
  }
  .decoration-page-background .container::before, .page-background .container::before {
    content: " ";
    position: absolute;
    top: 12rem;
    left: -15rem;
    height: 12rem;
    width: 20rem;
    z-index: -1;
    background-size: cover;
    background-image: url("../images/tsaps/bg_deco_dots.png");
  }
  .decoration-page-background .container::after, .page-background .container::after {
    content: " ";
    position: absolute;
    top: 10rem;
    right: -10rem;
    width: 15rem;
    height: 21rem;
    z-index: -1;
    background-size: cover;
    background-image: url("../images/tsaps/bg_deco_yellow.png");
  }
}

#newsSection .newsSliderPrev, #newsSection .newsSliderNext {
  width: 25px;
  top: calc(50% - 12px);
}
#newsSection .newsSliderPrev:hover, #newsSection .newsSliderNext:hover {
  cursor: pointer;
}
#newsSection .index-newsItem {
  transition: 0.3s ease-in-out;
}
#newsSection .index-newsItem:hover {
  background-color: rgba(244, 244, 244, 0.63);
  border-radius: 10px;
}
#newsSection .newsSliderPrev {
  left: -20px;
  transform: scale(-1);
}
#newsSection .newsSliderNext {
  right: -20px;
}
#newsSection .newsDate {
  color: var(--font-brown);
  font-size: 0.9rem;
}
#newsSection .newsTitle {
  font-weight: bold;
}

#albumSection {
  padding-bottom: 0.3rem;
  border-bottom: 1px var(--theme-blue) solid;
  margin-bottom: 0.3rem;
}
#albumSection .albumSectionTitleBox {
  background: var(--theme-blue);
  height: 100%;
}
#albumSection .album_row {
  background-color: var(--theme-blue);
}
#albumSection .albumImage {
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
#albumSection .albumTitleBG {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  font-weight: 800;
  background: linear-gradient(rgba(1, 16, 35, 0) 0%, rgba(1, 16, 35, 0) 40%, #120E2E 100%);
  transition: all 1s ease;
  text-align: center;
  transition: 0.5s ease-in-out;
  height: 20%;
}
#albumSection .albumTitleBG .albumTitle {
  color: white;
}
#albumSection .albumSectionSliderItem {
  overflow: hidden;
}
#albumSection .albumSectionSliderItem:hover .albumImage {
  transform: scale(1.1);
}
#albumSection .albumSectionSliderItem:hover .albumTitleBG {
  height: 100%;
  background: linear-gradient(rgba(1, 16, 35, 0) 0%, rgba(1, 16, 35, 0.66) 70%, #120E2E 100%);
}
#albumSection .albumSectionSliderItem:hover .albumTitleBG .albumTitle {
  font-size: 1.3rem;
}

.albumSectionTitle {
  display: inline-block;
  border-bottom-color: white;
  color: white;
  margin-bottom: 1rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .albumSectionTitle {
    word-wrap: break-word;
    width: 2rem;
    border-bottom: unset;
    position: relative;
    margin-bottom: unset;
  }
}

.albumSectionTitle::after {
  display: none;
  position: absolute;
  top: 5%;
  right: -15px;
  height: 90%;
  border-right: solid 1px white;
  width: 100%;
  content: "";
}
@media (min-width: 768px) {
  .albumSectionTitle::after {
    display: block;
  }
}

.indexReadMore {
  color: white !important;
  width: 70%;
}
.indexReadMore a {
  color: white;
}
.indexReadMore img {
  max-height: 18px;
}
@media (min-width: 768px) {
  .indexReadMore {
    width: 180px;
  }
}
@media (min-width: 960px) {
  .indexReadMore {
    width: 220px;
  }
}

#footer-desktop {
  display: flex;
  background-color: var(--theme-deep-blue);
  color: white;
  position: relative;
}
#footer-desktop a {
  color: white;
}
#footer-desktop a:hover {
  opacity: 80%;
}
#footer-desktop .footer_info_section {
  padding: 60px 5% 20px 5%;
  color: white;
  font-size: 0.9rem;
  width: 85%;
  background-image: url("../images/footerBG.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#footer-desktop .footer_info_section .footer_image img {
  width: 100%;
  height: auto;
  max-width: 25vw;
}
#footer-desktop .footer_info_section .footer_schoolInfo {
  margin-bottom: 40px;
}
#footer-desktop .footer_info_section .footer_schoolInfo img {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
#footer-desktop .footer_info_section .footer_schoolInfo div {
  margin: 5px 0;
}
#footer-desktop .footer_info_section .footer_schoolInfo .footer_info_details {
  display: flex;
  align-items: center;
}
#footer-desktop .footer_school_photo_section {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
#footer-desktop .footer_school_photo_section img {
  width: auto;
  height: 100%;
}

#footer {
  background-image: url("../images/tsaps/bg_purple.png");
  background-repeat: repeat;
  color: white;
  font-size: 0.6rem;
  background-size: 35%;
  padding: 1rem;
}
@media (min-width: 768px) {
  #footer {
    font-size: 1rem;
    padding: 2rem;
  }
}
#footer .footer_schoolName {
  font-size: 1.3rem;
  font-weight: bold;
}
#footer .footer_schoolInfo {
  border-left: 1px solid white;
}
#footer .footer_schoolInfo div {
  margin-bottom: 3px;
}
#footer .footerIcon img {
  max-width: 50px;
}
#footer .footerFacebook {
  width: 300px;
}
#footer .footerFacebook iframe {
  width: 300px;
  min-height: 400px;
  height: 100%;
}
#footer .copyright {
  display: block;
  text-align: center;
}
#footer .copyright a {
  color: white;
}
#footer .copyright > p {
  margin: 0;
}

.page-title {
  border-bottom: 1px solid var(--theme-purple);
  position: relative;
  padding-bottom: 1rem;
}
.page-title::after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 0px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--theme-purple);
}

.page-content h3 {
  font-size: 1.3rem;
}

.themedBreadcrumbBar {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 2rem 0 1rem;
  text-align: right;
  color: var(--theme-grey);
}
.themedBreadcrumbBar a {
  color: var(--theme-purple);
}

.breadcrumbs {
  background-color: #F0F0F0;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  opacity: 0.95;
}

.breadcrumbs {
  position: relative;
}

.pageSectionContent {
  padding: 0.3rem 0.7rem;
}

.groupActivityTitle svg {
  fill: white;
  margin-right: 0.3rem;
  width: 30px;
}

.pageGroupActivityImage {
  width: 100%;
  padding-top: 75%;
  display: block;
  background-size: cover;
  background-position: center;
}

.mfp-arrow {
  background: transparent;
}

.bottom-divider {
  height: 1.5rem;
  width: 100%;
  background-image: url("../images/tsaps/bg_purple.png");
  background-repeat: repeat;
  background-position-y: 30%;
  background-size: var(--footer-background-image-size);
}
@media (min-width: 768px) {
  .bottom-divider {
    height: 3rem;
  }
}

.mobile-school-badge {
  flex: 1;
  justify-content: start;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #FFF;
  font-size: var(--font-title-size);
}

.btn {
  border-radius: 20px;
  padding: 0.5rem 2rem;
}

.btn-success, btn-info {
  border-color: unset;
  background-color: white;
  color: var(--theme-purple);
  box-shadow: unset;
}

.btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  background-color: var(--theme-purple);
  color: white;
  box-shadow: unset;
  border-color: unset;
}

.photoAlbums_item {
  padding: 1rem;
  background-repeat: repeat;
  background-size: 120%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .photoAlbums_item {
    margin-right: 1rem;
  }
}
.photoAlbums_item:nth-child(2n+1) {
  background-image: url("../images/tsaps/bg_purple.png");
}
.photoAlbums_item:nth-child(2n) {
  background-image: url("../images/tsaps/bg_blue.png");
}
.photoAlbums_item_img {
  border-radius: 12px;
}
.photoAlbums_item_date {
  position: absolute;
  top: 0;
  right: 1rem;
  background-color: var(--theme-yellow);
  color: var(--theme-purple);
  border-radius: 0 0 12px 12px;
  padding: 0.3rem 1rem;
  font-size: 0.77rem;
  z-index: 1;
}
.photoAlbums_item_title {
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem 1rem;
}

.list-view .pager {
  text-align: center;
}
.list-view .pager > ul > li.selected > a {
  background-color: var(--theme-light-blue);
  color: #FFF;
}
.list-view .pager > ul > li > a {
  font-size: 0.68rem;
  padding: 0.2rem 0.5rem;
  border: solid 1px var(--theme-light-blue);
  color: var(--theme-light-blue);
}
.list-view .pager > ul > li > a:hover {
  background-color: var(--theme-light-blue);
  color: #FFF;
}

.video_item {
  padding: 1rem;
  background-repeat: repeat;
  background-size: 120%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-basis: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .video_item {
    margin-right: 1rem;
    flex-basis: calc(33% - 1rem);
  }
}
.video_item:nth-child(2n+1) {
  background-image: url("../images/tsaps/bg_purple.png");
}
.video_item:nth-child(2n) {
  background-image: url("../images/tsaps/bg_blue.png");
}
.video_item_date {
  position: absolute;
  top: 0;
  right: 1rem;
  background-color: var(--theme-yellow);
  color: var(--theme-purple);
  border-radius: 0 0 12px 12px;
  padding: 0.3rem 1rem;
  font-size: 0.77rem;
  z-index: 1;
}
.video_item .video-label {
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem 1rem;
}

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