@charset "UTF-8";
/*-- preset --*/
/*-- custom --*/
.header.style-14 .list.social-media .link:hover, .header.style-14 .list.social-media .link, .header.style-14 .mobilebtn:hover, .header.style-14 .mobilebtn, .header, .block-links .item:hover .title, .block-links .title, .btn-gotop.style-2::before, .owl-nav-block .owl-nav .owl-next, .owl-nav-block .owl-nav .owl-prev, .bg-color-third, .bg-color-third-hover:hover, .item:hover .bg-color-third-hover, .bg-color-sec, .bg-color-sec-hover:hover, .item:hover .bg-color-sec-hover, .bg-color-main, .bg-color-main-hover:hover, .item:hover .bg-color-main-hover, .bg-darkergray, .bg-darkergray-hover:hover, .item:hover .bg-darkergray-hover, .bg-darkgray, .bg-darkgray-hover:hover, .item:hover .bg-darkgray-hover, .bg-gray, .bg-gray-hover:hover, .item:hover .bg-gray-hover, .bg-lightgray, .bg-lightgray-hover:hover, .item:hover .bg-lightgray-hover, .bg-lightergray, .bg-lightergray-hover:hover, .item:hover .bg-lightergray-hover, .bg-black, .bg-black-hover:hover, .item:hover .bg-black-hover, .bg-white, .bg-white-hover:hover, .item:hover .bg-white-hover, .color-red,
.color-red-hover:hover,
.item:hover .color-red-hover, .color-third,
.color-third-hover:hover,
.item:hover .color-third-hover, .color-sec,
.color-sec-hover:hover,
.item:hover .color-sec-hover, .color-main,
.color-main-hover:hover,
.item:hover .color-main-hover, .color-black,
.color-black-hover:hover,
.item:hover .color-black-hover, .color-darkergray,
.color-darkergray-hover:hover,
.item:hover .color-darkergray-hover, .color-darkgray,
.color-darkgray-hover:hover,
.item:hover .color-darkgray-hover, .color-gray,
.color-gray-hover:hover,
.item:hover .color-gray-hover, .color-lightgray,
.color-lightgray-hover:hover,
.item:hover .color-lightgray-hover, .color-lightergray,
.color-lightergray-hover:hover,
.item:hover .color-lightergray-hover, .color-white,
.color-white-hover:hover,
.item:hover .color-white-hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.owl-carousel .owl-nav, .owl-carousel .owl-dots {
  display: none;
}

.owl-carousel.owl-nav-block .owl-nav, .owl-carousel.owl-dots-block .owl-dots {
  display: block;
}

.owl-nav-block .owl-nav .owl-prev, .owl-nav-block .owl-nav .owl-next, .owl-nav-block .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-- Gotop & ScrollDown--*/
/*-- Colors --*/
.color-white,
.color-white-hover:hover,
.item:hover .color-white-hover {
  color: white;
}

.color-lightergray,
.color-lightergray-hover:hover,
.item:hover .color-lightergray-hover {
  color: #f5f5f5;
}

.color-lightgray,
.color-lightgray-hover:hover,
.item:hover .color-lightgray-hover {
  color: #EBEBEC;
}

.color-gray,
.color-gray-hover:hover,
.item:hover .color-gray-hover {
  color: #bababa;
}

.color-darkgray,
.color-darkgray-hover:hover,
.item:hover .color-darkgray-hover {
  color: #333333;
}

.color-darkergray,
.color-darkergray-hover:hover,
.item:hover .color-darkergray-hover {
  color: #111111;
}

.color-black,
.color-black-hover:hover,
.item:hover .color-black-hover {
  color: black;
}

.color-main,
.color-main-hover:hover,
.item:hover .color-main-hover {
  color: #003D74;
}

.color-sec,
.color-sec-hover:hover,
.item:hover .color-sec-hover {
  color: #A9C30B;
}

.color-third,
.color-third-hover:hover,
.item:hover .color-third-hover {
  color: #E50070;
}

.color-red,
.color-red-hover:hover,
.item:hover .color-red-hover {
  color: red;
}

/*-- Backgrounds --*/
/* 背景圖片 Background Image */
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 背景圖片固定 Background Image */
.bg-fixed {
  background-attachment: fixed;
}

/* 顏色覆蓋 Overlay */
.bg-overlay {
  position: relative;
  color: white;
}
.bg-overlay a {
  color: white;
}
.bg-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg-overlay.dark::before, .bg-overlay.dark-hover:hover::before {
  background: #111111;
}
.bg-overlay.color-main::before, .bg-overlay.color-main-hover:hover::before {
  background: #003D74;
}
.bg-overlay.color-sec::before, .bg-overlay.color-sec-hover:hover::before {
  background: #A9C30B;
}
.bg-overlay.opacity-90::before, .bg-overlay.opacity-90-hover:hover::before {
  opacity: 0.9;
}
.bg-overlay.opacity-80::before, .bg-overlay.opacity-80-hover:hover::before {
  opacity: 0.8;
}
.bg-overlay.opacity-70::before, .bg-overlay.opacity-70-hover:hover::before {
  opacity: 0.7;
}
.bg-overlay.opacity-60::before, .bg-overlay.opacity-60-hover:hover::before {
  opacity: 0.6;
}
.bg-overlay.opacity-50::before, .bg-overlay.opacity-50-hover:hover::before {
  opacity: 0.5;
}
.bg-overlay.opacity-40::before, .bg-overlay.opacity-40-hover:hover::before {
  opacity: 0.4;
}
.bg-overlay.opacity-30::before, .bg-overlay.opacity-30-hover:hover::before {
  opacity: 0.3;
}
.bg-overlay.opacity-20::before, .bg-overlay.opacity-20-hover:hover::before {
  opacity: 0.2;
}
.bg-overlay.opacity-10::before, .bg-overlay.opacity-10-hover:hover::before {
  opacity: 0.1;
}
.bg-overlay .top {
  position: relative;
  z-index: 2;
}

