@charset "UTF-8";
/* font */
@font-face {
  font-family: 'Roboto';
  src: url(lib/fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Roboto';
  src: url(lib/fonts/Roboto-Thin.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'Roboto';
  src: url(lib/fonts/Roboto-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: 'Roboto';
  src: url(lib/fonts/Roboto-Black.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url(lib/fonts/Roboto-Light.ttf);
  font-weight: 200;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', 'Microsoft JhengHei', 'SimHei', 微軟正黑體, 微軟雅黑體,
 細明體_HKSCS, Arial, sans-serif;
}

html:lang(zh-hk) .cfont,
html:lang(zh-cn) .cfont {
  font-family: 'SimHei', 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial,
 sans-serif;
}

html:lang(zh-hk) .hkfont,
html:lang(zh-cn) .hkfont {
  font-family: 'PMingLiU';
}

:root {
  font-size: 14px;
  font-family: 'Roboto', 'Microsoft JhengHei', 微軟正黑體, 微軟雅黑體,
 細明體_HKSCS, Arial, sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (min-width: 768px) and (max-width: 1200px) {
  :root {
    font-size: calc(
 14px + (16 - 14) *
 ((100vw - 768px) / (1200 - 768)));
  }
}

@media (min-width: 1200px) {
  :root {
    font-size: 16px;
  }
  .container-fluid {
    max-width: 1400px;
  }
}

/* font end */
h1 {
  font-size: 4rem;
  font-weight: 100;
}

h2 {
  font-size: 3.5rem;
  font-weight: 100;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

h4 {
  font-size: 1.2rem;
  font-weight: 400;
}

h5 {
  font-size: 1rem;
}

input,
select {
  font-size: 100%;
}

.sticky-top {
  position: inherit;
  top: 0;
  z-index: 1020;
  width: 100%;
}

header {
  background: white;
}

header a:hover {
  text-decoration: none;
}

header .brand-name {
  color: #0c6ad4;
  font-weight: bold;
  padding-left: 20px;
}

header .brand-name span {
  display: block;
  line-height: 1.2em;
}

header .brand-name .tc {
  font-size: 25px;
}

header .brand-name .en {
  font-size: 13px;
}

.navbar {
  padding-bottom: 5px;
  padding-top: 5px;
}

.navbar .logo {
  height: 75px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .navbar .logo {
    height: 50px;
  }
}

.navbar .navbar-nav > .nav-item > a {
  text-transform: uppercase;
}

.navbar .navbar-nav > .nav-item:last-child {
  padding-right: 0rem;
}

@media (max-width: 990px) {
  .navbar .navbar-nav > .nav-item:last-child {
    padding-right: 0.8rem;
  }
}

.navbar .navbar-nav > .nav-item:last-child .nav-link {
  padding-right: 0rem;
}

@media (max-width: 990px) {
  .navbar .navbar-nav > .nav-item:last-child .nav-link {
    padding-right: 0.8rem;
  }
}

.navbar .navbar-nav .nav-link {
  color: #333333;
  font-size: 1rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  /*height: 100%;*/
}

.navbar .navbar-toggler {
  border: none;
}

.top-search {
  padding: 0;
}

.top-search * {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .top-search * {
    font-size: 1.2rem;
  }
}

.top-search a {
  color: #333333;
}

.top-search .btn-outline-secondary,
.top-search .form-control {
  border-color: #e6e6e6;
}

.top-search input {
  background-color: transparent;
}

.top-search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-search .list-inline-item:not(:last-child) {
  margin-right: 0.8rem;
}

.top-search .langBtn:not(:last-child) {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .top-search .langBtn:not(:last-child) {
    margin-right: 1.6rem;
  }
}

.breadcrumb {
  background-color: transparent;
  font-size: 0.8rem;
  border-radius: 0;
  font-weight: 200;
  border-bottom-right-radius: 20px;
  padding-left: 0;
}

@media (max-width: 990px) {
  .breadcrumb {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .breadcrumb {
    border-bottom-right-radius: 0;
  }
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.2rem;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  padding-right: 0.2rem;
}

.breadcrumb .breadcrumb-item a {
  color: #333333;
}

main {
  position: relative;
  min-height: 75vh;
}

main #main-content {
  padding-top: 0;
}

main .main-content-title h1 {
  color: #0c6ad4;
}

main .main-content-title img {
  height: 4rem;
  width: 4rem;
}

main .img-fluid {
  max-height: auto;
}

main article {
  padding-top: 1.5rem;
}

main article.container {
  max-width: 1400px;
}

main article h2 {
  font-size: 2rem;
  font-weight: normal;
}

main article p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

main article p:last-child {
  margin-bottom: 3rem;
}

main article strong {
  font-size: 1rem;
}

@media (max-width: 990px) {
  main article strong {
    font-size: 16px;
  }
}

main article li {
  font-size: 1rem;
}

main article .card-columns {
  -webkit-column-count: 4;
          column-count: 4;
}

@media (max-width: 768px) {
  main article .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 576px) {
  main article .card-columns {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

main article .stories img {
  max-width: 200px;
}

@media screen and (min-width: 0\0) {
  main {
    padding-top: 90px;
  }
}

footer * {
  font-size: 14px;
}

footer a {
  color: #333333;
}

footer .footer__bottom-sp {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #757575;
}

.btn-rounded {
  border-radius: 10em;
  padding: 0.375rem 1.5rem;
  font-size: 18px;
  font-weight: bold;
  min-width: 120px;
  border: none;
}

.card-list {
  background: #f3f4fa;
}

.card-list .card {
  height: 100%;
}

.card-list #main-content {
  color: #003946;
}

.card-list .card-title {
  color: #0c6ad4;
  font-size: 1.2rem;
  line-height: 1.3em;
  height: 3em;
  overflow: hidden;
  font-weight: bold;
  padding: 0.5rem 0 0;
  display: block;
  margin-bottom: 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .card-list .card-title {
    font-size: 18px;
  }
}

.card-list small {
  color: #333333;
  font-size: 18px;
}

@media (max-width: 990px) {
  .card-list small {
    font-size: 16px;
  }
}

.mask {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mask::before {
  content: '';
  position: absolute;
  bottom: -145px;
  left: 50%;
  height: 1px;
  width: 120%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border: 5px solid transparent;
  -webkit-box-shadow: 0px 0px 0px 200px #f3f4fa;
          box-shadow: 0px 0px 0px 200px #f3f4fa;
  border-radius: 50%;
  z-index: 401;
}

.mask .icon {
  position: absolute;
  z-index: 402;
  bottom: 0;
  width: 7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mask .btn-scroll {
  position: absolute;
  width: auto;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 402;
  text-decoration: none;
}

.mask .btn-scroll .fa {
  font-size: 20px;
  padding: 0.5rem 0.6rem;
  border-radius: 50%;
  background: #f3f4fa;
}

.mask .btn-scroll .fa::before {
  color: #808080;
  font-size: 1.5rem;
}

.mask nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 401;
}

.mask nav .breadcrumb {
  margin-bottom: 0;
}

.mask .cover {
  height: 65vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
}

.mask .cover .cover-title {
  position: absolute;
  margin: auto;
  z-index: 3;
  bottom: 20%;
  padding: 0 5%;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  width: 100%;
  font-size: 3rem;
  font-weight: 200;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/common/arrow_r.svg");
  background-size: 100% auto;
  height: 5rem;
  width: 1.5rem;
  right: 5px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/common/arrow_l.svg");
  background-size: 100% auto;
  height: 5rem;
  width: 1.5rem;
  left: 5px;
}

.swiper-pagination {
  bottom: auto;
  z-index: 402;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
}

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-container-mb .card {
  background: transparent;
  border: 0;
}

.swiper-container-mb .card .card-title {
  color: #ffffff;
  font-weight: 300;
  text-shadow: 2px 2px 2px #000000;
}

@media (max-width: 576px) {
  .swiper-container-mb .card .card-title {
    font-size: 3rem;
  }
}

.swiper-container-mb .card img {
  max-width: 260px;
  margin: auto;
}

@media (max-width: 576px) {
  .swiper-container-mb .card img {
    width: 50%;
  }
}

.swiper-container-mb .btn {
  color: #ffffff;
  border: #ffffff 1px solid;
  font-weight: 100;
  text-shadow: 2px 2px 2px #000000;
  border-radius: 10em;
  padding: 0.375rem 1.5rem;
  font-size: 34px;
  min-width: 120px;
}

.swiper-container-mb .swiper-wrapper {
  height: 87vh;
}

.swiper-container-mb .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}

.swiper-container-mb .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-container-mb .swiper-control {
  position: absolute;
  z-index: 403;
  top: 0.2rem;
  right: 1rem;
  color: #ffffff;
  font-size: 1.8rem;
}

.index-banner {
  background: #000000;
}

.index-banner.mask::before {
  -webkit-box-shadow: 0px 0px 0px 200px #8a503c;
          box-shadow: 0px 0px 0px 200px #8a503c;
}

.index-ue {
  background: #8a503c;
}

.index-ue.mask::before {
  -webkit-box-shadow: 0px 0px 0px 200px #ffffff;
          box-shadow: 0px 0px 0px 200px #ffffff;
}

.index-ue h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.index-ue .swiper-container-ue {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: auto;
  padding-bottom: 10rem;
}

.index-ue .swiper-container-ue .swiper-slide .card-wrapper {
  width: 100%;
}

.index-ue .swiper-container-ue .swiper-slide .card-wrapper .card {
  width: 100%;
}

.index-ue .swiper-container-ue .swiper-slide .card-wrapper .card .card-title {
  color: #333333;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5rem 1rem 0 1rem;
  display: block;
  margin-bottom: 0;
  text-decoration: none;
  line-height: 1.3em;
  height: 3em;
  overflow: hidden;
}

@media (max-width: 990px) {
  .index-ue .swiper-container-ue .swiper-slide .card-wrapper .card .card-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .index-ue .swiper-container-ue .swiper-slide .card-wrapper .card .card-title {
    font-size: 20px;
  }
}

.index-ue .swiper-container-ue .swiper-pagination {
  bottom: 7rem;
}

.index-ue .swiper-container-ue .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}

.index-ue .swiper-container-ue .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

.index-bottom {
  background: #188181;
  color: #ffffff;
}

.index-bottom .container-fluid {
  width: 80%;
}

.index-bottom h2 {
  padding-top: 0;
}

.index-bottom .row {
  padding-top: 0;
}

.index-bottom .row div:first-child {
  border-right: 1px solid #ffffff;
  padding-bottom: 2rem;
}

@media (max-width: 576px) {
  .index-bottom .row div:first-child {
    border-right: none;
  }
}

.index-bottom .list-group .list-group-item {
  padding: 0.5rem 0rem;
}

.index-bottom .list-group a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 200;
}

@media (max-width: 576px) {
  .index-bottom .list-group a {
    font-size: 16px;
  }
}

.index-bottom .list-group a img {
  width: 3rem;
  height: 3rem;
}

.index-bottom .col-md-6 {
  padding: 0 5%;
}

.index-bottom .btn {
  font-weight: normal;
  font-size: 19px;
  background: white;
  color: #188181;
}

.index-ne {
  background: #ffffff;
}

.index-ne.mask::before {
  -webkit-box-shadow: 0px 0px 0px 200px #188181;
          box-shadow: 0px 0px 0px 200px #188181;
}

.index-ne h2 {
  color: #003946;
}

.index-ne .more-link {
  float: right;
  font-size: 14px;
  margin-right: 1.5%;
  margin-bottom: 5px;
}

.index-ne .swiper-button-next,
.index-ne .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/common/arrow_r_g.svg");
}

.index-ne .swiper-button-prev,
.index-ne .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/common/arrow_l_g.svg");
}

.index-ne .swiper-container-ne {
  width: 85%;
  overflow: hidden;
  padding-bottom: 3%;
  margin: 1.5rem auto 0.5rem;
  padding-top: 5px;
}

.index-ne .swiper-container-ne .card-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.index-ne .swiper-container-ne .card {
  position: relative;
  border: none;
  margin: 0 2.5% 0 2.5%;
  width: 95%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.15);
  min-height: 120px;
}

@media (max-width: 768px) {
  .index-ne .swiper-container-ne .card {
    min-height: auto;
  }
}

.index-ne .swiper-container-ne .card .card-body {
  padding: 0 0.5rem;
}

.index-ne .swiper-container-ne .card .card-title {
  color: #333333;
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  padding: 0;
  display: block;
  margin-bottom: 0;
  text-decoration: none;
  line-height: 1.3em;
  height: 3.9em;
  overflow: hidden;
}

@media (max-width: 990px) {
  .index-ne .swiper-container-ne .card .card-title {
    font-size: 20px;
    height: 5.2em;
  }
}

.index-ne .swiper-container-ne .card small {
  color: #333333;
  font-size: 16px;
}

@media (max-width: 990px) {
  .index-ne .swiper-container-ne .card small {
    font-size: 14px;
  }
}

.index-ne .swiper-container-ne .card-img-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 130px;
}

.index-ne .swiper-container-ne .card-img-wrapper img {
  height: 130px;
  width: auto;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.index-ne .swiper-container-ne .discover-link {
  background: #1b8c8c;
}

.index-ne .swiper-container-ne .discover-link a {
  font-weight: 100;
  color: #ffffff;
  height: 130px;
  font-size: 2rem;
}

.index-ne .swiper-container-ne .discover-link a:hover {
  text-decoration: none;
}

.index-ne .swiper-container-ne .discover-link a span {
  margin-left: 0.875rem;
}

.index-ne .swiper-container-ne .swiper-pagination {
  bottom: -15px;
}

.index-ne .swiper-container-ne .swiper-pagination .swiper-pagination-bullet {
  background: #939393;
}

.index-ne .swiper-container-ne .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fcc900;
}

.borderless li {
  border: 0 none;
  background-color: transparent;
}

.absolute {
  position: absolute;
}

/* slidshow */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
}

