@charset "UTF-8";
/*-- preset --*/
/*-- custom --*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap");
.history .slider-nav .slick-current .year::after, .history .slider-nav .year:hover::after, .history .slider-nav .year::after, .pd .item .btn:hover, .pd .item figure:hover, .app .item:hover, .app .item_down, .banner .item .slogan .btn:hover i, .banner .item .slogan .btn i, .header.style-9 .nav > .nav-item:hover a::after, .header.style-9 .nav > .nav-item.active a::after, .header.style-9 .nav > .nav-item .item-dropdown::before, .header.style-9 .nav > .nav-item .item-dropdown, .header, .owl-dots-block .owl-dots .owl-dot:hover, .owl-dots-block .owl-dots .owl-dot, .owl-nav-block .owl-nav .owl-next, .owl-nav-block .owl-nav .owl-prev, .btn_default.darkerblue:hover i::before, .btn_default:hover i::before, .btn_default.darkerblue i::before, .btn_default i::before, .bg-darkerblue, .bg-darkerblue-hover:hover, .item:hover .bg-darkerblue-hover, .bg-darkblue, .bg-darkblue-hover:hover, .item:hover .bg-darkblue-hover, .bg-darkergray, .bg-darkergray-hover:hover, .item:hover .bg-darkergray-hover, .bg-darkgray, .bg-darkgray-hover:hover, .item:hover .bg-darkgray-hover, .bg-dark, .bg-dark-hover:hover, .item:hover .bg-dark-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-darkerblue,
.color-darkerblue-hover:hover,
.item:hover .color-darkerblue-hover, .color-darkblue,
.color-darkblue-hover:hover,
.item:hover .color-darkblue-hover, .color-lightblue,
.color-lightblue-hover:hover,
.item:hover .color-lightblue-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-dark,
.color-dark-hover:hover,
.item:hover .color-dark-hover, .color-gray,
.color-gray-hover:hover,
.item:hover .color-gray-hover, .color-lightgray,
.color-lightgray-hover:hover,
.item:hover .color-lightgray-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%);
}

#footer.style-easyfong .social-medias {
  padding-left: 0;
}
#footer.style-easyfong .social-medias li {
  position: relative;
  list-style: none;
  padding-left: 0;
}

/*-- Gotop & ScrollDown--*/
/*-- Colors --*/
.color-white,
.color-white-hover:hover,
.item:hover .color-white-hover {
  color: white;
}

.color-lightgray,
.color-lightgray-hover:hover,
.item:hover .color-lightgray-hover {
  color: #8E8E8F;
}

.color-gray,
.color-gray-hover:hover,
.item:hover .color-gray-hover {
  color: #F2F3F5;
}

.color-dark,
.color-dark-hover:hover,
.item:hover .color-dark-hover {
  color: #050503;
}

.color-darkgray,
.color-darkgray-hover:hover,
.item:hover .color-darkgray-hover {
  color: #666666;
}

.color-darkergray,
.color-darkergray-hover:hover,
.item:hover .color-darkergray-hover {
  color: #DBDCDC;
}

.color-black,
.color-black-hover:hover,
.item:hover .color-black-hover {
  color: black;
}

.color-lightblue,
.color-lightblue-hover:hover,
.item:hover .color-lightblue-hover {
  color: #27A5DF;
}

.color-darkblue,
.color-darkblue-hover:hover,
.item:hover .color-darkblue-hover {
  color: #004F8A;
}

.color-darkerblue,
.color-darkerblue-hover:hover,
.item:hover .color-darkerblue-hover {
  color: #1C2C6F;
}

.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::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: black;
}
.bg-overlay.darkblue::before, .bg-overlay.darkblue-hover:hover::before {
  background: #004F8A;
}
.bg-overlay.darkerblue::before, .bg-overlay.darkerblue-hover:hover::before {
  background: #004F8A;
}
.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: #F6F6F8;
}

.bg-lightgray, .bg-lightgray-hover:hover, .item:hover .bg-lightgray-hover {
  background-color: #8E8E8F;
}

.bg-gray, .bg-gray-hover:hover, .item:hover .bg-gray-hover {
  background-color: #F2F3F5;
}

.bg-dark, .bg-dark-hover:hover, .item:hover .bg-dark-hover {
  background-color: #050503;
}

.bg-darkgray, .bg-darkgray-hover:hover, .item:hover .bg-darkgray-hover {
  background-color: #666666;
}

.bg-darkergray, .bg-darkergray-hover:hover, .item:hover .bg-darkergray-hover {
  background-color: #DBDCDC;
}

.bg-darkblue, .bg-darkblue-hover:hover, .item:hover .bg-darkblue-hover {
  background-color: #004F8A;
}

.bg-darkerblue, .bg-darkerblue-hover:hover, .item:hover .bg-darkerblue-hover {
  background-color: #1C2C6F;
}

