:root {
  --theme-main: #1668C7;
  --theme-secondary: #FF5A5A;
  --theme-tertiary: #FFDA3C;
  --theme-forth: #9F6638;
  --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: #1668C7;
  --font-dark-blue: #052243;
  --theme-menu-highlighted: #1668C7;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

body {
  line-height: 1.4;
}
body a {
  color: var(--font-dark-blue);
}
body a:hover {
  color: #1668C7;
}
body .pageContentBar a {
  color: #1668c7;
}
body .pageContentBar a:hover {
  color: #00A2F7;
}
body p {
  margin-top: unset;
  margin-bottom: 1.5rem;
}
body table p {
  margin-top: unset;
  margin-bottom: unset;
}
body table:not([class]) td {
  border: 1px solid #cfcfcf;
}

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

#toolbarContainer, .findbar, .secondaryToolbar {
  background-image: linear-gradient(#48cdff, #59b0da) !important;
}

a:hover {
  cursor: pointer;
}

.index-title-circle {
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 576px) {
  .index-title-circle {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .index-title-circle {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .index-title-circle {
    font-size: 2rem;
  }
}

.index-title-underline {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 576px) {
  .index-title-underline {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .index-title-underline {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .index-title-underline {
    font-size: 2rem;
  }
}

.index-title-circle {
  width: 26vw;
  height: 26vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 2;
  border-radius: 50%;
  padding: 7vw;
  text-align: center;
  line-height: 1.2;
  transform: translate(-50%, -50%);
}
@media (min-width: 576px) {
  .index-title-circle {
    padding: 8vw;
  }
}
@media (min-width: 768px) {
  .index-title-circle {
    padding: 10px;
    width: 168px;
    height: 168px;
  }
}
@media (min-width: 992px) {
  .index-title-circle {
    width: 200px;
    height: 200px;
    padding: 0.5rem 2.8rem;
  }
}
@media (min-width: 1200px) {
  .index-title-circle {
    padding: 0.5rem 2.2rem;
  }
}
@media (min-width: 1400px) {
  .index-title-circle {
    padding: 0.5rem 2rem;
  }
}

.index-title-underline, .index-title-underline:hover {
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 2px;
}

.intranet-btn {
  background: var(--theme-main);
  color: white;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.intranet-btn:hover {
  background: var(--theme-tertiary);
  color: white;
}

#page .intranet-btn {
  background: var(--theme-tertiary);
}
#page .intranet-btn:hover {
  background: var(--theme-main);
}

#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: 1rem;
  color: var(--theme-grey);
  font-weight: normal;
}

.school-badge img {
  transition: 0.3s ease-in-out;
  height: 140px;
}

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

.themed_more_button {
  color: var(--theme-secondary) !important;
  font-size: 0.9rem;
  font-weight: bold;
  transition: 0.2s ease-in-out;
  background: var(--theme-secondary);
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0 100%);
  padding: 1px;
}
@media (min-width: 576px) {
  .themed_more_button {
    font-size: 1rem;
  }
}
.themed_more_button:hover {
  transform: translateX(5px);
  color: #244880 !important;
}
.themed_more_button:hover .themed_more_button_text {
  color: var(--theme-secondary);
}

.themed_more_button_text {
  max-width: calc(100% - 1px);
  width: 100px;
  height: calc(100% - 1px);
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0 100%);
  color: var(--theme-secondary);
  padding: 0.3rem 1.2rem 0.3rem 0.7rem;
  min-width: max-content;
  transition: 0.2s ease-in-out;
}

#mainmenu {
  justify-content: center;
}
#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 {
  cursor: default;
  color: white;
  display: flex;
  justify-content: space-evenly;
}
#mainmenu .menu-item-category {
  line-height: 1.25;
  transition: 0.1s ease-in-out;
  padding: 5px 0;
}
#mainmenu .menu-item-category .menu_category_en {
  font-size: 0.85rem;
}
#mainmenu .menu-item-category a {
  color: white;
}
#mainmenu .menu-item-category:hover {
  background-color: #13559f;
}

