#info {
  position: relative;
  margin-bottom: 54px;
}

.home-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 16px 52px;
  box-shadow: 0 4px 56px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 1230px;
  margin: 0 auto;
  background: #ffffff;
  z-index: 9;
  grid-gap: 18px;
  transform: translateY(-40px);
  position: relative;
}
.home-info--item {
  display: flex;
  padding: 15px 18px 15px 0;
  border-right: 1px solid #D6DADF;
}
.home-info--item:last-child {
  border-right: 0;
}
.home-info--item img {
  object-fit: contain;
}
.home-info--item--content {
  margin-left: 4px;
}
.home-info--item--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
  color: #1757B7;
}
.home-info--item--content {
  font-size: 14px;
}

.header-home-section, .home-reason--header, .home-service--header {
  width: 865px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.home-service {
  margin-bottom: 123px;
}
.home-service--header {
  grid-template-columns: 1fr 436px;
  margin: 0 auto 54px auto;
  text-align: justify;
}
.home-service .url-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.home-service--content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}
.home-service--content--item {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  background-size: cover;
}
.home-service--content--item .home-service-title {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.home-service--content--item .home-service-content {
  opacity: 0;
  transition: 0.4s;
  margin-bottom: 30px;
}
.home-service--content--item img {
  width: 96px;
}
.home-service--content--item:hover .home-service--content--item--overlay {
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.3);
}
.home-service--content--item:hover .home-service-content {
  opacity: 0.6;
}
.home-service--content--item--overlay {
  height: 100%;
  padding: 56px 24px 32px 24px;
  transition: 0.4s ease-in-out;
}
.home-service--content--item--overlay a {
  color: #ffffff;
  text-transform: uppercase;
}
.home-service--content--item--overlay a img {
  width: 16px;
  margin-left: 8px;
}

.home-reason {
  background-image: url("../images/home/bg-reason.png");
  background-size: cover;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0 80px 0;
}
.home-reason--header {
  color: #ffffff;
  margin: 0 auto;
  padding: 82px 0 56px 0;
}
.home-reason--content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.home-reason--content .reason-card {
  color: white;
  padding: 16px 16px 32px 16px;
  background: rgba(23, 87, 183, 0.3);
  transition: 0.2s;
}
.home-reason--content .reason-card:hover {
  background: white;
  color: var(--text-color-base);
}
.home-reason--content .reason-card:hover .reason-card--stt {
  color: var(--primary-color);
}
.home-reason--content .reason-card:hover .icon-color {
  display: block;
}
.home-reason--content .reason-card:hover .icon-white {
  display: none;
}
.home-reason--content .reason-card--stt {
  font-weight: 600;
}
.home-reason--content .reason-card--icon {
  width: 96px;
  height: 96px;
  margin: 4px 0;
}
.home-reason--content .reason-card--icon .icon-color {
  display: none;
}
.home-reason--content .reason-card--title {
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.home-reason--content .reason-card--content {
  opacity: 0.6;
}

.our-customers {
  padding: 70px 0;
}
.our-customers--content {
  margin-top: 41px;
  display: flex;
  grid-gap: 30px;
}
.our-customers--content img {
  height: 74px;
  object-fit: contain;
}

.simply-scroll {
  max-width: 1920px;
  margin: 0 auto;
}

#scroller {
  margin: 80px 0 30px 0;
}

.logo-customer {
  width: 212px !important;
  height: 88px !important;
  margin-right: 20px !important;
  padding: 10px !important;
}
.logo-customer img {
  height: 100%;
  object-fit: contain;
}

.partner-companies {
  margin: 30px 0 63px 0;
}
.partner-companies--content {
  margin-top: 41px;
  background: rgba(196, 196, 196, 0.2);
}
.partner-companies--content .partner-wrapper {
  max-width: 1200px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}
.partner-companies--content .partner-wrapper .swiper-partner {
  height: 100%;
}
.partner-companies--content .partner-wrapper .swiper-partner img {
  height: 100%;
  object-fit: contain;
}
.partner-companies--content .partner-wrapper .swiper-button-next-partner {
  position: absolute;
  right: -52px;
  top: 50%;
  transform: translateY(-50%);
}
.partner-companies--content .partner-wrapper .swiper-button-prev-partner {
  position: absolute;
  left: -52px;
  top: 50%;
  transform: translateY(-50%);
}
.partner-companies--content .partner-wrapper .cs-swiper-button {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 36px;
  opacity: 0.4;
}
.partner-companies--content .partner-wrapper .cs-swiper-button:hover {
  background: #d4e0eb;
}