/*-- 按鈕樣式 Buttons --*/
.btn {
  border: none;
  outline: none;
  background: transparent;
}
.btn_default {
  display: inline-block;
  background: white;
  color: #1C2C6F;
  border: 3px solid #1C2C6F;
  padding: 10px 2.34375vw 10px 2.34375vw;
}
.btn_default i {
  margin-left: 1.5625vw;
}
.btn_default.darkerblue {
  padding: 10px 1.822916vw 10px 1.2vw;
  background: #1C2C6F;
  color: white;
}
.btn_default.darkerblue i {
  margin-left: 0;
  margin-right: 1.5625vw;
}
.btn_default:hover {
  background: #1C2C6F;
  color: white;
}
.btn_default:hover i::before {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn_default.darkerblue:hover i::before {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.table {
  width: 100%;
}
.table.default thead tr td {
  background: #004F8A;
  color: white;
  font-weight: 700;
  padding: 10px 1.5625vw;
  font-weight: 700;
  position: relative;
}
.table.default tbody tr td {
  background: white;
  padding: 10px 1.5625vw;
  border-bottom: 1px solid #D4D4D4;
  position: relative;
  font-size: 1.125rem;
}
.table.default tbody tr:nth-child(odd) td {
  background: #F4F2F3;
}

/*-- 排版樣式 Grid Layout --*/
.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group.item2 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.group.item3 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333%;
          flex: 0 0 33.3333333%;
}
.group.item4 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.group.item5 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.group.item6 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.group.item7 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 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.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.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.794117647vw;
  margin-right: -2.794117647vw;
}
.group.gap95 .col {
  padding-left: 2.794117647vw;
  padding-right: 2.794117647vw;
}
.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: 576px) {
  .group.item2 .col, .group.item3 .col, .group.item4 .col, .group.item5 .col, .group.item7 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .group.gap10, .group.gap2, .group.gap14, .group.gap20, .group.gap24, .group.gap26, .group.gap40, .group.gap50, .group.gap60, .group.gap80, .group.gap95, .group.gap130 {
    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, .group.gap130 .col {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*-- Carousels --*/
/* Bootstrap */
.carousel-default {
  position: relative;
}
.carousel-default .carousel-inner {
  padding-bottom: 30px;
}
.carousel-default .carousel-indicators {
  position: relative;
  margin: 0;
  z-index: 1;
}
.carousel-default .carousel-indicators .item {
  padding-right: 0;
  margin: 0 10px;
  background: #DCDDDD;
  width: 2.0833vw;
  height: 3px;
  /*transform: skewX(-30deg);*/
}
.carousel-default .carousel-indicators .item:hover {
  background: #0E6EBA;
}
.carousel-default .carousel-indicators .item.active {
  background: #0E6EBA;
  width: 1.822916vw;
}
.carousel-default .carousel-controls {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 100%;
  z-index: 2;
}
.carousel-default .carousel-controls .link-prev .sr-only, .carousel-default .carousel-controls .link-next .sr-only {
  font-size: 0;
}
.carousel-default .carousel-controls .link-prev .carousel-control-prev-icon, .carousel-default .carousel-controls .link-prev .carousel-control-next-icon, .carousel-default .carousel-controls .link-next .carousel-control-prev-icon, .carousel-default .carousel-controls .link-next .carousel-control-next-icon {
  font-size: 1.25vw;
  color: white;
  background-image: none;
  width: 3.4375vw;
  height: 3.4375vw;
  border: 5px solid 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;
}
@media (max-width: 767px) {
  .carousel-default .carousel-controls .link-prev .carousel-control-prev-icon, .carousel-default .carousel-controls .link-prev .carousel-control-next-icon, .carousel-default .carousel-controls .link-next .carousel-control-prev-icon, .carousel-default .carousel-controls .link-next .carousel-control-next-icon {
    width: 35px;
    height: 35px;
    border: 2px solid white;
  }
}
.carousel-default .carousel-controls .link-prev {
  position: absolute;
  left: 20px;
}
.carousel-default .carousel-controls .link-prev .carousel-control-prev-icon::after {
  font-family: "e805";
  content: "\f007";
}
.carousel-default .carousel-controls .link-next {
  position: absolute;
  right: 20px;
}
.carousel-default .carousel-controls .link-next .sr-only {
  font-size: 0;
}
.carousel-default .carousel-controls .link-next .carousel-control-next-icon {
  font-size: 1.25vw;
  color: white;
  background-image: none;
}
.carousel-default .carousel-controls .link-next .carousel-control-next-icon::after {
  font-family: "e805";
  content: "\f006";
}

/* 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 {
  padding-right: 0;
  margin: 0 5px;
  background: #BFCADC;
  width: 1.0416vw;
  height: 5px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.owl-dots-block .owl-dots .owl-dot:hover {
  background: #0E6EBA;
}
.owl-dots-block .owl-dots .owl-dot.active {
  background: #0E6EBA;
  width: 1.822916vw;
}

.dots-blue .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #004F8A;
  margin: 0 4px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 100%;
}
.dots-blue .owl-dots .owl-dot:focus {
  outline: none;
}
.dots-blue .owl-dots .owl-dot:hover {
  background: #004F8A;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.dots-blue .owl-dots .owl-dot.active {
  background: #004F8A;
}

/*-- Breadcrumb --*/
.breadcrumb {
  background: transparent;
  width: 100%;
  padding: 1.5625vw 0;
  color: #1C2C6F;
}
.breadcrumb ol {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb ol li {
  position: relative;
  list-style: none;
}
.breadcrumb ol li:not(:last-child) {
  margin-right: 25px;
}
.breadcrumb ol li:not(:last-child)::after {
  font-family: "e805";
  content: "\f006";
  position: absolute;
  top: 3px;
  right: -17px;
  font-size: 0.8rem;
}
.breadcrumb .item {
  font-size: 1rem;
  text-transform: capitalize;
}
.breadcrumb .item:hover {
  color: #27A5DF;
}

/*-- PageBanner --*/
.page_banner a {
  color: #1C2C6F;
}
.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;
}
.page_banner .image .img {
  width: 100%;
}
.page_banner .page_title {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.page_banner .page_title .title {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
.page_banner .page_title .title-sec {
  margin-top: 0.78125vw;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .page_banner .page_title {
    left: 15px;
    padding: 0 0 20px 20px;
  }
}
.page_banner .btn-scroll {
  color: white;
  top: 20vw;
}
.page_banner .btn-scroll::before {
  background: white;
}
.page_banner.no_image {
  color: #A2A2A2;
}
.page_banner.no_image a {
  color: #A2A2A2;
}
.page_banner.no_image a:hover {
  color: #0E6EBA;
}
.page_banner.no_image .page_title {
  position: relative;
  left: auto;
  bottom: auto;
  border: none;
  padding: 0;
  width: 100%;
}
.page_banner.no_image .breadcrumb {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .page_banner .image {
    height: 150px;
  }
  .page_banner .image .img {
    height: 100%;
    width: auto;
  }
  .page_banner .page_title .title {
    font-size: 25px;
  }
}

body {
  font-size: 18px;
  background: white;
  color: #1A1818;
  font-family: "Inter", Microsoft JhengHei, sans-serif;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}

a, a:hover {
  color: #666666;
}

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;
}

@media (min-width: 1921px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1410px;
  }
}
@media (max-width: 1920px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: calc(73.4375vw + 30px);
  }
}
@media (max-width: 1440px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 86vw;
  }
}
@media (max-width: 768px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100%;
  }
}
/*-- Language --*/
.lan .dropdown-toggle {
  padding: 3px 0 3px 25px;
  background: url(../images/icon-lang.svg) left center no-repeat;
  background-size: 15%;
}
.lan .dropdown-menu {
  padding: 10px 0;
  margin-top: 15px;
}
.lan .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  font-size: 14px;
}
.lan .dropdown-menu .dropdown-item:hover {
  color: #004F8A;
}

