@charset "UTF-8";
@media screen and (max-width: 575.98px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #262626;
  letter-spacing: 0.02em;
}

.wrapper {
  width: 100%;
  min-width: 360px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
.section-header::after {
  content: "";
  background-color: #7EB427;
  width: 3.125rem;
  height: 0.1875rem;
}
.section-header .section-title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25;
  color: #12496B;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .section-header .section-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .section-header .section-title {
    font-size: 2rem;
  }
}

.counter-item {
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1rem;
  gap: 0.3125rem;
  align-items: end;
}
.counter-item .counter {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199.98px) {
  .counter-item .counter {
    font-size: 3.75rem;
  }
}
.counter-item .counter::before {
  content: attr(data-target);
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.counter-item .counter-unit {
  font-size: 1rem;
  line-height: 2.5;
}
@media screen and (max-width: 1199.98px) {
  .counter-item .counter-unit {
    font-size: 0.875rem;
  }
}
.counter-item .counter-title {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .counter-item .counter-title {
    font-size: 1.125rem;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #D5DEE2;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed-wrap {
  position: fixed;
  z-index: 1010;
  bottom: 3.125rem;
  right: 3.125rem;
}
@media screen and (max-width: 1199.98px) {
  .fixed-wrap {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .fixed-wrap {
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.fixed-wrap .social-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.9375rem;
}
.fixed-wrap .contact-wrap {
  margin-top: 1.5rem;
}

.btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.28;
  padding: 0.8125rem 1.25rem 0.6875rem;
  border-radius: 50px;
  transition: 0.3s;
}
@media screen and (max-width: 1199.98px) {
  .btn {
    padding: 0.6875rem 1rem 0.5625rem;
  }
}
@media screen and (max-width: 991.98px) {
  .btn {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}
.btn:active, .btn:focus {
  box-shadow: none !important;
}
.btn.btn-outline-primary {
  border: 1px solid #12496B;
  background-color: #FFFFFF;
  color: #12496B;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
  background-color: #12496B;
  color: #FFFFFF;
}
.btn.btn-primary {
  border: 1px solid #12496B;
  background-color: #12496B;
  color: #FFFFFF;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: #0A2F4C;
  color: #FFFFFF;
}

.social-btn {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .social-btn {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.social-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-btn {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 1199.98px) {
  .contact-btn {
    padding: 0.9375rem 0.875rem 0.8125rem;
  }
}
@media screen and (max-width: 991.98px) {
  .contact-btn {
    padding: 0.6875rem 0.75rem 0.625rem;
  }
}
.contact-btn::before {
  flex-shrink: 0;
  content: "";
  font-family: "tabler-icons" !important;
  font-size: 1.25rem;
  color: #D5DEE2;
}

.link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.link.link-primary {
  color: #12496B;
  transition: 0.3s;
}
.link.link-primary:hover, .link.link-primary:active {
  color: #0A2F4C;
}
.link.link-gray {
  color: #8C8C8C;
  transition: 0.3s;
}
.link.link-gray:hover, .link.link-gray:active {
  color: #5E9A16;
}
.link:has(.ti) {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.link:has(.ti) .ti {
  font-size: 1.25rem;
}

.form-select:focus,
.form-control:focus {
  box-shadow: none;
}

.input-group {
  border: 1px solid #D5DEE2;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.input-group .input-group-text {
  background-color: unset;
  border: unset;
  padding: 0.75rem 0.625rem 0.75rem 0.9375rem;
  font-size: 1.375rem;
}
.input-group .form-select,
.input-group .form-control {
  background-color: transparent;
  border: unset;
}
.input-group .form-select:focus,
.input-group .form-control:focus {
  border: unset;
}
.input-group .form-control {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.75rem 0.875rem 0.6875rem 0;
}
.input-group .form-control::placeholder {
  color: #8C8C8C;
}
.input-group.search-bar {
  border: none;
  background-color: #F6F8F9;
  padding: 0.3125rem;
}
.input-group.search-bar .form-select,
.input-group.search-bar .form-control {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 1199.98px) {
  .input-group.search-bar .form-select,
.input-group.search-bar .form-control {
    font-size: 1rem;
  }
}
.input-group.search-bar .form-select,
.input-group.search-bar .form-control,
.input-group.search-bar .btn {
  line-height: 1;
  padding: 0.4375rem 0.75rem 0.375rem;
}
.input-group.search-bar .form-select {
  flex-grow: 0;
  width: 5.8rem;
  border-right: 1px solid #D5DEE2;
  cursor: pointer;
  background-image: url("../images/chevron-down.svg");
  background-size: 0.875rem;
}
.input-group.search-bar .form-control {
  min-width: 7.625rem;
  padding-right: 0.625rem;
}
.input-group.search-bar .btn {
  margin: 0;
}
.input-group.search-bar .btn .ti {
  color: #12496B;
  font-size: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .input-group.search-bar .btn .ti {
    font-size: 1.25rem;
  }
}

.hero-slick .animate-zoom-in img {
  transform: scale(1.2);
  transform-origin: center;
}
.hero-slick.slick-initialized .slick-current .animate-zoom-in img {
  animation-name: zoom-in;
  animation-duration: 5.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.hero-slick .image-wrap {
  width: 100%;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
}
.hero-slick .image-wrap img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

@keyframes zoom-in {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.slideshow-slick .slick-arrow {
  z-index: 200;
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #12496B;
  transition: 0.3s;
}
@media screen and (max-width: 1199.98px) {
  .slideshow-slick .slick-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .slideshow-slick .slick-arrow {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.slideshow-slick .slick-arrow:hover, .slideshow-slick .slick-arrow:active {
  background-color: #0A2F4C;
}
.slideshow-slick .slick-arrow::before {
  font-family: "tabler-icons" !important;
  color: #FFFFFF;
  font-size: 1.875rem;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1199.98px) {
  .slideshow-slick .slick-arrow::before {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .slideshow-slick .slick-arrow::before {
    font-size: 1.25rem;
  }
}
.slideshow-slick .slick-arrow.slick-prev {
  left: calc((100vw - 1320px) / 2 + 3.375rem / 2);
}
@media screen and (max-width: 1439.98px) {
  .slideshow-slick .slick-arrow.slick-prev {
    left: calc((100vw - 93.75vw) / 2 + 2.75rem / 2);
  }
}
@media screen and (max-width: 575.98px) {
  .slideshow-slick .slick-arrow.slick-prev {
    left: 0.625rem;
  }
}
.slideshow-slick .slick-arrow.slick-prev::before {
  content: "";
}
.slideshow-slick .slick-arrow.slick-next {
  right: calc((100vw - 1320px) / 2 + 3.375rem / 2);
}
@media screen and (max-width: 1439.98px) {
  .slideshow-slick .slick-arrow.slick-next {
    right: calc((100vw - 93.75vw) / 2 + 2.75rem / 2);
  }
}
@media screen and (max-width: 575.98px) {
  .slideshow-slick .slick-arrow.slick-next {
    right: 0.625rem;
  }
}
.slideshow-slick .slick-arrow.slick-next::before {
  content: "";
}
.slideshow-slick .image-wrap {
  display: block;
  width: 1320px;
  height: calc(1320px * 0.5);
  margin: 0 1.25rem;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1439.98px) {
  .slideshow-slick .image-wrap {
    width: 93.75vw;
    height: calc(93.75vw * 0.5);
    margin: 0 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .slideshow-slick .image-wrap {
    border-radius: unset;
    width: 100vw;
    height: calc(100vw * 0.47);
    margin: 0;
  }
}
.slideshow-slick .image-wrap img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.card.feature-card {
  border: unset;
  border-radius: unset;
}
.card.feature-card .card-image {
  margin-bottom: 0.75rem;
}
.card.feature-card .card-image .image-wrap {
  margin: 0 auto;
  width: 7.5rem;
  height: 7.5rem;
}
@media screen and (max-width: 1199.98px) {
  .card.feature-card .card-image .image-wrap {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .card.feature-card .card-image .image-wrap {
    width: 5rem;
    height: 5rem;
  }
}
.card.feature-card .card-image .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.card.feature-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
  padding: 0;
}
.card.feature-card .card-body .card-title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #12496B;
  margin: 0;
}
@media screen and (max-width: 1199.98px) {
  .card.feature-card .card-body .card-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .card.feature-card .card-body .card-title {
    font-size: 1.25rem;
  }
}
.card.service-card {
  border: unset;
}
.card.service-card .card-image {
  width: 100%;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #E9EEF0;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}
.card.service-card .card-image:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
.card.service-card .card-image .image-wrap {
  width: auto;
  height: 4.5rem;
}
@media screen and (max-width: 1199.98px) {
  .card.service-card .card-image .image-wrap {
    height: 3.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .card.service-card .card-image .image-wrap {
    height: 2.5rem;
  }
}
.card.service-card .card-image .image-wrap img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.list-group.news-list {
  border-radius: unset;
}
.list-group.news-list .list-group-item {
  background-color: unset;
  border: none;
  border-top: 1px solid #D5DEE2;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1.25rem;
}
@media screen and (max-width: 991.98px) {
  .list-group.news-list .list-group-item {
    padding: 1.25rem 0;
  }
}
.list-group.news-list .list-group-item:last-child {
  border-bottom: 1px solid #D5DEE2;
}
.list-group.news-list .list-group-item:hover .ti, .list-group.news-list .list-group-item:active .ti {
  transform: translateX(0.3125rem);
}
.list-group.news-list .list-group-item:hover .item-title, .list-group.news-list .list-group-item:active .item-title {
  color: #12496B;
}
.list-group.news-list .list-group-item .item-date,
.list-group.news-list .list-group-item .item-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
.list-group.news-list .list-group-item .item-date {
  flex-shrink: 0;
  color: #12496B;
  min-width: 6.25rem;
}
.list-group.news-list .list-group-item .item-title {
  flex-grow: 1;
  color: #262626;
  word-wrap: break-word;
  transition: 0.3s;
}
.list-group.news-list .list-group-item .ti {
  flex-shrink: 0;
  color: #12496B;
  font-size: 1.5rem;
  transition: 0.3s;
}

@media screen and (min-width: 1200px) {
  .news-tab {
    margin-left: 2rem;
  }
}
.news-tab .nav {
  border-radius: 50px;
  border: 1px solid #D5DEE2;
  background-color: #FFFFFF;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 991.98px) {
  .news-tab .nav {
    margin-bottom: 1.875rem;
  }
}
.news-tab .nav .nav-item .nav-link {
  width: 100%;
  border: none;
  border-radius: 50px;
  padding: 1.0625rem 1rem 0.9375rem;
  color: #12496B;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1199.98px) {
  .news-tab .nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .news-tab .nav .nav-item .nav-link {
    font-size: 0.875rem;
    padding: 1.0625rem 0.5rem 0.9375rem;
  }
}
.news-tab .nav .nav-item .nav-link.active {
  background-color: #12496B;
  color: #FFFFFF;
}
.hero-section {
  position: relative;
  z-index: 5000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  min-height: 720px;
  transition: 0.1s;
}
.hero-section .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
}
.hero-section .hero-content .content-inner {
  width: 100%;
  height: calc(100vh - 9rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-content .logo-wrap {
  width: 26.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1199.98px) {
  .hero-section .hero-content .logo-wrap {
    width: 21.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-section .hero-content .logo-wrap {
    max-width: 21.375rem;
    width: 100%;
  }
}
.hero-section .hero-content .logo-wrap img {
  width: 100%;
  object-fit: contain;
}
.hero-section .hero-content .counter-wrap {
  width: 100%;
  justify-content: space-between;
  justify-items: center;
  display: grid;
  grid-template-columns: repeat(4, 14rem);
}
@media screen and (max-width: 1199.98px) {
  .hero-section .hero-content .counter-wrap {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 3.4rem;
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-section .hero-content .counter-wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.875rem;
  }
}
.hero-section .hero-content .counter-wrap .counter-item {
  color: #FFFFFF;
}
@media screen and (max-width: 1199.98px) {
  .hero-section .hero-content .counter-wrap .counter-item:nth-child(1) {
    grid-column: span 2;
  }
  .hero-section .hero-content .counter-wrap .counter-item:nth-child(2) {
    grid-column: span 2;
  }
  .hero-section .hero-content .counter-wrap .counter-item:nth-child(3) {
    grid-column: span 2;
  }
  .hero-section .hero-content .counter-wrap .counter-item:nth-child(4) {
    grid-column: 2/span 2;
  }
  .hero-section .hero-content .counter-wrap .counter-item:nth-child(5) {
    grid-column: 4/span 2;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-section .hero-content .counter-wrap .counter-item:nth-child(1) {
    grid-column: span 1;
  }
  .hero-section .hero-content .counter-wrap .counter-item:nth-child(2) {
    grid-column: span 1;
  }
  .hero-section .hero-content .counter-wrap .counter-item:nth-child(3) {
    grid-column: span 1;
  }
  .hero-section .hero-content .counter-wrap .counter-item:nth-child(4) {
    grid-column: span 1;
  }
  .hero-section .hero-content .counter-wrap .counter-item:nth-child(5) {
    display: none;
  }
}
.hero-section .hero-content .scroll-down {
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7rem;
}
.hero-section .hero-content .scroll-down img {
  width: 100%;
  object-fit: contain;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(38, 38, 38, 0.5);
}
.hero-section .hero-slick {
  position: relative;
  z-index: 300;
  background-color: #262626;
}

.section-wrap {
  padding: 3.75rem 0;
}
@media screen and (max-width: 1199.98px) {
  .section-wrap {
    padding: 3.125rem 0;
  }
}
@media screen and (max-width: 991.98px) {
  .section-wrap {
    padding: 2.1875rem 0;
  }
}
.section-wrap:last-child {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1199.98px) {
  .section-wrap:last-child {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 991.98px) {
  .section-wrap:last-child {
    margin-bottom: 2.1875rem;
  }
}
.section-wrap.slideshow-section {
  padding-top: 2.5rem;
  height: calc(1320px * 0.5 + 2.5rem + 3.75rem);
  overflow: hidden;
}
@media screen and (max-width: 1439.98px) {
  .section-wrap.slideshow-section {
    height: calc(93.75vw * 0.5 + 2.5rem + 3.75rem);
  }
}
@media screen and (max-width: 1199.98px) {
  .section-wrap.slideshow-section {
    height: calc(93.75vw * 0.5 + 2.5rem + 3.125rem);
  }
}
@media screen and (max-width: 991.98px) {
  .section-wrap.slideshow-section {
    height: calc(93.75vw * 0.5 + 2.5rem + 2.1875rem);
  }
}
@media screen and (max-width: 576.98px) {
  .section-wrap.slideshow-section {
    height: calc(100vw * 0.47 + 2.1875rem);
    padding-top: 0;
  }
}
.section-wrap.about-section .section-content {
  margin-top: 1.875rem;
  text-align: center;
}
.section-wrap.about-section .section-content p + p {
  margin-top: 1rem;
}
.section-wrap.feature-section .section-content {
  margin-top: 3.125rem;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.feature-section .section-content {
    margin-top: 1.875rem;
  }
}
.section-wrap.feature-section .section-content .feature-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 3.125rem;
}
@media screen and (max-width: 1199.98px) {
  .section-wrap.feature-section .section-content .feature-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .section-wrap.feature-section .section-content .feature-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-wrap.feature-section .section-content .feature-wrap .feature-card {
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .section-wrap.feature-section .section-content .feature-wrap .feature-card .card-body .card-title {
    height: 5.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 768px) {
  .section-wrap.feature-section .section-content .feature-wrap .feature-card {
    grid-column: span 2;
  }
  .section-wrap.feature-section .section-content .feature-wrap .feature-card:last-child {
    grid-column: 2/span 2;
  }
}
.section-wrap.video-section .section-content {
  margin-top: 1.875rem;
  text-align: center;
}
.section-wrap.video-section .section-content .video-container {
  margin-top: 3.125rem;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.video-section .section-content .video-container {
    margin-top: 1.875rem;
  }
}
.section-wrap.result-section .section-content {
  margin-top: 1.875rem;
  text-align: center;
}
.section-wrap.result-section .section-content .counter-wrap {
  margin-top: 3.125rem;
  width: 100%;
  justify-content: space-between;
  justify-items: center;
  display: grid;
  grid-template-columns: repeat(4, 14rem);
}
@media screen and (max-width: 1199.98px) {
  .section-wrap.result-section .section-content .counter-wrap {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 3.4rem;
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-wrap.result-section .section-content .counter-wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.875rem;
  }
}
.section-wrap.result-section .section-content .counter-wrap .counter-item {
  color: #12496B;
}
@media screen and (max-width: 1199.98px) {
  .section-wrap.result-section .section-content .counter-wrap .counter-item:nth-child(1) {
    grid-column: span 2;
  }
  .section-wrap.result-section .section-content .counter-wrap .counter-item:nth-child(2) {
    grid-column: span 2;
  }
  .section-wrap.result-section .section-content .counter-wrap .counter-item:nth-child(3) {
    grid-column: span 2;
  }
  .section-wrap.result-section .section-content .counter-wrap .counter-item:nth-child(4) {
    grid-column: 2/span 2;
  }
  .section-wrap.result-section .section-content .counter-wrap .counter-item:nth-child(5) {
    grid-column: 4/span 2;
  }
}
@media screen and (max-width: 767.98px) {
  .section-wrap.result-section .section-content .counter-wrap .counter-item:nth-child(1) {
    grid-column: span 1;
  }
  .section-wrap.result-section .section-content .counter-wrap .counter-item:nth-child(2) {
    grid-column: span 1;
  }
  .section-wrap.result-section .section-content .counter-wrap .counter-item:nth-child(3) {
    grid-column: span 1;
  }
  .section-wrap.result-section .section-content .counter-wrap .counter-item:nth-child(4) {
    grid-column: span 1;
  }
  .section-wrap.result-section .section-content .counter-wrap .counter-item:nth-child(5) {
    grid-column: span 1;
  }
}
.section-wrap.result-section .section-content .counter-wrap .counter-item .counter-unit {
  color: #8C8C8C;
}
.section-wrap.news-section {
  background-color: #F6F8F9;
  padding: 7.5rem 0;
  margin: 7.5rem 0 3.75rem;
}
@media screen and (max-width: 1199.98px) {
  .section-wrap.news-section {
    padding: 6.25rem 0 7.3125rem;
    margin: 3.125rem 0;
  }
}
@media screen and (max-width: 991.98px) {
  .section-wrap.news-section {
    padding: 4.375rem 0;
    margin: 2.1875rem 0;
  }
}
.section-wrap.news-section .section-header {
  align-items: start;
  text-align: left;
}
.section-wrap.news-section .section-content {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1199.98px) {
  .section-wrap.news-section .section-content {
    margin-bottom: 1.5rem;
  }
}
.section-wrap.news-section .link {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1199.98px) {
  .section-wrap.news-section .link {
    margin-top: 3.125rem;
  }
}
.section-wrap.service-section .section-content {
  margin-top: 3.125rem;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.service-section .section-content {
    margin-top: 1.875rem;
  }
}
.section-wrap.service-section .section-content .service-wrap.layout-a {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.service-section .section-content .service-wrap.layout-a {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-wrap.service-section .section-content .service-wrap.layout-a {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .section-wrap.service-section .section-content .service-wrap.layout-a .service-card {
    grid-column: span 2;
  }
  .section-wrap.service-section .section-content .service-wrap.layout-a .service-card:nth-child(5) {
    grid-column: 2/span 2;
  }
  .section-wrap.service-section .section-content .service-wrap.layout-a .service-card:nth-child(6) {
    grid-column: 4/span 2;
  }
  .section-wrap.service-section .section-content .service-wrap.layout-a .service-card:nth-child(7) {
    grid-column: 6/span 2;
  }
}
.section-wrap.service-section .section-content .service-wrap.layout-b {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .section-wrap.service-section .section-content .service-wrap.layout-b {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-wrap.service-section .section-content .service-wrap.layout-b {
    grid-template-columns: repeat(2, 1fr);
  }
}

.login-section {
  background-image: url("../images/login-bg.png");
  background-size: cover;
  background-position: center bottom;
  padding: 9.375rem 0;
}
@media screen and (max-width: 1199.98px) {
  .login-section {
    padding: 6.25rem 0;
    background-size: 187.5%;
    background-position: center 10%;
  }
}
@media screen and (max-width: 767.98px) {
  .login-section {
    background-size: 250%;
    background-position: center 10%;
  }
}
@media screen and (max-width: 576.98px) {
  .login-section {
    padding: 3.125rem 0;
    background-size: 492%;
    background-position: center 5%;
  }
}
.login-section .section-content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .login-section .login-wrap {
    background-color: #FFFFFF;
    padding: 2.25rem 1.875rem;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
  }
}
.login-section .login-wrap .row {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
  align-items: center;
  justify-content: center;
}
.login-section .login-wrap hr {
  background-color: #E9EEF0;
  margin: 1.875rem 0;
  opacity: 1;
}
@media screen and (max-width: 1199.98px) {
  .login-section .login-wrap hr {
    margin: 1.5rem 0;
  }
}
.login-section .login-wrap .link {
  font-weight: 400;
}
.login-section .login-wrap .btn {
  width: 100%;
  border-radius: 6px;
  padding: 0.9375rem 1rem 0.84375rem;
}

.header-wrap {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1199.98px) {
  .header-wrap {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  }
}
.header-wrap:has(.collapse.show) {
  z-index: 1020;
}
.header-wrap .menu-list {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .menu-list {
    flex-direction: column;
  }
}
.header-wrap .menu-list .menu-item a {
  text-decoration: none;
}
@media screen and (max-width: 1199.98px) and (min-width: 576px) {
  .header-wrap > .container {
    padding: 0;
  }
}
.header-wrap .header-content {
  display: flex;
  align-items: center;
  column-gap: 1.875rem;
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .header-content {
    column-gap: 0;
  }
}
.header-wrap .header-content .menu-btn {
  flex-shrink: 0;
  width: 4rem;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -1.5rem;
}
.header-wrap .header-content .menu-btn .icon-wrap {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.header-wrap .header-content .menu-btn .icon-wrap span {
  display: inline-block;
  width: calc(100% - 0.25rem);
  height: 8.3%;
  background-color: #12496B;
  position: absolute;
  left: 50%;
  border-radius: 8px;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
.header-wrap .header-content .menu-btn .icon-wrap span:nth-child(1) {
  top: 15%;
}
.header-wrap .header-content .menu-btn .icon-wrap span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-wrap .header-content .menu-btn .icon-wrap span:nth-child(3) {
  bottom: 15%;
}
.header-wrap .header-content .menu-btn:not(.collapsed) .icon-wrap span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-wrap .header-content .menu-btn:not(.collapsed) .icon-wrap span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-wrap .header-content .menu-btn:not(.collapsed) .icon-wrap span:nth-child(3) {
  display: none;
}
.header-wrap .header-content .logo-wrap {
  flex-shrink: 0;
  display: block;
  width: auto;
  height: 5.625rem;
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .header-content .logo-wrap {
    height: 4.375rem;
  }
}
.header-wrap .header-content .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top left;
}
.header-wrap .header-content .header-nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.875rem;
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .header-content .header-nav {
    justify-content: end;
  }
}
.header-wrap .header-content .header-nav .menu-list {
  align-items: center;
  column-gap: 1.875rem;
}
.header-wrap .header-content .header-nav .menu-list .menu-item .link {
  line-height: 1.28;
}
.header-wrap .header-content .header-nav .menu-list .menu-item.user-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 575.98px) {
  .header-wrap .header-content .header-nav .menu-list .menu-item.user-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .header-wrap .header-content .header-nav .menu-list .menu-item.user-actions .user-action-form {
    width: 100%;
  }
  .header-wrap .header-content .header-nav .menu-list .menu-item.user-actions .user-action-form .btn {
    width: 100%;
  }
}
.header-wrap .collapse-wrap {
  background-color: #12496B;
  transition: 0s;
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .collapse-wrap {
    height: calc(100vh - 4.375rem);
    overflow-y: auto;
    padding: 1.5rem 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-wrap .collapse-wrap.collapse:not(.show) {
    display: block;
  }
}
.header-wrap .collapse-wrap .main-nav .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .collapse-wrap .main-nav .menu-list {
    margin-top: 1rem;
    gap: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .collapse-wrap .main-nav .menu-list .menu-item {
    width: 100%;
  }
}
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-toggle,
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .item-link {
  border: unset;
  padding: 1rem;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  transition: 0.3s;
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-toggle,
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .item-link {
    font-weight: 400;
    padding: 1rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(233, 238, 240, 0.5);
  }
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-toggle.show,
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .item-link.show {
    border-bottom: 1px solid rgba(233, 238, 240, 0);
  }
}
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-toggle {
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-toggle:focus {
  outline: unset;
}
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-toggle::after {
  content: "";
  font-family: "tabler-icons" !important;
  font-size: 1rem;
  transition: 0.3s;
  margin: 0;
  border: unset;
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-toggle::after {
    font-size: 1.25rem;
  }
}
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu {
  background-color: #FFFFFF;
  padding: 0;
  border: none;
  border-radius: unset;
}
@media screen and (min-width: 1200px) {
  .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    margin-top: -2px !important;
    min-width: 10.125rem;
    padding-top: 0.25rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu {
    background-color: transparent;
    min-width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(233, 238, 240, 0.5);
    position: static !important;
    transform: unset !important;
  }
}
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu .dropdown-item {
  color: #12496B;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem;
    border-bottom: 1px solid #F6F8F9;
    text-align: center;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem 1rem;
    color: #FFFFFF;
    font-weight: 400;
    white-space: normal;
  }
}
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu .dropdown-item:hover, .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu .dropdown-item:active, .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #F6F8F9;
  color: #0A2F4C;
}
@media screen and (max-width: 1199.98px) {
  .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu .dropdown-item:hover, .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu .dropdown-item:active, .header-wrap .collapse-wrap .main-nav .menu-list .menu-item .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
    color: #FFFFFF;
  }
}
.header-wrap .collapse-wrap .main-nav .menu-list .menu-item .item-link {
  display: block;
}
.footer-wrap {
  background-color: #F6F8F9;
  /*padding: 3.75rem 0 1.875rem;*/
  padding: 0 0 1.875rem;
}
@media screen and (max-width: 1199.98px) {
  .footer-wrap {
    padding: 1.875rem 0;
  }
}
.footer-wrap .footer-logo .footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.footer-wrap .footer-inner .logo-wrap {
  flex-shrink: 0;
  display: block;
  width: auto;
  /*height: 5.625rem;*/
  /*height: 9.375rem;*/
  height: 180px;
}
.footer-wrap .footer-inner .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center left;
  margin: 20px 0 0 35px;
}
.footer-wrap .footer-inner .contact-info {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 0.625rem;
}
.footer-wrap .footer-inner .footer-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (max-width: 1199.98px) {
  .footer-wrap .footer-inner .footer-title {
    margin: 1.875rem 0 1.25rem;
  }
}
.footer-wrap .footer-inner .footer-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .footer-wrap .footer-inner .footer-list {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .footer-wrap .footer-inner .footer-list {
    gap: 1rem;
  }
}
.footer-wrap .footer-inner .footer-list .list-item a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  transition: 0.3s;
}
.footer-wrap .footer-inner .footer-list .list-item a:hover, .footer-wrap .footer-inner .footer-list .list-item a:active {
  color: #0A2F4C;
}
.footer-wrap .footer-bottom {
  margin-top: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #D5DEE2;
}
@media screen and (max-width: 991.98px) {
  .footer-wrap .footer-bottom {
    margin-top: 1.875rem;
    padding: 0.25rem 0 1.5rem;
  }
}
.footer-wrap .footer-bottom .logo-wrap {
  flex-shrink: 0;
  display: block;
  width: auto;
  height: 2.25rem;
}
@media screen and (max-width: 991.98px) {
  .footer-wrap .footer-bottom .logo-wrap {
    margin-top: 1.25rem;
  }
}
.footer-wrap .footer-bottom .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top left;
}
.footer-wrap .footer-bottom .copyright {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.57;
  color: #8C8C8C;
  text-align: right;
}
@media screen and (max-width: 1199.98px) {
  .footer-wrap .footer-bottom .copyright {
    text-align: left;
    line-height: 1.5;
    margin-top: 0.75rem;
  }
}

.footer-modal .modal-dialog {
  max-width: 100%;
  margin: 1.5rem;
  min-height: calc(100% - 3rem);
  height: calc(100% - 3rem);
}
@media screen and (min-width: 768px) {
  .footer-modal .modal-dialog {
    max-width: 720px;
    margin: 6.25rem auto;
    min-height: calc(100% - 12.5rem);
    height: calc(100% - 12.5rem);
  }
}
.footer-modal .modal-dialog .modal-content {
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  border: unset;
  height: 100%;
}
.footer-modal .modal-dialog .modal-content .modal-header {
  padding: 1rem 1.875rem;
  border-bottom: 1px solid #D5DEE2;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .footer-modal .modal-dialog .modal-content .modal-header {
    padding: 1rem 1.5rem;
  }
}
.footer-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #12496B;
}
.footer-modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  background: unset;
  opacity: 1;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-modal .modal-dialog .modal-content .modal-header .btn-close:active, .footer-modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  box-shadow: none !important;
}
.footer-modal .modal-dialog .modal-content .modal-header .btn-close::before {
  content: "";
  font-family: "tabler-icons" !important;
  color: #12496B;
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(-2px);
}
.footer-modal .modal-dialog .modal-content .modal-body {
  padding: 1.5rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 991.98px) {
  .footer-modal .modal-dialog .modal-content .modal-body {
    padding: 1.5rem;
  }
}
.footer-modal .modal-dialog .modal-content .modal-body hr {
  width: 80%;
  border-top: 1px dashed #262626;
  opacity: 1;
  background-color: unset;
}

/*# sourceMappingURL=style.css.map */
