/* Banner */
.banner-home {
  height: 43.5rem;
}
.banner-home .slider-banner,
.banner-home .sec-container {
  height: 100%;
}
.banner-home .slider-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-home .pagination-progress {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .banner-home {
    height: 12.5rem;
  }
}
/* End Banner */
.intro-home {
  padding: 4.25rem var(--section);
  background: linear-gradient(
    180deg,
    rgba(58, 103, 177, 0.05) 0%,
    rgba(0, 151, 215, 0.05) 100%
  );
}
.intro-home .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.56rem;
}
.intro-home .grid .col-1 {
  grid-column: span 2;
  padding-right: 4.25rem;
}
.intro-home .grid .col-1 .content h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.intro-home .grid .col-1 .content p {
  text-align: justify;
}
.intro-home .grid .col-1 .content p:last-child {
  margin-bottom: 0;
}
.intro-home .grid .col-2 {
}
.intro-home .grid .col-2 .box-content {
  border-radius: 0.9375rem;
  background-image: url(/wp-content/uploads/2025/07/bg_color-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6.5rem 2rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.intro-home .grid .col-2 .box-content::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url(/wp-content/uploads/2025/07/quater.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.intro-home .grid .col-2 .box-content::before {
  content: "";
  position: absolute;
  top: -0.06rem;
  left: -6rem;
  width: 17.93306rem;
  height: 23.11525rem;
  background-image: url(/wp-content/uploads/2025/07/mask.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.intro-home .grid .col-2 .box-content .icon-box {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.intro-home .grid .col-2 .box-content .icon-box .icon {
  flex-shrink: 0;
}
.intro-home .grid .col-2 .box-content .icon-box .icon svg {
  width: 3.6495rem;
  height: 3.72244rem;
}
.intro-home .grid .col-2 .box-content .icon-box .text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.intro-home .grid .col-2 .box-content .desc {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 1rem;
  font-style: italic;
}
.intro-home .grid .col-3 .img {
  padding: 1rem;
  border-radius: 0.9375rem;
  background: rgba(0, 151, 215, 0.3);
}
.intro-home .grid .col-3 .image-cover {
  border-radius: 0.5rem;
  height: 22.375rem;
  padding-top: 0;
}
.intro-home .grid .col-4 {
  grid-column: span 3;
  margin-top: -4rem;
  padding-right: 4.25rem;
}
.intro-home .grid .col-4 .title-img1 {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0;
  background: linear-gradient(
    90deg,
    var(--Color, #3a67b1) 0%,
    var(--Color-2, #0097d7) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro-home .grid .col-4 .title-img2 {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 3rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 73.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 0 0 -2.75rem;
}
.intro-home .grid .col-4 .title-img3 {
  color: #0097d7;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  margin: -8.75rem 0 0;
}
.intro-home .grid .col-5 {
}
.intro-home .grid .col-5 .list-num {
  border-radius: 0.9375rem;
  background-image: url(/wp-content/uploads/2025/07/bg_color-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 2rem;
  overflow: hidden;
}
.intro-home .grid .col-5 .list-num::before {
  content: "";
  position: absolute;
  top: -0.06rem;
  left: -8rem;
  width: 17.93306rem;
  height: 23.11525rem;
  background-image: url(/wp-content/uploads/2025/07/mask.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.intro-home .grid .col-5 .list-num .icon-box {
  display: flex;
  align-items: flex-end;
  column-gap: 1rem;
  justify-content: space-between;
}
.intro-home .grid .col-5 .list-num .icon-box:nth-child(n + 2) {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.intro-home .grid .col-5 .list-num .icon-box .icon {
  flex-shrink: 0;
}
.intro-home .grid .col-5 .list-num .icon-box .icon svg {
  width: 3.62675rem;
  height: 3.37681rem;
}
.intro-home .grid .col-5 .list-num .icon-box .number-run {
  display: flex;
  line-height: 1;
}

.intro-home .grid .col-5 .list-num .icon-box .number-run .odometer {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
.intro-home .grid .col-5 .list-num .icon-box .number-run .charter {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.intro-home .grid .col-5 .list-num .icon-box .title-num {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
@media (max-width: 767.98px) {
  .intro-home {
    padding: 2.5rem var(--section);
  }
  .intro-home .grid .col-1 .content h1 {
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
  }
  .intro-home .grid .col-1 .content h1 br {
    display: none;
  }
  .intro-home .grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.56rem;
  }
  .intro-home .grid .col-1 {
    grid-column: auto;
    padding-right: 0;
    order: 1;
  }
  .intro-home .grid .col-2 {
    order: 3;
  }
  .intro-home .grid .col-3 {
    order: 4;
  }
  .intro-home .grid .col-4 {
    grid-column: auto;
    margin-top: 0;
    padding-right: 0;
    order: 2;
  }
  .intro-home .grid .col-4 .title-img3 {
    font-size: 3rem;
    margin: -3.75rem 0 0;
  }
  .intro-home .grid .col-4 .title-img2 {
    margin: 0 0 -1rem;
    font-size: 1.5rem;
  }
  .intro-home .grid .col-4 .title-img1 {
    font-size: 1.25rem;
  }
  .intro-home .grid .col-5 {
    order: 5;
  }
  .intro-home .grid .col-3 .image-cover {
    height: 26.375rem;
  }
}
/* Tin tức Nổi bật */
.news-home {
  padding: 4.25rem var(--section);
}
.news-home .title-main {
  padding-bottom: 1.2rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news-home .title-main .nav {
  display: flex;
  column-gap: 2.75rem;
  align-items: center;
  justify-content: center;
}
.news-home .title-main .nav a {
  color: var(--black-400);
  font-size: 1.25rem;
  font-weight: 600;
}
.news-home .title-main .nav a:hover {
  color: var(--theme-color2);
}
.news-home .title-main .btn__primary {
  flex-shrink: 0;
}
.news-home .title-main h2 {
  margin-bottom: 0;
  white-space: nowrap;
  width: auto;
}
.news-home .grid-cols-2 {
  display: grid;
  grid-template-columns: 1fr 20.125rem;
  column-gap: 2.88rem;
  align-items: flex-end;
}
.news-home__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.65rem;
}
.news-home__list-item:first-child {
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #d0d8dd;
  grid-column: span 3;
}
.news-home__list-item:first-child .box-blog-post {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}
.news-home__list-item:first-child .box-blog-post .box-image {
  width: 52.5% !important;
  flex-shrink: 0;
}
.news-home__list-item:first-child .box-blog-post .box-image .image-cover {
  border-radius: 0.625rem;
  padding-top: 0 !important;
  height: 14.8125rem;
}
.news-home__list-item .box-blog-post .box-text {
  padding: 0;
  background-color: transparent;
}
.news-home__list-item:first-child .box-blog-post .box-text .desc {
  -webkit-line-clamp: 4;
}
.news-home__list-item:nth-child(n + 2) .box-blog-post .box-text .desc {
  display: none;
}
.news-home__list-item:first-child .box-blog-post .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
}
.news-home__list-item:first-child
  .box-blog-post
  .box-text
  .box-text-inner
  .title
  a {
  font-size: 1.25rem;
}
.news-home__list-item:first-child .box-blog-post .box-text .box-text-inner .date{
	order: 1;
}
.news-home__list-item .box-blog-post .box-text .box-text-inner .date {
  background: rgba(0, 151, 215, 0.1);
  padding: 0.125rem 1rem;
  border-radius: 6.25rem;
  width: fit-content;
  margin-top: 1.2rem;
  margin-bottom: 0;
}
.news-home__list-item:nth-child(n + 2)
  .box-blog-post
  .box-text
  .box-text-inner
  .date {
  margin-bottom: 0.875rem;
}
.news-home .advertisement-gallery .image-cover {
  height: 38.875rem;
}
@media (max-width: 767.98px) {
  .news-home {
    padding: 2.5rem var(--section) 2rem;
  }
  .news-home .title-main {
    flex-wrap: wrap;
  }
  .news-home .title-main .nav {
    order: 1;
    column-gap: 1rem;
    justify-content: start;
    margin-top: 1.5rem;
  }
  .news-home .title-main .nav a {
    font-size: 1rem;
  }
  .news-home .title-main {
    margin-bottom: 1.5rem;
  }
  .news-home .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.65rem;
  }
  .news-home__list {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.65rem;
  }
  .news-home__list-item:first-child {
    grid-column: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .news-home__list-item:first-child .box-blog-post {
    flex-direction: column;
  }
  .news-home__list-item:first-child .box-blog-post .box-image {
    width: 100% !important;
  }
  .news-home__list-item:first-child .box-blog-post .box-image .image-cover {
    padding-top: 57.35% !important;
    height: auto;
  }
  .news-home__list-item:first-child
    .box-blog-post
    .box-text
    .box-text-inner
    .title
    a {
    font-size: 1rem;
  }
  .news-home__list-item:first-child .box-blog-post .box-text .desc {
    display: none;
  }
  .news-home__list-item .box-blog-post .box-text .box-text-inner .date {
    order: -1;
    margin-top: 1.25rem;
    margin-bottom: 0.875rem;
  }
}
/*============Hoạt động giao lưu==========*/
.exchange-home {
  padding: 4.25rem var(--section) 0;
}
.exchange-home .title-main {
  padding-bottom: 1.2rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exchange-home .title-main .btn__primary {
  flex-shrink: 0;
}
.exchange-home .title-main h2 {
  margin-bottom: 0;
}

.exchange-home__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.65rem;
}
.exchange-home__list-item:nth-child(1) {
  grid-row: span 2;
  grid-column: span 2;
}
.exchange-home__list-item .box-blog-post {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}
.exchange-home__list-item:nth-child(1) .box-blog-post {
  align-items: flex-start;
}
.exchange-home__list-item .box-blog-post .box-image {
  width: 47.5% !important;
  flex-shrink: 0;
}
.exchange-home__list-item:nth-child(1) .box-blog-post .box-image {
  width: 52% !important;
  flex-shrink: 0;
}
.exchange-home__list-item .box-blog-post .box-image .image-cover {
  border-radius: 0.5rem;
  padding-top: 0 !important;
  height: 7rem;
}
.exchange-home__list-item:nth-child(1) .box-blog-post .box-image .image-cover {
  border-radius: 0.625rem;
  padding-top: 0 !important;
  height: 15.5rem;
}

.exchange-home__list-item .box-blog-post .box-text {
  padding: 0;
}
.exchange-home__list-item .box-blog-post .box-text .desc {
  display: none;
}
.exchange-home__list-item:nth-child(1) .box-blog-post .box-text .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.exchange-home__list-item .box-blog-post .box-text .title a {
  -webkit-line-clamp: 3;
}
.exchange-home__list-item:nth-child(1) .box-blog-post .box-text .title a {
  -webkit-line-clamp: 2;
  font-size: 1.25rem;
}
.exchange-home__list-item:nth-child(1)
  .box-blog-post
  .box-text
  .box-text-inner {
  display: flex;
  flex-direction: column;
}
.exchange-home__list-item:nth-child(1)
  .box-blog-post
  .box-text
  .box-text-inner
  .date {
  order: 1;
  background: rgba(0, 151, 215, 0.1);
  padding: 0.125rem 1rem;
  border-radius: 6.25rem;
  width: fit-content;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767.98px) {
  .exchange-home {
    padding: 2.5rem var(--section) 0;
  }
  .exchange-home .title-main {
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }
  .exchange-home__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.56rem;
  }
  .exchange-home__list-item:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
  }
  .exchange-home__list-item:nth-child(1) .box-blog-post {
    flex-direction: column;
  }
  .exchange-home__list-item:nth-child(1) .box-blog-post .box-image {
    width: 100% !important;
  }
  .exchange-home__list-item:nth-child(1)
    .box-blog-post
    .box-image
    .image-cover {
    padding-top: 57.35% !important;
    height: auto;
  }
  .exchange-home__list-item:nth-child(1) .box-blog-post .box-text .title a {
    font-size: 1rem;
  }
  .exchange-home__list-item:nth-child(n + 2) .box-blog-post .box-text .title a {
    font-size: 0.875rem;
  }
  .exchange-home__list-item:nth-child(1)
    .box-blog-post
    .box-text
    .box-text-inner
    .date {
    order: -1;
    margin-top: 1.25rem;
    margin-bottom: 0.875rem;
  }
  .exchange-home__list-item .box-blog-post .box-image .image-cover {
    height: 6rem;
  }
}
/* Dự án */
.service-content {
  padding: 4.25rem var(--section) 0;
}
.service-content .title-main {
  padding-bottom: 1.2rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-content .title-main .btn__primary {
  flex-shrink: 0;
}
.service-content .title-main h2 {
  margin-bottom: 0;
}
.service-slider .swiper-slide {
  height: auto;
}
.service-slider .box-service {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-slider .box-service .box-image {
  margin: 0;
}
.service-slider .box-service .box-text {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .service-content {
    padding: 2.5rem var(--section) 0;
  }
}
/* Hoạt động Nổi bật */
.featured-home {
  padding: 4.25rem var(--section);
  background: linear-gradient(
    180deg,
    rgba(58, 103, 177, 0.05) 0%,
    rgba(0, 151, 215, 0.05) 100%
  );
}
.featured-home .title-main {
  padding-bottom: 1.2rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured-home .title-main .btn__primary {
  flex-shrink: 0;
}
.featured-home .title-main h2 {
  margin-bottom: 0;
}
.featured-home .grid-cols-2 {
  display: grid;
  grid-template-columns: 1fr 23.9375rem;
  column-gap: 2.88rem;
  align-items: flex-end;
}
.featured-home__list-item:nth-child(n + 2) {
  padding-top: 1.75rem;
  margin-top: 1.75rem;
  border-top: 1px solid #d0d8dd;
}
.featured-home__list-item .box-blog-post {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}
.featured-home__list-item .box-blog-post .box-image {
  width: 40% !important;
  flex-shrink: 0;
}
.featured-home__list-item .box-blog-post .box-image .image-cover {
  border-radius: 0.625rem;
  padding-top: 0 !important;
  height: 10.2905rem;
}
.featured-home__list-item .box-blog-post .box-text {
  padding: 0;
  background-color: transparent;
}
.featured-home__list-item .box-blog-post .box-text .desc {
  -webkit-line-clamp: 2;
}
.featured-home__list-item .box-blog-post .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
}
.featured-home__list-item .box-blog-post .box-text .box-text-inner .title a {
  font-size: 1.25rem;
}
.featured-home__list-item .box-blog-post .box-text .box-text-inner .date {
  order: 1;
  background: rgba(0, 151, 215, 0.1);
  padding: 0.125rem 1rem;
  border-radius: 6.25rem;
  width: fit-content;
  margin-top: 1.2rem;
  margin-bottom: 0;
}
.advertisement-gallery .image-cover {
  height: 40.0625rem;
}
@media (max-width: 767.98px) {
  .featured-home {
    padding: 2.5rem var(--section) 0;
  }
  .featured-home .title-main {
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }
  .advertisement-gallery .image-cover {
    height: 38.0625rem;
  }
  .featured-home .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.65rem;
  }
  .featured-home__list-item .box-blog-post .box-text .box-text-inner .title a {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
  .featured-home__list-item .box-blog-post .box-text .box-text-inner .title {
    margin-bottom: 0.5rem;
  }
  .featured-home__list-item .box-blog-post .box-text .desc {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .featured-home__list-item .box-blog-post {
    column-gap: 1rem;
  }
  .featured-home__list-item .box-blog-post .box-image .image-cover {
    height: 6rem;
  }
  .featured-home__list-item .box-blog-post .box-text .box-text-inner .date {
    display: none;
  }
}
/*partner-home*/
.partner-home {
  padding: 4.25rem var(--section) 3.81rem;
  overflow: hidden;
}
.partner-home .title-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
.partner-home .swiper-button__wrapper {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.partner-home .swiper-button {
  position: static;
}
.partner-home .swiper-button__wrapper .swiper-button {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: var(--1) solid var(--theme-color2);
  border-radius: 50%;
  cursor: pointer;
  z-index: 12;
  transform: none;
}

.partner-home .swiper-button__wrapper .swiper-button svg {
  width: 0.4375rem;
  height: 0.875rem;
}
.partner-home .swiper-button__wrapper .swiper-button path {
  stroke: var(--theme-color2);
}
.partner-home .swiper-button__wrapper .swiper-button:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
  color: #fff;
}

.partner-home .swiper-button__wrapper .swiper-button:hover path {
  stroke: #fff;
}
.partner-home .title-header.title-main h2 {
  margin-bottom: 0;
}
.partner-home .swiper-slide {
  height: 100% !important;
  margin-top: 0.31rem !important;
}
.partner-home .swiper-slide .img {
  width: 9.75rem;
  height: 6.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  position: relative;
}
.partner-home .swiper-slide .img img {
  object-fit: contain;
}
.swiper-pagination {
  position: static !important;
  padding-top: 2rem;
}
.partner-home .swiper-showGrid .swiper-slide .img:before {
  content: "";
  background: url(/wp-content/uploads/2025/07/img-line-partner.svg) no-repeat
    center;
  width: 10.5rem;
  height: 10.5rem;
  flex-shrink: 0;
  position: absolute;
  top: 1.55rem;
  right: 6.25rem;
}
.partner-home .swiper-showGrid .swiper-slide.selected .img:before,
.partner-home .swiper-showGrid .swiper-slide:last-child .img:before {
  display: none;
}
.partner-home .pagination-progress {
  display: none;
}
@media (max-width: 767.98px) {
  .partner-home {
    padding: 3.25rem var(--section) 2rem;
  }
  .partner-home .title-color.title-main h2 {
    max-width: 100%;
    margin-bottom: 0;
  }
  .partner-home .swiper-showGrid {
    margin: 0;
    padding: 0;
  }
  .partner-home .swiper-slide .img {
    width: auto;
    height: 4.5rem;
    background-color: #f5f8fb;
    border-radius: 0.5rem;
    padding: 0.313rem;
  }
  .partner-home .pagination-progress {
    padding-top: 0.5rem;
  }
  .partner-home .swiper-showGrid .swiper-slide .img:before,
  .partner-home .swiper-button__wrapper {
    display: none;
  }
  .partner-home .pagination-progress {
    display: flex;
  }
  .partner-home .swiper-slide {
    margin-top: 0.5rem !important;
  }
}

/* =====Lanh đạo ===== */
.leader-home {
  padding: 4.25rem var(--section) 0;
}
.leader-home .title-main {
  padding-bottom: 1.2rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leader-home .title-main .btn__primary {
  flex-shrink: 0;
}
.leader-home .title-main h2 {
  margin-bottom: 0;
}
.leader-home .box-blog-post .box-text {
  padding: 1.36rem 0 0;
  background-color: transparent;
}
.leader-home .box-blog-post .box-text .title a {
  -webkit-line-clamp: 2;
}
.leader-home .pagination-progress {
  padding-top: 1rem;
}
@media (max-width: 767.98px) {
  .leader-home {
    padding: 2.5rem var(--section) 0;
  }
}
/* =====Press ===== */
.bg-color {
  background: linear-gradient(
    180deg,
    rgba(58, 103, 177, 0.05) 0%,
    rgba(0, 151, 215, 0.05) 100%
  );
}
.press-home {
  padding: 4.25rem var(--section);
}
.press-home .title-main {
  padding-bottom: 1.2rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #d9d9d9;
}
.press-home .swiper-slide a {
  display: inline-flex;
}
.press-home .swiper-slide .img {
  width: auto;
  height: 6.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
}
.press-home .swiper-slide .img img {
  object-fit: contain;
}
.press-home .pagination-progress {
  padding-top: 1rem;
}
@media (max-width: 767.98px) {
  .press-home {
    padding: 2.5rem var(--section);
  }
}
