:root {
  --theme-main: #1A93AA;
  --theme-secondary: #F89421;
  --theme-tertiary: #5FC6C4;
  --theme-forth: #B12535;
  --theme-fifth: #70C4E3;
  --theme-dark: #0E212F;
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #00A2F7;
  --theme-grey-blue: #70C4E3;
  --theme-red: #B12535;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #FFA44A;
  --yearButton: #1A93AA ;
  --yearButton-hover: #5FC6C4;
  --theme-border-radius: 20px 0;
}

body a {
  color: var(--theme-dark);
}
body a:hover {
  color: var(--theme-main);
}
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: "NotoSansHK";
  src: url("../fonts/NotoSansHK-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 (max-width: 960px) {
  .container-lg {
    max-width: 100%;
  }
}

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

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

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

.animation-fadeIn {
  opacity: 0;
}

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

.theme-page-title {
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--theme-main);
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-slider-container {
  background-image: url("../images/kws/header_bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.main-slider {
  margin-bottom: 0 !important;
}
.main-slider .index-slider-image, .main-slider .inner-slider-image {
  background-position: center;
  background-size: cover;
}
.main-slider .index-slider-image {
  aspect-ratio: 1920/700;
}
@media (min-width: 768px) {
  .main-slider .index-slider-image {
    aspect-ratio: 1920/700;
  }
}
.main-slider .inner-slider-image {
  padding-top: 25%;
}
.main-slider .slick-dots {
  display: none !important;
  bottom: 10px;
}
@media (min-width: 768px) {
  .main-slider .slick-dots {
    display: block !important;
  }
}
.main-slider .slick-dots li button:before {
  color: var(--theme-tertiary);
  font-size: 0.8rem;
}
.main-slider .slick-dots li.slick-active button:before {
  color: var(--theme-secondary);
}

.banner-info {
  position: absolute;
  left: 5%;
  bottom: 10px;
}
.banner-info .banner-title {
  background-color: rgba(28, 161, 158, 0.8);
  font-size: 1rem;
  font-weight: bold;
  color: white;
  padding: 0.5rem 2rem;
  text-shadow: 2px 2px 2px rgba(28, 161, 158, 0.8);
}
@media (min-width: 768px) {
  .banner-info .banner-title {
    font-size: 2rem;
  }
}

#main-slide-innerpage .inner-slider-image {
  aspect-ratio: 1920/450;
  background-size: cover;
  background-position: center;
}
#main-slide-innerpage .desktop-header img {
  max-width: 350px;
}

.desktop-header .school-name {
  width: 40%;
  padding-top: 6px;
  transition: 0.3s ease-in-out;
}
.desktop-header .school-name:hover {
  transform: scale(1.01);
}
.desktop-header .school-name img {
  width: 100%;
  max-width: 470px;
}

#desktop-menu {
  position: sticky;
  top: 0;
  z-index: 98;
  background: white;
  box-shadow: rgba(169, 190, 190, 0.1607843137) 3px 3px 2px;
}

.header-btn {
  background: white;
  border-radius: 20px 0;
  height: 40px;
  padding: 0.5rem 0.6rem;
  color: var(--theme-tertiary);
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.header-btn img {
  max-height: 100%;
}
@media (min-width: 768px) {
  .header-btn {
    height: 50px;
    padding: 0.5rem 1.5rem;
  }
}
.header-btn:hover {
  transform: scale(1.05);
  border: 1px solid var(--theme-tertiary);
}

.social-media {
  display: flex;
  padding: 1rem 1rem;
  justify-content: flex-end;
}
.social-media img {
  width: 40px;
}
@media (min-width: 768px) {
  .social-media {
    display: block;
    position: fixed;
    top: 30%;
    right: 0;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 20px 0 0 20px;
    padding: 0.8rem;
    z-index: 999;
  }
  .social-media img {
    width: unset;
  }
}

.index-title-bar {
  font-size: 1.6rem;
  color: var(--theme-main);
  font-weight: 800;
  border: var(--theme-tertiary) 3px solid;
  border-radius: 50px;
  padding: 6px 15px 6px 108px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .index-title-bar {
    font-size: 1.7rem;
  }
}
.index-title-bar:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: url("../images/kws/icon_news.png");
  left: 0;
  top: 50%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 3px solid var(--theme-tertiary);
  transform: translate(-5%, -50%);
  background: white;
}
.index-title-bar a.index-more-btn {
  color: var(--theme-tertiary);
  font-size: 1.2rem;
}
.index-title-bar a.index-more-btn svg {
  stroke: var(--theme-tertiary);
}
.index-title-bar a.index-more-btn:hover {
  color: var(--theme-secondary);
}
.index-title-bar a.index-more-btn:hover svg {
  stroke: var(--theme-secondary);
}

