@charset "UTF-8";
html {
  font-family: Arial, "Microsoft JhengHei", sans-serif;
}

body {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 1.125rem;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1448px;
  padding: 0 24px;
  margin: 0 auto;
}
.wrapper--lrg {
  max-width: 991px;
}
.wrapper--med {
  max-width: 768px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .wrapper {
    padding: 0 15px;
  }
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  color: #000;
  font: inherit;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}

input {
  font-size: inherit;
  border-radius: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
}
h1:where(:first-child),
h2:where(:first-child),
h3:where(:first-child),
h4:where(:first-child),
h5:where(:first-child),
h6:where(:first-child) {
  margin-top: 0;
}
h1:where(:last-child),
h2:where(:last-child),
h3:where(:last-child),
h4:where(:last-child),
h5:where(:last-child),
h6:where(:last-child) {
  margin-bottom: 0;
}

p {
  margin: 0 0 0.75em;
  line-height: 1.375;
}
p:where(:last-child) {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}
a:not([class]), a[class=break-all] {
  color: #006bd6;
}
a:hover {
  text-decoration: underline;
}

ul,
ol {
  margin: 12px 0;
}

ol {
  padding-left: 2em;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul > li {
  position: relative;
  padding-left: 1em;
}
ul > li:before {
  content: "";
  position: absolute;
  top: calc(0.75em - 3px);
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}

li {
  margin-bottom: 12px;
}
li:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
  /* border: 1px #ddd solid; */
  border-spacing: 0;
  border-collapse: collapse;
  margin: 24px 0;
  /* font-size: rem(16); */
  line-height: 1.375;
}
table:first-child {
  margin-top: 0;
}
table:last-child {
  margin-bottom: 0;
}
table.flats-table {
  text-align: center;
}
table.min-table {
  max-width: 700px;
}
:where(h1, h2, h3, h4) + table {
  margin-top: 0;
}
table.align-top th,
table.align-top td {
  vertical-align: top;
}
table caption {
  margin-bottom: 12px;
  text-align: left;
}
table th {
  padding: 12px;
  border: 1px #ddd solid;
  background-color: #e0f0ff;
}
table thead td,
table thead th {
  border-bottom: 0;
}
table td {
  border: 1px #ddd solid;
  padding: 12px;
  background-color: #fff;
}
table.court-status-table {
  border: 1px #ddd solid;
  margin: 24px 0;
  text-align: left;
}
table.court-status-table th {
  font-weight: normal;
  background-color: #fff;
}
table.court-status-table caption {
  font-weight: bold;
  text-align: left;
  font-size: 1rem;
  margin-bottom: 8px;
}

.scroll-table {
  overflow: auto;
  margin: 24px 0;
}
.scroll-table:first-child {
  margin-top: 0;
}
.scroll-table:last-child {
  margin-bottom: 0;
}
.scroll-table + .scroll-table {
  margin-top: 28px;
}
.scroll-table table {
  min-width: 767px;
}

.wrap-table {
  text-align: left;
}
.wrap-table sup {
  font-size: 0.75em;
}
.wrap-table__mb-title {
  font-size: 0.875rem;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .wrap-table__mb-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrap-table thead {
    display: none;
  }
}
.wrap-table tbody tr:nth-child(even) td {
  background-color: #f5faff;
}
@media screen and (max-width: 767px) {
  .wrap-table td {
    display: block;
    width: 100%;
    border: 0;
    font-size: 0.875rem;
  }
  .wrap-table td:first-child {
    padding-top: 24px;
  }
  .wrap-table td:last-child {
    padding-bottom: 24px;
  }
}

.a11y-hidden {
  position: absolute !important;
  left: -300000px !important;
  width: 1px !important;
  height: 1px !important;
  display: inline-block !important;
  color: #000 !important;
  background-color: #fff !important;
}

