*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: rgba(246, 246, 246, 0.5);
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(153, 153, 153, 0.5);
  border: 2px solid #f6f6f6;
  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;
  letter-spacing: 0;
  overflow-x: hidden;
}
@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;
  letter-spacing: 0.08em;
}
@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 hr {
  border: 0;
  height: 20px;
  margin: 1.5em 0;
  background-image: repeating-linear-gradient(135deg, #fced00 0 5px, transparent 5px 15px);
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: 20px 100%;
  border-top: 0 transparent !important;
}
body mark,
body .mark {
  color: #004a60;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

.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) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.index-prods, .index-about, .index-about .main-txt, .index-about .focus, .index-news {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .index-prods, .index-about, .index-about .main-txt, .index-about .focus, .index-news {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .index-prods, .index-about, .index-about .main-txt, .index-about .focus, .index-news {
    padding: 5em 0;
  }
}

.block-border {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.index-about .focus .icon {
  filter: invert(21%) sepia(29%) saturate(3025%) hue-rotate(163deg) brightness(92%) contrast(101%);
}

.text-primary {
  color: #004a60 !important;
}

.text-secondary {
  color: #fced00 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  position: relative;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: 600;
  color: #004a60;
  text-transform: uppercase;
  padding-left: 0.25em;
}
.block-title.sm {
  font-size: 1.25em;
}
.block-title:after {
  position: absolute;
  left: 0;
  top: -0.1em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #fced00 transparent transparent transparent;
  transform: rotate(0deg);
  content: "";
  z-index: -1;
}
@media (min-width: 576px) {
  .block-title {
    font-size: 2.4em;
  }
  .block-title.sm {
    font-size: 1.4em;
  }
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.2em;
    margin-bottom: 1em;
  }
  .block-title.sm {
    font-size: 1.5em;
  }
  .block-title:after {
    border-width: 30px 30px 0 0;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.6em;
  }
  .block-title.sm {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3em;
  }
  .block-title.sm {
    font-size: 1.7em;
  }
  .block-title:after {
    border-width: 40px 40px 0 0;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3.6em;
  }
  .block-title.sm {
    font-size: 2em;
  }
  .block-title:after {
    border-width: 50px 50px 0 0;
  }
}

.block-title2 {
  position: relative;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: 600;
  color: #004a60;
}
.block-title2.sm {
  font-size: 1.6em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.8em;
    margin-bottom: 1em;
  }
  .block-title2.sm {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.1em;
  }
  .block-title2.sm {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.3em;
  }
  .block-title2.sm {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.9em;
  }
  .block-title2.sm {
    font-size: 2.2em;
  }
}

.block-title3 {
  font-size: 1.6em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #999;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2em;
  }
}

.block-title4 {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #333;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.5em;
  }
}

.block-title5 {
  color: #666;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.25em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.33em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.img-wrap:hover img {
  transform: scale(1.1);
}

.btn {
  position: relative;
  padding: 0.9em 2em;
  font-size: 1em;
  border-radius: 0 !important;
  letter-spacing: 0.1em !important;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  z-index: 99;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 1em 2.4em;
    font-size: 1.05em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.32em 3.5em;
    font-size: 1.11em;
  }
}