@media (min-width: 992px) {
  #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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  background-image: url("../images/sfc/top_bg.png");
  background-size: 100% 100%;
  background-position: top left;
}

#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 {
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../images/sfc/top_bg.png");
  background-size: 100% 100%;
  background-position: top left;
}
.desktop-menu img {
  width: 100%;
}
.desktop-menu.small .header-content {
  padding: 0.5rem 0.5rem 0 0.5rem;
}
.desktop-menu.small .header-content img {
  max-height: 25px;
}
@media (min-width: 1200px) {
  .desktop-menu {
    display: flex;
  }
}
.desktop-menu .logo-link {
  flex: 1 1 20%;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  margin: 0.5rem 0 0.5rem 2rem;
  height: auto;
  max-width: 540px;
}
.desktop-menu .logo-link:hover {
  opacity: 0.8;
}
@media (min-width: 1400px) {
  .desktop-menu .logo-link {
    margin: 0.5rem 0 0.5rem 0;
  }
}
.desktop-menu .header-column {
  background: #1468C7;
}

#main-slider {
  margin-bottom: 0 !important;
}

.banner-frame-grey {
  clip-path: polygon(0 100%, 0 95%, 0 40%, 8% 0, 100% 95%, 100% 100%);
  background: #E3E3E3;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 22%;
}

.banner-frame-yellow {
  clip-path: polygon(0 100%, 20% 0, 85% 100%);
  background: var(--theme-tertiary);
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 8vw;
}

.main-slider {
  background: #FFFDF8;
}
.main-slider a:not([href]) {
  cursor: auto;
}
.main-slider .index-slider-image, .main-slider .inner-slider-image {
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}
.main-slider .index-slider-image {
  aspect-ratio: 1920/635;
}
.main-slider .topBanner_overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 20%);
}
.main-slider .banner-news-links {
  color: white;
  font-size: 0.8rem;
}
.main-slider .banner-news-links svg {
  width: 10px;
}
@media (min-width: 768px) {
  .main-slider .banner-news-links {
    font-size: 0.9rem;
  }
  .main-slider .banner-news-links svg {
    width: unset;
  }
}
.main-slider .banner-news-links a {
  padding-left: 5px;
  color: white;
}
.main-slider .banner-news-links a:hover {
  text-decoration: underline 2px var(--theme-tertiary);
  text-underline-offset: 8px;
}
.main-slider .banner-news-message {
  background: white;
  padding: 1rem;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .main-slider .banner-news-message {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.main-slider .banner-news-message .banner-news-message-title {
  flex: 25%;
  flex-grow: 0;
  color: var(--theme-main);
  padding-right: 10px;
  padding-bottom: 5px;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .main-slider .banner-news-message .banner-news-message-title {
    padding-bottom: 10px;
    font-size: unset;
  }
}
.main-slider .banner-news-message .banner-news-message-header {
  color: var(--theme-tertiary);
  margin-bottom: 10px;
}
.main-slider .banner-news-message .banner-news-message-description {
  font-weight: 300;
  padding-right: 15px;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-slider .slick-dots {
  display: none !important;
  bottom: 4vw;
  text-align: right;
  padding-right: 5%;
}
@media (min-width: 768px) {
  .main-slider .slick-dots {
    display: block !important;
  }
}
.main-slider .slick-dots li button:before {
  font-size: 12px;
  color: white;
}
.main-slider .slick-dots li.slick-active button:before {
  color: var(--theme-main);
}

.main-slider-container .main-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.main-slider-container .main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.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 .inner-slider-image, .bottom-slider .inner-slider-image {
  aspect-ratio: 1920/530;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .main-slider .inner-slider-image, .bottom-slider .inner-slider-image {
    aspect-ratio: 1920/530;
  }
}
.main-slider .banner-info, .bottom-slider .banner-info {
  position: absolute;
  left: 6vw;
  bottom: 6vw;
  width: 90%;
  font-weight: 800;
  transition: all 1s ease;
}
@media (min-width: 768px) {
  .main-slider .banner-info, .bottom-slider .banner-info {
    max-width: 1200px;
  }
}
.main-slider .banner-info .banner-title, .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 .banner-info .banner-title:before, .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 .banner-info .banner-title, .bottom-slider .banner-info .banner-title {
    font-size: 2.5rem;
    padding: 1rem 0 0.8rem 0;
  }
}
@media (min-width: 992px) {
  .main-slider .banner-info .banner-title, .bottom-slider .banner-info .banner-title {
    font-size: 3rem;
  }
}
.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;
  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;
  letter-spacing: 0.2rem;
}

.decoration-page-background, .page-background {
  position: relative;
  overflow: hidden;
  background-image: url("../images/sfc/theme-page-bg.png");
  clip-path: polygon(0 100%, 0 4vw, 8vw 0, 100% 4.5vw, 100% 100%);
  padding: 2vw 0 8rem;
  margin-top: -4.5vw;
}
@media (min-width: 768px) {
  .decoration-page-background .container, .page-background .container {
    position: relative;
  }
}

.page-title {
  color: var(--theme-main);
  font-weight: 800;
  font-size: 1.7rem;
  position: relative;
  display: flex;
  flex-direction: row;
  border-bottom: var(--theme-main) 2px dotted;
}
.page-title > span {
  padding: 0 1rem 0.5rem 0;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 2.5rem;
  }
  .page-title > span {
    padding: 0 1rem 0.5rem 0;
  }
}

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

