/*
 Author:       phpkungfu
 Add css here
*/
.uk-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .uk-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.uk-grid {
  margin-left: 0;
  margin-right: 0;
}
.uk-grid > * {
  padding-left: 0;
  padding-right: 0;
}

.uk-link, a {
  transition: all 0.3s ease;
}

.jk-btn > a {
  border-radius: 38px;
  background: #0E8F87;
  border-color: #0E8F87;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  padding: 8px 34px 8px 16px;
  display: block;
  position: relative;
}
.jk-btn > a .uk-icon {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.jk-btn > a .uk-icon svg {
  display: none;
}
.jk-btn > a:hover {
  background: #0E8F87;
  opacity: 0.8;
}

.content-title {
  text-align: center;
}
.content-title h2, .content-title h1 {
  color: #121212;
  font-size: 64px;
  font-weight: 600;
  line-height: 134.025%;
  letter-spacing: -3.2px;
  position: relative;
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  .content-title h2, .content-title h1 {
    font-size: 32px;
  }
}
.content-title h2::after, .content-title h1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  width: 201px;
  height: 36px;
  background-image: url("../images/wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 991px) {
  .content-title h2::after, .content-title h1::after {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 154px;
    height: 30px;
  }
}
.content-title h2.jk-title-1, .content-title h1.jk-title-1 {
  margin: 0 0 40px;
}
.content-title h2.jk-title-1::after,.content-title h1.jk-title-1::after {
  top: calc(50% - 9px);
  transform: translateY(-50%);
  left: calc(50% + 100px);
  width: 232px;
  height: 42px;
}
@media (max-width: 991px) {
  .content-title h2.jk-title-1::after, .content-title h1.jk-title-1::after {
    left: 50%;
  }
}
.content-title h2.jk-title-2::after, .content-title h1.jk-title-2::after {
  left: calc(50% - 225px);
  bottom: -6px;
}
@media (max-width: 991px) {
  .content-title h2.jk-title-2::after, .content-title h1.jk-title-2::after {
    left: 50%;
    bottom: auto;
    top: 100%;
  }
}
.content-title h3 {
  color: #27C7B8;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.72px;
  margin: 0;
}
.content-title .jk-content {
  text-align: center;
  color: rgba(18, 18, 18, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 149%;
}
.content-title .jk-btn > a {
  max-width: 189px;
  margin: 0 auto;
}
.content-title.solution-child {
  margin: 0 0 60px;
}
.content-title.solution-child .jk-content {
  max-width: 600px;
  margin: 0 auto;
}
.content-title.solution-child h2, .content-title.solution-child h1 {
  text-transform: uppercase;
}
.content-title.solution-child h2::after, .content-title.solution-child h1::after {
  bottom: auto;
  top: calc(50% - 12px);
  transform: translate(-50%, -50%);
  width: 232px;
  height: 42px;
}
@media (max-width: 991px) {
  .content-title.solution-child h2::after, .content-title.solution-child h1::after {
    top: 100%;
  }
}
.content-title.solution-child .jk-btn > a {
  border-radius: 35px;
  background: #27C7B8;
  border-color: #27C7B8;
  white-space: nowrap;
  max-width: 200px;
}
.content-title.solution-child .jk-btn > a:hover {
  background: #27C7B8;
  border-color: #27C7B8;
}
.content-title.solution-child .jk-btn > a .uk-icon {
  background-image: url("../images/arrow-right-2.svg");
  width: 18px;
  height: 18px;
}

.uk-slider .uk-slidenav, .uk-slideshow .uk-slidenav {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #0E8F87;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uk-slider .uk-slidenav svg, .uk-slideshow .uk-slidenav svg {
  width: 10px;
}
.uk-slider .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve), .uk-slideshow .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: #FFF;
}
.uk-slider .uk-dotnav, .uk-slideshow .uk-dotnav {
  margin: 0;
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
}
.uk-slider .uk-dotnav > li, .uk-slideshow .uk-dotnav > li {
  padding-left: 5px;
}
.uk-slider .uk-dotnav > li a, .uk-slideshow .uk-dotnav > li a {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #D9D9D9;
}
.uk-slider .uk-dotnav > li.uk-active a, .uk-slideshow .uk-dotnav > li.uk-active a {
  background: #27C7B8;
}

