*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #354c8b;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  counter-reset: benefit workflow;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #354c8b;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4) !important;
    padding-left: calc(var(--bs-gutter-x) * 4) !important;
  }
}

.inquiry .item-list .p-name, .inquiry .item-list .p-name2, .btn-others, .btn, .block-title3, .block-title2, .block-subtitle, .block-title {
  font-family: "Titillium Web", Arial, "Noto Sans TC", sans-serif !important;
}

.block-title {
  font-size: 1.85em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8em;
  color: #354c8b;
}

.block-subtitle {
  font-size: 1.33em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 3em;
  color: #999;
}

.block-title2 {
  font-size: 1.65em;
  line-height: 1.3;
  margin-bottom: 1.3em;
  font-weight: bold;
  color: #354c8b;
  text-transform: uppercase;
}

.block-title3 {
  font-size: 1.65em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  font-weight: bold;
  color: #354c8b;
}

.block-title4 {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
  color: #00ccff;
  text-transform: uppercase;
}

.block-title5 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #999;
  font-style: italic;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .block-title {
    font-size: 2.45em;
  }
  .block-title2,
  .block-title4,
  .block-title5 {
    font-size: 2.1em;
  }
  .block-title3 {
    font-size: 1.6em;
  }
  .block-title5 {
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.7em;
  }
  .block-title2,
  .block-title4,
  .block-title5 {
    font-size: 2.2em;
  }
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 4em;
  }
  .block-title2,
  .block-title4,
  .block-title5 {
    font-size: 2.67em;
  }
  .block-title3 {
    font-size: 2em;
  }
}
.btn-play {
  border-radius: 8px;
}
@media (min-width: 769px) {
  .btn-play {
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .btn-play {
    border-radius: 18px;
  }
}
@media (min-width: 1680px) {
  .btn-play {
    border-radius: 26px;
  }
}

.btn {
  border-radius: 50px !important;
  padding: 0.6em 1.3em 0.6em 0.6em !important;
  border: 0 !important;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-flex;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1.6em;
  transition: all 0.3s linear;
}

.btn-sm {
  padding: 0.4em 0.9em !important;
  font-size: 0.9em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn-sm {
    padding: 0.5em 1.2em !important;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.6em 1.6em !important;
    font-size: 0.95em;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #666 !important;
  font-size: 1em;
  text-transform: capitalize;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #354c8b !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #354c8b;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.btn-play:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: rgba(53, 76, 139, 0.7);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .btn-play:after {
    width: 65px;
    height: 65px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    transform: translate(-50%, -50%);
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-others {
  background-color: white;
  border: 1px solid #cccccc;
  color: #999;
  padding: 0.6em 1.3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  min-width: 160px;
  transition: all 0.3s linear;
}
.btn-others:after {
  display: inline-flex;
  content: "\f282";
  font-family: "Bootstrap-icons";
  border: 0;
  font-size: 0.7em;
  margin-left: 1em;
}
.btn-others:hover {
  color: #354c8b;
}

.btn-dark {
  border: 0;
  color: white;
  background-color: #333 !important;
  border: 1px solid #333 !important;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #00ccff !important;
  border: 1px solid #00ccff !important;
}

.btn-light {
  border: 0;
  color: #354c8b;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-light i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-light:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i, .btn-light.show i {
  color: white !important;
}
.btn-light:hover:after, .btn-light:active:after, .btn-light:focus:after, .btn-light.show:after {
  left: 0;
}

.btn-primary {
  border: 0;
  color: white;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-primary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-primary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #354c8b;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-primary:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-primary:hover i, .btn-primary:active i, .btn-primary:focus i, .btn-primary.show i {
  color: white !important;
}
.btn-primary:hover:after, .btn-primary:active:after, .btn-primary:focus:after, .btn-primary.show:after {
  left: 0;
}

.btn-secondary {
  border: 0;
  color: white;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-secondary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-secondary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #999;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-secondary:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #354c8b;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-secondary:hover i, .btn-secondary:active i, .btn-secondary:focus i, .btn-secondary.show i {
  color: white !important;
}
.btn-secondary:hover:after, .btn-secondary:active:after, .btn-secondary:focus:after, .btn-secondary.show:after {
  left: 0;
}

.btn-search {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em 0.8em;
  color: white !important;
  border-radius: 4px;
}

.btn-more {
  background-color: white;
  border: 1px solid #cccccc !important;
  color: #999;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5em 1.5em !important;
}
.btn-more i {
  font-size: 1em;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  color: white !important;
}

.btn-more-sm {
  background-color: white;
  border: 1px solid #cccccc !important;
  color: #999;
  padding: 0.25em 0.8em !important;
  border-radius: 3px !important;
  font-size: 0.88em !important;
  text-transform: uppercase;
}
.btn-more-sm i {
  font-size: 1em;
}
.btn-more-sm:hover, .btn-more-sm:active, .btn-more-sm:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  color: white !important;
}

.btn-arrows {
  padding: 0.6em 1em;
  background-color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0;
  min-width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-arrows img {
  width: auto;
  height: 20px;
  filter: invert(1) brightness(100);
  margin: 0;
}
.btn-arrows:hover, .btn-arrows:visited, .btn-arrows:focus {
  background-color: #354c8b !important;
}

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

.text-light {
  color: white !important;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-control {
  border-radius: 4px;
  border: 0;
}

.input-group button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html[dir=rtl] .force-ltr-slider .slick-track {
  direction: ltr !important;
}
html[dir=rtl] .force-ltr-slider .slick-slide {
  float: left !important;
}

html[dir=rtl] .slick-dots {
  direction: ltr;
}

.inquiry {
  width: 100%;
  max-width: 900px;
  padding-bottom: 3em;
  margin-bottom: 5em;
  position: relative;
}
.inquiry:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 85%;
  height: 2px;
  content: "";
  background: linear-gradient(to Right, rgba(204, 204, 204, 0) 0, #cccccc 40%, #cccccc 60%, rgba(204, 204, 204, 0) 100%);
  transform: translateX(-50%);
}
.inquiry .item-list {
  margin-bottom: 2.5em !important;
  justify-content: space-evenly;
}
.inquiry .item-list:last-child {
  margin-bottom: 0 !important;
}
.inquiry .item-list .p-img {
  width: 100%;
  height: auto;
}
.inquiry .item-list .p-name {
  font-size: 1.25em;
  font-weight: bold;
}
@media (min-width: 992px) {
  .inquiry .item-list .p-name {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .inquiry .item-list .p-name {
    font-size: 1.67em;
  }
}
.inquiry .item-list .p-name a {
  color: #333;
}
.inquiry .item-list .p-name a:hover {
  color: #354c8b;
}
.inquiry .item-list .p-name2 {
  font-size: 1em;
  font-weight: normal;
}
.inquiry .item-list .p-name2 a {
  color: #999;
}
.inquiry .item-list .p-name2 a:hover {
  color: #354c8b;
}
.inquiry .item-list .input-group .btn-plus,
.inquiry .item-list .input-group .btn-minus {
  background-color: #cccccc;
  color: white;
  border-radius: 3px;
  padding: 0.375em 0.75em;
  border: 0;
  transition: all 0.3s linear;
}
.inquiry .item-list .input-group .btn-plus i,
.inquiry .item-list .input-group .btn-minus i {
  font-size: 1.3em;
}
.inquiry .item-list .input-group .btn-plus:hover,
.inquiry .item-list .input-group .btn-minus:hover {
  background-color: #354c8b;
}
.inquiry .item-list .input-group .form-control {
  background-color: #f2f2f2;
  color: #333;
  border-radius: 0;
  text-align: center;
  max-width: 150px;
  padding: 0.5em 1em;
}
.inquiry .item-list .input-group input::-webkit-outer-spin-button,
.inquiry .item-list .input-group input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.company-info {
  margin: 4.5em 0 0 0;
  width: 100%;
}
.company-info .col-12:first-child {
  background-color: white;
  background-size: cover;
  background-position: left bottom;
  padding: 2.5em 1em;
}
.company-info .col-12:first-child h2 {
  font-weight: bold;
  color: #354c8b;
  font-size: 2em;
  letter-spacing: 0.05em;
}
.company-info .col-12:first-child h3 {
  font-weight: bold;
  color: #354c8b;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .company-info .col-12:first-child {
    padding: 3em 3em 3em 45%;
    background-image: url(../images/bg-index-about1.jpg);
  }
}
@media (min-width: 992px) {
  .company-info .col-12:first-child {
    padding: 2.5em 2.5em 2.5em 30%;
  }
  .company-info .col-12:first-child h2 {
    font-size: 2.2em;
  }
  .company-info .col-12:first-child h3 {
    font-size: 1.1em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1680px) {
  .company-info .col-12:first-child {
    padding: 3em 3em 3em 30%;
  }
  .company-info .col-12:first-child h2 {
    font-size: 2.67em;
  }
  .company-info .col-12:first-child h3 {
    font-size: 1.67em;
    margin-bottom: 2em;
  }
}
.company-info .col-12:first-child dl dt i {
  color: #354c8b;
  font-size: 1.3em;
}
.company-info .col-12:first-child dl dd {
  color: #333;
  line-height: 1.4;
  margin: 0.25em 0 1em 0;
}
.company-info .col-12:first-child dl dd a {
  color: #333;
}
.company-info .col-12:last-child iframe {
  margin-bottom: -8px;
  height: 100%;
  min-height: 350px;
}
@media (min-width: 992px) {
  .company-info .col-12:last-child iframe {
    min-height: 500px;
  }
}

.world-map {
  margin-top: 4.5em;
  position: relative;
  background-color: black;
  overflow: hidden;
  min-height: 750px;
}
.world-map .bg-map {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
@media (min-width: 992px) {
  .world-map .bg-map {
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
  }
}
.world-map .bg-map .map-svg {
  width: 150%;
  height: auto;
  display: block;
  transform: translateX(-30%);
}
@media (min-width: 992px) {
  .world-map .bg-map .map-svg {
    width: 100%;
    height: auto;
    transform: none;
  }
}
.world-map .bg-map .map-svg a:hover .map-area, .world-map .bg-map .map-svg a.active .map-area {
  fill: #00ccff;
  filter: drop-shadow(5px 5px 24px rgba(0, 0, 0, 0.6));
}
.world-map .bg-map .map-svg a:hover .map-area .region-name, .world-map .bg-map .map-svg a.active .map-area .region-name {
  transform: scaleX(1.015);
}
.world-map .bg-map .map-svg .cls-1,
.world-map .bg-map .map-svg .cls-2,
.world-map .bg-map .map-svg .cls-3 {
  mix-blend-mode: color-dodge;
}
.world-map .bg-map .map-svg .cls-4 {
  filter: url(#drop-shadow-2);
}
.world-map .bg-map .map-svg .region-name {
  fill: #fff;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
  transition: all 0.3s linear;
}
.world-map .bg-map .map-svg .map-area {
  fill: transparent;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s linear;
}
.world-map .bg-map .map-svg .cls-8 {
  filter: url(#drop-shadow-1);
}
.world-map .bg-map .map-svg .cls-9 {
  fill: url(#radial-gradient);
}
.world-map .bg-map .map-svg .cls-9,
.world-map .bg-map .map-svg .cls-10 {
  mix-blend-mode: screen;
}
.world-map .bg-map .map-svg .cls-10 {
  fill: url(#radial-gradient-3);
}
.world-map .bg-map .map-svg .cls-12 {
  filter: url(#drop-shadow-3);
}
.world-map .bg-map .map-svg .cls-2 {
  fill: #a3a3a3;
}
.world-map .bg-map .map-svg .cls-3 {
  fill: url(#radial-gradient-4);
}
.world-map .bg-map .map-svg .cls-13 {
  clip-path: url(#clippath);
}
.world-map .info {
  position: relative;
  width: 100%;
  z-index: 1;
}
.world-map .info .head {
  display: none;
}
@media (min-width: 992px) {
  .world-map .info .head {
    display: block;
  }
}
.world-map .info .head .block-title6 {
  color: #00ccff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .world-map .info .head .block-title6 {
    font-size: 1.6em;
  }
}
.world-map .info .head dl dt {
  width: 36px;
  display: inline-flex;
}
.world-map .info .head dl dt i {
  color: #00ccff;
}
.world-map .info .head dl dd {
  color: white;
  width: calc(100% - 36px);
  display: inline-flex;
}
.world-map .info .head dl dd a {
  color: white;
}
.world-map .info .region {
  padding: 0 2em 3.5em 2em;
}
.world-map .info .region .block-title6 {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .world-map .info .region .block-title6 {
    font-size: 1.6em;
  }
}
.world-map .info .region .flag {
  padding: 0 !important;
}
.world-map .info .region .flag img {
  width: 100%;
  height: auto;
  max-width: 45px;
}
.world-map .info .region .country {
  font-weight: bold;
  position: relative;
  color: white;
  display: inline-flex;
  align-items: flex-end;
}
@media (min-width: 576px) {
  .world-map .info .region .country {
    align-items: flex-start;
  }
}
.world-map .info .region .area {
  color: white;
  padding: 0 !important;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .world-map .info .region .area {
    padding: 0 0 0 1em !important;
  }
}
@media (min-width: 992px) {
  .world-map .info {
    width: 42%;
    padding: 2.5em 0 2.5em 2.5em;
  }
  .world-map .info .region {
    padding: 0;
    margin-top: 5em;
  }
  .world-map .info .region .flag img {
    max-width: 46px;
  }
}
@media (min-width: 1200px) {
  .world-map .info {
    padding: 4.5em 0 2.5em 4.5em;
  }
  .world-map .info .region {
    padding-bottom: 3.5em;
  }
}
.world-map .region-block {
  display: none;
}
.world-map .region-block.active {
  display: block;
}
/*Contact ok*/
.ok {
  position: relative;
  z-index: 9;
}
.ok .bi-send-check {
  color: #354c8b;
  font-size: 4em;
}/*# sourceMappingURL=contact.css.map */