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

body {
  font-family: "NotoSansHK", "Microsoft JhengHei";
}

html {
  font-family: "NotoSansHK", "Microsoft JhengHei";
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 21px;
  }
}
html *:hover {
  text-decoration: none;
}
html table {
  max-width: 100%;
}
html table td {
  padding: 5px;
}
html button:focus {
  outline: none;
}
html a-img {
  color: unset;
}
html a-img:hover, html a-img:focus-visible {
  color: unset;
}

body, .cke_editable {
  font-size: 16px;
}
@media (min-width: 768px) {
  body, .cke_editable {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  body, .cke_editable {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body, .cke_editable {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  body, .cke_editable {
    font-size: 21px;
  }
}

.breadcrumbs {
  font-size: 0.8rem;
}

.page-section-title {
  margin-top: 1rem;
  color: #4aa681;
  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 #4aa681 solid;
}

.page-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--theme-mint-green);
  bottom: -5px;
  right: -5px;
  transform: translateZ(-1px) rotate(2deg);
}

.page-section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--theme-dark-green);
  top: -5px;
  left: -5px;
  transform: translateZ(-1px) rotate(2deg);
}

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