.carousel-inner, .carousel-item, .carousel-item img{
  height: 100vh
}
.home-slide {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fp-tableCell {
  vertical-align: unset;
}
/* .navbar-light {
  position: absolute;
} */

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000;
  position: relative;
}

.navbar-light .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  color: #fff;
} */

.navbar-light .navbar-nav .nav-link-scrol {
  color: #2E589D !important;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: unset;
  position: relative;
}

.navbar-light .navbar-nav .nav-link-scrol::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #2E589D;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-light .navbar-nav .nav-link-scrol:hover {
  color: #2E589D;
}

/* .navbar-light .navbar-nav .nav-link-scrol:focus, .navbar-light .navbar-nav .nav-link-scrol:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  color: #2E589D;
} */

h2, h4, h6 {
  color: #2E589D;
}

.title-footer-one-row {
  margin-top: 3rem !important;
}

.container_thumb_news_long {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.container_thumb_news_long .thumb_news_long {
  max-height: 33rem !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 100%;
  min-width: 100%;
}

.container_thumb_news_sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.container_thumb_news_sort .thumb_news_sort {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 100%;
  min-width: 100%;
}

/* .content-news {
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
} */

.content-news .category-news {
  padding: 1px 5px 1px 5px;
  background-color: cornflowerblue;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.content-news .category-news span {
  color: #fff;
  font-size: 10px;
}

.content-news span {
  color: #fff;
}

.content-news p {
  color: #fff;
  font-size: 10px;
}

.content-news .price {
  color: cornflowerblue;
}

@media (max-width: 575.98px) {
  #animation_product_right {
    margin-top: 1rem !important;
  }
  h2 {
    font-size: 1.5rem;
  }
  /* .container-fluid, .container {
    margin-top: 4rem !important;
  } */
  .title-footer {
    font-size: 12px;
  }
  .title-footer-one-row {
    margin-top: 0rem !important;
  }
  /* .content-footer {
    display: none;
  } */
  .container_thumb_news_long {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .container_thumb_news_long .thumb_news_long {
    max-height: 10rem !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 100%;
    min-width: 100%;
  }
  .content-news {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*# sourceMappingURL=style.css.map */