/*
Author: Son Nguyen
Author URI: https://phpkungfu.com
License: A "Slug" license name e.g. GPL2
*/
.uk-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1224px) {
  .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;
}

.uk-panel {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.168px;
}

.uk-logo img {
  width: auto;
  height: 52px;
  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;
  }
}

.content-title {
  text-align: center;
  margin: 0 0 50px;
}
.content-title h3 {
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-title h3::before, .content-title h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #00abe8;
}
.content-title h3::before {
  margin-right: 12px;
}
.content-title h3::after {
  margin-left: 12px;
}
.content-title h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0;
}
@media (max-width: 991px) {
  .content-title h2 {
    font-size: 30px;
  }
}
.content-title .uk-panel {
  color: #061321;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 12px 0 0 !important;
}

.jk-form .nf-before-form-content {
  display: none;
}
.jk-form #ninja_forms_required_items,
.jk-form .nf-field-container {
  margin: 0;
}
.jk-form .nf-field-label {
  width: 100%;
  color: #374151;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.168px;
}
.jk-form .nf-field-label .ninja-forms-req-symbol {
  color: #f4af1e;
}
.jk-form .nf-error-msg {
  font-size: 10px;
}
.jk-form input,
.jk-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f5f7fa;
  height: 43px;
  line-height: 43px;
  padding: 0 16px;
}
.jk-form input::-webkit-input-placeholder,
.jk-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9aa3b0;
}
.jk-form input::-moz-placeholder,
.jk-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #9aa3b0;
}
.jk-form input:-ms-input-placeholder,
.jk-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #9aa3b0;
}
.jk-form input:-moz-placeholder,
.jk-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #9aa3b0;
}
.jk-form input::-webkit-input-selection,
.jk-form textarea::-webkit-input-selection {
  /* Chrome/Opera/Safari */
  color: #9aa3b0;
}
.jk-form input::-moz-selection,
.jk-form textarea::-moz-selection {
  /* Firefox 19+ */
  color: #9aa3b0;
}
.jk-form input:-ms-input-selection,
.jk-form textarea:-ms-input-selection {
  /* IE 10+ */
  color: #9aa3b0;
}
.jk-form input:-moz-selection,
.jk-form textarea:-moz-selection {
  /* Firefox 18- */
  color: #9aa3b0;
}
.jk-form input:focus,
.jk-form textarea:focus {
  box-shadow: 0 none;
  outline: 0 none;
  border: 1px solid #e2e8f0;
}
.jk-form .submit-wrap > .nf-field-element {
  position: relative;
}
.jk-form .submit-wrap > .nf-field-element::after {
  content: "";
  position: absolute;
  left: calc(50% + 70px);
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  mask-image: url("../images/arrow-right-long-2.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
.jk-form .submit-wrap > .nf-field-element:hover::after {
  background-color: #fff;
}
.jk-form input[type=submit] {
  border-radius: 14px;
  background: #00abe8;
  box-shadow: 0 10px 15px -3px rgba(28, 57, 142, 0.2), 0 4px 6px -4px rgba(28, 57, 142, 0.2);
  text-align: center;
  width: 100% !important;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 50.5px;
  line-height: 50.5px;
  cursor: pointer;
  border: 0 none;
  font-family: Inter;
}
.jk-form input[type=submit]:hover {
  opacity: 0.8;
}
.jk-form textarea {
  height: 106px;
  padding: 10px 16px;
  line-height: normal;
}
.jk-form textarea:focus {
  box-shadow: none;
  outline: 0 none;
}
.jk-form .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
}
.jk-form .nf-form-content nf-fields-wrap nf-field {
  width: calc((100% - 22px) / 2);
}
@media (max-width: 991px) {
  .jk-form .nf-form-content nf-fields-wrap nf-field {
    width: 100%;
  }
}
.jk-form .nf-form-content nf-fields-wrap nf-field:nth-child(n+5) {
  width: 100%;
}
.jk-form h3 {
  color: #0b1c35;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin: 0 0 22px;
}
.jk-form .note {
  color: #9aa3b0;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 10px 0 0 !important;
}

.uk-breadcrumb li a span, .uk-breadcrumb li span {
  color: #00abe8;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.192px;
  text-transform: capitalize;
}
.uk-breadcrumb li:nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  color: #00abe8;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.192px;
  text-transform: capitalize;
}
.uk-breadcrumb li:last-child:not(.uk-first-column)::before {
  color: #f4af1e;
}
.uk-breadcrumb li:last-child:not(.uk-first-column) a span, .uk-breadcrumb li:last-child:not(.uk-first-column) span {
  color: #f4af1e;
}