.themedBreadcrumbBar {
  color: grey;
  letter-spacing: unset;
  font-weight: 300;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  text-shadow: unset;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 5px;
  font-size: 0.9rem;
}
.themedBreadcrumbBar a {
  color: grey;
}
.themedBreadcrumbBar a:hover {
  color: var(--theme-secondary);
}

.breadcrumbs {
  opacity: 0.95;
}

.breadcrumbs {
  position: relative;
}

.page-content-container {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.page-content-container .album-date {
  color: var(--theme-dark-green);
}

.group-content-container {
  background: white;
  border: 1px solid var(--theme-main);
  box-shadow: 8px 8px 0px rgba(109, 138, 210, 0.6117647059);
}

.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: 0;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: var(--theme-main);
  padding: 0.5rem 4rem 0.5rem 1rem;
  display: block;
  color: white;
}

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

.pageGroupButton:hover {
  color: white;
}

.pageGroupButton.buttonActive {
  background-color: var(--theme-tertiary);
  color: var(--theme-main) !important;
}

.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);
}
.mobile-school-badge img {
  width: 90%;
  height: auto;
  max-width: 282px;
}
@media (min-width: 576px) {
  .mobile-school-badge img {
    max-width: 400px;
  }
}

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

#section_featureButtons .linkButton__image {
  aspect-ratio: 350/445;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
#section_featureButtons .linkButton__image.largeButton {
  aspect-ratio: 350/260;
  border-radius: 50px;
  background-color: rgba(248, 251, 255, 0.4392156863);
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  #section_featureButtons .linkButton__image.largeButton {
    aspect-ratio: 1480/580;
    border-radius: 80px;
  }
}
#section_featureButtons .linkButton__title {
  border-radius: 8px;
  border: 2px solid var(--theme-tertiary);
  color: var(--theme-tertiary);
  background-color: white;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
#section_featureButtons .linkButton__title.smallButton {
  flex-grow: 1;
}
#section_featureButtons .linkButton__title.largeButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 200px;
}
#section_featureButtons .linkButton__background {
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  border-radius: 10px;
}
#section_featureButtons .largeButton .linkButton__background {
  border-radius: 50px;
}
@media (min-width: 768px) {
  #section_featureButtons .largeButton .linkButton__background {
    border-radius: 80px;
  }
}
#section_featureButtons .linkButton:hover .linkButton__background {
  background-color: rgba(20, 23, 61, 0.1098039216);
}
#section_featureButtons .linkButton:hover .largeButton .linkButton__background {
  background-color: rgba(255, 255, 255, 0.4);
}
#section_featureButtons .linkButton:hover .linkButton__title {
  background-color: var(--theme-tertiary);
  color: white;
}

