:root {
  --font-family: 'Montserrat', 'Noto Sans TC', sans-serif, 'Microsoft JhengHei',
    'Microsoft Yahei', 'Hiragino Sans GB';
  --font-color-default: #132573;
  --font-color-secondary: #3e81ff;
  --base-font-size: 16px; /* Default font size */
  --small-font-multiplier: 0.9; /* 80% of base */
  --medium-font-multiplier: 1; /* 100% of base */
  --large-font-multiplier: 1.2; /* 120% of base */
}

@media (min-width: 1680px) {
  :root {
    --base-font-size: 18px;
  }
}
@media (max-width: 767px) {
  :root {
    --base-font-size: 1rem;
  }
}

body.font-small {
  font-size: calc(var(--base-font-size) * var(--small-font-multiplier));
}

body.font-medium {
  font-size: calc(var(--base-font-size) * var(--medium-font-multiplier));
}

body.font-large {
  font-size: calc(var(--base-font-size) * var(--large-font-multiplier));
}

/* -------------------------------------------------- Gerenal Classes -------------------------------------------------- */
.reverse_captcha,
.rc {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin-left: -99999px;
}

/**2025-04-01**/
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------------- Template Styles -------------------------------------------------- */
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.page-copy .sectionBlockLayout { display: none !important; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: '';
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* fix for IE */
object {
  width: 100%;
}

.hl {
  color: var(--font-color-secondary);
}

@media (max-width: 1219px) {
  .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

.color-blue-l {
  color: var(--font-color-secondary);
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

.sub-header {
  font-size: 1.5em;
}

.icon {
  display: inline-block;
  margin-right: 3px;
}

.menu {
  background: white;
  width: 100%;
  padding: 0 3rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 989px) and (max-width: 1280px) {
  .menu {
    padding: 0 15px;
  }
}
.menu .logo-wrapper {
  max-width: 220px;
}
.menu .dropdown-toggle:after {
  display: none;
}
.menu .dropdown-menu {
  border: none;
  min-width: 100%;
  border-radius: 0;
  background: var(--font-color-secondary);
  padding: 0;
}
.menu .dropdown-menu li {
  border-bottom: 1px solid white;
  font-size: 0.9em;
}
.menu .dropdown-menu li:last-child {
  border: none;
}
.menu .dropdown-menu li .dropdown-item {
  font-size: 1.2em;
  padding: 10px 20px;
}
.menu .dropdown-menu li .dropdown-item:hover {
  background: var(--font-color-default);
}
.menu .dropdown-menu a {
  color: white;
}
.menu .nav-item {
  position: relative;
  padding: 25px 0;
}
.menu .nav-item:after {
  content: '';
  position: absolute;
  top: 0;
  background: transparent;
  width: 100%;
  height: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu .nav-item.active a,
.menu .nav-item:hover a {
  color: var(--font-color-secondary);
}
.menu .nav-item.active .dropdown-item,
.menu .nav-item:hover .dropdown-item {
  color: white;
}
.menu .nav-item.active:after,
.menu .nav-item:hover:after {
  background: var(--font-color-secondary);
  opacity: 1;
}
@media (min-width: 989px) and (max-width: 989px) {
  .menu .logo-wrapper {
    padding: 0px 18px;
    width: 55%;
  }
  .menu .navbar-toggler {
    width: 45%;
  }
}
@media (max-width: 1219px) {
  .menu {
    padding: 0 0px;
  }
  .menu #navbarSupportedContent {
    background: var(--font-color-secondary);
  }
  .menu .navbar-toggler {
    text-align: right;
    padding: 0px 15px 0;
    display: flex;
    justify-content: end;
    margin: 0px;
  }
  .menu .logo-wrapper {
    padding: 15px 0px 15px 15px;
    max-width: 220px;
  }
  .menu .nav-item {
    padding: 0 0px;
    margin: 20px 0;
  }
  .menu .nav-item a {
    padding: 5px 0px;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    margin-left: 0px;
  }
  .menu .nav-item a:before {
    content: '';
    height: 32px;
    display: inline-block;
    margin-right: 8px;
    width: 4px;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .menu .nav-item.active a,
  .menu .nav-item:hover a {
    color: white;
  }
  .menu .nav-item.active a:before,
  .menu .nav-item:hover a:before {
    background: #fecf13;
  }
}

a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  text-decoration: none;
}
a:hover {
  color: var(--font-color-secondary);
}
a.nav-link {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--font-color-default);
}
@media (max-width: 767px) {
  a.nav-link {
    color: white;
  }
}

.headline {
  background: #fecf13;
  color: var(--font-color-default);
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.35rem;
}

.btt {
  background: var(--font-color-secondary);
  width: 100px;
  height: 100px;
  justify-content: center;
  /*position: fixed;bottom:80px; right:20px;*/
  position: fixed;
  top: 82vh;
  right: 30px;
  color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 1000;
  transform: translateZ(0);
  /* Fix for mobile rendering */
}
.btt:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .btt {
    width: 80px;
    height: 80px;
    position: fixed;
    font-size: 11px;
    bottom: 70px;
    right: 20px;
  }
}

.innerPage .btt {
  position: fixed;
}

footer {
  font-family: 'Noto Sans TC', sans-serif;
  color: #00226d;
  font-size: 0.8em;
  font-weight: 600;
  position: relative;
}
[lang='zh-HK'] footer {
  font-size: 1em;
}
footer ul {
  margin-bottom: 3px;
}
footer ul li {
  margin-right: 20px;
}
footer .jc-logo {
  max-width: 400px;
}
footer a {
  color: black;
}
footer .footer-pattern {
  background: #00226d url('/footer_pattern.svg') left top no-repeat;
  background-size: contain;
  height: 100px;
  position: relative;
  z-index: 1;
}
footer .co-op a {
  display: inline-block;
  padding: 0 20px;
}
footer .co-op a:first-child {
  margin-left: 0;
}
footer .co-logo {
  padding: 0 20px;
}
footer .co-logo:first-child {
  padding-left: 0;
}
footer .copyright {
  color: #000;
  margin-top: 80px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  footer .jc-logo {
    max-width: 300px;
  }
  footer .co-logo {
    align-items: center;
    padding: 0 8px;
    display: flex;
  }
  footer .btt {
    display: none;
  }
  footer .mp {
    margin: 0px 5px;
  }
  footer .mp.theme2 {
    margin: 0 5px;
  }
  footer .mp.theme2 .logo {
    width: 50%;
    display: inline-block;
  }
  footer .mp.theme2 a {
    margin: 0;
    display: flex;
    align-items: center;
    height: 100px;
  }
  footer .mp .logo-set1 {
    padding: 10px 0;
  }
  footer .copyright {
    padding: 10px 0 60px;
    font-size: 9px;
    text-align: center;
  }
  footer ul {
    justify-content: center;
  }
  footer ul li {
    margin-right: 0px;
    padding: 0 5px;
    line-height: 1;
    border-right: 1px solid black;
  }
  footer ul li:last-child {
    border: none;
  }
}

@media (max-width: 767px) {
  .logo-img1 .img-fluid,
  .logo-img2 .img-fluid {
    width: 100%;
  }

  #navbarSupportedContent {
    background: var(--font-color-secondary);
  }
}
.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.page-loaded .fade-in,
.page-loaded.fade-in {
  opacity: 1;
}

