@font-face {
  font-family: "SVN-Kimberley";
  src: url("fonts/SVN-Kimberley.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archistico";
  src: url("fonts/Archistico Simple.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.social-list {
  right: 1rem !important;
}

.banner-news {
  height: 75vh;
  position: relative;
}
.banner-news .news-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.banner-news .news-banner-content {
  position: absolute;
  top: 50%;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  color: #E9E9E9;
  right: 7.5rem;
}
.banner-news .news-banner-content .social-list {
  position: static;
}
.banner-news .news-banner-content .normal-text-14 {
  max-width: 330px;
  text-align: justify;
}

.about-comp {
  overflow-x: hidden;
  padding: 4rem 0 5rem;
}
.about-comp .swiper {
  overflow: visible;
}

.about-brand {
  overflow-x: hidden;
  padding: 5rem 0;
}
.about-brand .swiper {
  overflow: visible;
}

@media screen and (max-width: 1440px) {
  .banner-news .news-banner-content {
    right: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .banner-news {
    height: 768px;
    margin-top: 74px;
  }
  .banner-news .news-banner-content {
    right: 20px;
    width: 90%;
    top: unset;
    bottom: 30px;
    text-align: center;
  }
  .banner-news .news-banner-content .normal-text-14 {
    max-width: 100%;
    text-align: center;
  }
  .banner-news img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    object-position: center center;
  }
  .about-comp {
    padding: 4rem 0 1rem;
  }
  .about-brand {
    padding: 3rem 0 0;
  }
  .about-brand .heading-48 {
    width: 68%;
  }
}
/*# sourceMappingURL=tpl-news.css.map */