/* 背景顏色 Background Colors */
.bg-white, .bg-white-hover:hover, .item:hover .bg-white-hover {
  background-color: white;
}

.bg-black, .bg-black-hover:hover, .item:hover .bg-black-hover {
  background-color: black;
}

.bg-lightergray, .bg-lightergray-hover:hover, .item:hover .bg-lightergray-hover {
  background-color: #f5f5f5;
}

.bg-lightgray, .bg-lightgray-hover:hover, .item:hover .bg-lightgray-hover {
  background-color: #EBEBEC;
}

.bg-gray, .bg-gray-hover:hover, .item:hover .bg-gray-hover {
  background-color: #bababa;
}

.bg-darkgray, .bg-darkgray-hover:hover, .item:hover .bg-darkgray-hover {
  background-color: #333333;
}

.bg-darkergray, .bg-darkergray-hover:hover, .item:hover .bg-darkergray-hover {
  background-color: #111111;
}

.bg-color-main, .bg-color-main-hover:hover, .item:hover .bg-color-main-hover {
  background-color: #003D74;
}

.bg-color-sec, .bg-color-sec-hover:hover, .item:hover .bg-color-sec-hover {
  background-color: #A9C30B;
}

.bg-color-third, .bg-color-third-hover:hover, .item:hover .bg-color-third-hover {
  background-color: #E50070;
}

/*-- 按鈕樣式 Buttons --*/
.btn {
  border: none;
  outline: none;
  padding: 10px 20px;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  text-align: center;
}
.btn_border-white {
  border-radius: 50px;
  border: 1px solid white;
}
.btn_border-white:hover {
  background: white;
  color: #003D74;
}
.btn-more {
  background: white;
  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;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  padding: 30px 15px;
  border-radius: 15px;
}
.btn-more i {
  color: #E50070;
}
.btn-more:hover {
  background: #003D74;
  color: white;
}

/*-- 頁籤樣式 --*/
.page-controls .pre, .page-controls .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.page-controls .pre {
  left: 0;
  padding-left: 4.4vw;
}
.page-controls .pre::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: right;
  width: 3.9vw;
  height: 1px;
  background: #000;
}
.page-controls .pre:hover {
  padding-left: 4.9vw;
  color: #A9C30B;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.page-controls .next {
  left: auto;
  right: 0;
  padding-right: 4.4vw;
}
.page-controls .next::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 0;
  width: 3.9vw;
  height: 1px;
  background: #000;
}
.page-controls .next:hover {
  padding-right: 4.9vw;
  color: #A9C30B;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.table {
  width: 100%;
}
.table.default thead tr td {
  background: #A9C30B;
  color: white;
  font-weight: 500;
  padding: 1.041666666vw 1.822916666vw;
  border-right: 3px solid white;
}
.table.default tbody tr td {
  background: white;
  padding: 1rem;
  padding: 1.041666666vw 1.822916666vw;
  border-right: 3px solid white;
}
.table.default tbody tr td:last-child {
  border-right: none;
}
.table.default tbody tr:nth-child(even) td {
  background: #EBEBEC;
}