.themed-index-title-bar {
  gap: 15px;
}

.themed-index-section-title {
  flex: 0 1 250px;
}
.themed-index-section-title img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .themed-index-section-title {
    flex: 0 1 350px;
  }
}
@media (min-width: 992px) {
  .themed-index-section-title {
    flex: 0 1 450px;
  }
}

.themed-index-section-title-line {
  flex: 1 1 80%;
  height: 100%;
  min-height: 50px;
  background-repeat: round no-repeat;
  background-size: 100px 25px;
  background-position: left center;
}
@media (min-width: 768px) {
  .themed-index-section-title-line {
    flex: 1 1 80%;
    background-size: 230px 47px;
  }
}

#section_news {
  background: linear-gradient(140deg, #FFFFFF 0%, #c5ccd6 100%);
  position: relative;
  padding-bottom: 70px;
  z-index: 3;
  clip-path: polygon(0 3vw, 7% 0, 100% 6vw, 100% 100%, 0% 100%);
  padding-top: 6vw;
  margin-top: -6vw;
}
@media (min-width: 1200px) {
  #section_news {
    padding-top: 4vw;
  }
}
@media (min-width: 576px) {
  #section_news {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  #section_news {
    padding-bottom: 150px;
  }
}
#section_news .container {
  z-index: 2;
}
#section_news:after {
  position: absolute;
  height: 10%;
  width: 100%;
  bottom: 0;
  left: 0;
  clip-path: polygon(0% 100%, 0% calc(100% - 5px), 40% 0%, 100% calc(100% - 5px), 100% 100%);
  content: "";
  background: white;
  z-index: 1;
}
@media (min-width: 576px) {
  #section_news:after {
    height: 7vw;
  }
}
#section_news .facebook-slider-box {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: auto;
}
#section_news .index-news-facebook-slider .news-facebook-item {
  background: white;
  border-radius: 25px;
  box-shadow: var(--theme-main) 6px 6px 0px;
}
#section_news .index-news-facebook-slider .news-facebook-item .facebook-post-box {
  border-radius: 20px;
  overflow-y: auto;
  scrollbar-color: #c9e5ef rgba(255, 255, 255, 0.29);
  scrollbar-width: thin;
  width: 100%;
}
@media (min-width: 768px) {
  #section_news .index-news-facebook-slider .news-facebook-item .facebook-post-box {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  #section_news .index-news-facebook-slider .news-facebook-item .facebook-post-box {
    width: 320px;
  }
}
@media (min-width: 1400px) {
  #section_news .index-news-facebook-slider .news-facebook-item .facebook-post-box {
    width: 360px;
  }
}
#section_news .index-news-facebook-slider .news-facebook-item iframe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 1000px;
}
#section_news #section_vision_mission .title_motto {
  max-width: 115px;
}
#section_news #section_vision_mission .content_motto {
  max-width: 600px;
}
@media (min-width: 1200px) {
  #section_news #section_vision_mission .content_motto {
    max-width: 700px;
  }
}
#section_news #section_vision_mission img {
  width: 100%;
}
#section_news .news-slider-control-buttons-bar {
  gap: 10px;
  color: var(--theme-main);
}
#section_news .news-slider-control-buttons-bar:hover {
  opacity: 0.8;
}
#section_news .news-slider-control-buttons-bar svg {
  fill: #fe5a5a;
}
#section_news .news-slider-control-buttons-bar .prev-btn {
  transform: scale(-1) rotate(-90deg);
}
#section_news .news-slider-control-buttons-bar .next-btn {
  transform: scale(-1) rotate(90deg);
}
#section_news .facebook-slider-control-buttons-bar {
  gap: 10px;
}
#section_news .facebook-slider-control-buttons-bar svg {
  fill: var(--theme-main);
}
#section_news .facebook-slider-control-buttons-bar .next-btn {
  transform: scale(-1);
}
#section_news .prev-btn, #section_news .next-btn {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#section_news .prev-btn:hover, #section_news .next-btn:hover {
  opacity: 0.8;
}
#section_news .prev-btn.slick-disabled, #section_news .next-btn.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
#section_news .prev-btn img, #section_news .next-btn img {
  width: 100%;
  height: auto;
}
#section_news .news-show-more-button {
  color: var(--theme-main) !important;
  font-size: 0.7rem;
  font-weight: bold;
}
#section_news .news-show-more-button svg {
  margin-top: 8px;
  stroke: #c2aa76;
  fill: white;
}
#section_news .news-show-more-button:hover svg {
  stroke: white;
  fill: #c2aa76;
}
#section_news .news-title-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  width: 100%;
  overflow-wrap: break-word;
}