.isSafari.isTouch [data-animate-in],
.isSafari.isTouch [data-animate-in='up'] {
  opacity: 1;
  transition: none;
  transform: none;
}

@media (max-width: 767px) {
  .logo {
    max-width: 70%;
    width: 70%;
  }
}

.slider {
  position: relative;
  background: #00226d url('/home_bg.jpg') left top no-repeat;
  background-size: contain;
}
.slider .slogan {
  position: absolute;
  left: 10%;
  top: 15%;
  z-index: 3;
}
.slider .slogan h1 {
  font-size: 3em;
  color: white;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}
.slider .slogan h2 {
  font-size: 2.2em;
  line-height: 1.4;
  color: white;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}
.slider.theme2 .slogan {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.slider.theme2 .slogan h1 {
  text-shadow: none;
}
.slider .carousel-item {
  padding-left: 20%;
  text-align: right;
  position: relative;
}
.slider .carousel-item img {
  max-height: 85vh;
}
@media (max-width: 989px) {
  .slider {
    background: #00226d;
  }
  .slider .slogan {
    top: 30%;
    left: 5vw;
    width: 70%;
  }
  .slider .slogan h1 {
    font-size: 2em;
  }
  .slider .slogan h2 {
    font-size: 1em;
  }
}

.info-panel .item {
  padding: 20px 0;
  text-align: center;
  padding: 30px 20px;
}
.info-panel .item img {
  max-width: 120px;
}
.info-panel .item .ccContent {
  font-weight: 600;
  width: 100%;
  font-size: 1.5em;
  color: #00226d;
  margin-top: 15px;
}
.info-panel .item .item-icon {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .info-panel .item {
    display: flex;
    border-bottom: 1px solid #9a9999;
  }
  .info-panel .item img {
    max-width: 100%;
  }
  .info-panel .item .item-icon {
    width: 20%;
    min-height: inherit;
  }
  .info-panel .item .ccContent {
    width: 80%;
    font-size: 1em;
    text-align: left;
    line-height: 1.5;
    padding-left: 15px;
  }
  .info-panel .item.last {
    border: none;
  }
  .info-panel .item h2 {
    line-height: 0;
  }
  .info-panel .item h2 .icon {
    top: -40px;
  }
}

h2 {
  color: #00226d;
  display: inline-block;
  margin: 0 auto;
  font-size: 2.2em;
  line-height: 0.5;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.25em;
  }
}
h2 .icon {
  top: -20px;
  position: relative;
}
h2.theme2 {
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  h2.theme2 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  h2.theme2 {
    font-size: 2.5em;
  }
}

@media (max-width: 767px) {
  .logo-topic {
    max-width: 90px;
  }
}

.widget-counter {
  font-weight: 700;
  color: black;
}
.widget-counter .num {
  font-size: 5em;
  line-height: 1;
  color: #00226d;
}
@media (max-width: 767px) {
  .widget-counter .num {
    font-size: 2.5em;
  }
  .widget-counter .grid {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .widget-counter .num {
    font-size: 2.3em;
  }
}

.lang-switcher .btn-lang {
  color: #00226d;
  font-size: 0.9em;
  padding: 2px 5px;
  text-decoration: none;
  background: transparent;
  border-radius: 5px;
}
.lang-switcher .btn-lang.active,
.lang-switcher .btn-lang.active:hover {
  display: inline-block;
  background: #00226d;
  color: white;
}
@media (max-width: 767px) {
  .lang-switcher .btn-lang {
    font-size: 1.3em;
  }
}

.section-two-grid {
  color: #00226d;
  font-weight: 600;
  font-size: 1.2em;
}
.section-two-grid .grid {
  padding: 5em;
}
.section-two-grid .lhs {
  background: #fecf13 url('/bg_pattern2.svg') bottom right no-repeat;
}
.section-two-grid .rhs {
  background: #00226d url('/bg_pattern1.svg') top right no-repeat;
  color: white;
}
@media (max-width: 767px) {
  .section-two-grid .grid {
    padding: 40px 50px;
    line-height: 1.4;
    font-size: 1em;
  }
  .section-two-grid .lhs {
    background: #fecf13 url('/bg_pattern2_m.svg') bottom right no-repeat;
  }
  .section-two-grid .rhs {
    background: #00226d url('/bg_pattern1_m.svg') 10px 0 no-repeat;
  }
}

@media (max-width: 767px) {
  .footer-logo {
    display: flex;
    margin-top: 20px;
  }
  .footer-logo a {
    display: inline-block;
    float: left;
  }
}
.wrap {
  position: relative;
  z-index: 2;
}

.overflow {
  max-height: 100vh;
  overflow: hidden;
}

dl,
ol,
ul {
  padding-left: 1rem;
}

.widget-cta {
  position: relative;
  display: inline-block;
}
.widget-cta .btn-shape {
  position: absolute;
  left: -30px;
  top: -20px;
  z-index: 2;
  pointer-events: none;
}
.widget-cta .btn-b {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--font-color-secondary);
  right: -30px;
  top: -10px;
}
.widget-cta .btn-b2 {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #02bf4d;
  right: -40px;
  bottom: -40px;
}
.widget-cta .box {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--font-color-secondary);
  position: absolute;
  right: -10px;
  bottom: -10px;
  padding: 20px;
}
.widget-cta .button {
  background: #f287b7;
  color: #00226d;
  display: inline-block;
  font-size: 1.6em;
  font-weight: 700;
  padding: 20px 50px;
  position: relative;
  z-index: 2;
}
.widget-cta .button:hover {
  background: #02bf4d;
}
@media (max-width: 767px) {
  .widget-cta .button {
    font-size: 1em;
    padding: 20px 15px;
  }
}

