@charset "UTF-8";
:root {
  --font-size-h1: 32px;
  --font-size-h2: 22px;
  --font-size-h3: 16px;
  --font-size-h4: 14px;
  --body-font-size: 16px; }

@media only screen and (max-width: 900px) {
  :root {
    --font-size-h1: 24px;
    --font-size-h2: 18px;
    --font-size-h3: 16px;
    --font-size-h4: 14px;
    --body-font-size: 16px; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Proxima Nova", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  line-height: 1.3;
  background-color: #FFF;
  font-size: var(--body-font-size);
  color: #606060;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  min-width: 300px; }

h1 {
  font-size: var(--font-size-h1); }

h2, h1.title {
  font-size: var(--font-size-h2); }

h3 {
  font-size: var(--font-size-h3); }

h4 {
  font-size: var(--font-size-h4); }

h5 {
  font-size: var(--font-size-h5); }

h6 {
  font-size: var(--font-size-h6); }

h1, h1.title, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-weight: 600; }

a, a:focus, a:hover, a:active, a:visited {
  color: #444;
  text-decoration: none;
  outline: 0;
  display: block;
  cursor: pointer;
  background-color: transparent; }

a, button, [role="button"], [type="button"], [type="submit"] {
  font-family: inherit;
  background-color: transparent;
  cursor: pointer; }
  a:focus, a:hover, button:focus, button:hover, [role="button"]:focus, [role="button"]:hover, [type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover {
    opacity: 0.8 !important; }

button, [type="submit"] {
  padding: 0;
  margin: 0;
  border: 0; }
  button:focus, button:focus, button:focus, [type="submit"]:focus, [type="submit"]:focus, [type="submit"]:focus {
    outline: 0 !important; }

a, button, [type="button"], [role="button"], [type="submit"] {
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s; }

em {
  font-weight: 600;
  font-style: normal; }

img {
  display: block;
  width: 100%;
  height: auto; }

ul {
  padding: 0;
  margin: 0; }

li, li:focus {
  list-style: none; }

input {
  width: 100%;
  padding: 0;
  margin: 0;
  outline: 0; }
  input:hover, input:focus {
    outline: 0; }

.radio-inline input {
  width: inherit; }

label {
  font-weight: 400; }

b, strong {
  font-weight: 600; }

[type="radio"] {
  cursor: pointer; }

.form-control[readonly] {
  background-color: white; }

#content {
  padding-bottom: 50px; }

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -1px;
  left: 1px;
  position: relative;
  background-color: white;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  cursor: pointer; }

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -1px;
  left: 1px;
  position: relative;
  background-color: #32BCC8;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white; }

strong.translation_scope {
  font-weight: 400; }
  strong.translation_scope:hover {
    background-color: yellow; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container::before, .container::after {
    content: '';
    display: table; }
  .container::after {
    clear: both; }

.owl-carousel {
  visibility: hidden;
  min-height: 50px; }
  .owl-carousel.owl-loaded {
    visibility: visible; }
  .owl-carousel .owl-item {
    visibility: hidden;
    width: 1000px; }
    .owl-carousel .owl-item.active {
      visibility: visible; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%; }
    .owl-carousel .owl-nav::before, .owl-carousel .owl-nav::after {
      content: '';
      display: table; }
    .owl-carousel .owl-nav::after {
      clear: both; }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
      position: relative;
      background-color: #575756;
      width: 30px;
      height: 50px;
      font-size: 30px;
      color: white; }
      .owl-carousel .owl-nav button.owl-prev .icon-wrapper, .owl-carousel .owl-nav button.owl-next .icon-wrapper {
        position: absolute;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        height: 30px; }
    .owl-carousel .owl-nav button.owl-prev {
      float: left; }
    .owl-carousel .owl-nav button.owl-next {
      float: right; }
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%; }
    .owl-carousel .owl-dots .owl-dot {
      margin-right: 10px; }
      .owl-carousel .owl-dots .owl-dot:last-child {
        margin-right: 0; }
      .owl-carousel .owl-dots .owl-dot.active span {
        background-color: white;
        box-shadow: 0 0 2px rgba(255, 255, 255, 0.5), 1px 1px 5px rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5), 1px 1px 5px rgba(255, 255, 255, 0.3);
        -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5), 1px 1px 5px rgba(255, 255, 255, 0.3); }
        .owl-carousel .owl-dots .owl-dot.active span:hover, .owl-carousel .owl-dots .owl-dot.active span:active, .owl-carousel .owl-dots .owl-dot.active span:focus, .owl-carousel .owl-dots .owl-dot.active span:visited {
          background-color: white; }
      .owl-carousel .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #575756;
        box-shadow: 0 0 2px rgba(87, 87, 86, 0.5), 1px 1px 5px rgba(87, 87, 86, 0.3);
        -webkit-box-shadow: 0 0 2px rgba(87, 87, 86, 0.5), 1px 1px 5px rgba(87, 87, 86, 0.3);
        -moz-box-shadow: 0 0 2px rgba(87, 87, 86, 0.5), 1px 1px 5px rgba(87, 87, 86, 0.3);
        display: inline-block; }
        .owl-carousel .owl-dots .owl-dot span:hover, .owl-carousel .owl-dots .owl-dot span:active, .owl-carousel .owl-dots .owl-dot span:focus, .owl-carousel .owl-dots .owl-dot span:visited {
          background-color: #575756; }

.blocker {
  z-index: 9998; }

.modal {
  padding: 5px;
  z-index: 9999;
  background: white;
  box-shadow: none; }

#alertModal {
  padding: 15px; }
  #alertModal .modal-header {
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 3px; }
    #alertModal .modal-header .modal-title {
      font-size: var(--font-size-h2);
      font-weight: 600; }
  #alertModal .modal-footer {
    border-top: 1px solid #CCC;
    margin-top: 15px;
    padding-top: 15px;
    text-align: right; }
    #alertModal .modal-footer .modal-close {
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid #CCC;
      border-radius: 4px; }
      #alertModal .modal-footer .modal-close:hover {
        background-color: #E6E6E6;
        border-color: #ADADAD; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 700px) {
  .container {
    max-width: 750px; } }
@media (min-width: 768px) {
  .container {
    max-width: 750px; } }
