@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
header {
  position: fixed;
  z-index: 1000 !important;
  width: 100% !important;
  vertical-align: middle !important;
  transition: background-color 0.3s ease-in-out;
}
header.scrolled {
  background-color: #184385 !important;
}
header .navbar {
  background-color: transparent !important;
  height: 100px !important;
}
header .nav-link {
  font-weight: normal;
  color: #fff !important;
}
header .dropdown-menu {
  background-color: #184385 !important;
  border: none !important;
  width: max-content !important;
  border-radius: 0px !important;
}
header .dropdown-menu li a {
  color: #fff !important;
  font-weight: normal !important;
}
header .dropdown-menu li a:hover {
  background-color: #184385 !important;
  color: #fff !important;
}
header .navbar-brand img {
  width: 100px;
  height: auto;
}
header .navbar-toggler,
header .navbar-toggler:focus {
  color: #fff !important;
  box-shadow: none !important;
  border: 0.1px solid #fff !important;
  padding: 8px !important;
}
header .navbar-toggler .navbar-toggler-icon,
header .navbar-toggler:focus .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
@media (max-width: 768px) {
  header .navbar-collapse {
    margin-top: 10px;
    background-color: #184385 !important;
    z-index: 9 !important;
    outline: none !important;
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  header .navbar-nav {
    margin-left: 0px !important;
  }
  header a.nav-link.dropdown-toggle {
    padding: 0.5rem 0px !important;
  }
  header div#offcanvasWithBackdrop {
    background: #184385;
    padding: 20px;
    z-index: 9 !important;
    width: max-content;
    min-width: 50%;
  }
  header div#offcanvasWithBackdrop .dropdown-menu {
    background: transparent;
    border: none !important;
  }
  header div#offcanvasWithBackdrop .dropdown-submenu {
    margin-left: 10px;
  }
}

button, a {
  font-size: clamp(13px, 2vw, 1rem) !important;
}
button ol, a ol {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px;
  list-style: none;
}
button ol li, a ol li {
  display: inline;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
button span, a span {
  font-size: 13px !important;
  vertical-align: middle;
}

.btn-primary {
  background-color: #184385;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: 2px solid #184385;
  border-radius: 100px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 10px 20px;
}
.btn-primary:hover {
  background-color: #184385;
  color: #fff;
  border: 2px solid #184385;
}

.btn-light {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  color: #000;
  background-color: #f8fafc;
  border: none;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-outline-dark {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  color: #000;
  border: 2px solid #000;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.title h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .title h2 {
    font-size: 1.2rem;
  }
}
.title p {
  font-size: 1rem;
  color: #000;
}
@media (max-width: 768px) {
  .title p {
    font-size: 1rem;
  }
}

.title-white h2 {
  color: #fff;
}
.title-white p {
  color: #fff;
}

#title-header {
  background-image: url("../images/intro.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: max-content;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
#title-header .intro-content {
  padding-top: 150px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  position: relative;
}
#title-header .intro-content h1 {
  font-size: 1.5rem;
}
#title-header .intro-content p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.layer-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, hsl(216, 69%, 31%) 0%, hsl(215, 68%, 34%) 32%, hsl(213, 68%, 37%) 43%, hsl(212, 68%, 41%) 51%, hsl(210, 69%, 44%) 60%, hsl(209, 69%, 47%) 72%, hsl(207, 70%, 50%) 85%, hsl(206, 79%, 53%) 100%);
  opacity: 0.7;
  z-index: -1;
}
.layer-dark .dark-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.layer-dark video {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
}

#intro {
  background-image: url("../images/intro.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #intro {
    height: 90vh;
  }
}
#intro .intro-content {
  position: absolute;
  padding: 30px;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  bottom: 0%;
  top: 30%;
  left: 0;
  right: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: left;
}
@media (max-width: 768px) {
  #intro .intro-content {
    display: inline;
  }
}
#intro .intro-content .intro-text {
  width: 60%;
}
@media (max-width: 768px) {
  #intro .intro-content .intro-text {
    width: 100%;
  }
}
#intro .intro-content .intro-text h1 {
  width: fit-content;
  overflow: hidden;
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #intro .intro-content .intro-text h1 {
    font-size: 1.2rem;
  }
}
#intro .intro-content .intro-text p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}