/*-- Search --*/
/*-- Groups --*/
/*-- Main --*/
.load-item {
  display: none;
}

.map-wrapper {
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-- Header --*/
.header {
  background: white;
  /* Topbar */
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}
.header .desktop .logo img {
  width: 17.1875vw;
  height: 2.7083vw;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 1440px) {
  .header .desktop .logo img {
    width: 20.1875vw;
  }
}
@media (max-width: 1200px) {
  .header .desktop .logo img {
    width: 22.1875vw;
    height: 3.7083vw;
  }
}
.header.fixed {
  width: 100%;
}
.header.style-9 .social-medias {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.header.style-9 .social-medias li .item {
  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: 3.125vw;
  height: 3.125vw;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 3px;
  color: white;
  font-size: 1.3vw;
  /*&:hover{
    color: $blue;
  }*/
}
.header.style-9 .icon {
  display: inline-block;
  width: 1.3vw;
  height: 1.3vw;
}
.header.style-9 .icon-line {
  background: url(../images/social-line.svg) no-repeat;
  background-size: contain;
}
.header.style-9 .lan .dropdown-toggle {
  background: none;
  padding: 0;
}
.header.style-9 .lan .dropdown-toggle::after {
  display: none;
}
.header.style-9 .top-bar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.style-9 .top-bar .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -1.302083vw;
  margin-right: -1.302083vw;
  margin-bottom: 0;
}
.header.style-9 .top-bar .list .item {
  margin: 15px 0;
  padding: 0 15px;
  position: relative;
}
.header.style-9 .top-bar .links {
  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;
  margin-bottom: 0;
  padding-left: 0;
}
.header.style-9 .top-bar .links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.style-9 .top-bar .links .item {
  margin: 15px 0;
  padding: 0 15px;
  position: relative;
}
.header.style-9 .top-bar .links .item a {
  color: #888888;
}
.header.style-9 .top-bar .links .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #888888;
}
.header.style-9 .top-bar .links .item:hover a {
  color: #0E6EBA;
}
.header.style-9 .top-bar .btn {
  background: #0E6EBA;
  color: white;
  padding: 1.0416vw 2.60416vw;
  margin-left: 2.34375vw;
}
.header.style-9 .top-bar .search-link {
  display: block;
  margin-left: 15px;
}
.header.style-9 .top-bar .bg-darkblue {
  background: #1C2C6F;
  color: white;
  padding: 10px 13.28125vw 10px 15px;
  margin-left: 1.5625vw;
}
.header.style-9 .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header.style-9 .nav {
  margin-left: -1.302083vw;
  margin-right: 11.979167vw;
  margin-top: 30px;
}
.header.style-9 .nav > .nav-item {
  position: relative;
}
.header.style-9 .nav > .nav-item > a {
  padding: 0 15px 30px 15px;
  color: #666666;
  color: #888888;
}
.header.style-9 .nav > .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 20px;
  background: #888888;
}
.header.style-9 .nav > .nav-item.dropdown > .item {
  padding: 0 30px 30px 15px;
  position: relative;
}
.header.style-9 .nav > .nav-item.dropdown > .item::after {
  content: "\e806";
  font-family: "e805";
  font-size: 12px;
  position: absolute;
  top: 6px;
  right: 15px;
  color: #27A5DF;
}
.header.style-9 .nav > .nav-item .item-dropdown {
  width: 275px;
  position: absolute;
  right: auto;
  left: 0;
  top: 40px;
  background: #FFFFFF;
  display: none;
  z-index: 5;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header.style-9 .nav > .nav-item .item-dropdown .list .item > a {
  color: #888888;
  padding: 10px 35px;
  display: block;
}
.header.style-9 .nav > .nav-item .item-dropdown .list .item > a:hover {
  color: white;
  background: #27A5DF;
}
.header.style-9 .nav > .nav-item .item-dropdown::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  top: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header.style-9 .nav > .nav-item .item-dropdown .img-hover-larger {
  background: #8E8E8F;
}
.header.style-9 .nav > .nav-item:hover a, .header.style-9 .nav > .nav-item.active a {
  color: #27A5DF;
}
.header.style-9 .nav > .nav-item:hover a::after, .header.style-9 .nav > .nav-item.active a::after {
  opacity: 1;
}
.header.style-9 .nav > .nav-item:hover .item-dropdown, .header.style-9 .nav > .nav-item.active .item-dropdown {
  display: block;
}
.header.style-9 .desktop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 13.28125vw;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.header.style-9 .desktop .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.style-9 .desktop .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header.style-9 .mobile .logo a img {
    width: 50vw;
  }
}

@media (max-width: 767px) {
  .mobiletxt_left {
      text-align: left;
  }
}

@media screen and (max-width: 767px){
  #index .carousel-default .carousel-controls .link-next .carousel-control-next-icon {
      font-size: 18px;
  }
  #index .carousel-default .carousel-controls .link-prev .carousel-control-prev-icon {
      font-size: 18px;
  }
  #index .carousel-default .carousel-controls .link-next .carousel-control-next-icon {
      width: 30px;
      height: 30px;
  }
  #index .carousel-default .carousel-controls .link-prev .carousel-control-prev-icon {
      width: 30px;
      height: 30px;
}
}

@media screen and (max-width: 375px){
  #index .carousel-default .carousel-controls .link-next .carousel-control-next-icon {
      font-size: 18px;
  }
  #index .carousel-default .carousel-controls .link-prev .carousel-control-prev-icon {
      font-size: 18px;
  }
  #index .carousel-default .carousel-controls .link-next .carousel-control-next-icon {
      width: 25px;
      height: 25px;
  }
  #index .carousel-default .carousel-controls .link-prev .carousel-control-prev-icon {
      width: 25px;
      height: 25px;
}
}