.grid-sector {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 20px;
  max-width: 862px;
  margin: 0 auto;
}
.grid-sector > .el-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  margin: 0;
}
@media (max-width: 991px) {
  .grid-sector > .el-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 550px) {
  .grid-sector > .el-item {
    width: calc((100% - 20px) / 2);
  }
}
.grid-sector > .el-item > a {
  display: block;
  color: #121212;
}
.grid-sector > .el-item > a > .uk-grid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.grid-sector > .el-item > a .el-image {
  display: block;
  margin: 0 0 16px;
}
.grid-sector > .el-item > a .uk-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: -0.48px;
  color: #121212;
}
.grid-sector > .el-item > a:hover {
  color: #27C7B8;
}
.grid-sector > .el-item > a:hover .uk-link {
  color: #27C7B8;
}
.grid-sector > .el-item > a:hover .uk-grid > div:first-child {
  background-color: #27C7B8;
}
.grid-sector > .el-item .uk-grid .el-image {
  display: none;
}
.grid-sector > .el-item .uk-grid > div:first-child {
  width: 64px;
  height: 64px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: #000000;
  margin: 0 0 10px;
}
.grid-sector > .el-item:first-child .uk-grid > div:first-child {
  mask-image: url("../images/sector-1.svg");
}
.grid-sector > .el-item:nth-child(2) .uk-grid > div:first-child {
  mask-image: url("../images/sector-2.svg");
}
.grid-sector > .el-item:nth-child(3) .uk-grid > div:first-child {
  mask-image: url("../images/sector-3.svg");
}
.grid-sector > .el-item:nth-child(4) .uk-grid > div:first-child {
  mask-image: url("../images/sector-4.svg");
}
.grid-sector > .el-item:nth-child(5) .uk-grid > div:first-child {
  mask-image: url("../images/sector-5.svg");
}
.grid-sector > .el-item:nth-child(6) .uk-grid > div:first-child {
  mask-image: url("../images/sector-6.svg");
}
.grid-sector > .el-item:nth-child(7) .uk-grid > div:first-child {
  mask-image: url("../images/sector-7.svg");
}
.grid-sector > .el-item:nth-child(8) .uk-grid > div:first-child {
  mask-image: url("../images/sector-8.svg");
}
.grid-sector > .el-item:nth-child(9) .uk-grid > div:first-child {
  mask-image: url("../images/sector-9.svg");
}
.grid-sector > .el-item:nth-child(10) .uk-grid > div:first-child {
  mask-image: url("../images/sector-10.svg");
}
.grid-sector > .el-item:nth-child(11) .uk-grid > div:first-child {
  mask-image: url("../images/sector-11.svg");
}
.grid-sector > .el-item:nth-child(12) .uk-grid > div:first-child {
  mask-image: url("../images/sector-12.svg");
}
.grid-sector > .el-item:nth-child(13) .uk-grid > div:first-child {
  mask-image: url("../images/sector-13.svg");
}
.grid-sector > .el-item:nth-child(14) .uk-grid > div:first-child {
  mask-image: url("../images/sector-14.svg");
}
.grid-sector > .el-item:nth-child(15) .uk-grid > div:first-child {
  mask-image: url("../images/sector-15.svg");
}
.grid-sector > .el-item:nth-child(16) .uk-grid > div:first-child {
  mask-image: url("../images/sector-16.svg");
}
.grid-sector.signage > .el-item {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 991px) {
  .grid-sector.signage > .el-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 550px) {
  .grid-sector.signage > .el-item {
    width: 100%;
  }
}
.grid-sector.signage > .el-item:first-child .uk-grid > div:first-child {
  mask-image: url("../images/sector-17.svg");
}
.grid-sector.signage > .el-item:nth-child(2) .uk-grid > div:first-child {
  mask-image: url("../images/sector-18.svg");
}
.grid-sector.signage > .el-item:nth-child(3) .uk-grid > div:first-child {
  mask-image: url("../images/sector-19.svg");
}
.grid-sector.signage > .el-item:nth-child(4) .uk-grid > div:first-child {
  mask-image: url("../images/sector-2.svg");
}
.grid-sector.signage > .el-item:nth-child(5) .uk-grid > div:first-child {
  mask-image: url("../images/sector-20.svg");
}
.grid-sector.signage > .el-item:nth-child(6) .uk-grid > div:first-child {
  mask-image: url("../images/sector-21.svg");
}

.uk-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.uk-breadcrumb > li::before {
  width: 8px;
  height: 8px;
  background: #D9DEDE;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin: 0 8px;
}
.uk-breadcrumb > li:last-child::after {
  width: 8px;
  height: 8px;
  background: #D9DEDE;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin: 0 8px;
}
.uk-breadcrumb a, .uk-breadcrumb span {
  color: #27C7B8;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.72px;
}

.jk-view .swiper-wrapper {
  align-items: unset !important;
  margin: 0 0 10px;
}
.jk-view .swiper-slide {
  min-height: 350px;
}
.jk-view .swiper-slide .bwzHaT {
  border-radius: 8px;
  border: 1px solid #D9DEDE;
  background: #F7F8F8;
}
.jk-view .swiper-slide > div {
  display: flex;
  height: 100%;
}

.uk-logo img {
  width: auto;
  height: 92px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .uk-logo img {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 60px;
  }
}

