:root {
  --theme-main: #002051;
  --theme-secondary: #6C6C6C;
  --theme-tertiary: #C2AA76;
  --theme-forth: #A20F00;
  --theme-fifth: #808080;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #201F5E;
  --theme-grey-blue: #97BDE8;
  --theme-blue: #4DA9D6;
  --theme-red: #E64545;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #a8853a;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

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

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

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

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

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

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

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

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

.animation-fadeIn {
  opacity: 0;
}

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

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

.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-main) !important;
  font-size: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 20px 0;
  transition: 0.2s ease-in-out;
}
.themed_more_button:hover {
  transform: translateX(5px);
  color: #244880 !important;
}
.themed_more_button:hover .themed_more_button_arrow {
  background: var(--theme-tertiary);
}
.themed_more_button:hover .themed_more_button_arrow svg {
  stroke: white;
}

.themed_more_button_arrow {
  border-radius: 50%;
  background: white;
  border: 2px solid var(--theme-tertiary);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}
.themed_more_button_arrow svg {
  width: 10px;
  stroke: var(--theme-tertiary);
  fill: none;
}

#mainmenu {
  flex-direction: row;
  align-items: end;
  justify-content: end;
}
#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;
}
#mainmenu .menu-item-category {
  line-height: 1.25;
  transition: 0.3s ease-in-out;
}
#mainmenu .menu-item-category a {
  color: white;
}
#mainmenu .menu-item-category:hover {
  color: var(--theme-tertiary);
  transition: color 0.2s;
}
#mainmenu .menu-item-category:hover > a {
  color: var(--theme-tertiary);
}
#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: 25%;
  right: 0;
  height: 1px;
  content: "";
  width: 50%;
  background-color: var(--theme-tertiary);
  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: absolute;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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;
  transition: all 0.3s ease-in-out;
  position: absolute;
  height: 128px;
  width: 100%;
  top: 0;
  padding: 1rem 0;
}
.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 .header-column {
  flex: 1 1 80%;
  display: flex;
  align-items: end;
}
.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: 455px;
}
.desktop-menu .logo-link:hover {
  opacity: 0.8;
}
@media (min-width: 1400px) {
  .desktop-menu .logo-link {
    margin: 0.5rem 0 0.5rem 0;
  }
}

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

.main-slider {
  background: #FFFDF8;
  background-image: url("../images/plkcky/innerPageBackground.png");
}
.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 .topBanner_overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(7, 52, 122, 0.6) 0%, rgba(7, 52, 122, 0.1) 35%, rgba(7, 52, 122, 0.2) 65%, rgba(7, 52, 122, 0.4) 100%);
}
@media (min-width: 768px) {
  .main-slider .topBanner_overlay {
    background: linear-gradient(40deg, rgba(7, 52, 122, 0.6) 0%, rgba(7, 52, 122, 0.1) 35%, rgba(7, 52, 122, 0.2) 75%, rgba(7, 52, 122, 0.4) 100%);
  }
}
.main-slider .index-slider-image {
  aspect-ratio: 400/600;
}
@media (min-width: 576px) {
  .main-slider .index-slider-image {
    height: 100vh;
    width: 100%;
  }
}
.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;
  bottom: 10px;
}
@media (min-width: 768px) {
  .main-slider .slick-dots {
    display: block;
  }
}
.main-slider .slick-dots li button:before {
  font-size: 12px;
  color: white;
}
.main-slider .slick-dots li.slick-active button:before {
  color: var(--theme-tertiary);
}

.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/1580;
  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/600;
  }
}
.main-slider .inner-slider-image::after, .bottom-slider .inner-slider-image::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(to bottom, #002051 0%, rgba(0, 23, 58, 0) 40%, rgba(0, 23, 58, 0.3294117647) 80%, rgba(0, 14, 35, 0.6117647059) 100%);
}
@media (min-width: 768px) {
  .main-slider .inner-slider-image::after, .bottom-slider .inner-slider-image::after {
    background: linear-gradient(to bottom, rgba(0, 32, 81, 0.4431372549) 0%, rgba(0, 23, 58, 0) 40%, rgba(0, 23, 58, 0) 80%, rgba(0, 6, 16, 0.1921568627) 100%);
  }
}
.main-slider .banner-info, .bottom-slider .banner-info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  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.5rem;
  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;
}
@media (min-width: 768px) {
  .decoration-page-background .container, .page-background .container {
    position: relative;
  }
}