.index-news-slider .themed-news-item {
  padding: 0.5rem;
}

.themed-news-item {
  transition: 0.3s ease-in-out;
}
.themed-news-item:nth-child(3n+2) .news-date-title-bar {
  box-shadow: var(--theme-secondary) 4px 4px 0px;
}
.themed-news-item:nth-child(3n+2):hover .news-date-title-bar {
  box-shadow: var(--theme-secondary) 8px 8px 0px;
  transform: scale(1.01);
}
.themed-news-item:nth-child(3n+2) .news-date-box {
  background: var(--theme-secondary);
}
.themed-news-item:nth-child(3n+1) .news-date-title-bar {
  box-shadow: var(--theme-main) 4px 4px 0px;
}
.themed-news-item:nth-child(3n+1):hover .news-date-title-bar {
  box-shadow: var(--theme-main) 8px 8px 0px;
  transform: scale(1.01);
}
.themed-news-item:nth-child(3n+1) .news-date-box {
  background: var(--theme-main);
}
.themed-news-item:nth-child(3n+3) .news-date-title-bar {
  box-shadow: var(--theme-tertiary) 4px 4px 0px;
}
.themed-news-item:nth-child(3n+3):hover .news-date-title-bar {
  box-shadow: var(--theme-tertiary) 8px 8px 0px;
  transform: scale(1.01);
}
.themed-news-item:nth-child(3n+3) .news-date-box {
  background: var(--theme-tertiary);
}
.themed-news-item .news-date-title-bar {
  padding: 5px;
  background: white;
  box-shadow: var(--theme-secondary) 4px 4px 0px;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
  min-height: 70px;
}
.themed-news-item .news-date-whole {
  font-size: 0.7rem;
}
.themed-news-item .news-date-box {
  color: white;
  border-radius: 12px;
  flex: 1 0 auto;
  padding: 5px 10px;
}
.themed-news-item .news-date-day {
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
}
.themed-news-item .news-date-month {
  font-size: 0.8rem;
}
.themed-news-item .news-title {
  color: #676767 !important;
  width: 100%;
}

