<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 15px; }
  @media (min-width: 992px) {
    html {
      font-size: 16px; } }
  html[lang="tw"] body,
  html[lang="en"] body {
    font-family: "Noto Sans TC", "PingFang TC", 微軟正黑體, "Microsoft JhengHei", sans-serif; }
  html[lang="jp"] body {
    font-family: "Noto Sans JP", sans-serif; }

body {
  color: #212529;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

a {
  color: #008077; }
  a:hover {
    color: #005751; }

.small, small {
  font-size: 90%; }

button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  padding: 0; }
  button:focus {
    outline: 0; }
  button:not(:disabled):not(.disabled) {
    cursor: pointer; }

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-color: rgba(128, 128, 128, 0.2); }

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
  border-color: #dee2e6 !important; }

.container {
  max-width: 1230px; }

.container-lg {
  max-width: 960px; }

.container-md {
  max-width: 720px; }

.container-sm {
  max-width: 540px; }

.container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Noto_Sans_JP/static/NotoSansJP-Light.ttf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Noto_Sans_JP/static/NotoSansJP-Regular.ttf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Noto_Sans_JP/static/NotoSansJP-Medium.ttf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Noto_Sans_JP/static/NotoSansJP-Bold.ttf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Noto_Sans_JP/static/NotoSansJP-Black.ttf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Noto_Sans_TC/NotoSansTC-Light.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Noto_Sans_TC/NotoSansTC-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Noto_Sans_TC/NotoSansTC-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Noto_Sans_TC/NotoSansTC-Bold.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Noto_Sans_TC/NotoSansTC-Black.otf) format("opentype"); }

.eva {
  position: relative;
  top: -1px; }

.text-primary {
  color: #008077 !important; }

.text-danger {
  color: #EC694D !important; }

.text-info {
  color: #EC694D !important; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  line-height: 1.3; }

h1, .h1 {
  font-size: 1.75rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2rem; } }

h2, .h2 {
  font-size: 1.4rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 1.6rem; } }

h3, .h3 {
  font-size: 1.225rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.4rem; } }

h4, .h4 {
  font-size: 1.05rem; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.2rem; } }

h5, .h5 {
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1rem; } }

h6, .h6 {
  font-size: 0.7rem; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 0.8rem; } }

.font-weight-medium {
  font-weight: 500; }

.lead {
  font-weight: 400 !important; }