.img-full {
  width: 100%;
}

.cta {
  color: white;
  font-size: 1.4em;
  border-radius: 30px;
  padding: 8px 30px;
  display: inline-block;
  background: var(--font-color-default);
}
.cta:hover {
  background: var(--font-color-secondary);
  color: white;
}
@media (max-width: 767px) {
  .cta {
    font-size: 1.2em;
  }
}

body {
  font-size: calc(var(--base-font-size) * var(--medium-font-multiplier));
  font-family: var(--font-family) !important;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--font-color-default);
}

.lang-zh-hk {
  font-size: 1.1em;
}
.lang-zh-hk .about-section-third .topic {
  font-size: 1.8em;
}
@media (max-width: 767px) {
  .lang-zh-hk h2 {
    font-size: 2em;
  }
  .lang-zh-hk .about-section-two .lhs h2 {
    font-size: 2em;
  }
  .lang-zh-hk .about-section-two .rhs h2 {
    font-size: 2em;
  }
  .lang-zh-hk .about-section-third .topic-five {
    line-height: 1.8;
  }
  .lang-zh-hk .sub-header {
    font-size: 1.4em;
  }
}

@media (max-width: 1024px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
@media (max-width: 989px) {
  .navbar-collapse .nav {
    display: block;
  }
}

@media (min-width: 1219px) {
  .mobile-d {
    display: none !important;
  }
}
.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: currentColor;
  transition: inherit;
}
.hamburger-line:nth-child(1) {
  top: 0.125em;
}
.hamburger.is-active .hamburger-line:nth-child(1),
.w-nav-button.w--open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.hamburger.is-active .hamburger-line:nth-child(2),
.w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
}
.hamburger.is-active .hamburger-line:nth-child(3),
.w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}

.color-pink {
  color: #f7697d;
}

.green {
  color: #02bf4d;
}

.relative {
  position: relative;
}

.pattern {
  position: absolute;
  pointer-events: none;
}
.pattern.shape1 {
  left: 5%;
  top: 15vh;
  z-index: 5;
}
.pattern.shape2 {
  right: 3%;
  top: 22vh;
  z-index: 5;
}
.pattern.shape3 {
  left: 7%;
  top: 36vh;
  z-index: 5;
}
.pattern.shape4 {
  left: 5%;
  top: 40vh;
  z-index: 5;
}
.pattern.shape5 {
  left: -5%;
  top: 55vh;
  z-index: 5;
}
.pattern.shape6 {
  right: 5%;
  top: 62vh;
  z-index: 5;
}
.pattern.shape7 {
  left: 5%;
  top: 15vh;
  z-index: 5;
}
.pattern.shape8 {
  right: 22%;
  top: 15vh;
  z-index: 5;
}
.pattern.shape9 {
  left: 6%;
  top: -1vh;
  z-index: 5;
}
.pattern.shape10 {
  left: 23%;
  top: 13vh;
  z-index: 5;
}
.pattern.shape11 {
  left: -5%;
  top: 35vh;
  z-index: 5;
}
.pattern.shape12 {
  left: 5%;
  top: -3vh;
  z-index: 5;
}
.pattern.shape13 {
  right: 5%;
  top: -40px;
  z-index: 4;
}
.pattern.shape14 {
  left: 5%;
  top: -20px;
  z-index: 4;
}
.pattern.shape15 {
  right: 15%;
  top: 8%;
  z-index: 4;
}
.pattern.shape16 {
  left: 15%;
  bottom: 5%;
  z-index: 4;
}
.pattern.shape17 {
  left: 13%;
  top: 25%;
  z-index: 4;
}
.pattern.shape18 {
  left: 5%;
  bottom: 3%;
  z-index: 4;
}
.pattern.shape19 {
  right: 3%;
  top: 33%;
  z-index: 4;
  max-width: 90px;
}
.pattern.shape20 {
  left: 3%;
  top: 19%;
  z-index: 4;
}
.pattern.shape21 {
  right: 6.5%;
  bottom: 4.8%;
  z-index: 4;
}
.pattern.shape22 {
  right: 6.5%;
  top: 8%;
  z-index: 4;
}
.pattern.shape23 {
  right: 5%;
  bottom: 4.8%;
  z-index: 4;
}
.pattern.shape24 {
  left: 25%;
  top: 18%;
  z-index: 4;
}
.pattern.shape25 {
  right: 8%;
  top: 20%;
  z-index: 4;
}
.pattern.shape26 {
  right: 18%;
  top: 5%;
  z-index: 4;
}
.pattern.shape27 {
  right: 4%;
  top: 9%;
  z-index: 4;
}
.pattern.shape28 {
  left: -2%;
  bottom: 3%;
  z-index: 4;
}
.pattern.shape29 {
  left: -3%;
  bottom: 6%;
  z-index: 4;
}
.pattern.shape30 {
  right: 0%;
  top: 8%;
  z-index: 4;
}
.pattern.shape31 {
  left: 4%;
  top: 14%;
  z-index: 4;
}
.pattern.shape32 {
  left: 2%;
  top: 45%;
  z-index: 4;
}
.pattern.shape33 {
  left: 50%;
  top: -35%;
  z-index: 4;
}
.pattern.shape34 {
  left: 17%;
  top: -30px;
  z-index: 4;
}
.pattern.shape35 {
  right: 17%;
  top: -80px;
  z-index: 4;
}
.pattern.shape36 {
  left: 7%;
  top: 80px;
  z-index: 4;
}
@media (max-width: 1280px) {
  .pattern.shape5 {
    width: 150px;
    top: 50vh;
  }
  .pattern.shape6 {
    width: 100px;
    top: 50vh;
  }
  .pattern.shape32 {
    display: none !important;
  }
}
@media (max-width: 989px) {
  .pattern.shape1 {
    width: 13px;
  }
  .pattern.shape2 {
    width: 19px;
    top: 16vh;
  }
  .pattern.shape3 {
    top: 20vh;
    width: 60px;
  }
  .pattern.shape4 {
    width: 30px;
    top: 20vh;
  }
  .pattern.shape5 {
    width: 60px;
    top: 30vh;
  }
  .pattern.shape6 {
    width: 28px;
    top: 27vh;
  }
  .pattern.shape7 {
    display: none;
  }
  .pattern.shape8 {
    width: 20px;
    right: 5%;
  }
  .pattern.shape9 {
    width: 65px;
    left: -5%;
    top: 16vh;
    z-index: 5;
  }
  .pattern.shape10 {
    width: 30px;
    top: 5vh;
  }
  .pattern.shape11 {
    width: 80px;
    top: 80vh;
    left: -7vw;
  }
  .pattern.shape12 {
    width: 45px;
    top: -15px;
  }
  .pattern.shape15 {
    right: 5%;
    width: 50px;
  }
  .pattern.shape16 {
    width: 40px;
    bottom: 3%;
  }
  .pattern.shape17 {
    width: 40px;
    left: 15%;
    top: 19%;
  }
  .pattern.shape18 {
    width: 50px;
    bottom: 5%;
  }
  .pattern.shape19 {
    width: 40px;
    top: 15%;
  }
  .pattern.shape36,
  .pattern.shape20,
  .pattern.shape19,
  .pattern.shape13,
  .pattern.shape14,
  .pattern.shape23,
  .pattern.shape26,
  .pattern.shape27,
  .pattern.shape30,
  .pattern.shape31,
  .pattern.shape32,
  .pattern.shape33,
  .pattern.shape34 {
    display: none;
  }
  .pattern.shape28 {
    width: 25px;
  }
  .pattern.shape21 {
    width: 25px;
    bottom: 3%;
  }
  .pattern.shape24 {
    width: 30px;
    left: 3%;
  }
  .pattern.shape25 {
    width: 80px;
    right: 6%;
    top: 19%;
  }
  .pattern.shape29 {
    left: -1%;
    width: 30px;
  }
}

