:root {
  --theme-purple: #B571D6;
  --theme-light-purple: #D6A3E5;
  --theme-grey: #333333;
  --theme-yellow: #F6F6BB;
  --theme-orange: #ffa346;
  --theme-dark-green: #2B5743;
  --theme-mint-green: #ABDEBF;
  --theme-news-yellow: rgba(246, 246, 187, 0.2);
  --theme-calendar-event: #fee12b;
  --theme-calendar-holiday: #e63535;
  --theme-deep-blue: #160C5B;
  --theme-light-blue: #59B6E0;
  --theme-blue: #365292;
  --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: #73c092;
  --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: #0A1F4E;
  --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;
  --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;
  --yearButton: #B571D6 ;
  --yearButton-hover: #B571D6;
}

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: 576px) {
  .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;
  }
}
@media (min-width: 960px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.not-allow-rightClick-container, .album-image {
  -webkit-user-select: none !important; /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none !important; /* disable the IOS popup when long-press on a link */
}

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-dark-green);
}

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

#mainmenu {
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#mainmenu > ul {
  align-items: center;
  justify-content: end;
  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;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 150px;
}
#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:not(:has(.sub-menu)):after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: "";
  width: 100%;
  background-color: #FFF;
  z-index: 99;
}
#mainmenu .menu-item-category:hover:has(.sub-menu):before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent; /* Adjust size as needed */
  border-right: 10px solid transparent; /* Adjust size as needed */
  border-bottom: 10px solid #FFF; /* Color and size of the arrow head */
  z-index: 99;
}

@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-dark-green);
  padding: 10px;
  width: 100%;
}

#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;
}

.desktop-menu {
  z-index: 50;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 3rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1200px) {
  .desktop-menu {
    display: flex;
  }
}
.desktop-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179deg, #101010 0%, transparent 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  z-index: -1;
}
.desktop-menu .header-column {
  flex: 1 1 60%;
}
.desktop-menu .logo-link {
  flex: 1 1 20%;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.desktop-menu .logo-link:hover {
  opacity: 0.8;
}
.desktop-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--theme-dark-green);
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0.5rem 2rem;
  animation: slideDown 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.desktop-menu.fixed .logo-link .footer-logo {
  height: 4rem;
  width: auto;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: logoShrink 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.desktop-menu.fixed .main-menu {
  font-size: 0.9rem;
  color: white;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.desktop-menu.fixed .main-menu .menu-item-category {
  font-size: 0.9rem;
  color: white;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.desktop-menu.fixed .main-menu .menu-item-category .category-item {
  font-size: 0.9rem;
  color: white;
  transition: font-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.desktop-menu.fixed .header-buttons .header-btn,
.desktop-menu.fixed .lang-selector .lang-option,
.desktop-menu.fixed .main-menu a {
  color: white;
  border-color: white;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.desktop-menu.fixed .header-buttons .header-btn:hover, .desktop-menu.fixed .header-buttons .header-btn.active,
.desktop-menu.fixed .lang-selector .lang-option:hover,
.desktop-menu.fixed .lang-selector .lang-option.active,
.desktop-menu.fixed .main-menu a:hover,
.desktop-menu.fixed .main-menu a.active {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.desktop-menu.fixed .header-buttons .header-btn {
  font-size: 0.85rem;
  padding: 0.3rem 0.8rem;
  color: white;
  border-color: white;
}
.desktop-menu.fixed .header-buttons .header-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.desktop-menu.fixed .lang-selector .lang-option {
  font-size: 0.85rem;
  padding: 3px 8px;
  color: white;
  border-color: white;
}
.desktop-menu.fixed .lang-selector .lang-option:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.desktop-menu.fixed .lang-selector .lang-option.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}

body.has-fixed-desktop-menu {
  padding-top: 70px;
  transition: padding-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes logoShrink {
  0% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.main-slider {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .main-slider {
    padding: 0;
  }
}
.main-slider .index-slider-image, .main-slider .inner-slider-image {
  background-position: center;
  background-size: cover;
}
.main-slider .index-slider-image {
  aspect-ratio: 1920/900;
}
.main-slider .inner-slider-image {
  padding-top: 30%;
}

.bottom-slider {
  border-bottom: 0.5rem solid #92a79e;
}
.bottom-slider .image {
  aspect-ratio: 16/9;
}

@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: 0.7rem;
}
.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: #ffe17c;
}
.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: 1.8rem;
  text-shadow: #140d3f 1px 1px 3px;
  font-family: "Microsoft YaHei";
  letter-spacing: 0.2rem;
}
@media (min-width: 768px) {
  .main-slider .banner-info .banner-title, .bottom-slider .banner-info .banner-title {
    font-size: 2.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;
}

@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;
  overflow: hidden;
}
@media (min-width: 768px) {
  .decoration-page-background .container, .page-background .container {
    position: relative;
  }
}

#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;
  }
}

#achievementSection {
  padding-bottom: 0.3rem;
  border-bottom: 1px var(--theme-brown-red) solid;
  margin-bottom: 0.3rem;
}
#achievementSection .achievement_row {
  background-color: var(--indexAchievementsBG);
}
#achievementSection .albumSectionTitleBox {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: var(--indexAchievementsBG);
  background-blend-mode: multiply;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