@keyframes gradientShiftYellow {
  0% {
    background: linear-gradient(165deg, rgba(244, 234, 113, 0.8) 0%, rgba(255, 255, 255, 0.8) 82%, rgba(255, 255, 255, 0) 100%);
  }
  50% {
    background: linear-gradient(155deg, rgba(255, 227, 48, 0.72) 0%, rgba(255, 255, 255, 0.8) 82%, rgba(255, 255, 255, 0) 100%);
  }
  100% {
    background: linear-gradient(165deg, rgba(244, 234, 113, 0.8) 0%, rgba(255, 255, 255, 0.8) 82%, rgba(255, 255, 255, 0) 100%);
  }
}
@keyframes gradientShiftBlue {
  0% {
    background: linear-gradient(196deg, rgb(68, 177, 235) 0%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%);
  }
  50% {
    background: linear-gradient(198deg, rgb(93, 192, 244) 0%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%);
  }
  100% {
    background: linear-gradient(196deg, rgb(68, 177, 235) 0%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%);
  }
}
#section_albums {
  z-index: 3;
  background-color: white;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #section_albums {
    padding-bottom: 140px;
    min-height: 600px;
  }
}
#section_albums:before {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  background: linear-gradient(196deg, rgb(68, 177, 235) 0%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%);
  content: "";
  clip-path: polygon(0 0, 100% 80%, 100% 100%, 0 100%);
  z-index: 4;
  display: none;
  animation: gradientShiftBlue 2s ease-in-out infinite;
}
@media (min-width: 768px) {
  #section_albums:before {
    display: block;
  }
}
#section_albums:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(165deg, rgba(244, 234, 113, 0.8) 0%, rgba(255, 255, 255, 0.8) 82%, rgba(255, 255, 255, 0) 100%);
  content: "";
  clip-path: polygon(0 80%, 100% 0, 60% 100%, 0 100%);
  z-index: 5;
  display: none;
  animation: gradientShiftYellow 2s ease-in-out infinite;
}
@media (min-width: 768px) {
  #section_albums:after {
    display: block;
  }
}
#section_albums .container {
  z-index: 6;
}
@media (min-width: 768px) {
  #section_albums .themed-index-title-bar {
    transform: translateY(-10px);
  }
}
#section_albums .prev-btn, #section_albums .next-btn {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}
#section_albums .prev-btn svg, #section_albums .next-btn svg {
  fill: var(--theme-secondary);
}
#section_albums .prev-btn:hover, #section_albums .next-btn:hover {
  opacity: 0.8;
}
#section_albums .prev-btn {
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #section_albums .prev-btn {
    left: 10%;
  }
}
#section_albums .next-btn {
  right: 0%;
  top: 50%;
  transform: translateY(-50%) scale(-1);
}
@media (min-width: 768px) {
  #section_albums .next-btn {
    right: 10%;
  }
}
#section_albums .deco-yellow-ball {
  top: 0;
  left: -5px;
  width: 20px;
  height: 20px;
  background-image: url("../images/sfc/deco_yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #section_albums .deco-yellow-ball {
    left: 9%;
    width: 40px;
    height: 40px;
  }
}
#section_albums .deco-red-ball {
  bottom: 15px;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url("../images/sfc/deco_red.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #section_albums .deco-red-ball {
    width: 50px;
    height: 50px;
    right: 10%;
  }
}
#section_albums .yellow-background-for-achievements-section {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFDA3C;
  clip-path: polygon(0 calc(100% - 5px), 75% 0, 100% 90%, 100% 100%, 0 100%);
  z-index: 6;
}
@media (min-width: 768px) {
  #section_albums .yellow-background-for-achievements-section {
    height: 120px;
  }
}
#section_albums .albums-slider-container {
  max-width: 1400px;
  width: 100%;
  background: url("../images/sfc/albums_slider_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #section_albums .albums-slider-container {
    background-size: 80% 100%;
  }
}
#section_albums .albums-slider {
  padding: 15px 0 10px 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media (min-width: 768px) {
  #section_albums .albums-slider {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #section_albums .albums-slider .slick-list {
    padding: 60px 0 !important;
  }
}
#section_albums .albums-slider .albums-item__content {
  padding: 0 8px;
}
#section_albums .albums-slider .albums-item-date-box {
  background: var(--theme-tertiary);
  width: 50px;
  height: 65px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
#section_albums .albums-slider .albums-item-date-box .albums-item__content__date {
  font-size: 1.3rem;
}
#section_albums .albums-slider .albums-item-date-box .albums-item__content__month {
  font-size: 0.9rem;
}
#section_albums .albums-slider .slick-slide {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#section_albums .albums-slider .slick-current {
  position: relative;
  z-index: 2;
}
#section_albums .albums-slider .slick-current .albums-item__image {
  border: 5px solid white;
}
#section_albums .albums-slider .slick-active:not(.slick-current) {
  z-index: -1;
}
#section_albums .albums-slider .slick-active:not(.slick-current) .albums-item__content {
  display: none !important;
}
#section_albums .albums-slider .albums-item__image {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}