.badge-primary {
  color: #fff;
  background-color: #008077; }

.badge-danger {
  color: #fff;
  background-color: #EC694D; }

.badge-info {
  color: #fff;
  background-color: #00AFC9; }

.badge {
  padding: .375em .4em .5em;
  border-radius: 0; }
  @media (min-width: 768px) {
    .badge {
      padding: .375em 1em .5em; } }

.block {
  padding: 1rem 0;
  font-size: calc((1.3 - 1) * 1.2vw + 1rem);
  font-weight: 300;
  line-height: 1.5; }
  .block img {
    max-width: 100%; }
  .block strong {
    font-weight: 700; }
  .block p {
    word-wrap: break-word; }
    .block p:last-child {
      margin-bottom: 0; }
  .block .desc {
    margin-top: 1rem;
    text-align: center; }

.breadcrumb {
  max-width: 1200px;
  margin: 0 15px;
  margin-bottom: -1rem;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent; }
  @media (min-width: 1230px) {
    .breadcrumb {
      margin: 0 auto;
      margin-top: 3rem;
      margin-bottom: -1rem; } }

.breadcrumb-item.active {
  color: #808080; }

.breadcrumb-item a {
  color: #212529; }
  .breadcrumb-item a:hover {
    color: #00675f; }

.breadcrumb-item + .breadcrumb-item:before {
  width: 8px;
  height: 1.5625rem;
  display: inline-block;
  padding: 0;
  margin-right: .5rem;
  content: "";
  background: url(../images/icon/arrow_carrot-right.svg) -9px -1px no-repeat;
  background-size: auto 1.5rem;
  vertical-align: middle; }

.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 50rem; }
  .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0; }
  .btn .feather {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
    margin-right: 0.25rem; }

.btn-primary {
  color: #fff !important;
  border: 1px solid #A8C2D2;
  background-color: #A8C2D2; }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    border-color: #8dafc4;
    background-color: #8dafc4; }
  .btn-primary.disabled, .btn-primary:disabled {
    border: 1px solid #A8C2D2;
    background-color: #A8C2D2; }

.btn-warning {
  color: #fff !important;
  border: 1px solid #CCA459;
  background-color: #CCA459; }
  .btn-warning:focus, .btn-warning:hover, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #fff;
    border-color: #c1923b;
    background-color: #c1923b; }
  .btn-warning.disabled, .btn-warning:disabled {
    border: 1px solid #CCA459;
    background-color: #CCA459; }

.btn-light {
  color: #212529 !important;
  border: 1px solid rgba(128, 128, 128, 0.2);
  background-color: rgba(128, 128, 128, 0.2); }
  .btn-light:focus, .btn-light:hover, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    border-color: rgba(108, 108, 108, 0.2);
    background-color: rgba(108, 108, 108, 0.2); }
  .btn-light.disabled, .btn-light:disabled {
    border: 1px solid rgba(128, 128, 128, 0.2);
    background-color: rgba(128, 128, 128, 0.2); }

.btn-outline-primary {
  color: #008077;
  border-color: #008077; }
  .btn-outline-primary:hover {
    border-color: #008077;
    background-color: #008077; }
    .btn-outline-primary:hover .eva {
      fill: #fff; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    border-color: #005751;
    background-color: #005751; }
  .btn-outline-primary .eva {
    fill: #008077;
    -webkit-transition: fill .15s;
    -o-transition: fill .15s;
    transition: fill .15s; }

.card {
  border: 0;
  border-radius: 1rem; }
  @media (min-width: 768px) {
    .card .card-body {
      padding: 1.25rem 2rem; } }

.card-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .card-item {
      margin-bottom: 3rem; } }
  .card-item a {
    color: #212529; }
    .card-item a:hover {
      text-decoration: none; }
  .card-item .card-image {
    position: relative;
    padding-bottom: 66.7%; }
    .card-item .card-image img {
      width: 100%;
      height: 100%;
      position: absolute;
      -o-object-fit: cover;
      object-fit: cover; }
  .card-item .card-body {
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .card-item .card-body .card-info {
      margin-bottom: 0.5rem; }
    .card-item .card-body .card-title {
      max-width: 100%;
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0.75rem 0;
      font-weight: 500;
      line-height: 1.3; }
    .card-item .card-body .card-text {
      -webkit-line-clamp: 2;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      word-wrap: break-word;
      margin-bottom: 0.75rem;
      font-weight: 500; }
      .card-item .card-body .card-text:last-child {
        margin-bottom: 0; }
    .card-item .card-body .card-date {
      color: #808080;
      font-weight: 500; }

.card-f-link a {
  position: relative;
  display: block;
  padding-bottom: 31.1%; }

.card-f-link img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover; }

.check-button-group {
  margin-top: -0.75rem;
  margin-bottom: 0.125rem; }

.check-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.75rem;
  margin-right: 0.5rem; }
  .check-button .check-button-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .check-button .check-button-input:checked ~ .check-button-label {
      color: #fff;
      border-color: #008077;
      background-color: #008077; }
  .check-button .check-button-label {
    margin-bottom: 0;
    padding: .375rem 1rem;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: .25rem;
    cursor: pointer; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #008077;
  background-color: #008077; }

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #008077 !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control-input:active ~ .custom-control-label::before {
  background-color: #008077 !important; }

.custom-control-label {
  cursor: pointer; }
  .custom-control-label:before, .custom-control-label:after {
    width: 1.125rem;
    height: 1.125rem;
    top: 2px;
    left: -1.6rem; }

.custom-checkbox, .custom-radio {
  padding-left: 1.6rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 0.625rem; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-size: 0.5rem; }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.1rem);
  -ms-transform: translateX(1.1rem);
  transform: translateX(1.1rem); }

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 2.3125rem;
  border-radius: 1rem; }

.custom-switch .custom-control-label:after {
  top: calc(.12rem + 2px);
  left: calc(-2.15rem + 2px);
  width: calc(1rem - 3px);
  height: calc(1rem - 3px);
  background-color: rgba(128, 128, 128, 0.7); }

.custom-file-input:lang(tw) ~ .custom-file-label::after {
  content: "瀏覽"; }

.dropdown-toggle:after {
  width: 13px;
  height: 13px;
  border: 0;
  background: url(../images/icon/arrow_carrot-down.svg) 50% 50% no-repeat;
  background-size: 22px auto;
  margin-left: 0em;
  vertical-align: 0.1em; }

.dropdown-menu {
  min-width: auto;
  border-radius: 0;
  border: 0; }

.dropdown-item {
  color: #212529;
  border-radius: 0 !important; }
  .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    color: #0860AE;
    background-color: #fff; }

.editor-content * {
  word-wrap: break-word;
  word-break: break-all;
  word-spacing: initial;
  white-space: normal !important; }

.editor-content a {
  text-decoration: underline; }

.editor-content img {
  max-width: 100%;
  height: auto !important; }

.editor-content p:last-of-type {
  margin-bottom: 0; }

.editor-content table {
  width: 100% !important;
  margin: 0 auto;
  table-layout: fixed; }
  .editor-content table thead th, .editor-content table thead td {
    border-bottom-width: 2px; }
  .editor-content table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .editor-content table th, .editor-content table td {
    border: 1px solid #dee2e6; }
  .editor-content table p {
    margin-bottom: 0; }

.editor-content td {
  width: 100%;
  text-align: center !important; }

.editor-content iframe {
  width: 100%; }

.editor-content figure {
  margin: 0; }

.editor-content .media {
  display: block !important; }

.error {
  color: #EC694D; }

em.error {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  font-style: normal; }

.nav-tabs {
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  border-bottom: 0; }
  @media (max-width: 991px) {
    .nav-tabs {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden; } }
  @media (min-width: 768px) {
    .nav-tabs {
      margin-top: -1rem;
      margin-bottom: 3rem; } }
  .nav-tabs .nav-link {
    color: #808080;
    border: 0;
    border-radius: 0;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: color .15s, border .15s;
    -o-transition: color .15s, border .15s;
    transition: color .15s, border .15s; }
    @media (min-width: 768px) {
      .nav-tabs .nav-link {
        font-size: 1.125rem; } }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      color: #212529; }
    .nav-tabs .nav-link.active {
      font-weight: 500;
      color: #000;
      -webkit-box-shadow: inset 0 -3px 0 0 #008077;
      box-shadow: inset 0 -3px 0 0 #008077; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 0; }
  .pagination .page-item.active .page-link {
    background-color: #243E55; }
  .pagination .page-item.disabled .page-link {
    opacity: 0.15; }
  .pagination .page-link {
    color: #243E55;
    border: 0; }
    .pagination .page-link:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .pagination .page-link svg path {
      fill: #243E55; }

.table-resp {
  margin-bottom: 1rem;
  padding: 0;
  border-top: 1px solid #dee2e6; }
  .table-resp [class*="col-"] {
    position: static;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .table-resp li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: .125rem 0;
    border-bottom: 1px solid #dee2e6; }
    @media (min-width: 576px) {
      .table-resp li {
        padding: .25rem 0; } }
  .table-resp .header {
    display: none; }
    @media (min-width: 576px) {
      .table-resp .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .table-resp .header [class*="col-"] {
      white-space: nowrap; }
  @media (max-width: 575px) {
    .table-resp .detail [class*="col-"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .table-resp .detail span {
    text-align: right; }
    @media (min-width: 768px) {
      .table-resp .detail span {
        text-align: left; } }
  .table-resp .label {
    color: #808080;
    white-space: nowrap; }
    @media (min-width: 576px) {
      .table-resp .label {
        display: none; } }

.table td, .table th {
  vertical-align: middle; }

.noscript {
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  color: #fff;
  background-color: #4d4d4d;
  text-align: center; }

.accessibility a {
  top: 10px;
  left: 10px;
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 1090;
  white-space: nowrap;
  overflow: hidden;
  color: #212529; }
  .accessibility a:focus {
    width: auto;
    height: auto;
    padding: 6px;
    background-color: #fff; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.section {
  position: relative;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .section {
      padding: 3rem 0; } }
  .section .section {
    padding: 1rem 0; }
    .section .section:first-child {
      padding-top: 0; }

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .section-header {
      margin-bottom: 3rem; } }
  .section-header a {
    color: #212529;
    font-weight: 500; }
  .section-header h3 {
    margin-bottom: 0; }
  .section-header .eva {
    top: -2px; }

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  font-size: 1.575rem; }
  @media (min-width: 768px) {
    .section-title {
      margin-bottom: 3rem;
      font-size: 1.75rem; } }
  .section-title:before {
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    content: "";
    margin-left: 0.125rem;
    margin-top: 0.35rem;
    margin-right: 1rem;
    background-color: #243E55;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media (min-width: 768px) {
      .section-title:before {
        margin-top: 0.65rem;
        margin-left: 0; } }

.section-text {
  margin-bottom: 0;
  font-size: 1.225rem; }
  @media (min-width: 768px) {
    .section-text {
      font-size: 1.4rem; } }

.section-hr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0.5rem 15px; }
  @media (min-width: 992px) {
    .section-hr {
      margin: 0.5rem auto; } }
  .section-hr.with-icon {
    margin-top: 2rem; }
    @media (min-width: 992px) {
      .section-hr.with-icon {
        margin-top: 0.5rem; } }
    .section-hr.with-icon:before {
      width: calc(100% - 80px); }
      @media (min-width: 992px) {
        .section-hr.with-icon:before {
          width: calc(100% - 138px); } }
    .section-hr.with-icon .icon {
      top: -30px;
      right: 0;
      position: absolute;
      max-width: 90px; }
      @media (min-width: 992px) {
        .section-hr.with-icon .icon {
          top: -42px;
          right: 0;
          position: absolute;
          max-width: 146px;
          margin-left: -0.5rem; } }
  .section-hr:before {
    content: "";
    width: 100%;
    border-top: 1px solid #008077; }
    @media (min-width: 992px) {
      .section-hr:before {
        border-top: 2px solid #008077; } }

.page-banner {
  position: relative;
  padding-bottom: 32.3%; }
  @media (min-width: 768px) {
    .page-banner {
      padding-bottom: 26.24%; } }
  .page-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }

.page-end-button {
  text-align: center; }
  @media (min-width: 768px) {
    .page-end-button {
      text-align: right; } }

.footer {
  position: relative;
  margin-top: 3rem;
  color: #fff;
  font-size: 0.9375rem;
  background-color: #008077; }
  @media (min-width: 768px) {
    .footer {
      margin-top: 6rem; } }
  .footer a {
    color: #fff; }
  .footer .footer-body {
    padding: 3rem 0 1.5rem; }
    .footer .footer-body [class*="col-"] {
      text-align: center; }
      @media (min-width: 992px) {
        .footer .footer-body [class*="col-"] {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%; } }
      .footer .footer-body [class*="col-"] p {
        font-size: 1rem; }
  .footer .footer-footer {
    padding: 2rem 0;
    background-color: #008077; }
    @media (min-width: 768px) {
      .footer .footer-footer {
        background-color: #515150; } }
    .footer .footer-footer .logos img {
      margin-right: 0.75rem; }

.navbar {
  background-color: #fff; }
  .navbar .container {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .navbar .navbar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 0.75rem; }
    @media (min-width: 992px) {
      .navbar .navbar-logo {
        margin-right: 1.5rem; } }
  .navbar .navbar-brand {
    width: 153px;
    margin-right: 0;
    padding-bottom: 19.2%;
    background: url(../images/logo.png) 50% 50% no-repeat;
    background-size: contain;
    text-indent: -9999px;
    font: 0/0 a;
    color: transparent; }
    @media (min-width: 992px) {
      .navbar .navbar-brand {
        width: 269px;
        padding-bottom: 20.5%; } }
  .navbar .navbar-func {
    top: 0.25rem;
    right: 2.5rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.375rem 0; }
    @media (min-width: 992px) {
      .navbar .navbar-func {
        top: 0;
        right: 15px; } }
    .navbar .navbar-func .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 0.5rem;
      color: #212529;
      font-size: 0.875rem;
      font-weight: bold;
      border-left: 1px solid #000;
      line-height: 1.7; }
      .navbar .navbar-func .nav-link .eva {
        width: 18px;
        height: 18px;
        top: 1px; }
  .navbar .navbar-toggler {
    padding: .25rem .375rem;
    padding-right: 0;
    border: 0; }
    .navbar .navbar-toggler[aria-expanded="false"] .eva-menu {
      display: block; }
    .navbar .navbar-toggler[aria-expanded="false"] .eva-close {
      display: none; }
    .navbar .navbar-toggler[aria-expanded="true"] .eva-menu {
      display: none; }
    .navbar .navbar-toggler[aria-expanded="true"] .eva-close {
      display: block; }
    .navbar .navbar-toggler .eva {
      width: 32px;
      height: 32px; }
  .navbar .navbar-collapse {
    margin-top: 0.5rem; }
    @media (max-width: 991px) {
      .navbar .navbar-collapse {
        height: calc(100vh - 60px);
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 28px 1rem;
        overflow: auto;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    @media (min-width: 992px) {
      .navbar .navbar-collapse {
        margin-top: 2.15rem;
        margin-left: 1rem; } }
  @media (max-width: 991px) {
    .navbar .navbar-nav .nav-item {
      border-bottom: 2px solid #008077; }
      .navbar .navbar-nav .nav-item:last-child {
        border-bottom: 0; } }
  .navbar .navbar-nav .nav-link {
    padding: 0.75rem 0;
    font-size: 1.125rem;
    font-weight: 500;
    color: #212529;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .navbar .navbar-nav .nav-link {
        padding: 0.5rem 0.75rem; } }
    .navbar .navbar-nav .nav-link:hover {
      color: #008077; }
  .navbar .navbar-nav .dropdown.show .dropdown-toggle:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (max-width: 991px) {
    .navbar .navbar-nav .dropdown-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .navbar .navbar-nav .dropdown-toggle:after {
        position: relative;
        top: -1px;
        right: 0.5rem; } }
  @media (max-width: 991px) {
    .navbar .navbar-nav .dropdown-menu {
      margin-top: -1rem; }
      .navbar .navbar-nav .dropdown-menu .dropdown-item {
        color: #808080;
        padding-left: 1.125rem;
        padding-right: 1.125rem; } }

.home-slider .home-slide {
  position: relative;
  display: block;
  padding-bottom: 50%; }
  @media (min-width: 768px) {
    .home-slider .home-slide {
      padding-bottom: 40.32%; } }
  .home-slider .home-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover; }

@media (max-width: 767px) {
  .exhibition-list .col-md-4 {
    display: none; }
    .exhibition-list .col-md-4:first-child {
      display: block; } }

.home-news-list {
  list-style: none;
  margin: -1rem 0 -0.5rem;
  padding: 0; }
  .home-news-list li {
    padding: 0.5rem 0; }
    .home-news-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .home-news-list li a .label {
        width: 15px;
        height: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        content: "";
        margin-left: 0.25rem;
        margin-right: 1rem;
        background-color: #808080;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .home-news-list li a .title {
        max-width: 100%;
        display: block;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.125rem;
        font-weight: 500;
        color: #212529; }

.friendly-link {
  margin-top: -1.5rem; }
  @media (min-width: 992px) {
    .friendly-link {
      margin-left: -2rem;
      margin-right: -2rem; } }
  .friendly-link [class*="col-"] {
    margin-top: 1.5rem; }
    @media (min-width: 992px) {
      .friendly-link [class*="col-"] {
        padding-right: 2rem;
        padding-left: 2rem; } }

.news-list {
  list-style: none;
  margin: -0.75rem 0;
  padding: 0; }
  .news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 0;
    border-bottom: 1px solid #008077; }
    .news-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.125rem;
      font-weight: 500;
      color: #212529; }
    .news-list li .badge {
      color: #fff;
      margin-right: 1rem; }
      @media (min-width: 768px) {
        .news-list li .badge {
          margin-right: 2rem; } }
    .news-list li .title {
      max-width: 100%;
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 1rem; }
    .news-list li .date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: auto;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        .news-list li .date {
          font-size: 1.125rem;
          font-weight: 500; } }

.search-list {
  list-style: none;
  padding: 0; }
  .search-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #008077; }
    .search-list li a {
      color: #212529; }
    .search-list li .title {
      margin-bottom: 0.5rem;
      font-size: 1.125rem;
      font-weight: 500; }
    .search-list li .text {
      margin-bottom: 0; }

.download-title {
  margin: 3rem 0 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #008077;
  font-size: 1.225rem; }
  @media (min-width: 768px) {
    .download-title {
      font-size: 1.4rem; } }

.download-list {
  list-style: none;
  margin: -0.75rem 0.5rem 0;
  padding: 0; }
  .download-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 0;
    border-bottom: 1px solid #008077; }
    .download-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.125rem;
      font-weight: 500;
      color: #212529; }
    .download-list li .info {
      margin-left: auto;
      font-size: 1.125rem;
      font-weight: 500; }

.badge-title {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-weight: 900;
  color: #CCA459;
  border: 2px solid #CCA459;
  border-radius: 0.5rem; }

.bib-header {
  text-align: center; }
  @media (max-width: 767px) {
    .bib-header img {
      max-height: 68px; } }

.bib-menu {
  margin: 1.5rem auto;
  text-align: center; }
  @media (min-width: 768px) {
    .bib-menu {
      margin: 3rem auto 4rem; } }
  .bib-menu a {
    display: block;
    margin: 0.01rem 1rem;
    color: #212529;
    font-size: calc((1.3 - 1) * 1.2vw + 1rem);
    font-weight: 300; }
    @media (min-width: 768px) {
      .bib-menu a {
        display: inline-block; } }
    .bib-menu a.active {
      text-decoration: underline; }

.bib-content {
  font-size: calc((1.3 - 1) * 1.2vw + 1rem); }

.bib-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .bib-list li {
    margin-bottom: 10%; }
    @media (min-width: 768px) {
      .bib-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .bib-list li:nth-child(even) .item:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-right: 0;
      margin-left: 10%; }
    .bib-list li:nth-child(even) .item:last-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    @media (min-width: 768px) {
      .bib-list li .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%; } }
    .bib-list li .item:first-child {
      margin-bottom: 5vw; }
      @media (min-width: 768px) {
        .bib-list li .item:first-child {
          margin-bottom: 0;
          margin-right: 10%; } }
    .bib-list li .item img {
      max-width: 100%; }
    .bib-list li .item .content {
      width: 80%; }
      .bib-list li .item .content .title {
        display: block;
        margin-bottom: 1rem;
        font-size: calc((2.8 - 1) * 1.2vw + 1rem);
        color: #212529;
        line-height: 1.3; }
        .bib-list li .item .content .title:hover {
          text-decoration: none; }
      .bib-list li .item .content .more {
        font-size: calc((1.3 - 1) * 1.2vw + 1rem);
        font-weight: 300;
        color: #808080;
        text-decoration: underline; }

@media (min-width: 768px) {
  .bib-article {
    width: 88%;
    margin: 0 auto; } }

.bib-title {
  margin-bottom: 1.5rem;
  font-size: calc((4 - 1) * 1.2vw + 1rem);
  font-weight: 400;
  line-height: 1.4em; }

.bib-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -2.5rem;
  padding: 3vw 6vw 3vw; }
  @media (min-width: 768px) {
    .bib-pagination {
      margin-bottom: -6rem; } }
  .bib-pagination .prev,
  .bib-pagination .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    font-size: calc((2.2 - 1) * 1.2vw + 1rem);
    color: #212529;
    line-height: 1; }
    .bib-pagination .prev:hover,
    .bib-pagination .next:hover {
      text-decoration: none; }
  .bib-pagination .prev {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: 0;
    margin-right: auto;
    text-align: left; }
    .bib-pagination .prev .icon {
      margin-right: 1.5rem; }
  .bib-pagination .next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
    .bib-pagination .next .icon {
      margin-left: 1.5rem; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  /*opacity: 0.8;*/
  opacity: 0.5; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  /*font-size: 28px;*/
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  /*top: -40px;*/
  top: -44px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  /*font-size: 12px;*/
  font-size: 0.75rem;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -32px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #555;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #555;
      opacity: 0.75; }

.fc .fc-toolbar.fc-header-toolbar {
  margin: 0.5rem 0; }

.fc-toolbar-chunk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fc .fc-toolbar-title {
  font-size: 1.25rem;
  font-weight: 400; }
  @media (min-width: 768px) {
    .fc .fc-toolbar-title {
      font-size: 1.5rem; } }

.fc .fc-button-primary {
  color: #212529;
  border: 0;
  background-color: transparent; }

.fc table {
  font-size: 0.9375rem;
  background-color: #fff; }

.fc .fc-col-header-cell {
  padding: .5rem 0; }

.fc .fc-daygrid-day-number {
  padding: .625rem .75rem; }

.fc .fc-daygrid-day.fc-day-today {
  background: #fff3e8 !important; }

.fc-event-title {
  margin-left: 4px;
  font-weight: 500; }

.fc-daygrid-event {
  font-size: inherit; }

.sk-bounce {
  margin-left: -5px; }

#holdon-message h4 {
  font-size: 1.25rem; }
  @media (min-width: 992px) {
    #holdon-message h4 {
      font-size: 1.375rem; } }

.swal-modal {
  border-radius: 0; }
  .swal-modal .swal-button {
    margin-bottom: 12px;
    padding-top: 6px;
    padding-bottom: 7px;
    font-weight: 400;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s; }
    .swal-modal .swal-button--confirm {
      background-color: #008077 !important; }
      .swal-modal .swal-button--confirm:hover {
        background-color: #004d48 !important; }

.slick-prev, .slick-next {
  top: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slick-prev:before, .slick-next:before {
    display: none; }

.slick-prev {
  left: 1%;
  background: url(../images/icon/arrow_left-grey.png) 50% 50% no-repeat !important; }

.slick-next {
  right: 1%;
  background: url(../images/icon/arrow_right-grey.png) 50% 50% no-repeat !important; }

.slick-slide a:focus {
  outline-offset: -3px; }

/*# sourceMappingURL=style.css.map */</pre></body></html>