.index-news-section {
  background-color: #F5F3E7;
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}
.index-news-section:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/kws/news_bg.png") bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
  opacity: 0.7;
}
.index-news-section .motto_img {
  width: 100%;
}
@media (min-width: 768px) {
  .index-news-section .motto_img {
    width: 60%;
  }
}
.index-news-section .container {
  position: relative;
  z-index: 2;
}
.index-news-section .index-title-bar:before {
  background-color: #F5F3E7;
  content: url("../images/kws/icon_news.png");
}
.index-news-section .news-item {
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.index-news-section .news-item:nth-child(odd) {
  background: rgba(95, 199, 197, 0.4);
}
.index-news-section .news-item__arrow {
  stroke: var(--theme-dark);
  display: flex;
  align-items: center;
}
.index-news-section .news-item:hover {
  color: var(--theme-main);
  transform: scale(1.04);
}
.index-news-section .news-item:hover .news-item__arrow {
  stroke: var(--theme-main);
}
.index-news-section .news-item .news-item__date {
  color: var(--theme-main);
  width: 150px;
}
@media (min-width: 768px) {
  .index-news-section .news-item .news-item__date {
    color: unset;
  }
}

.index-albums-section .index-title-bar:before {
  content: url("../images/kws/icon_albums.png");
}
.index-albums-section .albums-item__image_box {
  aspect-ratio: 1.3333333333;
  border-radius: var(--theme-border-radius);
  overflow: hidden;
  position: relative;
}
.index-albums-section .albums-item__image {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.index-albums-section .albums-item__content {
  border-top: 1px solid var(--theme-main);
}
.index-albums-section .albums-item__title {
  color: var(--theme-main);
  font-size: 1.3rem;
  font-weight: bold;
}
.index-albums-section .albums-item__date {
  color: var(--theme-dark);
  font-size: 0.9rem;
}
.index-albums-section .albums-item:hover .albums-item__image {
  transform: scale(1.05);
}
.index-albums-section .albums-item:hover .albums-item__title {
  color: var(--theme-secondary);
}
.index-albums-section .albums-item:hover .albums-item__date {
  color: var(--theme-dark);
}

.index-achievement-section {
  overflow: hidden;
}
.index-achievement-section .index-title-bar:before {
  content: url("../images/kws/icon_achievements.png");
}
.index-achievement-section .achievement-item__image {
  padding-top: 75%;
  width: 100%;
  background-size: cover;
  border-radius: 30px;
}
.index-achievement-section .achievement-item__title {
  font-weight: bold;
  color: var(--theme-main);
  font-size: 1.3rem;
}
.index-achievement-section .achievement-item__date {
  color: var(--theme-dark);
  font-size: 0.9rem;
}
.index-achievement-section .index-achievement-content {
  position: relative;
}
.index-achievement-section .index-achievement-content:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 70%;
  width: 100%;
  background-color: rgba(95, 199, 197, 0.2);
  border-radius: 30px 30px 0 0;
}
@media (min-width: 768px) {
  .index-achievement-section .index-achievement-content:before {
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-radius: 30px 0 0 30px;
  }
}
@media (min-width: 992px) {
  .index-achievement-section .achievement-slider {
    transform: scale(1.1) translateY(5%);
  }
}
@media (min-width: 1400px) {
  .index-achievement-section .achievement-slider {
    transform: scale(1.1) translateY(5%) translateX(-10%);
  }
}
.index-achievement-section .achievement-slider .slick-active {
  transition: 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .index-achievement-section .achievement-slider .slick-active.slick-current {
    transform: translate(25%);
  }
}
.index-achievement-section .achievement-slider .slick-slide:not(.slick-current) {
  transform: scale(0.7);
  position: relative;
  z-index: -1;
  opacity: 0;
  filter: blur(2px);
}
.index-achievement-section .achievement-slider .slick-active:not(.slick-current) {
  transform: scale(0.7);
  opacity: 1;
}
.index-achievement-section .slider-control-buttons .prev {
  transform: scale(-1);
}
.index-achievement-section .slider-control-buttons .prev:hover, .index-achievement-section .slider-control-buttons .next:hover {
  opacity: 0.7;
  cursor: pointer;
}

.index-feature-section {
  background: #8BCBF1 url("../images/kws/featureSectionBG_mobile.jpg") bottom left no-repeat;
  background-size: contain;
  padding-bottom: 46vw;
}
@media (min-width: 768px) {
  .index-feature-section {
    padding-bottom: 20px;
    background: #8BCBF1 url("../images/kws/featureSectionBG.jpg") bottom left no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .index-feature-section .feature-buttons-container {
    max-width: 1200px;
    margin-right: 5%;
  }
  .index-feature-section .feature-button {
    padding-top: 110.4972375691%;
  }
}
.index-feature-section .index-feature-title-bar {
  background: linear-gradient(-90deg, #F89421, #5FC6C4 50%);
  text-align: center;
  border-radius: var(--theme-border-radius);
  color: white;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0.5rem;
}
.index-feature-section .feature-button {
  padding-top: 132.5966850829%;
  border-radius: var(--theme-border-radius);
  background-size: cover;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.index-feature-section .feature-button:hover {
  transform: scale(1.03);
}
.index-feature-section .feature-title {
  background-color: var(--theme-tertiary);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: var(--theme-border-radius);
}

.index-video-section {
  overflow: hidden;
}
.index-video-section .index-title-bar:before {
  content: url("../images/kws/icon_video.png");
}
.index-video-section .video {
  border-radius: 40px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.index-video-section .video iframe, .index-video-section .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-video-section .video-title {
  color: var(--theme-main);
  font-weight: bold;
}

.index-calendar-section {
  height: 100%;
}
.index-calendar-section .index-title-bar:before {
  content: url("../images/kws/icon_calendar.png");
}
.index-calendar-section iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.index-linkButton-section .link-Item-box {
  border-radius: 30px 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.index-linkButton-section .link-Item-box:hover {
  transform: scale(1.03);
}
.index-linkButton-section .link-Item-box .link-Item__icon {
  flex: 0 0 25%;
  padding: 0.5rem;
  border-radius: var(--theme-border-radius);
}
@media (min-width: 768px) {
  .index-linkButton-section .link-Item-box .link-Item__icon {
    flex: 0 0 35%;
  }
}
.index-linkButton-section .link-Item-box .link-Item__icon img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .index-linkButton-section .link-Item-box .link-Item__icon img {
    height: 80px;
  }
}
.index-linkButton-section .link-Item-box .link-Item__title {
  flex: 0 0 65%;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .index-linkButton-section .link-Item-box .link-Item__title {
    flex: 0 0 65%;
  }
}
.index-linkButton-section .link-Item:nth-child(1) .link-Item-box, .index-linkButton-section .link-Item:nth-child(4) .link-Item-box {
  border: 3px solid var(--theme-tertiary);
}
.index-linkButton-section .link-Item:nth-child(1) .link-Item__icon, .index-linkButton-section .link-Item:nth-child(4) .link-Item__icon {
  background: var(--theme-tertiary);
}
.index-linkButton-section .link-Item:nth-child(1) .link-Item__title, .index-linkButton-section .link-Item:nth-child(4) .link-Item__title {
  color: var(--theme-tertiary);
}
.index-linkButton-section .link-Item:nth-child(2) .link-Item-box, .index-linkButton-section .link-Item:nth-child(5) .link-Item-box {
  border: 3px solid var(--theme-main);
}
.index-linkButton-section .link-Item:nth-child(2) .link-Item__icon, .index-linkButton-section .link-Item:nth-child(5) .link-Item__icon {
  background: var(--theme-main);
}
.index-linkButton-section .link-Item:nth-child(2) .link-Item__title, .index-linkButton-section .link-Item:nth-child(5) .link-Item__title {
  color: var(--theme-main);
}
.index-linkButton-section .link-Item:nth-child(3) .link-Item-box, .index-linkButton-section .link-Item:nth-child(6) .link-Item-box {
  border: 3px solid var(--theme-secondary);
}
.index-linkButton-section .link-Item:nth-child(3) .link-Item__icon, .index-linkButton-section .link-Item:nth-child(6) .link-Item__icon {
  background: var(--theme-secondary);
}
.index-linkButton-section .link-Item:nth-child(3) .link-Item__title, .index-linkButton-section .link-Item:nth-child(6) .link-Item__title {
  color: var(--theme-secondary);
}
@media (min-width: 768px) {
  .index-linkButton-section .link-Item:nth-child(1) .link-Item-box, .index-linkButton-section .link-Item:nth-child(5) .link-Item-box {
    border: 3px solid var(--theme-tertiary);
  }
  .index-linkButton-section .link-Item:nth-child(1) .link-Item__icon, .index-linkButton-section .link-Item:nth-child(5) .link-Item__icon {
    background: var(--theme-tertiary);
  }
  .index-linkButton-section .link-Item:nth-child(1) .link-Item__title, .index-linkButton-section .link-Item:nth-child(5) .link-Item__title {
    color: var(--theme-tertiary);
  }
  .index-linkButton-section .link-Item:nth-child(2) .link-Item-box, .index-linkButton-section .link-Item:nth-child(6) .link-Item-box {
    border: 3px solid var(--theme-main);
  }
  .index-linkButton-section .link-Item:nth-child(2) .link-Item__icon, .index-linkButton-section .link-Item:nth-child(6) .link-Item__icon {
    background: var(--theme-main);
  }
  .index-linkButton-section .link-Item:nth-child(2) .link-Item__title, .index-linkButton-section .link-Item:nth-child(6) .link-Item__title {
    color: var(--theme-main);
  }
  .index-linkButton-section .link-Item:nth-child(3) .link-Item-box, .index-linkButton-section .link-Item:nth-child(4) .link-Item-box {
    border: 3px solid var(--theme-secondary);
  }
  .index-linkButton-section .link-Item:nth-child(3) .link-Item__icon, .index-linkButton-section .link-Item:nth-child(4) .link-Item__icon {
    background: var(--theme-secondary);
  }
  .index-linkButton-section .link-Item:nth-child(3) .link-Item__title, .index-linkButton-section .link-Item:nth-child(4) .link-Item__title {
    color: var(--theme-secondary);
  }
}

#footer {
  overflow: hidden;
}
@media (min-width: 768px) {
  #footer .footer-bible-row {
    flex: 55%;
  }
  #footer .footer-contact-row {
    flex: 45%;
  }
}
#footer .bible-icon, #footer .contact-icon {
  flex: 30%;
}
#footer .bible-icon img, #footer .contact-icon img {
  max-width: 200px;
  width: 100%;
}
#footer .bible-icon {
  background-color: #F5F3E7;
}
#footer .contact-icon {
  background-color: #1A92AA;
}
#footer .bible, #footer .contact {
  flex: 70%;
  background: linear-gradient(45deg, #FFFFFF, #F5F3E6);
  color: var(--theme-main);
}
#footer .bible {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .bible .bible-verse {
  font-weight: bold;
}
#footer .bible .bible-origin {
  text-align: right;
}
#footer .contact {
  font-weight: bold;
}
#footer .footer_contact_items img {
  width: 100%;
  max-width: 30px;
}
@media (min-width: 768px) {
  #footer .footer_contact_items img {
    width: 50px;
  }
}
#footer .sitemap {
  background: linear-gradient(180deg, #5FC6C4, #1A93AA);
  overflow: hidden;
}
#footer .sitemap .sitemap-container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--theme-border-radius);
  padding: 1.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-direction: column;
  height: 700px;
}
@media (min-width: 768px) {
  #footer .sitemap .sitemap-container {
    height: 450px;
  }
}
#footer .sitemap .sitemap-category {
  max-width: 200px;
  width: 50%;
}
@media (min-width: 768px) {
  #footer .sitemap .sitemap-category {
    width: unset;
  }
}
#footer .sitemap .sitemap-category .sitemap-category-title {
  color: var(--theme-main);
  font-size: 0.91rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
