:root {
  --theme-main: #201F5E;
  --theme-secondary: #4198C7;
  --theme-tertiary: #B5D1E6;
  --theme-forth: #A42313;
  --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: #A42313;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --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: 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%;
  }
}

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

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

.theme-more-btn {
  padding: 0.3rem 1.3rem;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
  text-align: center;
}
.theme-more-btn:hover {
  opacity: 0.8;
}

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

#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:last-child {
  padding-right: 0.8rem;
}
#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);
  background-color: var(--theme-main);
}
#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: white;
  transition: color 0.2s;
}
#mainmenu .menu-item-category:hover > a {
  color: white;
}
#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: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.85);
  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.5s linear;
  position: sticky;
  height: 128px;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  top: 0;
}
.desktop-menu.small {
  height: 100px;
}
.desktop-menu.small:before, .desktop-menu.small:after {
  height: 10px;
}
.desktop-menu.small .header-content img {
  max-height: 25px;
}
@media (min-width: 1200px) {
  .desktop-menu {
    display: flex;
  }
}
.desktop-menu .header-content {
  padding: 0.5rem 2rem;
}
.desktop-menu .header-column {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: 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 3rem;
  }
}

.main-slider {
  background: var(--theme-main);
}
.main-slider a:not([href]) {
  cursor: auto;
}
.main-slider .index-slider-image, .main-slider .inner-slider-image {
  background-position: center;
  background-size: cover;
}
.main-slider .topBanner_overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/cs/banner_deco_mobile.png");
  background-size: 100% 100%;
  background-position: bottom left;
}
@media (min-width: 768px) {
  .main-slider .topBanner_overlay {
    background: url("../images/cs/banner_deco.png");
    background-size: 100% 100%;
  }
}
.main-slider .index-slider-image {
  aspect-ratio: 400/260;
}
@media (min-width: 576px) {
  .main-slider .index-slider-image {
    aspect-ratio: 1920/735;
  }
}
.main-slider .inner-slider-image {
  padding-top: 25%;
}

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

@media (min-width: 1200px) {
  .main-slider, .bottom-slider {
    margin-top: 0;
  }
}
.main-slider .image, .bottom-slider .image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.main-slider.slick-dotted.slick-slider, .bottom-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main-slider .slick-dots li button:before, .bottom-slider .slick-dots li button:before {
  font-size: 0.7rem;
}
.main-slider .slick-dots, .bottom-slider .slick-dots {
  bottom: 2%;
  text-align: center;
  width: 100%;
}
.main-slider .slick-dots li.slick-active button:before, .bottom-slider .slick-dots li.slick-active button:before {
  color: #ffe17c;
}
.main-slider .banner-info, .bottom-slider .banner-info {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  font-weight: 800;
  transition: all 1s ease;
  text-shadow: 0 0 3px rgba(33, 34, 73, 0.82);
}
@media (min-width: 768px) {
  .main-slider .banner-info, .bottom-slider .banner-info {
    max-width: 500px;
    left: 5%;
  }
}
.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;
  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: 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;
}

#main-slider .slick-dots {
  display: none !important;
}
@media (min-width: 768px) {
  #main-slider .slick-dots {
    display: block !important;
  }
}
#main-slider .slick-dots li {
  margin: 0;
}
#main-slider .slick-dots li, #main-slider .slick-dots li button:before {
  width: 1rem;
  height: 1rem;
}
#main-slider .slick-dots li button:before {
  color: unset;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
#main-slider .slick-dots li:nth-child(even) button:before {
  transform: translateY(-100%);
}
#main-slider li.slick-active button:before {
  content: "";
  background: white;
}