#form-contact {
  position: relative;
  top: -150px;
  z-index: 2;
}
#form-contact .wrapper {
  padding: 30px;
  margin-top: 20px;
  border-radius: 20px;
  background-image: linear-gradient(180deg, hsl(216, 69%, 31%) 0%, hsl(215, 68%, 34%) 32%, hsl(213, 68%, 37%) 43%, hsl(212, 68%, 41%) 51%, hsl(210, 69%, 44%) 60%, hsl(209, 69%, 47%) 72%, hsl(207, 70%, 50%) 85%, hsl(206, 79%, 53%) 100%);
  width: 80%;
  margin: auto;
  height: max-content;
}
@media (max-width: 768px) {
  #form-contact .wrapper {
    width: 90%;
  }
}
#form-contact .wrapper h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#form-contact .wrapper form .input-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px 10px;
}
@media (max-width: 768px) {
  #form-contact .wrapper form .input-wrapper {
    grid-template-columns: 1fr;
  }
}
#form-contact .wrapper form .input-wrapper input,
#form-contact .wrapper form .input-wrapper select {
  margin: 0px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  border: none;
  padding: 8px 10px;
}
#form-contact .wrapper form button {
  margin: 0px;
}

#portofolio {
  margin-top: -100px;
  padding-top: 35px;
  background-color: #f8fafc;
}
#portofolio .portofolio-wrapper {
  border-top: 5px solid #fff5e3;
  padding: 30px 0px;
  margin-top: 20px;
  background-image: linear-gradient(180deg, hsl(216, 69%, 31%) 0%, hsl(215, 68%, 34%) 32%, hsl(213, 68%, 37%) 43%, hsl(212, 68%, 41%) 51%, hsl(210, 69%, 44%) 60%, hsl(209, 69%, 47%) 72%, hsl(207, 70%, 50%) 85%, hsl(206, 79%, 53%) 100%);
}
#portofolio .portofolio-wrapper .portofolio-content {
  position: relative;
}
#portofolio .portofolio-wrapper .portofolio-content .left-content {
  position: absolute;
  width: 250px;
  top: 50%;
  transform: translateY(-50%);
}
#portofolio .portofolio-wrapper .portofolio-content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
#portofolio .portofolio-wrapper .portofolio-content p {
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #portofolio .portofolio-wrapper .portofolio-content .left-content {
    display: none;
  }
}
#portofolio .swiper {
  z-index: 0;
  width: 100%;
}
#portofolio .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  height: 250px;
  width: 250px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}
#portofolio .swiper-slide:hover .content {
  transition: all 0.3s ease;
  height: 100%;
  transform: translateY(0%);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.687);
}
#portofolio .swiper-slide:hover .content h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  color: #184385 !important;
}
#portofolio .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 218, 229, 0.411);
  border-radius: 10px;
}
#portofolio .swiper-slide .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
#portofolio .swiper-slide .content h3 {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #184385;
}

#about {
  padding: 100px 0px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #about {
    padding: 50px 0px;
  }
}
#about .about-content {
  background-color: #f8fafc;
  max-width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: auto;
}
#about .about-content .text-content {
  padding: 50px;
}
@media (max-width: 768px) {
  #about .about-content .text-content {
    padding: 20px;
  }
}
#about .about-content .text-content p {
  font-size: 15px;
  font-weight: 300;
}
#about video {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#about h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  #about h2 {
    font-size: 1.5rem;
  }
}
#about .img {
  min-width: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #about .img {
    min-width: max-content;
    height: 300px;
    background-size: 100% 100% !important;
    background-color: #343a40 !important;
    border-radius: 10px 10px 0px 0px;
  }
}