#header {
  z-index: 5;
}

/*-- Footer --*/
.footer {
  padding: 15px 0 2.60416vw;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: -4.16vw;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 4.16vw;
  z-index: 2;
}

.copyright {
  text-align: center;
  padding: 1.5625vw 0;
  font-size: 1rem;
  background: white;
  color: #6D7075;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.copyright a {
  color: #6D7075;
}

#footer {
  position: relative;
}
#footer .logo {
  width: 11.97916vw;
  height: 1.875vw;
}
@media (max-width: 991px) {
  #footer .logo {
    width: 40%;
    height: auto;
  }
}
#footer.style-easyfong .social-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.52083vw;
  margin-right: -0.52083vw;
  margin-bottom: 0;
}
#footer.style-easyfong .social-medias li {
  padding-left: 0.52083vw;
  padding-right: 0.52083vw;
}
#footer.style-easyfong .social-medias li .item {
  width: 2.34375vw;
  height: 2.34375vw;
  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;
  color: #27A5DF;
  background: white;
  font-size: 1.14583vw;
  border-radius: 100%;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
#footer.style-easyfong .social-medias li .item:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
#footer.style-easyfong .footer {
  background: #192C70;
  padding: 4.16vw 0;
  color: white;
}
#footer.style-easyfong .footer a {
  color: white;
}
#footer.style-easyfong .footer .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  #footer.style-easyfong .footer .sitemap {
    display: none;
  }
}
#footer.style-easyfong .footer .list li {
  margin-bottom: 5px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#footer.style-easyfong .footer .list li i {
  margin-right: 10px;
}
#footer.style-easyfong .footer .list li [class^=icon-]:before {
  color: #27A5DF;
}
#footer.style-easyfong .footer .list a {
  color: white;
}
@media (max-width: 767px) {
  #footer.style-easyfong .footer {
    padding: 30px 0;
  }
}

/*-- Index --*/
.banner .carousel-inner {
  padding-bottom: 0;
}
.banner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.banner .item .image {
  position: relative;
  /*&::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #002753;
    z-index: 1;
    opacity: .2;
  }*/
}
.banner .item .slogan {
  width: 100%;
  background: rgba(0, 39, 83, 0.2);
  padding: 1.5625vw 0 1.5625vw 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.banner .item .slogan .title {
  color: white;
  font-size: 2.1875vw;
  font-weight: 700;
}
.banner .item .slogan .info {
  color: white;
  font-size: 1.125rem;
}
.banner .item .slogan .btn {
  font-size: 1.125rem;
}
.banner .item .slogan .btn:hover i {
  margin-left: 5px;
}
.banner .carousel-indicators {
  padding: 1.0416vw 0;
}
.banner .carousel-indicators .item:hover {
  background: #27A5DF;
}
.banner .carousel-indicators .item.active {
  background: #27A5DF;
}

.app .item {
  position: relative;
  max-width: 320px;
}
.app .item_down {
  position: absolute;
  top: 2.604166666vw;
}
.app .item:hover {
  animation: bounce 0.7s infinite alternate;
  -moz-animation: bounce 0.7s infinite alternate;
  -webkit-animation: bounce 0.7s infinite alternate;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(0deg);
            transform: translateY(-15px) rotate(0deg);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(0deg);
            transform: translateY(-15px) rotate(0deg);
  }
}
.app .item .app-info {
  padding: 1.822916666vw 0.78125vw;
}
.app .item .app-info.industrial {
  background: #036EB8;
}
.app .item .app-info.business {
  background: #C50884;
}
.app .item .app-info.farm {
  background: #61B681;
}
.app .item .app-info.animal {
  background: #E35A28;
}
@media (max-width: 767px) {
  .app .item .app-info .app-icon {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .app .item {
    max-width: calc(100% - 15px);
    margin-left: 15px;
  }
  .app .item_down {
    position: relative;
  }
  .app .item img {
    width: 100%;
  }
  .app .item .app-info {
    padding: 20px 15px;
    max-width: 100%;
  }
}

/*-- CTA --*/
.searchbar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.searchbar form .form-search {
  border: none;
  background: #F6F6F6;
  padding: 18px 30px;
}
.searchbar form .form-btn {
  padding: 15px 65px;
  border: none;
  background-position: center;
  background: #1C2C6F;
  color: white;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .searchbar form .form-search {
    width: 60%;
  }
  .searchbar form .form-btn {
    width: 40%;
    padding: 15px 20px;
  }
}

.shadow {
  -webkit-box-shadow: -10px 10px #c8c9c9;
          box-shadow: -10px 10px #c8c9c9;
}

/*-- About --*/
/*-- Applications --*/
.contact-info {
  background: white;
  border: 1px solid #DCDEDD;
  padding: 20px;
}
.contact-info .list li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-info .list li i {
  margin-right: 10px;
}

/*-- Products --*/
.pd .item figure {
  background: transparent;
  border: 1px solid #DCDEDD;
  padding: 25px;
}
.pd .item figure:hover {
  background: white;
  border: 3px solid #1C2C6F;
}
.pd .item .btn {
  border: 2px solid #1C2C6F;
  background: white;
  padding: 7px 25px;
  color: #1C2C6F;
}
.pd .item .btn:hover {
  background: #1C2C6F;
  color: white;
}

.shop-info {
  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;
  background: white;
  border: 1px solid #DCDEDD;
  padding: 35px;
  height: 100%;
}

.pd-table table {
  width: 100%;
}
.pd-table table tbody tr {
  border-bottom: 1px solid white;
}
.pd-table table tbody tr:last-child {
  border: none;
}
.pd-table table tbody tr:nth-child(odd) {
  background: white;
}
.pd-table table tbody tr:nth-child(even) {
  background: #EAEBEF;
}
.pd-table table tbody tr:first-child {
  color: #192C70;
  font-weight: bold;
}
.pd-table table tbody td {
  padding: 20px;
  border-right: 1px solid #999999;
}
.pd-table table tbody td:last-child {
  border: none;
}
.pd-table table tbody td:first-child {
  color: white;
  background: #192C70;
  font-weight: bold;
}
@media (max-width: 520px) {
  .pd-table table tbody td {
    padding: 10px;
  }
  .pd-table table tbody td:first-child {
    width: 28%;
  }
}
.pd-table p {
  color: #666666;
  margin-top: 20px;
}

.date .fs{
  padding-left: 1rem;
}

#index .news-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #888888;
  padding: 15px;
  width: 110%;
}
#index .news-list .item .date {
  color: #3E3A39;
  min-width: 5.208333333vw;
  width: 40%;
}
@media (max-width: 992px) {
  #index .news-list .item .date {
    margin-bottom: 20px;
  }
}
#index .news-list .item .category {
  background: #1C2C6F;
  color: white;
  font-weight: 500;
  white-space: nowrap;
  padding: 5px 25px;
  margin: 0 20px;
  width: 25%;
}
@media (max-width: 992px) {
  #index .news-list .item .category {
    margin: 0;
  }
}