/* map */
.map-wapper {
  max-width: 80%;
  margin: 0.5rem auto 150px;
}

.map-wapper #eventmap {
  height: 680px;
}

@media (max-width: 768px) {
  .map-wapper #eventmap {
    height: auto;
    padding-bottom: 75%;
  }
}

.my-custom-pin-b span,
.my-custom-pin-ce span,
.my-custom-pin-uc span {
  width: 24px;
  height: 24px;
  display: block;
  left: -12px;
  top: -12px;
  position: relative;
  border-radius: 1rem 1rem 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #ffffff;
}

.my-custom-pin-b span {
  background-color: #583470;
}

.my-custom-pin-ce span {
  background-color: #0c6ad4;
}

.my-custom-pin-uc span {
  background-color: red;
}

.leaflet-popup-content {
  margin: 0;
  min-width: 220px;
}

.leaflet-container a.leaflet-popup-close-button {
  color: #8a503c;
}

.leaflet-popup-content-wrapper {
  background: rgba(225, 225, 225, 0.95);
  overflow: hidden;
}

.leaflet-popup-content-wrapper a {
  display: block;
  text-decoration: none;
}

.leaflet-popup-content-wrapper a .map-title {
  padding: 5px 20px 5px 10px;
  font-weight: bold;
  color: #000000;
  font-size: 1rem;
  display: block;
  background: #cfcfcf;
  border-bottom: 1px solid #c9c9c9;
}