.content-view {
  gap: 16px;
  align-items: flex-end;
  margin: 0 0 40px;
}
.content-view > div {
  width: calc((100% - 16px) / 2);
  margin: 0 !important;
}
@media (max-width: 991px) {
  .content-view > div {
    width: 100%;
  }
}
.content-view h3 {
  color: #00ABE8;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}
.content-view h3::before {
  content: "";
  width: 32px;
  height: 1px;
  background: #00ABE8;
  display: inline-block;
}
.content-view h2 {
  color: #011938;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0;
}
@media (max-width: 991px) {
  .content-view h2 {
    font-size: 30px;
  }
}
.content-view .uk-panel {
  color: #061321;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

.list-btn > .uk-grid {
  gap: 16px;
  justify-content: center;
}
.list-btn > .uk-grid .el-item:first-child .uk-button {
  color: #072B52;
  background: #fff;
}
.list-btn .uk-button {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.192px;
  padding: 13px 20px;
  text-align: center;
  border-radius: 4px;
  background: #00ABE8;
  border: 0 none;
}
.list-btn .uk-button:hover {
  opacity: 0.8;
}

.list-case > .uk-grid > div {
  width: 100%;
  margin: 0 0 20px;
}
.list-case > .uk-grid > div:last-child {
  margin: 0;
}
.list-case > .uk-grid > div > .el-item {
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 32px 24px;
}
@media (max-width: 991px) {
  .list-case > .uk-grid > div > .el-item {
    padding: 16px;
  }
}
.list-case > .uk-grid > div > .el-item > .uk-grid {
  gap: 26px;
}
.list-case > .uk-grid > div > .el-item > .uk-grid > div {
  width: calc(100% - 531px);
  margin: 0;
}
@media (max-width: 991px) {
  .list-case > .uk-grid > div > .el-item > .uk-grid > div {
    width: 100%;
  }
}
.list-case > .uk-grid > div > .el-item > .uk-grid > div:first-child {
  width: 507px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .list-case > .uk-grid > div > .el-item > .uk-grid > div:first-child {
    width: 100%;
  }
}
.list-case .el-meta {
  color: #00abe8;
  font-family: Inter;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 1.8px;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0 0 12px;
}
.list-case .el-meta::after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(6, 19, 33, 0.12);
  display: inline-block;
  margin-left: 10px;
}
.list-case .el-title {
  color: #072b52;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.288px;
  margin: 0 0 12px;
}
.list-case .el-content {
  margin: 0 !important;
}
.list-case .el-content p {
  color: #061321;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.192px;
  margin: 0;
}
.list-case .el-content h3 {
  color: #072b52;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.168px;
  margin: 12px 0 8px !important;
  padding: 25px 0 0;
  border-top: 1px solid rgba(6, 19, 33, 0.12);
}

.list-industry > .uk-grid {
  gap: 28px;
}
@media (max-width: 991px) {
  .list-industry > .uk-grid {
    gap: 24px;
  }
}
.list-industry > .uk-grid > div {
  width: calc((100% - 56px) / 3);
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .list-industry > .uk-grid > div {
    width: 100%;
  }
}
.list-industry > .uk-grid > div > .el-item {
  background: #fff;
  padding: 24px;
}
@media (max-width: 991px) {
  .list-industry > .uk-grid > div > .el-item {
    padding: 16px;
  }
}
.list-industry .el-image {
  width: calc(100% + 48px);
  object-fit: cover;
  margin: -24px -24px 0;
  max-width: none;
}
@media (max-width: 991px) {
  .list-industry .el-image {
    width: 100%;
    margin: 0;
  }
}
.list-industry h3 {
  color: #00abe8;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.24px;
  margin: 24px 0 16px !important;
}
.list-industry h3 > a {
  display: block;
  position: relative;
  padding-right: 25px;
}
.list-industry h3 > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/icon-circle-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.list-industry .el-content {
  margin: 0 !important;
  color: #061321;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.192px;
}

.tm-header nav.uk-navbar {
  justify-content: space-between;
  gap: 16px;
}
.tm-header .uk-navbar-nav a {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.168px;
  white-space: nowrap;
}
.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;
}
@media (max-width: 1199px) {
  .tm-header .uk-navbar-right > .uk-navbar-nav {
    gap: 16px;
  }
}
.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 .request > a {
  display: block;
  width: 100%;
  max-width: 182px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 14px 32px;
  letter-spacing: -0.168px;
  position: relative;
  box-sizing: border-box;
  border-radius: 40px;
  background: linear-gradient(90deg, #011938 0%, #072b52 50%, #104873 100%);
}
.tm-header .request > 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 .request > a:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .sec-mv .uk-slider-items > div {
    min-height: 400px;
  }
}
.sec-mv .uk-slider .el-item .uk-position-center, .sec-mv .uk-slider-items .el-item .uk-position-center {
  max-width: 1200px;
  text-align: left;
  width: 100%;
}
@media (max-width: 1224px) {
  .sec-mv .uk-slider .el-item .uk-position-center, .sec-mv .uk-slider-items .el-item .uk-position-center {
    padding: 0 12px;
  }
}
.sec-mv .uk-slider .el-item .uk-position-center .uk-panel, .sec-mv .uk-slider-items .el-item .uk-position-center .uk-panel {
  padding: 0;
  max-width: 600px;
}
.sec-mv .uk-slider .el-item .el-image, .sec-mv .uk-slider-items .el-item .el-image {
  aspect-ratio: 1440/657;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .sec-mv .uk-slider .el-item .el-image, .sec-mv .uk-slider-items .el-item .el-image {
    min-height: 400px;
  }
}
.sec-mv .uk-slider .el-meta, .sec-mv .uk-slider-items .el-meta {
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .sec-mv .uk-slider .el-meta, .sec-mv .uk-slider-items .el-meta {
    font-size: 18px;
  }
}
.sec-mv .uk-slider .el-meta::before, .sec-mv .uk-slider-items .el-meta::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #00abe8;
  margin-right: 11px;
}
.sec-mv .uk-slider h3, .sec-mv .uk-slider-items h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin: 0 0 12px !important;
}
@media (max-width: 991px) {
  .sec-mv .uk-slider h3, .sec-mv .uk-slider-items h3 {
    font-size: 32px;
  }
}
.sec-mv .uk-slider .el-content, .sec-mv .uk-slider-items .el-content {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.216px;
  margin: 0 0 32px;
}
.sec-mv .uk-slider .el-link, .sec-mv .uk-slider-items .el-link {
  border-radius: 4px;
  background: #00abe8;
  border: 0 none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 210px;
  height: 52px;
  line-height: normal;
  padding: 0 20px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.192px;
}
.sec-mv .uk-slider .el-link::after, .sec-mv .uk-slider-items .el-link::after {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right-long.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 10px;
  margin-left: 6px;
}
.sec-mv .uk-slider .el-link:hover, .sec-mv .uk-slider-items .el-link:hover {
  opacity: 0.8;
}
.sec-mv .uk-slider .uk-position-bottom-center,
.sec-mv .uk-slider .uk-slidenav-container, .sec-mv .uk-slider-items .uk-position-bottom-center,
.sec-mv .uk-slider-items .uk-slidenav-container {
  max-width: 1200px;
  width: 100%;
  margin: 0;
  left: 50%;
  bottom: 80px;
}
@media (max-width: 1199px) {
  .sec-mv .uk-slider .uk-position-bottom-center,
  .sec-mv .uk-slider .uk-slidenav-container, .sec-mv .uk-slider-items .uk-position-bottom-center,
  .sec-mv .uk-slider-items .uk-slidenav-container {
    display: none;
  }
}
.sec-mv .uk-slider .uk-slidenav-container, .sec-mv .uk-slider-items .uk-slidenav-container {
  justify-content: flex-end;
  gap: 12px;
}
.sec-mv .uk-slider .uk-slidenav-container .uk-slidenav, .sec-mv .uk-slider-items .uk-slidenav-container .uk-slidenav {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.28);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-mv .uk-slider .uk-slidenav-container .uk-slidenav:hover, .sec-mv .uk-slider-items .uk-slidenav-container .uk-slidenav:hover {
  opacity: 0.8;
}
.sec-mv .uk-slider .uk-slider-nav, .sec-mv .uk-slider-items .uk-slider-nav {
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
}
.sec-mv .uk-slider .uk-slider-nav > li, .sec-mv .uk-slider-items .uk-slider-nav > li {
  padding: 0;
}
.sec-mv .uk-slider .uk-slider-nav > li > a, .sec-mv .uk-slider-items .uk-slider-nav > li > a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}
.sec-mv .uk-slider .uk-slider-nav > li > a:hover, .sec-mv .uk-slider-items .uk-slider-nav > li > a:hover {
  opacity: 0.8;
}
.sec-mv .uk-slider .uk-slider-nav > li.uk-active > a, .sec-mv .uk-slider-items .uk-slider-nav > li.uk-active > a {
  width: 40px;
  height: 12px;
  border-radius: 12px;
  background: #00abe8;
}