div.item:hover .date.fs-18{
color: white;
}

div.item:hover a.info.fs-20 {
color: white;
}



#index .news-list .item .info {
  min-width: 28.645833333vw;
  color: #050503;
  min-height: auto;
}
@media (max-width: 992px) {
  #index .news-list .item .info {
    min-width: 55.645833vw;
  }
}
#index .news-list .item .info:hover {
  color: #27A5DF;
}
@media (max-width: 992px) {
  #index .news-list .item {
    display: block;
  }
}
@media (max-width: 992px) {
  #index .news-list .item {
    padding: 20px 20px;
  }
}

#news .news .group .col .item .icon {
  background: white;
  text-align: center;
  padding: 4.16666vw;
}
@media (max-width: 767px) {
  #news .news .group .col .item .icon {
    padding: 40px;
  }
  #news .news .group .col .item .icon img {
    width: 70px;
    height: 70px;
  }
}

.news-list .item {
  height: 100%;
  background: white;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 576px) {
  .news-list .item img {
    width: 100%;
  }
}
.news-list .item .info {
  padding: 1.302083333vw 10px;
  min-height: 165px;
}
@media (max-width: 1024px) {
  .news-list .item .info {
    min-height: 135px;
  }
}
@media (max-width: 768px) {
  .news-list .item .info {
    min-height: 115px;
  }
}
@media (max-width: 567px) {
  .news-list .item .info {
    min-height: 0;
    padding: 20px 15px;
  }
}
.news-list .item .info .category {
  padding: 5px 10px;
  white-space: nowrap;
}
.news-list .item .info .date {
  margin-left: 10px;
  white-space: nowrap;
}
.news-list .item:hover {
  background: #1C2C6F;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-nav .list li a {
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 10px;
  color: #6D7075;
  border-bottom: 3px solid #DCDEDD;
}
.page-nav .list li a:hover, .page-nav .list li a.active {
  color: #27A5DF;
  border-bottom: 3px solid #27A5DF;
}
@media (max-width: 767px) {
  .page-nav .list li a {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.page-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-controls .item {
  width: 50%;
  padding: 3.645833333vw 6.770833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-controls .item span {
  display: block;
  line-height: 1.3;
}
.page-controls .item.prev {
  background: white;
  color: #8E8E8F;
  margin-right: 5px;
}
.page-controls .item.prev i {
  color: #8E8E8F;
  padding: 1.041666666vw;
  border: 5px solid #8E8E8F;
  margin-right: 2.604166666vw;
}
.page-controls .item.prev:hover {
  background: #1C2C6F;
  color: white;
}
.page-controls .item.prev:hover i {
  color: white;
  border: 5px solid white;
}
.page-controls .item.next {
  background: white;
  color: #8E8E8F;
  text-align: right;
  margin-left: 5px;
}
.page-controls .item.next i {
  color: #8E8E8F;
  padding: 1.041666666vw;
  border: 5px solid #8E8E8F;
  margin-left: 2.604166666vw;
}
.page-controls .item.next:hover {
  background: #1C2C6F;
  color: white;
}
.page-controls .item.next:hover i {
  color: white;
  border: 5px solid white;
}

/*-- FAQ --*/
.faq_group {
  width: 100%;
}
.faq_group .faq_box {
  padding: 1.822916666vw 0;
  border-bottom: 1px solid #DCDEDD;
}
@media (max-width: 767px) {
  .faq_group .faq_box {
    padding: 10px 15px;
  }
  .faq_group .faq_box span:first-child {
    width: 15%;
  }
  .faq_group .faq_box span:last-child {
    width: 85%;
  }
}

/*-- Search --*/
#search .search .form-search {
  border: 1px solid #CACACA;
  width: 29.6875vw;
  height: 2.864583333vw;
  margin-right: 1.5625vw;
}
@media (max-width: 767px) {
  #search .search .form-search {
    height: auto;
  }
}
#search .search .item {
  padding: 1.5625vw 0;
  border-bottom: 1px solid #DCDEDD;
}
#search .search .item .title {
  color: #0E6EBA;
  text-decoration: underline;
}
#search .search .item .text {
  color: #050503;
}

/*-- Calculation --*/
#calculation .cal {
  position: relative;
}
#calculation .cal .cal-bg {
  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;
}