.page-title {
  color: var(--theme-secondary);
  font-weight: 800;
  font-size: 1.7rem;
  position: relative;
  display: flex;
  flex-direction: row;
}
.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 {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.5rem 0;
  color: grey;
}
.themedBreadcrumbBar a {
  color: grey;
}
.themedBreadcrumbBar a:hover {
  color: var(--theme-secondary);
}

.breadcrumbs {
  opacity: 0.95;
}

.breadcrumbs {
  position: relative;
}

.page-content-container {
  background-color: #FFFDF8;
  background-image: url("../images/plkcky/innerPageBackground.png");
  background-blend-mode: multiply;
  padding: 0 0 8rem;
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-content-container {
    padding: 2rem 0 8rem;
  }
}
.page-content-container .container {
  z-index: 1;
}
@media (min-width: 768px) {
  .page-content-container {
    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-secondary);
  color: white;
  box-shadow: unset;
  border-color: unset;
}

#section_vision_mission {
  background: url("../images/plkcky/homepage_vision_bg.jpg");
  background-size: cover;
  background-position: center;
}
#section_vision_mission .title {
  font-size: 0.8rem;
  color: var(--theme-main);
  text-decoration: underline var(--theme-main);
  text-underline-offset: 5px;
}
#section_vision_mission .content {
  color: var(--theme-main);
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3;
}
#section_vision_mission .content:hover {
  color: #11418c;
}
@media (min-width: 768px) {
  #section_vision_mission .content {
    font-size: 1.7rem;
  }
}

#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(34, 37, 110, 0.11);
}
#section_featureButtons .linkButton:hover .linkButton__title {
  background-color: var(--theme-tertiary);
  color: white;
}

#section_news .news-section-title {
  font-size: 2.5rem;
  color: var(--theme-main);
  font-weight: bold;
  line-height: 1;
}
#section_news .news-section-title-line {
  height: 1px;
  background-color: var(--theme-main);
  flex: 1 1 auto;
  margin-left: 5px;
}
#section_news .news-row {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #section_news .news-row {
    max-width: 90%;
  }
}
@media (min-width: 1400px) {
  #section_news .news-row {
    max-width: 85%;
  }
}
#section_news .news-row .col-md-6 {
  padding-left: 20px;
  padding-right: 20px;
}
#section_news .news-row .news_row_right {
  margin-top: 90px;
}
#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;
}

.themed-news-item {
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.themed-news-item .news-date-day {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  color: white;
  border-radius: 5px;
}
.themed-news-item .news-date-month {
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-100%);
}
.themed-news-item .news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.themed-news-item .news-cover-image {
  aspect-ratio: 620/420;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.themed-news-item:hover {
  transform: translateY(-10px);
}
.themed-news-item:hover .news-title {
  opacity: 0.8;
}
.themed-news-item:hover .news-cover-image {
  opacity: 0.8;
}

#section_admission {
  background: linear-gradient(to bottom, white 0%, white 50%, var(--theme-main) 50%, var(--theme-main) 100%);
}
#section_admission .admission_container {
  background: url("../images/plkcky/homepage_admission_bg.jpg") center no-repeat;
  background-size: cover;
  border-radius: 20px;
}
#section_admission .admission-section-title {
  font-size: 2.5rem;
  color: var(--theme-tertiary);
  font-weight: bold;
  transform: translateY(-50%);
}
#section_admission .admission-buttons-bar {
  flex: 30%;
  gap: 15px;
}
#section_admission #homepage-admission-video-section {
  flex: 70%;
}
#section_admission .admission-button {
  color: var(--theme-tertiary);
  font-weight: bold;
  background: linear-gradient(to right, var(--theme-tertiary), var(--theme-tertiary) 50%, white 50%, white 100%);
  background-size: 205%;
  background-position: right;
  transition: 0.5s ease-in-out;
  padding: 1rem;
  border-radius: 25px;
  flex-grow: 1;
}
#section_admission .admission-button .admission-button-icon-box {
  flex-grow: 1;
}
#section_admission .admission-button .admission-button-icon {
  stroke: var(--theme-tertiary);
}
#section_admission .admission-button .themed_more_button_arrow {
  flex-shrink: 0;
}
#section_admission .admission-button:hover {
  background-position: left;
  color: white;
}
#section_admission .admission-button:hover .admission-button-icon {
  stroke: white;
}
#section_admission .admission-button:hover .themed_more_button_arrow {
  background: var(--theme-tertiary);
}
#section_admission .admission-button:hover .themed_more_button_arrow svg {
  stroke: white !important;
}

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