@media (min-width: 1220px) {
  .show-mobile {
    display: none;
  }
}

.show-desktop {
  display: none !important;
}
@media (min-width: 1220px) {
  .show-desktop {
    display: flex !important;
    justify-content: center;
  }
}

.menu {
  z-index: 10;
}
@media (min-width: 1220px) {
  .menu .nav-item {
    padding: 32px 0;
  }
}
@media (max-width: 989px) {
  .menu {
    padding: 8px 0;
  }
}

.page-topic {
  overflow: hidden;
}
.page-topic .wrapper {
  display: inline-block;
  padding: 20px 0px 0 5em;
  background: #022269;
  color: white;
}
.page-topic .wrapper h1 {
  margin-bottom: 0;
  line-height: 1;
}

.grid-theme1 h4 {
  color: var(--font-color-default);
}

.grid-theme2 h4 {
  color: #f287b7;
}

.grid-theme3 h4 {
  color: #02bf4d;
}

.popup-btn {
  border: none;
  background: transparent;
}
.popup-btn p {
  text-align: left;
}
.popup-btn .text-wrapper {
  margin-top: 20px;
}

.modal-content {
  border-radius: 0;
  border: none;
  padding: 0px;
}
.modal-content.theme1 {
  background: var(--font-color-secondary);
  color: white;
}
.modal-content.theme2 {
  background: #f287b7;
  color: white;
}
.modal-content.theme3 {
  background: #02bf4d;
  color: white;
}
@media (min-width: 768px) {
  .modal-content .text-wrapper {
    padding-left: 5em;
  }
}
.modal-content .modal-header {
  padding: 25px 30px 0;
}
.modal-content .modal-body {
  padding: 15px 30px 30px 30px;
}
@media (max-width: 767px) {
  .modal-content .modal-body {
    padding: 15px 15px 30px 15px;
  }
}

.btn-close {
  width: 40px;
  height: 40px;
  margin-top: -15px !important;
  background: url('/btn-close.svg') center center no-repeat;
  opacity: 1;
}

@media (min-width: 1281px) {
  .modal-dialog {
    min-width: 70%;
  }
}
@media (max-width: 1280px) {
  .modal-dialog {
    min-width: 90%;
  }
}
.modal-video .modal-dialog {
  min-width: inherit;
  max-width: 900px;
}

.modal-header {
  border: none;
}

.main-container {
  min-height: 100vh;
  overflow-x: hidden;
}

.carousel-indicators {
  z-index: 4;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction='horizontal'] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction='horizontal'] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction='horizontal'] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction='horizontal'] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction='horizontal'] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border-radius: 30px;
  background-clip: inherit;
  border: none;
}

h1 {
  font-size: 3em;
}

.widget-slider {
  background: #031857 url('/our-programme-slider-bg.svg') center center
    no-repeat;
  background-size: cover;
  padding: 80px 0 80px;
}
.widget-slider h1 {
  color: white;
}
.widget-slider .carousel-indicators.set-bottom {
  position: relative;
  margin: 30px 0 30px;
}
@media (max-width: 767px) {
  .widget-slider {
    background-size: 150%;
    padding: 20px 0;
  }
}
@media (max-width: 989px) {
  .widget-slider {
    padding: 40px 0 40px;
  }
}

@media (max-width: 989px) {
  h1 {
    font-size: 2.6em;
  }
}

.logo-topic {
  background: transparent;
  border: none;
}

b,
strong {
  font-weight: 700;
}