.calculation-table table {
  width: 100%;
}
@media (max-width: 576px) {
  .calculation-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.calculation-table table tbody tr {
  border-bottom: 1px solid white;
}
.calculation-table table tbody tr:last-child {
  border: none;
}
.calculation-table table tbody tr:nth-child(odd) {
  background: white;
}
.calculation-table table tbody tr:nth-child(even) {
  background: #EAEBEF;
}
.calculation-table table tbody th {
  color: white;
  background: #192C70;
  font-weight: bold;
  padding: 20px;
  width: 25%;
}
.calculation-table table tbody td {
  padding: 20px;
  border-right: 1px solid #999999;
}
.calculation-table table tbody td:last-child {
  border: none;
}

.cal-form-contact {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 20px;
}

/*-- Video --*/
.video-links .img-hover-larger::after {
  content: "";
  background: url(../images/icon-video.svg) center center no-repeat;
  width: 3.402083vw;
  height: 3.402083vw;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-size: 99%;
}
@media (max-width: 768px) {
  .video-links .img-hover-larger::after {
    width: 4.402083vw;
    height: 4.402083vw;
    top: 38%;
  }
}
@media (max-width: 540px) {
  .video-links .img-hover-larger::after {
    width: 8.402083vw;
    height: 8.402083vw;
    top: 40%;
    left: 48%;
  }
}

.video-links .item .title {
  display: block;
}

/*-- About --*/
.brand .item {
  border: 1px solid #DDDDDD;
  padding: 30px;
  min-height: 295px;
}

.history .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.history .slider-nav::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 53px;
  height: 2px;
  background: #999999;
}
.history .slider-nav .slick-list {
  width: 100%;
  position: relative;
  z-index: 1;
}
.history .slider-nav .slick-list .slick-slide {
  text-align: center;
  cursor: pointer;
}
.history .slider-nav .year {
  color: #999999;
  font-size: 20px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  font-weight: 500;
}
@media (max-width: 767px) {
  .history .slider-nav .year {
    font-size: 18px;
  }
}
.history .slider-nav .year::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #999999;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8px;
}
.history .slider-nav .year:hover {
  color: #27A5DF;
}
.history .slider-nav .year:hover::after {
  background: #27A5DF;
}
.history .slider-nav .slick-current .year {
  color: #27A5DF;
}
.history .slider-nav .slick-current .year::after {
  background: #27A5DF;
}
.history .slider-nav .slick-prev, .history .slider-nav .slick-next {
  font-size: 0;
  width: 1.822916vw;
  height: 1.822916vw;
  background-size: contain !important;
  background-repeat: no-repeat;
}
.history .slider-nav .slick-prev {
  background: url(../images/history-back.svg) center center no-repeat transparent;
  position: absolute;
  top: 36px;
  left: -35px;
}
.history .slider-nav .slick-prev:hover {
  background: url(../images/history-back-hover.svg) center center no-repeat transparent;
}
.history .slider-nav .slick-next {
  background: url(../images/history-next.svg) center center no-repeat transparent;
  position: absolute;
  top: 36px;
  right: -35px;
}
.history .slider-nav .slick-next:hover {
  background: url(../images/history-next-hover.svg) center center no-repeat transparent;
}
.history .slider-for .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.world {
  background: url("../images/bg-map.png") no-repeat;
  padding-top: 80px;
}
.world .item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.world .item figure {
  border-right: 2px solid #F2F3F5;
  padding: 25px 40px;
}
.world .item .info {
  padding: 40px 30px;
}

#news .world .item .img-fluid {
  max-width: 60px;
  height: auto;
}

.border-items .item {
  border: 1px solid #DDDDDD;
  padding: 1.0416vw 1.5625vw;
  position: relative;
  background: white;
  color: #050503;
}
.border-items .item::after {
  content: "\f006";
  font-family: "e805";
  position: absolute;
  top: 1.0416vw;
  right: 1.5625vw;
  font-size: 1rem;
}
.border-items .item:hover {
  background: #1C2C6F;
  color: white;
}

.brand-info .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DCDEDD;
  padding: 30px 0;
}
.brand-info .text .title {
  width: 25%;
}

/*-- After Sales Services --*/
#member .link .item, #repair .link .item {
  list-style: none;
  margin-left: 1.5625vw;
  margin-right: 1.5625vw;
}
#member .link .item .btn, #repair .link .item .btn {
  color: #050503;
  border-bottom: 3px solid #050503;
  padding-bottom: 10px;
}
#member .link .item .btn:hover, #repair .link .item .btn:hover {
  color: #27A5DF;
  border-bottom: 3px solid #27A5DF;
}
#member .link .item .btn.active, #repair .link .item .btn.active {
  color: #27A5DF;
  border-bottom: 3px solid #27A5DF;
}

.login {
  border-top: 1px solid #DCDEDD;
  padding-top: 30px;
}

.sales-service .table {
  width: 100%;
}
@media (max-width: 1140px) {
  .sales-service .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.sales-service .table thead tr td {
  padding: 1.041666666vw 1.5625vw;
  background: #192C70;
  color: white;
  font-size: 20px;
  border: 1px solid #999999;
}
.sales-service .table tbody tr:nth-child(odd) {
  background: #EAEBEF;
}
.sales-service .table tbody tr:nth-child(even) {
  background: white;
}
.sales-service .table tbody tr td {
  padding: 1.041666666vw 1.5625vw;
  border-right: 1px solid #999999;
}
.sales-service .table tbody tr td:last-child {
  border-right: none;
}

/*-- Worldwide --*/
.worldwide .list .nav-item {
  margin-left: 1.5625vw;
  margin-right: 1.5625vw;
}
.worldwide .list .nav-item .btn {
  color: #050503;
  border-bottom: 3px solid #050503;
  padding-bottom: 10px;
}
.worldwide .list .nav-item .btn:hover {
  color: #27A5DF;
  border-bottom: 3px solid #27A5DF;
}
.worldwide .list .nav-item .btn.active {
  color: #27A5DF;
  border-bottom: 3px solid #27A5DF;
}

#worldwide .display-mobile {
  display: none;
}
@media (max-width: 767px) {
  #worldwide .display-mobile {
    display: block;
  }
}
#worldwide .display-desktop {
  display: block;
}
@media (max-width: 767px) {
  #worldwide .display-desktop {
    display: none;
  }
}
#worldwide .form-control {
  padding: 10px;
  border: none;
  border-radius: 0;
  height: auto;
  background: white;
  border: 1px solid #CACACA;
  font-size: 1rem;
  color: #495057;
}

.table-worldwide {
  width: 100%;
}
.table-worldwide th, .table-worldwide td {
  white-space:nowrap;
  padding: 20px;
}
.table-worldwide th {
  color: white;
  background: #192C70;
  font-weight: bold;
  border: 1px solid white;
}
.table-worldwide td {
  white-space: nowrap;
  background: white;
  border: 1px solid #eee;
}
.table-worldwide td.image {
  vertical-align: middle;
  text-align: center;
}
.table-worldwide td.image a {
  display: block;
}