.tm-header nav.uk-navbar {
  justify-content: space-between;
  gap: 16px;
}
.tm-header .uk-navbar-nav a {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.tm-header .uk-navbar-left {
  width: 162px;
}
.tm-header .uk-navbar-right {
  margin: 0;
  justify-content: space-between;
  width: calc(100% - 178px);
  gap: 16px 66px;
}
.tm-header .uk-navbar-right > .uk-navbar-nav {
  width: calc(100% - 252px);
  justify-content: center;
}
.tm-header .uk-navbar-right > .uk-navbar-nav .hide {
  display: none;
}
.tm-header .uk-navbar-right > .uk-navbar-item {
  width: 186px;
}
.tm-header .uk-navbar-right > .uk-navbar-item .uk-panel {
  width: 100%;
}
.tm-header .phone > a {
  display: block;
  width: 100%;
  max-width: 186px;
  border-radius: 38px;
  background: #27C7B8;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding: 8px 40px 8px 16px;
  position: relative;
  box-sizing: border-box;
}
.tm-header .phone > a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.tm-header .phone > a:hover {
  background: #27C7B8;
  opacity: 0.8;
}

.sec-mv {
  border-bottom: 4px solid #27C7B8;
  padding: 0;
}
.sec-mv > .uk-section {
  min-height: 689px;
  padding: 32px 0;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .sec-mv > .uk-section {
    min-height: 400px;
  }
}
.sec-mv > .uk-section > .uk-container {
  min-height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 991px) {
  .sec-mv > .uk-section > .uk-container {
    align-items: center;
  }
}
.sec-mv .jk-title {
  color: #FFF;
  font-size: 44.064px;
  font-weight: 700;
  line-height: 121%;
  letter-spacing: -1.322px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .sec-mv .jk-title {
    font-size: 32px;
  }
}
.sec-mv .jk-title::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 1px;
  width: 138.387px;
  height: 21.343px;
  background-image: url("../images/wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-mv .content-mv {
  gap: 20px;
  align-items: center;
  margin: 0;
}
@media (max-width: 550px) {
  .sec-mv .content-mv {
    flex-direction: column;
    justify-content: center;
  }
}
.sec-mv .content-mv > div {
  width: calc(100% - 170px);
}
@media (max-width: 550px) {
  .sec-mv .content-mv > div {
    width: 100%;
  }
}
.sec-mv .content-mv > div:last-child {
  width: 150px;
}
@media (max-width: 550px) {
  .sec-mv .content-mv > div:last-child {
    width: 100%;
  }
}
.sec-mv .content-mv .el-image {
  height: 65px;
  width: auto;
  object-fit: contain;
}
.sec-mv .jk-image .el-image {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: top;
  min-height: 300px;
}
.sec-mv .jk-video {
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: auto;
  padding-top: 56.25%;
  transition: all 0.3s 0s ease;
  max-height: 548px;
}
.sec-mv .jk-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-signage {
  padding: 60px 0;
}
.sec-signage .list-signage {
  gap: 0 28px;
  max-width: 861px;
  margin: 0 auto;
}
.sec-signage .list-signage > div {
  width: calc((100% - 28px) / 2);
}
@media (max-width: 991px) {
  .sec-signage .list-signage > div {
    width: 100%;
  }
}
.sec-signage .list-signage .el-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  overflow: hidden;
}
.sec-signage .list-signage .uk-list li.el-item {
  padding-left: 56px;
  position: relative;
  margin: 0 0 20px;
}
.sec-signage .list-signage .uk-list li.el-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/signage-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-signage .list-signage .uk-list li.el-item > .uk-grid {
  flex-direction: column;
}
.sec-signage .list-signage .uk-list li.el-item:nth-child(2)::before {
  background-image: url("../images/signage-2.svg");
}
.sec-signage .list-signage .uk-list .el-title {
  color: #121212;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.72px;
}
.sec-signage .list-signage .uk-list .el-content {
  color: rgba(18, 18, 18, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 149%;
}

.sec-img-full {
  padding: 0;
}
.sec-img-full .jk-image .el-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sec-img-full .jk-video {
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: auto;
  padding-top: 56.25%;
  transition: all 0.3s 0s ease;
  max-height: 548px;
}
.sec-img-full .jk-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-service {
  padding: 60px 0;
}
.sec-service .content-title h2::after {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  left: calc(50% - 40px);
}
.sec-service .slide-service {
  position: relative;
  max-width: 798px;
  margin: 0 auto;
}
.sec-service .slide-service .uk-slider-items > div .el-item {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.sec-service .slide-service .uk-slider-items > div .el-item > a {
  display: block;
  width: 100%;
  position: relative;
  height: 375px;
}
.sec-service .slide-service .uk-slider-items > div .el-item .el-image {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-service .slide-service .uk-slider-items > div .uk-tile-default {
  width: 363px;
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
  text-align: left;
  margin: 0;
  left: 40px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.sec-service .slide-service .uk-slider-items > div .uk-tile-default .uk-overlay {
  padding: 40px 32px;
}
.sec-service .slide-service .uk-slider-items > div .uk-tile-default .el-content {
  margin-top: 10px !important;
}

@media (max-width: 991px) {
  .sec-process .content-title h2::after {
    top: calc(100% - 0px);
    transform: translate(0, -50%);
    width: 154px;
    height: 30px;
  }
}
.sec-process .list-process > .uk-grid {
  gap: 16px;
}
.sec-process .list-process > .uk-grid > div {
  width: calc((100% - 32px) / 3);
  border-radius: 8px;
  border: 1px solid #D9DEDE;
  background: rgba(39, 199, 184, 0.12);
  padding: 20px;
  position: relative;
  margin: 0;
}
@media (max-width: 991px) {
  .sec-process .list-process > .uk-grid > div {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 550px) {
  .sec-process .list-process > .uk-grid > div {
    width: 100%;
  }
}
.sec-process .list-process > .uk-grid .el-title {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.4px;
}
.sec-process .list-process > .uk-grid .el-meta {
  color: #0E8F87;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1.28px;
  position: absolute;
  content: "";
  top: -10px;
  right: 20px;
  margin: 0 !important;
}
.sec-process .list-process > .uk-grid .el-content {
  margin: 10px 0 0 !important;
  color: rgba(18, 18, 18, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 149%;
}

.sec-work .content-title h2::after {
  left: calc(50% + 260px);
  bottom: -3px;
}
@media (max-width: 991px) {
  .sec-work .content-title h2::after {
    left: 50%;
    bottom: auto;
    top: 100%;
    width: 154px;
    height: 30px;
  }
}
.sec-work .jk-slide-work {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  position: relative;
}
.sec-work .jk-slide-work::before, .sec-work .jk-slide-work::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 89.42%);
}
.sec-work .jk-slide-work::before {
  left: 0;
  transform: rotate(90deg);
}
.sec-work .jk-slide-work::after {
  right: 0;
  transform: rotate(-90deg);
}
.sec-work .jk-slide-work .uk-slider-items > div {
  margin: 0 8px;
}
.sec-work .jk-slide-work .el-image {
  border-radius: 8px;
  overflow: hidden;
}

.sec-vote {
  background: #222;
  padding: 60px 0;
}
.sec-vote .jk-list {
  color: #27C7B8;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.64px;
  border-radius: 20px;
  border: 1px solid #27C7B8;
  padding: 6px 20px;
  display: inline-block;
  margin: 0 0 10px;
}
.sec-vote h2 {
  margin: 0;
  color: #F7F8F8;
  font-size: 36px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1.44px;
}
@media (max-width: 991px) {
  .sec-vote h2 {
    font-size: 32px;
  }
}
.sec-vote .jk-voice-title {
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .sec-vote .jk-voice-title {
    align-items: center;
    text-align: center;
  }
}
.sec-vote .jk-voice-title .el-image {
  height: 92px;
  width: auto;
  object-fit: contain;
}
.sec-vote .list-customer > .uk-grid {
  gap: 0 24px;
}
.sec-vote .list-customer > .uk-grid > div {
  width: calc((100% - 48px) / 3);
  border-radius: 16px;
  border: 1px solid rgba(14, 143, 135, 0.2);
  background: #FFF;
  padding: 32px 20px;
}
@media (max-width: 991px) {
  .sec-vote .list-customer > .uk-grid > div {
    width: calc((100% - 24px) / 2);
    padding: 20px 16px;
  }
}
@media (max-width: 767px) {
  .sec-vote .list-customer > .uk-grid > div {
    width: 100%;
  }
}
.sec-vote .list-customer > .uk-grid > div > .el-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec-vote .list-customer .el-content {
  color: #222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 149%;
  letter-spacing: 0.12px;
  width: 100%;
  order: -1;
  margin: 0 0 20px !important;
}
.sec-vote .list-customer picture {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 18px;
}
.sec-vote .list-customer .el-title {
  color: #0E8F87;
  font-size: 16px;
  font-weight: 600;
  line-height: 149%;
  margin: 0 !important;
}
.sec-vote .list-customer .el-meta {
  margin: 0 0 0 68px !important;
  color: rgba(18, 18, 18, 0.32);
  font-size: 10px;
  font-weight: 400;
  line-height: 149%;
  position: relative;
  top: -20px;
  width: 100%;
}

.sec-faq {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .sec-faq {
    padding: 40px 0;
  }
}
.sec-faq .content-title h2::after {
  bottom: 0;
}
@media (max-width: 991px) {
  .sec-faq .content-title h2::after {
    top: 100%;
    bottom: auto;
    width: 154px;
    height: 30px;
  }
}
.sec-faq .list-faq {
  max-width: 798px;
  margin: 0 auto;
}
.sec-faq .list-faq > .el-item {
  margin: 0 0 15px;
  border-radius: 8px;
  border: 1px solid #0E8F87;
}
.sec-faq .list-faq > .el-item > a {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  padding: 20px;
}
.sec-faq .list-faq > .el-item:nth-child(n+2) {
  padding: 0;
}
.sec-faq .list-faq > .el-item:last-child {
  margin: 0;
}
.sec-faq .list-faq > .el-item.uk-open .uk-accordion-icon {
  transform: rotate(270deg);
}
.sec-faq .list-faq .uk-accordion-icon {
  width: 28px;
  height: 28px;
  background-image: url("../images/icon-arrow-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
}
.sec-faq .list-faq .uk-accordion-icon svg {
  display: none;
}
.sec-faq .list-faq .uk-accordion-content {
  margin: 0;
  padding: 0 20px 20px;
}

.site-footer {
  padding: 60px 0;
  background: #121212;
  color: #F7F8F8;
}
@media (max-width: 991px) {
  .site-footer {
    padding: 40px 0;
  }
}
.site-footer a {
  color: #F7F8F8;
}
.site-footer a:hover {
  color: #27C7B8;
  text-decoration: underline;
}
.site-footer .footer-column {
  gap: 16px 90px;
  align-items: flex-start;
}
.site-footer .footer-column > div {
  width: calc(100% - 531px);
}
@media (max-width: 991px) {
  .site-footer .footer-column > div {
    width: 100%;
  }
}
.site-footer .footer-column > div:first-child {
  width: 441px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991px) {
  .site-footer .footer-column > div:first-child {
    width: 100%;
  }
}
.site-footer .jk-logo {
  margin: 0 0 16px;
  width: 100%;
}
.site-footer .jk-logo .el-image {
  width: auto;
  height: 98px;
  object-fit: contain;
}
.site-footer .jk-info {
  display: contents;
}
.site-footer .jk-info > .uk-grid {
  gap: 16px 32px;
  display: contents;
}
.site-footer .jk-info > .uk-grid > div {
  width: calc((100% - 32px) / 2);
  margin: 0 0 16px;
}
.site-footer .jk-info .el-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.8px;
}
.site-footer .jk-info .el-content {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.96px;
  margin: 10px 0 0 !important;
}
.site-footer .list-social {
  margin: 0 !important;
}
.site-footer .list-social > .uk-grid {
  gap: 9px;
}
.site-footer .list-social .uk-icon-button {
  width: 24px;
  height: 24px;
  border: 0 none;
  padding: 0;
}
.site-footer .list-social .uk-icon-button .uk-svg, .site-footer .list-social .uk-icon-button .uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: revert-layer;
}
.site-footer .list-social .uk-icon-button:hover {
  background: transparent;
  opacity: 0.8;
}
.site-footer .list-menu {
  gap: 16px;
  justify-content: space-between;
}
.site-footer .list-menu > div {
  width: calc((100% - 303px) / 2);
}
@media (max-width: 991px) {
  .site-footer .list-menu > div {
    width: 100%;
  }
}
.site-footer .list-menu > div:last-child {
  width: 271px;
}
@media (max-width: 991px) {
  .site-footer .list-menu > div:last-child {
    width: 100%;
  }
}
.site-footer .list-menu h2 {
  color: #F7F8F8;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.8px;
  margin: 0 0 16px;
}
.site-footer .list-menu .uk-list {
  margin: 0;
  padding: 0;
}
.site-footer .list-menu .uk-list > li a {
  color: #F7F8F8;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.48px;
  display: block;
}
.site-footer .list-menu .uk-list > li a:hover {
  color: #27C7B8;
  text-decoration: underline;
}
.site-footer .jk-form p {
  color: #F7F8F8;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.48px;
}
.site-footer .nf-form-layout .nf-before-form-content, .site-footer .nf-form-layout .nf-field-label {
  display: none;
}
.site-footer .nf-form-layout .nf-field-container {
  margin-bottom: 10px;
}
.site-footer .nf-form-layout input[type=email] {
  width: 100%;
  max-width: 271px;
  border-radius: 38px;
  background: rgba(39, 199, 184, 0.32);
  border: 0 none;
  padding: 0px 16px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
}
@media (max-width: 991px) {
  .site-footer .nf-form-layout input[type=email] {
    max-width: 100%;
  }
}
.site-footer .nf-form-layout input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(247, 248, 248, 0.32);
}
.site-footer .nf-form-layout input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: rgba(247, 248, 248, 0.32);
}
.site-footer .nf-form-layout input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: rgba(247, 248, 248, 0.32);
}
.site-footer .nf-form-layout input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: rgba(247, 248, 248, 0.32);
}
.site-footer .nf-form-layout input[type=email]::-webkit-input-selection { /* Chrome/Opera/Safari */
  color: rgba(247, 248, 248, 0.32);
}
.site-footer .nf-form-layout input[type=email]::-moz-selection { /* Firefox 19+ */
  color: rgba(247, 248, 248, 0.32);
}
.site-footer .nf-form-layout input[type=email]:-ms-input-selection { /* IE 10+ */
  color: rgba(247, 248, 248, 0.32);
}
.site-footer .nf-form-layout input[type=email]:-moz-selection { /* Firefox 18- */
  color: rgba(247, 248, 248, 0.32);
}
.site-footer .nf-form-layout input[type=email]:focus {
  outline: none;
  border: 0 none;
}
.site-footer .nf-form-layout input[type=submit] {
  border-radius: 38px;
  background: #0E8F87;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  height: 40px;
  line-height: 40px;
  border: 0 none;
  width: 100%;
  padding: 0px 34px 0px 16px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.site-footer .nf-form-layout input[type=submit]:hover {
  background: #0E8F87;
  opacity: 0.8;
}
.site-footer .nf-form-layout .submit-wrap .nf-field-element {
  position: relative;
}
.site-footer .nf-form-layout .submit-wrap .nf-field-element::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.site-footer .nf-form-layout .nf-submit {
  border-radius: 38px;
  background: #27C7B8;
  border-color: #27C7B8;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  padding: 8px 20px;
  margin-left: 16px;
}
.site-footer .nf-form-layout .nf-submit:hover {
  background: #27C7B8;
  opacity: 0.8;
}

.sec-about {
  padding: 60px 0 80px;
}
@media (max-width: 991px) {
  .sec-about {
    padding: 40px 0;
  }
}
.sec-about .content-title h2::after, .sec-about .content-title h1::after {
  top: calc(50% - 20px);
  bottom: auto;
  transform: translate(-50%, -50%);
  left: calc(50% + 160px);
  width: 232px;
  height: 42px;
}
@media (max-width: 991px) {
  .sec-about .content-title h2::after, .sec-about .content-title h1::after {
    left: 50%;
    top: 100%;
    width: 154px;
    height: 30px;
  }
}
.sec-about .content-why {
  text-align: center;
  margin: 40px 0 60px;
}
.sec-about .content-why h3 {
  color: #121212;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.72px;
  margin: 0 0 10px;
}
.sec-about .content-why .jk-content {
  margin: 0 0 20px !important;
}
.sec-about .content-why .jk-content p {
  color: rgba(18, 18, 18, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 149%;
}
.sec-about .content-why .jk-list {
  list-style: outside none none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
}
.sec-about .content-why .jk-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
.sec-about .content-why .jk-list li::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-about .content-why .jk-list li .el-content {
  color: #121212;
  font-size: 12px;
  font-weight: 500;
  line-height: 149%;
}
.sec-about .content-why .jk-list li:first-child::before {
  background-image: url("../images/why-1.svg");
}
.sec-about .content-why .jk-list li:nth-child(2)::before {
  background-image: url("../images/why-2.svg");
}
.sec-about .content-why .jk-list li:last-child::before {
  background-image: url("../images/why-3.svg");
}
.sec-about .content-how {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .sec-about .content-how {
    margin: 0 0 20px;
  }
}
.sec-about .content-how h3 {
  position: relative;
  color: #27C7B8;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.72px;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .sec-about .content-how h3 {
    font-size: 18px;
  }
}
.sec-about .content-how h3::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  background-image: url("../images/icon-how.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-about .content-how .jk-content p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
}
.sec-about .content-how h4 {
  color: #0E8F87;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.6px;
}
.sec-about .content-award {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .sec-about .content-award {
    margin: 0 0 20px;
  }
}
.sec-about .content-award h3 {
  color: #27C7B8;
  font-size: 64px;
  font-weight: 600;
  line-height: 115.14%;
  letter-spacing: -3.2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .sec-about .content-award h3 {
    font-size: 30px;
  }
}
.sec-about .content-award h3 .el-image {
  height: 205px;
  width: auto;
  object-fit: contain;
}
.sec-about .slide-about {
  max-width: 715px;
  margin: 0 auto;
}
.sec-about .slide-about .el-title {
  color: #121212;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.72px;
}
.sec-about .slide-about .el-content p {
  color: rgba(18, 18, 18, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 149%;
}
.sec-about .team-title h2::after {
  top: calc(50% + 25px);
  left: calc(50% + 72px);
  width: 227px;
  height: 48px;
}
.sec-about .slide-team .el-item {
  margin: 0 4px;
}
.sec-about .slide-team .el-image {
  border-radius: 12px;
  overflow: hidden;
}
.sec-about .slide-team .el-title {
  color: #27C7B8;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.4px;
}
.sec-about .slide-team .el-meta {
  margin: 0 !important;
  color: #F7F8F8;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}
.sec-about .slide-team .uk-position-bottom .uk-panel {
  padding: 10px;
}
.sec-about .jk-team-profile-grid > .uk-grid {
  gap: 0 28px;
}
.sec-about .jk-team-profile-grid > .uk-grid > div {
  width: calc((100% - 84px) / 3);
}
@media (max-width: 991px) {
  .sec-about .jk-team-profile-grid > .uk-grid > div {
    width: calc((100% - 56px) / 2);
  }
}
@media (max-width: 550px) {
  .sec-about .jk-team-profile-grid > .uk-grid > div {
    width: 100%;
  }
}
.sec-about .jk-team-profile-grid .jk-item-top .el-title {
  color: #27C7B8;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.4px;
}
.sec-about .jk-team-profile-grid .jk-item-top .el-meta {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  line-height: 168%;
}
.sec-about .jk-team-profile-grid .el-content {
  color: rgba(18, 18, 18, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 149%;
  letter-spacing: -0.24px;
}
.sec-about .jk-team-profile-grid .el-content p {
  margin: 0 0 10px;
}
.sec-about .jk-team-profile-grid .el-content p:last-child {
  margin: 0;
}

.sec-contact {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .sec-contact {
    padding: 40px 0;
  }
}
.sec-contact .content-title h2::after, .sec-contact .content-title h1::after {
  width: 232px;
  height: 42px;
  top: calc(50% - 10px);
  left: calc(50% - 100px);
  transform: translate(-50%, -50%);
  bottom: auto;
}
@media (max-width: 991px) {
  .sec-contact .content-title h2::after, .sec-contact .content-title h1::after {
    top: 50%;
    left: 50%;
    width: 154px;
    height: 30px;
  }
}
.sec-contact .jk-form {
  border-radius: 8px;
  border: 1px solid #D9DEDE;
  background: #F7F8F8;
  padding: 20px;
  margin: 0 auto 32px;
  max-width: 900px;
}
.sec-contact .jk-form .nf-before-form-content {
  display: none;
}
.sec-contact .jk-form nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 30px;
}
.sec-contact .jk-form nf-fields-wrap > nf-field {
  width: calc((100% - 30px) / 2);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-contact .jk-form nf-fields-wrap > nf-field {
    width: 100%;
  }
}
.sec-contact .jk-form nf-fields-wrap > nf-field:last-child, .sec-contact .jk-form nf-fields-wrap > nf-field:nth-last-child(2) {
  width: 100%;
}
.sec-contact .jk-form .nf-field-container {
  margin: 0;
}
.sec-contact .jk-form .nf-field-label label {
  color: #121212;
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.16px;
  display: block;
  width: 100%;
}
.sec-contact .jk-form .nf-field-label label .ninja-forms-req-symbol {
  color: #121212;
}
.sec-contact .jk-form input, .sec-contact .jk-form select {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  border-radius: 4.11px;
  border: 1.027px solid #D9DEDE;
  background: rgba(255, 255, 255, 0.6);
}
.sec-contact .jk-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(247, 248, 248, 0.32);
}
.sec-contact .jk-form input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(247, 248, 248, 0.32);
}
.sec-contact .jk-form input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(247, 248, 248, 0.32);
}
.sec-contact .jk-form input:-moz-placeholder { /* Firefox 18- */
  color: rgba(247, 248, 248, 0.32);
}
.sec-contact .jk-form input::-webkit-input-selection { /* Chrome/Opera/Safari */
  color: rgba(247, 248, 248, 0.32);
}
.sec-contact .jk-form input::-moz-selection { /* Firefox 19+ */
  color: rgba(247, 248, 248, 0.32);
}
.sec-contact .jk-form input:-ms-input-selection { /* IE 10+ */
  color: rgba(247, 248, 248, 0.32);
}
.sec-contact .jk-form input:-moz-selection { /* Firefox 18- */
  color: rgba(247, 248, 248, 0.32);
}
.sec-contact .jk-form input:focus {
  outline: none;
}
.sec-contact .jk-form input[type=submit] {
  border-radius: 4px;
  background: #27C7B8;
  text-align: center;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.16px;
  cursor: pointer;
}
.sec-contact .jk-form input[type=submit]:hover {
  opacity: 0.8;
}
.sec-contact .jk-form textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
}
.sec-contact .jk-form textarea:focus {
  box-shadow: none;
  outline: 0 none;
}
.sec-contact .list-contact {
  margin: 0 auto;
  max-width: 900px;
  gap: 0px 45px;
}
.sec-contact .list-contact > div {
  width: calc((100% - 90px) / 3);
  border-radius: 8px;
  border: 1px solid #D9DEDE;
  background: #F7F8F8;
  padding: 20px;
}
@media (max-width: 991px) {
  .sec-contact .list-contact > div {
    width: 100%;
  }
}
.sec-contact .list-contact > div > .uk-panel > .uk-grid {
  position: relative;
}
.sec-contact .list-contact > div > .uk-panel > .uk-grid > div {
  width: 100%;
}
.sec-contact .list-contact > div > .uk-panel > .uk-grid > div:first-child {
  width: 32px;
  height: 32px;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}