.leaflet-popup-content-wrapper a .map-date,
.leaflet-popup-content-wrapper a .map-content,
.leaflet-popup-content-wrapper a .map-place {
  color: #000000;
  display: block;
  padding: 5px 10px;
}

.leaflet-popup-content-wrapper .map-group .map-content-wapper {
  max-height: 140px;
  overflow: auto;
}

.leaflet-popup-content-wrapper .map-group .map-loc {
  padding: 5px 20px 5px 10px;
  font-weight: bold;
  font-size: 1rem;
  background: #cfcfcf;
}

.leaflet-popup-content-wrapper .map-group .map-title {
  padding: 5px 20px 0 10px;
  font-weight: bold;
  color: #0c6ad4;
  font-size: 0.9rem;
  display: block;
  background: none;
  border-bottom: none;
  border-top: 1px solid #c9c9c9;
}

.leaflet-popup-tip-container .leaflet-popup-tip {
  background: rgba(225, 225, 225, 0.95);
}

.leaflet-top,
.leaflet-bottom {
  z-index: 400;
}

/*menu */
.sf-menu {
  margin-bottom: 0;
  padding: 0;
}

.sf-menu a {
  border: 0;
}

.sf-menu > li:not(:first-child).nav-item > :before {
  content: '|';
  position: absolute;
  top: 25%;
  left: 0;
  height: 0;
  font-size: 14px;
  color: #757575;
  font-weight: 100;
}