.a11y-header {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.a11y-header:focus-within {
  height: 38px;
}
.a11y-header__button {
  display: inline-block;
  padding: 9px;
  margin: 1px 0;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

.back-to-top {
  position: absolute;
  top: -25px;
  right: 40px;
  background-color: #fff;
  color: #222;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  .back-to-top {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .back-to-top {
    right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .back-to-top {
    right: 12px;
  }
}
.back-to-top.fixed {
  position: fixed;
  top: auto;
  bottom: 24px;
}
.back-to-top:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px #222 solid;
  border-right: 2px #222 solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: 2px;
}
.back-to-top:hover {
  opacity: 0.8;
}

.txt-grp {
  display: inline-block;
  vertical-align: middle;
}

.break-all {
  word-break: break-all;
}

/* Font Size START */
.fs-48 {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .fs-48 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-48 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .fs-48 {
    font-size: 1.75rem;
  }
}

.fs-36 {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .fs-36 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-36 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 479px) {
  .fs-36 {
    font-size: 1.5rem;
  }
}

.fs-28 {
  font-size: 1.75rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .fs-28 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-28 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .fs-28 {
    font-size: 1.125rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .fs-24 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-24 {
    font-size: 1.125rem;
  }
}

.fs-20 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .fs-20 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 1rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .fs-18 {
    font-size: 1rem;
  }
}

.fs-16 {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .fs-16 {
    font-size: 0.875rem;
  }
}

.fs-14 {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Font Size END */
.pdf-link {
  display: inline-block;
  color: #222;
}
.pdf-link__row {
  margin: 8px 0;
}
.pdf-link__row._more-margin {
  margin: 24px 0;
}
.pdf-link__row:first-child {
  margin-top: 0;
}
.pdf-link__row:last-child {
  margin-bottom: 0;
}
.pdf-link img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.pdf-link._spec {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdf-link._spec img {
  top: auto;
  width: 34px;
  height: auto;
  margin-right: 12px;
}
@media screen and (max-width: 479px) {
  .pdf-link._spec img {
    width: 24px;
  }
}

.img-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}
.img-popup__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-popup__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.img-popup__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.img-popup__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 101;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.img-popup__close-btn:before, .img-popup__close-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.img-popup__close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.img-popup__close-btn:hover {
  background-color: #000;
}

.skeleton {
  opacity: 0.7;
  -webkit-animation: skeleton-loading 1.5s linear infinite alternate;
          animation: skeleton-loading 1.5s linear infinite alternate;
}
.skeleton__txt {
  display: block;
  width: 100%;
  height: 1.375em;
  border-radius: 0.125rem;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #a3b8c2;
  }
  100% {
    background-color: #c6d0d4;
  }
}

@keyframes skeleton-loading {
  0% {
    background-color: #a3b8c2;
  }
  100% {
    background-color: #c6d0d4;
  }
}
.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.js-inview-item:not(.viewed) {
  opacity: 0;
  translate: 0 32px;
}

:root {
  --black: #0d262e;
  --white: white;
  --gradient1: #f0ffe0;
  --gradient4: #d1f3ff;
  --blue: #2a6f87;
  --turquoise: #02856b;
  --red: #bf4530;
  --green: #508020;
  --white50: #ffffff80;
  --table_grey: #ddd;
  --gradient3: #fff0ed;
  --gradient2: #d4faf2;
  --gradient4x: #d1f3ff00;
  --dark_brown: #3e290f;
  --white67: #ffffffab;
  --gradient1x: #f0ffe000;
  --gradient2x: #d4faf200;
  --gradient3x: #fff0ed00;
}

body {
  --main-color: var(--blue);
  --main-hover-bg: var(--gradient4);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient1)), to(var(--gradient4)));
  background-image: linear-gradient(270deg, var(--gradient1), var(--gradient4));
  color: var(--black);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.ko-wang {
  --main-color: var(--red);
  --main-hover-bg: var(--gradient3);
}
body.kam-pak {
  --main-color: var(--green);
  --main-hover-bg: var(--gradient1);
}
body.wang-chi {
  --main-color: var(--turquoise);
  --main-hover-bg: var(--gradient2);
}
body {
  /* .tps keeps the default blue --main-color, matching the home page TPS box */
}

.fc-blue {
  color: var(--blue);
}

.fc-red {
  color: var(--red);
}

.fc-green {
  color: var(--green);
}

.fc-turquoise {
  color: var(--turquoise);
}

.header {
  background-color: #fff;
}

