.banner-home__slider a,
.banner-home__slider .item {
  display: block;
}

.banner-home__slider img {
  object-fit: cover;
}

.banner-home {
  display: block;
  padding: 0;
}

.banner-home .banner-bottom {
  width: 100%;
  display: grid;
}

.banner-home__bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--15);
}

.banner-home__bottom .image-cover {
  border-radius: var(--10);
}

/* home-about */
.home-about {
  padding-top: var(--90);
  padding-bottom: var(--60);
}

.home-about .section-wrapper {
  display: grid;
  grid-template-columns: auto calc(65% - 3.75rem);
  grid-gap: var(--30) var(--60);
}

.home-about .content {
  text-align: justify;
}

.home-about .content p {
  margin-bottom: 0;
}

.home-about .content a {
  margin-top: var(--20);
}

.home-about .about-slider .image-cover {
  border-radius: var(--10);
}

.home-about .about-slider .image-cover:hover img {
  transform: scale(1.08);
}

/* End home-about */

/* home-newspaper */
.home-newspaper {
  padding-top: var(--60);
  padding-bottom: var(--60);
}

.home-newspaper .col-main {
  display: grid;
  grid-template-columns: auto 60%;
  grid-gap: var(--60);
}

.home-newspaper .col-left .image-cover {
  border-radius: var(--10);
  padding-top: 75%;
}

.home-newspaper .col-left .image-cover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0%, #19232499 80.94%);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.home-newspaper .intro-video__btn {
  width: var(--90);
  height: var(--90);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e524a9e;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  border: 2px solid white !important;
  -webkit-animation: ripple 0.7s linear infinite;
  animation: ripple_video 0.7s linear infinite;
  opacity: 1;
  visibility: visible;
  z-index: 22;
}

.home-newspaper .intro-video__btn svg {
  width: var(--30);
  margin-left: var(--5);
}

@keyframes ripple_video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
  }
}
.list-press{
 margin-top:40px 
}
.list-press .swiper-pagination{
bottom:0
}
.list-press .swiper{
  padding-bottom:3rem
}
.press-slider a{
  width:100%;
  display:block;
}
.press-home .list-press .swiper-slide {
  height: auto;
}
.box-press .box-image {
  position: relative;
}
.box-press .img-press {
  width: 7.875rem;
  height: 4.125rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(122, 122, 122, 0.2);
  position: absolute;
  z-index: 1;
  bottom: -2rem;
  left: 1rem;
}
.box-press .img-press img{
  width:100%;
  height:100%;
  object-fit:contain
}
.box-press .box-image .image-cover {
  padding-top: 56.25%;
  border-radius: 0.625rem;
}
.box-press .box-image .image-cover img {
}
.box-press .box-text {
  padding: 2.75rem 1rem 0;
}
.box-press .box-text p {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--black);
}
.box-press .box-text p:hover{
  color:var(--theme-color)
}
@media screen and (max-width: 767.98px) {
  .press-home {
  }
  .box-press .img-press {
    width: 5.75rem;
    height: 3.125rem;
  }
}
/* End home-newspaper */
/* home-product */
.home-product {
  padding: 0;
}

.home-product .product-category,
.home-news,
.home-image,
.home-customer {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-bottom: 1rem;
}

.home-customer {
  margin-bottom: 0;
}

.home-news {
  padding-bottom: var(--30);
  padding-top: var(--30);
}

.home-news .swiper-button {
  top: 28%;
}

.home-product .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--15);
}

.home-product .product-small.col {
  padding: 0;
}

.home-product .products-grid .product-image {
  grid-column: span 2;
}

.home-product .products-grid .product-image .image-cover {
  padding-top: 64.5% !important;
  border-radius: var(--10);
}

.home-product .product-category.even .product-image {
  grid-column: 3/5;
}

.home-product .product-category.even .product-item:nth-of-type(2),
.home-product .product-category.even .product-item:nth-of-type(3) {
  grid-row: 1/2;
}

.home-product .category-header,
.home-news .home-news__title {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}

.home-product .category-header--left {
  display: flex;
  align-items: center;
  flex: 1;
}