/*--------------------------------------------------------------------------*/
/*-------------------------- 排版樣式 Grid Layout ----------------------------*/
.group.item2 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.group.item3 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.group.item4 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.group.item5 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.group.item6 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.group.item7 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.group.gap0 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}
.group.gap0 .col {
  padding-left: 0px;
  padding-right: 0px;
}
.group.gap2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
.group.gap2 .col {
  padding-left: 2px;
  padding-right: 2px;
}
.group.gap10 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.260416666vw;
  margin-right: -0.260416666vw;
}
.group.gap10 .col {
  padding-left: 0.260416666vw;
  padding-right: 0.260416666vw;
}
.group.gap15 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.390625vw;
  margin-right: -0.390625vw;
}
.group.gap15 .col {
  padding-left: 0.390625vw;
  padding-right: 0.390625vw;
}
.group.gap20 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.520833333vw;
  margin-right: -0.520833333vw;
}
.group.gap20 .col {
  padding-left: 0.520833333vw;
  padding-right: 0.520833333vw;
}
.group.gap30 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.78125vw;
  margin-right: -0.78125vw;
}
.group.gap30 .col {
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
}
.group.gap40 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.041666666vw;
  margin-right: -1.041666666vw;
}
.group.gap40 .col {
  padding-left: 1.041666666vw;
  padding-right: 1.041666666vw;
}
.group.gap45 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.171875vw;
  margin-right: -1.171875vw;
}
.group.gap45 .col {
  padding-left: 1.171875vw;
  padding-right: 1.171875vw;
}
.group.gap50 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.302083333vw;
  margin-right: -1.302083333vw;
}
.group.gap50 .col {
  padding-left: 1.302083333vw;
  padding-right: 1.302083333vw;
}
.group.gap60 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5625vw;
  margin-right: -1.5625vw;
}
.group.gap60 .col {
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
.group.gap70 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.822916vw;
  margin-right: -1.822916vw;
}
.group.gap70 .col {
  padding-left: 1.822916vw;
  padding-right: 1.822916vw;
}
.group.gap80 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.083333333vw;
  margin-right: -2.083333333vw;
}
.group.gap80 .col {
  padding-left: 2.083333333vw;
  padding-right: 2.083333333vw;
}
.group.gap95 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.4739583vw;
  margin-right: -2.4739583vw;
}
.group.gap95 .col {
  padding-left: 2.4739583vw;
  padding-right: 2.4739583vw;
}
.group.gap100 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.60416vw;
  margin-right: -2.60416vw;
}
.group.gap100 .col {
  padding-left: 2.60416vw;
  padding-right: 2.60416vw;
}
.group.gap130 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3.385416vw;
  margin-right: -3.385416vw;
}
.group.gap130 .col {
  padding-left: 3.385416vw;
  padding-right: 3.385416vw;
}
@media (max-width: 1240px) {
  .group.item4 .col, .group.item5 .col, .group.item6 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .group.item2 .col, .group.item3 .col, .group.item4 .col, .group.item5 .col, .group.item6 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .group.gap10, .group.gap2, .group.gap14, .group.gap20, .group.gap24, .group.gap26, .group.gap40, .group.gap50, .group.gap60, .group.gap80, .group.gap95 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
  }
  .group.gap10 .col, .group.gap2 .col, .group.gap14 .col, .group.gap20 .col, .group.gap24 .col, .group.gap26 .col, .group.gap40 .col, .group.gap50 .col, .group.gap60 .col, .group.gap80 .col, .group.gap95 .col {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*-- Carousels --*/
/* Bootstrap */
.carousel-default {
  position: relative;
}
.carousel-default .carousel-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
  bottom: -30px;
}
.carousel-default .carousel-indicators .item {
  position: relative;
  width: 12px;
  height: 12px;
  background: #bababa;
  border: 1px solid #A9C30B;
  margin: 0 7px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 100%;
  border: none;
}
.carousel-default .carousel-indicators .item:focus {
  outline: none;
}
.carousel-default .carousel-indicators .item:hover {
  background: #A9C30B;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.carousel-default .carousel-indicators .item.active {
  background: #A9C30B;
}
.carousel-default .carousel-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.carousel-default .carousel-controls .link-prev {
  position: absolute;
  left: 12px;
}
.carousel-default .carousel-controls .link-prev .carousel-control-prev-icon {
  background-image: url("../images/icon-arrow-line-left.svg");
  width: 18px;
  height: 35px;
}
.carousel-default .carousel-controls .link-next {
  position: absolute;
  right: 12px;
}
.carousel-default .carousel-controls .link-next .carousel-control-next-icon {
  background-image: url("../images/icon-arrow-line-right.svg");
  width: 18px;
  height: 35px;
}

/* Owl */
.owl-nav-block .owl-stage-outer {
  z-index: 1;
}
.owl-nav-block .owl-nav {
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
.owl-nav-block .owl-nav .owl-prev span, .owl-nav-block .owl-nav .owl-next span {
  font-size: 0;
  width: 15px;
  height: 25px;
  display: block;
  background-size: 45px;
  background-position: center;
  background-repeat: no-repeat;
}
.owl-nav-block .owl-nav .owl-prev {
  left: -2.604166666vw;
  right: auto;
}
.owl-nav-block .owl-nav .owl-prev span {
  background-image: url("https://api.iconify.design/ic:round-keyboard-arrow-left.svg");
}
.owl-nav-block .owl-nav .owl-prev:hover span {
  background-image: url("https://api.iconify.design/ic:round-keyboard-arrow-left.svg?color=%230069AB");
}
.owl-nav-block .owl-nav .owl-next {
  left: auto;
  right: -2.604166666vw;
}
.owl-nav-block .owl-nav .owl-next span {
  background-image: url("https://api.iconify.design/ic:round-keyboard-arrow-right.svg");
}
.owl-nav-block .owl-nav .owl-next:hover span {
  background-image: url("https://api.iconify.design/ic:round-keyboard-arrow-right.svg?color=%230069AB");
}

.owl-dots-block .owl-dots {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  text-align: center;
}
.owl-dots-block .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #bababa;
  margin: 0 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 100%;
}
.owl-dots-block .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-dots-block .owl-dots .owl-dot:hover {
  background: #bababa;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.owl-dots-block .owl-dots .owl-dot.active {
  background: #bababa;
}

.dots-color-main .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #A9C30B;
  margin: 0 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 100%;
}
.dots-color-main .owl-dots .owl-dot:focus {
  outline: none;
}
.dots-color-main .owl-dots .owl-dot:hover {
  background: #A9C30B;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dots-color-main .owl-dots .owl-dot.active {
  background: #A9C30B;
}