.sec-build {
  border-top: 0.5px solid #00abe8;
  border-bottom: 0.5px solid #00abe8;
  background: #011938;
  color: #d9d9d9;
}
.sec-build .column-built {
  gap: 24px;
  align-items: center;
}
.sec-build .column-built > div {
  width: calc(100% - 410px);
  padding-left: 24px;
  position: relative;
  margin: 0;
}
@media (max-width: 991px) {
  .sec-build .column-built > div {
    width: 100%;
  }
}
.sec-build .column-built > div:first-child {
  width: 386px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .sec-build .column-built > div:first-child {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.sec-build .column-built > div:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 1px;
  background: #d9d9d9;
}
@media (max-width: 991px) {
  .sec-build .column-built > div:first-child::after {
    content: none;
  }
}
.sec-build h2 {
  color: #00abe8;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.sec-build .list-built {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.sec-build .list-built > li {
  margin: 0;
}
.sec-build .list-built > li > .uk-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sec-build .list-built > li > .uk-grid > div:first-child {
  width: 22px;
}

.sec-solution {
  background: #fdfdff;
}
.sec-solution .column-solution {
  gap: 24px;
}
.sec-solution .column-solution > div {
  width: 591px;
  margin: 0;
}
@media (max-width: 991px) {
  .sec-solution .column-solution > div {
    width: 100%;
  }
}
.sec-solution .column-solution > div:first-child {
  width: calc(100% - 615px);
}
@media (max-width: 991px) {
  .sec-solution .column-solution > div:first-child {
    width: 100%;
  }
}
.sec-solution h3 {
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px;
}
.sec-solution h3::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #00abe8;
  display: inline-block;
  margin-right: 11px;
}
.sec-solution h2 {
  color: #00abe8;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .sec-solution h2 {
    margin: 0px 0 10px;
    font-size: 30px;
  }
}
.sec-solution h2 > span {
  color: #f4af1e;
}
.sec-solution h4 {
  color: #00abe8;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.288px;
  margin: 40px 0 8px;
}
@media (max-width: 991px) {
  .sec-solution h4 {
    margin: 20px 0 8px;
  }
}
.sec-solution .uk-panel {
  color: #061321;
  font-size: 16px;
  letter-spacing: -0.192px;
  margin: 0 !important;
}

.sec-how-work {
  background: linear-gradient(98deg, #011938 0%, #072b52 50%, #104873 100%);
}
.sec-how-work h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .sec-how-work h2 {
    font-size: 30px;
  }
}
.sec-how-work .list-how > .uk-grid {
  gap: 24px 32px;
}
@media (max-width: 991px) {
  .sec-how-work .list-how > .uk-grid {
    gap: 16px;
  }
}
.sec-how-work .list-how > .uk-grid > div {
  width: calc((100% - 96px) / 4);
  position: relative;
}
@media (max-width: 991px) {
  .sec-how-work .list-how > .uk-grid > div {
    width: 100%;
  }
}
.sec-how-work .list-how > .uk-grid > div > .el-item {
  border-radius: 14px;
  border: 2px solid rgba(49, 65, 88, 0.7);
  background: #1d293d;
  padding: 20px;
  position: relative;
}
.sec-how-work .list-how > .uk-grid > div + div::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #072b52 0%, #00abe8 100%);
  left: -32px;
}
@media (max-width: 991px) {
  .sec-how-work .list-how > .uk-grid > div + div::before {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: -16px;
  }
}
.sec-how-work .list-how .el-image {
  position: absolute;
  content: "";
  right: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.sec-how-work .list-how .el-meta {
  color: rgba(255, 255, 255, 0.32);
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .sec-how-work .list-how .el-meta {
    font-size: 30px;
  }
}
.sec-how-work .list-how h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  margin: 0 0 12px !important;
}
.sec-how-work .list-how .el-content {
  margin: 0 !important;
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.168px;
}

