.video-banner {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-banner .video-fit {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.videoInItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
/* Banner */
.banner-home .slider-banner,
.banner-home .banner-container {
  height: calc(100vh - var(--70));
}
.banner-home .slider-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-home .swiper .swiper-pagination {
  margin-top: 0;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .banner-home .slider-banner,
  .banner-home .banner-container {
    height: 28vh;
  }
}
/** intro **/
.intro-home {
  padding-top: 3.5rem;
}

.intro-home .title-main {
  max-width: 68rem;
}
.intro-home .title-main p:first-child {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: var(--black);
}
.intro-home .number-intro {
  display: flex;
  align-items: center;
  column-gap: 4.25rem;
  padding: 1.5rem 0 3rem;
}
.intro-home .number-intro .number-run {
  display: flex;
  align-items: center;
  height: 5rem;
}
.intro-home .number-intro .number-run .char {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
}
.intro-home .number-intro .number-run .odometer-auto-theme,
.intro-home .number-intro .number-run .name {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 4rem;
  line-height: normal;
}
.intro-home .number-intro .number-run .unit {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--theme-color);
  line-height: normal;
  margin-bottom: 2rem;
}
.intro-home .number-intro .box-num .number-text {
  color: var(--black);
  font-weight: 600;
}
.intro-home .grid-2 {
  display: grid;
  grid-template-columns: 1fr 33.5625rem;
  column-gap: 4.12rem;
}
.intro-home .grid-2 .col-1 .content {
  padding-top: 1.8rem;
}
.intro-home .grid-2 .col-1 .content-inner p {
  font-size: 0.9375rem;
}
.intro-home .grid-2 .col-1 .content-inner p:last-child {
  margin-bottom: 0;
}
.intro-home .grid-2 .col-2 .image-cover {
  padding-top: 58%;
  border-radius: 0.625rem;
  background: #d9d9d9;
}
.intro-home .grid-2 .group-btn {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin-top: 2.5rem;
}
.field-home {
  padding: 3rem 0 7.5rem;
}
.field-home .list-field {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.8rem;
}
.field-home .list-field .box-item .item-inner {
  padding: 1.56rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  border: 1px solid #c2deff;
  transition: all 0.3s ease-in-out;
}
.field-home .list-field .box-item .item-inner:hover {
  transform: translateY(-10px);
}
.field-home .list-field .box-item .item-inner .icon {
  height: 6rem;
  width: auto;
  margin-bottom: 0.75rem;
  text-align: center;
}
.field-home .list-field .box-item .item-inner .icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.field-home .list-field .box-item .item-inner .box-text {
  padding: 0;
  text-align: center;
}
.field-home .list-field .box-item .item-inner .box-text p {
  color: var(--black);
  font-weight: 600;
}
.field-home .list-field .box-item .item-inner:hover .box-text p {
  color: var(--theme-color);
}
.background-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-section.background-intro {
  top: 0;
  left: auto;
  right: 0;
  width: 48.625rem;
  height: 31.9375rem;
}
.background-section.background-intro2 {
  height: 50.625rem;
}
@media screen and (max-width: 767.98px) {
  .intro-home {
    padding-top: 2.75rem;
  }
  .intro-home .title-main p:first-child {
    font-size: 1rem;
  }
  .intro-home .title-main h2 br {
    display: none;
  }
  .intro-home .number-intro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    align-items: stretch;
  }
  .intro-home .number-intro .box-num .number-inner {
    padding: 1.25rem 0.8rem;
    background: #f1f8ff;
    border-radius: 0.3125rem;
    height: 100%;
  }
  .intro-home .number-intro .box-num:last-child {
    order: -1;
  }
  .intro-home .number-intro .box-num:first-child {
    order: -2;
  }
  .intro-home .number-intro .box-num .number-text {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.45;
  }
  .intro-home .number-intro .number-run .odometer-auto-theme,
  .intro-home .number-intro .number-run .name {
    font-size: 2rem;
  }
  .intro-home .number-intro .number-run {
    height: 2.5rem;
    justify-content: center;
  }
  .intro-home .number-intro .number-run .char,
  .intro-home .number-intro .number-run .name {
    font-size: 1.75rem;
  }
  .intro-home .number-intro .number-run .unit {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .intro-home .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2.25rem;
  }
	.field-home{
		padding: 3rem 0;
	}
  .field-home .list-field {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
}
/** Giải pháp */
.solution-home {
  padding: 4.75rem 0 2.5rem;
  background-color: var(--theme-color);
}
.solution-home .section-bg {
  height: 42rem;
}
.solution-home .title-main h2 {
  margin-bottom: 1rem;
  color: #fff;
}
.solution-home .title-main p {
  color: #fff;
}
.solution-home .title-main p:last-child {
  margin-bottom: 3.4rem;
}
.solution-home .sec-container .grid-2 {
  display: grid;
  grid-template-columns: 25rem 1fr;
  column-gap: 5.56rem;
}
.solution-home .sec-container .grid-2 .col-1 .image-cover {
  padding-top: 95%;
}
.solution-home .list-solution .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
}
.solution-home .list-solution .grid .col-left {
  margin-top: 3.69rem;
}
.solution-home .list-solution .box-solution {
  overflow: hidden;
}
.solution-home .list-solution .grid .col-left .box-solution:nth-child(n + 2),
.solution-home .list-solution .grid .col-right .box-solution:nth-child(n + 2) {
  margin-top: 2rem;
}
.box-solution .box-image .image-cover {
  padding-top: 60%;
  border-radius: 0.3125rem;
}
.box-solution .box-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.9375rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background: linear-gradient(
    180deg,
    rgba(0, 26, 56, 0) 0%,
    rgba(0, 26, 56, 0.8) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.box-solution .box-text {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(40%);
  transition: 0.3s ease-in-out;
}
.box-solution:hover .box-text {
  transform: translateY(0);
}

.box-solution .box-text .post-title a {
  color: #fff;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}
.box-solution:hover .box-text .post-title a {
  margin-bottom: 0.5rem;
}
.box-solution .box-text .button.btn__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
}
.box-solution .box-text .button.btn__text::before {
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .solution-home {
    padding: 3rem 0;
  }
  .solution-home .sec-container .grid-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.5rem;
  }
  .solution-home .list-solution .grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1rem;
  }
  .solution-home .list-solution .grid .col-left .box-solution:nth-child(n + 2),
  .solution-home
    .list-solution
    .grid
    .col-right
    .box-solution:nth-child(n + 2) {
    margin-top: 1rem;
  }
  .partner-home {
    padding-top: 2.75rem;
  }
}
/** Tin tức **/
.news-home {
  padding-top: 3.15rem;
}
.news-home .title-main,
.certification-home .title-main {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  justify-content: space-between;
}
.news-home .title-main h2,
.certification-home .title-main h2 {
  margin-bottom: 0;
}
.news-home .title-main .group-swiper {
  flex-shrink: 0;
}
.news-home .swiper-slide {
  height: auto;
}
.news-home .box-blog-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-home .box-blog-post .box-image {
  margin: 0;
}
.news-home .box-blog-post .box-image .image-cover {
  border-radius: 0.625rem;
  padding-top: 67%;
}
.news-home .box-blog-post .box-text {
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  height: 100%;
}
.news-home .box-blog-post .box-text .post-title {
  flex: 1;
}
.news-home .box-blog-post .box-text .btn__text {
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #0596ff;
}
.news-home .box-blog-post .box-text .btn__text svg {
  width: 1rem;
  height: 1rem;
}
.news-home .box-blog-post .box-text .btn__text:hover {
  color: var(--theme-color2);
}
.news-home .box-blog-post .box-text .box-post-date {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-size: 0.9375rem;
  margin-bottom: 0.95rem;
}
.news-home .box-blog-post .box-text .box-post-date .badge-date {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.news-home .box-blog-post .box-text .box-post-date .badge-date::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--theme-color);
  position: absolute;
  right: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.news-home .box-blog-post .box-text .box-post-date .post-date-month,
.news-home .box-blog-post .box-text .box-post-date .category {
  color: var(--black-200);
  font-size: 0.9375rem;
  line-height: normal;
}
.news-home .box-blog-post .box-text .post-title a {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 1.65rem;
  transition: color 0.3s;
}
.news-home .box-blog-post:hover .box-text .post-title a {
  color: var(--theme-color);
}
@media screen and (max-width: 767.98px) {
  .news-home {
    padding-top: 2.75rem;
  }
  .news-home .box-blog-post .box-text .post-title a {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .certification-home {
    padding: 2.75rem 0;
  }
}