@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-main);
  font-weight: bolder;
  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 {
  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 13rem;
  }
}
@media (min-width: 992px) {
  .page-content-container {
    padding: 0 0 2rem 0;
  }
}
.page-content-container:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 150px;
  height: 300px;
  background: url("../images/cs/page-content-deco-top-right.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .page-content-container:before {
    width: 300px;
    height: 300px;
  }
}
.page-content-container:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 250px;
  height: 600px;
  background: url("../images/cs/page-content-deco-left-bottom.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 0;
}
@media (min-width: 992px) {
  .page-content-container:after {
    width: 600px;
    height: 600px;
  }
}
.page-content-container .container {
  max-width: 95%;
}
.page-content-container .page-illustration-deco {
  bottom: 0;
  left: 10px;
  z-index: 9999;
  height: 7.5rem;
}
.page-content-container .page-illustration-deco img {
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .page-content-container .page-illustration-deco {
    height: 15rem;
    max-width: 25%;
  }
}
.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_scripture {
  background-image: url("../images/cs/scripture_section_bg.png");
  background-position: right top;
  background-size: 60%;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  #section_scripture {
    background-size: 40%;
  }
}
@media (min-width: 768px) {
  #section_scripture {
    background-size: 50%;
  }
}
#section_scripture .caption_scripture {
  align-items: center;
  color: #707070;
  font-size: 0.8rem;
}
#section_scripture .caption_scripture .line {
  flex-grow: 1;
}
#section_scripture .line hr {
  border: 1px solid rgb(239, 239, 239);
}
#section_scripture .content_scripture {
  display: flex;
}
@media (min-width: 768px) {
  #section_scripture .content_scripture {
    background: unset;
  }
}
#section_scripture .content_scripture .scripture_deco {
  flex-basis: 25%;
  background-image: url("../images/cs/scripture_deco_mobile.png");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  #section_scripture .content_scripture .scripture_deco {
    flex-basis: 15%;
    background-image: url("../images/cs/scripture_deco.png");
  }
}
@media (min-width: 768px) {
  #section_scripture .content_scripture .scripture_deco {
    flex-basis: 200px;
  }
}
@media (min-width: 992px) {
  #section_scripture .content_scripture .scripture_deco {
    flex-basis: 114px;
  }
}
#section_scripture .content_scripture .wordings_scripture {
  color: var(--theme-main);
  font-size: 1.3rem;
  font-weight: bold;
  max-width: 700px;
}
@media (min-width: 768px) {
  #section_scripture .content_scripture .wordings_scripture {
    font-size: 1.8rem;
  }
}
#section_scripture .content_scripture .wordings_scripture .scripture_chi {
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  #section_scripture .content_scripture .wordings_scripture .scripture_chi {
    font-size: 1.3rem;
  }
}
#section_scripture .content_scripture .wordings_scripture .origin_scripture {
  font-size: 0.8rem;
  text-align: right;
  padding-top: 1rem;
  font-weight: 400;
}

#section_news {
  margin-top: -130px;
}

.themed-news-item {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.themed-news-item__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.themed-news-item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  background: linear-gradient(rgba(32, 31, 94, 0), rgba(32, 31, 94, 0) 40%, #201F5E 100%);
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: white;
  padding: 1rem;
}
@media (min-width: 992px) {
  .themed-news-item__content {
    background: unset;
    opacity: 0;
  }
}

a.themed-news-item.record:hover .themed-news-item__content {
  background: linear-gradient(rgba(32, 31, 94, 0), rgba(32, 31, 94, 0) 40%, #201F5E 100%);
  opacity: 1;
}
a.themed-news-item.record:hover .themed-news-item__image {
  transform: scale(1.1);
}

.index-news-title-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-direction: column;
  padding: 1rem;
}
.index-news-title-container .index-news-title {
  font-size: 4rem;
  color: white;
  text-shadow: var(--theme-main) 0px 1px 3px;
}

.news-read-more-button {
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-news-read-more-button, .news-read-more-button {
  background: var(--theme-forth);
  color: white !important;
  border-radius: 20px;
  padding: 0.3rem 1rem;
  font-size: 0.9rem;
  min-width: max-content;
}

.news-quote-deco {
  position: absolute;
  transition: 0.3s ease-in-out;
}
.news-quote-deco img {
  width: 30px;
}
@media (min-width: 768px) {
  .news-quote-deco img {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .news-quote-deco img {
    width: unset;
  }
}
.news-quote-deco.top {
  left: 1rem;
  top: 1rem;
}
.news-quote-deco.bottom {
  right: 1rem;
  bottom: 1rem;
}

a.themed-news-item.title:hover .news-read-more-button {
  opacity: 0.5;
}
a.themed-news-item.title:hover .news-quote-deco.top {
  transform: translateY(70%);
}
a.themed-news-item.title:hover .news-quote-deco.bottom {
  transform: translateY(-70%);
}

#section_year_scripture .year_scripture_caption {
  background: var(--theme-forth);
  color: white;
  font-size: 0.8rem;
  transform: translateY(50%);
}
#section_year_scripture .year_scripture_content {
  background: var(--theme-main);
  text-align: center;
  color: white;
  padding: 2rem 1rem 0.5rem;
}
#section_year_scripture .year_scripture_origin {
  text-align: right;
  font-size: 0.8rem;
}

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