.sec-why {
  background: #011938;
}
.sec-why .jk-list {
  text-align: center;
  margin: 0 0 20px;
}
.sec-why .jk-list .el-content {
  border-radius: 100px;
  border: 1px solid rgba(244, 247, 250, 0.2);
  background: #072b52;
  padding: 6px 12px;
  position: relative;
  display: inline-block;
  color: #f4f7fa;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.168px;
  text-transform: uppercase;
}
.sec-why .jk-list .el-content::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #f4f7fa;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -2px;
  border-radius: 50%;
}
.sec-why h2 {
  color: #f4f7fa;
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.514px;
  margin: 0 0 36px;
}
@media (max-width: 991px) {
  .sec-why h2 {
    font-size: 30px;
  }
}
.sec-why .list-why > .uk-grid {
  gap: 19px;
}
.sec-why .list-why > .uk-grid > div {
  width: calc((100% - 38px) / 3);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-why .list-why > .uk-grid > div {
    width: 100%;
  }
}
.sec-why .list-why > .uk-grid > div > .el-item {
  border-radius: 20px;
  border: 1px solid #d7dde3;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(1, 25, 56, 0.03);
  padding: 36px 32px;
}
.sec-why .list-why .el-image {
  display: block;
  margin: 0 0 25px;
}
.sec-why .list-why h3 {
  color: #072b52;
  font-family: Sora;
  font-size: 18px;
  font-weight: 600;
  line-height: 23.4px;
  letter-spacing: -0.45px;
  margin: 0 0 8px;
}
.sec-why .list-why .el-content {
  margin: 0 !important;
  color: #072b52;
  font-family: Sora;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.sec-industry {
  background: linear-gradient(126deg, #011938 0%, #072b52 50%, #104873 100%);
}

.sec-integrations .column-integrations {
  gap: 16px 32px;
}
.sec-integrations .column-integrations > div {
  width: calc((100% - 32px) / 2);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-integrations .column-integrations > div {
    width: 100%;
  }
}
.sec-integrations h3.uk-h3 {
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 12px;
}
.sec-integrations h3.uk-h3::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #00abe8;
  display: inline-block;
  margin-right: 11px;
}
.sec-integrations h2 {
  color: #00abe8;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .sec-integrations h2 {
    font-size: 30px;
  }
}
.sec-integrations h2 span {
  color: #f4af1e;
}
.sec-integrations .uk-panel {
  color: #061321;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.192px;
  margin: 0 0 24px !important;
}
.sec-integrations .panel-integrations {
  margin: 60px 0 40px !important;
}
.sec-integrations .panel-integrations .el-item {
  border-radius: 8px;
  background: #1d293d;
  padding: 24px 20px;
  margin: 0 !important;
}
.sec-integrations .panel-integrations .el-item > .uk-grid {
  gap: 24px;
}
.sec-integrations .panel-integrations h3 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: -0.168px;
  margin: 0 0 10px;
}
.sec-integrations .panel-integrations .el-content {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.168px;
}
.sec-integrations .btn-explore > a {
  color: #011938;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.192px;
  position: relative;
  display: inline-block;
}
.sec-integrations .btn-explore > a::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  background-image: url("../images/arrow-right-long-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
}
.sec-integrations .jk-integrations > .uk-grid {
  gap: 12px;
}
.sec-integrations .jk-integrations > .uk-grid > div {
  width: calc((100% - 24px) / 3);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-integrations .jk-integrations > .uk-grid > div {
    width: 100%;
  }
}
.sec-integrations .jk-integrations > .uk-grid > div > .el-item {
  border-radius: 8px;
  background: #1d293d;
  padding: 15px;
  text-align: center;
  margin: 0 !important;
}
.sec-integrations .jk-integrations h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 119%;
  letter-spacing: -0.168px;
}
.sec-integrations .jk-panel {
  border-radius: 8px;
  background: #1d293d;
  padding: 24px 20px;
}
.sec-integrations .ttl-platform {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.168px;
}
.sec-integrations .list-platform {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
}
.sec-integrations .list-platform > li {
  width: calc((100% - 60px) / 3);
  margin: 0;
  position: relative;
}
@media (max-width: 991px) {
  .sec-integrations .list-platform > li {
    width: 100%;
  }
}
.sec-integrations .list-platform > li > .uk-grid {
  display: block;
}
.sec-integrations .list-platform > li .el-title {
  border-radius: 9.635px;
  border: 0.964px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  padding: 12px 5px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: -0.168px;
  position: relative;
}
.sec-integrations .list-platform > li .el-content {
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  font-family: Inter;
  font-size: 10.599px;
  font-weight: 400;
  line-height: 15.898px;
}
.sec-integrations .list-platform > li + li .el-title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .sec-integrations .list-platform > li + li .el-title::before {
    left: 50%;
    top: -24px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.sec-integrations .list-platform > li:nth-child(2) .el-title {
  color: #fff;
  background: #00ABE8;
}
.sec-integrations .jk-img .el-image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.sec-case {
  background: linear-gradient(126deg, #011938 0%, #072b52 50%, #104873 100%);
}

.sec-deployment .content-title h2 {
  color: #011938;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .sec-deployment .content-title h2 {
    font-size: 30px;
  }
}
.sec-deployment .list-deployment > .uk-grid {
  gap: 24px 50px;
}
@media (max-width: 1199px) {
  .sec-deployment .list-deployment > .uk-grid {
    gap: 24px 20px;
  }
}
.sec-deployment .list-deployment > .uk-grid > div {
  width: calc((100% - 100px) / 3);
  margin: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .sec-deployment .list-deployment > .uk-grid > div {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 991px) {
  .sec-deployment .list-deployment > .uk-grid > div {
    width: 100%;
  }
}
.sec-deployment .list-deployment > .uk-grid > div:nth-child(2)::before {
  content: "Most Popular";
  position: absolute;
  left: 50%;
  top: -5px;
  border-radius: 33554400px;
  background: #00abe8;
  padding: 4px 12px;
  color: #fff;
  font-family: Inter;
  font-size: 11px;
  font-weight: 600;
  line-height: 16.5px;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  text-align: center;
  z-index: 88;
  transform: translateX(-50%);
}
.sec-deployment .list-deployment > .uk-grid > div:nth-child(2) .el-link {
  background: #00abe8;
  color: #fff;
}
.sec-deployment .list-deployment > .uk-grid > div:nth-child(2) .el-link::after {
  background-color: #fff;
}
.sec-deployment .list-deployment > .uk-grid > div:nth-child(2) > .el-item > .uk-grid > div:first-child {
  background: linear-gradient(306deg, #011938 0%, #072B52 50%, #104873 100%);
}
.sec-deployment .list-deployment > .uk-grid > div > .el-item {
  border-radius: 16px;
  background: #fff;
  margin-top: 100px;
}
.sec-deployment .list-deployment > .uk-grid > div > .el-item > .uk-grid {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sec-deployment .list-deployment > .uk-grid > div > .el-item > .uk-grid > div {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 32px 32px 78px;
  z-index: 2;
}
.sec-deployment .list-deployment > .uk-grid > div > .el-item > .uk-grid > div:first-child {
  border-radius: 16px;
  background: linear-gradient(155deg, #072b52 0%, #00abe8 100.06%);
  color: #fff;
  padding: 32px;
  position: absolute;
  content: "";
  top: -90px;
  left: 0;
  right: 0;
}
.sec-deployment .list-deployment .el-title {
  color: #fff;
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -1.08px;
  margin: 0 0 32px;
  text-align: center;
}
.sec-deployment .list-deployment .el-title > span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.sec-deployment .list-deployment .el-content h4 {
  color: #0B1C35;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.24px;
  margin: 0 0 12px;
}
.sec-deployment .list-deployment .el-content p {
  color: #4a5568;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.168px;
  margin: 0 0 12px;
}
.sec-deployment .list-deployment .el-content p strong {
  color: #4A5568;
  font-size: 15px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: -0.18px;
}
.sec-deployment .list-deployment .el-content ul {
  list-style: outside none none;
  margin: 28px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid #061321;
}
.sec-deployment .list-deployment .el-content ul li {
  position: relative;
  color: #4a5568;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.168px;
  margin: 0 0 11px;
  display: flex;
  align-items: center;
}
.sec-deployment .list-deployment .el-content ul li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.sec-deployment .list-deployment .el-content ul li:last-child {
  margin: 0;
}
.sec-deployment .list-deployment .el-link {
  display: block;
  border-radius: 14px;
  border: 1px solid #00abe8;
  background: #fff;
  text-align: center;
  color: #00abe8;
  font-size: 16px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: -0.192px;
  position: relative;
  padding: 9px 5px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
}
.sec-deployment .list-deployment .el-link::after {
  content: "";
  display: inline-block;
  mask-image: url("../images/arrow-right-long-2.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #00abe8;
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
.sec-deployment .list-deployment .el-link:hover {
  background: #00abe8;
  color: #fff;
}
.sec-deployment .list-deployment .el-link:hover::after {
  background-color: #fff;
}
.sec-deployment.page-pricing {
  background: #F4F7FA;
  padding: 20px 0 120px;
}
@media (max-width: 1199px) {
  .sec-deployment.page-pricing {
    padding: 20px 0 60px;
  }
}

.sec-faq > .uk-section {
  background-color: #072b52;
}
.sec-faq h3 {
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
.sec-faq h3::before {
  content: "";
  height: 1px;
  width: 20px;
  display: inline-block;
  background: #00abe8;
  margin-right: 11px;
}
.sec-faq h2 {
  color: #00abe8;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .sec-faq h2 {
    font-size: 30px;
  }
}
.sec-faq .uk-panel {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.192px;
}
.sec-faq .content-contact {
  margin-top: auto !important;
}
.sec-faq .content-contact p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  letter-spacing: -0.192px;
  margin: 0 0 5px;
}
.sec-faq .content-contact p:last-child {
  margin: 0;
}
.sec-faq .content-contact p > a {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
}
.sec-faq .content-contact p > a:hover {
  color: #00abe8;
}
.sec-faq .jk-faq > div:first-child {
  display: flex;
  flex-direction: column;
}
.sec-faq .jk-faq > div:first-child .uk-button {
  border-radius: 10px;
  background: #f4af1e;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: -0.192px;
  border: 0 none;
  padding: 7px 13px;
}
.sec-faq .jk-faq > div:first-child .uk-button:hover {
  opacity: 0.8;
}
.sec-faq .uk-accordion > .el-item {
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 24px;
}
.sec-faq .uk-accordion > .el-item > :nth-child(n+2) {
  padding: 0;
  border: 0 none;
}
.sec-faq .uk-accordion > .el-item.uk-open .uk-accordion-title {
  color: #00abe8;
}
.sec-faq .uk-accordion > .el-item.uk-open .uk-accordion-icon {
  background: #00abe8;
}
.sec-faq .uk-accordion > .el-item.uk-open .uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: #fff;
}
.sec-faq .uk-accordion .uk-accordion-title {
  color: #011938;
  font-size: 16px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: -0.192px;
}
.sec-faq .uk-accordion .uk-accordion-content .el-content {
  color: #4a5568;
}
.sec-faq .uk-accordion .uk-accordion-icon {
  border-radius: 33554400px;
  background: #f5f7fa;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-form {
  background: #f4f7fa;
}
.sec-form .column-form {
  gap: 72px;
}
@media (max-width: 1199px) {
  .sec-form .column-form {
    gap: 24px;
  }
}
.sec-form .column-form > div {
  width: calc(100% - 744px);
  margin: 0;
}
@media (max-width: 1199px) {
  .sec-form .column-form > div {
    width: 100%;
  }
}
.sec-form .column-form > div:first-child h3 {
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
.sec-form .column-form > div:first-child h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin-right: 11px;
  background: #00abe8;
}
.sec-form .column-form > div:first-child .uk-panel p {
  color: #061321;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.168px;
  margin: 0 0 10px;
}
.sec-form .column-form > div:first-child .uk-panel p a {
  color: #061321;
}
.sec-form .column-form > div:first-child .uk-panel p a:hover {
  color: #00abe8;
}
.sec-form .column-form > div:first-child .uk-panel p:last-child {
  margin: 0;
}
.sec-form .column-form > div:first-child .uk-panel ul {
  list-style: outside none none;
  margin: 40px 0 0;
  padding: 0;
}
.sec-form .column-form > div:first-child .uk-panel ul li {
  color: #061321;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.168px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.sec-form .column-form > div:first-child .uk-panel ul li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-check-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 12px;
}
.sec-form .column-form > div:first-child .uk-panel ul li:last-child {
  margin: 0;
}
.sec-form .column-form > div:first-child .uk-panel h4 {
  color: #061321;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.168px;
  text-transform: uppercase;
  margin: 40px 0 12px;
  padding: 40px 0 0;
  border-top: 1px solid rgba(6, 19, 33, 0.32);
}
.sec-form .column-form > div:last-child {
  width: 672px;
}
@media (max-width: 1199px) {
  .sec-form .column-form > div:last-child {
    width: 100%;
  }
}
.sec-form h2 {
  color: #011938;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .sec-form h2 {
    font-size: 30px;
  }
}
.sec-form .jk-form {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
  padding: 40px 40px 60px;
}
@media (max-width: 991px) {
  .sec-form .jk-form {
    padding: 32px 16px;
  }
}

.sec-title {
  padding: 60px 0;
  background: #F4F7FA;
}
@media (max-width: 991px) {
  .sec-title {
    padding: 40px 0;
  }
}
.sec-title .content-breadcrumb {
  justify-content: center;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .sec-title .content-breadcrumb {
    margin: 0 0 24px;
  }
}
.sec-title .content-breadcrumb h1 {
  margin: 0;
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin: 12px 0 0;
}
.sec-title .content-breadcrumb h1::before, .sec-title .content-breadcrumb h1::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #00abe8;
  display: inline-block;
}
.sec-title .content-breadcrumb.style-2 {
  justify-content: flex-start;
  text-align: left;
}
.sec-title .content-breadcrumb.style-2 h1 {
  color: #072B52;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 991px) {
  .sec-title .content-breadcrumb.style-2 h1 {
    font-size: 32px;
  }
}
.sec-title .content-breadcrumb.style-2 h1::before, .sec-title .content-breadcrumb.style-2 h1::after {
  content: none;
}
.sec-title .content-head h1 {
  color: #011938;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .sec-title .content-head h1 {
    font-size: 28px;
  }
}
.sec-title .content-head h1 span {
  color: #00abe8;
}
.sec-title .content-head .uk-panel {
  color: #072b52;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  margin: 0 !important;
}
.sec-title .content-head .jk-img .el-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1089/539;
}
.sec-title .content-head.style-2 {
  text-align: center;
}
.sec-title .content-head.style-2 h1 {
  color: #072B52;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 20px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .sec-title .content-head.style-2 h1 {
    font-size: 32px;
  }
}
.sec-title .content-head.style-2 .uk-panel {
  color: #072B52;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.sec-title .column-head {
  gap: 6px;
  margin: 0;
}
.sec-title .column-head > div {
  width: calc((100% - 6px) / 2);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-title .column-head > div {
    width: 100%;
  }
}
.sec-title .column-head .el-image {
  border-radius: 8px;
  overflow: hidden;
}