@media (max-width: 990px) {
  .sf-menu > li:not(:first-child).nav-item > :before {
    display: none;
  }
}

@media (max-width: 990px) {
  .sf-menu ul {
    top: 0;
  }
}

.sf-menu li {
  background: none;
}

.sf-menu li:hover, .sf-menu li.sfHover {
  background: transparent;
}

.sf-menu li:hover > .nav-link, .sf-menu li.sfHover > .nav-link {
  color: #0c6ad4;
}

.sf-menu li:hover > .nav-link:hover, .sf-menu li:hover > .nav-link:focus, .sf-menu li.sfHover > .nav-link:hover, .sf-menu li.sfHover > .nav-link:focus {
  color: #0c6ad4;
}

.sf-menu li.nav-item .sf-with-ul:after {
  display: none;
}

@media (max-width: 990px) {
  .sf-menu li.nav-item .sf-with-ul:after {
    display: block;
  }
}

.sf-menu li.nav-item > ul {
  min-width: 0;
  border-top: 5px solid #0c6ad4;
  background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 990px) {
  .sf-menu li.nav-item > ul {
    border-top: none;
    position: relative;
    /*
          display: block !important;
          visibility: visible !important;
          */
  }
}

.sf-menu li.nav-item > ul li {
  background: #ffffff;
  padding: 0 5px;
}

