.imgBanner {
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  .imgBanner {
    height: calc(100vh - 80px);
  }
}
.imgBanner img {
  width: 100%;
  height: 100%;
}
.imgBanner iframe {
  width: 100%;
  height: 100%;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.homeBanner {
  position: relative;
  background-image: linear-gradient(rgba(12, 92, 115, 0.4), rgba(255, 255, 255, 0));
}
.homeBanner .btn_scroll {
  cursor: pointer;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
  bottom: 30px;
  text-decoration: none;
  border: 1px solid var(--color-primary);
  transition: transform 0.2s ease;
  animation: bounce 2s infinite;
}
.homeBanner .btn_scroll:hover {
  background: var(--color-white);
}
.homeBanner .btn_scroll:hover i {
  color: var(--color-primary);
}
.homeBanner .btn_scroll i {
  color: var(--color-white);
}
.homeBanner h1, .homeBanner h5 {
  color: var(--color-white);
  margin: 0 auto 0;
}
.homeBanner h5 {
  width: 60%;
}
.homeBanner h1 {
  text-transform: uppercase;
}
.homeBanner .content_banner {
  width: 100%;
  text-align: center;
  padding-top: 70px;
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .homeBanner .content_banner h1 {
    font-size: 30px !important;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .homeBanner .content_banner h5 {
    font-size: 20px !important;
    width: 90%;
  }
}

h2 {
  text-transform: uppercase;
}

.homeIntro {
  padding-top: 120px;
  padding-bottom: 140px;
  background: var(--color-dusty-grey);
}
@media (max-width: 767px) {
  .homeIntro {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.homeIntro .icon, .homeIntro h2, .homeIntro p {
  width: 80%;
  text-align: center;
  margin: 0 auto 40px;
}

.homeCollection {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 1920px) {
  .homeCollection {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.homeCollection h2 {
  text-align: center;
  margin: 0 auto 16px;
}
.homeCollection .description {
  width: 80%;
  text-align: center;
  margin: 0 auto 72px;
}
.homeCollection .nav-tabs {
  border-bottom: none;
}
.homeCollection .tab-pane .btn_primary {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.homeCollection .nav-link {
  color: var(--color-body);
  transition: none !important;
}
.homeCollection .nav-link:hover {
  border-color: transparent !important;
  isolation: unset !important;
  color: var(--color-gold) !important;
}
.homeCollection .nav-link.active {
  border: none;
  color: var(--color-gold) !important;
  font-weight: 700;
  text-decoration: underline;
}
.homeCollection .nav.nav-tabs {
  display: flex;
  gap: 36px;
  margin-bottom: 72px;
  justify-content: center;
}
@media (max-width: 767px) {
  .homeCollection .nav.nav-tabs {
    gap: 20px;
  }
}
.homeCollection .listing_product_home {
  margin-bottom: 40px;
}
.homeCollection .listing_product_home .--imgProduct {
  position: relative;
  height: 300px;
}
@media (max-width: 1430px) and (min-width: 1086px) {
  .homeCollection .listing_product_home .--imgProduct {
    height: 200px;
  }
}
.homeCollection .listing_product_home .--imgProduct img {
  width: 100%;
  height: 100%;
}
.homeCollection .listing_product_home .--imgProduct .location {
  position: absolute;
  bottom: 22px;
  left: 16px;
  right: 16px;
  color: var(--color-white);
}
@media (max-width: 1919px) {
  .homeCollection .listing_product_home .--imgProduct .location {
    left: 10px;
    right: 10px;
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .homeCollection .listing_product_home .--imgProduct .location .name {
    font-size: 18px !important;
  }
}
.homeCollection .listing_product_home .--imgProduct .location .address {
  display: flex;
  gap: 28px;
  align-items: center;
}
@media (max-width: 1919px) {
  .homeCollection .listing_product_home .--imgProduct .location .address {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .homeCollection .listing_product_home .--imgProduct .location .address {
    gap: 8px;
  }
}
.homeCollection .listing_product_home .--imgProduct .location .name {
  font-size: 24px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.homeCollection .listing_product_home .--imgProduct .location .address {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.homeCollection .listing_product_home .--imgProduct .iconFavorite {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 22px;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .homeCollection .listing_product_home .--imgProduct .iconFavorite {
    top: 10px;
    right: 10px;
  }
}
.homeCollection .listing_product_home .--imgProduct .iconFavorite #heart {
  display: block;
}
.homeCollection .listing_product_home .--imgProduct .iconFavorite #heartActive {
  display: none;
}
.homeCollection .listing_product_home .--imgProduct .iconFavorite.active #heart {
  display: none;
}
.homeCollection .listing_product_home .--imgProduct .iconFavorite.active #heartActive {
  display: block;
}
.homeCollection .listing_product_home .--imgProduct .close {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  background: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
}
.homeCollection .listing_product_home .--imgProduct .close:hover {
  opacity: 1;
}
.homeCollection .listing_product_home .--imgProduct .close i {
  color: var(--color-primary);
}
.homeCollection .listing_product_home .--itemProduct {
  margin-bottom: 20px;
}
.homeCollection .listing_product_home .--itemProduct .txt {
  background: var(--color-white);
  padding: 43px 16px 16px 16px;
}
.homeCollection .tab-content {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .homeCollection .--itemProduct {
    width: 90vw;
    margin-right: 12px;
  }
}

.cardIntro {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.homePartner {
  background: var(--color-dusty-grey);
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1920px) {
  .homePartner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.homePartner .slick-track, .homePartner .slick-slider .slick-list {
  transform: inherit !important;
}
.homePartner .title {
  text-align: center;
  color: var(--color-primary);
  font-size: 24px;
  margin-bottom: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.homePartner .list_partner {
  justify-content: center;
  gap: 92px;
  margin-bottom: 24px;
}
.homePartner .list_partner .logo {
  margin: 20px;
}
.homePartner .list_partner .logo .item_logo {
  height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.homePartner .list_partner .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  mix-blend-mode: multiply;
}

.arrow_partner {
  display: flex;
  justify-content: end;
  gap: 12px;
  position: relative;
}
.arrow_partner .slick_arrow {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background: var(--color-primary);
}
.arrow_partner .slick_arrow svg path {
  fill: var(--color-white) !important;
}
.arrow_partner .slick_arrow:hover {
  background: var(--color-gold);
}/*# sourceMappingURL=home.css.map */