:root {
  --theme-main: #3E9EF0;
  --theme-secondary: #87D539;
  --theme-tertiary: #4E91CB;
  --theme-forth: #EF9268;
  --theme-fifth: #7BBCF4;
  --theme-menu-highlighted: linear-gradient(90deg, #3E9EF0, #87D539);
  --theme-gradient-vertical: linear-gradient( #3E9EF0, #87D539);
  --theme-dark-green: #477553;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

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: "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");
}
@media (min-width: 576px) {
  .container {
    max-width: unset;
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 80%;
  }
}

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

body {
  background-color: #EBF6FD;
}

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

.themed-slider {
  z-index: 2;
}
.themed-slider .slick-track {
  display: flex !important;
}
.themed-slider .slick-slide {
  height: inherit !important;
}
.themed-slider .themedSlider-item {
  display: flex !important;
  flex-direction: column;
  position: relative;
  transition: 0.3s ease-in-out;
}
.themed-slider .themedSlider-item:hover {
  transform: scale(1.05);
}
.themed-slider .themedSlider-item__image {
  aspect-ratio: 1.7777777778;
  background-size: cover;
  clip-path: var(--clipPath-sliderPhoto);
  border: 2px solid var(--theme-main);
}
.themed-slider .themedSlider-item__content {
  flex: 1;
  background-color: white;
  padding: 35px 20px 30px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -20px;
}
.themed-slider .themedSlider-item__content__date {
  color: var(--theme-light-blue);
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 0.8rem;
}
.themed-slider .themedSlider-item__content__title {
  font-weight: bold;
  color: black;
}
.themed-slider .themedSlider-item:after {
  content: "";
  height: 5px;
  background-color: var(--theme-secondary);
  margin-top: 8px;
  width: 50%;
}

.next {
  transform: scaleX(-1);
}

.prev.desktop, .next.desktop {
  position: absolute;
  top: 50%;
}

.prev.desktop {
  left: 0;
  transform: translate(-100%, -100%);
}

.next.desktop {
  right: 0;
  transform: scaleX(-1) translate(-100%, -100%);
}

.themed-slider-arrows-bar-mobile {
  display: flex;
  width: 93%;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
.themed-slider-arrows-bar-mobile .prev, .themed-slider-arrows-bar-mobile .next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.themed-slider-arrows-bar-mobile .prev svg, .themed-slider-arrows-bar-mobile .next svg {
  width: 100%;
  height: auto;
  fill: white;
  transition: 0.3s ease-in-out;
}
.themed-slider-arrows-bar-mobile .prev:hover, .themed-slider-arrows-bar-mobile .next:hover {
  opacity: 0.8;
}
.themed-slider-arrows-bar-mobile .prev:hover svg, .themed-slider-arrows-bar-mobile .next:hover svg {
  fill: var(--theme-secondary);
}
.themed-slider-arrows-bar-mobile .next {
  transform: scaleX(-1);
}

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

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

.theme-more-btn {
  clip-path: polygon(0% 15%, 10% 0%, 100% 0%, 100% 85%, 90% 100%, 0% 100%);
  padding: 0.3rem 1.3rem;
  transition: 0.3s ease-in-out;
}

.themed-more-btn-desktop {
  right: 0;
  top: 15px;
  font-size: 1rem;
}

#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: 100px;
}
#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 {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  transition: color 0.2s;
}
#mainmenu .menu-item-category:hover > a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
#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: 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 {
  position: fixed;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(#404040, rgba(71, 71, 71, 0));
  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-bg {
  padding: 1rem 3rem 0.5rem;
  background: linear-gradient(#404040, rgba(71, 71, 71, 0));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  z-index: 50;
  display: none;
  width: 100%;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .desktop-menu-bg {
    display: block;
  }
}
.desktop-menu-bg.fixed {
  height: auto;
  background: linear-gradient(#404040, rgba(71, 71, 71, 0.16));
}

.desktop-menu {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}
.desktop-menu .header-column {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
}
.desktop-menu .logo-link {
  flex: 1 1 20%;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.desktop-menu .logo-link img {
  max-width: 465px;
  max-height: 100%;
}
.desktop-menu .logo-link:hover {
  opacity: 0.8;
}

@keyframes slideDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes logoShrink {
  0% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.main-slider .index-slider-image, .main-slider .inner-slider-image {
  background-position: center;
  background-size: cover;
}
.main-slider .index-slider-image {
  aspect-ratio: 400/345;
}
@media (min-width: 768px) {
  .main-slider .index-slider-image {
    aspect-ratio: 1920/890;
  }
}
.main-slider .index-slider-image video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
@media (min-width: 768px) {
  .main-slider .index-slider-image video {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.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: var(--theme-secondary);
}
.main-slider .slick-dots li button:before, .bottom-slider .slick-dots li button:before {
  color: var(--theme-main);
}
.main-slider .banner-info, .bottom-slider .banner-info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  font-weight: 800;
  transition: all 1s ease;
}
@media (min-width: 768px) {
  .main-slider .banner-info, .bottom-slider .banner-info {
    max-width: 500px;
    left: 10%;
  }
}
.main-slider .banner-info .banner-title, .bottom-slider .banner-info .banner-title {
  color: white;
  padding: 2.5% 4.5%;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  position: relative;
}
.main-slider .banner-info .banner-title:before, .bottom-slider .banner-info .banner-title:before {
  content: "";
  position: absolute;
  background: var(--theme-secondary);
  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: 2rem;
    padding: 2.5% 4.5% 5.5%;
  }
}
.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;
  }
}
.themed-page-background {
  background-image: url("../images/ylcss/page_bg.png");
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}

.page-title {
  color: #123041;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid grey;
}
.page-title > span {
  padding: 0 1rem 0.5rem 0;
}
@media (min-width: 768px) {
  .page-title > span {
    padding: 0 1rem 0.5rem;
  }
}

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

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

.breadcrumbs {
  opacity: 0.95;
}

.breadcrumbs {
  position: relative;
}

.page-content-container {
  background: #EBF6FD;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  padding: 2rem 0;
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background-image: url("../images/ylcss/page_bg.png");
}
.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);
  max-width: 80%;
}
.mobile-school-badge img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 350px) {
  .mobile-school-badge {
    max-width: 60%;
    height: auto !important;
  }
}

