body {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 50%;
  padding: 0;
  width: auto;
}

img.logo {
  width: 250px;
  height: auto;
}

@media only screen and (min-width: 992px) {
  img.logo {
    width: 280px;
    height: auto;
  }
}

.top-bar {
  background-color: #fac02c;
  color: #0a0a0a;
}
.top-bar a {
  text-decoration: none;
  color: #0a0a0a;
}

.top-bar a.btn-social {
  width: 48px;
  height: 48px;
}

header nav.navbar .nav-link {
  text-transform: uppercase;
  color: #0a0a0a;
}

header nav.navbar .language {
  background-color: #fefefe;
  border-radius: 3px;
  border: 1px solid #0a0a0a;
  line-height: 23px;
}
header nav.navbar .language a {
  padding: 6px 12px 4px 12px;
  font-size: 12px;
  margin: 0px 1px;
  text-decoration: none;
}
header nav.navbar .language a.active {
  background-color: #f1db85;
  color: #004965 !important;
}
header nav.navbar .language a:last-child.active {
  border-radius: 0px 3px 3px 0px;
}


img[alt="Cách tính giá của hàng nhập khẩu"], img[alt="Cách hạch toán hàng thừa khi nhập kho theo thông tư 133"] {
  width: 29px;
  height: 29px;
}



.hero .slogan {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #363d47;
}
.hero .slogan .company {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
}

.text-success-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
}

.stats {
  background-color: #2e4c2b;
  color: #fff;
}
.stats .number-value {
  line-height: 1em;
  font-weight: 500;
  font-size: 72px;
  font-family: ui-monospace;
}
.stats .number-explain {
  text-transform: uppercase;
}

footer {
  background-color: #2e4c2b;
  color: #fff;
}

.products h2 {
  text-align: center;
}
