<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 0055EC */

.navbar.custom-nav {
  background: #ffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}
.navbar-top {
  width: 100vw;
  padding: 6px 20px;
  background-color: #0055ec;
}
.navbar-top * {
  color: #ffff;
  font-size: 13px;
}
.navbar-top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-top-socail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-socail-link:not(:last-child) {
  margin-right: 10px;
}
.navbar-top-center {
  display: flex;
  align-items: center;
  color: #ffff;
}

.section-space2 {
    padding: 72px 0
}

.section-space {
    padding: 36px 0
}

.section-space-top {
    padding-top: 36px
}

.section-space-bottom {
    padding-bottom: 36px
}

.section-space-top2 {
    padding-top: 72px
}

.section-space-bottom2 {
    padding-bottom: 72px
}

.text12{
    font-size:12px !important;
}
.text14 {
    font-size: 14px !important;
}
.text15 {
    font-size: 15px !important;
}
.text16 {
    font-size: 16px !important;
}
.text18 {
    font-size: 18px !important;
}
.text20 {
    font-size: 20px !important;
}
.text22 {
    font-size: 22px !important;
}

.fw500{
    font-weight:500 !important ;
}

.fw600 {
    font-weight: 600 !important;
}
.fw700 {
    font-weight: 700 !important;
}






@-webkit-keyframes ringring {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.navbar-top-center-bell {
  animation: ringring 1.8s infinite ease-in-out;
}
.btn-order-now {
  outline: none;
  border: none;
  background-color: #ffff;
  position: relative;
  border: 1px solid #0091ff;
  border-radius: 16px;
  padding: 0px 16px;
  margin: 0px 6px 0px 16px;
}
.btn-order-now img {
  left: -8px;
  top: -8px;
  animation: ringring 1.8s infinite ease-in-out;
  position: absolute;
}
.btn-order-now span {
  color: #0091ff;
}

.navbar-top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-top-right-hotline {
  position: relative;
  padding-right: 10px;
  margin-right: 14px;
  display: flex;
  align-items: center;
}
.navbar-top-right-hotline::before {
  content: "";
  display: block;
  height: 26px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-top-righ-info {
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navbar-top-righ-info-label {
  padding-left: 4px;
}
.navbar-link-hover-none {
  color: #ffff !important;
}
.navbar-top-right-lang {
  display: flex;
  align-items: center;
}
.navbar-top-right-lang-text {
  font-weight: 500;
  font-size: 15px;
}
.navbar-top-right-lang-mobile {
  display: none;
}
.wrapper-grounp-mobile {
  align-items: center;
  display: none;
}
.img-lang {
  border: 1px solid #ffff;
  border-radius: 100%;
}
.navbar-toggler-custom {
  border: none !important;
  box-shadow: none !important ;
}

/* .navbar-toggler:focus{
  border: none;
  box-shadow: none  ;
} */
.dropdown-toggle-lang::after {
  display: none;
}
.nav-button {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  padding: 10px 0px;
  width: 100%;
}
.section-solutions {
  position: relative;
  background-image: url("/assets/images/image-home/bg-solution-l.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top:20px!important;
}
.solutions-content {
  padding-top: 174px;
  /* margin-bottom: -200px; */
  /* padding-bottom: 504px; */
  overflow: scroll;
}
.wrapper-solutions {
  width: 1424px;
  height: 650px;
  margin: auto;
  position: relative;
}
.img-desktop {
  width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.box-content-solutions {
  position: absolute;
}
.box-content-solutions h4 {
  font-weight: 500;
}

.box-top {
  width: 650px;
  margin: auto;
}
.box-top img {
    right: 335px;
    bottom: -145%;
    position: absolute;
    width: 340px;
}

.box-top.box-content-solutions {
    top: -140%;
    left: 60%;
    transform: translateX(-50%);
}
.box-left {
  width: 344px;
  margin: auto;
}
.box-left img {
  right: -12px;
  bottom: -140%;
  position: absolute;
  width: 340px;
}

.box-left.box-content-solutions {
 top: -15% !important;
    left: 2% !important;
}
.box-left-bottom {
  width: 314px;
  margin: auto;
}
.box-left-bottom img {
   right: -96px!important;
   bottom: 55%;
   position: absolute;
   width: 200px;
}
.box-left-bottom.box-content-solutions {
  top: 87% !important;
    left: -2% !important;
}
}

.box-bottom {
  max-width: 340px;
  bottom: 16%;
  left: 710px;
}
.box-bottom img {
  left: -288px;
  bottom: -76px;
  position: absolute;
  width: 300px;
}

.box-bottom-right {
  max-width: 300px;
  bottom: 22%;
  right: 24px;
}
.box-bottom-right img {
  left: -96px;
  bottom: 88px;
  position: absolute;
  width: 360px;
  max-width: 400px;
}
.box-right {
  max-width: 300px;
  top: -4%;
  right: 80px;
}
.box-right img {
  left: -40px;
  bottom: -176px;
  position: absolute;
  width: 264px;
}
.padding-banner {
  padding: 150px 0px;
}
.cover-banner {
  display: none;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000014;
  position: absolute;
}
.banner-home {
  min-height: 80vh;
  background-image: url("/assets/images/banner/banner-home-1.jpg");
}
.title-footer {
  display: flex;
  align-items: center;
  min-height: 70px;
}
.items-padding {
  padding-left: 160px;
}
.copyrights {
  display: flex;
  justify-content: space-between;
}
.copyrights-text {
  padding-top: 4px;
}
.border-line {
  padding-top: 26px;
  border-top: 0.5px solid #d9d9d9;
}
.about.style-5 .content .list-icon-tag-i li .icon {
  background-color: var(--color-main);
}
.box-info-project {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  padding: 40px 20px 30px 20px;
  margin: auto;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
}
.box-info-project-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-info-project-item-param {
  font-size: 32px;
  font-weight: 500;
  color: var(--color-main);
  padding-bottom: 6px;
}
.box-info-project-item-label {
  text-transform: capitalize;
  font-size: 24px;
}
.box-info-project-item-center {
  padding: 0px 80px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.section-use-case {
  position: relative;
}
.section-use-case:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000042;
}

.box-render-content {
  padding-top: 6%;
  max-width: 600px;
  width: 100%;
}
.box-render-content-title {
  font-weight: 500;
  font-size: 42px;
  color: #fff;
  padding-bottom: 10px;
}
.box-render-content-sub {
  min-height: 130px;
  font-size: 16px;
  color: #fff;
}
.wrapper-section-use-case {
  padding: 40px 0px;
  /* height: 76vh; */
  position: relative;
}
/*.box-select-change-content {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0px auto;*/

  /* position: absolute;
  left: 50%;
  bottom: 20px; */
  /* transform: translate(-50%); */
 /* background: rgba(255, 255, 255, 0.6);*/
  /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px 30px 0px 0px;
}*/
.box-select-change-content-item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s;
/*  border-radius: 30px 30px 0px 0px;*/
}
.box-select-change-content-item:hover {
  background: rgba(255, 255, 255, 0.9);
}
.box-select-change-content-item:hover .box-select-change-content-item-label {
  border-top: 2px solid #d9d9d9;
}
.box-select-change-content-img {
  border-radius: 8px;
  overflow: hidden;
}
.box-select-change-content-item-label {
  min-height: 64px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
}
.active-use-case-item-js {
  background: rgba(255, 255, 255, 0.9);
}
.active-use-case-item-js .box-select-change-content-item-label {
  border-top: 2px solid #d9d9d9;
}

.box-client {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.box-client-text {
  max-width: 100%;
  padding: 10px;
  top: 40px;
  left: 10px;
  position: absolute;
}
.box-client-text p {
  color: #fff;
}
.comment-item {
  display: flex;
  border-radius: 14px;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(12, 93, 169, 0.25);
}
.comment-item:not(:last-child) {
  margin-bottom: 22px;
}
.comment-item-main {
  padding-left: 16px;
  flex: 1;
}
.comment-body {
  padding: 10px 0px 16px 0px;
}
.stars i {
  color: #ff9900;
}
.sub-li {
  font-weight: 500;
  font-size: 20px;
  color: var(--color-main);
}
.comming-soon {
  position: relative;
}
.comming-soon::before {
  content: "Coming soon";
  position: absolute;
  padding: 0px 4px;
  top: -2px;
  font-size: 10px;
  width: 80px;
  left: calc(100% + 6px);

  background-color: var(--color-main);
  border-radius: 4px;
  color: #fff;
}

.info--center * {
  text-align: center;
}
.info--text-white * {
  color: #fff !important;
}
.info-custom .text {
  width: 100% !important;
}
.info-custom .subheading {
  font-weight: 300;
}
.title-provider {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0px;
}
.heading-body {
  font-weight: 500;
  padding: 80px 0px 20px 0px;
}

.btn-loadding {
  position: relative;
}

/* Absolute Center Spinner */
.loading {
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 1em;
  width: 1em;
  overflow: visible;
}

.hiden_loading {
  display: none;
}
.messenger {
  color: rgb(31, 187, 7) !important;
  text-align: left;
  padding-left: 16px;
  padding-top: 4px;
}
.error {
  color: #f33a58 !important;
  text-align: left;
  padding-left: 16px;
  padding-top: 4px;
}

.error-input {
  border: 1px solid #f33a58 !important;
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.4em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgb(255 255 255 / 75%) 1.5em 0 0 0,
    rgb(255 255 255 / 75%) 1.1em 1.1em 0 0, rgb(255 255 255 / 75%) 0 1.5em 0 0,
    rgb(255 255 255 / 75%) -1.1em 1.1em 0 0, rgb(255 255 255 / 75%) -1.5em 0 0 0,
    rgb(255 253 253 / 75%) -1.1em -1.1em 0 0,
    rgb(255 255 255 / 75%) 0 -1.5em 0 0, rgb(255 255 255 / 75%) 1.1em -1.1em 0 0;
  box-shadow: rgb(255 255 255 / 75%) 1.5em 0 0 0,
    rgb(255 255 255 / 75%) 1.1em 1.1em 0 0, rgb(255 255 255 / 75%) 0 1.5em 0 0,
    rgb(255 255 255 / 75%) -1.1em 1.1em 0 0, rgb(255 255 255 / 75%) -1.5em 0 0 0,
    rgb(255 253 253 / 75%) -1.1em -1.1em 0 0,
    rgb(255 255 255 / 75%) 0 -1.5em 0 0, rgb(255 255 255 / 75%) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.navbar-top-center {
}


/*
    user-guide
*/

.bg-banner-user-guide {
    height: 80vh
}

.box-sidebar {
    padding-bottom: 40px;
}

.info-user-guide i {
    font-size: 22px;
}

info-user-guide span {
    display: flex;
    align-items: center;
}

.category-user-guide {
    font-weight: 600;
    color: #0091ff;
}

.title-user-guide {
    font-weight: 600;
    font-size: 28px;
}

.box-title {
    margin-bottom: 34px;
}

.content-user-guide {
    padding: 0px 0px 40px 0px;
}

.list-categories {
    /* overflow-y: scroll; */
    /* max-height:200px  ; */
}

.title-sidebar {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}

.list-categories {
}

.item-category {
    padding: 6px 0px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.15s;
}

    .item-category:hover {
        color: #0091ff;
    }

.item-Recently {
    padding: 12px 0px;
}

.image-Recently {
    width: 30%;
    overflow: hidden;
    border-radius: 6px;
}

    .image-Recently img {
        width: 100%;
    }

.item-Recently:not(:last-child) {
    border-bottom: 1px dashed #3333;
}

.info-Recently {
    flex: 1;
    padding: 4px 0px 0px 12px;
}

    .info-Recently .date {
        font-weight: 500;
        color: #73798d;
    }

    .info-Recently .title-p {
        font-weight: 600;
        color: #232735;
    }

.box-request-top {
}

.box-request {
    padding: 30px 20px 20px 20px;
}

.box-request-top p {
    font-size: 16px;
    font-weight: 600;
    color: #0091ff;
    padding-bottom: 10px;
}

    .box-request-top p i {
        margin-right: 10px;
    }

.box-request-top h3 {
    font-weight: 600;
    font-size: 26px;
}

.btn-white {
    color: #0091ff;
    background-color: #ffff;
}

    .btn-white:hover {
        color: #ffff;
    }

.box-post {
    transition: all 0.25s;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
}

.box-info-post {
    padding: 24px 20px;
}

.tile-post {
    line-height: 26px;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 600;
}

.box-image-post {
    overflow: hidden;
}

    .box-image-post img {
        transition: all 0.25s;
    }

.box-post:hover .box-image-post img {
    transform: scale(1.2);
}

.box-post:hover {
    border-color: #0091ff;
}

.box-post a:hover {
    color: unset;
}

.image-entry-thumbnail {
}

    .image-entry-thumbnail img {
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
    }

.info-entry-thumbnail {
    padding-top: 20px
}

.info-entry-thumbnail-info-title h3 {
    font-weight: 600;
    font-size: 22px;
    padding: 4px 0px 10px 0px;
}

    .info-entry-thumbnail-info-title h3:after {
        content: "";
        width: 140px;
        height: 0;
        border: 1px solid #d3d4d8;
        display: block;
        margin-top: 6px;
    }

.item-entry-thumbnail:not(:last-child) {
    margin-bottom: 40px;
}

.widget_search .input-group {
    border: 1px solid #d3d4d8;
    border-radius: 4px;
    align-items: center;
    padding: .5rem
}

    .widget_search .input-group .form-control {
        border: 0 none
    }
</pre></body></html>