#section_achievements {
  background: #FFDA3C;
  margin-top: -5px;
  z-index: 3;
  padding-bottom: 80px;
  position: relative;
}
#section_achievements:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  clip-path: polygon(0 0, 100% calc(100% - 5px), 100% 100%, 0 100%, 0 calc(100% - 5px));
  background: #d8dfea;
  z-index: 2;
  content: "";
}
#section_achievements .deco_achievement_1, #section_achievements .deco_achievement_2, #section_achievements .deco_achievement_3, #section_achievements .deco_achievement_4, #section_achievements .deco_achievement_5 {
  z-index: 1;
}
#section_achievements .deco_achievement_1 img, #section_achievements .deco_achievement_2 img, #section_achievements .deco_achievement_3 img, #section_achievements .deco_achievement_4 img, #section_achievements .deco_achievement_5 img {
  width: 100%;
}
#section_achievements .deco_achievement_1 {
  width: 60px;
  right: 24vw;
  top: -80px;
}
#section_achievements .deco_achievement_2 {
  width: 30px;
  right: 40vw;
  top: -20px;
}
@media (min-width: 768px) {
  #section_achievements .deco_achievement_2 {
    width: 30px;
    right: 40vw;
    top: 90px;
  }
}
#section_achievements .deco_achievement_3 {
  width: 60px;
  left: 5%;
  top: 90px;
}
#section_achievements .deco_achievement_4 {
  width: 40px;
  left: 24vw;
  bottom: 90px;
}
#section_achievements .deco_achievement_5 {
  width: 60px;
  right: 24vw;
  bottom: 80px;
}
#section_achievements .achievements-items-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #section_achievements .achievements-title-container {
    transform: translateY(-60px);
  }
}
#section_achievements .themed-index-section-title img {
  width: 100%;
  height: auto;
}
#section_achievements .achievements-items-container {
  flex-wrap: wrap;
}
#section_achievements .achievements-items-container .achievement-item-background {
  background: url("../images/sfc/achievements_item_bg.png");
  background-size: 100% 100%;
  padding: 15px 15px 50px 15px;
  transition: transform 0.3s ease-in-out;
}
#section_achievements .achievements-items-container .achievement-item {
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  #section_achievements .achievements-items-container .achievement-item {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  #section_achievements .achievements-items-container .achievement-item {
    flex: 0 0 33%;
  }
}
#section_achievements .achievements-items-container .achievement-item:hover .achievement-item-background {
  transform: scale(1.05);
}
#section_achievements .achievements-items-container .achievement-item:hover .achievement-item-image {
  transform: scale(1.1);
}
#section_achievements .achievements-items-container .achievement-item-image-container {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#section_achievements .achievements-items-container .achievement-item-image-container .achievement-item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
#section_achievements .achievements-items-container .achievement-item-date-box {
  background: var(--theme-main);
  color: white;
  border-radius: 5px;
  text-align: center;
  width: 50px;
  height: 65px;
}
#section_achievements .achievements-items-container .achievement-item-date-box .achievement-item__content__date {
  font-size: 1.3rem;
}
#section_achievements .achievements-items-container .achievement-item-date-box .achievement-item__content__month {
  font-size: 0.8rem;
}
#section_achievements .achievements-items-container .achievement-item__content__title {
  width: 100%;
}

.video_item {
  padding: 1rem;
  background-repeat: repeat;
  background-size: 120%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .video_item {
    margin-right: 1rem;
    width: auto;
    flex-basis: calc(33% - 1rem);
  }
}
.video_item_date {
  padding: 0.3rem 1rem;
  font-size: 0.77rem;
  color: var(--theme-main);
  font-weight: bold;
  text-decoration: underline;
  text-underline: var(--theme-main);
  text-underline-offset: 5px;
}
.video_item .video-label {
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem 1rem;
}