.videos-section-container .videos-content {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  aspect-ratio: 1.7777777778;
  border-radius: 25px;
  overflow: hidden;
}

.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;
}
@media (min-width: 768px) {
  #news-page-index .row .col-md-4:nth-child(even) {
    transform: translateY(40px);
  }
}
#news-page-index .news-index-item {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #news-page-index .news-index-item {
    margin-top: 70px;
  }
}

#page #mainmenu {
  background: var(--theme-main);
  border-radius: 10px;
}
#page .inner-slider-image.slider-image {
  border-radius: 0 0 100px 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #page .inner-slider-image.slider-image {
    border-radius: 0 0 250px 140px;
  }
}
#page .main-slider {
  position: relative;
  padding-bottom: 30px;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  #page .main-slider {
    padding-bottom: 80px;
  }
}
#page .main-slider::before {
  position: absolute;
  right: -30px;
  bottom: 30px;
  height: 100%;
  width: 95%;
  background: var(--theme-main);
  content: "";
  border-radius: 0 0 80px 60px;
  z-index: -2;
}
@media (min-width: 768px) {
  #page .main-slider::before {
    bottom: 80px;
    border-radius: 0 0 150px 120px;
  }
}
#page .main-slider::after {
  position: absolute;
  left: -10px;
  bottom: 0;
  height: 100%;
  width: 95%;
  background: var(--theme-tertiary);
  border-radius: 0 0 80px 0px;
  z-index: -1;
  content: "";
}
@media (min-width: 768px) {
  #page .main-slider::after {
    left: -40px;
    width: 95%;
    border-radius: 0 0 200px 100px;
  }
}
#page .pageBannerTitleContainer {
  position: absolute;
  left: 0;
  bottom: 30px;
  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: 80px;
    transform: translateY(70%);
  }
}
#page .pageBannerTitleContainer .container {
  padding: 0;
}
@media (min-width: 768px) {
  #page .pageBannerTitleContainer .container {
    padding: unset;
  }
}
#page .pageBannerTitle {
  color: white;
  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: white;
  font-size: 0.8rem;
  letter-spacing: unset;
  font-weight: 300;
  margin-top: 0.3rem;
}
@media (min-width: 768px) {
  #page .pageBannerBreadcrumb {
    color: white;
    font-size: 0.9rem;
  }
}
#page .breadcrumbs a {
  color: white;
  letter-spacing: unset;
}
@media (min-width: 768px) {
  #page .breadcrumbs a {
    color: white;
  }
}
#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);
}

.list-view .pager {
  margin-top: 100px;
}
.list-view .pager #yw2 {
  font-size: 1rem;
}
.list-view .pager ul.yiiPager a:link, .list-view .pager ul.yiiPager a:visited {
  border-color: var(--theme-main);
  color: var(--theme-main);
}
.list-view .pager ul.yiiPager .selected a {
  background: var(--theme-main);
}

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