.sec-contact .list-contact .el-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 134.025%;
  margin: 0 0 10px !important;
}
.sec-contact .list-contact .el-content {
  color: rgba(18, 18, 18, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 134.025%;
  letter-spacing: -0.48px;
  margin: 0 !important;
}
.sec-contact .list-contact .el-content a {
  color: rgba(18, 18, 18, 0.5);
}
.sec-contact .list-contact .el-content a:hover {
  color: #27C7B8;
}
.sec-contact.contact-work {
  padding: 50px 0;
  background: linear-gradient(0deg, #27C7B8 0%, #27C7B8 100%);
}

.sec-faq-content {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .sec-faq-content {
    padding: 40px 0;
  }
}
.sec-faq-content .content-title {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .sec-faq-content .content-title {
    margin: 0 0 40px;
  }
}
.sec-faq-content .content-title h2::after, .sec-faq-content .content-title h1::after {
  width: 232px;
  height: 42px;
  top: calc(50% - 10px);
  left: calc(50% + 172px);
  transform: translate(-50%, -50%);
  bottom: auto;
}
@media (max-width: 991px) {
  .sec-faq-content .content-title h2::after, .sec-faq-content .content-title h1::after {
    left: 50%;
    top: 50%;
    width: 154px;
    height: 30px;
  }
}
.sec-faq-content .content-faq {
  max-width: 798px;
  margin: 0 auto;
}
.sec-faq-content .content-faq h3 {
  color: #0E8F87;
  font-size: 32px;
  font-weight: 600;
  line-height: 149%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .sec-faq-content .content-faq h3 {
    font-size: 24px;
  }
}
.sec-faq-content .content-faq .uk-panel p {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 152%;
  letter-spacing: -0.32px;
}

.sec-solution .content-title h2::after, .sec-solution .content-title h1::after {
  top: calc(50% - 13px);
  transform: translate(-50%, -50%);
  left: calc(50% + 177px);
  width: 232px;
  height: 42px;
}
@media (max-width: 991px) {
  .sec-solution .content-title h2::after, .sec-solution .content-title h1::after {
    left: 50%;
    top: 100%;
    width: 154px;
    height: 30px;
  }
}
.sec-solution.signage .content-title h2::after {
  top: calc(50% + 40px);
  left: calc(50% - 70px);
}
@media (max-width: 991px) {
  .sec-solution.signage .content-title h2::after {
    left: 50%;
    top: 100%;
    width: 154px;
    height: 30px;
  }
}

.slide-single {
  margin: 0 0 60px !important;
}
@media (max-width: 991px) {
  .slide-single {
    margin: 0 0 20px !important;
  }
}
.slide-single .uk-slideshow-nav > li > a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.sec-content .content-solution {
  max-width: 800px;
  margin: 0 auto;
}
.sec-content .content-solution h2 {
  color: #0E8F87;
  font-size: 32px;
  font-weight: 600;
  line-height: 149%;
}
@media (max-width: 991px) {
  .sec-content .content-solution h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .sec-content .content-solution h3 {
    font-size: 20px;
  }
}
.sec-content .content-solution p, .sec-content .content-solution ul li, .sec-content .content-solution ol li {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 152%;
  letter-spacing: -0.32px;
  margin: 0 0 24px;
}
.sec-content .content-solution p:last-child, .sec-content .content-solution ul li:last-child, .sec-content .content-solution ol li:last-child {
  margin: 0;
}
.sec-content .post-solution {
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .sec-content .post-solution {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .sec-content .post-solution:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.sec-content .post-solution > div {
  position: relative;
  width: calc((100% - 24px) / 2);
}
@media (max-width: 991px) {
  .sec-content .post-solution > div {
    width: 100%;
  }
}
.sec-content .post-solution h3 {
  font-size: 30px;
  margin: 0 0 16px;
  font-weight: bold;
}
.sec-content .post-solution ul li {
  font-size: 18px;
  color: rgb(76, 76, 76);
  margin: 0 0 8px;
}
.sec-content .post-solution ul li:last-child {
  margin: 0;
}
.sec-content .post-solution ul li strong {
  font-weight: bold;
}
.sec-content .post-solution p {
  font-size: 18px;
  color: rgb(76, 76, 76);
  margin: 0 0 16px;
}
.sec-content .post-solution .jk-btn {
  background: #489E81;
  color: #fff;
  border-color: #489E81;
  transition: all 0.3s;
}
.sec-content .post-solution .jk-btn:hover {
  transform: scale(1.1);
}
.sec-content .list-work > .uk-grid {
  gap: 20px 24px;
}
.sec-content .list-work > .uk-grid > div {
  width: calc((100% - 48px) / 3);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-content .list-work > .uk-grid > div {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 550px) {
  .sec-content .list-work > .uk-grid > div {
    width: 100%;
  }
}
.sec-content .list-work .el-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
@media (max-width: 991px) {
  .sec-content.signage .content-title.solution-child h2 {
    margin: 0 0 35px;
  }
}
.sec-content.signage .content-title.solution-child h2::after, .sec-content.signage .content-title.solution-child h1::after {
  top: auto;
  transform: translate(-50%, 0%);
  bottom: 0;
  left: calc(50% - 100px);
}
@media (max-width: 991px) {
  .sec-content.signage .content-title.solution-child h2::after, .sec-content.signage .content-title.solution-child h1::after {
    left: 50%;
    bottom: -20px;
    width: 154px;
    height: 30px;
  }
}
.sec-content.signage .content-solution p, .sec-content.signage .content-solution ul li, .sec-content.signage .content-solution ol li {
  margin: 0 0 6px;
}
.sec-content.our-work {
  padding: 60px 0 40px;
}
@media (max-width: 991px) {
  .sec-content.our-work {
    padding: 40px 0;
  }
}
.sec-content.our-work h2::after, .sec-content.our-work h1::after {
  width: 201px;
  height: 36px;
  top: auto;
  bottom: -22px;
  left: calc(50% + 300px);
}
@media (max-width: 991px) {
  .sec-content.our-work h2::after, .sec-content.our-work h1::after {
    left: 50%;
    bottom: -40px;
  }
}

.jk-team-profile-grid .el-item .el-content {
  color: #5a655f;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.jk-team-profile-grid .el-item .el-content.jk-open {
  max-height: 1000px;
}
.jk-team-profile-grid .el-item .el-meta {
  color: #5a655f;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
  position: relative;
  padding-right: 30px;
}
.jk-team-profile-grid .el-item .el-meta .jk-icon-open {
  position: absolute;
  right: 0;
  top: 0;
}
.jk-team-profile-grid .el-item img {
  border-radius: 20px;
}
.jk-team-profile-grid .el-item .jk-item-top:hover {
  cursor: pointer;
}
.jk-team-profile-grid .el-item .jk-item-top div:first-child {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.jk-team-profile-grid .el-item .jk-item-top div:first-child::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(112, 187, 35, 0.2);
  border-radius: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.jk-team-profile-grid .el-item .jk-item-top:hover div:first-child::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* @end */