.worldwide-logo img {
  max-width: 60px;
}

td.worldwide-logo {
  white-space: nowrap;
  padding: 15px 0px;
  vertical-align: middle;
  text-align: center;
}

.display-mobile .worldwide-logo {
  padding: 0;
}
.display-mobile .worldwide-logo img {
  max-width: 40px;
}

/*-- Calendar --*/
.input-group.date {
  position: relative;
}
.input-group.date .input-group-addon {
  font-size: 1.25rem;
  font-weight: 400;
  color: #050503;
  position: absolute;
  top: 20%;
  right: 5%;
}

/*-- 通風試算 --*/
.calculation.mt-radio-label .cal-mt-radio {
  position: relative;
  z-index: 0;
  opacity: 1;
  margin-right: 15px;
}
.calculation.mt-radio-label .cal-mt-radio::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #CACACA;
  background: white;
  border-radius: 100%;
}
.calculation.mt-radio-label .cal-mt-radio:checked::before, .calculation.mt-radio-label .cal-mt-radio:hover::before {
  background: #27A5DF;
}
.calculation.mt-radio-label .cal-mt-radio.error::before {
  border-color: red;
}

.tel-position {
    position: absolute;
    z-index: 4;
    width: 100%;
    border-top: 10px #1c2c6f solid;
    text-align: right;
}
.tel-table {
    color: #FFF;
    line-height: 1.67;
    display: table;
    position: relative;
    float: right;
    padding: 0px 10px 5px 30px;
    background-image: url('/images/Tel_BG.svg');
    background-size: cover;
    background-position: left top;
}
.tel-table i {
    color: #FFF;
}

@media (max-width: 576px) {
  .tel-word1 {
    display: none;
  }
}

@media (max-width: 496px) {
  .tel-word2 {
    display: none;
  }
}

a.tel-table, a.tel-table:hover{
    color: #FFF;
}
.float-l{
    float: left;
}

@media (max-width: 1480px) {
    .spc-table-container {
        overflow-x: auto; /* Enable horizontal scrollbar on mobile devices */
    }
}
.display-desktop .table-worldwide th,.display-desktop .table-worldwide td{
  white-space: inherit !important;
}

@media (max-width: 1280px) {
  .header.style-9 .social-medias li .item {
    width: 4vw;
    height: 4vw;
    font-size: 1.6vw;
  }
  .header.style-9 .icon-line {
    width: 1.7vw;
    height: 1.7vw;
  }
}

@media (max-width: 1160px) {
  .header.style-9 .social-medias li .item {
    width: 4.5vw;
    height: 4.5vw;
    font-size: 1.8vw;
  }
  .header.style-9 .icon-line {
    width: 2vw;
    height: 2vw;
  }
}

@media (max-width: 992px) {
  .header.style-9 .social-medias li .item {
    width: 4.5vw;
    height: 4.5vw;
    font-size: 2vw;
  }
  .header.style-9 .icon-line {
    width: 2.3vw;
    height: 2.3vw;
  }
}

@media (max-width: 900px) {
  .header.style-9 .social-medias li .item {
    width: 5vw;
    height: 5vw;
    font-size: 2.5vw;
  }
  .header.style-9 .icon-line {
    width: 2.7vw;
    height: 2.7vw;
  }
}

@media (max-width: 800px) {
  .header.style-9 .social-medias li .item {
    width: 6vw;
    height: 6vw;
    font-size: 3vw;
  }
  .header.style-9 .icon-line {
    width: 3vw;
    height: 3vw;
  }
}

/* 小於 769px 時隱藏 .social-medias */
@media (max-width: 768px) {
  .header.style-9 .social-medias {
    display: none;
  }
}

/* table-social-medias */
.table-social-medias {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: calc(100% - 109.84px);
  display: none; /* 預設隱藏，768以下顯示 */
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .table-social-medias {
    display: flex;
  }
}

.icon-td {
  flex: 1; /* 平均分五等份 */
  text-align: center;
  padding: 2px 0;
  display: table;
  color: #fff;
  font-size: 1.5rem;
  width: 20%;
  height: 46px;
  float: left;
}

.icon-td i {
  display: inline-block;
}

/* 社群顏色設定 */
.icon-td.mail { background: #0E6EBA; }
.icon-td.facebook { background: #4267B2; }
.icon-td.line { background: #5E9D34; }
.icon-td.youtube { background: #FF0000; }
.icon-td.top { background: #004C81; }

/* LINE 的 icon 特別處理為背景圖 */
.icon-td.line .icon-line {
  background: url(../images/social-line.svg) no-repeat center;
  background-size: contain;
  width: 3vw;
  height: 3vw;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}

/* 預設隱藏 */
.table-social-medias {
  display: none;
}

/* 768px 以下（含 768）才顯示 */
@media (max-width: 768px) {
  .table-social-medias {
    display: table;
  }
}

@media (max-width: 562px) {
  .icon-td.line .icon-line {
    width: 4vw;
    height: 4vw;
  }
}

@media (max-width: 420px) {
  .icon-td.line .icon-line {
    width: 5vw;
    height: 5vw;
  }
}

@media (max-width: 280px) {
  .icon-td.line .icon-line {
    width: 6vw;
    height: 6vw;
  }
}

.disabled{
	background-color: #fbfbfb !important;
    color: #959595 !important;
}

/*耗材活動內容彈出框*/
#campaignMsgbox_dialog {
	position: fixed;
	width:100vw;
	height:100vh;
	top: 0;
    left: 0;
	display:none;
	justify-content:center;
	align-items:center;
	z-index: 101;
}
#campaignMsgbox_dialog .campaignMsgbox_content {
	width: calc(100% - 10px);
	max-width: 400px;
	margin: auto;
	zoom: 100%;
	border-radius: 5px;
	outline: 0;
	background-color: #ffffff;
	box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
}
#campaignMsgbox_dialog .campaignMsgbox_header {
	position: relative;
	padding: 8px 25px;
	border-radius: 4px 4px 0px 0px;
	background-color: #157FCC;
	color: #ffffff;
	font-size: 1rem;
	cursor: default;
}
#campaignMsgbox_dialog .campaignMsgbox_body {
	padding: 20px 25px;
	font-size: 1rem;
	color: #333;
}
#campaignMsgbox_dialog .campaignMsgbox_body h3 {
	font-weight: bold;
    font-size: 1.17em;
}
#campaignMsgbox_dialog .campaignMsgbox_body p {
	margin-top: 5px;
	margin-bottom: 0;
    line-height: normal;
}
#campaignMsgbox_dialog .campaignMsgbox_body hr {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
#campaignMsgbox_dialog .campaignMsgbox_body ol {
	padding-left: 1rem;
	margin-bottom: 0;
    font-size: smaller;
}
#campaignMsgbox_dialog .campaignMsgbox_footer {
	padding: 8px 11px;
	border-top: 1px solid #CCC;
	text-align: right;
}
#campaignMsgbox_dialog .campaignMsgbox_btn:first-child {
	margin-left: 0px;
}
#campaignMsgbox_dialog .campaignMsgbox_btn {
	display: inline-block;
	vertical-align: middle;
	min-width: 0px;
	min-height: 32px;
	padding: 6px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-radius: 3px;
	background-color: #ffffff;
	color: #666666;
	font-size: 1rem;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	margin-left: 10px;
}
#campaignMsgbox_dialog .campaignMsgbox_btn:hover {
	border-color: #cccccc;
	color: #999999;
}

