.sharethis {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.sharethis-item {
  display: inline-block;
}
.sharethis-item:not(:last-child) {
  margin-right: 1rem;
}
.sharethis-button {
  font-size: 1.5rem;
  cursor: pointer;
}
.sharethis-button[data-network=facebook] {
  color: #4267b2;
}
.sharethis-button[data-network=twitter] {
  color: #55acee;
}
.sharethis-button[data-network=whatsapp] {
  color: #25d366;
}
.sharethis-button[data-network=linkedin] {
  color: #0077b5;
}

.include-clients {
  padding-bottom: 6.875rem;
  padding-top: 6.875rem;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .include-clients {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.include-clients .container {
  text-align: center;
}
.include-clients .container .swiper-container {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
.include-clients .container .swiper-container .swiper-slide {
  display: flex;
}
.include-clients .container .swiper-container .swiper-slide a {
  padding: 3rem 0;
  margin: auto;
}
.include-clients .container .swiper-container .swiper-slide a:hover img {
  filter: grayscale(0);
}
.include-clients .container .swiper-container .swiper-slide a img {
  filter: grayscale(100%);
  transition: all 0.3s;
}
.include-clients .container .swiper-clients-prev,
.include-clients .container .swiper-clients-next {
  transition: all 0.3s;
}
.include-clients .container .swiper-clients-prev:hover {
  transform: translateX(-0.5rem);
}
.include-clients .container .swiper-clients-next:hover {
  transform: translateX(0.5rem);
}
.include-clients .container a.last {
  text-decoration: underline;
  color: #666666;
}
.include-clients .container a.last:hover {
  color: #365778;
}

.include-quality {
  padding-bottom: 6.875rem;
  max-width: 1920px;
  overflow-x: clip;
  margin: 0 auto;
  padding-top: 0;
}
.include-quality .container {
  position: relative;
}
.include-quality .container .kmbi-screw-thread,
.include-quality .container .kmbi-screw {
  position: absolute;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .include-quality .container .kmbi-screw-thread,
.include-quality .container .kmbi-screw {
    display: none;
  }
}
.include-quality .container .kmbi-screw-thread {
  transform: rotateZ(160deg);
  left: -11.5rem;
  height: 29rem;
  width: 25rem;
  top: 8rem;
}
.include-quality .container .kmbi-screw {
  bottom: -6.5rem;
  height: 32rem;
  right: -14rem;
  width: 52rem;
  left: auto;
}
.include-quality .container span {
  font-size: 1.875rem;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .include-quality .container span {
    font-size: 1rem;
  }
}
.include-quality .container h2 {
  font-size: 3.125rem;
  line-height: 3rem;
  font-weight: 900;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .include-quality .container h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .include-quality .container h2 {
    font-size: 1.8rem;
  }
}
.include-quality .container a.last {
  text-decoration: underline;
  color: #666666;
}
@media (max-width: 991.98px) {
  .include-quality .container a.last {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 1rem;
    display: flex;
  }
}
.include-quality .container a.last:hover {
  color: #365778;
}
.include-quality .container article {
  background-color: #4d7cab;
  transition: all 0.3s;
  padding: 6rem 4rem;
  position: relative;
}
@media (max-width: 1399.98px) {
  .include-quality .container article {
    padding: 5rem 3rem;
  }
}
@media (max-width: 991.98px) {
  .include-quality .container article {
    margin-bottom: 2rem;
    padding: 6rem 4rem;
  }
  .include-quality .container article.last {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .include-quality .container article {
    padding: 3rem;
  }
}
.include-quality .container article:hover {
  background-color: #365778;
}
.include-quality .container article:hover .btn {
  color: white;
}
.include-quality .container article:hover .btn::before {
  height: 100%;
  width: 100%;
  inset: 0;
}
.include-quality .container article a {
  text-align: center;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.include-quality .container article a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
}
.include-quality .container article a h3 {
  font-weight: 900;
}
.include-quality .container article a p {
  margin: 1rem 0 1.5rem;
  font-size: 0.875rem;
}
.include-quality .container article a .btn {
  display: block;
  margin: 0 auto;
}

.include-banner {
  height: 7.188rem;
}
.include-banner .container {
  height: 100%;
}
@media (max-width: 767.98px) {
  .include-banner .container {
    text-align: center;
  }
}
.include-banner .container .row {
  height: 100%;
}
.include-banner .container .row h1 {
  font-size: 1.875rem;
  margin-bottom: 0;
  font-weight: 900;
  color: white;
}
@media (max-width: 767.98px) {
  .include-banner .container .row h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .include-banner .container .row .breadcrumb {
    justify-content: center;
    padding: 0;
    margin: 0;
  }
}
.include-banner .container .row .breadcrumb-item {
  color: white;
}
.include-banner .container .row .breadcrumb-item::before,
.include-banner .container .row .breadcrumb-item a {
  color: white;
}

.about {
  max-width: 1920px;
  margin: 0 auto;
}
.about.video {
  padding-top: 3.313rem;
}
.about.video h2 {
  font-size: 3.125rem;
  font-weight: 900;
}
@media (max-width: 1199.98px) {
  .about.video h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .about.video h2 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .about.video h2 {
    font-size: 2rem;
  }
}
.about.video p {
  font-size: 1.125rem;
  margin-bottom: 0;
  color: #666666;
}
@media (max-width: 1199.98px) {
  .about.video p {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .about.video p {
    text-align: center;
  }
}
.about.video .video-about {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.about.video .video-about:hover svg {
  color: #4d7cab;
}
.about.video .video-about svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 70px;
  color: #fff;
}
.about.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}
.about.timeline ol {
  font-size: 0;
  width: 100%;
  padding: 250px 0;
  transition: all 1s;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.about.timeline ol::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.about.timeline ol::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.about.timeline ol::-webkit-scrollbar-thumb {
  background: #888;
}
.about.timeline ol::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 767.98px) {
  .about.timeline ol {
    overflow: auto;
  }
}
.about.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 110px;
  height: 3px;
  background: #4D7CAB;
}
.about.timeline ol li:last-child {
  width: 280px;
}
.about.timeline ol li:first-child {
  width: 0;
}
.about.timeline ol li:not(:first-child) {
  margin-left: 14px;
}
.about.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #004401;
}
.about.timeline ol li:nth-child(odd) .od {
  top: -16px;
  transform: translateY(-100%);
}
.about.timeline ol li:nth-child(odd) .od::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #4D7CAB transparent transparent transparent;
}
.about.timeline ol li:nth-child(even) .od {
  top: calc(100% + 16px);
}
.about.timeline ol li:nth-child(even) .od::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #4D7CAB;
}
.about.timeline ol li .od {
  position: absolute;
  left: calc(100% + 7px);
  width: 80px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: white;
  background: #4D7CAB;
}
.about.timeline ol li .od.active {
  width: 280px;
  z-index: 10;
}
.about.timeline ol li .od.active .tooltip {
  height: auto;
  opacity: 1;
  line-height: 1;
}
.about.timeline ol li .od::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.about.timeline ol li .od:hover {
  width: 280px;
  z-index: 10;
}
.about.timeline ol li .od:hover .tooltip {
  height: auto;
  opacity: 1;
  line-height: 1;
}
.about.timeline ol li .od time {
  font-size: 1.25rem;
  font-weight: 700;
}
.about.timeline ol li .od .tooltip {
  height: 0;
  opacity: 0;
  transition: all 0.2s;
  line-height: 0;
  pointer-events: none;
}
.about.timeline ol li .od p {
  margin-bottom: 0;
}
.about.timeline .time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.about.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.about.timeline .arrows svg {
  font-size: 3rem;
}
.about.timeline .arrows .arrow__prev {
  margin-right: 20px;
}
.about.icons {
  padding-bottom: 6.875rem;
  padding-top: 2.875rem;
}
@media (max-width: 767.98px) {
  .about.icons {
    padding-bottom: 3rem;
    padding-top: 1rem;
  }
}
.about.icons .container {
  background: url("../../../images/web/pages/about/about_background.webp") center;
  justify-content: center;
  padding: 0 5.375rem;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  color: white;
  display: flex;
}
@media (max-width: 991.98px) {
  .about.icons .container {
    padding: 3rem 4rem;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .about.icons .container {
    padding: 2rem 1rem;
  }
}
.about.icons .container svg {
  position: relative;
  font-size: 3rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .about.icons .container svg {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.about.icons .container h2 {
  font-size: 1.875rem;
  position: relative;
  font-weight: 900;
  margin-top: 1rem;
}
.about.icons .container h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  background-color: #4d7cab;
  margin: auto auto 0.5rem;
  height: 11rem;
  width: 7rem;
}
@media (max-width: 991.98px) {
  .about.icons .container h2::before {
    height: 4rem;
  }
}
.about.icons .container p {
  font-size: 0.875rem;
  text-align: justify;
}
.about.icons .container ul {
  font-size: 0.875rem;
  text-align: left;
}