.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-main);
  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_date {
  padding: 0.3rem 1rem;
  font-size: 0.77rem;
  z-index: 1;
  background-color: var(--theme-main);
  color: var(--theme-tertiary);
  display: inline-block;
}
.photoAlbums_item_title {
  color: black;
  font-size: 1.2rem;
  padding: 0.5rem;
  font-weight: bold;
}

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

.themed-index-title-bar {
  margin-left: 30px;
}

.main-site-container {
  overflow-x: hidden;
}

.themed-title-deco {
  background: linear-gradient(-50deg, #3E9EF0, #87D539);
  left: 0;
  top: 0;
  width: 40px;
  height: 25px;
  z-index: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.themed-title-deco:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 30px;
  background: #EBF6FD;
  z-index: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  left: 5px;
  top: 5px;
}

.themed-title-deco, .themed-title-deco :before {
  transform: rotateZ(-60deg) translateX(-38%) translateY(-94%);
}

.themed-title {
  font-size: 37px;
  background: -webkit-linear-gradient(#3E9EF0, #87D539);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  position: relative;
  z-index: 1;
  flex-grow: 0;
}
@media (min-width: 1400px) {
  .themed-title {
    font-size: 45px;
  }
}

.themed-title-line-box {
  flex-grow: 1;
  padding-left: 20px;
}
.themed-title-line-box .themed-title-line {
  background: -webkit-linear-gradient(120deg, #3E9EF0, #87D539);
  height: 4px;
  width: 100%;
}

.themed-more-btn {
  right: 0;
  top: 0;
  background: var(--theme-main);
  height: 50%;
  font-size: 0.8rem;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  color: white !important;
  border-radius: 10px 10px 0 0;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .themed-more-btn {
    font-size: 1rem;
  }
}
.themed-more-btn:hover {
  background: var(--theme-tertiary);
}

.highlight-container .highlights-category-label {
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  transform: translate(40%, -40%);
  z-index: 1;
}
.highlight-container .highlights-category-label img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .highlight-container .highlights-category-label {
    width: 90px;
    height: 90px;
    transform: translate(40%, -50%);
  }
}
@media (min-width: 1400px) {
  .highlight-container .highlights-category-label {
    width: 110px;
    height: 110px;
  }
}
.highlight-container .highlight-left-section {
  padding: 30px 30px 20px 30px;
}
@media (min-width: 576px) {
  .highlight-container .highlight-left-section {
    padding: 30px 20px 20px 20px;
  }
}
@media (min-width: 992px) {
  .highlight-container .highlight-left-section {
    flex: 50%;
    padding: 40px 50px 40px 10px;
  }
}
@media (min-width: 1200px) {
  .highlight-container .highlight-left-section {
    flex: 43%;
  }
}
@media (min-width: 1400px) {
  .highlight-container .highlight-left-section {
    flex: 43%;
  }
}
.highlight-container .highlight-left-section .highlights-main-item {
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
}
.highlight-container .highlight-left-section .highlights-main-item .highlights-image {
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #D4DDE5;
  background-position: center;
}
.highlight-container .highlight-left-section .highlights-main-item .highlights-deco {
  height: 8px;
  width: 100%;
  background: linear-gradient(#3E9EF0, #87D539);
}
.highlight-container .highlight-left-section .highlights-main-item .highlights-content {
  padding: 20px 10px;
  text-align: center;
  background: white;
}
.highlight-container .highlight-right-section {
  flex: 40%;
  flex-grow: 1;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .highlight-container .highlight-right-section {
    gap: 20px;
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .highlight-container .highlight-right-section {
    gap: unset;
    padding: 50px 50px 0 20px;
  }
}
.highlight-container .highlight-right-section .highlights-sub-item {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  padding: 20px 20px 20px 30px;
  background: white;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .highlight-container .highlight-right-section .highlights-sub-item {
    padding: 20px 20px 20px 30px;
  }
}
@media (min-width: 1400px) {
  .highlight-container .highlight-right-section .highlights-sub-item {
    padding: 20px 20px 20px 30px;
  }
}
.highlight-container .highlight-right-section .highlights-sub-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(#3E9EF0, #87D539);
  content: "";
}
.highlight-container .highlight-right-section .highlights-sub-item .highlights-image {
  flex: 50%;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #D4DDE5;
  background-position: center;
}
.highlight-container .highlight-right-section .highlights-sub-item .highlights-content {
  flex: 40%;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .highlight-container .highlight-right-section .highlights-sub-item .highlights-content {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  .highlight-container .highlight-right-section .highlights-sub-item .highlights-content {
    padding: 10px 0 10px 10px;
  }
}
.highlight-container .highlight-right-section .highlights-sub-item-box:first-child {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .highlight-container .highlight-right-section .highlights-sub-item-box:first-child {
    margin-bottom: 50px;
  }
}

.highlights-main-item, .highlights-sub-item-box {
  transition: 0.3s ease-in-out;
}
.highlights-main-item:hover, .highlights-sub-item-box:hover {
  transform: scale(1.02);
  color: var(--theme-main);
}

.news_section {
  background: white;
}
.news_section .themed-title-deco:before {
  background: white;
}
.news_section .themed-index-title-bar {
  width: 250px;
}
.news_section .news_slider_box {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .news_section .news_slider_box {
    padding-bottom: unset;
    width: calc(100% - 200px);
  }
}
.news_section .news_slider_box .news_slider_item {
  padding: 10px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .news_section .news_slider_box .news_slider_item {
    padding: 20px 30px;
  }
}
.news_section .news_slider_box .news_slider_item:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 25%;
  height: 50%;
  width: 1px;
  background: #b6b7cb;
}
.news_section .news_slider_box .news_slider_item:hover .news_title {
  color: var(--theme-secondary);
}
.news_section .news_slider_box .news_slider_item .news_date {
  font-size: 0.7rem;
}
.news_section .news_slider_box .news_slider_item .news_title {
  color: var(--theme-main);
  font-weight: bold;
  margin: 10px 0;
  transition: 0.3s ease-in-out;
}
.news_section .news_slider_box .news_slider_item .news_description {
  font-size: 0.8rem;
  color: #6b7985;
}
.news_section .news_slider_box .next {
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 50%) rotate(270deg);
}
@media (min-width: 576px) {
  .news_section .news_slider_box .next {
    right: 0;
    top: 50%;
    left: unset;
    bottom: unset;
    transform: translate(100%, -50%) rotate(180deg);
  }
}
.news_section .news_slider_box .next svg {
  width: 30px;
  height: 30px;
  fill: #3E9EF0;
  transition: 0.3s ease-in-out;
}
.news_section .news_slider_box .next:hover {
  cursor: pointer;
}
.news_section .news_slider_box .next:hover svg {
  fill: #7BBCF4;
}

.linksButton_section .linkButton .linkButton__bg {
  height: 120px;
  padding: 8px;
  background: linear-gradient(#3E9EF0, #87D539);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .linksButton_section .linkButton .linkButton__bg {
    height: 160px;
  }
}
.linksButton_section .linkButton .linkButton__bg .linkButton__content {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(127, 153, 175, 0.85);
  background-blend-mode: multiply;
  font-size: 1.3rem;
  color: white;
  font-weight: bold;
  text-align: center;
}
.linksButton_section .linkButton:hover .linkButton__bg {
  animation-name: background-gradient-change;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  transform: scale(1.02);
}

@keyframes background-gradient-change {
  0% {
    background: linear-gradient(0deg, #3E9EF0, #87D539);
  }
  100% {
    background: linear-gradient(30deg, #3E9EF0, #87D539);
  }
}
.albums_section .albums_slider .slick-slide {
  margin: 0 10px;
}
.albums_section .albums_slider .slick-track {
  display: flex !important;
}

.album_slider_item {
  padding: 20px;
  background: white;
  border-radius: 3px;
  height: auto;
  position: relative;
}
.album_slider_item:after {
  position: absolute;
  height: 4px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(-90deg, #3E9EF0, #87D539);
}
.album_slider_item .albums_item_image_box {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.album_slider_item .albums_item_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.album_slider_item:hover .albums_item_image {
  transform: scale(1.05);
}
.album_slider_item:hover .albums_item_title {
  color: var(--theme-main);
}
.album_slider_item .albums_item_content {
  padding-top: 10px;
}
.album_slider_item .albums_item_content .albums_item_date {
  border: 1px solid var(--theme-main);
  min-width: 70px;
  height: fit-content;
}
.album_slider_item .albums_item_content .albums_item_date__month {
  background: #79BBF4;
  color: white;
}
.album_slider_item .albums_item_content .albums_item_date__day {
  color: var(--theme-main);
}
.album_slider_item .albums_item_content .albums_item_title {
  padding: 0 10px;
}

.videos_section .videos-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
@media (min-width: 768px) {
  .videos_section .videos-content {
    padding: 25px;
  }
}
.videos_section .videos-content:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  top: 0;
  left: 0;
  border-top: 3px solid var(--theme-main);
  border-left: 3px solid var(--theme-main);
}
.videos_section .videos-content:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid var(--theme-main);
  border-right: 3px solid var(--theme-main);
}
.videos_section .video-corner-deco-left, .videos_section .video-corner-deco-right {
  position: absolute;
  background-image: url("../images/ylcss/video_deco.png");
  width: 20px;
  height: 20px;
  background-size: contain;
}
@media (min-width: 768px) {
  .videos_section .video-corner-deco-left, .videos_section .video-corner-deco-right {
    width: 40px;
    height: 40px;
  }
}
.videos_section .video-corner-deco-left {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.videos_section .video-corner-deco-right {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

.yuenteenisans_section {
  background: white;
}
.yuenteenisans_section .yuenteenisans_title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
}
.yuenteenisans_section .yuenteenisans_title img {
  width: 100%;
  height: auto;
}
.yuenteenisans_section .yuenteenisans_traits {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .yuenteenisans_section .yuenteenisans_traits {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.yuenteenisans_section .yuenteenisans_traits_item {
  width: 30%;
}
@media (min-width: 768px) {
  .yuenteenisans_section .yuenteenisans_traits_item {
    width: 18%;
  }
}
.yuenteenisans_section .yuenteenisans_traits_item img {
  width: 100%;
  height: auto;
}

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