@media (max-width: 990px) {
  .sf-menu li.nav-item > ul li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sf-menu li {
    white-space: normal;
  }
}

@media (max-width: 990px) {
  .sf-menu {
    width: 100%;
    font-size: 2em;
    padding-top: 0;
  }
  .sf-menu ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sf-menu > li {
    padding: 5px 10px;
  }
  .sf-menu > li > a {
    color: #0c6ad4 !important;
    font-weight: bold;
  }
}

.top-search .sp {
  color: #757575;
}

@media (max-width: 990px) {
  .top-search {
    display: block;
    padding: 10px;
  }
  .top-search .list-inline-item {
    padding-bottom: 2rem;
    width: 100%;
    text-align: center;
  }
  .top-search .list-inline-item:first-child {
    width: 100%;
  }
  .top-search .list-inline-item:first-child input {
    font-size: 20px !important;
  }
  .top-search .list-inline-item.sp {
    display: none;
  }
  .top-search .list-inline-item span {
    padding: 0.5rem;
  }
  .top-search .form-inline .input-group {
    width: 100%;
  }
}

.sf-arrows .sf-with-ul::after {
  right: 0;
  border-top-color: #333333;
}

.offcanvas {
  width: 100%;
  height: 100%;
}

.offcanvas__container {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

@media (max-width: 990px) {
  .offcanvas__container--open-right {
    -webkit-transform: translate3d(-40%, 0, 0);
            transform: translate3d(-40%, 0, 0);
  }
}

@media (max-width: 768px) {
  .offcanvas__container--open-right {
    -webkit-transform: translate3d(-80%, 0, 0);
            transform: translate3d(-80%, 0, 0);
  }
}

@media (max-width: 576px) {
  .offcanvas__container--open-right {
    -webkit-transform: translate3d(-90%, 0, 0);
            transform: translate3d(-90%, 0, 0);
  }
}

@media (max-width: 990px) {
  .offcanvas__content {
    background: white;
    position: absolute;
    top: 0;
    width: 40%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .offcanvas__content--right {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -ms-transform: none;
  }
}

@media (max-width: 768px) {
  .offcanvas__content {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .offcanvas__content {
    width: 90%;
  }
}

.offcanvas__container--open-right .offcanvas__exit-overlay {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
  -webkit-box-shadow: 4px 0 4px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 4px 0 4px rgba(0, 0, 0, 0.5) inset;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

#totop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 5px;
  z-index: 1000;
  font-size: 20px;
  border: none;
  outline: none;
  color: #0c6ad4;
  cursor: pointer;
  background: none;
}

#totop:hover {
  color: #8a503c;
}

#activitites-list .year {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #dbdbdb4d;
  border-radius: 10px;
}

@media (max-width: 576px) {
  #activitites-list .year {
    border-radius: 0;
  }
}

#activitites-list .btn {
  text-align: left;
}

@media (max-width: 990px) {
  #activitites-list .btn {
    text-align: center;
  }
}

/* events */
#content-list .row {
  padding: 1em 0;
  position: relative;
}

#content-list .row.hash .date {
  color: #000000;
  background: #ffc107;
}

#content-list .row .anchor {
  position: absolute;
  top: -90px;
}

#content-list .date {
  height: 2.3em;
  width: 2.3em;
  display: block;
  background: #0c6ad4;
  color: #ffffff;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 2.3em;
}

#content-list .month {
  font-weight: bold;
  font-size: 1.1rem;
}

#content-list .year {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #dbdbdb4d;
  margin-bottom: 10px;
  border-radius: 10px;
}

@media (max-width: 576px) {
  #content-list .year {
    border-radius: 0;
  }
}

#content-list .title {
  font-size: 1.5rem;
  display: block;
}

#content-list .dateName {
  font-size: 0.8rem;
  margin-right: 10px;
}

#content-list .locName {
  font-size: 0.8rem;
}

#content-list .summary {
  font-size: 1rem;
}

#content-list i {
  margin-right: 5px;
}