@media (min-width: 768px) {
  #achievementSection .albumSectionTitleBox {
    background-image: url("../images/nwcss/achievementsBgImage.png");
  }
}
#achievementSection .achievementSliderItem {
  background-color: #76645D;
  text-align: center;
}
#achievementSection .achievementSliderItemImage {
  width: 70%;
  border-left: 0.3rem solid white;
  border-right: 0.3rem solid white;
}
#achievementSection .achievementSliderItemImage {
  overflow: hidden;
}
#achievementSection .albumImage {
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
#achievementSection .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%;
}
#achievementSection .albumTitleBG .albumTitle {
  color: white;
}
#achievementSection .achievementSliderItem:hover .albumImage {
  transform: scale(1.1);
}
#achievementSection .achievementSliderItem:hover .albumTitleBG {
  height: 100%;
  background: linear-gradient(rgba(1, 16, 35, 0) 0%, rgba(1, 16, 35, 0.66) 70%, #120E2E 100%);
}
#achievementSection .achievementSliderItem:hover .albumTitleBG .albumTitle {
  font-size: 1.3rem;
}
#achievementSection .achievementsSliderPrev, #achievementSection .achievementsSliderNext {
  width: 40px;
  top: calc(50% - 20px);
  cursor: pointer;
}
#achievementSection .achievementsSliderPrev {
  left: 0;
  transform: scale(-1);
}
@media (min-width: 576px) {
  #achievementSection .achievementsSliderPrev {
    left: 4%;
  }
}
#achievementSection .achievementsSliderNext {
  right: 0;
}
@media (min-width: 576px) {
  #achievementSection .achievementsSliderNext {
    right: 4%;
  }
}
#achievementSection .achievementSliderItem_title {
  font-size: 1.3rem;
  padding-bottom: 1rem;
  color: white;
  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;
}

.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%;
}

#videoSection {
  overflow: hidden;
  position: relative;
}
#videoSection .videoSectionBG {
  background-color: black;
}
@media (min-width: 576px) {
  #videoSection .videoSectionBG {
    background-image: url("../images/fkmps/videoBG2.png");
    background-size: cover;
    background-position: center;
  }
}
#videoSection .moreVideoBtn {
  background: var(--theme-deep-blue);
  padding: 0.5rem 1rem;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  #videoSection .moreVideoBtn {
    padding: 0.3rem 1rem;
    position: absolute;
    right: 15px;
    bottom: 15px;
    border: 1px solid white;
    background: unset;
  }
}
#videoSection .moreVideoBtn a {
  color: white;
}
#videoSection .moreVideoBtn a svg {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}
#videoSection .moreVideoBtn:hover {
  transform: scale(1.1);
}
#videoSection .videoSlider {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#videoSection .videoSlider .videoSliderItem {
  height: 350px;
}
@media (min-width: 576px) {
  #videoSection .videoSlider .videoSliderItem {
    height: 450px;
  }
}
#videoSection .videoSlider .slick-prev {
  left: -60px;
}
#videoSection .videoSlider .slick-prev:before {
  content: "<";
  color: white;
  font-size: 3rem;
  font-family: cursive;
  font-weight: 1000;
}
#videoSection .videoSlider .slick-next {
  right: -40px;
}
#videoSection .videoSlider .slick-next:before {
  content: ">";
  color: white;
  font-size: 3rem;
  font-family: cursive;
  font-weight: 1000;
}

.page-title {
  position: relative;
  display: flex;
  flex-direction: row;
}
.page-title > span {
  padding: 0 1rem;
}
.page-title::before {
  content: " ";
  flex: 1;
  border-bottom: 3px dotted var(--theme-dark-green);
  transform: translateY(-20%);
}
.page-title::after {
  content: " ";
  flex: 10;
  border-bottom: 3px dotted var(--theme-dark-green);
  transform: translateY(-20%);
}

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

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

.breadcrumbs {
  opacity: 0.95;
}

.breadcrumbs {
  position: relative;
}

.page-content-container {
  background: url(../images/sunfc/pageBG.png), rgba(171, 222, 191, 0.35);
  background-size: 180%;
  background-position-x: -500px;
  background-position-y: -580px;
  background-repeat: no-repeat;
  padding: 2rem 0;
}
.page-content-container .album-date {
  color: var(--theme-dark-green);
}

.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;
}

.pageSectionTitle {
  margin-top: 1rem;
  color: var(--theme-purple);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: white;
  padding: 0.5rem 4rem 0.5rem 1rem;
  display: inline-block;
  transform-style: preserve-3d;
  border: 1px var(--theme-purple) solid;
}

.pageSectionTitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ec97ec;
  bottom: -5px;
  right: -5px;
  transform: translateZ(-1px) rotate(1deg);
}

.pageSectionTitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #933993;
  top: -5px;
  left: -5px;
  transform: translateZ(-1px) rotate(1deg);
}

.pageGroupButton {
  font-weight: bold;
  background-size: 200% 100%;
  color: white;
  transition: all 1s ease;
  padding: 0.5rem;
  text-align: center;
  flex: 1;
}

.pageGroupButton:hover {
  color: white;
}

.pageGroupButton.buttonActive {
  background: var(--theme-purple);
}

.mfp-arrow {
  background: transparent;
}

.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-dark-green);
  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-dark-green);
  color: white;
  box-shadow: unset;
  border-color: unset;
}

.photoAlbums_item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .photoAlbums_item {
    margin-right: 2rem;
  }
}
.photoAlbums_item_img::before {
  content: "";
  background-color: var(--theme-mint-green);
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-5deg) translateZ(-1px);
  left: 5%;
  top: -7%;
  z-index: -1;
}
.photoAlbums_item_date {
  position: absolute;
  top: 0;
  right: 1rem;
  background-color: var(--theme-yellow);
  color: var(--theme-dark-green);
  border-radius: 0 0 12px 12px;
  padding: 0.3rem 1rem;
  font-size: 0.77rem;
  z-index: 1;
}
.photoAlbums_item_title {
  color: var(--theme-grey);
  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(50% - 1rem);
  }
}
.video_item_date {
  position: absolute;
  top: 0;
  right: 1rem;
  background-color: var(--theme-yellow);
  color: var(--theme-dark-green);
  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 */