.sec-vision {
  background: #fff;
  text-align: center;
}
.sec-vision h2 {
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  margin: 0 0 20px;
}
.sec-vision h3 {
  color: #072b52;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin: 0 auto;
  max-width: 1011px;
}
@media (max-width: 991px) {
  .sec-vision h3 {
    font-size: 24px;
  }
}

.sec-purpose {
  background: #f4f7fa;
}
.sec-purpose .column-pupose {
  gap: 24px 63px;
}
.sec-purpose .column-pupose > div {
  width: calc(100% - 546px);
}
@media (max-width: 991px) {
  .sec-purpose .column-pupose > div {
    width: 100%;
  }
}
.sec-purpose .column-pupose > div:first-child {
  width: 483px;
}
@media (max-width: 991px) {
  .sec-purpose .column-pupose > div:first-child {
    width: 100%;
  }
}
.sec-purpose .column-pupose > div:last-child {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .sec-purpose .column-pupose > div:last-child {
    margin-top: 24px;
  }
}
.sec-purpose h2 {
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  margin: 0 0 20px;
}
.sec-purpose h3 {
  color: #011938;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0;
}
@media (max-width: 991px) {
  .sec-purpose h3 {
    font-size: 24px;
  }
}
.sec-purpose .list-purpose > .el-item {
  position: relative;
  margin: 0 0 60px;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .sec-purpose .list-purpose > .el-item {
    padding: 0;
    margin: 0 0 24px;
  }
}
.sec-purpose .list-purpose > .el-item:last-child {
  margin: 0;
}
.sec-purpose .list-purpose .el-meta {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 8px;
  background: #ebf2fc;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00abe8;
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.52px;
}
@media (max-width: 991px) {
  .sec-purpose .list-purpose .el-meta {
    position: static;
    margin: 0 0 20px;
  }
}
.sec-purpose .list-purpose .el-title {
  color: #011938;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin: 0 0 12px !important;
}
.sec-purpose .list-purpose .el-content {
  color: #072b52;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}

.sec-team {
  background: #fff;
}
.sec-team .column-team {
  gap: 24px 66px;
}
.sec-team .column-team > div {
  width: calc(100% - 594px);
}
@media (max-width: 991px) {
  .sec-team .column-team > div {
    width: 100%;
  }
}
.sec-team .column-team > div:first-child {
  width: 528px;
}
@media (max-width: 991px) {
  .sec-team .column-team > div:first-child {
    width: 100%;
  }
}
.sec-team .column-team > div:first-child h3 {
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}
.sec-team .column-team > div:first-child h3::before {
  content: "";
  background: #00abe8;
  width: 20px;
  height: 1px;
  display: inline-block;
}
.sec-team h2 {
  color: #011938;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .sec-team h2 {
    font-size: 30px;
  }
}
.sec-team .uk-panel {
  margin: 0 !important;
  color: #072b52;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
}
.sec-team .list-team > .uk-grid {
  gap: 16px;
}
.sec-team .list-team > .uk-grid > div {
  width: calc((100% - 16px) / 2);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-team .list-team > .uk-grid > div {
    width: 100%;
  }
}
.sec-team .list-team .el-image {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.sec-team .list-team .el-title {
  margin: 12px 0 6px !important;
  color: #0a1628;
  font-size: 15px;
  font-weight: 700;
  line-height: 20.25px;
  letter-spacing: -0.15px;
}
.sec-team .list-team .el-meta {
  color: #8a99b0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  margin: 0 !important;
}

.sec-start {
  background: #011938;
  color: #fff;
  text-align: center;
}
.sec-start h3 {
  color: #00abe8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  margin: 0 0 32px;
}
.sec-start h3::before, .sec-start h3::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #00abe8;
  display: inline-block;
}
.sec-start h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .sec-start h2 {
    font-size: 30px;
  }
}
.sec-start h2 span {
  color: #00ABE8;
}
.sec-start .uk-panel {
  max-width: 673px;
  margin: 0 auto !important;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.sec-mv-solution {
  background: #011938;
}
.sec-mv-solution .column-mv {
  gap: 24px 30px;
  align-items: center;
}
.sec-mv-solution .column-mv > div {
  width: calc(100% - 638px);
}
@media (max-width: 991px) {
  .sec-mv-solution .column-mv > div {
    width: 100%;
  }
}
.sec-mv-solution .column-mv > div:last-child {
  width: 608px;
}
@media (max-width: 991px) {
  .sec-mv-solution .column-mv > div:last-child {
    width: 100%;
  }
}
.sec-mv-solution .column-mv h3 {
  margin: 32px 0 12px;
  color: #00ABE8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
}
.sec-mv-solution .column-mv h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #00ABE8;
}
.sec-mv-solution .column-mv h1 {
  color: #00ABE8;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .sec-mv-solution .column-mv h1 {
    font-size: 32px;
  }
}
.sec-mv-solution .column-mv h1 span {
  color: #F4AF1E;
}
.sec-mv-solution .column-mv .uk-button {
  border-radius: 4px;
  background: #00ABE8;
  border: 0 none;
  padding: 8px 32px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.192px;
}
.sec-mv-solution .column-mv .uk-button:hover {
  opacity: 0.8;
}
.sec-mv-solution .column-mv .jk-img .el-image {
  width: 100%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}