#vision-mission {
  background-color: #f8fafc;
  padding: 30px;
  border-top: 5px solid #fff5e3;
  border-radius: 20px 20px 0px 0px;
}
#vision-mission .icon-wrapper .icon {
  width: 100%;
  height: 100%;
  text-align: center;
}
#vision-mission .icon-wrapper .icon span {
  border: 4px dotted #184385;
  border-radius: 50%;
  padding: 10px;
  font-size: 70px;
  color: #184385;
  margin-bottom: 20px;
}
#vision-mission .icon-wrapper .icon h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #000;
}

#service {
  padding: 30px 0px;
  border-radius: 20px 20px 0px 0px;
  border-top: 5px solid #fff5e3;
  background-image: linear-gradient(180deg, hsl(216, 69%, 31%) 0%, hsl(215, 68%, 34%) 32%, hsl(213, 68%, 37%) 43%, hsl(212, 68%, 41%) 51%, hsl(210, 69%, 44%) 60%, hsl(209, 69%, 47%) 72%, hsl(207, 70%, 50%) 85%, hsl(206, 79%, 53%) 100%);
}
#service img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#service .accordion {
  background-color: transparent;
  border-radius: 0px;
  border: none;
}
#service .accordion .accordion-button:focus {
  box-shadow: none;
}
#service .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border: none;
}
#service .accordion .accordion-body {
  color: #fff !important;
  border: none;
  border-radius: 0px;
  border: none;
}
#service .accordion .accordion-button::after {
  background-size: contain;
  filter: invert(1);
}
#service .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#service .accordion .accordion-button {
  color: #fff !important;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border: none;
  font-size: 18px;
  font-weight: 500;
}

#achievement {
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0px;
  margin-top: 20px;
}
#achievement .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: auto;
}
#achievement .wrapper .title {
  max-width: 50%;
}
@media (max-width: 768px) {
  #achievement .wrapper {
    display: block;
  }
  #achievement .wrapper .title {
    max-width: 100%;
  }
}
#achievement .icon {
  background-color: #e8f0fe;
  border: none;
  width: 125px;
  height: 110px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: auto;
  text-align: center;
}
#achievement .icon span {
  font-size: 100px;
  color: #184385;
  vertical-align: middle;
}
#achievement .text-center {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
#achievement .text-center p {
  font-weight: 700;
  font-size: 1.2rem;
  color: #184385;
}
#achievement .text-center h4 {
  font-size: 1.2rem;
  color: #000;
}

#investor {
  padding: 30px 0px;
  margin-top: 20px;
}
#investor video {
  margin: auto;
  display: block;
  width: 100%;
  height: 400px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#news {
  padding: 30px 0px;
  margin-top: 20px;
}
#news a {
  text-decoration: none;
}
#news a:hover .news-item img {
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}
#news a .news-item {
  margin-top: 20px;
  text-align: left;
}
#news a .news-item img {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 250px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  object-fit: cover;
}
#news a .news-item ol {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 10px 0px;
}
#news a .news-item ol li {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #184385;
  font-family: "Poppins", sans-serif;
}
#news a .news-item ol li span {
  position: relative;
  top: 0px;
  font-size: 20px;
  color: #184385;
}
#news a .news-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #184385;
}
#news a .news-item p {
  font-size: 14px;
  margin-top: 10px;
  color: #184385;
}

#contact {
  padding: 0px 0px 0px 0px;
  position: relative;
  bottom: -50px;
}
@media (max-width: 768px) {
  #contact {
    bottom: 0px;
  }
}
#contact .card {
  margin: auto;
  width: 80%;
  border-radius: 10px;
  height: 250px;
  background-image: url("../images/contact.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  border: 5px solid #f8fafc;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  #contact .card {
    height: 300px;
    width: 100%;
    border: none;
  }
}
#contact .card .overlay {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#contact .card .content {
  z-index: 2;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#contact .card .content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  #contact .card .content h2 {
    font-size: 1.2rem;
  }
}
#contact .card .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  #contact .card .content p {
    font-size: 14px;
  }
}