#content-list .no-result {
  min-height: 500px;
}

#content-list .transport .title {
  font-size: 1rem;
}

#content-list .transport p {
  font-size: 0.9rem;
}

.event-selector {
  padding: 0;
}

.event-selector label {
  margin-bottom: 0;
}

.event-selector .form-group {
  padding: 0;
  margin: 0;
}

.event-selector select {
  border: 0;
  border-bottom: 1px #0c6ad4 solid;
  border-radius: 0;
  background: none;
}

.event-selector select:focus {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.event-selector .btn-sm {
  padding: 0 1rem;
  border-radius: 15px !important;
}

/* timeline */
ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline::before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
  font-weight: bold;
}

ul.timeline > li::before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #0c6ad4;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

ul.timeline > li ul li {
  list-style-type: none;
}

ul.timeline > li ul li a {
  display: block;
}

/* common */
.img-wrap {
  position: relative;
}

.img-wrap .img-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  overflow: hidden;
}

.img-wrap .img-content > img {
  max-width: 100%;
  max-height: 100%;
  /*width: auto;*/
}

.img-wrap .img-content .icon {
  position: absolute;
  width: 100px !important;
  bottom: 0;
  right: 0;
}

.img-wrap.ratio-4-3 {
  padding-top: 75%;
}

.img-wrap.ratio-16-9 {
  padding-top: 56.25%;
}

.img-wrap.ratio-3-2 {
  padding-top: 66.66%;
}

.img-wrap.ratio-8-5 {
  padding-top: 62.5%;
}

#gallery-list .img-wrap .img-content > img,
.collapse .img-wrap .img-content > img {
  max-width: none;
  max-height: none;
  width: 100%;
}

.btn-outline-primary {
  color: #0c6ad4;
  border-color: #0c6ad4;
}

caption {
  caption-side: top;
}

.skip-link__link {
  display: block !important;
  margin: 0;
  max-height: 0;
  color: #fff;
  position: absolute;
  top: -5000px;
  left: -5000px;
}

.skip-link__link:focus {
  z-index: 999;
  max-height: 1920px;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none;
  left: 45%;
  top: 0;
  background-color: #eeeeee;
  color: #000000;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.skip-link__link_1 {
  display: block;
  margin: 0;
  max-height: 0;
  color: #fff;
  position: absolute;
 /*  bottom: -5000px; */
  left: -5000px;
  width: 100px;
}

.skip-link__link_1:focus {
  z-index: 999;
  max-height: 1920px;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none;
  left: 45%;
  top: 0;
  background-color: #eeeeee;
  color: #000000;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.figure {
  display: block;
}

a {
  color: #004fa3;
}

.btn-primary {
  background-color: #0c6ad4;
  border-color: #0c6ad4;
}
.read-more {
  padding-top: 376px;
}
.list_button {
  color: #fff !important;
  background-color: #0070C0 !important;
}

.list_button:hover {
opacity: 0.9;
}
.grading_table {
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  
}
.grading_table th{
  border: 1px solid black;

}
.grading_table td{
  border: 1px solid black;

}
.grading_table td:nth-child(1){
  text-align: center;
}
.grading_table td:nth-child(2){
  text-align: left;
}
.grading_table td:nth-child(3){
  text-align: center;
}
.grading_table td:nth-child(4){
  text-align: center;
}
.grading_table th:nth-child(2){
  text-align: center;
}

#grading_table{
  text-align: center;
}
.bd-sidebar{
  position: sticky;
  top: 4rem;
  z-index: 1000;
  height: auto;
}
.bd-links{
  max-height: calc(100vh - 9rem);
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: -15px;
  margin-left: -15px;

}
.geninfo{
  height: 24px;
}
/* .collapse:not(.show){
  display: block;
} */
.activities{
  height: 73px;
}

.table1 tr{

  height: 75px;
}

.accordion {
  background-color: #6B6B6B;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.accordion.active, .accordion:hover {
  background-color: #555;
}

.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  /* padding: 0 18px; */
  /* background-color: #f1f1f1; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.grading{
  width: 60%;
}


.grading_ch{
  width: 55%;

}

#align_center{
  display: flex; 
  justify-content: center; 
}

.table_activities > tbody> tr> td{
height : 73px;
}

.location_title{
  font-size: 1rem;
  font-weight: 500;
}

.guidelines_p{
  padding-left: 4rem;
}

.homepage_title{
  font-size: 4rem;
}


/*# sourceMappingURL=style.css.map */