/*產品保固編輯按鈕*/
.sales-service table tbody .button{
	color: #fff;
    background-color: #1cc88a;
    border-color: #1cc88a;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
	outline: cornsilk;
	border-style: outset;
    border-width: 2px;
	white-space: nowrap;
}
.sales-service table tbody .button:active{
	border-style: inset;
}

/*耗材活動領用時程表*/
#schedule_wrapper{
	display: block;
}
#schedule_wrapper > .schedule_title{
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: 500;
}
#schedule_wrapper .schedule_table{
    margin: .5rem 0 1rem;
    width: 100%;
    overflow-x: auto;
}
#schedule_wrapper .schedule_table table{
    width: 100%;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 0;
}
#schedule_wrapper .schedule_table th,
#schedule_wrapper .schedule_table td{
    padding: 12px 15px;
    font-weight: bold;
    border: 0.5px solid #a0c0df;
    letter-spacing: 2px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}
#schedule_wrapper .schedule_table th{
    background-color: #e6e6eb;
}
#schedule_wrapper .schedule_table td{
    background-color: #ffffff;
}
#schedule_wrapper .schedule_table th.setting,
#schedule_wrapper .schedule_table td.setting{
	text-align: center;
}
#schedule_wrapper .schedule_table td.setting button{
	color: #fff;
    background-color: #5b8bc4;
    border-color: #a5b9d2;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    padding: .275rem .75rem;
    font-size: 1rem;
    outline: cornsilk;
	border-style: outset;
    border-width: 2px;
}
#schedule_wrapper .schedule_table td.setting button:active{
	border-style: inset;
}

/*Responsive*/
@media(max-width: 767px){
	#schedule_wrapper .schedule_table table{
		white-space: normal;
	}
    #schedule_wrapper .schedule_table .table thead{
        display: none;
    }
    #schedule_wrapper .schedule_table .table,
    #schedule_wrapper .schedule_table .table tbody,
    #schedule_wrapper .schedule_table .table tr,
    #schedule_wrapper .schedule_table .table td{
        display: block;
        width: 100%;
    }
    #schedule_wrapper .schedule_table .table tr{
        margin-bottom: 15px;
    }
    #schedule_wrapper .schedule_table .table td{
        text-align: center;
        padding-left: calc(31% + 15px);
        position: relative;
    }
    #schedule_wrapper .schedule_table .table td::before{
        content: attr(data-label);
        position: absolute;
        top: 0;
        left: 0;
        width: 31%;
        height: 100%;
        padding-left: 12px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        color: #000;
        display: flex;
        align-items: center;
        background: #e6e6eb;
    }
}

/*耗材索取設定*/
#cnsReq_modal {
	position: fixed;
	width:100vw;
	height:100vh;
	top: 0;
    left: 0;
	display:none;
	justify-content:center;
	align-items:center;
	z-index: 101;
}
#cnsReq_modal .cnsReq_container {
	width: calc(100% - 10px);
	max-width: 430px;
	margin: auto;
	zoom: 100%;
	border-radius: 5px;
	outline: 0;
	background-color: #ffffff;
	box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
}
#cnsReq_modal .cnsReq_header {
	position: relative;
	padding: 8px 1rem;
	border-radius: 4px 4px 0px 0px;
	background-color: #157FCC;
	color: #ffffff;
	font-size: 1rem;
	cursor: default;
}
#cnsReq_modal .cnsReq_header .cnsReq_close{
	position: absolute;
    top: 50%;
    right: 3%;
    cursor: pointer;
    transform: translateY(-50%);
}
#cnsReq_modal .cnsReq_body{
	padding: 1rem;
}
#cnsReq_modal .cnsReq_body .label{
	display: inline-block;
    padding-bottom: .2rem;
    font-size: 1rem;
    font-weight: normal;
}
#cnsReq_modal .cnsReq_body dd{
	margin-bottom: 1rem
}
#cnsReq_modal .cnsReq_body dd em{
	font-family: NSimSun;
    font-weight: bolder;
    font-style: normal;
    color: #F00;
}
#cnsReq_modal .cnsReq_body dd a.readonly{
	background-color: #f0f0f0;
}

#cnsReq_modal .cnsReq_body dd .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#cnsReq_modal .cnsReq_body dd .text-danger{
	color: #f1416c;
}
#cnsReq_modal .cnsReq_body dd button[name="submit"]{
	border: none;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    background: #157FCC;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}
#cnsReq_modal .cnsReq_body dd.execute{
	text-align: right;
	margin-bottom: 0;
}