footer {
  padding: 50px 0px;
  border-radius: 20px 20px 0px 0px;
  margin-top: 20px;
  background-color: #184385;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  footer {
    padding: 20px 0px;
  }
}
footer img {
  margin: 20px 0px;
  width: 100px;
  object-fit: contain;
}
footer h4 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
}
footer ul li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
footer ul span {
  font-size: 18px !important;
  color: #fff;
  margin-right: 10px;
}
footer p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
footer p a {
  text-decoration: none;
  color: #fff;
}

#maps {
  padding: 30px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(180deg, hsl(216, 69%, 31%) 0%, hsl(215, 68%, 34%) 32%, hsl(213, 68%, 37%) 43%, hsl(212, 68%, 41%) 51%, hsl(210, 69%, 44%) 60%, hsl(209, 69%, 47%) 72%, hsl(207, 70%, 50%) 85%, hsl(206, 79%, 53%) 100%);
}
#maps .swiper-office {
  width: 100%;
  height: 100%;
}
#maps .swiper-office .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 300px;
}
#maps .swiper-office .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#maps .swiper-office .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
  margin-bottom: 10px;
  color: #fff;
  opacity: 1;
  background: rgba(56, 56, 56, 0.2);
}
#maps .swiper-office .swiper-pagination-bullet-active {
  color: #fff;
  background: #b81222;
}
#maps iframe {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
#maps .nav-tabs {
  padding: 0px;
  border: none;
}
#maps .nav-tabs .nav-link {
  text-align: left;
  border: none;
  border-radius: 0px;
  padding: 0px;
}
#maps .nav-tabs .nav-link.active span {
  display: inline-block !important;
  background-color: #b81222 !important;
  font-weight: 700;
}
#maps .nav-tabs .active {
  background-color: transparent;
}
#maps .nav-tabs .address {
  color: #fff;
}
#maps .nav-tabs .address h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}
#maps .nav-tabs .address h4 span {
  display: none !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
#maps .nav-tabs .address p {
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
#maps .nav-tabs .address p a {
  text-decoration: none;
  color: #fff;
}

#news-detail img {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: auto;
}
#news-detail ol {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 10px 10px 0px 0px;
}
#news-detail ol li {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #184385;
  font-family: "Poppins", sans-serif;
}
#news-detail ol li span {
  position: relative;
  top: 0px;
  font-size: 20px;
  color: #184385;
}
#news-detail .news-item {
  margin-top: 20px;
}
#news-detail .news-item a {
  text-decoration: none;
}
#news-detail .news-item .item {
  display: flex;
  align-items: start;
  gap: 10px;
  text-align: left;
}
#news-detail .news-item .item img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  object-fit: cover;
  border-radius: 10px;
}
#news-detail .news-item .item h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #184385;
}
@media (max-width: 768px) {
  #news-detail .news-item .item h3 {
    font-size: 14px;
  }
}
#news-detail .news-item .item ol {
  display: flex;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#news-detail .news-item .item ol li {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #184385;
}

#business-detail .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#business-detail .swiper {
  width: 100%;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
}
#business-detail .swiper-slide {
  background-color: #fff5e3;
  background-size: cover;
  background-position: center;
}
#business-detail .swiper-business-thumbs {
  height: 350px;
  width: 100%;
  border-radius: 10px;
}
#business-detail .swiper-business {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 15px;
  z-index: 1;
}
#business-detail .swiper-business .swiper-slide {
  width: 25%;
  max-height: 100px;
  opacity: 0.4;
}
#business-detail .swiper-business .swiper-slide-thumb-active {
  opacity: 1;
}
#business-detail .swiper-business .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

body {
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}
body .line {
  margin-top: 10px;
  width: 100px;
  border: 1px solid #b81222;
  background-color: #b81222;
  height: 2px;
}
body .just-validate-error-label {
  color: #fff !important;
  font-size: 12px !important;
}

/*# sourceMappingURL=app.css.map */