.btn-sm {
  padding: 0.8em 1.5em !important;
  font-size: 0.9em;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1.4em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.6em !important;
    font-size: 0.95em;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #004a60 !important;
  font-size: 1em;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !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: #004a60;
  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;
  display: flex;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: rgba(252, 237, 0, 0.4);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 75px;
    height: 75px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  content: "";
  background-color: rgba(252, 237, 0, 0.5);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  box-shadow: 0 0 8px rgba(252, 237, 0, 0.5);
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 90px;
    height: 90px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #004a60;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-primary {
  border: 0 !important;
  color: white;
  background-color: #004a60 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
  overflow: hidden;
  --cut-size: 16px;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .btn-primary {
    --cut-size: 30px;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-secondary {
  border: 0 !important;
  color: #004a60;
  background-color: #fced00 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
  overflow: hidden;
  --cut-size: 16px;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .btn-secondary {
    --cut-size: 30px;
  }
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: #fced00;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-outline-primary {
  position: relative;
  border: 0 !important;
  color: #004a60;
  background-color: white !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
  overflow: hidden;
  --cut-size: 16px;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
}
.btn-outline-primary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #004a60;
  content: "";
}
.btn-outline-primary:after {
  position: absolute;
  right: -11px;
  top: 0;
  width: 1.5px;
  height: 100%;
  background-color: #004a60;
  content: "";
  z-index: 2;
  transform-origin: center;
  transform: rotate(-45deg) translateY(-50%);
}
@media (min-width: 992px) {
  .btn-outline-primary:after {
    right: -17px;
  }
}
@media (min-width: 1200px) {
  .btn-outline-primary {
    --cut-size: 30px;
  }
  .btn-outline-primary:after {
    right: -3px;
  }
}
@media (min-width: 1680px) {
  .btn-outline-primary:after {
    right: -10px;
  }
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}
.btn-outline-primary:hover:before, .btn-outline-primary:hover:after, .btn-outline-primary:active:before, .btn-outline-primary:active:after, .btn-outline-primary:focus:before, .btn-outline-primary:focus:after {
  display: none;
}

.btn-circle {
  flex: 0 0 auto;
  align-self: center;
  min-width: 50px !important;
  min-height: 50px !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em !important;
}

.btn-light {
  position: relative;
  border: 0 !important;
  color: #fced00;
  background-color: white;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #fced00 !important;
  border: 0 !important;
  background-color: #333;
}

.btn-send {
  background-color: #004a60;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #fced00;
  color: White;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.hero-slider {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .hero-slider {
    margin-top: 0;
  }
}
.hero-slider .slider-wrap {
  position: relative;
}
html[dir=rtl] .hero-slider .slider-wrap {
  text-align: right;
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes slideIn {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.hero-slider .slider-wrap .slideIn {
  -webkit-animation: slideIn 6s linear forwards;
  animation: slideIn 6s linear forwards;
}
.hero-slider .slider-wrap .slider-img-square {
  position: absolute;
  top: 0;
  right: 0 !important;
  width: auto;
  height: 65%;
  margin-top: 70px;
  border-left: 10px solid white;
  z-index: -1;
}
.hero-slider .slider-wrap .slider-img-square img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: none;
}
@media (min-width: 769px) {
  .hero-slider .slider-wrap .slider-img-square {
    height: 90%;
    right: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 992px) {
  .hero-slider .slider-wrap .slider-img-square {
    top: 50%;
    right: 0;
    width: 27%;
    height: 100%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .hero-slider .slider-wrap .slider-img-square {
    right: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .hero-slider .slider-wrap .slider-img-square {
    right: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}
.hero-slider .slider-wrap .container-fluid {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.hero-slider .slider-wrap .container-fluid .slider-con {
  flex-direction: column-reverse;
}
.hero-slider .slider-wrap .container-fluid .slider-con .caption {
  align-content: center;
  position: relative;
  z-index: 0;
  padding: 50px 25px;
}
.hero-slider .slider-wrap .container-fluid .slider-con .caption:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: #fced00;
  z-index: -1;
  transform: translateY(-50%);
}
.hero-slider .slider-wrap .container-fluid .slider-con .caption .title {
  position: relative;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #004a60;
  margin-bottom: 0;
  z-index: 3;
  text-transform: uppercase;
}
.hero-slider .slider-wrap .container-fluid .slider-con .slider-img {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px;
  z-index: 2;
}
@media (min-width: 576px) {
  .hero-slider .slider-wrap .container-fluid .slider-con .caption .title {
    font-size: 2em;
  }
}
@media (min-width: 769px) {
  .hero-slider .slider-wrap .container-fluid .slider-con .caption {
    padding: 50px;
  }
  .hero-slider .slider-wrap .container-fluid .slider-con .caption .title {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  .hero-slider .slider-wrap .container-fluid {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .hero-slider .slider-wrap .container-fluid .slider-con {
    flex-direction: row;
  }
  .hero-slider .slider-wrap .container-fluid .slider-con .caption:after {
    width: 250%;
  }
  .hero-slider .slider-wrap .container-fluid .slider-con .caption .title {
    font-size: 2.2em;
  }
  .hero-slider .slider-wrap .container-fluid .slider-con .slider-img {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .hero-slider .slider-wrap .container-fluid {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .hero-slider .slider-wrap .container-fluid .slider-con .caption .title {
    font-size: 2.4em;
  }
}
@media (min-width: 1400px) {
  .hero-slider .slider-wrap .container-fluid {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
}
@media (min-width: 1680px) {
  .hero-slider .slider-wrap .container-fluid {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .hero-slider .slider-wrap .container-fluid .slider-con .caption .title {
    font-size: 3.6em;
  }
}
@media (max-width: 991px) {
  .hero-slider .slider-wrap .container-fluid {
    padding: 0 !important;
  }
}
.hero-slider .slider-wrap .slick-slider,
.hero-slider .slider-wrap .slick-list,
.hero-slider .slider-wrap .slick-track {
  height: auto !important;
}
.hero-slider .slider-wrap .slick-slide {
  height: auto !important;
}
.hero-slider .slick-arrow {
  transform: translateX(calc(var(--bs-gutter-x) * 0.5)) !important;
  top: 0 !important;
  bottom: auto !important;
  --bs-gutter-x: 1.5rem;
}
@media (min-width: 769px) {
  .hero-slider .slick-arrow {
    transform: translateX(calc(var(--bs-gutter-x) * 1.5)) !important;
  }
}
@media (min-width: 992px) {
  .hero-slider .slick-arrow {
    top: auto !important;
    bottom: calc(var(--bs-gutter-x)) !important;
  }
}
@media (min-width: 1200px) {
  .hero-slider .slick-arrow {
    transform: translateX(calc(var(--bs-gutter-x) * 2.5)) !important;
  }
}
@media (min-width: 1680px) {
  .hero-slider .slick-arrow {
    transform: translateX(calc(var(--bs-gutter-x) * 4.5)) !important;
  }
}
.hero-slider .slick-active .title,
.hero-slider .slick-active .slider-img {
  animation: fadeInLeft 0.5s linear;
}

.index-prods .p-wrap .p-box {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.index-prods .p-wrap .p-box:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/bg-index-prods.jpg");
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
  transition: all 0.3s linear;
}
.index-prods .p-wrap .p-box .prods-con {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  box-sizing: border-box;
  color: #333;
}
.index-prods .p-wrap .p-box .prods-con .title {
  font-size: 1.45em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .index-prods .p-wrap .p-box .prods-con {
    padding-left: 40%;
  }
  .index-prods .p-wrap .p-box .prods-con .title {
    font-size: 2.3em;
  }
}
.index-prods .p-wrap .p-box img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .index-prods .p-wrap .p-box {
    padding: 45px;
  }
}
@media (min-width: 992px) {
  .index-prods .p-wrap .p-box {
    padding: 70px 45px 0 45px;
  }
  .index-prods .p-wrap .p-box img {
    width: 60%;
    height: auto;
  }
  .index-prods .p-wrap .p-box:after {
    height: 70%;
  }
  .index-prods .p-wrap .p-box:hover .title {
    color: #004a60;
  }
  .index-prods .p-wrap .p-box:hover img {
    transform: translateY(35px) scale(1.05);
  }
  .index-prods .p-wrap .p-box:hover:after {
    background-size: 110% 110%;
  }
  .index-prods .p-wrap:nth-child(even) .p-box {
    flex-direction: column-reverse;
    padding: 0 45px 70px 45px;
  }
  .index-prods .p-wrap:nth-child(even) .p-box:after {
    top: auto;
    bottom: 0;
  }
}

/*Solutions*/
.index-solution {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.index-solution .s-main-slider {
  display: inline-flex;
  width: 100%;
}
.index-solution .s-main-slider .slider-wrap .row {
  flex-direction: column-reverse;
  align-items: stretch;
}
.index-solution .s-main-slider .slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index-solution .s-main-slider .slider-wrap .slider-txt {
  padding-top: 20px;
  padding-bottom: 20px;
}
.index-solution .s-main-slider .slider-wrap .slider-txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  box-sizing: border-box;
  color: #666;
  font-size: 1em;
}
@media (min-width: 992px) {
  .index-solution .s-main-slider .slider-wrap .slider-txt p {
    font-size: 1.16em;
  }
}
.index-solution .s-main-slider .slider-wrap .col-md-5 {
  display: flex;
  align-items: stretch;
}
.index-solution .s-main-slider .slider-wrap .col-md-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-solution .s-main-slider .slick-arrow {
  transform: translateX(calc(var(--bs-gutter-x) * 0.5)) !important;
  top: 0 !important;
  bottom: auto !important;
  --bs-gutter-x: 1.5rem;
}
.index-solution .s-main-slider .slick-prev {
  top: 0;
  bottom: auto;
  left: 0.5em;
}
.index-solution .s-main-slider .slick-next {
  top: 0;
  bottom: auto;
}
@media (min-width: 769px) {
  .index-solution .s-main-slider .slider-txt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-solution .s-main-slider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
  }
  .index-solution .s-main-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
  }
}
.index-solution .s-items {
  display: inline-flex;
  height: 100%;
}
.index-solution .s-items .slick-list {
  margin: 0 -15px;
}
.index-solution .s-items .slick-list .slick-track {
  height: 100%;
}
.index-solution .s-items .slider-wrap {
  margin: 0 15px;
  display: flex;
  align-items: stretch;
  height: 100%;
}
.index-solution .s-items .slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .index-solution .s-items {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .index-solution .s-items {
    width: 35%;
  }
}
@media (min-width: 769px) {
  .index-solution .s-main-slider .slider-wrap .row {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .index-solution .s-main-slider {
    width: 75%;
  }
  .index-solution .s-main-slider .slider-wrap .slider-txt {
    padding-right: 140px;
    align-content: center;
  }
}
@media (min-width: 1200px) {
  .index-solution .s-main-slider .slider-wrap .slider-txt {
    padding-right: 170px;
  }
}
@media (min-width: 1400px) {
  .index-solution .s-main-slider {
    width: 65%;
  }
}

/*About*/
.index-about {
  position: relative;
}
.index-about:before {
  position: absolute;
  content: "";
  left: 4%;
  bottom: 4.5em;
  width: 8px;
  height: 60%;
  background-color: #fced00;
  z-index: 1;
  display: none;
}
@media (min-width: 1500px) {
  .index-about:before {
    display: block;
  }
}
.index-about:after {
  position: absolute;
  content: "";
  right: 4%;
  top: 4.5em;
  width: 8px;
  height: 30%;
  background-color: #fced00;
  z-index: 1;
  display: none;
}
@media (min-width: 769px) {
  .index-about:after {
    display: block;
  }
}
.index-about .main-txt {
  position: relative;
  background-image: url("../images/bg-about.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: white;
}
.index-about .main-txt p {
  font-size: 1em;
}
@media (min-width: 992px) {
  .index-about .main-txt {
    background-attachment: fixed;
  }
  .index-about .main-txt p {
    font-size: 1.16em;
  }
}
.index-about .focus .icon {
  width: 70px;
  height: auto;
}
.index-about .focus .title {
  color: #004a60;
  font-size: 1.2em;
  font-weight: 600;
}
.index-about .focus p {
  color: #666;
  font-size: 1em;
}
@media (min-width: 769px) {
  .index-about .focus .icon {
    width: 85px;
  }
  .index-about .focus .title {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .index-about .focus .icon {
    width: 75px;
  }
  .index-about .focus .title {
    font-size: 1.5em;
  }
  .index-about .focus p {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .index-about .focus .icon {
    width: 80px;
  }
}
@media (min-width: 1680px) {
  .index-about .focus .icon {
    width: 90px;
  }
  .index-about .focus .title {
    font-size: 1.67em;
  }
}

/*News*/
.index-news .container {
  position: relative;
}
.index-news .container .news-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0.8em 1.5em;
  background-color: rgba(0, 74, 96, 0.08);
  transition: all 0.3s ease;
}
.index-news .container .news-list:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background: linear-gradient(to Right, #004a60 65%, transparent 100%);
  z-index: -1;
  transition: all 0.3s ease;
}
.index-news .container .news-list .post-time {
  color: #666;
  transition: all 0.3s ease;
}
.index-news .container .news-list .news-title {
  color: #666;
  font-size: 1.22em;
  margin-bottom: 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .index-news .container .news-list {
    flex-direction: row;
    align-items: center;
  }
  .index-news .container .news-list .post-time {
    padding: 0 2em;
    margin-right: 1em;
  }
  .index-news .container .news-list .btn-circle {
    transition: all 0.3s ease;
    margin-right: 40px;
  }
  .index-news .container .news-list:hover {
    background-color: transparent;
  }
  .index-news .container .news-list:hover:after {
    width: 100%;
  }
  .index-news .container .news-list:hover .post-time,
  .index-news .container .news-list:hover .news-title {
    color: white;
  }
  .index-news .container .news-list:hover .btn-circle {
    background-color: #fced00;
    color: #004a60;
    margin-right: 0;
  }
}
.index-news .container .btn-primary {
  top: 0;
  right: calc(var(--bs-gutter-x) * 0.5);
}/*# sourceMappingURL=index.css.map */