@media (min-width: 892px) {
  .container {
    max-width: 860px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1100px) {
  .container {
    max-width: 1040px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid::before, .container-fluid::after {
    content: '';
    display: table; }
  .container-fluid::after {
    clear: both; }

.fb_iframe_widget {
  line-height: 0.2;
  margin-right: 15px; }

.fb_iframe_widget_fluid {
  display: inline-block !important; }

.btn_weibo {
  -webkit-appearance: none !important; }

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  opacity: 0; }
  .b-lazy.b-loaded, .b-lazy.b-error {
    opacity: 1; }

.custom-loading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #EDEDED; }
  .custom-loading-container .loader {
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round; }
  .custom-loading-container circle {
    fill: none;
    stroke-width: 3.5;
    animation-name: preloader;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 170px 170px;
    will-change: transform; }
    .custom-loading-container circle:nth-of-type(1) {
      stroke-dasharray: 550; }
    .custom-loading-container circle:nth-of-type(2) {
      stroke-dasharray: 500; }
    .custom-loading-container circle:nth-of-type(3) {
      stroke-dasharray: 450; }
    .custom-loading-container circle:nth-of-type(4) {
      stroke-dasharray: 300; }
    .custom-loading-container circle:nth-of-type(1) {
      animation-delay: -0.15s; }
    .custom-loading-container circle:nth-of-type(2) {
      animation-delay: -0.3s; }
    .custom-loading-container circle:nth-of-type(3) {
      animation-delay: -0.45s; }
    .custom-loading-container circle:nth-of-type(4) {
      animation-delay: -0.6s; }

@keyframes preloader {
  50% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }
.form-check {
  position: relative;
  display: block;
  margin-bottom: 5px; }

.form-check-label {
  padding-left: 19px;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 5px;
  margin-left: -19px !important;
  width: auto;
  vertical-align: top; }
  .form-check-input:only-child {
    position: static; }

.carousel {
  margin-bottom: 20px; }
  .carousel .carousel-indicators {
    bottom: 4%;
    margin-bottom: 0; }
  .carousel .carousel-inner .item .carousel-caption {
    text-align: left;
    left: 55px;
    text-shadow: 1px 1px 20px black;
    bottom: 50px; }
    .carousel .carousel-inner .item .carousel-caption .tag {
      font-size: var(--font-size-h3);
      padding: 6px 7px 9px 7px;
      margin-bottom: 5px; }
  .carousel .carousel-control {
    background: transparent !important; }
    .carousel .carousel-control:hover {
      background: transparent !important; }

@media only screen and (max-width: 768px) {
  .mobi-margin-top-15 {
    margin-top: 15px; }

  .mobi-margin-bot-15 {
    margin-bottom: 15px; }

  .mobi-btn {
    width: 100% !important; }

  .container-fluid {
    margin-bottom: 5px; }

  .carousel .item .carousel-caption {
    left: 5%; }
  .carousel .item .tag {
    padding: 4px 5px 6px 5px; } }
.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::before, .row::after {
    content: '';
    display: table; }
  .row::after {
    clear: both; }
  .row.row-opt {
    margin-left: -5px;
    margin-right: -5px; }

.col-mobi, .col-mobi-33, .col-mobi-50,
.col-tab, .col-tab-12, .col-tab-26, .col-tab-50,
.col-desk, .col-desk-7, .col-desk-8, .col-desk-10, .col-desk-12, .col-desk-13, .col-desk-16, .col-desk-18, .col-desk-19, .col-desk-20,
.col-desk-21, .col-desk-23, .col-desk-25, .col-desk-26, .col-desk-30, .col-desk-33, .col-desk-40, .col-desk-41,
.col-desk-46, .col-desk-50,
.col-desk-58 .col-desk-59, .col-desk-70, .col-desk-74, .col-desk-91 {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  .col-mobi.col-opt, .col-mobi-33.col-opt, .col-mobi-50.col-opt,
  .col-tab.col-opt, .col-tab-12.col-opt, .col-tab-26.col-opt, .col-tab-50.col-opt,
  .col-desk.col-opt, .col-desk-7.col-opt, .col-desk-8.col-opt, .col-desk-10.col-opt, .col-desk-12.col-opt, .col-desk-13.col-opt, .col-desk-16.col-opt, .col-desk-18.col-opt, .col-desk-19.col-opt, .col-desk-20.col-opt,
  .col-desk-21.col-opt, .col-desk-23.col-opt, .col-desk-25.col-opt, .col-desk-26.col-opt, .col-desk-30.col-opt, .col-desk-33.col-opt, .col-desk-40.col-opt, .col-desk-41.col-opt,
  .col-desk-46.col-opt, .col-desk-50.col-opt,
  .col-desk-58 .col-desk-59.col-opt, .col-desk-70.col-opt, .col-desk-74.col-opt, .col-desk-91.col-opt {
    padding-left: 5px;
    padding-right: 5px; }

.col-desk {
  width: 100%; }

.col-desk-7 {
  width: 7%; }

.col-desk-8 {
  width: 8.33333333%; }

.col-desk-10 {
  width: 10%; }

.col-desk-left-10 {
  margin-left: 10%; }

.col-desk-12 {
  width: 12%; }

.col-desk-13 {
  width: 13%; }

.col-desk-left-13 {
  margin-left: 13%; }

.col-desk-16 {
  width: 16%; }

.col-desk-left-16 {
  margin-left: 16%; }

.col-desk-18 {
  width: 18%; }

.col-desk-19 {
  width: 19%; }

.col-desk-20 {
  width: 20%; }

.col-desk-21 {
  width: 21%; }

.col-desk-23 {
  width: 23%; }

.col-desk-left-25 {
  margin-left: 25%; }

.col-desk-25 {
  width: 25%; }

.col-desk-left-26 {
  margin-left: 26%; }

.col-desk-26 {
  width: 26%; }

.col-desk-30 {
  width: 30%; }

.col-desk-33 {
  width: 33.33333333%; }

.col-desk-40 {
  width: 40%; }

.col-desk-41 {
  width: 41%; }

.col-desk-46 {
  width: 46%; }

.col-desk-50 {
  width: 50%; }

.col-desk-58 {
  width: 58.33333333%; }

.col-desk-59 {
  width: 59%; }

.col-desk-left-50 {
  margin-left: 50%; }

.col-desk-66 {
  width: 66.66666666%; }

.col-desk-70 {
  width: 70%; }

.col-desk-74 {
  width: 74%; }

.col-desk-91 {
  width: 91.66666666%; }

.email, .phone, .link {
  display: inline-block; }
  .email:hover, .email:active, .email:focus, .email:visited, .phone:hover, .phone:active, .phone:focus, .phone:visited, .link:hover, .link:active, .link:focus, .link:visited {
    display: inline-block; }

.link {
  color: #216B99; }
  .link:hover, .link:active, .link:focus, .link:visited {
    color: #216B99; }

.underline {
  text-decoration: underline; }

.italic {
  font-style: italic; }

.semi-bold {
  font-weight: 600; }

.displayBlockImportant {
  display: block !important; }

.text-center {
  text-align: center; }

.min-height-200 {
  min-height: 200px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.subscription-checkbox {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: calc(100% - 110px);
  vertical-align: middle; }
  .subscription-checkbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #979797;
    border-radius: 3px;
    background-color: white; }
    .subscription-checkbox label:after {
      content: '';
      width: 10px;
      height: 5px;
      position: absolute;
      top: 3px;
      left: 3px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg); }
    .subscription-checkbox label:hover::after {
      opacity: 0.5; }
  .subscription-checkbox input[type="checkbox"] {
    visibility: hidden;
    width: auto;
    margin-right: 12px;
    height: auto; }
    .subscription-checkbox input[type="checkbox"]:checked + label:after {
      opacity: 1; }
  .subscription-checkbox .description {
    position: absolute;
    top: 0;
    left: 25px;
    line-height: 20px;
    white-space: nowrap;
    color: black; }

@media only screen and (max-width: 768px) {
  .col-mobi {
    width: 100%; }

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

  .col-mobi-left-0 {
    margin-left: 0; }

  .col-mobi-33 {
    width: 33.33333333%; }

  .col-mobi-50 {
    width: 50%; } }
.ic-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 50px; }
  .ic-wrapper > img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .ic-wrapper > img.portrait {
      width: 100%;
      height: auto; }

.aboutus .banner .ic-wrapper {
  height: 640px; }

.upcoming .p-item-big .ic-wrapper {
  height: 510px; }
.upcoming .pp-item .ic-wrapper {
  height: 176px; }

.recent .r-item .ic-wrapper {
  height: 240px; }

.view .v-item .ic-wrapper {
  height: 186px; }

.pe .pe-item .ic-wrapper {
  height: 186px; }

@media only screen and (max-width: 1199px) {
  .recent .r-short .ic-wrapper > img.portrait {
    width: auto;
    height: 100%; } }
@media only screen and (max-width: 1099px) {
  .aboutus .banner .ic-wrapper {
    height: 549.5px; }

  .upcoming .p-item-big .ic-wrapper {
    height: 437px; }

  .view .v-item .ic-wrapper {
    height: 172px; }

  .pe .pe-item .ic-wrapper {
    height: 172px; } }
@media only screen and (max-width: 991px) {
  .aboutus .banner .ic-wrapper {
    height: 495.5px; }

  .upcoming .p-item-big .ic-wrapper {
    height: 390px; }

  .view .v-item .ic-wrapper {
    height: 140.5px; }

  .pe .pe-item .ic-wrapper {
    height: 140.5px; } }
@media only screen and (max-width: 891px) {
  .aboutus .banner .ic-wrapper {
    height: 445.5px; }

  .upcoming .p-item-big .ic-wrapper {
    height: 338px; }

  .view .v-item .ic-wrapper {
    height: 121px; }

  .pe .pe-item .ic-wrapper {
    height: 121px; } }
@media only screen and (max-width: 768px) {
  .aboutus .banner .ic-wrapper {
    height: 384px; }

  .upcoming .p-item-big .ic-wrapper {
    height: 375px; }

  .recent .r-short .ic-wrapper > img.portrait {
    width: 100%;
    height: auto; }

  .view .ic-wrapper > img {
    width: 100%;
    height: auto; }
  .view .v-item .ic-wrapper {
    height: 240px; }

  .pe .ic-wrapper > img {
    width: 100%;
    height: auto; }
  .pe .pe-item .ic-wrapper {
    height: 240px; } }
@media only screen and (max-width: 699px) {
  .aboutus .banner .ic-wrapper {
    height: 349.5px; }

  .upcoming .p-item-big .ic-wrapper {
    height: 349.5px; } }
@media only screen and (max-width: 575px) {
  .aboutus .banner .ic-wrapper {
    height: 287.5px; }

  .upcoming .p-item-big .ic-wrapper {
    height: 287.5px; } }
@media only screen and (max-width: 450px) {
  .aboutus .banner .ic-wrapper {
    height: 225px; }

  .upcoming .p-item-big .ic-wrapper {
    height: 225px; } }
@media only screen and (max-width: 375px) {
  .aboutus .banner .ic-wrapper {
    height: 187.5px; }

  .upcoming .p-item-big .ic-wrapper {
    height: 187.5px; } }
.icon-wrapper {
  display: inline-block; }
  .icon-wrapper:hover, .icon-wrapper:active, .icon-wrapper:focus, .icon-wrapper:visited {
    display: inline-block; }

.icon {
  display: inline-block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }
  .icon:hover, .icon:active, .icon:focus, .icon:visited {
    display: inline-block; }

.icon-facebook {
  background-image: url("../images/icon/facebook.png");
  width: 25px;
  height: 25px; }

.icon-ig {
  background-image: url("../images/icon/instagram.png");
  width: 25px;
  height: 25px; }

.icon-web-for-all {
  background-image: url("../images/icon/web-for-all.png");
  width: 102px;
  height: 54px; }

.icon-w3c {
  background-image: url("../images/icon/w3c.png");
  width: 88px;
  height: 31px; }

.btnSubmitSubscription, .btnConfirmSubmitSubscription {
  font-size: var(--font-size-h3);
  background-color: #008382;
  box-shadow: 0 0 2px rgba(0, 131, 130, 0.5), 1px 1px 5px rgba(0, 131, 130, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 131, 130, 0.5), 1px 1px 5px rgba(0, 131, 130, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 131, 130, 0.5), 1px 1px 5px rgba(0, 131, 130, 0.3);
  color: white;
  padding: 8.5px 13px;
  min-width: 80px; }
  .btnSubmitSubscription:hover, .btnConfirmSubmitSubscription:hover, .btnSubmitSubscription:active, .btnConfirmSubmitSubscription:active, .btnSubmitSubscription:focus, .btnConfirmSubmitSubscription:focus, .btnSubmitSubscription:visited, .btnConfirmSubmitSubscription:visited {
    background-color: #008382; }
  .btnSubmitSubscription:hover, .btnConfirmSubmitSubscription:hover, .btnSubmitSubscription:active, .btnConfirmSubmitSubscription:active, .btnSubmitSubscription:focus, .btnConfirmSubmitSubscription:focus, .btnSubmitSubscription:visited, .btnConfirmSubmitSubscription:visited {
    color: white; }

.btnConfirmSubmitSubscription {
  vertical-align: middle; }

body:lang(en) #confirmSubscriptionForm {
  margin-top: -8px; }

.btnPe {
  font-size: var(--font-size-h3);
  background-color: #008382;
  box-shadow: 0 0 2px rgba(0, 131, 130, 0.5), 1px 1px 5px rgba(0, 131, 130, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 131, 130, 0.5), 1px 1px 5px rgba(0, 131, 130, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 131, 130, 0.5), 1px 1px 5px rgba(0, 131, 130, 0.3);
  color: white;
  padding: 8.5px 13px;
  min-width: 136px; }
  .btnPe:hover, .btnPe:active, .btnPe:focus, .btnPe:visited {
    background-color: #008382; }
  .btnPe:hover, .btnPe:active, .btnPe:focus, .btnPe:visited {
    color: white; }
  .btnPe:hover {
    background-color: #FFD400;
    box-shadow: 0 0 2px rgba(255, 212, 0, 0.5), 1px 1px 5px rgba(255, 212, 0, 0.3);
    -webkit-box-shadow: 0 0 2px rgba(255, 212, 0, 0.5), 1px 1px 5px rgba(255, 212, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(255, 212, 0, 0.5), 1px 1px 5px rgba(255, 212, 0, 0.3);
    color: black; }
    .btnPe:hover:hover, .btnPe:hover:active, .btnPe:hover:focus, .btnPe:hover:visited {
      background-color: #FFD400; }
    .btnPe:hover:hover, .btnPe:hover:active, .btnPe:hover:focus, .btnPe:hover:visited {
      color: black; }

.btnSiteSearch {
  font-size: var(--font-size-h3);
  background-color: #FFD400;
  box-shadow: 0 0 2px rgba(255, 212, 0, 0.5), 1px 1px 5px rgba(255, 212, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(255, 212, 0, 0.5), 1px 1px 5px rgba(255, 212, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(255, 212, 0, 0.5), 1px 1px 5px rgba(255, 212, 0, 0.3);
  color: white;
  padding: 8.5px 13px;
  color: black;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 85px;
  font-weight: 600; }
  .btnSiteSearch:hover, .btnSiteSearch:active, .btnSiteSearch:focus, .btnSiteSearch:visited {
    background-color: #FFD400; }
  .btnSiteSearch:hover, .btnSiteSearch:active, .btnSiteSearch:focus, .btnSiteSearch:visited {
    color: white; }
  .btnSiteSearch:hover, .btnSiteSearch:active, .btnSiteSearch:focus, .btnSiteSearch:visited {
    color: black; }

@media only screen and (max-width: 768px) {
  .btnSubmitSubscription, .btnConfirmSubmitSubscription {
    width: 100%; } }
.block {
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 50px; }
  .block h2, .block .title {
    color: #216B99;
    text-align: center;
    font-size: var(--font-size-h2);
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 35px; }
    .block h2 span, .block .title span {
      padding-left: 5px; }
  .block .description {
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-bottom: 15px;
    color: #216B99;
    font-size: var(--font-size-h3);
    font-weight: 600;
    line-height: 1.3;
    text-align: center; }
    .block .description a {
      color: #216B99; }
  .block .content {
    line-height: 25px; }
    .block .content li {
      list-style-type: disc;
      padding-bottom: 7px; }
    .block .content .item {
      margin-left: -10px;
      margin-right: -10px; }
      .block .content .item::before, .block .content .item::after {
        content: '';
        display: table; }
      .block .content .item::after {
        clear: both; }
      .block .content .item.intro-text {
        height: 176px;
        margin-bottom: 70px;
        overflow: hidden;
        /* create the ... */
        /* hide ... if we have text, which is less than or equal to max lines */ }
        .block .content .item.intro-text .subtitle {
          line-height: 25px; }
        .block .content .item.intro-text .img-wrapper {
          position: relative;
          height: 176px;
          overflow: hidden;
          z-index: 2; }
          .block .content .item.intro-text .img-wrapper img {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%; }
        .block .content .item.intro-text .inner {
          position: relative;
          overflow: hidden;
          max-height: 176px;
          text-align: justify;
          margin-right: -1em;
          padding-right: 1em; }
        .block .content .item.intro-text .inner:before {
          content: '...';
          position: absolute;
          right: 0;
          bottom: -1px; }
        .block .content .item.intro-text .inner:after {
          content: '';
          position: absolute;
          right: 0;
          width: 1em;
          height: 1em;
          margin-top: 0.2em;
          background: white; }
      .block .content .item .subtitle {
        font-size: var(--font-size-h3);
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 30px; }
      .block .content .item .img-wrapper {
        width: 39.5%;
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px; }
      .block .content .item .inner {
        width: 59.5%;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px; }
        .block .content .item .inner.inner-no-img {
          width: 100%; }
        .block .content .item .inner .no-subtitle {
          margin-top: 0; }
        .block .content .item .inner .btnPe {
          display: inline-block;
          text-align: center; }
          .block .content .item .inner .btnPe:hover, .block .content .item .inner .btnPe:active, .block .content .item .inner .btnPe:focus, .block .content .item .inner .btnPe:visited {
            display: inline-block; }
    .block .content .items-wrapper .read-more {
      text-align: right; }
      .block .content .items-wrapper .read-more a {
        color: #008382;
        display: inline-block;
        font-weight: 600; }
        .block .content .items-wrapper .read-more a:hover {
          color: #FFD400; }

.p-item-big {
  margin-bottom: 10px; }
  .p-item-big .inner {
    background-color: #008382;
    color: white;
    padding: 10px 15px; }
    .p-item-big .inner .subtitle {
      font-size: var(--font-size-h1);
      font-weight: 600;
      line-height: 1.3;
      padding-bottom: 20px; }
    .p-item-big .inner p {
      margin: 0; }
    .p-item-big .inner .italic {
      font-style: italic; }

.p-item, .pp-item {
  margin-bottom: 10px; }
  .p-item::before, .pp-item::before, .p-item::after, .pp-item::after {
    content: '';
    display: table; }
  .p-item::after, .pp-item::after {
    clear: both; }
  .p-item > *, .pp-item > * {
    float: left;
    width: 50%;
    height: 176px;
    overflow: hidden; }
  .p-item .inner, .pp-item .inner {
    position: relative;
    color: white;
    padding: 13px 15px;
    background-color: #216B99; }
    .p-item .inner.green, .pp-item .inner.green {
      background-color: #008382; }
    .p-item .inner h1, .pp-item .inner h1, .p-item .inner .subtitle, .pp-item .inner .subtitle {
      padding-bottom: 5px;
      font-size: var(--font-size-h2);
      font-weight: 600;
      line-height: 1.3; }
    .p-item .inner p, .pp-item .inner p {
      margin: 0;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      height: 100px;
      line-height: 1.3; }

.pp-item .inner .subtitle-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
.pp-item .inner h1, .pp-item .inner .subtitle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 20px;
  padding: 0; }
.pp-item .inner p {
  display: none; }

.r-item {
  height: 315px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 4px; }
  .r-item .img-wrapper {
    height: 240px;
    overflow: hidden; }
  .r-item .inner {
    color: white;
    background-color: #216B99; }
    .r-item .inner.green {
      background-color: #008382; }
    .r-item .inner h1, .r-item .inner .subtitle {
      height: 75px;
      padding: 13px 15px;
      line-height: 49px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: var(--font-size-h2);
      font-weight: 600;
      line-height: 1.3; }

.v-item {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 4px; }
  .v-item .img-wrapper {
    overflow: hidden; }
  .v-item .inner {
    color: white;
    background-color: #216B99;
    padding: 13px 15px; }
    .v-item .inner.green {
      background-color: #008382; }
    .v-item .inner h2, .v-item .inner .title {
      color: white;
      text-align: left;
      padding-bottom: 0;
      line-height: 1.3; }
    .v-item .inner .subtitle {
      font-size: var(--font-size-h1);
      font-weight: 600;
      line-height: 1.3; }

.pe-item {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 4px; }
  .pe-item .img-wrapper {
    overflow: hidden; }
  .pe-item .inner {
    color: white;
    background-color: #008382;
    padding: 13px 15px;
    height: 165px; }
    .pe-item .inner .subtitle {
      color: white;
      font-size: var(--font-size-h2);
      font-weight: 600;
      line-height: 1.3;
      padding-bottom: 35px; }
    .pe-item .inner p {
      margin: 0; }

.ta-item .inner {
  height: 131px; }
.ta-item .v-item {
  margin-bottom: 0; }

.cm-item {
  padding-bottom: 40px; }
  .cm-item.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #008382;
    box-shadow: 0 0 2px rgba(0, 131, 130, 0.5), 1px 1px 5px rgba(0, 131, 130, 0.3);
    -webkit-box-shadow: 0 0 2px rgba(0, 131, 130, 0.5), 1px 1px 5px rgba(0, 131, 130, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 131, 130, 0.5), 1px 1px 5px rgba(0, 131, 130, 0.3); }
    .cm-item.owl-carousel .owl-dots .owl-dot.active span:hover, .cm-item.owl-carousel .owl-dots .owl-dot.active span:active, .cm-item.owl-carousel .owl-dots .owl-dot.active span:focus, .cm-item.owl-carousel .owl-dots .owl-dot.active span:visited {
      background-color: #008382; }
  .cm-item .owl-item {
    padding-left: 12px;
    padding-right: 12px; }
  .cm-item .c-item {
    position: relative;
    background-color: #EDEBE6;
    border: 1px solid #C9C2BF;
    border-radius: 4px;
    height: 200px;
    padding: 20px 5px;
    margin-bottom: 20px; }
    .cm-item .c-item .inner {
      padding: 0 15px;
      padding-bottom: 30px;
      height: 120px;
      overflow-y: scroll;
      -webkit-mask-image: -webkit-linear-gradient(#EDEBE6, rgba(237, 235, 230, 0.2));
      -webkit-mask-image: -o-linear-gradient(#EDEBE6, rgba(237, 235, 230, 0.2));
      -webkit-mask-image: linear-gradient(#EDEBE6, rgba(237, 235, 230, 0.2));
      mask-image: -o-linear-gradient(#EDEBE6, transparent);
      mask-image: linear-gradient(#EDEBE6, transparent); }
    .cm-item .c-item .discription {
      margin-bottom: 20px; }
    .cm-item .c-item p {
      margin: 0;
      padding-bottom: 50px;
      color: black; }
    .cm-item .c-item .icon-wrapper {
      position: absolute;
      bottom: -12px;
      right: -9px;
      font-size: 56px;
      color: #008382;
      z-index: 10; }
    .cm-item .c-item .name-wrapper {
      position: absolute;
      bottom: 19px;
      left: 20px;
      width: calc(100% - 24px);
      pointer-events: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      .cm-item .c-item .name-wrapper .name {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #575756; }

.l-item {
  padding-bottom: 15px; }
  .l-item h1 {
    font-size: var(--font-size-h3);
    font-weight: 700;
    padding-bottom: 5px; }
  .l-item p {
    margin: 0; }

.g-item {
  text-align: center;
  padding: 5px; }

.b-item {
  text-align: center;
  overflow: hidden; }
  .b-item img {
    margin: 0 auto; }

.site-search {
  position: relative;
  width: 320px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: black; }
  .site-search .icon-wrapper {
    display: none;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
    color: #575756; }
  .site-search input {
    width: 235px;
    padding: 5px 10px;
    height: 40px; }

@media only screen and (max-width: 1200px) {
  .p-item .img-wrapper, .pp-item .img-wrapper {
    position: relative; }
    .p-item .img-wrapper img, .pp-item .img-wrapper img {
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      height: 100%;
      width: auto;
      overflow: hidden; }

  .block {
    padding-left: 3%;
    padding-right: 3%; } }
@media only screen and (max-width: 892px) {
  .block .content .item.intro-text .img-wrapper img {
    height: 100%;
    width: auto; } }
@media only screen and (max-width: 768px) {
  .p-item .img-wrapper, .pp-item .img-wrapper {
    position: static; }
    .p-item .img-wrapper img, .pp-item .img-wrapper img {
      position: static;
      transform: none;
      height: auto;
      width: 100%;
      overflow: auto; }

  .block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px; }
    .block h2, .block h1.title {
      padding-bottom: 10px; }
    .block .content li {
      padding-bottom: 5px; }
    .block .content .item {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 10px; }
      .block .content .item.intro-text {
        height: auto;
        overflow: auto;
        margin-bottom: 45px; }
        .block .content .item.intro-text .subtitle {
          margin-bottom: 25px; }
        .block .content .item.intro-text .img-wrapper {
          position: static;
          height: auto;
          overflow: hidden;
          padding-bottom: 10px; }
          .block .content .item.intro-text .img-wrapper img {
            position: static;
            width: 100%;
            height: auto;
            transform: none; }
        .block .content .item.intro-text .inner {
          position: relative;
          overflow: hidden;
          text-align: justify;
          margin-right: 0;
          padding-right: 15px;
          -webkit-mask-image: -webkit-linear-gradient(#000000, rgba(0, 0, 0, 0.85));
          mask-image: -o-linear-gradient(#000000, rgba(0, 0, 0, 0.85));
          mask-image: linear-gradient(#000000, rgba(0, 0, 0, 0.85)); }
        .block .content .item.intro-text .inner:before {
          content: '';
          position: static; }
        .block .content .item.intro-text .inner:after {
          content: '';
          position: static;
          width: auto;
          height: auto;
          margin-top: 0;
          background: transparent; }
      .block .content .item .img-wrapper {
        width: 100%;
        vertical-align: top;
        padding-left: 0;
        padding-right: 0; }
      .block .content .item .inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
        .block .content .item .inner p {
          margin: 5px 0; }
        .block .content .item .inner .no-subtitle {
          margin-top: 30px; }
    .block .content .items-wrapper {
      margin-left: -15px;
      margin-right: -15px; }
      .block .content .items-wrapper .read-more {
        padding-right: 15px; }

  .pp-item .inner h1 {
    font-size: var(--font-size-h2); }

  .site-search {
    width: 100%;
    height: 40px; }
    .site-search .icon-wrapper {
      display: block; }
    .site-search input {
      width: calc(100% - 85px);
      padding-left: 38px; } }
@media only screen and (max-width: 468px) {
  .p-item .img-wrapper, .pp-item .img-wrapper {
    position: relative; }
    .p-item .img-wrapper img, .pp-item .img-wrapper img {
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      height: 100%;
      width: auto;
      overflow: hidden; } }
header {
  padding-left: 7.5%;
  padding-right: 7.5%;
  height: 83px;
  background-color: white;
  border-bottom: 3px solid #FFD400; }
  header::before, header::after {
    content: '';
    display: table; }
  header::after {
    clear: both; }
  header .navbar-header {
    float: left;
    padding-top: 18px;
    padding-bottom: 15px; }
    header .navbar-header::before, header .navbar-header::after {
      content: '';
      display: table; }
    header .navbar-header::after {
      clear: both; }
    header .navbar-header > * {
      float: left; }
  header .navbar-brand {
    opacity: 1 !important;
    margin-right: 53px; }
    header .navbar-brand .logo {
      width: 103px;
      height: 47px;
      text-indent: -9999px;
      background: url("../images/logo.jpg") no-repeat;
      background-size: cover; }
  header nav {
    float: left;
    display: block;
    background-color: white;
    position: relative;
    z-index: 1000; }
    header nav::before, header nav::after {
      content: '';
      display: table; }
    header nav::after {
      clear: both; }
    header nav > * {
      float: left; }
  header .nav::before, header .nav::after {
    content: '';
    display: table; }
  header .nav::after {
    clear: both; }
  header .nav > li:not(.mobi-site-search-wrapper) {
    position: relative;
    display: block;
    float: left;
    padding: 3px 5px;
    margin-top: 42px;
    margin-right: 17px;
    padding-bottom: 15px;
    color: #216B99;
    font-weight: 600;
    cursor: pointer; }
    header .nav > li:not(.mobi-site-search-wrapper) > .icon-wrapper {
      display: none;
      transition: transform 0.4s linear; }
      header .nav > li:not(.mobi-site-search-wrapper) > .icon-wrapper.active {
        transform: rotate(180deg); }
    header .nav > li:not(.mobi-site-search-wrapper):hover {
      background-color: #008382;
      color: white;
      opacity: 1 !important; }
      header .nav > li:not(.mobi-site-search-wrapper):hover > a {
        color: white;
        opacity: 1 !important; }
      header .nav > li:not(.mobi-site-search-wrapper):hover ul {
        display: inline-block; }
    header .nav > li:not(.mobi-site-search-wrapper).active {
      background-color: #FFD400;
      color: black;
      opacity: 1 !important; }
      header .nav > li:not(.mobi-site-search-wrapper).active > a {
        color: black;
        opacity: 1 !important; }
    header .nav > li:not(.mobi-site-search-wrapper):last-child {
      margin-right: 0; }
    header .nav > li:not(.mobi-site-search-wrapper) a {
      color: #216B99;
      font-weight: 600; }
  header .nav > li.mobi-site-search-wrapper {
    display: none;
    width: 100%; }
  header .nav ul {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    transform: translateY(100%);
    border-top: 3px solid #FFD400;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); }
    header .nav ul.w-120 {
      width: 120px; }
    header .nav ul.w-170 {
      width: 170px; }
    header .nav ul.w-190 {
      width: 190px; }
    header .nav ul li {
      display: block;
      padding: 8px 15px 8px 5px;
      background-color: #FFD400; }
      header .nav ul li.active, header .nav ul li:hover {
        background-color: #008382; }
        header .nav ul li.active > a, header .nav ul li:hover > a {
          color: white; }
      header .nav ul li a {
        color: black;
        font-weight: 600; }
        header .nav ul li a:hover {
          opacity: 1 !important; }
  header .lang-nav {
    padding-top: 47px;
    padding-left: 18px;
    padding-bottom: 15px; }
    header .lang-nav a {
      float: left;
      color: #575756;
      margin-right: 10px;
      font-weight: 600;
      font-size: var(--font-size-h4); }
      header .lang-nav a:last-child {
        margin-right: 0; }
  header .func-nav::before, header .func-nav::after {
    content: '';
    display: table; }
  header .func-nav::after {
    clear: both; }
  header .func-nav > * {
    float: left; }
  header .func-nav .btnTextSize {
    color: #575756;
    font-weight: 600;
    font-size: var(--font-size-h4);
    margin-top: 47px;
    margin-left: 10px; }
  header .func-nav .btnNavSearch {
    margin-left: 53px;
    margin-top: 38px;
    font-size: 22px; }
  header .func-nav .btnNavFacebook, header .func-nav .btnNavIg {
    margin-left: 15px;
    margin-top: 36px; }
  header .mobi-nav {
    float: right;
    padding-top: 24px;
    display: none; }
    header .mobi-nav::before, header .mobi-nav::after {
      content: '';
      display: table; }
    header .mobi-nav::after {
      clear: both; }
    header .mobi-nav > * {
      float: left; }
    header .mobi-nav button {
      margin-right: 15px; }
      header .mobi-nav button:last-child {
        margin-right: 0; }
    header .mobi-nav .navbar-toggle {
      margin-top: 1px; }
  header .navbar-toggle {
    width: 20px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    header .navbar-toggle span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background-color: #575756;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    header .navbar-toggle span:nth-child(1) {
      top: 2px; }
    header .navbar-toggle span:nth-child(2) {
      top: 9px; }
    header .navbar-toggle span:nth-child(3) {
      top: 16px; }
    header .navbar-toggle.open span:nth-child(1) {
      top: 9px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    header .navbar-toggle.open span:nth-child(2) {
      opacity: 0;
      right: 60px; }
    header .navbar-toggle.open span:nth-child(3) {
      top: 9px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  header .btnMobiLang {
    color: #575756;
    font-size: 22px;
    height: 22px; }
  header .mobi-lang {
    display: none;
    padding: 0;
    line-height: 23px;
    padding-right: 15px; }
  header .site-search-wrapper {
    transition: all 0.5s linear;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 3px solid #FFD400;
    transform: translateY(100%); }
    header .site-search-wrapper.active {
      display: block; }

@media only screen and (max-width: 1250px) {
  header {
    padding-left: 3.5%;
    padding-right: 3.5%; }
    header .navbar-brand {
      margin-right: 20px; }
    header .nav > li {
      margin-right: 5px; }
    header .func-nav .btnNavSearch {
      margin-left: 20px; } }
@media only screen and (max-width: 1250px) {
  header .navbar-brand {
    margin-right: 15px; }
  header .func-nav .btnNavSearch {
    margin-left: 15px; } }
@media only screen and (max-width: 1000px) {
  header {
    padding-left: 0;
    padding-right: 0; }
    header .navbar-brand {
      margin-right: 53px; }
    header .nav > li {
      margin-right: 0; }
    header .lang-nav {
      padding-left: 5px; }
    header .func-nav .btnTextSize, header .func-nav .btnNavSearch, header .func-nav .btnNavFacebook, header .func-nav .btnNavIg {
      position: absolute;
      top: 12px;
      margin-top: 0;
      margin-left: 0; }
    header .func-nav .btnTextSize {
      top: 16px;
      right: 105px; }
    header .func-nav .btnNavSearch {
      right: 73px; }
    header .func-nav .btnNavFacebook {
      right: 35px; }
    header .func-nav .btnNavIg {
      right: 0; } }
@media only screen and (max-width: 768px) {
  header {
    padding: 0; }
    header .navbar-header {
      width: 100%; }
    header .navbar-brand {
      margin-right: 15px; }
    header .mobi-nav {
      display: block; }
    header nav {
      display: none;
      width: 100%;
      height: 100%;
      float: none;
      position: absolute;
      top: 83px;
      left: 0;
      z-index: 100; }
      header nav.open {
        display: block; }
      header nav > * {
        float: none; }
    header .nav {
      background-color: white; }
      header .nav > li:not(.mobi-site-search-wrapper) {
        position: relative;
        display: block;
        float: none;
        width: calc(100% - 20px);
        padding: 0;
        margin: 0 10px;
        border-bottom: 1px solid #FFD400; }
        header .nav > li:not(.mobi-site-search-wrapper) > a {
          padding: 13px 10px;
          width: calc(100% - 60px); }
        header .nav > li:not(.mobi-site-search-wrapper) > .icon-wrapper {
          position: absolute;
          display: block;
          right: 0;
          top: 3px;
          color: #575756;
          padding: 10px 20px; }
        header .nav > li:not(.mobi-site-search-wrapper):hover {
          background-color: transparent;
          color: #FFD400; }
          header .nav > li:not(.mobi-site-search-wrapper):hover > a {
            color: #FFD400; }
          header .nav > li:not(.mobi-site-search-wrapper):hover ul {
            display: none; }
        header .nav > li:not(.mobi-site-search-wrapper).active {
          background-color: white;
          color: #216B99; }
          header .nav > li:not(.mobi-site-search-wrapper).active > a {
            color: #216B99; }
      header .nav > li.mobi-site-search-wrapper {
        display: block;
        padding: 0; }
      header .nav ul {
        display: none;
        position: static;
        width: 100%;
        transform: none;
        background-color: #FFD400;
        border-top: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none; }
        header .nav ul.w-120 {
          width: 100%; }
        header .nav ul.w-170 {
          width: 100%; }
        header .nav ul.w-190 {
          width: 100%; }
        header .nav ul li {
          display: block;
          width: 100%;
          padding: 0;
          background-color: transparent; }
          header .nav ul li.active, header .nav ul li:hover {
            background-color: transparent; }
            header .nav ul li.active > a, header .nav ul li:hover > a {
              color: black; }
          header .nav ul li a {
            padding: 13px 10px;
            color: black; }
    header .lang-nav {
      display: none; }
    header .func-nav .btnTextSize, header .func-nav .btnNavSearch {
      display: none; }
    header .func-nav .btnNavFacebook, header .func-nav .btnNavIg {
      position: static;
      margin-left: 0;
      margin-top: 13px; }
    header .func-nav .btnNavFacebook {
      margin-left: 20px; }
    header .func-nav .btnNavIg {
      margin-left: 10px; } }
footer {
  position: relative;
  background-image: url("../images/footerlogo.png");
  color: white;
  padding: 69px 8% 33px 8%;
  border-top: 3px solid #FFD400;
  font-size: var(--font-size-h4);
  margin-top: 60px; }
  footer .subscription-box {
    position: absolute;
    top: 0;
    right: calc(8% + 15px);
    width: 412px;
    height: 112px;
    transform: translateY(-50%);
    background-color: #FFD400;
    padding: 20px 26px; }
    footer .subscription-box .title {
      color: black;
      font-size: var(--font-size-h3);
      padding-bottom: 15px; }
    footer .subscription-box input {
      font-size: var(--font-size-h3);
      box-shadow: inset 0 1px 4px 0 #444;
      -webkit-box-shadow: inset 0 1px 4px 0 #444;
      -moz-box-shadow: inset 0 1px 4px 0 #444;
      padding: 6.5px 15px;
      width: calc(100% - 100px);
      display: inline-block;
      margin-right: 10px;
      border: none;
      outline: 0; }
    footer .subscription-box .subscription-response {
      color: black; }
  footer .sitemap {
    float: left;
    padding-bottom: 10px; }
  footer .nav::before, footer .nav::after {
    content: '';
    display: table; }
  footer .nav::after {
    clear: both; }
  footer .nav > li {
    float: left;
    padding-right: 30px; }
    footer .nav > li > a {
      color: #FFEC27;
      font-weight: 600;
      margin-bottom: 10px; }
  footer .nav a {
    color: white;
    margin-bottom: 5px; }
  footer .nav .fcontactUs {
    clear: both;
    float: none;
    display: block; }
    footer .nav .fcontactUs a {
      display: inline-block;
      margin: 0; }
  footer .related {
    float: right; }
    footer .related .icon-wrapper {
      vertical-align: middle; }
  footer .copyright {
    clear: both; }
    footer .copyright::before, footer .copyright::after {
      content: '';
      display: table; }
    footer .copyright::after {
      clear: both; }
    footer .copyright .terms {
      float: left;
      width: 38%; }
      footer .copyright .terms a {
        display: inline-block;
        color: white; }
    footer .copyright .bestView {
      float: right;
      width: 60%;
      text-align: right; }

@media only screen and (max-width: 1100px) {
  footer .nav > li {
    padding-right: 12px; }
  footer .sitemap {
    float: none; }
  footer .related {
    float: none; } }
@media only screen and (max-width: 768px) {
  footer {
    height: auto;
    padding: 103px 30px 33px 40px;
    border-top: 3px solid #FFD400;
    font-size: var(--font-size-h4);
    margin-top: 100px; }
    footer .subscription-box {
      top: 0;
      left: 50%;
      width: calc(100% - 40px);
      height: 166px;
      transform: translate(-50%, -50%);
      padding: 20px 15px; }
      footer .subscription-box .title {
        padding-bottom: 10px;
        text-align: center; }
      footer .subscription-box input {
        width: 100%;
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px; }
    footer .sitemap {
      float: none;
      padding-bottom: 0; }
    footer .nav::before, footer .nav::after {
      content: '';
      display: table; }
    footer .nav::after {
      clear: both; }
    footer .nav > li {
      float: none;
      display: block;
      padding-right: 0;
      padding-bottom: 20px; }
    footer .related {
      float: none;
      text-align: center; }
      footer .related .icon-wrapper {
        vertical-align: middle;
        margin-right: 15px; }
        footer .related .icon-wrapper:last-child {
          margin-right: 0; }
    footer .copyright .terms {
      float: none;
      width: 100%;
      padding: 20px 0; }
    footer .copyright .bestView {
      float: none;
      width: 100%;
      text-align: left; } }
@media only screen and (min-width: 1200px) {
  body:lang(zh-Hant) header .navbar-brand, body:lang(zh-Hans) header .navbar-brand {
    margin-right: 95px; } }
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  body:lang(zh-Hant) header, body:lang(zh-Hans) header {
    padding-left: 3.5%;
    padding-right: 3.5%; }
    body:lang(zh-Hant) header .navbar-brand, body:lang(zh-Hans) header .navbar-brand {
      margin-right: 25px; }
    body:lang(zh-Hant) header .nav > li, body:lang(zh-Hans) header .nav > li {
      margin-right: 5px; } }
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  body:lang(zh-Hant) header, body:lang(zh-Hans) header {
    padding-left: 0;
    padding-right: 0; }
    body:lang(zh-Hant) header .navbar-brand, body:lang(zh-Hans) header .navbar-brand {
      margin-right: 95px; }
    body:lang(zh-Hant) header .nav > li, body:lang(zh-Hans) header .nav > li {
      margin-right: 0; } }
.index .highlight {
  min-height: 200px;
  padding: 36px 100px 50px 100px;
  background: linear-gradient(#216B99, #008382);
  color: white;
  font-size: var(--font-size-h1);
  font-weight: 600;
  line-height: 1.3; }
.index .banner {
  display: block; }
.index .mobi-banner {
  display: none; }
.index .news-items-wrapper .p-item .subtitle, .index .news-items-wrapper .pp-item .subtitle {
  height: 33px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.index .top .read-more, .index .editor .read-more {
  padding-top: 10px;
  text-align: right; }
  .index .top .read-more a, .index .editor .read-more a {
    color: #008382;
    display: inline-block;
    font-weight: 600; }
    .index .top .read-more a:hover, .index .editor .read-more a:hover {
      color: #FFD400; }
.index .editor .img-wrapper {
  height: 235px; }
.index .editor .inner {
  height: 100px; }
.index .editor p {
  margin: 0; }
.index .editor .row {
  margin-left: -10px;
  margin-right: -10px; }
.index .editor .col-desk-33 {
  padding-left: 10px;
  padding-right: 10px; }
.index .related .content {
  text-align: center; }
  .index .related .content a {
    margin: 20px 10px;
    display: inline-block;
    height: 45px; }
    .index .related .content a.transport-department {
      width: 160px; }
    .index .related .content a.transport-and-housing {
      width: 187px; }

@media only screen and (max-width: 768px) {
  .index .highlight {
    min-height: auto;
    padding: 10px 15px;
    font-size: var(--font-size-h2);
    line-height: 1.2; }
  .index .banner {
    display: none; }
  .index .mobi-banner {
    display: block; }
  .index .news-items-wrapper .p-item .subtitle, .index .news-items-wrapper .pp-item .subtitle {
    height: auto;
    white-space: normal;
    text-overflow: clip;
    overflow: auto; }
  .index .news-items-wrapper .p-item p, .index .news-items-wrapper .pp-item p {
    display: none; }
  .index .latest .items-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .index .latest .col-mobi {
    padding-left: 0;
    padding-right: 0; }
  .index .top {
    margin-left: -15px;
    margin-right: -15px; }
    .index .top .read-more {
      padding-left: 15px;
      padding-right: 15px; }
  .index .editor {
    margin-left: -15px;
    margin-right: -15px; }
    .index .editor .row {
      margin-left: 0;
      margin-right: 0; }
    .index .editor .col-mobi {
      padding-left: 0;
      padding-right: 0; }
    .index .editor .read-more {
      padding-left: 15px;
      padding-right: 15px; }
  .index .related .content .icon {
    margin-top: 15px; } }
.aboutus .banner img {
  max-height: 700px; }
.aboutus .vision {
  padding-bottom: 40px; }
  .aboutus .vision .content::before, .aboutus .vision .content::after {
    content: '';
    display: table; }
  .aboutus .vision .content::after {
    clear: both; }
  .aboutus .vision .content > * {
    float: left; }
  .aboutus .vision .img-wrapper {
    position: relative;
    display: block;
    height: 160px;
    width: 320px;
    margin-right: 50px;
    overflow: hidden; }
    .aboutus .vision .img-wrapper img {
      position: absolute;
      width: auto;
      height: 100%;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
  .aboutus .vision ul {
    list-style-type: none; }
    .aboutus .vision ul li {
      display: table; }
      .aboutus .vision ul li:before {
        min-width: 10px;
        display: table-cell;
        padding-right: 5px;
        content: "\2022"; }

@media only screen and (max-width: 768px) {
  .aboutus .banner img {
    max-height: 472px; }
  .aboutus .vision .img-wrapper {
    display: none; } }
.activity_detail .banner {
  max-height: 700px;
  overflow: hidden; }
.activity_detail .gallery .row {
  margin-left: -10px;
  margin-right: -10px; }
.activity_detail .gallery .col-desk-33 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px; }
.activity_detail .gallery .btnGalleryModal {
  height: 220px;
  overflow: hidden; }
.activity_detail #galleryModal {
  max-width: none; }
.activity_detail #galleryCarousel .owl-nav {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px; }
.activity_detail .item {
  margin-bottom: 30px; }
.activity_detail .pe-btn-wrapper {
  text-align: right;
  padding-top: 20px;
  padding-right: 10%; }
  .activity_detail .pe-btn-wrapper > * {
    margin-left: 10px;
    text-align: center;
    display: inline-block; }
    .activity_detail .pe-btn-wrapper > *:first-child {
      margin-left: 0; }

@media only screen and (max-width: 768px) {
  .activity_detail .gallery {
    margin-left: -15px;
    margin-right: -15px; }
    .activity_detail .gallery .col-desk-33 {
      padding-bottom: 0; }
  .activity_detail .btn-wrapper {
    text-align: center;
    padding-top: 20px;
    padding-right: 0; }
    .activity_detail .btn-wrapper button {
      margin-left: 10px;
      text-align: center;
      width: 48%; }
      .activity_detail .btn-wrapper button:first-child {
        margin-left: 0; } }
.participation .row {
  margin-left: -5px;
  margin-right: -5px; }
.participation .col-desk-50, .participation .col-desk-33, .participation .col-desk-66, .participation .col-desk-25 {
  padding-left: 5px;
  padding-right: 5px; }
.participation .block .content .items-wrapper {
  margin-left: 0;
  margin-right: 0; }

@media only screen and (max-width: 768px) {
  .participation #content .container {
    padding: 0;
    max-width: 100%; }
  .participation .row {
    margin: 0; }
  .participation .col-mobi {
    padding-left: 0;
    padding-right: 0; } }
.story .block .description {
  margin-bottom: 20px; }
.story .gallery-wrapper {
  width: 100%; }
  .story .gallery-wrapper::before, .story .gallery-wrapper::after {
    content: '';
    display: table; }
  .story .gallery-wrapper::after {
    clear: both; }
  .story .gallery-wrapper .img-wrapper {
    float: left;
    width: 33%;
    height: 313px; }
    .story .gallery-wrapper .img-wrapper img {
      height: 100%; }
.story .view .row {
  margin-left: -5px;
  margin-right: -5px; }
.story .view .col-desk-25 {
  padding-left: 5px;
  padding-right: 5px; }
.story .view .v-item .inner {
  height: 110px;
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  .story .content {
    margin-left: -15px;
    margin-right: -15px; }
  .story .gallery-wrapper .img-wrapper {
    float: none;
    width: 100%;
    height: 400px;
    overflow: hidden; }
  .story .view .row {
    margin: 0; }
  .story .view .col-mobi {
    padding-left: 0;
    padding-right: 0; }
  .story .view .v-item .inner {
    height: 75px;
    overflow: hidden; } }
.contact_us .content {
  position: relative;
  min-height: 330px;
  padding-bottom: 50px;
  text-align: center; }
  .contact_us .content.no-img {
    padding: 0 15.5%; }
    .contact_us .content.no-img .img-wrapper {
      display: none; }
    .contact_us .content.no-img .inner {
      padding: 0;
      width: 100%;
      display: block; }
  .contact_us .content .subtitle {
    color: black;
    font-size: var(--font-size-h2);
    font-weight: 600;
    padding-bottom: 10px; }
    .contact_us .content .subtitle span {
      padding-left: 5px; }
  .contact_us .content .img-wrapper {
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    width: 40%;
    max-height: 500px;
    overflow: hidden; }
  .contact_us .content .inner {
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    width: 50%;
    text-align: left; }
  .contact_us .content .c-group {
    padding-bottom: 20px; }
    .contact_us .content .c-group .c-sub-group {
      padding-bottom: 10px; }
  .contact_us .content .linkto {
    font-weight: 600; }

@media only screen and (max-width: 768px) {
  .contact_us .content {
    position: static;
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px; }
    .contact_us .content .img-wrapper {
      display: none; }
    .contact_us .content .inner {
      padding: 15px;
      width: 100%;
      display: block; } }
.terms .block .content ol {
  margin: 0;
  padding: 0; }
  .terms .block .content ol.start[type="1"] {
    counter-reset: mycounter; }
  .terms .block .content ol.split, .terms .block .content ol.start {
    list-style-type: none; }
    .terms .block .content ol.split > li, .terms .block .content ol.start > li {
      display: table;
      counter-increment: mycounter; }
      .terms .block .content ol.split > li:before, .terms .block .content ol.start > li:before {
        min-width: 25px;
        display: table-cell;
        padding-right: 5px;
        content: counter(mycounter) "."; }
  .terms .block .content ol.start[type="a"] {
    counter-reset: section; }
  .terms .block .content ol[type="a"] {
    list-style-type: none; }
    .terms .block .content ol[type="a"] > li {
      display: table;
      counter-increment: section; }
      .terms .block .content ol[type="a"] > li:before {
        min-width: 25px;
        display: table-cell;
        padding-right: 5px;
        content: "(" counter(section,lower-alpha) ") "; }
  .terms .block .content ol[type="i"] {
    list-style-type: none;
    counter-reset: subSection; }
    .terms .block .content ol[type="i"] > li {
      display: table;
      counter-increment: subSection; }
      .terms .block .content ol[type="i"] > li:before {
        min-width: 25px;
        display: table-cell;
        padding-right: 5px;
        content: "(" counter(subSection,lower-roman) ") "; }
  .terms .block .content ol li {
    list-style: inherit; }
  .terms .block .content ol li, .terms .block .content ol .subtitle {
    margin-top: 20px;
    margin-bottom: 20px; }
.terms .block .content .email, .terms .block .content .link {
  text-decoration: underline;
  color: #216B99; }
  .terms .block .content .email:hover, .terms .block .content .email:active, .terms .block .content .email:focus, .terms .block .content .email:visited, .terms .block .content .link:hover, .terms .block .content .link:active, .terms .block .content .link:focus, .terms .block .content .link:visited {
    color: #216B99; }

.search_results {
  color: black; }
  .search_results .main-site-search-wrapper::before, .search_results .main-site-search-wrapper::after {
    content: '';
    display: table; }
  .search_results .main-site-search-wrapper::after {
    clear: both; }
  .search_results .main-site-search-wrapper > * {
    float: left; }
  .search_results .main-site-search-wrapper .advanced-search {
    line-height: 40px;
    margin-left: 20px;
    color: #008382; }
    .search_results .main-site-search-wrapper .advanced-search:hover, .search_results .main-site-search-wrapper .advanced-search:active, .search_results .main-site-search-wrapper .advanced-search:focus, .search_results .main-site-search-wrapper .advanced-search:visited {
      color: #008382; }
  .search_results .sort-by-wrapper {
    padding-top: 30px; }
    .search_results .sort-by-wrapper div {
      color: black;
      font-weight: 600;
      display: inline-block; }
    .search_results .sort-by-wrapper a {
      display: inline-block;
      color: #008382; }
      .search_results .sort-by-wrapper a:hover, .search_results .sort-by-wrapper a:active, .search_results .sort-by-wrapper a:focus, .search_results .sort-by-wrapper a:visited {
        color: #008382; }
  .search_results .results-info {
    padding-top: 40px;
    font-weight: 600; }
  .search_results .no-results {
    padding-top: 15px; }
  .search_results .result-item {
    position: relative; }
    .search_results .result-item .result-order {
      position: absolute;
      top: 15px;
      left: 15px; }
    .search_results .result-item .result-inner {
      padding: 15px;
      padding-left: 70px; }
    .search_results .result-item .result-title {
      font-size: var(--font-size-h3);
      font-weight: 600;
      line-height: 1.3; }
      .search_results .result-item .result-title::before, .search_results .result-item .result-title::after {
        content: '';
        display: table; }
      .search_results .result-item .result-title::after {
        clear: both; }
      .search_results .result-item .result-title span + a {
        margin-left: 5px; }
      .search_results .result-item .result-title > * {
        float: left; }
      .search_results .result-item .result-title span {
        font-weight: 400; }
      .search_results .result-item .result-title a {
        height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 95%; }
    .search_results .result-item .result-summary {
      padding-top: 5px; }
    .search_results .result-item .result-url {
      font-style: italic; }
  .search_results hr {
    color: #575756;
    margin: 30px 0; }
  .search_results .pagination::before, .search_results .pagination::after {
    content: '';
    display: table; }
  .search_results .pagination::after {
    clear: both; }
  .search_results .pagination > * {
    margin-right: 15px;
    float: left; }
  .search_results .pagination .active {
    font-weight: 600; }
  .search_results .pagination .next-wrapper::before, .search_results .pagination .next-wrapper::after {
    content: '';
    display: table; }
  .search_results .pagination .next-wrapper::after {
    clear: both; }
  .search_results .pagination .next-wrapper > * {
    float: left; }
  .search_results .pagination .next-wrapper .next {
    height: 25px;
    line-height: 25px;
    margin-left: 5px; }

@media only screen and (max-width: 768px) {
  .search_results .main-site-search-wrapper > * {
    float: none; }
  .search_results .main-site-search-wrapper .advanced-search {
    line-height: 40px;
    margin-left: 20px;
    color: #008382;
    float: right; }
    .search_results .main-site-search-wrapper .advanced-search:hover, .search_results .main-site-search-wrapper .advanced-search:active, .search_results .main-site-search-wrapper .advanced-search:focus, .search_results .main-site-search-wrapper .advanced-search:visited {
      color: #008382; } }
.error_page .redirect_url {
  color: #216B99;
  text-decoration: underline; }
  .error_page .redirect_url:hover, .error_page .redirect_url:active, .error_page .redirect_url:focus, .error_page .redirect_url:visited {
    color: #216B99; }
  .error_page .redirect_url:hover, .error_page .redirect_url:active, .error_page .redirect_url:focus, .error_page .redirect_url:visited {
    text-decoration: underline; }

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