.parallax {
  /* The image used */
  background-image: url("../images/home/bg-reason.png");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-news .home-news-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-transform: uppercase;
  margin: 34px auto;
}
.home-news .home-news-tabs--item {
  padding: 16px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.home-news .home-news-tabs--item:hover {
  color: var(--primary-color);
}
.home-news .home-news-tabs--item--active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.home-news .news-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.home-news .news-wrapper .news-view-more-btn {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 94, 24, 0.2);
  color: var(--primary-color);
  gap: 8px;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.25s;
  font-weight: 600;
  margin: 30px 0 48px 0;
}
.home-news .news-wrapper .news-view-more-btn:hover {
  background: rgba(255, 94, 24, 0.4);
}
.home-news--content .swiper-wrapper {
  padding: 40px 0 90px 0;
}

.content-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.news-card {
  border-radius: 4px;
  background: #F2F2F2;
  overflow: hidden;
  height: 255px;
  display: flex;
  position: relative;
}
.news-card .link-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.news-card:hover .news-card--image img {
  transform: scale(1.2);
}
.news-card--image {
  width: 255px;
  overflow: hidden;
}
.news-card--image img {
  height: 100%;
  transition: 0.2s;
}
.news-card--title {
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 0;
}
.news-card--content {
  padding: 20px;
  display: flex;
  flex: 1;
  min-height: 1px;
  flex-direction: column;
}
.news-card--text {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 1px;
  justify-content: space-between;
}
.news-card--link {
  color: var(--primary-color);
  font-weight: 600;
  padding: 13px 24px 12px 0;
  display: inline-block;
}

@media (min-width: 769px) {
  .swiper-pagination-news {
    display: none;
  }
}
@media (max-width: 1024px) {
  .qcld_hero_content_area {
    padding: 0 30px;
  }

  .px-20-1024 {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #info {
    margin: 0 var(--padding-base-mobile);
  }

  .px-20-1024 {
    padding: 0;
  }

  .content-news {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .home-news .home-news-tabs {
    padding: 0 var(--padding-base-mobile);
    grid-template-columns: repeat(2, 1fr);
    margin: 15px auto;
  }
  .home-news .swiper-pagination-news {
    text-align: center;
  }
  .home-news--content .swiper-wrapper {
    padding: 40px 0 20px 0;
  }
  .home-news .news-wrapper {
    width: 100%;
    padding: 20px;
  }

  .cs-swiper-button {
    display: none !important;
  }

  .home-reason {
    height: 100%;
    padding: var(--padding-base-mobile);
  }
  .home-reason--header {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 0 30px 0;
    width: 100%;
    text-align: center;
  }
  .home-reason--header .title-section {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .home-reason--content {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-service {
    padding: var(--padding-base-mobile);
    margin-bottom: 60px;
  }
  .home-service--header {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    width: 100%;
  }
  .home-service--header br {
    display: none;
  }
  .home-service--header .title-section {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-bottom: 15px;
  }
  .home-service--content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    height: 100%;
  }
  .home-service--content--item {
    background-size: cover;
    height: auto;
  }
  .home-service--content .home-service--content--item--overlay {
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 40px 20px 25px 20px;
  }
  .home-service--content .home-service-content {
    opacity: 0.6;
  }

  .home-info {
    transform: translateY(0);
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-top: 60px;
    padding: var(--padding-base-mobile);
  }
  .home-info--item {
    border-right: none;
  }

  .our-customers {
    padding: 30px 0;
  }
  .our-customers--content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .our-customers--content img {
    height: 100px;
    object-fit: contain;
  }
}
@media (max-width: 576px) {
  .home-reason .title-section {
    flex-direction: column;
  }
  .home-reason--content {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-service--content {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    height: 100%;
  }
  .home-service--content--item {
    background-size: cover;
  }

  .home-info {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-news .home-news-tabs {
    grid-template-columns: repeat(1, 1fr);
  }

  .news-card {
    height: 100%;
    flex-direction: column;
  }
  .news-card--image {
    width: 100%;
    height: 255px;
  }

  .our-customers--content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .our-customers--content img {
    height: 70px;
    object-fit: contain;
  }
}

/*# sourceMappingURL=home.css.map */
