/* BANNER PRODUCT LINE */
.home-product-line .box-banner-product-line {
  height: calc(100vh - 80px);
}
.home-product-line .box-banner-product-line .bg-gra {
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  padding: 150px 0 100px 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 2;
}
.home-product-line .box-banner-product-line .img-banner-product-line {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-product-line .box-banner-product-line .info-banner-product-line {
  position: absolute;
  bottom: 50px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
}

.home-product-line .box-banner-product-line p {
  max-width: 50%;
  text-align: center;
}
.home-product-line .box-banner-product-line img {
  max-width: 300px;
}

/* END BANNER PRODUCT LINE */

/* PRODUCT LINE */
.home-product-line .box-product-line {
  background-image: url("../../images/bg-product-line.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-product-line .box-product-line.second-product-line {
  background-image: url("../../images/bg-7.png");
}
.bg-products-more-line {
  position: absolute;
  bottom: -260px;
  right: -50px;
  z-index: -1;
}
.home-product-line .box-product-line .slider-product-line {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.home-product-line
  .box-product-line
  .slider-product-line
  .swiper-slide-shadow-left,
.home-product-line
  .box-product-line
  .slider-product-line
  .swiper-slide-shadow-right,
.home-product-line .box-product-line .slider-product-line .swiper-slide-shadow {
  background: none;
}
.home-product-line .box-product-line .pagination-custom {
  width: 250px;
}
.home-product-line .box-product-line .pagination-custom .control .control-prev,
.home-product-line .box-product-line .pagination-custom .control .control-next,
.home-product-line
  .box-product-line
  .pagination-custom
  .control
  .control-prev-1,
.home-product-line
  .box-product-line
  .pagination-custom
  .control
  .control-next-1,
  .home-product-line
  .box-product-line
  .pagination-custom
  .control
  .control-prev-3,
.home-product-line
  .box-product-line
  .pagination-custom
  .control
  .control-next-3 {
  width: 38px;
  height: 38px;
  border: 2px solid var(--dark);
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 32px;
}
.home-product-line
  .box-product-line
  .pagination-custom
  .control
  .control-prev:after,
.home-product-line
  .box-product-line
  .pagination-custom
  .control
  .control-next:after,
.home-product-line
  .box-product-line
  .pagination-custom
  .control
  .control-prev-1:after,
.home-product-line
  .box-product-line
  .pagination-custom
  .control
  .control-next-1:after,
  .home-product-line
  .box-product-line
  .pagination-custom
  .control
  .control-prev-3:after,
.home-product-line
  .box-product-line
  .pagination-custom
  .control
  .control-next-3:after {
  display: none;
}
.home-product-line
  .box-product-line
  .pagination-custom
  .w-indicators
  .carousel-indicators {
  position: unset;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.home-product-line .box-product-line .swiper-pagination,
.home-product-line .box-product-line .swiper-pagination-2,
.home-product-line .box-product-line .swiper-pagination-3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: auto;
}
.home-product-line
  .box-product-line
  .swiper-pagination
  span.swiper-pagination-bullet,
.home-product-line
  .box-product-line
  .swiper-pagination-2
  span.swiper-pagination-bullet,
  .home-product-line
  .box-product-line
  .swiper-pagination-3
  span.swiper-pagination-bullet {
  flex: 1;
  height: 1px;
  background: #000;
  border-radius: 6px !important;
  opacity: 1;
  margin: 0 !important;
}
.home-product-line
  .box-product-line
  .pagination-custom
  .w-indicators
  .carousel-indicators:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #000;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.home-product-line
  .box-product-line
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.home-product-line
  .box-product-line
  .swiper-pagination-2
  span.swiper-pagination-bullet.swiper-pagination-bullet-active,
  .home-product-line
  .box-product-line
  .swiper-pagination-3
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
}

.home-product-line
  .box-product-line
  .pagination-custom
  .w-indicators
  .carousel-indicators
  li {
  width: 80px;
  margin: 0;
  opacity: 1;
  height: 0px;
}

.home-product-line
  .box-product-line
  .pagination-custom
  .w-indicators
  .carousel-indicators
  li.active {
  height: 4px;
}
.home-product-line .box-product-line .swiper-creative .swiper-slide img {
  margin-left: -23px;
  margin-top: 38px;
  max-width: 90%;
  text-align: left;
}
.home-product-line .box-product-line .swiper-creative .swiper-slide {
  text-align: left;
}
.info-banner-product-line .colooo-w p
{
  max-width: 100%;
}
.info-banner-product-line .colooo-w{color: #fff !important;
max-width: 100%;
text-align: center;
padding: 0 15px;
}
/* END PRODUCT LINE */

/* LIST PRODUCT MORE LINE FIRST */
.home-product-line .box-products-more-line {
  padding: 100px 0;
  /* z-index: -1; */
}
.home-product-line .box-products-more-line .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: space-between;
  height: 100%;
}
.home-product-line .box-products-more-line .item img {
  max-height: 300px;
  width: auto;
  -webkit-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -ms-transition: all 0.24s ease;
  transition: all 0.24s ease;
}
.home-product-line .box-products-more-line .item:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.home-product-line .box-products-more-line .item .name-product {
  margin-top: 10px;
}
.home-product-line .box-products-more-line .item a.btn {
  border-radius: 5px;
  background: rgb(217, 37, 31);
  background: linear-gradient(
    130deg,
    rgba(217, 37, 31, 1) 0%,
    rgba(233, 128, 30, 1) 100%
  );
  border: 1px solid var(--white);
  height: 40px;
  flex: 1;
  width: 100%;
  margin-top: 15px;
  flex: none;
}
.home-product-line .box-products-more-line .btn-load-more img {
  margin-right: 5px;
}
.home-product-line .box-products-more-line .btn-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* 
** MEDIA
** Min: 576, 768, 992, 1200, 1400
*/
@media (min-width: 1366px) {
  .home-product-line .box-product-line .swiper-creative .swiper-slide img {
  margin-left: 19px;
  
}
}
@media (max-width: 1399.98px) {
  /* TODO */
}

@media (max-width: 1024px) {
  /* TODO */
}
@media (max-width: 768px) {
  .home-product-line .box-products-more-line .bg-products-more-line {
    position: absolute;
    bottom: -240px;
    right: -20px;
    z-index: -1;
    width: 200px;
  }
  .home-product-line .box-product-line {
    text-align: center;
    padding-bottom: 140px;
  }
  .box-product-line .col-12.col-lg-5 {
    position: initial;
  }
  .home-product-line .box-product-line .pagination-custom {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 125px);
  }
  .home-product-line .box-product-line .swiper-creative .swiper-slide img {
    margin-left: 13px;
  }
}

@media (max-width: 500px) {
  /* BANNER PRODUCT LINE */
  .home-product-line .box-banner-product-line p {
    max-width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  /* END BANNER PRODUCT LINE */

  .home-product-line .text-60 {
    font-size: calc(var(--text-base) + 16px);
  }
  .home-product-line .text-30 {
    font-size: calc(var(--text-base) + 2px);
  }

  .home-product-line .text-40 {
    font-size: calc(var(--text-base) + 6px);
  }

  /* LIST PRODUCT MORE LINE FIRST */
  .home-product-line .box-products-more-line .item a.btn {
    height: 32px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
  }
  .home-product-line .box-products-more-line {
    padding-top: 50px;
  }
  /* END LIST PRODUCT MORE LINE FIRST */
  .home-product-line .box-product-line .pagination-custom {
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
}
