html {
  overflow-x: hidden;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}

.fb-comments iframe {
  width: 100% !important;
}

body {
  word-break: break-word;
  font-display: swap;
  font-family: "Questrial", sans-serif;
}

a {
  color: #707070;
}

.slideshow-title {
  width: calc(37.5vw - 59px);
  overflow: hidden;
  padding-right: 160px;
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-end {
  left: calc(100% - 80px);
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str {
  background: #fff;
}

.btn-base {
  width: 100%;
  max-width: 180px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border: 1px solid #707070;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 10px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.btn-base span {
  display: inline-block;
}

.btn-base:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, #0093e0 0, rgba(62, 136, 185, 0.3)), linear-gradient(180deg, #0093e0 0, rgba(62, 136, 185, 0.3));
  border: 0;
  background-position: 0 0, 100% 0;
  background-size: 0px 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-base:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0093e0;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-base:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.btn-base:hover {
  color: #fff;
}

iframe {
  display: block;
}

.logo-wrapper {
  max-width: 150px;
}

.bg-blue {
  background: #0093e0;
  color: #fff;
}

.logo-w {
  display: none;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.bg-blue .logo-w {
  display: block;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

.bg-blue footer p, .bg-blue footer h5, .bg-blue footer .footer-contact-info {
  color: #fff;
}

footer .redirect_url h5 {
  text-transform: inherit;
}

.bg-blue .logo-b {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  display: none;
}

.bg-blue .btn-theme {
  border: 1px solid #ffffff;
}

.bg-main footer .logo-b {
  display: none;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.bg-main footer .logo-w {
  display: block;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

.bg-main .btn-theme {
  border: 1px solid #ffffff;
}

.bg-main footer {
  background: #0093e0;
}

.bg-main {
  padding: 150px 0 0;
}

.bg-main footer p, .bg-main footer h5, .bg-main footer .footer-contact-info {
  color: #fff;
}

footer a:hover {
  text-decoration: underline !important;
  color: rgb(112, 112, 112);
}

.bg-main footer a:hover {
  text-decoration: underline !important;
  color: #fff;
}

.p-section {
  margin-bottom: 80px;
  margin-top: 80px;
}

.card-header {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 0;
}

.card-header .btn {
  color: #fff;
  width: 100%;
  background: #0093e0;
  text-align: left;
  border: 0 !important;
  outline: none;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0;
  display: flex;
  padding: 15px;
}

.card-header .btn span, .card-body {
  max-width: calc(100% - 110px);
  width: 100%;
  display: block;
}

.card-header .btn span {
  display: inline-block;
}

.card-header .btn small {
  width: 50px;
  display: inline-block;
  line-height: 34px;
  font-size: 35px;
}

.card-header .btn.collapsed {
  color: #111111;
  background: transparent;
  border-radius: 0;
}

.card-body {
  color: #707070;
}

.card-header:first-child {
  border-radius: 0;
}

.pb-160 {
  padding-bottom: 160px;
}

.container {
  margin: auto;
  width: calc(75vw - 120px);
  max-width: 100%;
}

.contact-info {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.contact-info span {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  left: -70px;
}

.contact-info h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  padding: 10px 0 20px;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 6px;
  margin: 10px 0 0 0;
  line-height: 70px;
}

.img-qa {
  width: 100%;
  max-height: 65vh;
  min-height: 300px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.address-info ul {
  margin-bottom: 50px;
}

.address-info li {
  width: 100%;
  max-width: calc(25vw - 80px);
  height: 55px;
  line-height: 53px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  text-align: center;
}

.result_continuation {
  height: 100vh;
  color: #fff;
}

.result_continuation h3, .result_continuation h3 div, .result_continuation h2, .result_continuation h2 div {
  margin-bottom: 35px;
  letter-spacing: 2.5px;
}

.result_continuation h3, .result_continuation h3 div {
  font-size: 35px;
}

.result_continuation p {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.product_advisor {
  padding-top: 60px;
}

.img-customer_request {
  top: -50px;
  position: relative;
  height: 65vh;
  width: 100%;
  z-index: 1;
  object-fit: cover;
}

.goals_section {
  margin-top: 160px;
}

.menu-close a {
  width: 55px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d8d8d8;
}

.goals_section * {
  color: #707070;
}

.more_information h2, .more_information p {
  color: #707070;
}

.more_information h2 div, .product_advisor h2 div {
  letter-spacing: 2.5px;
}

.font-h2 {
  font-size: 35px;
}

.img-product {
  margin: 0 0 0 auto;
  max-width: 85vw;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  bottom: -100px;
  z-index: 1;
  position: relative;
}

.product_advisor h2, .product_advisor p {
  color: #fff;
}

.bg-about * {
  font-size: 18px;
}

.color-bg-white {
  color: #757778;
}

.bg-img-project {
  background: linear-gradient(#0093e0 65%, #ffffff 35%);
  margin-bottom: -1px;
}

.bg-img-project img {
  position: relative;
  z-index: 1;
}

.img-project img {
  object-fit: contain;
  height: 70vh;
  margin: auto;
}

#list-image-project iframe {
  height: 70vh;
}

.category-project {
  padding-top: 50px !important;
}

.category-project ul {
  /* display    : inline-block; */
  margin-bottom: 50px;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
}

.info-project-list img {
  max-width: 200px;
  object-fit: contain;
  min-height: 120px;
  object-position: center;
}

.info-project-list h3 {
  color: #0093e0;
  letter-spacing: 1.5px;
}

.info-project-list p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}

.info-project-list .tag {
  margin: 15px 0;
}

.info-project-list .item-tags {
  display: inline-block;
  padding: 6px 12px;
  border: 0;
  color: #6c6c6c;
  background: #eeeeee;
  text-transform: uppercase;
  margin-right: 10px;
  border-radius: 0;
  font-size: 12px;
  line-height: 13px;
}

.category-project li {
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  min-width: 130px;
  transition: all 0.2s ease;
}

.category-project li:hover {
  color: #ffffff;
  background: #6cc8fd;
}

.category-project li.active {
  color: #ffffff;
  background: #0093e0;
}

.bg-about {
  padding-top: 30vh;
  position: relative;
}

.address-info h4 {
  text-transform: uppercase;
}

.maps-side {
  margin-top: 100px;
}

.img-contact {
  position: absolute;
  bottom: -80px;
  max-height: 400px;
  right: 15px;
  width: 100%;
  object-fit: cover;
}

[class*="btn"] {
  cursor: pointer;
}

.btn-theme {
  width: 100%;
  max-width: 180px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border: 1px solid #0093e0;
  background-color: #0093e0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 10px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-theme:hover {
  color: #0093e0;
}

.btn-theme span {
  display: inline-block;
}

.btn-theme:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(62, 136, 185, 0.3)), linear-gradient(180deg, #ffffff 0, rgba(62, 136, 185, 0.3));
  border: 0;
  background-position: 0 0, 100% 0;
  background-size: 0px 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-theme:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-theme:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.btn-theme:hover {
  color: #0093e0;
}

.btn-white {
  width: 100%;
  max-width: 180px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 10px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.btn-white:hover {
  color: #0093e0;
}

.btn-white span {
  display: inline-block;
}

.btn-white:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, #ffffff, #ffffff 0), linear-gradient(180deg, #ffffff, #ffffff 0);
  border: 0;
  background-position: 0 0, 100% 0;
  background-size: 0px 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-white:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-white:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.btn-white:hover {
  color: #0093e0;
}

.slideshow-title h1 {
  font-size: 85px;
  text-transform: uppercase;
  line-height: 79px;
  padding-top: 10px;
  letter-spacing: 6px;
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
  color: #0093e0;
  font-weight: bold;
}

.slideshow-title p {
  font-size: 16px;
  line-height: 1.5rem;
}

.slideshow-title>span {
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
  /* white-space   : nowrap; */
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0093e0;
}

.img-banner {
  position: relative;
}

.img-banner img {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-banner:after {
  content: "";
  display: block;
  padding-bottom: 67%;
}

.menu-toggle {
  position: fixed;
  left: calc(50vw - 26px);
  padding: 14px 6px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  border: 1px solid #d0d0d0;
  width: 54px;
  height: 53px;
}

.navigation-type-split.menu-scroll {
  left: calc(50% - 55px);
  width: 110px;
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str.str-first {
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str.str-one {
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str.str-two {
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str.str-three {
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

.navigation-type-split .navigation-menu-wrapper .navigation-overlay .str.str-end {
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

.slideshow-title .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}

.slick-dots li button:before {
  font-size: 12px;
}

.slick-dots li {
  margin: 0;
}

.slideshow-title .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}

.slideshow-text {
  position: absolute;
  top: 45%;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-weight: 100;
  pointer-events: none;
  min-height: 100px;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 1.7;
}

.position-relative {
  position: relative;
}

.home_content {
  width: 100%;
  height: 100vh;
  left: calc(12.5% + 60px);
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 10;
  top: 0;
}

.page-overlay.w-100 {
  max-width: 100%;
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a p {
  display: none;
}

.split-slideshow {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.img-about-us {
  z-index: 1;
}

.img-about-us-home {
  margin-top: -60px;
  margin-bottom: 160px;
  overflow: hidden;
}

.img-about-us-home>picture {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  object-position: center;
}

.img-about-us-home img {
  width: 100%;
}

.img-about-us-home:after {
  content: "";
  display: block;
  padding-bottom: 65%;
}

.img-jobs {
  position: relative;
  z-index: 2;
}

.img-jobs img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

footer .navigation-information {
  padding: 0px 0px 0px 80px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}

footer .subtitle {
  margin-bottom: 60px;
  color: var(--white-color-2);
}

footer .two-side-contact {
  display: flex;
  flex-wrap: wrap;
}

footer .contact-side {
  width: 50%;
  margin-bottom: 60px;
  padding-right: 50px;
}

footer .contact-side .contact-title {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--white-color);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}

footer .contact-info {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  line-height: 24px;
}

footer .contact-side .contact-info {
  display: flex;
  flex-direction: column;
}

.blue-bg {
  color: #fff;
  height: 100%;
}

a:hover {
  text-decoration: none !important;
}

footer .inner-wrapper .social-list li a {
  color: #707070;
}

.text-slider-wrapper span a {
  color: #222222;
  font-weight: bold;
  letter-spacing: 1px;
}

.text-slider-wrapper span a.active {
  color: #044bec;
}

.circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  max-height: 50px;
  z-index: 2;
}

.info-about-us {
  left: calc(12.5vw + 60px);
  width: 25vw;
  position: relative;
  z-index: 2;
}

.jobs .info-about-us {
  z-index: 1;
}

.open-application {
  margin-top: 14px;
}

.desContent h4 {
  letter-spacing: 1px;
  font-size: 25px;
  padding-top: 20px;
}

.quote_customer * {
  text-align: center;
  color: #7d7d7d;
}

.quote_customer {
  padding: 60px 0;
}

.quote_customer i {
  font-size: 30px;
  display: block;
  margin: auto;
}

.client img {
  margin: auto;
  margin-bottom: 30px;
  max-width: 300px;
  object-fit: contain;
  max-height: 140px;
}

.come-with-us {
  position: relative;
  margin: 0px 0 20px;
}

.come-with-us:hover h2 {
  color: #0093e0;
  letter-spacing: 14px;
}

.come-with-us img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.come-with-us:hover img {
  transform: scale(1.1);
}

.come-with-us h2 {
  font-size: 100px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: inherit;
  transition: all 0.8s ease-in-out;
  color: #ccc8c0;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 7px;
}

.about-us-page {
  padding-top: 60px;
}

/*-----------------*/

/***** Hera *****/

/*-----------------*/

figure.effect-hera {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
  height: 100%;
}

figure.effect-hera .img-effect-hera {
  top: 50%;
  left: 50%;
  margin: auto;
  z-index: 3;
  object-fit: cover;
  position: absolute;
  content: "";
  width: calc(35vw - 40px);
  height: calc(25vw - 40px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.about-us-page .come-with-us {
  margin: 80px 0;
}

.des-come-us {
  position: absolute;
  top: 0;
  background: rgb(255 255 255 / 70%);
  z-index: 2;
  width: calc(100% - 30px);
  margin: 15px;
  padding: 15px;
}

.des-come-us p {
  margin: 0;
}

.come-with-us:hover figure.effect-hera .img-effect-hera {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
}

.come-with-us img {
  margin: auto;
  z-index: 2;
  object-fit: cover;
  position: relative;
}

.about-us-page .slideshow-title h1 {
  font-size: 48px;
  line-height: 53px;
  letter-spacing: 6px;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 10px;
}

.over-service {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  min-height: 500px;
  z-index: 1;
  max-height: 600px;
}

.item-mission {
  margin-bottom: 60px;
  list-style: none;
}

.over-service h1 {
  font-size: 38px;
  color: #0093e0;
  line-height: 45px;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 10px;
  letter-spacing: 6px;
  font-weight: bold;
  text-transform: uppercase;
}

.slick-slider {
  z-index: 2;
}

.number-list {
  position: absolute;
  font-size: 90px;
  font-family: fantasy;
  display: none;
  opacity: 0.5;
}

.wrap-item-mission {
  padding-right: 50px;
  max-width: 450px;
  margin: 0 auto 30px;
  text-align: justify;
}

.wrap-item-mission h4 {
  margin: 0;
  text-transform: uppercase;
  /* height        : 40px; */
  line-height: 40px;
  font-size: 21px;
  align-items: center;
  padding: 10px 0;
  font-weight: bold;
  /* white-space   : nowrap; */
  letter-spacing: 0.5px;
}

.client-tt.in-house {
  position: relative;
  top: 115px;
  line-height: 40px;
  font-size: 21px;
}

.logo-small-scroll {
  border: 1px solid #d8d8d8;
  width: 55px;
  height: 53px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  opacity: 0;
  right: calc(50% - 25px);
  border-right: 0;
  object-fit: contain;
  justify-content: center;
  position: absolute;
}

.logo-small-scroll img {
  width: 40px;
}

.bg-blue .logo-small-scroll {
  background: #0093e0;
}

.logo-small {
  width: 40px;
  border-right: 0;
  object-fit: contain;
}

.menu-scroll .menu-toggle {
  position: fixed;
  left: 50%;
  transition: all 0.4s ease-in-out;
  padding: 14px 8px;
  align-content: center;
  background: #fff;
  border: 1px solid #d0d0d0;
  width: 55px;
  height: 53px;
  align-items: center;
  justify-content: center;
}

.menu-scroll .menu-toggle .bars .toggle-bar:not(:last-child) {
  margin-bottom: 5px;
}

.menu-close i {
  border: 1px solid #d8d8d8;
}

.menu-scroll.navigation-type-split .inner-wrapper .left-side .logo-wrapper {
  opacity: 0 !important;
  transition: all 0.4s ease-in-out;
}

.menu-scroll .logo-small-scroll {
  opacity: 1;
  right: 50%;
  transition: all 0.4s ease-in-out;
}

.mission {
  padding: 160px 0 0px;
  position: relative;
  z-index: 1;
}

.menu-toggle .bars .toggle-bar:first-child {
  height: 5px;
  width: 100%;
}

.menu-toggle .bars .toggle-bar {
  width: 80%;
}

.menu-toggle .bars .toggle-bar:last-child {
  height: 5px;
  width: 80%;
}

.scrolltop {
  display: block;
  width: 80px;
  background: #0093e0;
  height: 290px;
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 0;
}

.bg-blue .scrolltop {
  bottom: 33.3vh;
}

.img-jobs .scrolltop {
  top: -290px;
}

.jobs-container .contact-info h2 {
  line-height: 110px;
}

.slide-loading {
  width: 2px;
  height: 160px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 2;
}

.text-loading {
  color: #fff;
  justify-content: space-between;
  display: flex;
  left: -90px;
  bottom: 135px;
  width: 260px;
  transform: rotate(-90deg);
  position: absolute;
}

.list-jobs h3, .list-jobs p {
  margin-bottom: 0px;
  line-height: 1.4;
  color: #fff;
}

.job-description {
  color: #606060;
  position: relative;
  z-index: 1;
}

.list-job-des {
  padding-left: 30px;
}

.list-job-des ul {
  list-style: circle;
  padding-left: 30px;
}

.list-job-des ul li {
  list-style: circle;
}

.list-jobs h3 {
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-apple-cv input.form-control {
  max-width: 100%;
  border: 1px solid #000000;
  margin-bottom: 20px;
  margin-top: 10px;
}

.form-apple-cv textarea.form-control {
  max-width: 100%;
  border: 1px solid #000000;
  margin-bottom: 20px;
  margin-top: 10px;
}

.bg-blue .text-loading {
  color: #0093e0;
}

.form-apple-cv .btn-theme {
  background-color: #000;
  max-width: 250px;
}

.form-apple-cv .btn-theme:hover {
  color: #000;
}

.bg-blue .slide-loading {
  background: rgb(0 147 224 / 40%);
}

.slide-loading .slide-load-inner {
  position: absolute;
  top: 100%;
  left: 0;
  width: 2px;
  height: 0;
  background: #fff;
  animation: loading 0.7s infinite;
}

.bg-blue .scrolltop {
  background: #ffffff;
}

.bg-blue .slide-loading .slide-load-inner {
  background: #0093e0;
}

.navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-info {
  color: #111;
  min-width: 200px;
}

.menu-close i {
  color: #7d7d7d;
}

@keyframes loading {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 35%;
    height: 50px;
  }
  100% {
    top: 100%;
    height: 0;
  }
}

@keyframes loading-top {
  0% {
    top: 100%;
    height: 0;
  }
  50% {
    top: 35%;
    height: 24px;
  }
  100% {
    top: 0;
    height: 0;
  }
}

.img-activity:nth-child(2n) img {
  position: relative;
  top: 80px;
}

.img-activity {
  position: relative;
}

.img-activity img {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-activity:after {
  content: "";
  display: block;
  padding-bottom: 65%;
}

.activity .slick-list {
  overflow: initial;
}

.border_page {
  border-left: 1px solid rgb(211 211 211 / 50%);
  border-right: 1px solid rgb(211 211 211 / 50%);
}

.border_page_right {
  border-right: 1px solid rgb(211 211 211 / 50%);
}

.hero-slideshow {
  background: no-repeat center;
  background-size: contain;
}

.service {
  position: relative;
}

.img-service-basic {
  position: relative;
}

.img-service-basic:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}

.img-service-basic img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-item-mission {
  height: 100px;
  width: auto;
  max-width: 160px;
  margin-bottom: 15px;
  object-fit: contain;
}

.scrolltop.service-scroll {
  bottom: -100px;
}

.text-our-service {
  color: #0093e0;
  margin-top: 50px;
  font-size: 25px;
  font-weight: bold;
  display: block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  padding-left: 20px;
}

.text-our-service span {
  width: 15px;
  height: 15px;
  background: #0093e0;
  display: inline-block;
  position: relative;
  left: -20px;
}

.service-wrap {
  padding: 100px 0;
  width: calc(100vw - 25vw + 41px);
  position: relative;
  left: calc(25vw + 21px);
}

.item-service {
  position: relative;
  max-width: 30vw;
  padding-top: 20px;
  padding-left: 20px;
  overflow: hidden;
  padding-right: 80px;
}

.service-wrap .item-service {
  transition: all 0.3s ease-in-out;
}

.service-wrap .item-service:nth-child(2n) {
  margin-top: 80px;
}

.service-wrap .item-service:hover {
  transform: scale(1.1);
}

.service-wrap .slick-list {
  overflow-y: initial;
  overflow-x: initial;
}

.info-service {
  position: absolute;
  bottom: 25%;
  left: 0;
  z-index: 2;
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
  width: 50%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.newspage h1 {
  font-size: 35px;
  padding-top: 10px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1px;
  color: #0093e0;
  text-transform: uppercase;
}

.info-about-home h1 {
  font-size: 38px;
  color: #0093e0;
  line-height: 45px;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 10px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

#team .mission h2 {
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 6px;
  margin: 40px 0 5px;
}

.hover-des .info-service {
  opacity: 1 !important;
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 2;
  white-space: nowrap;
  transition: all 0.1s ease-in-out;
  width: 100%;
  padding: 0;
  background: none;
}

.hover-des .title-service {
  color: #ffffff;
}

#team {
  margin-bottom: 120px;
}

.core-value {
  position: relative;
  top: -160px;
}

.core-value-tt {
  position: relative;
  top: -160px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 60px;
  line-height: 1.3;
}

.core-value-tt div {
  text-align: center !important;
}

.img-news-hot {
  height: 65vh;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.wrap-item-news {
  margin-top: 160px;
}

.item-news {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
}

.info-news {
  width: 100%;
  padding: 15px;
}

.wrap-info {
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 1));
  align-items: flex-end;
}

.item-news img {
  transition: all 0.4s ease-in-out;
}

.item-news {
  overflow: hidden;
}

.item-news:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

.info-news a span {
  text-transform: uppercase;
  color: #0093e0;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 14px;
}

.info-news a h3 {
  color: #fff;
  line-height: 25px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
}

.service-wrap .des {
  position: absolute;
  top: 20px;
  height: calc(100% - 20px);
  padding: 20px 20px 40px 20px;
  display: flex;
  left: 20px;
  z-index: 2;
  /* align-items      : flex-end; */
  text-align: left;
  width: calc(100% - 100px);
  color: #ffffff;
  background: rgb(0 147 224 / 80%);
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  line-height: 2;
}

/* .bg-blue .title-service {
  color      : #ffffff;
  text-shadow: 1px 1px 4px #0093e0;
  line-height: 30px;
} */

.service-wrap .item-service .des {
  position: absolute;
  top: auto;
  bottom: 0;
}

.service-wrap .item-service .des {
  position: absolute;
  content: "";
  opacity: 0;
  padding: 30px;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}

.service-wrap .item-service:hover .des {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.service-wrap .item-service .des .hover-des {
  padding: 30px;
  /* border: 1px solid #fff; */
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  text-align: justify;
  font-size: 16px;
}

.service-wrap .item-service:hover .info-service {
  opacity: 0;
}

.item-service:nth-child(2n) .info-service {
  top: 25%;
  bottom: auto;
}

.pagination {
  margin: 0 auto 0;
  padding: 30px 0 60px;
  position: relative;
  z-index: 1;
}

.page-link {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 5px;
  font-weight: bold;
  line-height: 30px;
  color: #707070;
  background-color: transparent;
  border: 0;
  min-width: 30px;
  height: 30px;
  text-align: center;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 0;
}

.page-link:hover {
  background: none;
}

.page-item:last-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-link:focus {
  outline: 0;
  box-shadow: none;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0093e0;
  border-color: #0093e0;
}

.title-service {
  color: #0093e0;
  font-weight: bold;
  margin: 0;
  font-size: 35px;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.category-service {
  margin-bottom: 0;
  line-height: 30px;
  font-size: 16px;
  color: #111111;
  text-shadow: 1px 1px #ffffff;
  font-weight: bold;
}

.hover-des .category-service {
  text-shadow: none;
  color: #fff;
}

.number {
  position: absolute;
  left: 0;
  white-space: nowrap;
  color: #0093e0;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

footer {
  z-index: 0;
  padding: 10px 0 30px;
}

footer h5 {
  color: #0093e0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

footer p, footer .footer-contact-info {
  color: #757778;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

footer .form-control {
  margin-top: 20px;
}

.form-control {
  border: 1px solid #0093e0;
  line-height: 48px;
  height: 50px;
  width: 100%;
  border-radius: 0;
  max-width: 300px;
  padding: 0 15px;
  background-color: #fff;
}

footer h5:nth-child(3) {
  margin-top: 30px;
}

.info-about-us {
  text-align: justify;
}

.about-us .info-about-us {
  left: calc(12.5vw - 20px);
}

.about-us .info-about-us h4 {
  color: #0093e0;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
}

.about-us .info-about-us h4 span {
  width: 15px;
  height: 15px;
  background: #0093e0;
  display: inline-block;
  position: relative;
  left: -20px;
}

.img-news-details {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  position: relative;
}

.content-overlay {
  background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 18%));
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
}

.a-text {
  line-height: 30px;
  display: inline-block;
  color: #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
}

.top-news {
  position: relative;
  z-index: 2;
}

.top-news h1 {
  position: absolute;
  padding-top: 10px;
  z-index: 1;
  letter-spacing: 2px;
  font-family: "Nunito Sans", sans-serif;
  bottom: 80px;
}

.img-banner {
  position: relative;
  z-index: 2;
}

.img-about-page {
  width: calc(75vw - 40px);
  margin: 0 0 0 auto;
  position: relative;
  top: 100px;
  left: 0;
}

.img-about-page.img-banner:after {
  content: "";
  display: block;
  padding-bottom: 55%;
}

.article_details {
  text-align: justify;
}

.article_details * {
  font-family: "Questrial", sans-serif !important;
}

.tag {
  margin: 30px 0;
}

.open-application {
  margin-top: 100px;
  color: #7d7d7d;
}

.open-application h2 {
  font-size: 48px;
}

.title-tag {
  display: inline-block;
  padding: 6px 12px;
  background: #111;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 10px;
  margin-right: 10px;
  line-height: 9px;
}

.item-tags {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #c9c9c9;
  color: #111;
  text-transform: uppercase;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 10px;
  line-height: 9px;
}

.basic_img {
  position: relative;
  overflow: hidden;
}

.basic_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.item_news_related {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.basic_img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.img-43 {
  position: relative;
  overflow: hidden;
}

.img-43 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.over_project {
  padding-bottom: 70px !important;
  min-height: 60vh;
}

.list-info {
  margin-bottom: 20px;
}

.over_project h1 {
  font-size: 80px;
  line-height: 70px;
  letter-spacing: 6px;
  font-family: "Nunito Sans", sans-serif;
  padding: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #e97962;
}

.over_project h5 {
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-weight: bold;
}

.img-43:after {
  content: "";
  display: block;
  padding-bottom: 85%;
}

.news_related img {
  border-radius: 2px;
}

.news_related h4 {
  font-weight: bold;
  letter-spacing: 1px;
  color: #0093e0;
}

.news_related h5 {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.item-member {
  padding: 70px;
  margin-bottom: 120px;
}

.proud_to.inner_page_container {
  padding-top: 60px;
}

.proud_to * {
  color: #707070;
}

.proud_to h2 {
  letter-spacing: 2px;
}

.wrap-member:nth-child(3n + 2) {
  position: relative;
  top: -240px;
}

.info-member {
  position: absolute;
  z-index: 10;
  bottom: 25%;
  left: 40px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.mt-member {
  margin-top: 240px;
}

.info-member h3 {
  margin: 0;
  font-weight: bold;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.5px;
  color: #0093e0;
}

.core-value-tt {
  font-size: 40px;
  margin-bottom: 20px;
}

::-webkit-scrollbar {
  display: none;
}

.info-member div {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 16px;
  color: #111111;
  font-weight: bold;
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a.active span {
  color: #0093e0;
}

.article_details:first-child:first-letter {
  font-weight: 700;
  font-size: 35px;
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  margin: 10px 20px 0;
  line-height: 50px;
}

.menu-close i {
  border: 1px solid #d8d8d8;
  width: 55px;
  height: 53px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.about-home {
  padding: 80px 0 0px;
}

.about-home h1 {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 60px;
  padding-top: 10px;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 25px;
  color: #0093e0;
  font-weight: bold;
}

.about-home span {
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
  /* white-space: nowrap; */
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #606060;
  font-weight: bold;
}

.project-logo img {
  max-width: 350px;
  max-height: 250px;
  transition: all 0.4s ease-in-out;
}

.project-logo img:hover {
  transform: scale(1.1);
}

.list-jobs {
  padding-bottom: 40px;
}

.info-about-home {
  padding-left: 40px;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.mission div, .des, .over-service p {
  text-align: justify;
}

.about-home .img-169 {
  margin-top: 100px;
  top: 100px;
}

.img-169 {
  position: relative;
}

.img-169 img {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-169:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.img-11 {
  position: relative;
}

.img-11 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.img-11:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.about-home .btn-base span {
  line-height: 48px;
  margin: 0 !important;
  padding: 0;
}

.about-home .btn-base:hover span {
  color: #fff;
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item img {
  opacity: 0;
}

.navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:hover img {
  opacity: 1;
  transform: scale(1);
}

.hover-menu {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: -60px;
  transform: scale(0.8);
  top: -70px;
}

#aboutus .info-about-us {
  padding-top: 20px;
}

.info-about-us p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.about-home .img-169 {
  margin-top: 0;
}

.bg-canvas {
  position: absolute;
  right: 0;
  display: block;
  top: 0;
  transition: all 35s ease-in-out;
}

.bg-canvas.right {
  animation: right 50s infinite;
}

.bg-canvas.top {
  animation: top 50s infinite;
}

.client {
  max-width: 100%;
}

.come-with-us {
  position: relative;
  z-index: 2;
}

.client-tt {
  top: 30%;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: 1px;
  z-index: 3;
  margin-left: -30px;
  border: 1px solid;
  padding: 10px 20px 7px 39px;
  display: block;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.client-tt:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  background: rgb(255 255 255 / 20%);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.client-tt:link:after, .client-tt:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

/* 
.client-tt:hover {
  background-color: transparent;
  text-shadow     : nthree;
} */

/* .client-tt:hover:before {
  left : 0%;
  right: auto;
  width: 100%;
} */

.client-tt span {
  width: 15px;
  height: 15px;
  background: #fff;
  display: inline-block;
  position: relative;
  left: -20px;
}

.client-home-bg {
  padding-top: 80px;
  position: relative;
}

.project-home {
  overflow: hidden;
  position: relative;
}

.project-home a {
  overflow: hidden;
}

.project-home:hover .img-project-home {
  transform: scale(1.1);
  opacity: 0;
}

.project-home:hover .img-logo-project-home {
  transform: scale(1);
  opacity: 1;
}

.project-home .img-project-home {
  margin: auto;
  margin-top: 13px;
  margin-bottom: 15px;
  max-width: 350px;
  object-fit: contain;
  width: 100%;
  height: 250px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.6s ease-in-out;
  object-position: center;
}

.img-logo-project-home {
  margin: auto;
  margin-top: 13px;
  margin-bottom: 15px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  height: 250px;
  display: flex;
  opacity: 0;
  align-items: center;
  top: 0;
  transform: scale(1.1);
  position: absolute;
  transition: all 0.6s ease-in-out;
  object-position: center;
}

.page-link.page-text {
  font-size: 13px;
  padding: 0 10px;
  border: 1px solid;
}

.img-logo-project-home img, .img-logo-project-home picture {
  margin: auto;
  max-width: 250px;
  max-height: 150px;
}

.category-project-home {
  width: 90%;
  max-width: 300px;
  margin: auto;
  background: #e9e9e9;
  padding: 0 9px;
  border: none;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.ReactModal__Overlay {
  z-index: 99;
}

.ReactModal__Content {
  box-shadow: 0px 0px 6px #382121;
  border: 0 !important;
  padding: 0 !important;
  color: #7d7d7d;
  height: 70vh;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-width: 97vw;
}

#list-image-project {
  height: 100%;
  margin: 0;
  background: #eeeeee;
  display: flex;
  align-items: center;
}

#list-image-project .slick-prev {
  left: 7px;
  z-index: 9;
  width: 35px;
  height: 35px;
  background: rgb(0 0 0 / 35%);
  border-radius: 50%;
  padding: 6px;
}

.ReactModal__Content h3 {
  color: #0093e0;
}

#list-image-project .slick-next {
  right: 0;
  z-index: 9;
  width: 35px;
  height: 35px;
  background: rgb(0 0 0 / 35%);
  border-radius: 50%;
  padding: 6px;
}

#list-image-project .slick-next:hover, #list-image-project .slick-prev:hover {
  background: rgb(0 0 0 / 75%);
}

#list-image-project .slick-dots {
  bottom: 10px;
}

.img-logo-project {
  max-width: 250px;
  max-height: 190px;
}

.modal-project {
  max-width: 100%;
  width: 1000px;
  padding: 0;
  height: 100%;
}

@keyframes right {
  0% {
    right: 0px;
  }
  50% {
    right: 300px;
  }
  100% {
    right: 0;
  }
}

@keyframes top {
  0% {
    top: 0;
  }
  50% {
    top: 300px;
  }
  100% {
    top: 0;
  }
}

@media (min-width: 768px) {
  .menu-item.social, .menu-item.lang {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .come-with-us h2 {
    color: #0093e0;
    font-size: 36px;
    z-index: 5;
  }
  .service-wrap .item-service .des .hover-des {
    padding: 10px;
    font-size: 14px;
  }
  .service-wrap .item-service .des {
    padding: 10px;
    line-height: 1.5;
  }
  .come-with-us figure.effect-hera .img-effect-hera {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
  }
  .come-with-us:hover h2 {
    font-size: 45px;
    color: #0093e0;
    padding-bottom: 3px;
    letter-spacing: 3px;
  }
  figure.effect-hera .img-effect-hera {
    width: calc(100vw - 40px);
    height: calc(28vw - 40px);
  }
  .come-with-us img {
    margin: auto;
    width: 40%;
    height: 40vw;
    object-fit: cover;
    position: relative;
  }
  h3 {
    margin: 0;
  }
}

@media (max-width: 1370px) {
  .slideshow-text {
    font-size: 40px;
    width: calc(100% - 100px);
  }
  .img-about-us-home {
    margin-bottom: 80px;
  }
  .client-tt {
    margin-left: 0;
  }
  #team .mission h2 {
    margin: 15px 0;
    font-size: 32px;
  }
  .service-wrap {
    left: 60px;
  }
  .service-wrap .item-service .des .hover-des {
    padding: 15px;
  }
  .about-home {
    height: auto;
  }
  .service-wrap .des {
    width: calc(100% - 40px);
    line-height: 1.5;
  }
  .service-wrap .des div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    font-size: 14px;
    -webkit-box-orient: vertical;
  }
  .card-header .btn span, .card-body {
    max-width: 100%;
    line-height: 1.2;
  }
  .font-h2 {
    font-size: initial;
  }
  .img-customer_request {
    max-height: 500px;
  }
  .result_continuation {
    max-height: 800px;
  }
  .wrap-item-mission {
    padding-right: 40px;
  }
  .about-home .col-xl-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .info-about-home {
    padding-left: calc(60px + 25%);
  }
  .about-home .col-xl-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container {
    margin: auto;
    width: calc(100vw - 135px);
    max-width: 100%;
  }
  footer {
    z-index: 0;
    padding: 60px 0 30px;
  }
  .contact_page .container {
    margin: auto;
    width: calc(75vw - 135px);
    max-width: 100%;
  }
  .about-us .info-about-us {
    left: 20px;
    width: 35vw;
  }
  .about-home span {
    margin-bottom: 9px;
    margin-top: 0px;
  }
  .about-home h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .info-about-us {
    left: 95px;
    width: 35vw;
    position: relative;
  }
  .pb-160 {
    padding-bottom: 120px;
  }
  .img-product {
    max-width: 95vw;
    bottom: -50px;
  }
  .item-service {
    padding-right: 20px;
    /* left         : 60px */
  }
  .page-social-list {
    padding: 0 25px;
  }
  .home_content {
    left: 81px;
  }
  footer h5 {
    font-size: 16px;
  }
  .slideshow-title h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .slideshow-title {
    left: auto;
    width: calc(50vw - 60px);
    padding-right: 20px;
  }
  .slideshow-title .slick-dots {
    right: 0;
  }
  .client img {
    max-width: 180px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .inner_page_container {
    padding: 30px 0 0;
  }
}

@media (max-width: 1360px) and (min-width: 1024px) {
  .scrolltop {
    display: none;
  }
  .service-wrap {
    left: 60px;
  }
  .service-wrap .item-service .des .hover-des {
    padding: 15px;
  }
  .service-wrap .item-service .des {
    padding: 10px;
  }
  .service-wrap .des div {
    line-height: 1.5;
    font-size: 13px;
  }
  .des_content_service .info-about-us {
    left: 95px;
    width: 40vw;
    position: relative;
  }
  .info-about-home {
    padding-left: 60px;
  }
  .over_project {
    min-height: auto;
  }
  .come-with-us h2 {
    font-size: 70px;
  }
  figure.effect-hera .img-effect-hera {
    top: 71%;
  }
  .come-with-us:hover h2 {
    font-size: 89px;
    color: #0093e0;
  }
  figure.effect-hera .img-effect-hera {
    width: calc(50vw - 40px);
    height: auto;
  }
  .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a {
    font-size: 25px;
  }
  .result_continuation-common {
    height: auto;
    padding: 60px 0 100px;
  }
  .come-with-us {
    position: relative;
    margin: 80px 0 120px;
  }
  .come-with-us p {
    font-size: 14px;
    max-width: 80vw;
  }
  .info-about-us h4 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .wrap-item-mission {
    padding-right: 15px;
  }
  .result_continuation {
    height: auto;
    padding: 0px 0 100px;
  }
  .container {
    margin: auto;
    width: calc(100vw - 135px);
    max-width: 100%;
  }
  .more_information h2 {
    font-size: 20px;
  }
  .service-wrap .des {
    line-height: 1;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .client img {
    max-width: 124px;
  }
  .info-goals {
    padding: 30px;
  }
  .over_project {
    min-height: auto;
  }
  .client-tt {
    display: none;
  }
  #team {
    margin-bottom: 60px;
  }
  .core-value-tt {
    top: -80px;
    height: 60px;
  }
  .wrap-item-mission {
    padding-right: 15px;
  }
  .wrap-item-mission h4 {
    font-size: 18px;
  }
  .client-home-bg {
    padding-top: 0px;
  }
  .page-content.page-home {
    padding-top: 0;
  }
  .client-home-bg {
    padding-top: 0px;
  }
  .info-about-home {
    padding-left: 80px;
  }
  .about-home .img-169 {
    top: 0;
  }
  .img-customer_request {
    max-height: 380px;
  }
  .result_continuation {
    height: auto;
    padding: 0px 0 100px;
  }
  .result_continuation-common {
    height: auto;
    padding: 60px 0 100px;
  }
  .about-home {
    padding: 100px 0 0;
  }
  .contact_page .container {
    margin: auto;
    width: calc(100vw - 135px);
    max-width: 100%;
  }
  .come-with-us p {
    font-size: 14px;
    max-width: 80vw;
  }
  .come-with-us {
    position: relative;
    margin: 80px 0 80px;
  }
  .goals_section {
    margin-top: 115px;
  }
  #aboutus .info-about-us {
    width: calc(100% - 80px);
    left: 60px;
  }
  .navigation-type-split .navigation-menu-wrapper .navigation-information .two-side-contact .contact-side .contact-info {
    margin-bottom: 30px;
  }
  .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:not(:last-child) {
    margin-bottom: 0px;
  }
  .img-product {
    max-width: 95vw;
    bottom: -30px;
    max-height: 350px;
  }
  .container {
    margin: auto;
    width: calc(100vw - 40px);
    max-width: 100%;
  }
  .address-info li {
    max-width: 100%;
  }
  .item-service {
    max-width: 100%;
  }
  .contact-info span {
    left: 0;
  }
  .split-slideshow {
    display: block;
  }
  .address-info {
    padding-left: 20px;
  }
  .maps-side iframe {
    height: 300px;
  }
  .bg-about {
    padding-top: 150px;
  }
  .slideshow-title {
    left: auto;
    width: calc(100vw - 120px);
    padding-right: 0;
  }
  .home_content {
    padding: 150px 0 0;
    height: auto;
  }
  .img-banner img {
    height: auto;
    width: 100%;
    margin-top: 0;
    object-fit: cover;
  }
  .img-banner {
    left: -80px;
    position: relative;
  }
  .img-about-page {
    left: 0;
  }
  .item-member {
    padding: 15px;
  }
  .info-member h3 {
    font-size: 20px;
  }
  .info-member {
    bottom: 30px;
    left: -5px;
  }
  .come-with-us h2 {
    font-size: 70px;
    letter-spacing: 3px;
  }
  .page-overlay .str {
    display: none;
  }
  .inner_page_container {
    max-width: calc(100% - 40px);
  }
  .info-about-us {
    left: calc(12.5vw + 60px);
    width: 100%;
    padding-top: 30px;
    position: relative;
  }
  .des_content_service .info-about-us {
    left: 40px;
    width: calc(100% - 53px);
    padding-top: 2px;
    position: relative;
  }
  .img-about-us img {
    height: auto;
    margin-top: 0;
    width: 100%;
    object-fit: cover;
  }
  footer h5 {
    font-size: 17px;
    margin-top: 30px;
  }
  .about-us .info-about-us {
    padding-top: 0;
    left: 40px;
    width: calc(100% - 40px);
  }
  .info-about-us h4 {
    font-size: 17px;
  }
  .img-logo-project-home img {
    margin: auto;
    max-width: 250px;
    max-height: 150px;
    object-fit: contain;
  }
  .scrolltop {
    display: none;
  }
  .service-wrap .des {
    line-height: 2;
  }
  .come-with-us h2:hover {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .service-wrap {
    left: 0px;
  }
  .page-overlay .str.str-first, .page-overlay .str.str-one, .page-overlay .str.str-three, .page-overlay .str.str-four, .page-overlay .str.str-end {
    display: none;
  }
  .navigation-type-split .navigation-menu-wrapper .navigation-overlay .str-end {
    left: 50%;
    border-left: 1px solid rgb(211 211 211 / 50%) !important;
  }
  .img-about-us-home {
    margin-bottom: 0px;
  }
  .core-value, .core-value-tt {
    top: 0;
  }
  .wrap-item-mission h4 {
    font-size: 16px;
  }
  .info-about-home h1 {
    font-size: 30px;
  }
  .info-member h3 {
    font-size: 25px;
  }
  .info-member {
    left: 0;
  }
  #team {
    margin-bottom: 0px;
  }
  .wrap-item-mission {
    padding-right: 15px;
  }
  .navigation-type-split .inner-wrapper .right-side {
    display: none;
  }
  .info-about-home {
    padding: 20px;
  }
  .info-project-list img {
    max-width: 100px;
    min-height: 80px;
    margin: auto;
  }
  .come-with-us img {
    margin: auto;
    width: 50vw;
    height: 50vw;
    object-fit: cover;
    position: relative;
  }
  .more_information .info-about-us, .info-goals {
    padding: 30px;
  }
  .jobs-container .contact-info h2 {
    line-height: 50px;
    font-size: 30px;
  }
  .contact-info {
    margin-bottom: 40px;
  }
  .column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .navigation-type-split .navigation-menu-wrapper .navigation-overlay .str {
    border: none;
  }
  .result_continuation {
    height: auto;
    padding: 0px 0 100px;
  }
  .result_continuation-common {
    height: auto;
    padding: 60px 0 100px;
  }
  .service-wrap .des div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    font-size: 14px;
    -webkit-box-orient: vertical;
  }
  .contact_page .container {
    margin: auto;
    width: calc(100vw);
    max-width: 100%;
  }
  .about-home h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .about-home span {
    font-size: 14px;
    line-height: 20px;
  }
  .service-wrap .item-service:hover {
    transform: scale(1);
  }
  .about-home {
    padding: 100px 0 0px;
  }
  .client-home-bg {
    padding-top: 0px;
  }
  .about-home .img-169 {
    top: 0;
  }
  /* p {
    font-size: 13px;
  } */
  .info-about-us h4 {
    font-size: 17px;
  }
  .over_project h5 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .over_project h1 {
    font-size: 45px;
    line-height: 49px;
  }
  .img-product {
    max-width: 95vw;
    bottom: -27px;
    max-height: 200px;
  }
  .goals_section {
    margin-top: 90px;
  }
  .open-application h2 {
    font-size: 30px;
  }
  .scrolltop {
    display: none;
  }
  .pb-160 {
    padding-bottom: 0;
  }
  footer .navigation-information {
    padding: 30px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  footer .subtitle {
    margin-bottom: 30px;
    color: var(--white-color-2);
  }
  footer .two-side-contact {
    display: flex;
    flex-wrap: wrap;
  }
  footer .contact-side {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 50px;
  }
  .logo-wrapper img {
    max-width: 100px;
  }
}

.menu-item.lang {
  position: fixed !important;
  bottom: 60px;
  left: 0;
}

.menu-item.social {
  position: fixed !important;
  bottom: 40px;
  left: 0;
}

.project-logo {
  margin-bottom: 30px;
}

/*Home resposive */

@media (max-width: 767px) {
  .hero-slideshow {
    padding: 0;
  }
  .custom-model-inner {
    top: 40px;
  }
  .close-btn img {
    width: 25px;
  }
  .project-logo {
    margin-bottom: 0px;
  }
  .close-btn {
    top: -30px;
  }
  .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
  }
  .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item a p {
    display: none;
  }
  .info-about-us {
    text-align: left;
  }
  footer {
    z-index: 0;
    padding: 0 0 30px;
  }
  .wrap-item-mission img {
    margin: auto;
    max-width: 100px;
  }
  .wrap-item-mission h4 {
    justify-content: center;
  }
  .navigation-type-split .navigation-menu-wrapper .navigation-information {
    display: none;
  }
  .bg-about {
    padding-top: 100px;
  }
  .address-info li {
    max-width: 100%;
  }
  .over-service h1 div {
    font-size: 25px;
    line-height: 26px;
    padding: 5px 0;
  }
  .img-customer_request {
    height: auto;
  }
  .list-jobs [class*="col-md-6"] {
    padding: 0;
  }
  .number-list {
    left: calc(50% - 50px);
  }
  .menu-close i {
    font-size: 30px;
    /* border: 0; */
  }
  .home_content {
    left: 0;
    height: auto;
    padding: 80px 20px 0;
  }
  .pl-xs-0 {
    padding-left: 0;
  }
  .list-jobs h3 {
    margin-top: 10px;
    font-size: 16px;
  }
  .list-jobs h3, .list-jobs p {
    line-height: 20px;
  }
  .maps-side {
    padding: 0 !important;
  }
  .maps-side {
    margin-top: 30px;
  }
  .maps-side iframe {
    height: 250px;
  }
  .split-slideshow {
    display: block;
  }
  .slideshow-title {
    width: calc(100% - 20px);
    text-align: justify;
  }
  .img-contact {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .about-us-page .slideshow-title h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .img-banner {
    width: 100vw;
    left: -20px;
    position: relative;
  }
  .img-about-page {
    left: 0;
    top: 0;
  }
  .img-banner img {
    height: auto;
    width: 100%;
    margin-top: 0;
    object-fit: cover;
  }
  .about-us-page .img-banner img {
    height: 100%;
    width: calc(100% + 20px);
    position: relative;
    bottom: 0;
    top: 10px;
    left: 20px;
    margin: 0 0 0 auto;
    object-fit: cover;
  }
  .mission {
    padding: 20px 0 0px;
  }
  .pd-over {
    padding: 0;
  }
  .wrap-member:nth-child(3n + 2) {
    position: relative;
    top: 0;
  }
  .mt-member {
    margin-top: 0;
    padding-top: 0 !important;
  }
  .item-member {
    padding: 30px;
    margin-bottom: 0;
  }
  .slideshow-title>span {
    font-size: 12px;
    white-space: initial;
    margin-bottom: 10px;
    margin-top: 5px;
    letter-spacing: 0;
  }
  .text-our-service {
    display: none;
  }
  .slideshow-title h1 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 2px;
  }
  .contact-info span {
    left: 0;
  }
  .container {
    margin: auto;
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
  }
  .item-service {
    max-width: 100%;
    padding-right: 20px;
  }
  .service-wrap {
    padding: 50px 0 50px 20px;
    width: 100%;
    position: relative;
    left: 0;
  }
  .category-service {
    line-height: 20px;
    font-size: 12px;
  }
  .info-service {
    width: calc(100% - 20px);
  }
  .title-service {
    font-size: 20px;
  }
  .service-wrap .des {
    padding: 5px;
    font-size: 10px;
    display: flex;
    width: calc(100% - 40px);
  }
  .inner_page_container {
    padding-left: 20px;
    max-width: 100%;
    padding-top: 30px;
    padding-right: 20px;
  }
  .about-us .info-about-us {
    left: 5px;
    width: calc(100% - 10px);
  }
  .img-about-us-home {
    margin-top: 0;
  }
  .info-about-us {
    left: 0;
    width: 100%;
  }
  [class*="btn"] {
    max-width: 130px;
    line-height: 48px;
    font-size: 13px;
    height: 48px;
  }
  .img-project img {
    height: 35vh;
  }
  .client img {
    margin: auto;
    margin-bottom: 20px;
    max-width: 200px;
    width: 100%;
    padding: 0 20px;
    object-fit: contain;
    min-height: 50px;
    max-height: 75px;
  }
  .p-section {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .category-project-home {
    font-size: 14px;
    letter-spacing: 1px;
    height: 35px;
    line-height: 35px;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .p-20 {
    padding: 20px;
  }
  .info-about-us {
    padding-left: 35px;
    padding-right: 35px;
  }
  .info-about-us p {
    -webkit-line-clamp: inherit;
  }
  .img-jobs img {
    height: auto;
  }
  .contact-info h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  .p-xs-0 {
    padding: 0;
  }
  .img-about-us img {
    height: auto;
    margin-top: 0;
    width: 100%;
    max-width: 100px;
    object-fit: contain;
    margin: auto;
  }
  .project-home .img-project-home, .img-logo-project-home {
    height: 110px;
    max-height: 110px;
  }
  .client-tt {
    display: none;
  }
  .client .wpb_column {
    display: flex;
  }
  .about-us .client .wpb_column {
    display: block;
  }
  .img-activity:nth-child(2n) img {
    top: 0;
  }
  .come-with-us {
    margin: 40px 0;
  }
  .come-with-us h2 {
    font-size: 35px;
    line-height: 30px;
    letter-spacing: 2px;
    width: 100%;
    top: calc(50% - 30px);
    font-weight: bold;
    margin-bottom: 30px;
    left: 0;
  }
  .navigation-type-split .navigation-menu-wrapper .navigation-menu-list .menu-item:hover img {
    opacity: 0;
  }
  footer .inner-wrapper .logo-wrapper img {
    max-width: 120px;
    margin: 0 0 30px;
  }
  footer h5 {
    color: #0093e0;
    text-transform: uppercase;
    font-size: 15px;
    margin: 10px 0 !important;
  }
  footer p {
    font-size: 14px;
  }
  footer .footer-contact-info {
    font-size: 13px;
  }
  footer .form-control {
    margin-top: 0;
  }
  .form-control {
    border: 1px solid #0093e0;
    line-height: 38px;
    height: 40px;
    width: 100%;
    font-size: 11px;
    border-radius: 0;
    max-width: 300px;
    padding: 0 15px;
    background-color: #fff;
  }
  .come-with-us-wrap {
    width: 100%;
    left: 0;
    top: calc(50% - 70px);
  }
  .bg-main {
    padding: 65px 0 0;
  }
  .img-news-details {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .top-news h1 {
    bottom: 0;
    left: 20px;
  }
  .img-news-hot {
    height: auto;
    width: 100vw;
    position: relative;
    left: -20px;
    max-width: 100vw;
  }
  .newspage h1 {
    font-size: 18px;
    margin: 20px 0;
    line-height: 20px;
  }
  .wrap-item-news {
    margin-top: 60px;
  }
  .page-social-list {
    display: none;
  }
  .come-with-us p {
    font-size: 13px;
    line-height: 20px;
    max-width: 100%;
    color: #0093e0;
    letter-spacing: 0.5px;
  }
  .service-wrap .item-service .des .hover-des {
    font-size: 12px;
  }
}

@media (max-width: 767px) and (min-width: 490px) {
  .client-tt {
    display: none;
  }
  .pd-over {
    padding: 0;
  }
  .client .wpb_column {
    display: block;
  }
  .service-wrap .item-service .des .hover-des {
    font-size: 16px;
  }
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  /* z-index                   : -1; */
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-model-main:before {
  content: "";
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: -0px;
  height: 100%;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  display: block;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 900px;
  margin: 30px auto;
  top: 70px;
  max-width: 97%;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999999;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -70px;
  cursor: pointer;
  z-index: 99;
  font-size: 50px;
  color: #fff;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #0093e0;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.list-jobs-check {
  height: auto;
  max-height: 180px;
  overflow-y: auto;
}

.input-file {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.custom-model-wrap .form-control {
  max-width: 100%;
}

textarea.form-control {
  line-height: 20px;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */

.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.container-checkbox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container-checkbox input:checked~.checkmark {
  background-color: #6cc8fd;
}

/* Create the checkmark/indicator (hidden when not checked) */

.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container-checkbox .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid #0093e0;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .custom-model-inner {
    top: 40px;
  }
  .close-btn img {
    width: 25px;
  }
  .close-btn {
    top: -30px;
  }
}

@media (max-width: 400px) {
  .service-wrap .item-service .des .hover-des {
    font-size: 10px;
  }
}

/********************loading product******************/

.wrap-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 99999;
}

#load {
  position: absolute;
  width: 600px;
  height: 36px;
  left: 50%;
  top: 40%;
  margin-left: -300px;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  &__msg {
    font-family: Roboto;
    font-size: 16px;
  }
  &__dots {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin: 100px 0 30px 0;
    &__dot {
      background-color: #44bba4;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin: 0 5px;
      color: #587b7f;
      &:nth-child(1) {
        animation: bounce 1s 1s infinite;
      }
      &:nth-child(2) {
        animation: bounce 1s 1.2s infinite;
      }
      &:nth-child(3) {
        animation: bounce 1s 1.4s infinite;
      }
    }
  }
}

@keyframes bounce {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.wrapper {
  height: 100%;
  background-color: #333;
}

.btnload {
  text-decoration: none;
  color: #fff;
  border: 3px solid #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  /*display      : inline-block;*/
  padding: 25px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  overflow: hidden;
}

.btnload:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 130px;
  background-color: #fff;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s;
  animation: wave 4s infinite linear;
}

@keyframes wave {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

.btnload:hover {
  color: #333;
}

.btnload:hover:before {
  top: 15px;
}

#load div {
  position: absolute;
  width: 20px;
  height: 36px;
  opacity: 0;
  font-family: Helvetica, Arial, sans-serif;
  animation: move 3s linear infinite;
  -o-animation: move 3s linear infinite;
  -moz-animation: move 3s linear infinite;
  -webkit-animation: move 3s linear infinite;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: #000000;
}

#load div:nth-child(2) {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

#load div:nth-child(3) {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

#load div:nth-child(4) {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

#load div:nth-child(5) {
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

#load div:nth-child(6) {
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

#load div:nth-child(7) {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

#load div:nth-child(8) {
  animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}

#load div:nth-child(9) {
  animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

#load div:nth-child(10) {
  animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}

#load div:nth-child(11) {
  animation-delay: 2s;
  -o-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

/**end loading-product*/

@keyframes anim_outer {
  from {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes anim_inner {
  from {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  50% {
    color: transparent;
  }
}

.loading__dot {
  animation: 2s blink infinite;
}

.loading__dot:nth-child(2) {
  animation-delay: 250ms;
}

.loading__dot:nth-child(3) {
  animation-delay: 500ms;
}

.text-blue {
  color: #0093e0;
}

.error_wrapper {
  height: 50vh;
  max-width: 5000px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
  padding: 0;
  color: #fff;
}

.error_item {
  max-width: 600px;
}

.error_code {
  font-size: 20vh;
  font-weight: 700;
  color: #0093e0;
}

.error_message {
  font-size: 20px;
  color: #0093e0;
}