.sec-overview .list-overview > .uk-grid {
  gap: 16px;
}
.sec-overview .list-overview > .uk-grid > div {
  width: calc((100% - 32px) / 3);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-overview .list-overview > .uk-grid > div {
    width: 100%;
  }
}
.sec-overview .list-overview > .uk-grid > div > .el-item {
  border-radius: 12px;
  border: 1px solid #D1DCF0;
  background: #FFF;
  padding: 16px 32px;
}
.sec-overview .list-overview .el-image {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.sec-overview .list-overview .el-title {
  margin: 8px 0 !important;
  color: #1A2340;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
}
.sec-overview .list-overview .el-content {
  color: #061321;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
  letter-spacing: -0.192px;
  margin: 0 !important;
}

.sec-sector {
  background: #F4F7FA;
}
.sec-sector .content-title h2 {
  color: #011938;
}
.sec-sector .list-sector > .uk-grid > div {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .sec-sector .list-sector > .uk-grid > div {
    margin: 0 0 24px;
  }
}
.sec-sector .list-sector > .uk-grid > div:last-child {
  margin: 0;
}
.sec-sector .list-sector > .uk-grid > div:nth-child(2n) > .el-item > .uk-grid {
  flex-direction: row-reverse;
}
.sec-sector .list-sector > .uk-grid > div > .el-item {
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
@media (max-width: 991px) {
  .sec-sector .list-sector > .uk-grid > div > .el-item {
    padding: 16px;
  }
}
.sec-sector .list-sector > .uk-grid > div > .el-item > .uk-grid {
  gap: 28px;
}
.sec-sector .list-sector > .uk-grid > div > .el-item > .uk-grid > div {
  width: calc(100% - 555px);
  padding: 16px;
  margin: 0;
}
@media (max-width: 991px) {
  .sec-sector .list-sector > .uk-grid > div > .el-item > .uk-grid > div {
    width: 100%;
    padding: 0;
  }
}
.sec-sector .list-sector > .uk-grid > div > .el-item > .uk-grid > div:first-child {
  width: 527px;
}
@media (max-width: 991px) {
  .sec-sector .list-sector > .uk-grid > div > .el-item > .uk-grid > div:first-child {
    width: 100%;
  }
}
.sec-sector .list-sector > .uk-grid > div > .el-item > .uk-grid > div:first-child .el-image {
  border-radius: 13px;
  width: 100%;
  overflow: hidden;
}
.sec-sector .list-sector .el-meta {
  color: #00ABE8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}
.sec-sector .list-sector .el-meta::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00ABE8;
  display: inline-block;
}
.sec-sector .list-sector .el-title {
  color: #011938;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 12px !important;
}
@media (max-width: 991px) {
  .sec-sector .list-sector .el-title {
    font-size: 30px;
  }
}
.sec-sector .list-sector .el-content p {
  color: #061321;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.sec-sector .list-sector .el-content ul {
  list-style: outside none none;
  margin: 30px 0 10px;
  padding: 0;
}
@media (max-width: 991px) {
  .sec-sector .list-sector .el-content ul {
    margin: 20px 0 0;
  }
}
.sec-sector .list-sector .el-content ul li {
  color: #061321;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: relative;
  margin: 0 0 4px;
}
.sec-sector .list-sector .el-content ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 4px;
  background-image: url("../images/icon-circle-arrow-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-sector .list-sector .el-content ul li:last-child {
  margin: 0;
}
.sec-sector .list-sector .uk-button {
  border-radius: 4px;
  background: #00ABE8;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.192px;
  padding: 8px 32px;
  border: 0 none;
}
.sec-sector .list-sector .uk-button::after {
  content: "";
  width: 13px;
  height: 10px;
  display: inline-block;
  margin-left: 6px;
  mask-image: url("../images/arrow-right-long-2.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: #fff;
}
.sec-sector .list-sector .uk-button:hover {
  opacity: 0.8;
}

.sec-street {
  background: #E6F7FD;
}
.sec-street .column-street {
  gap: 32px;
}
.sec-street .column-street > div {
  width: calc((100% - 32px) / 2);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-street .column-street > div {
    width: 100%;
  }
}
.sec-street .jk-list-ttl {
  margin: 0 0 44px;
  min-height: 72px;
}
.sec-street .jk-list-ttl .el-item > .uk-grid {
  gap: 8px;
  align-items: center;
}
.sec-street .jk-list-ttl h2 {
  color: #00ABE8;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  margin: 0;
}
.sec-street .jk-list-ttl p {
  color: #061321;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0;
}
.sec-street .jk-img {
  margin: 0 !important;
}
.sec-street .jk-img .el-image {
  width: 100%;
  border-radius: 12px;
  object-fit: contain;
}
.sec-street .list-street {
  margin: 0 !important;
  padding: 40px 0 0 44px;
  position: relative;
}
.sec-street .list-street::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(90deg, rgba(3, 71, 158, 0) 0%, #02306B 50%, rgba(3, 71, 158, 0) 100%);
}
.sec-street .list-street > .el-item {
  padding: 0 0 40px;
  margin: 0;
}
.sec-street .list-street .el-title {
  color: var(--IOIN-Navy-800, #072B52);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  margin: 0 0 4px;
  position: relative;
}
.sec-street .list-street .el-title::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00ABE8;
  position: absolute;
  left: -40px;
  top: 6px;
}
.sec-street .list-street ul {
  margin: 0;
  padding: 0;
  list-style: inside disc;
}
.sec-street .list-street ul li {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.sec-street .list-street .security-item {
  border-radius: 8px;
  border: 1px solid #D1DCF0;
  background: #FFF;
  padding: 12px 20px;
}
.sec-street .list-street .security-item .el-content {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-street .list-street .security-item .el-content::before {
  content: "";
  width: 56px;
  height: 56px;
  background-image: url("../images/icon-security.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.sec-street .street-bottom {
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .sec-street .street-bottom {
    padding: 0 0 40px;
  }
}
.sec-street .street-bottom > div {
  width: calc(100% - 251px);
}
@media (max-width: 991px) {
  .sec-street .street-bottom > div {
    width: 100%;
  }
}
.sec-street .street-bottom > div:last-child {
  margin-left: -34px;
  max-width: 848px;
}
@media (max-width: 991px) {
  .sec-street .street-bottom > div:last-child {
    width: 100%;
    margin: 0;
  }
}
.sec-street .street-bottom > div:first-child {
  width: 251px;
  z-index: 2;
}
.sec-street .list-bottom-street {
  border-radius: 8px;
  border: 1px solid #D1DCF0;
  background: #072B52;
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sec-street .list-bottom-street {
    padding: 16px 0 0;
  }
}
.sec-street .list-bottom-street > .el-item {
  position: relative;
  margin: 0;
  padding: 0 32px;
}
@media (max-width: 991px) {
  .sec-street .list-bottom-street > .el-item {
    padding: 0px 8px;
    width: calc(50% - 16px);
    margin: 0 0 16px;
  }
}
.sec-street .list-bottom-street > .el-item > .uk-grid {
  gap: 24px;
  align-items: center;
}
@media (max-width: 991px) {
  .sec-street .list-bottom-street > .el-item > .uk-grid {
    gap: 16px;
  }
}
.sec-street .list-bottom-street > .el-item > .uk-grid > div {
  width: calc(100% - 64px);
}
@media (max-width: 991px) {
  .sec-street .list-bottom-street > .el-item > .uk-grid > div {
    width: calc(100% - 58px);
  }
}
.sec-street .list-bottom-street > .el-item > .uk-grid > div:first-child {
  width: 42px;
}
.sec-street .list-bottom-street > .el-item + .el-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #00ABE8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-street .list-bottom-street .el-content {
  color: #FFF;
  font-size: 14.161px;
  font-weight: 500;
  line-height: 127%;
}

.sec-contact {
  background: #fff;
}
.sec-contact > .uk-section .uk-container {
  max-width: 863px;
  margin: 0 auto;
}
.sec-contact h3 {
  color: #00ABE8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.sec-contact h2 {
  color: #011938;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 26px;
}
@media (max-width: 991px) {
  .sec-contact h2 {
    font-size: 30px;
  }
}
.sec-contact .jk-form {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
  padding: 40px;
  margin: 0 0 100px;
}
@media (max-width: 991px) {
  .sec-contact .jk-form {
    padding: 24px 20px;
    margin: 0 0 40px;
  }
}
.sec-contact .content-flag .el-image {
  border-radius: 4px;
  overflow: hidden;
  width: 93px;
  height: auto;
  margin-right: 20px !important;
}
.sec-contact .content-address {
  border-radius: 12px;
  border: 1px solid #00ABE8;
  background: #FFF;
  padding: 32px;
  gap: 60px;
}
@media (max-width: 991px) {
  .sec-contact .content-address {
    gap: 40px;
    padding: 16px;
  }
}
.sec-contact .content-address > div {
  width: calc((100% - 60px) / 2);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-contact .content-address > div {
    width: 100%;
  }
}
.sec-contact .content-address h4 {
  color: rgba(7, 43, 82, 0.64);
  font-size: 24px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: -0.288px;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .sec-contact .content-address h4 {
    font-size: 18px;
  }
}
.sec-contact .content-address .jk-content p {
  color: #011938;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.288px;
  margin: 0 0 8px;
}
@media (max-width: 991px) {
  .sec-contact .content-address .jk-content p {
    font-size: 18px;
  }
}
.sec-contact .content-address .jk-content p strong {
  font-weight: 800;
}
.sec-contact .content-address .jk-content p a {
  display: block;
  color: #00ABE8;
}
.sec-contact .content-address .jk-content p a:hover {
  text-decoration: underline;
}
.sec-contact .content-address .jk-content p:last-child {
  margin: 0;
}

.sec-support > .uk-container {
  max-width: 1090px;
  margin: 0 auto;
}
.sec-support h2 {
  color: #011938;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .sec-support h2 {
    font-size: 24px;
  }
}
.sec-support .list-support {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 13px;
  column-count: auto;
  box-sizing: border-box;
}
.sec-support .list-support > .el-item {
  width: calc((100% - 26px) / 3);
  margin: 0;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 16px 32px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .sec-support .list-support > .el-item {
    width: 100%;
  }
}
.sec-support .list-support .el-title {
  color: #1A2340;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  margin: 0 0 8px;
}
.sec-support .list-support .el-content {
  color: #061321;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
  letter-spacing: -0.192px;
  margin: 0 !important;
}

.sec-about-partner {
  text-align: center;
  background: #F4F7FA;
}
.sec-about-partner h2 {
  color: #011938;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .sec-about-partner h2 {
    font-size: 30px;
  }
}
.sec-about-partner .list-partner {
  margin: 0 0 40px;
}
.sec-about-partner .list-partner > .uk-grid {
  gap: 20px;
}
.sec-about-partner .list-partner > .uk-grid > div {
  width: calc((100% - 40px) / 3);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-about-partner .list-partner > .uk-grid > div {
    width: 100%;
  }
}
.sec-about-partner h3 {
  color: #011938;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: -0.4px;
  margin: 0;
}
@media (max-width: 991px) {
  .sec-about-partner h3 {
    font-size: 20px;
  }
}
.sec-about-partner .btn-contact {
  border-radius: 4px;
  background: #00ABE8;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.288px;
  text-align: center;
  padding: 8px 20px;
  display: inline-block;
  margin-left: 16px;
}

.sec-cta {
  text-align: center;
}
.sec-cta h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .sec-cta h2 {
    font-size: 30px;
  }
}
.sec-cta h2 span {
  color: #F4AF1E;
}
.sec-cta .uk-panel {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.sec-img-industry .jk-img .el-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.sec-industry-main > .uk-container {
  max-width: 1088px;
  margin: 0 auto;
}

.sec-content {
  padding: 0 0 60px;
}
@media (max-width: 991px) {
  .sec-content {
    padding: 0 0 40px;
  }
}
.sec-content > .uk-container {
  max-width: 864px;
  margin: 0 auto;
}
.sec-content .column-content {
  gap: 24px 34px;
  align-items: flex-start;
}
.sec-content .column-content > div {
  width: calc(100% - 112px);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-content .column-content > div {
    width: 100%;
  }
}
.sec-content .column-content > div:first-child {
  width: 78px;
}
@media (max-width: 991px) {
  .sec-content .column-content > div:first-child {
    width: 100%;
  }
}
.sec-content .column-content .jk-date {
  color: #072B52;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin: 0;
}
.sec-content .column-content .uk-panel {
  color: #072B52;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}
.sec-content .column-content h2 {
  color: #072B52;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.432px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .sec-content .column-content h2 {
    font-size: 24px;
  }
}
.sec-content .column-content h3 {
  color: #072B52;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.288px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .sec-content .column-content h3 {
    font-size: 18px;
  }
}

.sec-relate {
  border-top: 1px solid #D9D9D9;
}
.sec-relate h2 {
  color: #072B52;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.432px;
  margin: 0 0 20px;
}
.sec-relate .list-relate > .uk-grid {
  gap: 20px;
}
.sec-relate .list-relate > .uk-grid > div {
  width: calc((100% - 40px) / 3);
  margin: 0;
}
@media (max-width: 991px) {
  .sec-relate .list-relate > .uk-grid > div {
    width: 100%;
  }
}
.sec-relate .list-relate > .uk-grid > div > .el-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid #D1DCF0;
  background: #FFF;
  overflow: hidden;
}
.sec-relate .list-relate > .uk-grid > div > .el-item > picture {
  order: 2;
  display: block;
}
.sec-relate .list-relate > .uk-grid > div > .el-item > .uk-grid > div:last-child {
  padding: 16px;
  margin: 0;
}
.sec-relate .list-relate .el-title {
  order: 1;
  color: #00ABE8;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.288px;
  text-transform: capitalize;
  position: relative;
  margin: 0 !important;
}
.sec-relate .list-relate .el-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 331/224;
}
.sec-relate .list-relate .el-content {
  order: 3;
  margin: 0 !important;
}
.sec-relate .list-relate .el-content h3 {
  color: #011938;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin: 0 0 12px;
}
.sec-relate .list-relate .el-content ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.sec-relate .list-relate .el-content ul li {
  color: #061321;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  position: relative;
}
.sec-relate .list-relate .el-content ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 4px;
  background-image: url("../images/icon-circle-arrow-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.site-footer {
  background: linear-gradient(306deg, #011938 0%, #072b52 50%, #104873 100%);
  padding: 100px 0;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .site-footer {
    padding: 40px 0 30px;
  }
}
.site-footer .list-menu-f {
  gap: 0 150px;
  padding: 0 0 40px;
  margin: 0 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer .list-menu-f > div {
  width: calc(100% - 450px);
}
@media (max-width: 991px) {
  .site-footer .list-menu-f > div {
    width: 100%;
  }
}
.site-footer .list-menu-f > div:first-child {
  width: 300px;
}
@media (max-width: 991px) {
  .site-footer .list-menu-f > div:first-child {
    width: 100%;
  }
}
.site-footer .menu-footer {
  gap: 0 40px;
}
.site-footer .menu-footer > div {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 991px) {
  .site-footer .menu-footer > div {
    width: 100%;
  }
}
.site-footer .menu-footer h3 {
  color: #00abe8;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: -0.168px;
  text-transform: uppercase;
}
.site-footer .menu-footer .uk-list > li {
  margin: 0 0 10px;
}
.site-footer .menu-footer .uk-list > li a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.168px;
}
.site-footer .menu-footer .uk-list > li a:hover {
  color: #00abe8;
}
.site-footer .logo-f .el-image {
  width: auto;
  height: 76px;
  object-fit: contain;
}
.site-footer .list-contact > .uk-grid {
  flex-direction: column;
}
.site-footer .list-contact > .uk-grid > div {
  width: 100%;
  margin: 0 0 10px;
}
.site-footer .list-contact > .uk-grid > div:last-child {
  margin: 0;
}
.site-footer .list-contact > .uk-grid > div > .el-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer .list-contact > .uk-grid > div > .el-item a {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .list-contact > .uk-grid > div > .el-item a:hover {
  color: #00abe8;
}
.site-footer .list-contact > .uk-grid > div > .el-item .uk-text-emphasis {
  color: rgba(255, 255, 255, 0.5) !important;
}
.site-footer .list-contact > .uk-grid > div .el-content {
  margin: 0 !important;
}
.site-footer .list-contact .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: rgba(255, 255, 255, 0.5);
}
.site-footer .list-social > .uk-grid {
  gap: 12px;
}
.site-footer .list-social > .uk-grid > li > a {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  width: 36px;
  height: 36px;
}
.site-footer .sec-copyright {
  margin: 0;
}
.site-footer .sec-copyright .uk-panel {
  color: rgba(255, 255, 255, 0.35);
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
}
.site-footer .sec-copyright .menu-privacy {
  display: flex;
  justify-content: flex-end;
  gap: 16px 24px;
}
@media (max-width: 991px) {
  .site-footer .sec-copyright .menu-privacy {
    justify-content: flex-start;
  }
}
.site-footer .sec-copyright .menu-privacy > li {
  margin: 0;
}
.site-footer .sec-copyright .menu-privacy > li a {
  color: rgba(255, 255, 255, 0.35);
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
}
.site-footer .sec-copyright .menu-privacy > li a:hover {
  color: #00abe8;
}