#footer .sitemap .sitemap-category .sitemap-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .sitemap .sitemap-category .sitemap-links .sitemap-link-item {
  margin-bottom: 0.25rem;
}
#footer .sitemap .sitemap-category .sitemap-links .sitemap-link-item .sitemap-link {
  color: #0E212F;
  text-decoration: none;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  display: block;
  padding: 0.1rem 0;
  line-height: 1.2;
}
#footer .sitemap .sitemap-category .sitemap-links .sitemap-link-item .sitemap-link:hover {
  color: var(--theme-secondary);
  transform: translateX(3px);
}
#footer .copyright {
  color: white;
  font-size: 0.7rem;
}
#footer .copyright a {
  color: white;
}
#footer .copyright a:hover {
  color: var(--theme-secondary);
}

#pageContainer {
  min-height: 400px;
}
@media (max-width: 991px) {
  #pageContainer .container {
    max-width: 100%;
    margin: 0;
  }
}
#pageContainer .pageMenuBar {
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
}
#pageContainer .pageMenuBar .categoryTitle {
  background-size: cover;
  background-color: var(--theme-main);
  color: #fff;
  background-blend-mode: multiply;
  border-bottom: 4px solid white;
}
#pageContainer .pageMenuBar .categoryTitle div {
  padding: 25px 0px;
  text-align: center;
}
#pageContainer .pageMenuBar .subMenuTab {
  position: relative;
}
#pageContainer .pageMenuBar .subMenuTab::after {
  width: 90%;
  position: absolute;
  height: 1px;
  background-color: rgba(10, 36, 106, 0.1411764706);
  bottom: 0;
  left: 5%;
  content: "";
}
#pageContainer .pageMenuBar .menu-text {
  font-weight: bold;
}
#pageContainer .pageMenuBar .menu-text:hover {
  cursor: pointer;
}
#pageContainer .pageMenuBar .side_menu_item {
  padding: 15px 15px 15px;
}
#pageContainer .pageMenuBar .side_menu_item:hover {
  background-color: var(--theme-menu-highlighted);
  color: #FFF;
}
#pageContainer .pageMenuBar .side_menu_item:hover > a {
  color: #FFF;
}
#pageContainer .pageMenuBar .lev2_menu {
  border-bottom: 0px solid !important;
}
#pageContainer .pageMenuBar .lev2_menu > .menu-text {
  color: #2693a7;
}
#pageContainer .pageMenuBar .lev2_menu:hover > .menu-text, #pageContainer .pageMenuBar .lev2_menu.menuActive > .menu-text {
  color: #FFF;
}
#pageContainer .pageMenuBar .lev2_menu a {
  color: var(--theme-grey);
}
#pageContainer .pageMenuBar .lev2_menu a:hover {
  color: #FFF;
}
#pageContainer .pageMenuBar .lev2_menu a:hover > a {
  color: #FFF;
}
#pageContainer .pageMenuBar .lev3_menu .side_menu_item {
  padding: 10px 10px 10px 15px;
  border-bottom: unset !important;
}
#pageContainer .pageMenuBar .lev3_menu a {
  color: var(--theme-grey);
}
#pageContainer .pageMenuBar .lev3_menu .menuActive {
  background-color: var(--theme-menu-highlighted);
  color: #FFF;
  border-radius: 3px;
}
#pageContainer .pageMenuBar .lev3_menu .menuActive > a {
  color: #FFF;
}
#pageContainer .pageMenuBar .menuActive {
  background-color: var(--theme-menu-highlighted);
  color: #FFF;
}
#pageContainer .pageMenuBar .menuActive > a {
  color: #FFF;
}
#pageContainer .pageContentBar {
  min-height: 400px;
}
#pageContainer .pageContentBar .page-content {
  width: 100%;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-blend-mode: overlay;
  min-height: inherit;
}
@media (min-width: 768px) {
  #pageContainer .pageContentBar .pageContentTitle {
    min-height: 80px;
  }
}
#pageContainer .pageContentBar .lv4-innerPage-menu {
  padding: 10px;
  background-color: var(--theme-pale-blue);
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text {
  margin: 5px 10px;
  background-color: var(--theme-light-blue);
  color: white;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
}
#pageContainer .pageContentBar .lv4-innerPage-menu .lv4-menu-text.menuActive {
  background: var(--theme-blue);
}

.themed-page-bg {
  background: url("../images/kws/page-theme-bg.png");
}

#toTop {
  position: fixed;
  z-index: 50;
  bottom: 1rem;
  right: 1rem;
  background: #FFF;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  opacity: 0.7;
  transition: all 0.3s;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  #toTop {
    position: absolute;
    bottom: unset;
    top: 2rem;
  }
  #toTop img {
    opacity: 1;
  }
}
#toTop:hover {
  cursor: pointer;
}
#toTop:hover img {
  opacity: 1;
  transform: scale(1.1);
}

/*# sourceMappingURL=main-style.css.map */