.home-product .category-title,
.home-news .home-news__title p {
  width: fit-content;
  margin-right: 3rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.home-product .category-title a {
  color: #27272a;
}

.home-product .category-title a:hover {
  color: var(--theme-color);
}

.home-product .product-category .cate-child {
  display: flex;
}

.home-product .product-category .cate-child a {
  display: flex;
  padding: 0 1.06rem;
  color: #626364;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

.home-product .product-category .cate-child a:before {
  content: '';
  width: 0.0625rem;
  height: 0.9375rem;
  background-color: #dadada;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home-product .product-category .cate-child a:hover {
  color: var(--theme-color);
}

.home-product .product-category .cate-child a:first-child {
  padding-left: 0;
}

.home-product .product-category .cate-child a:last-child {
  padding-right: 0;
}

.home-product .product-category .cate-child a:last-child:before {
  display: none;
}

.category-link-mb {
  display: none;
}

.home-product .product-category .category-link svg,
.home-news .home-news__title a svg {
  width: var(--15);
  height: var(--15);
  transition: all 0.3s;
}

.home-news .home-news__title {
  margin-bottom: var(--30);
}

.home-news .title-main {
  margin-bottom: 0;
}

.home-news .swiper-button.swiper-next {
  /* right: 0; */
}

.home-news .image-cover {
  border-radius: 0.5rem 0.5rem 0 0;
}

.home-news .box .box-text {
  border-radius: 0 0 0.5rem 0.5rem;
  border: 1px solid #cfcfcf;
  border-top: 0;
  padding: 0.87rem 1.19rem 1.75rem;
}

.home-news .swiper-slide {
  height: auto;
}

.home-news .swiper {
  padding-bottom: 2.15rem;
}

.home-news .swiper-pagination {
  bottom: 0;
}

.home-news .box-blog-post .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #27272a;
  font-size: var(--18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: var(--48);
}

.home-news .box-blog-post .post-title a:hover {
  color: var(--theme-color);
}

.home-news .box-blog-post .post-title {
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dadada;
}

.home-news .box-blog-post .post-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: var(--14);
}

/* End home-product */
/* home-image */
.home-image__title {
  text-align: center;
}

.home-image .swiper-wrapper {
  padding-bottom: 2rem;
}

.home-image .swiper-pagination {
  bottom: 0;
}

/* End home-image */
/* home-customer */
.home-customer__list {
  padding-right: 1px;
}

.home-customer .image-cover {
  padding-top: 67%;
}

.home-customer .swiper-pagination {
  bottom: 0;
}

.home-customer .image-cover img {
  object-fit: contain;
  padding: 1rem;
}

.home-customer .home-customer__item {
  border: 0.5px solid #dadada;
  border-right: 0.5px solid #fff;
}

.home-customer .swiper-wrapper {
  padding-bottom: 2rem;
}

/* End home-customer */

@media screen and (max-width: 767.98px) {
  
  .home-customer .swiper-slide.selected .home-customer__item {
    border-top: 0;
  }

  .home-customer .swiper-slide:nth-last-of-type(1) .home-customer__item,
  .home-customer .swiper-slide:nth-last-of-type(3) .home-customer__item {
    border-right: 1px solid #dadada;
  }

  .wrapper-home>.section-wrapper {
    flex-direction: column;
  }

  .wrapper-home .vertical-menu {
    display: none;
  }

  .box-relative {
    max-width: 100%;
  }

  #header {
    height: 4.375rem;
  }

  .banner-home .swiper-pagination {
    bottom: 0;
  }

  .banner-home__bottom {
    grid-gap: var(--12);
    display: grid;
    grid-template-rows: 1fr;
    overflow: auto;
    justify-content: start;
    grid-template-columns: repeat(4, 43%);
    padding-bottom: 25px;
    margin-bottom: -25px;
    width: calc(100% + 1rem);
    margin-right: -1rem;
  }

  .banner-home__bottom .item {
    scroll-snap-type: x mandatory;
  }

  .home-product .product-category,
  .home-news,
  .home-image,
  .home-customer {
    padding: 1rem;
  }

  .home-news .swiper-button.swiper-next {
    right: -1.0938rem;
  }

  .home-news .home-news__title {
    padding-right: 0;
  }

  .home-news .home-news__title .btn-primary {
    display: none;
  }

  .home-product .product-category {
    border-radius: 0;
  }

  .category-link-mb {
    display: flex;
    margin: 1rem 0;
    justify-content: center;
  }

  #wrapper .category-link-mb a {
    width: fit-content;
  }

  .home-product .category-header--left {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-product .category-header--right {
    display: none;
  }

  .home-product .category-title,
  .home-news .home-news__title p {
    margin-right: 0;
    margin-bottom: 0.7rem;
    font-size: 20px;
  }

  .home-news .home-news__title p {
    margin-bottom: 0;
  }

  .home-product .products-grid {
    /* display: flex; */
    /* flex-direction: column; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--12);
  }

  .home-product .products-grid .product-image {
    grid-column: span 2;
  }

  .home-product {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .product-small.box .add-to-cart-button {
    display: none;
  }

  .home-product .product-category.even .product-image {
    grid-column: span 2;
  }

  .home-product .product-category.even .product-item:nth-of-type(2),
  .home-product .product-category.even .product-item:nth-of-type(3) {
    grid-row: unset;
  }

  .product-small.box {
    padding: 0.5rem;
  }

  .product-small.box .box-text--bottom {
    padding: 0.5rem;
  }

  /* home-about */
  .home-about {
    padding-top: var(--40);
    padding-bottom: var(--40);
  }

  .home-about .section-wrapper {
    display: block;
  }

  .home-about .section-wrapper .col-left {
    margin-bottom: var(--30);
  }

  .home-about .content {
    text-align: left;
  }

  /* home-newspaper */
  .home-newspaper {
    padding-top: var(--40);
    padding-bottom: var(--40);
  }

  .home-newspaper .section-wrapper {
    grid-template-columns: 1fr;
    grid-gap: var(--20);
  }

  .home-newspaper .intro-video__btn {
    width: var(--60);
    height: var(--60);
  }
}