.prev-tab,
.next-tab {
  z-index: 3;
  text-indent: -300px;
  overflow: hidden;
  border: none;
  height: 90px;
  width: 100px;
  background-color: transparent !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.prev-tab:hover,
.prev-tab:active,
.next-tab:hover,
.next-tab:active {
  background-color: transparent !important;
}
@media (max-width: 989px) {
  .prev-tab,
  .next-tab {
    top: 40%;
    width: 80px;
    height: 80px;
  }
}

.prev-tab {
  background: url('/arrow_prev.svg') center center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -120px;
  top: 70%;
  background-size: auto 100%;
}
.prev-tab:disabled {
  opacity: 0;
}
.prev-tab.style2 {
  left: 30px;
}
@media (max-width: 989px) {
  .prev-tab {
    left: -31px;
    background: url('/arrow_prev_mobile.svg') center center no-repeat;
    background-size: contain;
    top: 40%;
  }
}

.next-tab {
  background: url('/arrow_next.svg') center center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -120px;
  top: 70%;
  background-size: auto 100%;
}
.next-tab:disabled {
  opacity: 0;
}
.next-tab.style2 {
  right: 30px;
}
@media (max-width: 989px) {
  .next-tab {
    right: -31px;
    background: url('/arrow_next_mobile.svg') center center no-repeat;
    background-size: contain;
    top: 40%;
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  .prev-tab,
  .next-tab {
    width: 30px;
    height: 20px;
  }

  .prev-tab {
    left: 0;
  }

  .next-tab {
    right: 0;
  }
}
.programme-section-one {
  color: var(--font-color-default);
  padding: 110px 0;
}
.programme-section-one h1 {
  text-align: center;
}
.programme-section-one .infograph {
  position: relative;
}
.programme-section-one .overlay-btn {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
}
.programme-section-one .overlay-btn div {
  height: 25%;
  width: 100%;
}
@media (max-width: 767px) {
  .programme-section-one {
    padding: 80px 0 20px;
  }
  .programme-section-one h2 .icon {
    display: block;
  }
  .programme-section-one h2 .icon img {
    max-width: 60px;
  }
  .programme-section-one .overlay-btn {
    width: 100%;
  }
  .programme-section-one .overlay-btn div {
    height: 10%;
  }
  .programme-section-one .overlay-btn #layer1 {
    height: 80px;
  }
  .programme-section-one .overlay-btn #layer2 {
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .programme-section-one {
    padding: 80px 20px;
  }
  .programme-section-one .overlay-btn div {
    /* height: 70px; */
  }
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  position: relative;
  border: none;
  background: transparent;
  height: 100%;
  isolation: auto;
}

.nav-tabs .nav-link.active::after {
  background: url('/tab-arrow.svg') center center no-repeat;
  content: '';
  display: inline-block;
  width: 77px;
  height: 56px;
  z-index: 10;
  position: absolute;
  left: calc(50% - 38px);
  bottom: -60px;
  background-size: contain;
}
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  isolation: auto;
}

.tab-content,
.content-frame {
  position: relative;
  color: black;
}
.tab-content .frame2,
.content-frame .frame2 {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: -2%;
  bottom: -2%;
  border: 10px solid #f287b7;
}
.tab-content .frame2.theme2,
.content-frame .frame2.theme2 {
  bottom: -20px;
}
.tab-content .frame,
.content-frame .frame {
  border: 10px solid #fecf13;
  padding: 100px 80px;
  position: relative;
  margin-top: 50px;
  position: relative;
  z-index: 3;
}
.tab-content .frame.theme2:after,
.content-frame .frame.theme2:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  /* background: url('/about-arrow-s2.svg') center center no-repeat; */
}

.tab-content .frame .text-wrapper,
.content-frame .frame .text-wrapper {
  text-align: left;
  color: var(--font-color-default);
}
.tab-content .frame .text-wrapper ol,
.content-frame .frame .text-wrapper ol {
  font-weight: 600;
  font-size: 1.2em;
  padding-left: 25px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .nav-tabs .nav-link.active::after {
  }
}
@media (max-width: 767px) {
  .tab-content .frame2,
  .content-frame .frame2 {
    border: 4px solid #f287b7;
    bottom: -8px;
  }
  .tab-content .frame2.theme2,
  .content-frame .frame2.theme2 {
    bottom: -8px;
  }
  .tab-content .frame,
  .content-frame .frame {
    padding: 30px 20px;
    border: 4px solid #fecf13;
    margin-top: 23px;
  }
  .tab-content .frame .text-wrapper ol,
  .content-frame .frame .text-wrapper ol {
    font-size: 1em;
  }
  .nav-tabs .nav-link.active::after {
    height: 24px;
    width: 26px;
    left: calc(50% - 13px);
    bottom: -29px;
  }
  .tab-content .frame.theme7:after,
  .content-frame .frame.theme7:after {
    left: 89%;
  }
}

.programme-section-two {
  background: #fff9e6;
}
.programme-section-two .color-box {
  background: #fecf13;
  padding: 40px;
  margin-left: -40px;
}
@media (max-width: 989px) {
  .programme-section-two .next-tab {
    right: -12px;
  }
  .programme-section-two .prev-tab {
    left: -12px;
  }
}
@media (max-width: 767px) {
  .programme-section-two {
    padding: 30px 20px 50px !important;
  }
  .programme-section-two .nav-item:first-child {
    width: 40%;
  }
  .programme-section-two .nav-item:nth-child(2) {
    width: 40%;
  }
  .programme-section-two .nav-item:nth-child(3) {
    width: 20%;
  }
  .programme-section-two .color-box {
    margin: 0;
    padding: 20px;
  }
  .programme-section-two .nav-tabs {
    margin: 0 -15px;
  }
  .programme-section-two .nav-tabs .nav-link {
    padding: 0 5px;
  }
  .programme-section-two .nav-item:first-child {
    padding: 0;
  }
}
@media (min-width: 789px) and (max-width: 1280px) {
  .programme-section-two .nav-item {
    width: 33%;
  }
}

.programme-section-third {
  background: #ffffff;
}
@media (max-width: 767px) {
  .programme-section-third {
    padding: 80px 20px !important;
  }
  .programme-section-third .nav-link {
    max-width: 100px;
  }
}

.widget-box {
  position: relative;
  margin: 30px 0 70px;
}
.widget-box .frame-box {
  border: 10px solid #f287b7;
  padding: 50px;
  position: relative;
  background: white;
  z-index: 2;
  font-weight: 700;
}
.widget-box .frame-box p {
  margin-top: 20px;
}
.widget-box .frame-box-layer {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border: 10px solid #fecf13;
  left: 40px;
  bottom: -40px;
}
@media (max-width: 767px) {
  .widget-box {
    margin: 15px 5px 30px;
  }
  .widget-box .frame-box {
    border: 4px solid #f287b7;
    padding: 20px;
  }
  .widget-box .frame-box-layer {
    border: 4px solid #fecf13;
    left: 10px;
    bottom: -10px;
  }
}

.color-white {
  color: white;
}

