/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme {
  padding: 0 40px
}
@media (max-width: 575px) {
  .owl-theme {
    padding: 0 20px
  }
}
@media (max-width: 467px) {
  .owl-theme {
    padding: 0 12px
  }
}

.owl-theme .owl-stage-outer {
  position: relative;
  z-index: 49;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav .owl-prev span {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: calc(50% - 18px);
  left: 16px;
  width: 36px;
  height: 36px;
  background: center center / contain no-repeat url(../img/index2025/mainBusinessNavLeft.png);
}

.owl-theme .owl-nav .owl-next span {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: calc(50% - 18px);
  right: 16px;
  width: 36px;
  height: 36px;
  background: center center / contain no-repeat url(../img/index2025/mainBusinessNavRight.png);
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme>.owl-stage-outer>.owl-stage>.owl-item img {
  object-fit: cover;
  object-position: center;
}

/* Customize */
#mainBanner.owl-theme {
  padding: 0
}
#mainBanner .item {
  overflow: hidden;
  width: 100%;
}
#mainBanner .item a {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.work-container .item {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3.1771
}

.service-container .owl-nav {
  filter: saturate(0);
}

.work-container .item,
.service-container .item,
.slidelist .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

.service-container .item .pic {
  mask: center / 80% no-repeat url(../img/index2025/owlItemMask.png);
  background: #FFF;
  width: 100%;
  aspect-ratio: 1
}

.service-container .item .pic img {
  width: 70%;
  margin: 0 auto;
  padding: 15% 0
}

.service-container .item .text {
  font-size: 1em;
  line-height: 1.33em;
  text-align: center
}

.reflinks-container>.owl-stage-outer>.owl-stage>.owl-item img {
  aspect-ratio: 2.9405
}

.slidelist.owl-theme {
  width: 100%;
  margin: 12px 0 40px;
}

.slidelist .item a {
  position: relative;
  z-index: 99;
  display: inline-block;
  width: 100%
}

.slidelist .item a .photo {
  width: 100%;
  margin: 0 auto;
  padding: 6px 0
}

.slidelist .item .photo img {
  aspect-ratio: 1.5;
  width: 100%;
  max-height: 626.667px;
  object-fit: cover
}

.slidelist .item a .text {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  padding: 16px 64px;
  background: rgba(0, 0, 0, .67);
  color: #fff
}
.slidelist .item a .text h3 {
  font-size: 3em;
  font-weight: bold;
  line-height: 1.25em;
  color: #fff
}
@media (max-width: 1200px) {
  .slidelist .item a .text h3 {
    font-size: 2.5em
  }
}
@media (max-width: 992px) {
  .slidelist .item a .text h3 {
    font-size: 1.8em
  }
  .slidelist .item a .text div {
    display: none
  }
}
@media (max-width: 767px) {
  .slidelist .item a .text h3 {
    font-size: 1.4em
  }
}
@media (max-width: 575px) {
  .slidelist .item a .text {
    padding: 10px 54px 0
  }
  .slidelist .item a .text h3 {
    font-size: 1.25em
  }
}
@media (max-width: 467px) {
  .slidelist .item a .text h3 {
    font-size: 1.1em
  }
}
.slidelist .owl-dots {
  position: relative;
  z-index: 51;
  margin-top: 16px
}

.slidelist .owl-nav button[class*='owl-'] {
  position: absolute;
  z-index: 50;
  top: 0;
  width: auto;
  height: calc(100% - 52.1px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  user-select: none;
  background: rgba(255, 255, 255, .67);
  transition: all .5s ease-in-out
}

.slidelist .owl-nav button[class*='owl-'] span {
  position: unset;
  align-items: center;
  color: #000;
  width: 42px;
  height: fit-content;
  background: unset;
  font-weight: normal;
  font-size: 4em
}

.slidelist .owl-nav button.owl-prev {
  left: 34px
}
.slidelist .owl-nav button.owl-next {
  right: 34px
}
@media (max-width: 767px) {
  .slidelist .owl-nav button[class*="owl-"] span {
    width: 36px
  }
}
@media (max-width: 575px) {
  .slidelist .owl-nav button.owl-prev {
    left: 14px
  }
  .slidelist .owl-nav button.owl-next {
    right: 14px
  }
}
@media (max-width: 467px) {
  .slidelist .owl-nav button.owl-prev {
    left: 6px
  }
  .slidelist .owl-nav button.owl-next {
    right: 6px
  }
}

.slidelist .owl-nav button.owl-prev:hover,
.slidelist .owl-nav button.owl-next:hover {
  background: rgba(0, 255, 255, 1);
}

.slidelist .owl-nav button[class*='owl-'] span:hover {
  color: #000;
  text-decoration: none
}