.bg {
  --bg-color: #bdffc4;
  color: #3e290f;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(var(--bg-color))) center/cover no-repeat;
  background: linear-gradient(to bottom, #fff, var(--bg-color)) center/cover no-repeat;
  -webkit-box-shadow: 0 0 3px rgba(161, 229, 161, 0.33), 0 0 30px #fff inset;
          box-shadow: 0 0 3px rgba(161, 229, 161, 0.33), 0 0 30px #fff inset;
}
.bg._info {
  --bg-color: #cefcd3;
}
.bg._ko-wang {
  --bg-color: rgba(191, 69, 48, 0.2);
}
.bg._kam-pak {
  --bg-color: rgba(80, 128, 32, 0.2);
}
.bg._wang-chi {
  --bg-color: rgba(2, 133, 107, 0.2);
}
.bg._recovered {
  --bg-color: rgba(128, 85, 0, 0.2);
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header {
  position: relative;
  z-index: 20;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 21px 0;
}
@media screen and (max-width: 991px) {
  .header__container {
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .header__container {
    padding: 12px 0;
  }
}

.header-left {
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 375px) {
  .header-left {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.header-left__logo {
  display: block;
  line-height: 0;
}
.header-left__logo-img {
  width: auto;
  height: 39px;
}
@media screen and (max-width: 991px) {
  .header-left__logo-img {
    height: 34px;
  }
}
@media screen and (max-width: 479px) {
  .header-left__logo-img {
    height: 27px;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-right__btn {
  font-size: 0;
  padding: 1px 6px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header-right__btn {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-right__btn {
    margin-left: 18px;
  }
}
@media screen and (max-width: 479px) {
  .header-right__btn {
    margin-left: 3px;
  }
}
@media screen and (max-width: 991px) {
  .header-right__btn--print {
    display: none;
  }
}
.header-right__btn--search {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-right__btn--search {
    margin-left: 0;
  }
}
.header-right__btn--lang {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-right__btn--lang {
    display: block;
  }
}
.header-right__btn--menu img:nth-child(2) {
  position: relative;
  top: 1px;
  left: 6px;
  display: none;
}
.header-right__btn--menu.active img:nth-child(1) {
  display: none;
}
.header-right__btn--menu.active img:nth-child(2) {
  display: block;
}
.header-right__btn img {
  width: 30px;
}
@media screen and (max-width: 479px) {
  .header-right__btn img {
    width: 27px;
  }
}
.header-right__text-btn {
  font-size: 1.0625rem;
  margin-left: 36px;
  color: #3e290f;
  text-decoration: none;
}
.header-right__text-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .header-right__text-btn {
    display: none;
  }
}

.header-search {
  display: none;
  position: absolute;
  left: auto;
  top: 100%;
  right: -24px;
  bottom: auto;
  width: 750px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 1450px) {
  .header-search {
    border-right: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .header-search {
    width: 600px;
    padding: 18px;
    border-bottom-left-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header-search {
    left: 10px;
    right: -20px;
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .header-search {
    left: 5px;
    right: -15px;
    padding: 15px;
    border-bottom-left-radius: 9px;
  }
}
.header-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}
.header-search__input {
  height: 44px;
  margin: 0;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #057a34 rgba(255, 255, 255, 0) #057a34 #057a34;
  border-radius: 6px 0 0 6px;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.43;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .header-search__input {
    height: 39px;
    padding: 10px 11px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 1rem;
    line-height: 1.19;
  }
}
@media screen and (max-width: 479px) {
  .header-search__input {
    height: 34px;
    padding: 8px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.29;
  }
}
.header-search__submit {
  position: relative;
  margin-left: -1px;
  padding: 12px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0 6px 6px 0;
  color: #fff;
  background-color: #057a34;
  font-size: 1rem;
  line-height: 1.25;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header-search__submit {
    padding: 10px 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media screen and (max-width: 479px) {
  .header-search__submit {
    padding: 8px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.29;
  }
}
.header-search__submit:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 3px;
}

.header-lang {
  display: none;
  position: absolute;
  top: 100%;
  left: -24px;
  right: -24px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .header-lang {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header-lang {
    left: -20px;
    right: -20px;
  }
}
@media screen and (max-width: 479px) {
  .header-lang {
    left: -15px;
    right: -15px;
  }
}
.header-lang__container {
  padding: 24px;
}
.header-lang__title {
  margin: 0 0 14px;
}
@media screen and (max-width: 479px) {
  .header-lang__title {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
}
.header-lang__item-btn {
  display: inline-block;
  font-size: 1rem;
  padding: 6px 0;
}
@media screen and (max-width: 479px) {
  .header-lang__item-btn {
    font-size: 0.875rem;
  }
}

.header-menu {
  display: none;
  position: absolute;
  left: auto;
  top: 100%;
  right: -24px;
  bottom: auto;
  width: 420px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 1450px) {
  .header-menu {
    border-right: 0;
    border-bottom-right-radius: 0;
    width: 360px;
    padding: 18px;
    border-bottom-left-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu {
    right: -20px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu {
    right: -15px;
    width: 300px;
    padding: 15px;
    border-bottom-left-radius: 9px;
  }
}
.header-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu__item-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 9px;
}
@media screen and (max-width: 991px) {
  .header-menu__item-container {
    gap: 7.5px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__item-container {
    gap: 6px;
  }
}
.header-menu__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 50px 18px 24px;
  border-left: 6px solid var(--blue);
  background-color: var(--white);
  background-image: none;
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  -webkit-box-shadow: 0 0 9px rgba(13, 38, 46, 0.1803921569);
          box-shadow: 0 0 9px rgba(13, 38, 46, 0.1803921569);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .header-menu__item {
    padding: 15px 44px 15px 20px;
    border-left-width: 5px;
    font-size: 1.125rem;
    line-height: 1.23;
    -webkit-box-shadow: 0 0 7.5px rgba(13, 38, 46, 0.1803921569);
            box-shadow: 0 0 7.5px rgba(13, 38, 46, 0.1803921569);
  }
}
@media screen and (max-width: 479px) {
  .header-menu__item {
    padding: 12px 38px 12px 18px;
    border-left-width: 4px;
    font-size: 1rem;
    line-height: 1.2;
    -webkit-box-shadow: 0 0 6px rgba(13, 38, 46, 0.1803921569);
            box-shadow: 0 0 6px rgba(13, 38, 46, 0.1803921569);
  }
}
.header-menu__item:hover {
  z-index: 2;
  text-decoration: none;
  background-color: var(--gradient4);
}
.header-menu__item.bg {
  background-image: none;
  -webkit-box-shadow: 0 0 9px rgba(13, 38, 46, 0.1803921569);
          box-shadow: 0 0 9px rgba(13, 38, 46, 0.1803921569);
}
@media screen and (max-width: 991px) {
  .header-menu__item.bg {
    -webkit-box-shadow: 0 0 7.5px rgba(13, 38, 46, 0.1803921569);
            box-shadow: 0 0 7.5px rgba(13, 38, 46, 0.1803921569);
  }
}
@media screen and (max-width: 479px) {
  .header-menu__item.bg {
    -webkit-box-shadow: 0 0 6px rgba(13, 38, 46, 0.1803921569);
            box-shadow: 0 0 6px rgba(13, 38, 46, 0.1803921569);
  }
}
.header-menu__item.bg._info {
  border-left-color: var(--blue);
  color: var(--blue);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient4)), to(var(--gradient4x)));
  background-image: linear-gradient(180deg, var(--gradient4), var(--gradient4x));
}
.header-menu__item.bg._info:hover {
  background-color: var(--gradient4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient4)), to(var(--gradient4x)));
  background-image: linear-gradient(180deg, var(--gradient4), var(--gradient4x));
}
.header-menu__item.bg._ko-wang {
  border-left-color: var(--red);
  color: var(--black);
}
.header-menu__item.bg._ko-wang:hover {
  background-color: var(--gradient3);
  color: var(--red);
}
.header-menu__item.bg._kam-pak {
  border-left-color: var(--green);
  color: var(--black);
}
.header-menu__item.bg._kam-pak:hover {
  background-color: var(--gradient1);
  color: var(--green);
}
.header-menu__item.bg._wang-chi {
  border-left-color: var(--turquoise);
  color: var(--black);
}
.header-menu__item.bg._wang-chi:hover {
  background-color: var(--gradient2);
  color: var(--turquoise);
}
.header-menu__item.bg._recovered {
  border-left-color: var(--blue);
  color: var(--blue);
}
.header-menu__item.bg._recovered:hover {
  background-color: var(--gradient4);
}
.header-menu__item span {
  position: relative;
  z-index: 2;
}
.header-menu__item-arrow {
  position: absolute !important;
  top: 50%;
  right: 18px;
  display: block;
  width: 26px;
  height: 11.7624px;
  background-image: url(../images/arrow-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .header-menu__item-arrow {
    width: 24px;
    height: 10.8576px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__item-arrow {
    width: 22px;
    height: 9.9528px;
  }
}
a:hover .header-menu__item-arrow {
  -webkit-transform: translate(6px, -50%);
      -ms-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}
.header-menu__bottom {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-menu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 18px;
  }
}
@media screen and (max-width: 991px) and (max-width: 479px) {
  .header-menu__bottom {
    margin-top: 12px;
  }
}
.header-menu__bottom .header-right__btn {
  margin: 4px 8px;
}
@media screen and (max-width: 479px) {
  .header-menu__bottom .header-right__btn {
    margin: 4px 2px;
  }
}
.header-menu__bottom .header-right__text-btn {
  display: inline-block;
  margin: 4px 8px;
}
@media screen and (max-width: 767px) {
  .header-menu__bottom .header-right__text-btn {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__bottom .header-right__text-btn {
    margin: 4px 2px;
  }
}

.footer {
  position: relative;
  background-color: #fff;
  font-size: 0.875rem;
  color: #3e290f;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 38px 0 80px;
}
@media screen and (max-width: 991px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 0 70px;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer__link {
  padding: 0 12px;
  margin: 4px 0;
  color: #3e290f;
  border-right: 1px solid #868686;
  text-decoration: none;
  line-height: 1.25;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__link--last {
  border-right: 0;
}
.footer__published-by {
  width: 100%;
  margin: 4px 0 0;
}
.footer__copyright {
  margin: 0;
}
.footer__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__right {
    margin: 20px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .footer__last-update {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    margin: 16px 0 0;
  }
}
.footer__img-link {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .footer__img-link {
    margin: 0 15px;
  }
}
.footer__img-w3c {
  width: 88px;
}
.footer__img-brand-hk {
  width: 108px;
}

/* Home page banner */
.banner {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .banner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 479px) {
  .banner {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.banner__container {
  z-index: 1;
  grid-row-gap: 9px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .banner__container {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }
}
@media screen and (min-width: 992px) {
  .disclaimer .banner__container {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }
}
@media screen and (max-width: 991px) {
  .banner__container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.banner__bg {
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient1)), to(var(--gradient4)));
  background-image: linear-gradient(90deg, var(--gradient1), var(--gradient4));
  width: 100%;
  position: absolute;
  inset: 0% auto 48px 0%;
}
@media screen and (max-width: 991px) {
  .banner__bg {
    bottom: 36px;
  }
}
@media screen and (max-width: 479px) {
  .banner__bg {
    bottom: 24px;
  }
}
.banner__left {
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 72%;
  min-height: 270px;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .banner__left {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .disclaimer .banner__left {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .banner__left {
    width: 100%;
    min-height: auto;
    padding-top: 36px;
    padding-bottom: 25.5px;
  }
}
@media screen and (max-width: 479px) {
  .banner__left {
    padding-top: 24px;
    padding-bottom: 21px;
  }
}
.banner__right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 33.33%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  grid-area: span 2/span 1/span 2/span 1;
}
@media screen and (min-width: 1440px) {
  .banner__right {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .disclaimer .banner__right {
    position: relative;
    width: 100%;
    height: auto;
    grid-area: auto;
  }
}
@media screen and (max-width: 991px) {
  .banner__right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .banner__right {
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .banner__right {
    padding-bottom: 12px;
  }
}
.banner__graphic {
  width: 100%;
  max-width: 480px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 1440px) {
  .banner__graphic {
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .disclaimer .banner__graphic {
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .banner__graphic {
    max-width: 270px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner__graphic {
    max-width: 390px;
    position: relative;
  }
}
@media screen and (max-width: 479px) {
  .banner__graphic {
    max-width: 300px;
  }
}
.banner__title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 750px;
  margin: 0;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.25;
}
.banner__title:lang(en) {
  font-size: 2rem;
}
@media screen and (min-width: 1440px) {
  .banner__title {
    width: 133.33%;
  }
}
@media screen and (max-width: 991px) {
  .banner__title {
    max-width: none;
    font-size: 2rem;
    line-height: 1.25;
  }
  .banner__title:lang(en) {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 1.875rem;
    line-height: 1.28;
  }
  .banner__title:lang(en) {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 479px) {
  .banner__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .banner__title:lang(en) {
    font-size: 1.5rem;
  }
  .banner__title br {
    display: none;
  }
}

.index-grid {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 30px 72px;
  display: grid;
}
@media screen and (max-width: 991px) {
  .index-grid {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 7.5px 24px 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  .index-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 6px 18px 48px;
  }
}

/* Big link cards on the home page (court cards, general info, TPS) */
.home-btn {
  border-left: 6px solid var(--blue);
  background-color: var(--white);
  width: 100%;
  color: var(--blue);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 9px rgba(13, 38, 46, 0.1803921569);
          box-shadow: 0 0 9px rgba(13, 38, 46, 0.1803921569);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 991px) {
  .home-btn {
    border-left-width: 5px;
    font-size: 1.375rem;
    line-height: 1.23;
    -webkit-box-shadow: 0 0 7.5px rgba(13, 38, 46, 0.1803921569);
            box-shadow: 0 0 7.5px rgba(13, 38, 46, 0.1803921569);
  }
}
@media screen and (max-width: 767px) {
  .home-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media screen and (max-width: 479px) {
  .home-btn {
    border-left-width: 4px;
    font-size: 1.25rem;
    line-height: 1.2;
    -webkit-box-shadow: 0 0 6px rgba(13, 38, 46, 0.1803921569);
            box-shadow: 0 0 6px rgba(13, 38, 46, 0.1803921569);
  }
}
.home-btn:hover {
  background-color: var(--gradient4);
  text-decoration: none;
}
.home-btn--kowang {
  border-left-color: var(--red);
  color: var(--black);
}
.home-btn--kowang:hover {
  background-color: var(--gradient3);
  color: var(--red);
}
.home-btn--kampak {
  border-left-color: var(--green);
  color: var(--black);
}
.home-btn--kampak:hover {
  background-color: var(--gradient1);
  color: var(--green);
}
.home-btn--wangchi {
  border-left-color: var(--turquoise);
  color: var(--black);
}
.home-btn--wangchi:hover {
  background-color: var(--gradient2);
  color: var(--turquoise);
}
@media screen and (max-width: 767px) {
  .home-btn--kowang, .home-btn--kampak, .home-btn--wangchi {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.home-btn--info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient4)), to(var(--gradient4x)));
  background-image: linear-gradient(180deg, var(--gradient4), var(--gradient4x));
  width: calc(50% - 4.5px);
}
@media screen and (min-width: 1440px) {
  .home-btn--info {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .home-btn--info {
    width: 100%;
    grid-area: span 1/span 2/span 1/span 2;
  }
}
.home-btn--tps {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1440px) {
  .home-btn--tps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-right: 0;
    grid-column: span 1/span 1;
  }
}
@media screen and (max-width: 991px) {
  .home-btn--tps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-right: 0;
    grid-area: span 1/span 3/span 1/span 3;
  }
}
@media screen and (max-width: 479px) {
  .home-btn--tps {
    padding-right: 21px;
  }
}
.home-btn__body {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 24px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .home-btn__body {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 19px 24px 24px;
  }
}
@media screen and (max-width: 479px) {
  .home-btn__body {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 14px 18px 18px;
  }
}
.home-btn__body--tps {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
@media screen and (min-width: 1440px) {
  .home-btn__body--tps {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 991px) {
  .home-btn__body--tps {
    max-width: 360px;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  .home-btn__body--tps {
    max-width: 300px;
  }
}
.home-btn__location {
  font-size: 0.875rem;
  line-height: 1.43;
}
@media screen and (max-width: 991px) {
  .home-btn__location {
    font-size: 0.8125rem;
    line-height: 1.38;
  }
}
@media screen and (max-width: 479px) {
  .home-btn__location {
    font-size: 0.75rem;
    line-height: 1.33;
  }
}
.home-btn__img {
  width: 100%;
  margin-top: auto;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .home-btn__img {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .home-btn__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 144px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .home-btn__img {
    max-width: 126px;
  }
}
@media screen and (max-width: 991px) {
  .home-btn__img--tps {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 216px;
    max-height: 108px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-btn__img--tps {
    max-width: 144px;
    max-height: none;
  }
}
@media screen and (max-width: 479px) {
  .home-btn__img--tps {
    max-width: 126px;
  }
}
.home-btn__img-in {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.home-btn__info-body {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 90px;
  margin-bottom: auto;
  padding: 24px 18px 30px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .home-btn__info-body {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    min-height: 81px;
    padding: 20px 15px 24px 10px;
  }
}
@media screen and (max-width: 479px) {
  .home-btn__info-body {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    min-height: 72px;
    padding: 16px 12px 18px 8px;
  }
}
.home-btn__info-icon {
  margin-top: -48px;
  margin-bottom: -48px;
  padding-top: 3px;
  position: relative;
}
.home-btn__info-icon-img {
  height: 60px;
  display: block;
}
@media screen and (max-width: 991px) {
  .home-btn__info-icon-img {
    height: 51px;
  }
}
@media screen and (max-width: 479px) {
  .home-btn__info-icon-img {
    height: 42px;
  }
}
.home-btn__tps-icon {
  opacity: 1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}
@media screen and (max-width: 991px) {
  .home-btn__tps-icon {
    width: auto;
    margin-bottom: -72px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 50%;
  }
}
@media screen and (max-width: 479px) {
  .home-btn__tps-icon {
    margin-bottom: -60px;
    margin-right: 12px;
  }
}
.home-btn__tps-icon-in {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .home-btn__tps-icon-in {
    width: auto;
    max-width: none;
    height: 144px;
  }
}
@media screen and (max-width: 479px) {
  .home-btn__tps-icon-in {
    height: 120px;
  }
}

/* Inner page hero (breadcrumb + title) */
.inner-head {
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .inner-head {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 479px) {
  .inner-head {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.inner-head__container {
  z-index: 1;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .inner-head__container {
    padding-top: 48px;
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 479px) {
  .inner-head__container {
    padding-top: 36px;
    padding-bottom: 24px;
  }
}
.inner-head__breadcrumb {
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.inner-head__breadcrumb:hover {
  color: var(--blue);
  text-decoration: none;
}
.inner-head__title {
  margin-top: 0;
  font-size: 3.375rem;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .inner-head__title {
    font-size: 3.125rem;
    line-height: 1.1;
  }
  :lang(en) .inner-head__title {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .inner-head__title {
    font-size: 2.625rem;
    line-height: 1.1;
  }
  :lang(en) .inner-head__title {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 479px) {
  .inner-head__title {
    font-size: 2.375rem;
    line-height: 1.1;
  }
  :lang(en) .inner-head__title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 375px) {
  .inner-head__title {
    font-size: 2.125rem;
  }
}

/* Inner page content shell */
.inner-body {
  z-index: 1;
  width: 100%;
  position: relative;
}

.inner-content {
  width: 100%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 72px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .inner-content {
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 479px) {
  .inner-content {
    padding-bottom: 48px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.inner-content__in {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .inner-content__in {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
  }
}
@media screen and (max-width: 479px) {
  .inner-content__in {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
}

/* General information accordion — structure synced to gsh2025 (blue theme) */
.collapse {
  --padding-x: 24px;
  --btn-width: 20px;
  --btn-color: var(--blue);
  --title-color: var(--black);
}
@media screen and (max-width: 767px) {
  .collapse {
    --padding-x: 20px;
  }
}
@media screen and (max-width: 479px) {
  .collapse {
    --padding-x: 15px;
  }
}
.collapse__btn-all {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  color: var(--white);
  font-size: 1rem;
  background-color: var(--blue);
}
.collapse__btn-all span {
  position: relative;
}
.collapse__item {
  width: 100%;
  position: relative;
  background-color: var(--white50);
  -webkit-box-shadow: inset 0 0 30px #fff;
          box-shadow: inset 0 0 30px #fff;
}
.collapse__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.6));
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.collapse__item:has(.collapse__btn._active):before {
  opacity: 1;
}
.collapse__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 var(--padding-x);
  text-align: left;
}
.collapse__btn:before, .collapse__btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: var(--padding-x);
  display: block;
  width: var(--btn-width);
  height: 2px;
  background-color: var(--btn-color);
}
.collapse__btn:after {
  rotate: 90deg;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.collapse__btn._active:after {
  scale: 0;
}
.collapse__btn--always:after {
  display: none;
}
.collapse__item-title {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 16px 0;
  padding-right: calc(var(--padding-x) + var(--btn-width));
  margin: 0;
  color: var(--title-color);
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .collapse__item-title {
    font-size: 1.125rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.collapse__content {
  position: relative;
  display: none;
  padding: 0 var(--padding-x) 24px;
}
.collapse__content--always {
  display: block !important;
}
.collapse__content p:first-child {
  margin-top: 0;
}
.collapse__content p:last-child {
  margin-bottom: 0;
}

/* Court page content block; theme colour comes from --main-color set on body */
.court {
  border-top-style: solid;
  border-top-width: 9px;
  border-top-color: var(--main-color, var(--turquoise));
  background-color: var(--white50);
  padding: 14px 30px 30px;
  -webkit-box-shadow: inset 0 0 30px #fff;
          box-shadow: inset 0 0 30px #fff;
}
@media screen and (max-width: 991px) {
  .court {
    border-top-width: 7.5px;
    padding: 11.5px 25.5px 25.5px;
  }
}
@media screen and (max-width: 479px) {
  .court {
    border-top-width: 6px;
    padding: 9px 21px 21px;
  }
}

.file-grid {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .file-grid {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    padding-top: 14px;
    padding-bottom: 11.5px;
  }
}
@media screen and (max-width: 479px) {
  .file-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 12px;
    padding-bottom: 9px;
  }
}
.file-grid__item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 3px solid transparent;
  border-left-color: var(--main-color, var(--turquoise));
  background-color: var(--white);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(33.33% - 6px);
  padding: 12px 18px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 991px) {
  .file-grid__item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: calc(50% - 3.75px);
    padding: 10.5px 15px 12.9px;
  }
}
@media screen and (max-width: 479px) {
  .file-grid__item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    padding: 9px 12px 10.8px;
  }
}
.file-grid__item:hover {
  color: var(--main-color, var(--turquoise));
  border-color: var(--main-color, var(--turquoise));
}
.file-grid__item--rtps {
  background-image: url(../images/tps_icon.png);
  background-size: auto 140%;
  background-position: 80% center;
  background-repeat: no-repeat;
}
.file-grid__item-left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40px;
}
@media screen and (max-width: 991px) {
  .file-grid__item-left {
    width: 35px;
  }
}
@media screen and (max-width: 479px) {
  .file-grid__item-left {
    width: 30px;
  }
}
.file-grid__item-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.court-table {
  border-top: 1px solid var(--table_grey);
  border-left: 1px solid var(--table_grey);
  background-color: var(--white);
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .court-table {
    margin-top: 14px;
  }
}
@media screen and (max-width: 479px) {
  .court-table {
    margin-top: 12px;
  }
}
.court-table__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.court-table__cell {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-right: 1px solid var(--table_grey);
  border-bottom: 1px solid var(--table_grey);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 9px 18px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .court-table__cell {
    grid-column-gap: 7.5px;
    grid-row-gap: 7.5px;
    padding: 7.5px 15px 9.9px;
  }
}
@media screen and (max-width: 479px) {
  .court-table__cell {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 6px 12px 7.8px;
  }
}
.court-table__cell--number {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 120px;
}
@media screen and (max-width: 991px) {
  .court-table__cell--number {
    width: 99px;
  }
}
@media screen and (max-width: 479px) {
  .court-table__cell--number {
    width: 78px;
  }
}
.court-table__pdf-icon {
  height: 16px;
  margin-top: 4.5px;
  display: block;
}
@media screen and (max-width: 991px) {
  .court-table__pdf-icon {
    height: 14px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 479px) {
  .court-table__pdf-icon {
    height: 12px;
    margin-top: 3.5px;
  }
}
.court-table__link:hover {
  color: var(--main-color, var(--turquoise));
}

.img-100 {
  width: 100%;
  display: block;
}

.notice__main:before, .notice__main:after {
  content: "";
  display: table;
  clear: both;
}
.notice .wrapper {
  max-width: 1540px;
}
.notice__container {
  padding: 34px 38px 58px;
  margin: 88px 0;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .notice__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.disclaimer .notice__container {
  margin-top: 0;
}
.notice__head {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.notice__footer {
  padding-top: 28px;
}
.notice__notes-title {
  font-size: 1rem;
}
.notice__highlight {
  padding: 24px;
  margin: 24px 0;
  background-color: #e0fcff;
}
.notice__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notice__enter-btn {
  display: inline-block;
  min-width: 160px;
  max-width: 100%;
  padding: 12px 24px;
  margin: 24px auto;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
}
.notice__enter-btn:after {
  content: "";
  position: relative;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  margin-left: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s left ease;
  transition: 0.3s left ease;
}
.notice__enter-btn:hover {
  text-decoration: none;
}
.notice__enter-btn:hover:after {
  left: 4px;
}

.notice-court {
  --main-color: #508020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 38px;
  margin-right: -38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.notice-court.ko-wang {
  --main-color: #bf4530;
}
.notice-court.kam-pak {
  --main-color: #508020;
}
.notice-court.wang-chi {
  --main-color: #02856b;
}
@media screen and (max-width: 767px) {
  .notice-court {
    padding: 28px 0;
    margin-right: 0;
  }
}
.notice-court__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: -2px;
  font-size: 2.125rem;
}
@media screen and (max-width: 1279px) {
  .notice-court__name {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .notice-court__name {
    font-size: 1.75rem;
  }
}
.notice-court__name span {
  display: inline-block;
  padding-top: 4px;
  border-top: 3px solid var(--main-color);
}

.notice-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* width: calc(100% / 3); */
  width: 30%;
  padding-right: 18px;
  margin-bottom: 24px;
  font-size: 1rem;
}
@media screen and (min-width: 1480px) {
  .notice-point:nth-of-type(3n) {
    width: 40%;
  }
}
@media screen and (max-width: 1479px) {
  .notice-point {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .notice-point {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .notice-point {
    width: 100%;
    padding-right: 0;
  }
}
.notice-point._full {
  width: 100%;
  padding-right: 0;
}
.notice-point:last-child {
  margin-bottom: 0;
}
.notice-point img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: 3em;
  margin-right: 12px;
}
.notice-point__textarea._y-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.notice-point__title {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}
.notice-point {
  /* &__desc {
      margin-top: 4px;
  } */
}/*# sourceMappingURL=style.css.map */