/*-- PageBanner --*/
.page_banner {
  position: relative;
  overflow: hidden;
  background: #A9C30B;
  color: white;
  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;
  min-height: clamp(200px, 15.625vw, 300px);
  background-size: cover;
  padding: 0 20px;
}
.page_banner a {
  color: white;
}
.page_banner a :hover {
  opacity: 0.8;
}
.page_banner .container {
  position: relative;
  z-index: 2;
}
.page_banner .image {
  position: relative;
  overflow: hidden;
  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;
  padding-right: 3.645833333vw;
  width: 58.333333333vw;
}
.page_banner .image .img {
  width: 100%;
}
.page_banner.no_image .banner {
  min-height: 110px;
  background: #333333;
}
.page_banner.no_image.small .banner {
  min-height: 50px;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(40%, #000000), color-stop(40%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #000000 0%, #000000 40%, #ffffff 40%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#ffffff",GradientType=0 );
}
.page_banner .page_title {
  z-index: 1;
}
.page_banner .page_title .title {
  font-size: clamp(30px, 3.22916vw, 62px);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.page_banner .btn-scroll {
  color: white;
  top: 20vw;
}
.page_banner .btn-scroll::before {
  background: white;
}

/*-- Breadcrumb --*/
.breadcrumb {
  background: transparent;
  width: 100%;
  margin: 15px 0 0;
}
.breadcrumb ol {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb ol li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
.breadcrumb ol li:not(:last-child) {
  margin-right: 20px;
}
.breadcrumb ol li:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  right: -10px;
  font-size: 0.875rem;
}
.breadcrumb .item {
  font-size: 1rem;
  font-size: 16px;
  text-transform: capitalize;
}
.breadcrumb .item:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------------------------------------------*/
/*------------------------------ 基礎設定 Basic ------------------------------*/
html {
  width: 100vw;
}

body {
  font-size: 18px;
  background: #EBEBEC;
  color: #333333;
  font-family: Arial, Microsoft JhengHei, sans-serif;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}

a, a:hover {
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

:focus {
  outline: none;
}

ul.list {
  padding-left: 0;
}
ul.list li {
  list-style: none;
  padding-left: 0;
}
ul.list.style-1 li {
  position: relative;
  padding-left: 25px;
}
ul.list.style-1 li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #003D74;
  top: 5px;
  left: 5px;
}
ul.list.style-1 li:not(:last-child) {
  margin-bottom: 12px;
}

.table-of-contents ol.list {
  padding-left: 30px;
}
.table-of-contents ol.list > li {
  padding: 0 !important;
  margin: 20px 0;
  list-style: decimal-leading-zero !important;
  border-left: 2px solid #ccc;
  line-height: 1.4;
}
.table-of-contents ol.list > li a {
  border-left: none;
}
.table-of-contents ol.list > li a.active {
  color: #003D74;
  font-weight: 700;
}
.table-of-contents ul.list {
  margin-top: 10px;
}
.table-of-contents ul.list li {
  list-style: none !important;
  padding: 3px 0 4px !important;
}
.table-of-contents ul.list li a {
  color: #888;
  border-left: none;
  font-size: 16px;
}
.table-of-contents .list li {
  list-style: none !important;
  border-bottom: none !important;
  padding: 10px 0;
}
.table-of-contents .list li a {
  padding: 0 0 0 10px;
  border-left: 2px solid #bababa;
}
.table-of-contents .list li a:hover {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  color: #003D74;
}

@media (min-width: 1921px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1480px;
  }
}
@media (max-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 77.083vw;
  }
}
@media (max-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
  }
}
.fix-section {
  position: sticky !important;
  top: clamp(150px, 5.468743vw + 40px, 195px);
}

/*--------------------------------------------------------------------------*/
/*--------------------------------- Main -----------------------------------*/
.main {
  padding-left: clamp(241px, 16.718736vw, 321px);
}
.main .box-shadow {
  -webkit-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 50px rgba(0, 0, 0, 0.08);
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

.lan .dropdown-menu {
  padding: 10px 0;
  margin-top: 15px;
}
.lan .dropdown-menu .dropdown-item button {
  padding: 5px 15px;
  font-size: 14px;
  background: transparent;
  width: 100%;
  display: block;
}
.lan .dropdown-menu .dropdown-item button:hover {
  color: #A9C30B;
}

.btn-gotop.style-1 {
  color: white;
  position: absolute;
  top: auto;
  bottom: 8rem;
  left: auto;
  right: 3rem;
  z-index: 4;
  animation: icon-scroll 0.8s infinite alternate;
  -moz-animation: icon-scroll 0.8s infinite alternate;
  -webkit-animation: icon-scroll 0.8s infinite alternate;
}
.btn-gotop.style-1:hover {
  opacity: 0.8;
}
.btn-gotop.style-1::before {
  content: "";
  width: 37px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-gotop.style-1.left {
  padding-left: 65px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.btn-gotop.style-1.left::before {
  left: 12px;
}
.btn-gotop.style-1.right {
  padding-right: 65px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.btn-gotop.style-1.right::before {
  right: 12px;
}
.btn-gotop.style-1:hover {
  color: white;
}
.btn-gotop.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-gotop.style-2::before {
  content: "\f106";
  font-family: fontello;
  width: 45px;
  height: 45px;
  background: #333333;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 100%;
  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;
  margin-right: 15px;
}

@-webkit-keyframes icon-scroll {
  0% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(90deg);
            transform: translateY(-15px) rotate(90deg);
  }
}

@keyframes icon-scroll {
  0% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(90deg);
            transform: translateY(-15px) rotate(90deg);
  }
}
.social-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  padding-left: 0;
}
.social-medias .item {
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}
.social-medias .item a {
  font-size: 1rem;
}
.social-medias.circle .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #333333;
  color: white;
}
.social-medias.circle .item a img {
  width: 20px;
  height: 20px;
}
.social-medias.circle .item a:hover {
  background: #003D74;
}
.social-medias.circle.dark .item a {
  background: #333333;
  color: #A9C30B;
}
.social-medias.circle.dark .item a:hover {
  background: #003D74;
  color: white;
}