.abt-section-one {
  padding: 150px 0 70px;
}
@media (max-width: 767px) {
  .abt-section-one {
    padding: 40px 15px;
  }
  .abt-section-one h2 {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .abt-section-one {
    padding: 100px 30px;
  }
}

.h4,
h4 {
  font-size: 1.8em;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .h4,
  h4 {
    font-size: 1.3em;
  }
}

.other-topic {
  font-size: 2.8em;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .other-topic {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .other-topic {
    font-size: 2.25em;
  }
}

.about-section-two {
  padding: 50px 0 100px 0;
}
.about-section-two .icon-float {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 4;
  top: 0px;
}
.about-section-two .font-small {
  font-size: 0.6em;
}
.about-section-two .lhs {
  background: #fecf13;
  padding: 50px;
  margin-bottom: 50px;
}
.about-section-two .lhs h2 {
  line-height: 0.7 !important;
  display: inline-block;
  position: absolute;
  left: 40px;
  top: -40px;
}
.about-section-two .lhs h2 .font-small {
  text-align: right;
  display: inline-block;
  margin-right: 10px;
}
.about-section-two .lhs h2 .text-layer {
  position: relative;
  display: inline-block;
  top: 20px;
}
.about-section-two .rhs {
  background: var(--font-color-default);
  color: white;
  padding: 50px;
  margin-top: 70px;
}
.about-section-two .rhs h4 {
  color: white;
}
.about-section-two .rhs h2 {
  line-height: 0.7 !important;
  color: var(--font-color-secondary);
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.about-section-two .rhs h2 .font-small {
  text-align: right;
  display: inline-block;
  margin-right: 10px;
}
.about-section-two .rhs h2 .text-layer {
  position: relative;
  display: inline-block;
  top: 20px;
}
@media (max-width: 767px) {
  .about-section-two {
    padding: 0px 0 20px 0;
  }
  .about-section-two h2.theme2 {
    margin-bottom: 25px;
  }
  .about-section-two .icon-float {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 30%;
    left: 70%;
    top: 48%;
  }
  .about-section-two .lhs {
    padding: 40px 30px;
    margin: 0;
  }
  .about-section-two .lhs h2 {
    position: relative;
    display: flex;
    align-items: start;
    top: inherit;
    left: inherit;
    font-size: 2.25em;
  }
  .about-section-two .lhs h2 .text-layer {
    top: 0;
  }
  .about-section-two .rhs {
    margin: 0;
    padding: 30px;
  }
  .about-section-two .rhs h2 {
    top: 0;
    left: 0;
    right: inherit;
    bottom: inherit;
    position: relative;
    display: flex;
    align-items: start;
    font-size: 2.25em;
  }
  .about-section-two .rhs h2 .text-layer {
    top: 0;
  }
}

.about-section-third {
  background: var(--font-color-default);
  color: white;
  margin-top: 50px;
}
.about-section-third h2 {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -170px;
  line-height: 0;
}
.about-section-third h2 .icon {
  top: -30px;
}
.about-section-third .topic {
  color: #ffd880;
  margin: 10px 0;
}
.about-section-third .grid-item {
  text-align: left;
  padding-right: 20px;
  margin-bottom: 30px;
}
.about-section-third .grid-item .caption {
  font-weight: 300;
}
.about-section-third .grid-item .caption b {
  font-weight: 700;
}
.about-section-third .grid-item .caption .sub-title {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .about-section-third {
    margin-top: 85px;
  }
  .about-section-third .topic-five {
    padding: 0 20px;
    height: 50px;
    line-height: 0.7;
  }
  .about-section-third .topic-five .icon {
    margin-right: 10px;
    top: 0;
    margin-top: 0;
    display: inline-block;
    float: left;
    width: 20%;
  }
  .about-section-third .topic-five .mobile-f {
    float: left;
    width: 70%;
    height: 50px;
    line-height: 1.2;
  }
  .about-section-third h2 {
    top: -155px;
    text-align: left;
    width: 100%;
  }
  .about-section-third h2 .color-white {
    color: var(--font-color-default);
  }
  .about-section-third .content-wrapper {
    padding: 0 20px;
  }
  .about-section-third .topic {
    margin: 20px 0;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .about-section-third h2 {
    top: -190px;
  }
}

.about-section-forth {
  padding: 100px 0;
}
.about-section-forth h2 {
  line-height: 1;
}
.about-section-forth .nav-tabs .nav-item {
  width: 25%;
}
.about-section-forth .nav-tabs .nav-item:first-child {
  padding: 0;
}
@media (max-width: 767px) {
  .about-section-forth h2 .icon {
    display: block;
  }
  .about-section-forth .nav-tabs {
    margin: 0 -10px;
  }
  .about-section-forth .nav-tabs .nav-item {
    padding: 0 5px;
  }
  .about-section-forth .nav-tabs .nav-item:first-child {
    width: 35%;
  }
  .about-section-forth .nav-tabs .nav-item:nth-child(2) {
    width: 15%;
  }
  .about-section-forth .nav-tabs .nav-item:nth-child(3) {
    width: 35%;
  }
  .about-section-forth .nav-tabs .nav-item:last-child {
    width: 15%;
  }
  .about-section-forth .nav-tabs .nav-link {
    padding: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .about-section-forth {
    padding: 80px 20px;
  }
}
@media (min-width: 767px) and (max-width: 989px) {
  .about-section-forth .nav-item {
    width: 25%;
  }
  .about-section-forth .tab-content .frame.theme5:after {
    left: 33%;
  }
  .about-section-forth .tab-content .frame.theme6:after {
    left: 58%;
  }
}

.font-size-switcher {
  display: flex;
  align-items: baseline;
}
.font-size-switcher button {
  padding: 0 0px;
  font-weight: 700;
  border: 0px;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
  margin: 0px 4px;
}
.font-size-switcher button#btn-decrease {
  font-size: 14px;
}
.font-size-switcher button#btn-orig {
  font-size: 16px;
}
.font-size-switcher button#btn-increase {
  font-size: 18px;
}
.font-size-switcher button.active,
.font-size-switcher button.active:focus {
  border-color: var(--font-color-default);
}

@media (min-width: 789px) and (max-width: 989px) {
  h2 {
    font-size: 1.4em;
  }
  h2 .icon {
    max-width: 80px;
  }
}

.about-section-five {
  padding: 100px 0 200px;
  background: #fecf13;
  overflow-x: hidden;
}
.about-section-five .max-m {
  max-height: 150px;
}
.about-section-five h2 {
  line-height: 1;
  margin-bottom: -150px;
}
.about-section-five .map {
  position: relative;
}
.about-section-five .map .map-btn1 {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 34%;
  left: 42%;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-section-five .map .map-btn2 {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 48%;
  left: 49%;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-section-five .map .map-btn3 {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 49%;
  left: 60%;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-section-five .map .map-btn4 {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 3%;
  left: 50%;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-section-five .map .map-btn5 {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 25%;
  left: 17%;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-section-five .map .map-btn6 {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 13%;
  left: 33.5%;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-section-five .map .map-btn7 {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 39%;
  left: 56%;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-section-five .map #m2,
.about-section-five .map #m3 {
  display: none;
}
@media (max-width: 767px) {
  .about-section-five .map .map-btn1,
  .about-section-five .map .map-btn2,
  .about-section-five .map .map-btn3,
  .about-section-five .map .map-btn4,
  .about-section-five .map .map-btn5,
  .about-section-five .map .map-btn6,
  .about-section-five .map .map-btn7 {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .about-section-five .map .map-btn1,
  .about-section-five .map .map-btn2,
  .about-section-five .map .map-btn3,
  .about-section-five .map .map-btn4,
  .about-section-five .map .map-btn5,
  .about-section-five .map .map-btn6,
  .about-section-five .map .map-btn7 {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 789px) and (max-width: 989px) {
  .about-section-five {
    padding: 50px 20px;
  }
  .about-section-five h2 {
    margin: 0;
  }
}
.about-section-five .content {
  max-width: 800px;
  margin: -250px auto 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 789px) and (max-width: 989px) {
  .about-section-five .content {
    width: 600px;
    margin: -100px auto 0;
  }
}
.about-section-five .content .text-wrapper {
  color: black;
}
.about-section-five .content .header {
  text-align: center;
  font-size: 1.5em;
}
.about-section-five .content .frame2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  bottom: -20px;
  z-index: 1;
}
.about-section-five .content .frame-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 30px 50px;
  z-index: 2;
  position: relative;
  background: white;
}
.about-section-five .content .set1 {
  position: relative;
}
.about-section-five .content .set1 .header {
  color: #00642d;
}
.about-section-five .content .set1 .frame2 {
  background: #00642d;
}
.about-section-five .content .set1 .frame-wrapper {
  border: 8px solid #00642d;
}
.about-section-five .content .set2 {
  position: relative;
  display: none;
}
.about-section-five .content .set2 .header {
  color: #43a53d;
}
.about-section-five .content .set2 .frame2 {
  background: #43a53d;
}
.about-section-five .content .set2 .frame-wrapper {
  border: 8px solid #43a53d;
}
.about-section-five .content .set3 {
  position: relative;
  display: none;
}
.about-section-five .content .set3 .header {
  color: #58c0f4;
}
.about-section-five .content .set3 .frame2 {
  background: #58c0f4;
}
.about-section-five .content .set3 .frame-wrapper {
  border: 8px solid #58c0f4;
}
.about-section-five .content .set4 {
  position: relative;
  display: none;
}
.about-section-five .content .set4 .header {
  color: #4accb9;
}
.about-section-five .content .set4 .frame2 {
  background: #4accb9;
}
.about-section-five .content .set4 .frame-wrapper {
  border: 8px solid #4accb9;
}
.about-section-five .content .set5 {
  position: relative;
  display: none;
}
.about-section-five .content .set5 .header {
  color: #069fa9;
}
.about-section-five .content .set5 .frame2 {
  background: #069fa9;
}
.about-section-five .content .set5 .frame-wrapper {
  border: 8px solid #069fa9;
}
.about-section-five .content .set6 {
  position: relative;
  display: none;
}
.about-section-five .content .set6 .header {
  color: #9f612c;
}
.about-section-five .content .set6 .frame2 {
  background: #9f612c;
}
.about-section-five .content .set6 .frame-wrapper {
  border: 8px solid #9f612c;
}
.about-section-five .content .set7 {
  position: relative;
  display: none;
}
.about-section-five .content .set7 .header {
  color: #d60b52;
}
.about-section-five .content .set7 .frame2 {
  background: #d60b52;
}
.about-section-five .content .set7 .frame-wrapper {
  border: 8px solid #d60b52;
}
@media (max-width: 767px) {
  .about-section-five {
    padding: 50px 20px;
  }
  .about-section-five h2 {
    margin: 0;
  }
  .about-section-five h2 .icon {
    max-width: 80px;
  }
  .about-section-five .map {
    margin: 0 -60px;
  }
  .about-section-five .content {
    margin-top: 0px;
  }
  .about-section-five .content .frame-wrapper {
    padding: 20px 15px;
    width: 100%;
  }
  .about-section-five .content .header {
    font-size: 1.2em;
  }
  .about-section-five .content .grid {
    padding: 0 5px;
  }
  .about-section-five .content .text-wrapper {
    font-size: 0.8em;
  }
  .about-section-five .content .set1 .frame-wrapper {
    border: 4px solid #00642d;
  }
  .about-section-five .content .set2 .frame-wrapper {
    border: 4px solid #43a53d;
  }
  .about-section-five .content .set3 .frame-wrapper {
    border: 4px solid #58c0f4;
  }
}

.stories-section-one {
  padding: 80px 0 0px;
}
.stories-section-one .grid-theme1,
.stories-section-one .grid-theme2,
.stories-section-one .grid-theme3 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .stories-section-one {
    padding: 0px 0;
  }
  .stories-section-one .icon {
    max-width: 80px;
    margin-top: 30px;
  }
  .stories-section-one .grid-theme1,
  .stories-section-one .grid-theme2,
  .stories-section-one .grid-theme3 {
    padding: 0;
    margin-bottom: 30px;
  }
  .stories-section-one .grid-theme1 button,
  .stories-section-one .grid-theme2 button,
  .stories-section-one .grid-theme3 button {
    padding: 0;
  }
  .stories-section-one .grid-theme1 .text-wrapper,
  .stories-section-one .grid-theme2 .text-wrapper,
  .stories-section-one .grid-theme3 .text-wrapper {
    padding: 0 20px;
  }
}

.popup-btn .text-wrapper h4 {
  text-align: left;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.4em;
  }
}
@media (min-width: 767px) and (max-width: 1280px) {
  .about-section-five {
    height: inherit;
  }

  .about-section-third {
    padding: 80px 20px !important;
  }

  .about-section-forth {
    padding: 80px 20px;
  }
  .about-section-forth .nav-tabs .nav-item {
    width: 25%;
  }
  .about-section-forth .tab-content .frame.theme5:after {
    left: 35%;
  }

  .programme-section-two {
    padding: 80px 20px;
  }
  .programme-section-two .nav-tabs .nav-item {
    width: 33%;
  }
  .programme-section-two #nav-contact-tab img {
    max-width: 120px;
  }

  .programme-section-third {
    padding: 80px 20px !important;
  }
  .programme-section-third .nav-link {
    max-width: 110px;
  }

  .tab-content .frame {
    padding: 50px 40px;
  }

  .tab-content .frame .text-wrapper ol {
    font-size: 1em;
  }

  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 1.4em;
  }
}
@media (max-width: 1280px) {
  .h4,
  h4 {
    font-size: 1.3em;
  }
}

.bk-yellow {
  padding: 170px 0;
}

.filters ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 30px 15px;
  padding: 0;
}

.filters ul li {
  display: flex;
  justify-content: center;
  border-radius: 100%;
  margin: 0 10px;
  align-items: center;
  height: 100px;
  width: 100px;
  cursor: pointer;
  padding: 0 10px;
  font-size: 1.4em;
  position: relative;
  transition: 0.3s;
}
.filters ul li.is-checked {
  background: var(--font-color-secondary);
  color: white;
}
.filters ul li.is-checked.event {
  background: #02bf4d;
}
.filters ul li.is-checked.all {
  background: #f287b7;
}
@media (max-width: 767px) {
  .filters ul li {
    height: 90px;
    width: 90px;
  }
}

.filters ul li:last-child {
  margin-right: 0;
}

.news-section-two .grid .grid-item {
  padding: 10px;
}
.news-section-two .grid .grid-item .info {
  color: black;
  font-weight: 400;
}
.news-section-two .grid .grid-item.event b {
  color: #02bf4d;
}
.news-section-two .grid .grid-item .img-wrapper {
  position: relative;
}
.news-section-two .grid .grid-item .img-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.news-related .grid-item {
  padding: 10px;
}
.news-related .grid-item .info {
  color: black;
  font-weight: 400;
}

.fancybox__container,
.fancybox__backdrop {
  background: white;
}

.fancybox__toolbar,
.fancybox__toolbar__column,
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: transparent;
}
.fancybox__toolbar .f-button,
.fancybox__toolbar .fancybox__infobar,
.fancybox__toolbar__column .f-button,
.fancybox__toolbar__column .fancybox__infobar,
.fancybox__infobar:not(:first-child):not(:last-child) .f-button,
.fancybox__infobar:not(:first-child):not(:last-child) .fancybox__infobar {
  color: var(--font-color-default);
  background: transparent;
  text-shadow: none;
}

.fancybox__toolbar__column.is-right .f-button {
  background: var(--font-color-secondary);
  color: white;
  border-radius: 6px;
}

.fancybox__toolbar__column.is-right {
  padding: 10px;
}

.fancybox__nav .f-button svg {
  stroke: var(--font-color-default);
  filter: none;
}
.fancybox__nav .f-button:hover:not([disabled]) {
  background: var(--font-color-secondary);
}
.fancybox__nav .f-button:hover:not([disabled]) svg {
  stroke: white;
}

.events {
  background: #fcf7e6;
}
.events .max-content {
  max-width: 950px;
  margin: 0 auto;
}
.events .event-content .gallery-column {
  display: block;
  margin-bottom: 30px;
}

.main-swiper {
  margin-top: 2rem;
}
.main-swiper .swiper-wrapper {
  background: var(--font-color-default);
  display: flex;
  align-items: center;
}

.swiper-wrapper {
  height: inherit !important;
}

.main-swiper .swiper-slide iframe {
  width: 100%;
  height: 100%;
}

.thumbnail-swiper {
  margin-top: 20px;
  max-height: 150px;
}

.thumbnail-swiper .swiper-slide {
  height: 150px;
  opacity: 0.7;
  cursor: pointer;
  position: relative;
}
.thumbnail-swiper .swiper-slide .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.thumbnail-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 5px solid #02bf4d;
}

.swiper-button-prev {
  left: -50px;
  background: url('/news-icon-p.svg') center center no-repeat;
}

.swiper-button-next {
  right: -50px;
  background: url('/news-icon-n.svg') center center no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
  text-indent: -1000px;
  overflow: hidden;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}
.banner-section .pattern{ display: none; }
.banner-section .swiper-wrapper{ align-items: center; }
.banner-section .swiper-button-next{ right: 20px; }
.banner-section .swiper-button-prev{ left: 20px; }

/* Responsive adjustments */
@media screen and (max-width: 576px) {
  .main-swiper .swiper-slide iframe {
    height: 210px;
  }

  .swiper-button-next {
    right: 0;
    top: -35px;
  }

  .swiper-button-prev {
    left: 0;
    top: -35px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .thumbnail-swiper .swiper-slide {
    height: 120px;
  }
}
#prj-bkg {
  display: none;
}

/* Overrided styles */
a:focus,
a:hover {
  text-decoration: none;
}

.btn {
  --bs-btn-color: var(--font-color-default) !important;
}

/* For fix the rfe wrapper class */
body div[data-wrapper='true'] {
  font-family: unset !important; /* Resets to inherited font-family */
  font-size: unset !important; /* Resets to inherited font-size */
}

:focus-visible {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family) !important;
  color: var(--font-color-default);
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent !important;
}

/* csslang */
.switchers {
  display: flex;
  align-items: center;
}
.switchers .switcher:not(:first-child) {
  margin-left: 1rem;
}

@media (max-width: 1219px) {
  .menu #navbarSupportedContent {
    width: 100%;
    flex: 0 0 100%;
  }
  .navbar-collapse .nav {
    display: block;
    margin: 0px 15px;
  }
  .switchers {
    display: none;
  }
  .lang-switcher {
    padding: 30px 0px;
  }
}

.news-panel {
  background: #fff9e6;
}
.news-panel h2 {
  line-height: 1.4;
}
.news-panel .info {
  color: black;
  font-weight: 400;
}
.news-panel .event b {
  color: #02bf4d;
}

/*override power pages zh-TW css*/
.lang-zh-hk #messages .message,
.lang-zh-hk button {
  font-size: unset !important;
  font-family: unset !important;
}

.story-list-item{ margin-bottom:24px; }
.story-list-item .title{ font-weight:700; color:#132573; font-size:34.5px;}
.story-list-item .info{ color: black; font-weight: 400; }

.rich-text img{ max-width: 100%; height: auto !important; }