﻿@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
*,
*::after,
*::before {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans TC', "Arial", -apple-system, "Microsoft JhengHei", sans-serif;
  background: url("../img/bg-header.png") no-repeat center top/contain; }

.app {
  overflow: hidden; }

a:hover, a:focus {
  text-decoration: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: 3px dashed #f7931e !important; }

img {
  /*max-width: 130%*/
  max-width: 100%; }
 
.accesskey-c {
  position: absolute;
  left: 0;
  top: 0; }

.button-area {
  text-align: right;
  margin-bottom: 35px;
  margin-top: 30px; }

.share-bar {
  position: fixed;
  right: 10px;
  top: 30%;
  z-index: 10; }
  .share-bar a {
    display: block;
    margin-bottom: 7px;
    z-index: 2;
    position: relative; }
    .share-bar a img {
      height: 30px; }
      .share-bar a img.backtop {
        margin-top: 10px;
        height: 110px;
        width: 110px; }
  .share-bar .vertical-hr {
    border-left: 1px solid #f7931e;
    height: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0; }

.btn-more {
  border: none;
  padding: 0;
  position: relative;
  z-index: 2;
  background: none; }
  .btn-more .more {
    background-color: #2f5eb0;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.35rem;
    letter-spacing: 1px;
    padding: 5px 20px;
    height: 30px;
    display: inline-block;
    line-height: 35px; }
  .btn-more .arrow {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 28px;
    background: #f7931e;
    color: #ffffff;
    margin-left: -3px;
    display: inline-block;
    height: 30px; }
    .btn-more .arrow img {
      position: relative;
      width: 10px;
      margin-top: 6px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .btn-more.btn-news {
    height: 35px;
    margin-left: 10px;
    margin-top: 10px; }

.btn-more-more {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.7rem;
  letter-spacing: 1px;
  margin-top: 15px;
  padding-left: 45px;
  padding-right: 45px; }
  .btn-more-more:hover {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.btn-back {
  border: none;
  padding: 0;
  height: 100%;
  position: relative;
  z-index: 2;
  background: none; }
  .btn-back .more {
    background-color: #2f5eb0;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.35rem;
    letter-spacing: 1px;
    padding: 0 15px;
    vertical-align: top;
    height: 100%;
    line-height: 30px;
    margin: 0 -2px; }
  .btn-back .arrow {
    position: relative;
    width: 20px;
    background: #f7931e;
    padding: 0 15px;
    color: #ffffff;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin: 0 -2px; }
    .btn-back .arrow img {
      position: absolute;
      width: 16px;
      height: 15px;
      top: 7px;
      left: 5px; }
  .btn-back.btn-news {
    height: 35px;
    margin-left: 10px;
    margin-top: 10px; }
  .btn-back.btn-print {
    margin-left: 10px;
    margin-top: 18px; }
    .btn-back.btn-print img {
      width: 15px;
      margin-left: -2px;
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg); }

.hr-tab {
  border: none;
  border-bottom: 1px solid #f7931e;
  position: absolute;
  top: 72px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
  z-index: 0; }

.hr-link {
  border: none;
  border-bottom: 1px solid #f7931e;
  position: absolute;
  top: 63px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
  z-index: 0; }

.hr-link-mob {
  display: none;
  border: none;
  border-bottom: 1px solid #f7931e;
  position: absolute;
  top: 63px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
  z-index: 0; }

.tab-wrapper {
  position: relative;
  z-index: 2; }
  .tab-wrapper .dots {
    background-color: #ffffff;
    border: 5px solid #dddddd;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    bottom: -8px; }
  .tab-wrapper a {
    display: inline-block;
    color: #cccccc;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 50px; }
    .tab-wrapper a.active h2, .tab-wrapper a.active .h2, .tab-wrapper a.active h3, .tab-wrapper a.active h5, .tab-wrapper a.active span {
      color: #df7b06; }
    .tab-wrapper a.active .dots {
      background-color: #ffffff;
      border: 5px solid #f7931e; }
    .tab-wrapper a:hover {
      color: #f7931e;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      text-decoration: none; }
    .tab-wrapper a:hover > .dots {
      background-color: #ffffff;
      border: 5px solid #f7931e;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .tab-wrapper a h2, .tab-wrapper a .h2 {
      font-size: 3.3rem;
      margin-top: 5px; }
    .tab-wrapper a h5, .tab-wrapper a h3 {
      font-size: 1.8rem;
      margin-bottom: 0;
      font-weight: 300; }
  .tab-wrapper.link {
    display: inline-block; }
    .tab-wrapper.link a {
      margin-left: auto;
      margin-right: auto;
      padding: 0px 10px;
      margin-bottom: 20px;
      border-bottom: 1px solid #f7931e; }
    .tab-wrapper.link h2, .tab-wrapper.link .h2 {
      white-space: nowrap;
      font-size: 3.2rem;
      margin-top: 5px;
      color: #374759;
      opacity: 0.8;
      font-weight: 600; }
    .tab-wrapper.link h5, .tab-wrapper.link h3, .tab-wrapper.link span {
      font-size: 1.3rem;
      margin-bottom: 0;
      font-weight: 300;
      text-transform: uppercase;
      color: #374759;
      opacity: 0.8;
      display: block; }

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    width: 50%; }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
    width: 0%; } }

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    width: 50%; }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
    width: 0%; } }

#search {
  text-align: left;
  padding-left: 30px; }

.overlay-menu {
  height: calc(100vh - 50px);
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: rgba(37, 69, 137, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(500px);
  -ms-transform: translateX(500px);
  transform: translateX(500px);
  padding-top: 40px; }
  .overlay-menu .top-nav {
    text-align: left;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 25px; }
    .overlay-menu .top-nav li {
      margin-bottom: 10px; }
      .overlay-menu .top-nav li a {
        padding: 0 10px;
        font-size: 1.1rem;
        border-right: 2px solid white; }
    .overlay-menu .top-nav .accesskey {
      display: none; }
    .overlay-menu .top-nav .last {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .overlay-menu .top-nav .last .search {
        display: none; }
      .overlay-menu .top-nav .last .search-form {
        display: block !important; }
  .overlay-menu .overlink {
    position: relative; }
  .overlay-menu .glyphicon.glyphicon-triangle-top {
    display: none; }
  .overlay-menu [aria-expanded='false'] > .overlink .glyphicon.glyphicon-triangle-bottom {
    display: block; }
  .overlay-menu [aria-expanded='false'] > .overlink .glyphicon.glyphicon-triangle-top {
    display: none; }
  .overlay-menu [aria-expanded='true'] > .overlink .glyphicon.glyphicon-triangle-bottom {
    display: none; }
  .overlay-menu [aria-expanded='true'] > .overlink .glyphicon.glyphicon-triangle-top {
    display: block; }
  .overlay-menu .glyphicon {
    float: right;
    font-size: 70%;
    line-height: 25px;
    position: relative; }
  .overlay-menu.hide {
    -webkit-animation: fadeInLeft 500ms ease-in-out forwards;
    animation: fadeInLeft 500ms ease-in-out forwards;
    width: 0%; }
  .overlay-menu .collapse .overlink, .overlay-menu .collapsing .overlink {
    font-size: 1.4rem; }
  .overlay-menu.active {
    -webkit-animation: fadeInRight 500ms ease-in-out forwards;
    animation: fadeInRight 500ms ease-in-out forwards;
    width: 50%;
    min-width: 300px; }
  .overlay-menu .collapse, .overlay-menu .collapsing {
    padding-left: 20px; }
    .overlay-menu .collapse .collapse, .overlay-menu .collapse .collapsing, .overlay-menu .collapsing .collapse, .overlay-menu .collapsing .collapsing {
      margin-left: -20px;
      padding-left: 40px; }
      .overlay-menu .collapse .collapse .collapse, .overlay-menu .collapse .collapse .collapsing, .overlay-menu .collapse .collapsing .collapse, .overlay-menu .collapse .collapsing .collapsing, .overlay-menu .collapsing .collapse .collapse, .overlay-menu .collapsing .collapse .collapsing, .overlay-menu .collapsing .collapsing .collapse, .overlay-menu .collapsing .collapsing .collapsing {
        margin-left: -40px;
        padding-left: 60px; }
        .overlay-menu .collapse .collapse .collapse .collapse, .overlay-menu .collapse .collapse .collapse .collapsing, .overlay-menu .collapse .collapse .collapsing .collapse, .overlay-menu .collapse .collapse .collapsing .collapsing, .overlay-menu .collapse .collapsing .collapse .collapse, .overlay-menu .collapse .collapsing .collapse .collapsing, .overlay-menu .collapse .collapsing .collapsing .collapse, .overlay-menu .collapse .collapsing .collapsing .collapsing, .overlay-menu .collapsing .collapse .collapse .collapse, .overlay-menu .collapsing .collapse .collapse .collapsing, .overlay-menu .collapsing .collapse .collapsing .collapse, .overlay-menu .collapsing .collapse .collapsing .collapsing, .overlay-menu .collapsing .collapsing .collapse .collapse, .overlay-menu .collapsing .collapsing .collapse .collapsing, .overlay-menu .collapsing .collapsing .collapsing .collapse, .overlay-menu .collapsing .collapsing .collapsing .collapsing {
          margin-left: -60px;
          padding-left: 80px; }

.search-form {
  float: right;
  position: absolute;
  right: 120px;
  top: 60px;
  z-index: 9999; }
  .search-form a {
    display: inline-block;
    color: #226fb1; }

.overlay-content {
  position: relative;
  width: 100%;
  margin-top: 30px; }
  .overlay-content .search-form {
    text-align: left;
    float: none;
    position: relative;
    padding-right: 20px;
    right: auto;
    top: 0;
    left: 10px;
    display: block !important; }
    .overlay-content .search-form p {
      margin-top: 10px; }
      .overlay-content .search-form p b {
        color: white;
        color: white !important;
        font-weight: 100;
        font-size: 1.4rem; }
    .overlay-content .search-form a {
      display: inline-block;
      text-decoration: underline;
      padding: 0 5px;
      font-size: 1.4rem; }
  .overlay-content .icon {
    color: #ffffff;
    padding-left: 35px; }
    .overlay-content .icon a {
      font-size: 1.1rem;
      display: inline-block;
      padding: 5px 5px; }
  .overlay-content .mobile-nav {
    margin-top: 30px; }
  .overlay-content .collapsing {
    background: rgba(36, 40, 71, 0.4); }
  .overlay-content .collapse-bg.in {
    background: rgba(36, 40, 71, 0.4); }

.overlay-menu a {
  padding: 10px 30px;
  text-decoration: none;
  font-size: 2rem;
  color: #ffffff;
  display: block; }

.overlay-menu a:hover, .overlay a:focus {
  color: #f1f1f1; }

.overlay-menu .closebtn {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 2.5rem;
  color: #ffffff; }

span.rss {
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: 10px; }
  span.rss a {
    display: block; }

a.btn-normalize {
  display: inline-block;
  position: relative;
  height: 30px;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 5px; }
  a.btn-normalize.left {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
    a.btn-normalize.left img {
      left: 8px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  a.btn-normalize.right {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }
  a.btn-normalize .arrow, a.btn-normalize .more {
    display: block;
    height: 100%;
    display: inline-block; }
    a.btn-normalize .arrow img, a.btn-normalize .more img {
      display: block; }

.backtop-bg {
  background: url("../img/button-backtop.svg") no-repeat top;
  background-size: contain;
  width: 50px;
  height: 23px;
  margin: auto;
  display: block; }
  .backtop-bg img {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    width: 15px;
    margin-top: 10px; }
  .backtop-bg.collapse img {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

footer {
  background: url("../img/bg-footer.jpg") no-repeat top;
  background-size: cover;
  color: #dddddd; }
  footer .footer-wrap {
    position: relative; }
    footer .footer-wrap hr {
      position: absolute;
      top: 47px;
      border: none;
      border-bottom: 1px solid #f7931e;
      width: 90%;
      margin-left: 5%;
      opacity: 0.6; }
  footer .footer-top {
    text-align: center;
    padding-bottom: 20px; }
    footer .footer-top .col-md-2 {
      min-height: 180px; }
    footer .footer-top .dots {
      background-color: #ffffff;
      border: 4px solid #dddddd;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      display: inline-block;
      vertical-align: middle;
      margin-top: 15px;
      margin-bottom: 12px; }
    footer .footer-top h3, footer .footer-top .p-no-title-css {
      margin-top: 26px;
      margin-bottom: 0;
      font-size: 1.6rem; }
      footer .footer-top h3 a, footer .footer-top .p-no-title-css a {
        color: #eeeeee;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }
    footer .footer-top ul {
      padding-left: 0;
      list-style: none;
      text-align: center;
      font-size: 1.5rem; }
      footer .footer-top ul li {
        margin: 5px 0; }
        footer .footer-top ul li a {
          color: #eeeeee;
          text-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }
  footer .footer-bottom {
    background: rgba(27, 29, 129, 0.6);
    padding: 35px 0 100px;
    min-height: 150px; }
    footer .footer-bottom ul {
      padding-left: 0; }
    footer .footer-bottom .col-md-3 {
      text-align: right; }
    footer .footer-bottom .container {
      position: relative; }
    footer .footer-bottom a {
      color: #dddddd;
      margin-right: 25px;
      display: inline-block; }
    footer .footer-bottom p {
      line-height: 25px;
      margin-top: 30px; }
    footer .footer-bottom hr {
      border: none;
      border-bottom: 1px solid #888888;
      width: 98%;
      position: absolute;
      top: 17px;
      left: 1%; }

.government {
  margin-top: 40px; }
  .government img {
    margin-right: 7px; }

.slick-video {
  width: 50%;
  margin: auto;
  margin-bottom: 70px; }
  .slick-video .slick-slide {
    height: auto; }
  .slick-video .slick-next {
    background: url("../img/next-slide.png") no-repeat center center;
    background-size: contain;
    height: 55px;
    width: 55px;
    top: 50%;
    z-index: 5;
    right: -65px;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .slick-video .slick-next:hover {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .slick-video .slick-next:before {
      content: ''; }
  .slick-video .slick-prev {
    background: url("../img/prev-slide.png") no-repeat center center;
    background-size: contain;
    height: 55px;
    width: 55px;
    top: 50%;
    left: -65px;
    z-index: 5;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .slick-video .slick-prev:hover {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .slick-video .slick-prev:before {
      content: ''; }

.slick-gallery-nav {
  width: 100%;
  margin: auto; }
  .slick-gallery-nav .slick-slide {
    height: auto; }
    .slick-gallery-nav .slick-slide a {
      margin-left: 5px;
      border-bottom: 1px solid #f7931e; }
      .slick-gallery-nav .slick-slide a:focus {
        border-color: #f7931e; }
  .slick-gallery-nav .slick-dots {
    bottom: 15px; }
    .slick-gallery-nav .slick-dots li button:before {
      color: #cccccc;
      font-size: 1rem; }
    .slick-gallery-nav .slick-dots li.slick-active button:before {
      color: #f7931e; }

.slick-icon-nav {
  width: 100%;
  margin: auto; }
  .slick-icon-nav .slick-slide {
    height: auto; }
  .slick-icon-nav .slick-dots {
    bottom: 15px; }
    .slick-icon-nav .slick-dots li button:before {
      color: #cccccc;
      font-size: 1rem; }
    .slick-icon-nav .slick-dots li.slick-active button:before {
      color: #f7931e; }

.slick-banner {
  width: 100%;
  margin: auto; }
  .slick-banner .slick-slide {
    height: auto; }
  .slick-banner .wrapper {
    width: 100%;
    text-align: center;
    height: 35vw;
    background-size: cover !important;
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw; }
    .slick-banner .wrapper .bg-cover {
      /*background: url("../img/bg-cover-cut.png") no-repeat right bottom;*/
      background-size: contain;
      height: 35.2vw;
      width: 50vw;
      float: right; }
      .slick-banner .wrapper .bg-cover p {
        text-indent: -12px;
        color: #ffffff;
        font-size: 2.8rem;
        line-height: 45px;
        padding: 8vw;
        padding-left: 25vw;
        letter-spacing: 1px;
        position: relative;
        text-align: left; }
  .slick-banner .slick-next {
    /*background: url("../img/next-slide.png") no-repeat center center;*/
    background-size: contain;
    /*height: 55px;*/
    /*width: 55px;*/
    height: 25px;
    width: 80px;
    top: 50%;
    z-index: 5;
    right: -25px; }
    .slick-banner .slick-next:hover {
      opacity: 1; }
    .slick-banner .slick-next:before {
      content: ''; }
  .slick-banner .slick-prev {
    /*background: url("../img/prev-slide.png") no-repeat center center;*/
    background-size: contain;
    /*height: 55px;*/
    /*width: 55px;*/
    height: 25px;
    width: 92px;
    top: 50%;
    left: -30px;
    z-index: 5; }
    .slick-banner .slick-prev:hover {
      opacity: 1; }
    .slick-banner .slick-prev:before {
      content: ''; }

.slick-gallery {
  visibility: hidden; }

.slick-gallery, .slick-captain {
  width: 80%;
  margin: auto; }
  .slick-gallery .slick-slide, .slick-captain .slick-slide {
    height: auto; }
  .slick-gallery .gallery-wrapper, .slick-captain .gallery-wrapper {
    width: 95% !important;
    margin-left: 2.5%;
    text-align: center; }
    .slick-gallery .gallery-wrapper img, .slick-captain .gallery-wrapper img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .slick-gallery .gallery-wrapper p, .slick-captain .gallery-wrapper p {
      color: #eeeeee;
      font-size: 1.7rem;
      line-height: 28px;
      margin-top: 10px;
      padding-left: 60px;
      letter-spacing: 1px;
      position: relative; }
      .slick-gallery .gallery-wrapper p span, .slick-captain .gallery-wrapper p span {
        font-size: 2rem; }
      .slick-gallery .gallery-wrapper p img, .slick-captain .gallery-wrapper p img {
        width: 15px;
        height: auto;
        position: absolute;
        left: 30px;
        top: -55px; }
  .slick-gallery .slick-next, .slick-captain .slick-next {
    background: url("../img/next-slide.png") no-repeat center center;
    background-size: contain;
    height: 55px;
    width: 55px;
    top: 40%;
    z-index: 5;
    right: -65px;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .slick-gallery .slick-next:hover, .slick-captain .slick-next:hover {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .slick-gallery .slick-next:before, .slick-captain .slick-next:before {
      content: ''; }
  .slick-gallery .slick-prev, .slick-captain .slick-prev {
    background: url("../img/prev-slide.png") no-repeat center center;
    background-size: contain;
    height: 55px;
    width: 55px;
    top: 40%;
    left: -65px;
    z-index: 5;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .slick-gallery .slick-prev:hover, .slick-captain .slick-prev:hover {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .slick-gallery .slick-prev:before, .slick-captain .slick-prev:before {
      content: ''; }

.slick-link {
  width: 85%;
  margin: auto;
  visibility: hidden; }
  .slick-link .slick-slide {
    height: auto; }
  .slick-link .wrapper {
    width: 90% !important;
    margin-left: 5%; }
    .slick-link .wrapper a {
      display: inline-block; }
      .slick-link .wrapper img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 70px; }
  .slick-link .slick-next {
    background: url("../img/next-slide.png") no-repeat center center;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 50%;
    z-index: 5;
    right: -65px;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .slick-link .slick-next:hover {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .slick-link .slick-next:before {
      content: ''; }
  .slick-link .slick-prev {
    background: url("../img/prev-slide.png") no-repeat center center;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 50%;
    left: -65px;
    z-index: 5;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .slick-link .slick-prev:hover {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .slick-link .slick-prev:before {
      content: ''; }
  .slick-link .slick-stop {
    background: url("../img/stop-slide.png") no-repeat center center;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 50%;
    z-index: 5;
    right: -120px;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .slick-link .slick-stop:hover {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .slick-link .slick-stop:before {
      content: ''; }
  .slick-link .slick-play {
    background: url("../img/play-slide.png") no-repeat center center;
    background-size: contain;
    height: 50px;
    width: 50px;
    top: 50%;
    z-index: 5;
    right: -177px;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .slick-link .slick-play:hover {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .slick-link .slick-play:before {
      content: ''; }

.slick-gallery .gallery-wrapper img {
  height: 25vw;
  max-height: 180px;
  -o-object-fit: contain;
  object-fit: contain; }

.slick-gallery .gallery-wrapper a {
  display: block; }
  .slick-gallery .gallery-wrapper a img.icon {
    background: white; }

.slick-gallery .gallery-wrapper p span {
  font-size: 1.3rem; }

.slick-captain .gallery-wrapper img {
  height: 350px;
  -o-object-fit: contain;
  object-fit: contain; }

.slick-captain .gallery-wrapper p {
  padding-left: 100px;
  white-space: nowrap; }
  .slick-captain .gallery-wrapper p img {
    left: 70px; }
  .slick-captain .gallery-wrapper p span {
    font-size: 1.3rem; }

.slick-icon-nav {
  visibility: hidden; }

.slick-initialized {
  visibility: visible; }

header.home {
  padding-bottom: 10px; }
  header.home h1 {
    margin: 17px 0 10px; }
    header.home h1 a {
      display: inline-block; }
    header.home h1 img {
      max-height: 60px; }
  header.home .logo {
    width: 250px;
    margin-top: 10px; }
  header.home ul.top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    float: right;
    margin-top: 25px; }
    header.home ul.top-nav li {
      margin-left: 5px;
      margin-right: 5px;
      font-size: 1.35rem; }
      header.home ul.top-nav li a {
        color: #374759;
        font-size: 1.45rem; }
      header.home ul.top-nav li:after {
        content: '|';
        margin-left: 10px;
        color: #dddddd; }
      header.home ul.top-nav li.last:after {
        content: ''; }
      header.home ul.top-nav li.last a.search {
        margin-right: 25px; }
        header.home ul.top-nav li.last a.search i {
          font-size: 1.7rem; }
      header.home ul.top-nav li.last a span {
        padding: 0px 3.5px;
        border: 1px solid #374759;
        border-radius: 50%;
        text-align: center;
        font-size: 1.1rem;
        width: 20px;
        display: inline-block;
        height: 20px; }
        header.home ul.top-nav li.last a span.active {
          background-color: #374759;
          color: #ffffff; }
        header.home ul.top-nav li.last a span:hover {
          background-color: #374759;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          color: #ffffff; }

nav.home {
  margin-top: 90px; }
  nav.home ul.nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: -15px; }
    nav.home ul.nav-header > .dropdown {
      padding-bottom: 5px; }
      nav.home ul.nav-header > .dropdown > a {
        font-size: 1.8rem; }
    nav.home ul.nav-header > li {
      margin-left: 15px;
      margin-right: 15px;
      position: relative; }
      nav.home ul.nav-header > li ul.dropdown-menu a {
        font-size: 1.5rem; }
      nav.home ul.nav-header > li a {
        color: #374759;
        font-size: 1.8rem;
        font-weight: 500;
        position: relative; }
      nav.home ul.nav-header > li li a {
        color: #000; }
      nav.home ul.nav-header > li .menu-bg {
        opacity: 1;
        height: 30px;
        top: 100px;
        cursor: pointer;
        z-index: 10; }
        nav.home ul.nav-header > li .menu-bg:hover > .menu-dropdown {
          height: auto;
          opacity: 1;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      nav.home ul.nav-header > li .dropdown-menu {
        min-width: 0;
        position: absolute;
        color: #ffffff;
        font-size: 1.5rem;
        z-index: 5;
        background: rgba(247, 147, 30, 0.9);
        width: auto;
        top: calc(100% - 5px); }
        nav.home ul.nav-header > li .dropdown-menu .dropdown-menu {
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%);
          top: 0; }
        nav.home ul.nav-header > li .dropdown-menu ul {
          list-style: none; }
          nav.home ul.nav-header > li .dropdown-menu ul li a {
            color: #000000;
            font-size: 1.5rem; }
            nav.home ul.nav-header > li .dropdown-menu ul li a:hover {
              color: #ffffff;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: transparent; }

.dropdown-menu > li > a {
  padding: 3px 20px 3px 20px; }

.dropdown-menu {
  right: 0;
  float: right;
  left: auto; }

.section-mission {
  background: url("../img/bg-mission.png") no-repeat center center;
  background-size: contain;
  margin-top: 20px; }
  .section-mission .sirene {
    margin-top: 30px;
    margin-bottom: 6vw; }
  .section-mission .slick-dotted.slick-slider {
    margin-bottom: 5vw; }
  .section-mission .background {
    padding-bottom: 35px;
    width: 100%;
    position: relative; }
    .section-mission .background .inside {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center; }
      .section-mission .background .inside img {
        width: 5vw; }
  .section-mission .container-mission {
    width: 80vw;
    margin: 0 auto; }
    .section-mission .container-mission .slick-icon-nav .slick-dots {
      bottom: -3vw; }
    .section-mission .container-mission .icon-wrapper .text {
      color: #374759;
      font-size: 1.6rem;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      margin-top: -11px;
      font-weight: 600; }
    .section-mission .container-mission .icon-wrapper .inside {
      position: absolute;
      background: white;
      position: absolute;
      border-radius: 50%;
      width: 50%;
      height: 0;
      padding: 25% 0;
      top: 50%;
      left: 50%;
      -webkit-box-shadow: -5px 5px 9px rgba(0, 0, 0, 0.5);
      box-shadow: -5px 5px 9px rgba(0, 0, 0, 0.5);
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    .section-mission .container-mission .icon-wrapper .inside-wrap {
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .section-mission .container-mission .icon-wrapper .inside-wrap .img {
        height: 65px;
        width: 70%;
        max-height: 65px;
        background: url("../img/img-01-def.svg") center center/contain no-repeat;
        display: inline-block; }
        .section-mission .container-mission .icon-wrapper .inside-wrap .img.fish {
          background-image: url("../img/img-01-def.svg"); }
        .section-mission .container-mission .icon-wrapper .inside-wrap .img.life {
          background-image: url("../img/img-02-def.svg"); }
        .section-mission .container-mission .icon-wrapper .inside-wrap .img.security {
          background-image: url("../img/img-03-def.svg"); }
        .section-mission .container-mission .icon-wrapper .inside-wrap .img.task {
          background-image: url("../img/img-04-def.svg"); }
        .section-mission .container-mission .icon-wrapper .inside-wrap .img.conservation {
          background-image: url("../img/img-05-def.svg"); }
    .section-mission .container-mission [class*=icon-] {
      height: 20vh;
      max-height: 200px;
      min-height: 170px;
      display: block;
      text-align: center;
      position: relative;
      -webkit-transform: scale(1.14);
      -ms-transform: scale(1.14);
      transform: scale(1.14); }
    .section-mission .container-mission .slick-slide [class*=icon-0] {
      background: url("../img/mission/blue-3.svg") center center/contain no-repeat; }
      .section-mission .container-mission .slick-slide [class*=icon-0]:hover, .section-mission .container-mission .slick-slide [class*=icon-0]:focus {
        background-image: url("../img/mission/orange-3.svg"); }
        .section-mission .container-mission .slick-slide [class*=icon-0]:hover:hover .img, .section-mission .container-mission .slick-slide [class*=icon-0]:hover:focus .img, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:hover .img, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:focus .img {
          background: url("../img/img-01.svg") no-repeat center center; }
          .section-mission .container-mission .slick-slide [class*=icon-0]:hover:hover .img.fish, .section-mission .container-mission .slick-slide [class*=icon-0]:hover:focus .img.fish, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:hover .img.fish, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:focus .img.fish {
            background-image: url("../img/img-01.svg"); }
          .section-mission .container-mission .slick-slide [class*=icon-0]:hover:hover .img.life, .section-mission .container-mission .slick-slide [class*=icon-0]:hover:focus .img.life, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:hover .img.life, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:focus .img.life {
            background-image: url("../img/img-02.svg"); }
          .section-mission .container-mission .slick-slide [class*=icon-0]:hover:hover .img.security, .section-mission .container-mission .slick-slide [class*=icon-0]:hover:focus .img.security, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:hover .img.security, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:focus .img.security {
            background-image: url("../img/img-03.svg"); }
          .section-mission .container-mission .slick-slide [class*=icon-0]:hover:hover .img.task, .section-mission .container-mission .slick-slide [class*=icon-0]:hover:focus .img.task, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:hover .img.task, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:focus .img.task {
            background-image: url("../img/img-04.svg"); }
          .section-mission .container-mission .slick-slide [class*=icon-0]:hover:hover .img.conservation, .section-mission .container-mission .slick-slide [class*=icon-0]:hover:focus .img.conservation, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:hover .img.conservation, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:focus .img.conservation {
            background-image: url("../img/img-05.svg"); }
        .section-mission .container-mission .slick-slide [class*=icon-0]:hover:hover .text, .section-mission .container-mission .slick-slide [class*=icon-0]:hover:focus .text, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:hover .text, .section-mission .container-mission .slick-slide [class*=icon-0]:focus:focus .text {
          color: #f7931e; }
    .section-mission .container-mission .slick-slide:first-child [class*=icon-0] {
      background: url("../img/mission/blue-1.svg") center center/contain no-repeat; }
      .section-mission .container-mission .slick-slide:first-child [class*=icon-0]:hover, .section-mission .container-mission .slick-slide:first-child [class*=icon-0]:focus {
        background-image: url("../img/mission/orange-1.svg"); }
    .section-mission .container-mission .slick-slide:last-child [class*=icon-0] {
      background: url("../img/mission/blue-5.svg") center center/contain no-repeat; }
      .section-mission .container-mission .slick-slide:last-child [class*=icon-0]:hover, .section-mission .container-mission .slick-slide:last-child [class*=icon-0]:focus {
        background-image: url("../img/mission/orange-5.svg"); }

.sub-title {
  font-size: 1.3rem;
  margin-bottom: 3px;
  margin-top: 10px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px; }

.big-title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 3.5rem;
  margin-top: 0;
  letter-spacing: 5px; }

.section-news {
  margin-bottom: 20px; }
  .section-news.news-home {
    margin-top: 20px; }
  .section-news .news-wrapper {
    margin-bottom: 50px;
    position: relative; }
    .section-news .news-wrapper h3 {
      margin-top: 1px; }
    .section-news .news-wrapper .nav-tabs > li > a {
      padding: 10px; }
  .section-news .tab-pane {
    position: relative; }
  .section-news hr {
    margin-top: -1px;
    border-bottom: 4px solid #2f5eb0; }
  .section-news .nav-tabs > li {
    text-align: center; }
  .section-news .nav-tabs > li > a {
    background: #e6e6e6;
    border-color: #e6e6e6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #374759;
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: 600; }
  .section-news .nav-tabs > li.active > a {
    background: #f7931e;
    border-color: #f7931e;
    color: #000000; }
  .section-news .nav-tabs > li.active > a:focus,
  .dropdown-menu a:focus,
  .rss a:focus {
    outline: 3px dashed #2f5eb0 !important; 
    /*border-color: #2f5eb0 !important;*/ }
  .section-news .news-list {
    display: block;
    padding: 5px 0;
    margin-bottom: 3px;
    position: relative;
    z-index: 2; }
    .section-news .news-list:hover {
      text-decoration: none; }
    .section-news .news-list:hover > .dots {
      border: 7px solid #f7931e;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px;
      margin-left: 0px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .section-news .news-list .dots {
      background-color: #ffffff;
      border: 6px solid #dddddd;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      margin-left: 2px; }
      .section-news .news-list .dots.active {
        border: 7px solid #f7931e;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0px;
        margin-right: 7px; }
    .section-news .news-list .date {
      color: #2f5eb0;
      font-size: 1.6rem;
      letter-spacing: 1px; }
    .section-news .news-list .content {
      color: #374759;
      font-size: 1.6rem;
      text-indent: 10px;
      display: inline-block;
      margin-bottom: 3px; }
    .section-news .news-list .badge-new {
      background: #f7931e;
      border-radius: 30px;
      margin-left: 10px;
      padding: 3px 7px;
      padding-top: 1px;
      color: #ffffff;
      font-size: 1.2rem; }
  .section-news hr.divider {
    border: none;
    border-bottom: 1px solid #eeeeee;
    width: 95%;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 3px; }
    .section-news hr.divider.page-div {
      border-bottom: 1px solid #eeeeee;
      width: 100%; }
  .section-news .vertical-hr {
    border-left: 1px solid #f7931e;
    height: 100%;
    position: absolute;
    margin-left: 10px;
    margin-top: -20px;
    z-index: 0; }

.sirene a {
  display: inline-block;
  position: relative;
  height: 35px;
  overflow: hidden;
  border-radius: 30px; }

.sirene .wrap {
  background-color: #374759;
  line-height: 35px;
  max-width: 200px;
  padding: 0 10px;
  color: #ffffff;
  display: inline-block;
  height: 100%; }

.sirene .wrap-end {
  vertical-align: top;
  display: inline-block;
  background: #f7931e;
  position: relative;
  padding: 0 8px;
  height: 100%;
  padding-right: 10px;
  margin-left: -4px; }
  .sirene .wrap-end img {
    top: 8px;
    position: relative;
    width: 20px; }

.section-galleries .wave img {
  width: 78%; }

.section-galleries .news-wrapper {
  margin-bottom: 50px; }

.section-galleries .news-list {
  display: block;
  padding: 5px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2; }
  .section-galleries .news-list:hover {
    text-decoration: none; }
  .section-galleries .news-list:hover > .dots {
    border: 7px solid #f7931e;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 0px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .section-galleries .news-list .dots {
    background-color: #ffffff;
    border: 6px solid #dddddd;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    .section-galleries .news-list .dots.active {
      border: 7px solid #f7931e;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 0px;
      margin-right: 7px; }
  .section-galleries .news-list .content {
    color: #e6e6e6;
    font-size: 1.6rem;
    text-indent: 10px;
    display: inline-block;
    margin-bottom: 3px; }

.section-galleries hr.divider {
  border: none;
  border-bottom: 1px solid #eeeeee;
  width: 94%;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 5px; }
  .section-galleries hr.divider.top {
    border-bottom: 4px solid #f7931e;
    width: 100%; }

.section-galleries .vertical-hr {
  border-left: 1px solid #f7931e;
  height: calc(100% - 30px);
  position: absolute;
  left: 25px;
  top: 0px;
  z-index: 0; }

.section-gallery {
  height: auto;
  background: url("../img/bg-gallery.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  margin-bottom: -23px; }

.section-quicklink {
  background: url("../img/bg-quicklink.jpg") no-repeat center center;
  background-size: cover; }

.wave-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px; }
  .wave-wrapper .waves {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .wave-wrapper .waves .wave {
      height: 14vw;
      max-height: 14vh;
      position: relative;
      margin-left: -0.18vw;
      margin-bottom: 40px;
      -ms-flex-preferred-size: 15vh;
      flex-basis: 15vh; }
      .wave-wrapper .waves .wave.gallery {
        width: 33.333333%;
        height: 150px;
        margin-left: -0.12vw;
        margin-right: -0.12vw; }
        .wave-wrapper .waves .wave.gallery h5, .wave-wrapper .waves .wave.gallery h3 {
          text-align: center;
          font-size: 1.7rem;
          position: absolute;
          bottom: -35px;
          color: #eeeeee; }
      .wave-wrapper .waves .wave:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .wave-wrapper .waves .wave:nth-child(odd) {
        background: url("../img/wave-top.svg") no-repeat center center;
        background-size: contain; }
        .wave-wrapper .waves .wave:nth-child(odd):hover {
          background: url("../img/wave-top-active.svg") no-repeat center center;
          background-size: contain;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          z-index: 3; }
        .wave-wrapper .waves .wave:nth-child(odd).active {
          background: url("../img/wave-top-active.svg") no-repeat center center;
          background-size: contain; }
      .wave-wrapper .waves .wave:nth-child(even) {
        background: url("../img/wave-bottom.svg") no-repeat center center;
        background-size: contain; }
        .wave-wrapper .waves .wave:nth-child(even):hover {
          background: url("../img/wave-bottom-active.svg") no-repeat center center;
          background-size: contain;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          z-index: 3; }
        .wave-wrapper .waves .wave:nth-child(even).active {
          background: url("../img/wave-bottom-active.svg") no-repeat center center;
          background-size: contain; }
      .wave-wrapper .waves .wave .content {
        position: relative;
        text-align: center;
        position: absolute;
        text-align: center;
        width: 80%;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
        .wave-wrapper .waves .wave .content img {
          width: 60%; }
      .wave-wrapper .waves .wave h5, .wave-wrapper .waves .wave h3,  .wave-wrapper .waves .wave .p-no-title-css {
        text-align: center;
        font-size: 1.3rem;
        margin: 10px 0 0;
        width: 100%;
        min-width: 85px;
        color: #374759;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }

.wave-wrapper .waves.odd {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left; }
  .wave-wrapper .waves.odd .wave img {
    width: 56%;
    position: relative;
    top: 15%; }
  .wave-wrapper .waves.odd .wave .content h5, .wave-wrapper .waves.odd .wave .content h3 {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 25px;
    color: #374759; }

.desktop-wrapper .bg-wrap {
  height: 200px;
  margin-top: 25px;
  margin-bottom: 50px;
  width: 100%;
  background: url("../img/two-line-123.svg") no-repeat center top;
  background-size: contain; }
  .desktop-wrapper .bg-wrap .hover-loc {
    color: #374759;
    position: relative;
    display: block; }
    .desktop-wrapper .bg-wrap .hover-loc h5, .desktop-wrapper .bg-wrap .hover-loc h3 {
      position: absolute;
      width: 100%;
      font-size: 1.3rem;
      white-space: nowrap;
      margin-top: 10px;
      margin-bottom: 10px; }
  .desktop-wrapper .bg-wrap .hover-loc:hover {
    color: #f7931e;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .desktop-wrapper .bg-wrap .hover-loc:hover > .loc {
    background: url("../img/location-02.svg") no-repeat center center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .desktop-wrapper .bg-wrap .loc {
    height: 33px;
    width: 100%;
    background: url("../img/location-01.svg") no-repeat center center;
    background-size: contain; }
  .desktop-wrapper .bg-wrap .icon {
    width: 23px; }
  .desktop-wrapper .bg-wrap .content-1 {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .desktop-wrapper .bg-wrap .content-2 {
    position: absolute;
    width: 100%;
    top: 180px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .desktop-wrapper .p-no-h3-css{
    position: absolute;
    width: 100%;
    font-size: 1.3rem;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
  }

.location-wrapper {
  padding-top: 30px;
  margin: 30px auto;
  width: 100%;
  margin-bottom: 80px;
  padding-left: 7%;
  display: none; }
  .location-wrapper [class^="loc"] a * {
    font-size: 1.5rem;
    white-space: nowrap; }
  .location-wrapper .icon {
    width: 30px; }
  .location-wrapper .loc-1 {
    border: 3px solid #2b53a8;
    border-radius: 50px;
    position: relative;
    height: 60px;
    width: 92%;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 4%; }
    .location-wrapper .loc-1 .content {
      position: absolute;
      width: 100%;
      top: -44px; }
  .location-wrapper .loc-2 {
    border: 3px solid #2b53a8;
    border-radius: 50px;
    position: relative;
    height: 60px;
    width: 92%;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: -3px; }
    .location-wrapper .loc-2 .content {
      position: absolute;
      width: 104%;
      top: 14px;
      padding-left: 4%; }
  .location-wrapper .loc-3 {
    border: 3px solid #2b53a8;
    border-radius: 50px;
    position: relative;
    height: 60px;
    width: 92%;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 4%;
    margin-top: -3px; }
    .location-wrapper .loc-3 .content {
      position: absolute;
      width: 100%;
      top: 70px; }
  .location-wrapper .loc-4 {
    border: 3px solid #2b53a8;
    border-radius: 50px;
    position: relative;
    height: 60px;
    width: 92%;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: -3px; }
    .location-wrapper .loc-4 .content {
      position: absolute;
      width: 100%;
      top: 40px; }
  .location-wrapper .p-no-h3-Mobile-css{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
  }

.bigBanner {
  /*overflow: hidden;*/
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; }
  .bigBanner * {
    margin-bottom: 0; }

.bigBanner img {
  width: 100% !important;
  height: 36vh; }

header.home.page {
  height: 800px; }

.section-page {
  margin-top: -605px;
  background: rgba(255, 255, 255, 0.8);
  min-height: 50vh;
  position: relative; }
  .section-page .accesskey {
    position: absolute;
    left: 0;
    top: 14px; }
  .section-page .digital {
    margin-bottom: 50px; }
    .section-page .digital .date {
      color: #2f5eb0;
      letter-spacing: 2px;
      font-size: 1.5rem;
      margin-top: 10px; }
    .section-page .digital .description {
      color: #444444;
      font-size: 1.6rem;
      line-height: 25px; }
    .section-page .digital .count {
      color: #999999;
      font-size: 1.4rem;
      line-height: 25px;
      letter-spacing: 2px;
      margin-bottom: 10px; }
  .section-page .text-content {
    font-size: 1.75rem;
    line-height: 30px; }
  .section-page .statistics {
    line-height: 25px;
    margin-top: 50px;
    margin-bottom: 35px; }
  .section-page hr {
    margin-top: -1px;
    border-bottom: 4px solid #2f5eb0;
    width: 100%; }
  .section-page .breadcrumbs {
    margin-top: 12px;
    margin-bottom: 30px;
    font-size: 1.25rem; }
    .section-page .breadcrumbs a {
      margin-right: 5px;
      color: #333333; }
    .section-page .breadcrumbs span {
      margin-right: 5px;
      color: #333333; }
  .section-page .section-page-nav .top-left-nav {
    background: #305db0;
    padding: 20px;
    padding-bottom: 7px;
    border-radius: 10px;
    margin-bottom: 10px; }
    .section-page .section-page-nav .top-left-nav img {
      width: 65px;
      margin-bottom: 10px; }
    .section-page .section-page-nav .top-left-nav ul {
      list-style: none;
      position: relative; }
      .section-page .section-page-nav .top-left-nav ul li {
        padding: 5px 0; }
        .section-page .section-page-nav .top-left-nav ul li a {
          color: #ffffff;
          font-size: 1.6rem;
          line-height: 25px; }
          .section-page .section-page-nav .top-left-nav ul li a:hover {
            color: #f7931e;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
    .section-page .section-page-nav .top-left-nav .hover-bg {
      background: rgba(0, 0, 0, 0.4);
      border-radius: 10px;
      padding: 5px;
      height: 0;
      opacity: 0;
      position: absolute;
      top: 8px;
      left: 110px;
      z-index: 10;
      width: 80px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .section-page .section-page-nav .top-left-nav .hover-bg.active {
        height: 133px;
        opacity: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .section-page .section-page-nav .top-left-nav .hover-bg ul {
        list-style: none; }
        .section-page .section-page-nav .top-left-nav .hover-bg ul li {
          padding: 0; }
          .section-page .section-page-nav .top-left-nav .hover-bg ul li a {
            color: #ffffff;
            font-size: 1.2rem; }
            .section-page .section-page-nav .top-left-nav .hover-bg ul li a:hover {
              color: #f7931e;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
  .section-page .section-page-nav .bottom-left-nav {
    background: #a1c6e1;
    padding: 15px;
    padding-bottom: 5px;
    border-radius: 10px;
    margin-bottom: 10px; }
    .section-page .section-page-nav .bottom-left-nav ul {
      list-style: none; }
      .section-page .section-page-nav .bottom-left-nav ul li {
        padding: 7.5px 0; }
        .section-page .section-page-nav .bottom-left-nav ul li a {
          color: #315eb1;
          font-size: 1.6rem;
          line-height: 30px;
          position: relative; }
          .section-page .section-page-nav .bottom-left-nav ul li a span {
            margin-left: 33px;
            display: inline-block;
            margin-top: -4px; }
          .section-page .section-page-nav .bottom-left-nav ul li a img {
            width: 27px;
            vertical-align: top;
            margin-top: 2px;
            margin-right: 2px; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-01 div {
            height: 28px;
            width: 28px;
            display: block;
            position: absolute;
            top: -2px; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-01 div.img {
              background: url("../img/left/01.svg") no-repeat center center;
              background-size: contain; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-01 div.img-hover {
              background: url("../img/left/01-hov.svg") no-repeat center center;
              opacity: 0; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-01:hover {
            color: #f7931e;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-01:hover > .img-hover {
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-01:hover > .img {
            opacity: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-02 div {
            height: 28px;
            width: 28px;
            display: block;
            position: absolute;
            top: -2px; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-02 div.img {
              background: url("../img/left/02.svg") no-repeat center center;
              background-size: contain; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-02 div.img-hover {
              background: url("../img/left/02-hov.svg") no-repeat center center;
              opacity: 0; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-02:hover {
            color: #f7931e;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-02:hover > .img-hover {
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-02:hover > .img {
            opacity: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-03 div {
            height: 28px;
            width: 28px;
            display: block;
            position: absolute;
            top: -2px; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-03 div.img {
              background: url("../img/left/03.svg") no-repeat center center;
              background-size: contain; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-03 div.img-hover {
              background: url("../img/left/03-hov.svg") no-repeat center center;
              opacity: 0; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-03:hover {
            color: #f7931e;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-03:hover > .img-hover {
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-03:hover > .img {
            opacity: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-04 div {
            height: 28px;
            width: 28px;
            display: block;
            position: absolute;
            top: -2px; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-04 div.img {
              background: url("../img/left/04.svg") no-repeat center center;
              background-size: contain; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-04 div.img-hover {
              background: url("../img/left/04-hov.svg") no-repeat center center;
              opacity: 0; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-04:hover {
            color: #f7931e;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-04:hover > .img-hover {
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-04:hover > .img {
            opacity: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-05 div {
            height: 28px;
            width: 28px;
            display: block;
            position: absolute;
            top: -2px; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-05 div.img {
              background: url("../img/left/05.svg") no-repeat center center;
              background-size: contain; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-05 div.img-hover {
              background: url("../img/left/05-hov.svg") no-repeat center center;
              opacity: 0; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-05:hover {
            color: #f7931e;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-05:hover > .img-hover {
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-05:hover > .img {
            opacity: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-06 div {
            height: 28px;
            width: 28px;
            display: block;
            position: absolute;
            top: -2px; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-06 div.img {
              background: url("../img/left/06.svg") no-repeat center center;
              background-size: contain; }
            .section-page .section-page-nav .bottom-left-nav ul li a.left-06 div.img-hover {
              background: url("../img/left/06-hov.svg") no-repeat center center;
              opacity: 0; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-06:hover {
            color: #f7931e;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-06:hover > .img-hover {
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .section-page .section-page-nav .bottom-left-nav ul li a.left-06:hover > .img {
            opacity: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }

.paginate {
  margin-bottom: 40px;
  font-size: 1.5rem; }
  .paginate .label-page {
    text-align: right; }
  .paginate .condition a {
    width: auto; }
  .paginate a {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    width: 23px;
    height: 24px;
    vertical-align: middle;
    text-align: center; }
    .paginate a.prev-btn {
      background: #315eb1;
      padding: 6px 8px; }
      .paginate a.prev-btn img {
        width: 7px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .paginate a.prev-btn-last {
      background: #315eb1;
      padding: 6px; }
      .paginate a.prev-btn-last img {
        width: 18px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .paginate a.next-btn {
      background: #315eb1;
      padding: 6px 8px; }
      .paginate a.next-btn img {
        width: 7px; }
    .paginate a.next-btn-last {
      background: #315eb1;
      padding: 6px; }
      .paginate a.next-btn-last img {
        width: 18px; }
    .paginate a.numbering {
      padding: 5px 0;
      font-size: 1rem;
      color: #315eb1; }
      .paginate a.numbering.active {
        background: #315eb1;
        color: #ffffff; }
      .paginate a.numbering:hover {
        background: #315eb1;
        color: #ffffff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }

.options {
  position: relative;
  margin-top: 20px;
  width: auto; }
  .options hr {
    position: absolute;
    top: 39px;
    border: none;
    border-bottom: 1px solid #f7931e;
    width: 100%; }
  .options .dots {
    background-color: #ffffff;
    border: 5px solid #dddddd;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 23px; }
  .options a {
    display: inline-block;
    color: #cccccc;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    margin-left: -2px;
    margin-right: -2px;
    position: relative; }
    .options a.active {
      color: #de3705; }
      .options a.active .dots {
        background-color: #ffffff;
        border: 5px solid #f7931e; }
    .options a:hover {
      color: #de3705;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      text-decoration: none; }
    .options a:hover > .dots {
      background-color: #ffffff;
      border: 5px solid #f7931e;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

a.tab-hr {
  border-bottom: 1px solid #f7931e;
  color: #374759;
  opacity: 0.8; }

.slider-quicklink {
  margin: 60px 0px 30px; }

.digital .img-wrap {
  width: 100%;
  max-height: 270px; }
  .digital .img-wrap a {
    max-height: 150px;
    height: 25em;
    display: inline-block;
    width: 100%;
    text-indent: -9999px; }
  .digital .img-wrap img {
    height: 100%; }

.pre-text {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 0.813em;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

.menu-mobile {
  display: none; }

@media only screen and (min-width: 1600px) {
  body {
    background: url("../img/bg-header.png") no-repeat center top/contain; }
  .container .background .icon-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 13vw;
    margin-top: 0;
    width: 75%;
    margin-left: 17%; }
  .container-mission {
    max-width: 1000px; }
  .section-quicklink .waves {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 1599px) {
  body {
    background: url("../img/bg-header.png") no-repeat center -40px/auto; }
  .container-mission {
    max-width: 1000px; } }

/* iPad Pro */
@media only screen and (max-width: 1199px) {
  .slick-banner .wrapper .bg-cover p {
    padding: 8vw;
    padding-left: 25vw;
    font-size: 2.3rem; }
  .section-mission .background .icon-wrapper {
    margin-left: 2.5%; }
  .section-quicklink .wave-wrapper .waves.odd .wave {
    margin-left: -3px;
    width: 33.3333333%; }
  .section-quicklink .wave-wrapper .waves .wave .content h5, .section-quicklink .wave-wrapper .waves .wave .content h3 {
    margin-top: 15px;
    font-size: 1rem; }
  .desktop-wrapper .bg-wrap {
    height: 150px; }
    .desktop-wrapper .bg-wrap .content-2 {
      top: 161px; }
  .slick-gallery .gallery-wrapper img {
    max-height: 220px; } }

@media only screen and (max-width: 1024px) {
  .slick-icon-nav {
    margin-left: 0; } }

/* iPad */
@media only screen and (max-width: 992px) {
  body {
    background: url("../img/bg-header.png") no-repeat center top/150vh; }
  .bigBanner {
    margin-top: 8vh; }
    .bigBanner img {
      height: 26vh; }
  .location-wrapper {
    display: block; }
  .desktop-wrapper {
    display: none; }
  footer .footer-bottom .col-md-3 {
    margin-top: 30px;
    text-align: center; }
  footer .footer-bottom .government {
    margin-top: 15px; }
  .section-page .section-page-nav .top-left-nav {
    padding-top: 43px;
    padding-bottom: 43px; }
  .btn-more .more {
    background-color: #2f5eb0;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.15rem;
    letter-spacing: 1px;
    padding: 5px 15px;
    vertical-align: middle;
    display: inline-block;
    height: 25px; }
  .btn-more .arrow {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 20px;
    background: #f7931e;
    padding: 8px;
    padding-right: 15px;
    color: #ffffff;
    margin-left: -3px;
    display: inline-block;
    vertical-align: middle;
    height: 25px; }
    .btn-more .arrow img {
      width: 8px;
      max-width: none;
      margin-top: -3px; }
  .btn-more-more {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.7rem;
    letter-spacing: 1px;
    padding-left: 45px;
    padding-right: 45px; }
    .btn-more-more:hover {
      background: rgba(255, 255, 255, 0.8);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .btn-back .more {
    background-color: #2f5eb0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.15rem;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 10px; }
  .btn-back .arrow {
    background: #f7931e;
    color: #ffffff; }
    .btn-back .arrow img {
      width: 14px;
      height: 14px; }
  .btn-back.btn-print {
    margin-left: 10px;
    margin-top: 25px;
    height: 25px; }
    .btn-back.btn-print img {
      width: 16px;
      margin-left: -5px;
      margin-top: -3px;
      max-width: none;
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg); }
  .paginate .label-page {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px; }
  .section-mission .container-mission .icon-wrapper .text {
    color: #374759;
    font-size: 1.5rem;
    margin-top: -5px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  .slick-banner .wrapper .bg-cover p {
    font-size: 2.3vw;
    line-height: 4.5vw; }
  .section-quicklink .wave-wrapper {
    display: block; }
    .section-quicklink .wave-wrapper .waves.odd {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 33.333333%; }
    .section-quicklink .wave-wrapper .waves .wave {
      height: 17vw;
      position: relative;
      margin-left: -0.3vw;
      -ms-flex-preferred-size: 18vw;
      flex-basis: 18vw; }
      .section-quicklink .wave-wrapper .waves .wave .content h5, .section-quicklink .wave-wrapper .waves .wave .content h3 {
        margin-top: 30px;
        font-size: 1.4rem; }
  .slick-link, .slick-video {
    width: 75%; }
  .slick-gallery .slick-next, .slick-link .slick-next, .slick-video .slick-next, .slick-captain .slick-next {
    height: 30px;
    width: 30px;
    right: -35px; }
  .slick-gallery .slick-prev, .slick-link .slick-prev, .slick-video .slick-prev, .slick-captain .slick-prev {
    height: 30px;
    width: 30px;
    left: -35px; }
  .slick-link .slick-stop, .slick-link .slick-play{
    height: 30px;
    width: 30px;
    right: -35px; }
  .slick-gallery .gallery-wrapper img, .slick-link .gallery-wrapper img, .slick-video .gallery-wrapper img, .slick-captain .gallery-wrapper img {
    height: 45vw; }
  .slick-gallery .gallery-wrapper p, .slick-link .gallery-wrapper p, .slick-video .gallery-wrapper p, .slick-captain .gallery-wrapper p {
    font-size: 1.4rem;
    line-height: 23px; }
    .slick-gallery .gallery-wrapper p span, .slick-link .gallery-wrapper p span, .slick-video .gallery-wrapper p span, .slick-captain .gallery-wrapper p span {
      font-size: 1.5rem; }
  .section-news .nav-tabs > li > a {
    font-size: 1.3rem; }
  .share-bar {
    display: none; }
  .menu-mobile {
    display: block;
    position: absolute;
    right: 25px;
    top: 15px; }
    .menu-mobile a {
      color: #444444; }
    .menu-mobile i {
      font-size: 2.5rem; }
  footer .footer-top .col-md-2 ul li a {
    font-size: 1.3rem; }
  header.home .logo {
    width: 200px; }
  header.home ul.top-nav {
    display: none; }
  nav.home {
    display: none; }
  .slick-banner {
    margin-top: 50px !important; }
  .tab-wrapper {
    position: relative; }
    .tab-wrapper.link a h2, .tab-wrapper.link a .h2 {
      font-size: 2.5rem; }
    .tab-wrapper.link a h5, .tab-wrapper.link a h3 {
      font-size: 1.5rem; }
    .tab-wrapper a h2, .tab-wrapper a .h2 {
      font-size: 3rem; }
    .tab-wrapper a h5 {
      font-size: 1.5rem; }
    .tab-wrapper hr {
      width: 100%; }
  .hr-tab {
    top: 63px; }
  .hr-link {
    top: 56px;
    width: 90%; }
  .hr-link-mob {
    display: block;
    top: 190px;
    width: 90%; }
  footer .footer-wrap .mobile-line {
    display: block;
    top: 228px;
    width: 90%; }
  .wave-wrapper .waves .wave {
    max-height: 17vh; } }

@media only screen and (max-width: 768px) {
  .section-quicklink .wave-wrapper .waves .wave {
    margin-left: -0.4vw;
    width: 32vw;
    height: 24vw;
    margin-left: -0.4vw;
    -ms-flex-preferred-size: 25vw;
    flex-basis: 25vw; }
  .wave-wrapper.galleries .waves .wave {
    width: 35%;
    height: 30vw;
    position: relative;
    margin-left: -3px;
    -ms-flex-preferred-size: 22vw;
    flex-basis: 22vw; } }

@media only screen and (max-width: 650px) {
  .bigBanner {
    margin-top: 7vh; }
  .wave-wrapper.galleries .waves .wave {
    height: 35vw;
    width: 28vw;
    -ms-flex-preferred-size: 30vw;
    flex-basis: 30vw; } }

@media only screen and (max-width: 497px) {
  body {
    background-position-y: 0; }
  .slick-banner .slick-next {
    width: 25px;
    height: 25px;
    right: -13px; }
  .slick-banner .slick-prev {
    width: 25px;
    height: 25px;
    left: -13px; }
  .section-mission .container-mission [class*=icon-] {
    max-height: none;
    min-height: 180px; }
  .section-mission .slick-list {
    overflow: visible !important; }
  .location-wrapper {
    margin: 35px auto;
    width: 100%;
    margin-bottom: 80px; }
    .location-wrapper .icon {
      width: 23px; }
    .location-wrapper .loc-1 {
      border: 3px solid #2b53a8;
      border-radius: 50px;
      position: relative;
      height: 60px;
      width: 86%;
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: 7%; }
      .location-wrapper .loc-1 .content {
        position: absolute;
        width: 100%;
        top: -35px; }
    .location-wrapper .loc-2 {
      border: 3px solid #2b53a8;
      border-radius: 50px;
      position: relative;
      height: 60px;
      width: 86%;
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-top: -3px; }
      .location-wrapper .loc-2 .content {
        position: absolute;
        width: 107%;
        top: 22px;
        padding-left: 7%; }
    .location-wrapper .loc-3 {
      border: 3px solid #2b53a8;
      border-radius: 50px;
      position: relative;
      height: 60px;
      width: 86%;
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: 7%;
      margin-top: -3px; }
      .location-wrapper .loc-3 .content {
        position: absolute;
        width: 100%;
        top: 78px; }
    .location-wrapper .loc-4 {
      border: 3px solid #2b53a8;
      border-radius: 50px;
      position: relative;
      height: 60px;
      width: 86%;
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-top: -3px; }
      .location-wrapper .loc-4 .content {
        position: absolute;
        width: 100%;
        top: 40px; }
  .hr-link {
    top: 46px; }
  .hr-link-mob {
    display: block;
    top: 172px; }
  .tab-wrapper {
    position: relative; }
    .tab-wrapper.link a h2, .tab-wrapper.link a .h2 {
      font-size: 2rem; }
    .tab-wrapper.link a h5 {
      font-size: 1.1rem; }
    .tab-wrapper a h2, .tab-wrapper a .h2 {
      font-size: 3rem; }
    .tab-wrapper a h5 {
      font-size: 1.5rem; }
    .tab-wrapper hr {
      width: 100%; }
  .section-quicklink .wave-wrapper {
    display: block; }
    .section-quicklink .wave-wrapper .waves .wave {
      -ms-flex-preferred-size: 40vw;
      flex-basis: 40vw;
      -ms-flex-negative: 2;
      flex-shrink: 2;
      position: relative;
      margin-left: -0.6vw;
      height: 23vh; }
      .section-quicklink .wave-wrapper .waves .wave .content h5, .section-quicklink .wave-wrapper .waves .wave .content h3 {
        font-size: 1.1rem;
        margin-top: 25px; }
  .wave-wrapper.galleries {
    display: block;
    margin-top: 35px; }
    .wave-wrapper.galleries .waves .wave .content h5, .wave-wrapper.galleries .waves .wave .content h3 {
      font-size: 1.1rem;
      margin-top: 30px; }
    .wave-wrapper.galleries .waves .wave .content img {
      margin-top: 50px; }
  .section-news {
    margin-bottom: 0; }
    .section-news .news-list {
      padding: 5px 0;
      margin-bottom: 0; }
      .section-news .news-list .date {
        font-size: 1.15rem;
        letter-spacing: 0;
        margin-left: -5px; }
      .section-news .news-list .content {
        font-size: 1.15rem;
        text-indent: 5px; }
      .section-news .news-list .badge-new {
        font-size: 0.9rem; }
  .button-area {
    text-align: center; } }

@media only screen and (max-width: 360px) {
  .tab-wrapper {
    position: relative; }
    .tab-wrapper.link a h2, .tab-wrapper.link a .h2 {
      font-size: 2.2rem; }
    .tab-wrapper.link a h5 {
      font-size: 0.9rem; }
  .section-news .news-list .badge-new {
    margin-left: 25px;
    font-size: 0.9rem; } }


/*20220623 全鼎新增 資訊圖像化畫面用*/
#information_5 
{
    overflow: hidden;
}


#information_5 .slick-gallery .gallery-wrapper p
{
    color: #374759;
}

#information_5 .slick-gallery .gallery-wrapper p img
{
  z-index: -1;
}

#information_5 .btn-back .more 
{
    background-color: #2f5eb0;
    color: #ffffff;
}

#information_5 .btn 
{
    color: #ffffff;
}

#information_5 .btn-more-more 
{
    background: #2f5eb0;
}

#information_5 .btn:hover 
{
    color: #ffffff;
}

#information_5 .btn-more-more:hover 
{
    background: #2f5eb0;
}

#information_5 .slick-track
{
  width: initial !important;
}

#information_5 .slick-track .slick-slide
{
  width: initial  !important;
  float: initial  !important;
}

#information_5 .slick-track .slick-slide img
{
  max-height: initial  !important;
  height: initial  !important;
}