.videos-section-container {
  background: #d8dfea;
  margin-top: -5px;
  position: relative;
  z-index: 3;
}
.videos-section-container:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 126px;
  content: "";
  background: white;
  clip-path: polygon(100% 0, 100% 100%, 20% 100%);
  display: none;
}
@media (min-width: 768px) {
  .videos-section-container:before {
    display: block;
  }
}
.videos-section-container .video-title-container {
  transform: translateY(-40px);
}
.videos-section-container .videos-content {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  aspect-ratio: 1.7777777778;
  border-radius: 10px;
  max-width: 1000px;
  background-image: url("../images/sfc/video-item-bg.png");
  background-size: 100% 100%;
  transform: translateY(-20px);
  padding: 1rem;
}
@media (min-width: 768px) {
  .videos-section-container .videos-content {
    padding: 2rem;
  }
}
.videos-section-container .videos-content .video-deco-left {
  left: -5px;
  bottom: 25px;
  transform: translateX(-100%);
  width: 50px;
}
.videos-section-container .videos-content .video-deco-left img {
  width: 100%;
}
.videos-section-container .videos-content .video-deco-right {
  right: 0;
  top: 10px;
  transform: translateX(100%);
  width: 50px;
}
.videos-section-container .videos-content .video-deco-right img {
  width: 100%;
}

.title_themed {
  font-size: 1rem;
  color: var(--theme-main);
  font-weight: 300;
}
@media (min-width: 768px) {
  .title_themed {
    font-size: 1.5rem;
  }
}

#news-page-index .page-content-container {
  padding-bottom: 120px;
}
#news-page-index .page-content-container .themed-news-item {
  margin-bottom: 1rem;
}

#page .main-slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#page .main-slider .banner-frame-yellow {
  z-index: 2;
}
#page .main-slider .banner-frame-grey {
  z-index: 3;
}
#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;
  }
}

.mediaNews_item {
  background: white;
  border-radius: 10px;
  width: 100%;
  border: 1px solid var(--theme-tertiary);
}
.mediaNews_item .mediaNews_date {
  background: var(--theme-tertiary);
  color: white;
  border-radius: 10px;
  padding: 15px 20px;
}
.mediaNews_item .mediaNews_title_and_press {
  padding: 10px;
}
.mediaNews_item .mediaNews_title_and_press .mediaNews_press {
  color: var(--theme-forth);
  border-top: 1px solid var(--theme-forth);
  border-bottom: 1px solid var(--theme-forth);
  padding: 5px 0 3px;
}
.mediaNews_item:hover {
  background: #fff9eb;
}
.mediaNews_item:hover .mediaNews_title_and_press {
  transform: translateX(5px);
}

#section_slogan {
  position: relative;
  z-index: 3;
  margin-top: -5px;
  background: white;
  font-family: "chela-one";
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  #section_slogan {
    letter-spacing: 4px;
  }
}
#section_slogan .slogan {
  font-weight: bold;
  font-size: 2rem;
  transform: rotate(-5deg) translateY(-50%);
}
@media (min-width: 768px) {
  #section_slogan .slogan {
    font-size: 2.8rem;
  }
}
#section_slogan .slogan_changeWordings {
  color: var(--theme-secondary);
  padding: 5px 40px 5px 30px;
  font-size: 2.5rem;
  position: relative;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  #section_slogan .slogan_changeWordings {
    font-size: 3.8rem;
  }
}
#section_slogan .slogan_changeWordings:before {
  position: absolute;
  background: var(--theme-tertiary);
  width: 95%;
  height: 40%;
  bottom: 8%;
  left: 0;
  content: "";
  z-index: -1;
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}
#section_slogan .slogan_changeWordings:after {
  position: absolute;
  background: var(--theme-main);
  width: 93%;
  height: 40%;
  bottom: -12%;
  left: 5%;
  content: "";
  z-index: -2;
  transform: rotate(1deg);
  transition: transform 0.3s ease;
}
#section_slogan .slogan_changeWordings.rotated:before {
  transform: rotate(0deg);
}
#section_slogan .slogan_changeWordings.rotated:after {
  transform: rotate(6deg);
}

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