.videos-section-container {
  background-image: url("../images/cs/index_video_bg_mobile.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .videos-section-container {
    background-image: url("../images/cs/index_video_bg.png");
  }
}
.videos-section-container .videos-content {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  aspect-ratio: 1.7777777778;
  padding: 0.5rem;
}
.videos-section-container .videos-content iframe {
  box-shadow: 0 0 6px #5d6471;
}
@media (min-width: 768px) {
  .videos-section-container .videos-content {
    padding: 1.5rem;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .videos-section-container .videos-content {
    margin-right: auto;
    max-width: 700px;
  }
}
@media (min-width: 1400px) {
  .videos-section-container .videos-content {
    max-width: 900px;
  }
}

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

#section-media-news .index-media-container, #medianews-page-index .index-media-container, #mediaNews-viewPage .index-media-container {
  background: #F3F7FD;
}
#section-media-news .index-media-container .mediaNews-slider-container .prev, #medianews-page-index .index-media-container .mediaNews-slider-container .prev, #mediaNews-viewPage .index-media-container .mediaNews-slider-container .prev {
  left: 0;
  top: 50%;
}
#section-media-news .index-media-container .mediaNews-slider-container .next, #medianews-page-index .index-media-container .mediaNews-slider-container .next, #mediaNews-viewPage .index-media-container .mediaNews-slider-container .next {
  right: 0;
  top: 50%;
  transform: scaleX(-1);
}
#section-media-news .index-media-container .mediaNews-slider-container .prev, #section-media-news .index-media-container .mediaNews-slider-container .next, #medianews-page-index .index-media-container .mediaNews-slider-container .prev, #medianews-page-index .index-media-container .mediaNews-slider-container .next, #mediaNews-viewPage .index-media-container .mediaNews-slider-container .prev, #mediaNews-viewPage .index-media-container .mediaNews-slider-container .next {
  cursor: pointer;
}
#section-media-news .index-media-container .mediaNews-slider-container .prev:hover, #section-media-news .index-media-container .mediaNews-slider-container .next:hover, #medianews-page-index .index-media-container .mediaNews-slider-container .prev:hover, #medianews-page-index .index-media-container .mediaNews-slider-container .next:hover, #mediaNews-viewPage .index-media-container .mediaNews-slider-container .prev:hover, #mediaNews-viewPage .index-media-container .mediaNews-slider-container .next:hover {
  opacity: 0.6;
}
#section-media-news .mediaNews_item_deco_box::before, #medianews-page-index .mediaNews_item_deco_box::before, #mediaNews-viewPage .mediaNews_item_deco_box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  background: var(--theme-main);
  z-index: 1;
  transition: 0.3s ease-in-out;
}
#section-media-news .mediaNews_item_deco_box::after, #medianews-page-index .mediaNews_item_deco_box::after, #mediaNews-viewPage .mediaNews_item_deco_box::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--theme-forth);
  z-index: 1;
  transition: 0.3s ease-in-out;
}
#section-media-news .mediaNews_image_box, #medianews-page-index .mediaNews_image_box, #mediaNews-viewPage .mediaNews_image_box {
  padding-top: 56.25%;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
#section-media-news .mediaNews_image, #medianews-page-index .mediaNews_image, #mediaNews-viewPage .mediaNews_image {
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
#section-media-news .mediaNews_item:hover .mediaNews_item_deco_box::before, #medianews-page-index .mediaNews_item:hover .mediaNews_item_deco_box::before, #mediaNews-viewPage .mediaNews_item:hover .mediaNews_item_deco_box::before {
  top: calc(100% - 5rem);
  left: calc(100% - 5rem);
}
#section-media-news .mediaNews_item:hover .mediaNews_item_deco_box::after, #medianews-page-index .mediaNews_item:hover .mediaNews_item_deco_box::after, #mediaNews-viewPage .mediaNews_item:hover .mediaNews_item_deco_box::after {
  right: calc(100% - 2.5rem);
  bottom: calc(100% - 2.5rem);
}
#section-media-news .mediaNews_item:hover .mediaNews_image, #medianews-page-index .mediaNews_item:hover .mediaNews_image, #mediaNews-viewPage .mediaNews_item:hover .mediaNews_image {
  transform: scale(1.1);
}
#section-media-news .mediaNews_press, #medianews-page-index .mediaNews_press, #mediaNews-viewPage .mediaNews_press {
  color: var(--theme-forth);
  border-top: 1px solid var(--theme-forth);
  border-bottom: 1px solid var(--theme-forth);
}

.posts-page-container .page-content-container:after {
  background: unset;
}

.posts-page-container .page-content-container:before {
  opacity: 0.6;
}

#posts-page-index .index-post-item {
  background: rgba(255, 255, 255, 0.86);
}
#posts-page-index .index-post-item img {
  height: 100%;
}
#posts-page-index .index-post-item:hover {
  box-shadow: 0 0 6px var(--theme-secondary);
}
#posts-page-index .index-post-item:hover .post-title {
  color: var(--theme-secondary);
}
#posts-page-index .posts-date {
  color: grey;
}
#posts-page-index .post-title {
  font-size: 1.3rem;
  color: var(--theme-main);
}

.recent-posts-container {
  background: white;
  border: 1px solid #99b5d5;
}
.recent-posts-container .title_box_themed {
  background: #e7f3ff;
}

.posts-page-container .posts-date {
  color: white;
  background-color: rgba(128, 128, 128, 0.82);
  display: inline-block;
  padding: 0.2rem 0.5rem;
}
.posts-page-container .recent-post-date {
  color: rgba(128, 128, 128, 0.72);
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.72);
}
.posts-page-container .recent-post-title {
  color: var(--theme-main);
}
.posts-page-container .recent-post-link:hover .recent-post-title {
  color: var(--theme-secondary);
}

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