.title-letterspacing {
  letter-spacing: 4px;
}

.block-links .title {
  padding: 1.5625vw;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-weight: 500;
  display: block;
  background: url(../images/icon-arrow-right-white.svg) center right 1.5625vw no-repeat #bababa;
  background-size: 7px;
  color: white;
}
@media (max-width: 1440px) {
  .block-links .title {
    font-size: 1.21875rem;
  }
}
.block-links .item:hover .title {
  background: url(../images/icon-arrow-right-white.svg) center right 1.5625vw no-repeat #A9C30B;
  background-size: 7px;
  color: white;
}

.nav_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-left: -1.822916666vw;
  margin-right: -1.822916666vw;
}
.nav_sub .item {
  list-style: none;
  padding: 0;
  padding-left: 1.822916666vw;
  padding-right: 1.822916666vw;
}
.nav_sub .item a {
  color: #bababa;
}
.nav_sub .item:hover a {
  color: #A9C30B;
}
.nav_sub .item.active a {
  color: #A9C30B;
}

/* Keyframes */
@-webkit-keyframes goRight {
  from {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
@keyframes goRight {
  from {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
@-webkit-keyframes goLeft {
  from {
    left: 100%;
    right: 0;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 0;
    right: 100%;
  }
}
@keyframes goLeft {
  from {
    left: 100%;
    right: 0;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 0;
    right: 100%;
  }
}
@-webkit-keyframes goTop {
  from {
    top: 100%;
    bottom: 0;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 0;
    bottom: 100%;
  }
}
@keyframes goTop {
  from {
    top: 100%;
    bottom: 0;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 0;
    bottom: 100%;
  }
}
@-webkit-keyframes goBottom {
  from {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 100%;
    bottom: 0;
  }
}
@keyframes goBottom {
  from {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 100%;
    bottom: 0;
  }
}
@-webkit-keyframes backRight {
  from {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 0;
    right: 100%;
  }
}
@keyframes backRight {
  from {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 0;
    right: 100%;
  }
}
@-webkit-keyframes backLeft {
  from {
    left: 100%;
    right: 0;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
@keyframes backLeft {
  from {
    left: 100%;
    right: 0;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
@-webkit-keyframes backTop {
  from {
    top: 100%;
    bottom: 0;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 100%;
    bottom: 0;
  }
}
@keyframes backTop {
  from {
    top: 100%;
    bottom: 0;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 100%;
    bottom: 0;
  }
}
@-webkit-keyframes backBottom {
  from {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 0;
    bottom: 100%;
  }
}
@keyframes backBottom {
  from {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  to {
    top: 0;
    bottom: 100%;
  }
}
/* Masks sizes */
.revealedBox-in.goRight > span,
.revealedBox-in.goLeft > span,
.revealedBox-in.backRight > span,
.revealedBox-in.backLeft > span {
  height: 100%;
  top: 0;
}

.revealedBox-in.goRight.childrenSpan-2 > span,
.revealedBox-in.goLeft.childrenSpan-2 > span,
.revealedBox-in.backRight.childrenSpan-2 > span,
.revealedBox-in.backLeft.childrenSpan-2 > span {
  height: 50%;
}
.revealedBox-in.goRight.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.goLeft.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.backRight.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.backLeft.childrenSpan-2 > span:nth-child(2) {
  top: 50%;
}

.revealedBox-in.goRight.childrenSpan-3 > span,
.revealedBox-in.goLeft.childrenSpan-3 > span,
.revealedBox-in.backRight.childrenSpan-3 > span,
.revealedBox-in.backLeft.childrenSpan-3 > span {
  height: 33.33333%;
}
.revealedBox-in.goRight.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.backRight.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.backLeft.childrenSpan-3 > span:nth-child(2) {
  top: 33.33333%;
}
.revealedBox-in.goRight.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.backRight.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.backLeft.childrenSpan-3 > span:nth-child(3) {
  top: 66.66666%;
}

.revealedBox-in.goRight.childrenSpan-4 > span,
.revealedBox-in.goLeft.childrenSpan-4 > span,
.revealedBox-in.backRight.childrenSpan-4 > span,
.revealedBox-in.backLeft.childrenSpan-4 > span {
  height: 25%;
}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(2) {
  top: 25%;
}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(3) {
  top: 50%;
}
.revealedBox-in.goRight.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.backRight.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.backLeft.childrenSpan-4 > span:nth-child(4) {
  top: 75%;
}

.revealedBox-in.goRight.childrenSpan-5 > span,
.revealedBox-in.goLeft.childrenSpan-5 > span,
.revealedBox-in.backRight.childrenSpan-5 > span,
.revealedBox-in.backLeft.childrenSpan-5 > span {
  height: 20%;
}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(2) {
  top: 20%;
}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(3) {
  top: 40%;
}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(4) {
  top: 60%;
}
.revealedBox-in.goRight.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.goLeft.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.backRight.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.backLeft.childrenSpan-5 > span:nth-child(5) {
  top: 80%;
}

.revealedBox-in.goTop > span,
.revealedBox-in.goBottom > span,
.revealedBox-in.backTop > span,
.revealedBox-in.backBottom > span {
  width: 100%;
}

.revealedBox-in.goTop.childrenSpan-2 > span,
.revealedBox-in.goBottom.childrenSpan-2 > span,
.revealedBox-in.backTop.childrenSpan-2 > span,
.revealedBox-in.backBottom.childrenSpan-2 > span {
  width: 50%;
}
.revealedBox-in.goTop.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.goBottom.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.backTop.childrenSpan-2 > span:nth-child(2),
.revealedBox-in.backBottom.childrenSpan-2 > span:nth-child(2) {
  left: 50%;
}

.revealedBox-in.goTop.childrenSpan-3 > span,
.revealedBox-in.goBottom.childrenSpan-3 > span,
.revealedBox-in.backTop.childrenSpan-3 > span,
.revealedBox-in.backBottom.childrenSpan-3 > span {
  width: 33.33333%;
}
.revealedBox-in.goTop.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.goBottom.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.backTop.childrenSpan-3 > span:nth-child(2),
.revealedBox-in.backBottom.childrenSpan-3 > span:nth-child(2) {
  left: 33.33333%;
}
.revealedBox-in.goTop.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.goBottom.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.backTop.childrenSpan-3 > span:nth-child(3),
.revealedBox-in.backBottom.childrenSpan-3 > span:nth-child(3) {
  left: 66.66666%;
}

.revealedBox-in.goTop.childrenSpan-4 > span,
.revealedBox-in.goBottom.childrenSpan-4 > span,
.revealedBox-in.backTop.childrenSpan-4 > span,
.revealedBox-in.backBottom.childrenSpan-4 > span {
  width: 25%;
}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(2),
.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(2) {
  left: 25%;
}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(3),
.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(3) {
  left: 50%;
}
.revealedBox-in.goTop.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.goBottom.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.backTop.childrenSpan-4 > span:nth-child(4),
.revealedBox-in.backBottom.childrenSpan-4 > span:nth-child(4) {
  left: 75%;
}

.revealedBox-in.goTop.childrenSpan-5 > span,
.revealedBox-in.goBottom.childrenSpan-5 > span,
.revealedBox-in.backTop.childrenSpan-5 > span,
.revealedBox-in.backBottom.childrenSpan-5 > span {
  width: 20%;
}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(2),
.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(2) {
  left: 20%;
}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(3),
.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(3) {
  left: 40%;
}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(4),
.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(4) {
  left: 60%;
}
.revealedBox-in.goTop.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.goBottom.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.backTop.childrenSpan-5 > span:nth-child(5),
.revealedBox-in.backBottom.childrenSpan-5 > span:nth-child(5) {
  left: 80%;
}

/* Reveal the content */
.revealedBox {
  position: relative;
}
.revealedBox .contentBox {
  opacity: 0;
}
.revealedBox > span {
  position: absolute;
  display: block;
  background: #EBEBEC;
  opacity: 0.5;
}

.revealedBox-in > .contentBox {
  opacity: 1;
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

/* Assign animations */
.revealedBox-in.goRight > span {
  -webkit-animation: goRight 1.2s;
          animation: goRight 1.2s;
}

.revealedBox-in.goLeft > span {
  -webkit-animation: goLeft 1.2s;
          animation: goLeft 1.2s;
}

.revealedBox-in.backRight > span {
  -webkit-animation: backRight 1.2s;
          animation: backRight 1.2s;
}

.revealedBox-in.backLeft > span {
  -webkit-animation: backLeft 1.2s;
          animation: backLeft 1.2s;
}

.revealedBox-in.goTop > span {
  -webkit-animation: goTop 1.2s;
          animation: goTop 1.2s;
}

.revealedBox-in.goBottom > span {
  -webkit-animation: goBottom 1.2s;
          animation: goBottom 1.2s;
}

.revealedBox-in.backTop > span {
  -webkit-animation: backTop 1.2s;
          animation: backTop 1.2s;
}

.revealedBox-in.backBottom > span {
  -webkit-animation: backBottom 1.2s;
          animation: backBottom 1.2s;
}

/* Add delay */
.revealedBox-in > span {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.revealedBox-in > span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.revealedBox-in > span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.revealedBox-in > span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.revealedBox-in > span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- Header ----------------------------------*/
.header {
  /* Topbar */
  /* Smallbar */
}
.header .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .small-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .small-bar .links {
  margin-bottom: 0;
}
.header .nav {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav li {
  list-style: none;
}
.header .nav > .nav-item > a {
  position: relative;
  display: block;
}
.header .desktop .logo img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.header.fixed .nav > .nav-item > a {
  padding: 20px 2.083333333vw 25px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.header.fixed .nav > .nav-item:last-child a {
  padding: 20px 0 25px 40px;
}
.header.style-14 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header.style-14 .logo {
  background: #003D74;
  padding: clamp(20px, 2.60416vw, 50px);
  min-height: 75px;
  display: block;
  position: relative;
  z-index: 2;
  width: clamp(241px, 16.718736vw, 321px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header.style-14 .logo img {
  width: clamp(201px, 11.510416vw, 221px);
  width: 92%;
  height: clamp(50px, 2.864583vw, 55px);
}
.header.style-14 .mobilebtn {
  background: #333333;
  width: clamp(75px, 8.072916vw, 155px);
  min-height: 75px;
  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;
  position: relative;
  z-index: 2;
}
.header.style-14 .mobilebtn .icon-mobilebtn {
  border: 2px solid white;
  border-radius: 100%;
  width: clamp(40px, 2.60416vw, 50px);
  height: clamp(40px, 2.60416vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header.style-14 .mobilebtn .icon-mobilebtn span {
  display: block;
  width: clamp(15px, 1.0416vw, 20px);
  height: 2px;
  margin: 2px 0;
  background: white;
}
.header.style-14 .mobilebtn.close .icon-mobilebtn {
  position: relative;
}
.header.style-14 .mobilebtn.close .icon-mobilebtn span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.header.style-14 .mobilebtn.close .icon-mobilebtn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header.style-14 .mobilebtn.close .icon-mobilebtn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header.style-14 .mobilebtn.close .icon-mobilebtn span:nth-child(3) {
  display: none;
}
.header.style-14 .mobilebtn:hover {
  opacity: 0.9;
}
@media (min-width: 1200px) {
  .header.style-14 .mobilebtn {
    display: none;
  }
}
.header.style-14 .mobilenav {
  background: #333333;
  width: clamp(241px, 16.718736vw, 321px);
  position: absolute;
  left: 0;
}
.header.style-14 .mobilenav.open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.style-14 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  height: 100%;
}
.header.style-14 .list.main {
  width: clamp(241px, 16.718736vw, 321px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 165px);
  height: calc(100vh - 75px);
}
.header.style-14 .list.main .item .title {
  color: white;
  font-size: clamp(20px, 1.6vw, 32px);
  padding: 30px 0;
  display: block;
  letter-spacing: 2px;
  font-weight: 700;
}
.header.style-14 .list.social-media {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.style-14 .list.social-media .link {
  width: clamp(75px, 8.072916vw, 155px);
  min-height: 75px;
  height: 100%;
  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;
  display: flex;
}
.header.style-14 .list.social-media .link.line {
  background: #00B900;
}
.header.style-14 .list.social-media .link.fb {
  background: #1778F2;
}
.header.style-14 .list.social-media .link:hover {
  opacity: 0.9;
}
@media (max-width: 998px) {
  .header.style-14 .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header.style-14 .logo {
    width: calc(100vw - 75px);
  }
  .header.style-14 .mobilebtn {
    width: 75px;
  }
  .header.style-14 .mobilenav {
    width: 100vw;
    border-top: 1px solid white;
    height: 0;
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  .header.style-14 .mobilenav .list.main {
    width: calc(100% - 190px);
    width: 100%;
  }
  .header.style-14 .mobilenav .list.social-media .link {
    min-height: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header.style-14 .mobilenav .list.social-media .link img {
    height: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header.style-14 .mobilenav.open {
    height: 75px;
  }
  .header.style-14 .mobilenav.open .list.social-media .link {
    min-height: 75px;
    height: 75px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header.style-14 .mobilenav.open .list.social-media .link img {
    height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 525px) {
  .header.style-14 .mobilenav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header.style-14 .mobilenav .list.main {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100vh - 165px);
    height: calc(100vh - 75px);
  }
  .header.style-14 .mobilenav .list.social-media {
    width: 100vw;
  }
  .header.style-14 .mobilenav .list.social-media .item {
    width: 50%;
  }
  .header.style-14 .mobilenav .list.social-media .link {
    width: 100%;
  }
  .header.style-14 .mobilenav.open {
    height: calc(100vh - 75px);
  }
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- Footer ----------------------------------*/
.footer {
  position: relative;
}
.footer .logo img {
  width: clamp(201px, 11.510416vw, 221px);
  height: clamp(50px, 2.864583vw, 55px);
}
.footer .logo .text {
  text-align: right;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .social-medias {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- Banner ----------------------------------*/
.banner-style2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.banner-style2 .item .image {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.banner-style2 .item .image::before {
  content: "";
  background: #003D74;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-style2 .item .image img {
  width: 100%;
}
.banner-style2 .item .slogan {
  position: absolute;
  right: 5vw;
  bottom: 5.2083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
  right: 15px;
  bottom: 5vh;
}
.banner-style2 .item .slogan .slogan-img {
  width: 65%;
}
.banner-style2 .item .slogan .title {
  color: white;
  font-size: 30px;
  font-weight: 700;
  padding: 12px 20px 12px 50px;
  background: #003D74;
  letter-spacing: 4px;
  display: inline-block;
  margin-top: 15px;
  margin-top: 5px;
}
.banner-style2 .carousel-indicators {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.banner-style2 .carousel-indicators .item {
  padding-right: 0;
  margin: 12.5px 0;
  background: white;
}
.banner-style2 .carousel-indicators .item.active {
  background: #003D74;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.35, 1.35);
            transform: scale(1.35, 1.35);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.35, 1.35);
            transform: scale(1.35, 1.35);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.zoom-effect > img {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------- CTA ------------------------------------*/
.cta .image {
  width: 100%;
  height: 31.25vw;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .cta .image {
    background-attachment: inherit;
  }
}
.cta .form-contact .form-group .form-label, .cta .form-contact .form-group .form-control {
  width: 100%;
}
.cta .form-contact .form-group .form-label {
  padding: 15px 15px 15px 0;
}
.cta .form-contact .form-group .form-label::after {
  display: none;
}

#section-contact {
  padding-left: 5vw;
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- Index -----------------------------------*/
.service-group .item {
  background: white;
  padding: clamp(30px, 4.427083vw, 85px) 30px;
  margin-bottom: clamp(15px, 2.60416vw, 50px);
  text-align: center;
  min-height: calc(100% - clamp(15px, 2.60416vw, 50px));
}
@media (max-width: 1240px) {
  .service-group .item {
    margin-bottom: 1.0416vw;
    min-height: calc(100% - 1.0416vw);
  }
}
.service-group .item .icon {
  width: clamp(80px, 6.25vw, 120px);
  height: clamp(80px, 6.25vw, 120px);
}
.service-group .item p {
  margin-bottom: 0;
}

.bg-service-group {
  background: url("../images/dec-service.svg") right 2vw top 8vw no-repeat;
  background-size: 22vw;
}
@media (max-width: 525px) {
  .bg-service-group {
    background-size: 50%;
  }
}

.bg-contact {
  background: url("../images/dec-contact.svg") right 2vw top 8vw no-repeat;
  background-size: 22vw;
}
@media (max-width: 525px) {
  .bg-contact {
    background-size: 50%;
  }
}

.contact .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .list .item:not(:last-child) {
  margin-right: clamp(15px, 5.2083vw, 100px);
}
@media (max-width: 767px) {
  .contact .list {
    display: block;
  }
  .contact .list .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 999px) {
  #index .cta {
    padding-left: 0;
  }
}
@media (max-width: 1240px) {
  #index .service-group .group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.520833333vw;
    margin-right: -0.520833333vw;
  }
  #index .service-group .group .col {
    padding-left: 0.520833333vw;
    padding-right: 0.520833333vw;
  }
}
@media (max-width: 768px) {
  #index .service-group .group .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 525px) {
  #index .service-group .group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  #index .service-group .group .col {
    padding-left: 0;
    padding-right: 0;
  }
  #index .service-group .group .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #index .service-group, #index .partners {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-list .item {
  border-radius: 15px;
  overflow: hidden;
}
.blog-list .item .image {
  overflow: hidden;
}
.blog-list .item .content {
  padding: 30px;
  background: white;
}
.blog-list .owl-dots {
  margin-top: 15px;
}
.blog-list .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
}

/*--------------------------------------------------------------------------*/
/*-------------------------------- Cases -----------------------------------*/
.sidebar {
  margin-bottom: 30px;
}
.sidebar .title {
  padding: 15px 20px;
  width: 100%;
  background: #003D74;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: clamp(20px, 1.25vw, 24px);
}
.sidebar .content {
  background: white;
  padding: 15px 20px;
}
.sidebar .content .list {
  margin-left: 0;
}
.sidebar .content .list li {
  border-bottom: 1px solid #bababa;
  padding: 15px 0;
}
.sidebar .content .list li:last-child {
  border-bottom: 0px solid #bababa;
  padding-bottom: 0;
}
.sidebar .content .list li a {
  display: block;
}
.sidebar .content .list li a:hover {
  color: #003D74;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.sidebar .content .list li a.active {
  color: #003D74;
  font-weight: 700;
}
.sidebar .content .hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin: 15px 0;
}
.sidebar .content .hashtag li {
  margin-right: 10px;
  list-style: none;
  margin-bottom: 10px;
}
.sidebar .content .hashtag li a {
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #333333;
  color: #333333;
}
.sidebar .content .hashtag li a:hover {
  background: #333333;
  color: white;
}
.sidebar .content .subscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar .content .subscribe form .input, .sidebar .content .subscribe form .send {
  border-radius: 5px;
}
.sidebar .content .subscribe form .input {
  width: 70%;
  height: 40px;
  border: 1px solid #bababa;
  padding: 15px 10px;
}
.sidebar .content .subscribe form .send {
  width: calc(30% - 3px);
  height: 40px;
  background: #111111;
  color: white;
  text-align: center;
}

.webeditor ul {
  padding-left: 30px;
}
.webeditor ul li {
  list-style: disc;
}

.link-content .btn {
  min-height: 60px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-content .btn.prev, .link-content .btn.next {
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-content .btn.prev:hover, .link-content .btn.next:hover {
  background: #003D74;
  color: white;
}
.link-content .btn.back {
  background: #bababa;
  color: white;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-content .btn.back:hover {
  background: #003D74;
}

/*--------------------------------------------------------------------------*/
/*------------------------------- Contact ----------------------------------*/
.contact-wrapper {
  padding-left: 5vw;
}
.contact-wrapper .content {
  background: white;
  padding: clamp(30px, 4.427083vw, 85px) clamp(15px, 6.25vw, 120px);
  margin-bottom: clamp(15px, 2.60416vw, 50px);
  min-height: calc(100% - clamp(15px, 2.60416vw, 50px));
}
@media (max-width: 1240px) {
  .contact-wrapper .content {
    margin-bottom: 1.0416vw;
    min-height: calc(100% - 1.0416vw);
  }
}
.contact-wrapper .content .form-group {
  margin-bottom: clamp(15px, 2.60416vw, 50px);
}
@media (max-width: 768px) {
  .contact-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form-contact .group .col.full {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.form-contact .form-group.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form-contact .form-group.buttons .btn {
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0;
}
.form-contact .form-group.buttons .btn.clear {
  border: 1px solid #003D74;
  color: #003D74;
}
.form-contact .form-group.buttons .btn.clear:hover {
  background: #003D74;
  color: white;
}
.form-contact .form-group.buttons .btn.submit {
  background: #003D74;
  border: 1px solid #003D74;
  color: white;
  margin-left: 10px;
}