.navbar {
  width: 100%;
  z-index: 3;
  background-color: white;
  box-shadow: 0px 0px 6px 0px #00000014;
}
.navbar-brand img{
  width: 11.15vw;
  padding: 0.84vw 0;
}
.nav-align {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-item {
  width: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-link {
  color: #545454;
  font-size: 1.05vw;
  font-weight: 300;
}
.nav-link.active {
  color: #00369f;
  font-weight: 400;
}
.nav-link:hover,
.nav-item span {
  color: #00369f;
  font-weight: 400;
}
.nav-link-th {
  font-size: 0.94vw;
  margin: 0 0.5rem;
}
.nav-link-th span {
  font-size: 0.94vw;
  font-weight: 400;
}
.dropdown-menu {
  min-width: 8rem;
}
.dropdown-item {
  text-align: center;
  font-size: 1.05vw;
}
.gradientline {
  width: 100%;
  height: 4px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 54, 159, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 54, 159, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 54, 159, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  margin: 0 0 3vw 0;
}

footer .logo {
  width: 11.15vw;
  margin: 0 0 0.75rem 0;
}
footer .text {
  display: flex;
  flex-direction: column;
  font-size: 1.05vw;
  font-weight: 500;
  width: 21vw;
}
footer .text span {
  font-size: 0.94vw;
  font-weight: 300;
}
footer .link {
  margin: 0 0 1rem 0;
}
footer .link a {
  font-size: 1.05vw;
  color: #00369f;
  font-weight: 400;
}
footer .link a:hover {
  color: rgb(214, 0, 0);
  transition: 0.2s ease-in-out;
}
footer li a {
  color: #545454;
  font-size: 0.94vw;
  margin: 0 0 0.5rem 0;
}
footer .footer-service li {
  list-style-type: none;
}
footer .footer-service {
  padding: 0;
}
footer .social-link {
  display: flex;
}
footer .social-link i {
  color: black;
  font-size: 1.35vw;
  border: 1px black solid;
  border-radius: 100px;
  width: 2.61vw;
  height: 2.61vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.35rem;
}
footer .social-link i:hover {
  color: rgb(214, 0, 0);
  transition: 0.2s ease-in-out;
  border: 1px rgb(214, 0, 0) solid;
}
.copyright {
  font-size: 0.9vw;
  text-align: center;
  color: #545454;
  padding: 0.5vw;
}

@media (max-width: 991px) {
  .navbar {
    height: 55px;
    border-bottom: 1px #f8f8f8 solid;
  }
  .navbar-toggler:active,
  .navbar-toggler:hover {
    border: none;
  }
  .navbar-brand img,
  .footer-logo {
    width: 113px;
  }
  .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler-icon img {
    width: 35px;
    height: 20px;
  }

  .dropdown-item {
    text-align: center;
    font-size: 18px;
  }
  .navbar-nav .offcanvas-body {
    padding: 0;
  }
  .offcanvas-body .collapse ul {
    padding: 0;
  }

  .offcanvas-body #collapseProduct .collapse-menu,
  .offcanvas-body #collapseService .collapse-menu {
    height: 60px;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f0f0f0;
    border-bottom: 1px white solid;
    padding-left: 1rem;
  }
  .nav-item.mb[data-bs-toggle].collapsed:after {
    content: url("../img/after2.png");

    color: #545454;
    margin-left: 0.5rem;
  }
  .nav-item.mb[data-bs-toggle]:not(.collapsed):after {
    content: url("../img/before2.png");

    color: #545454;
    margin-left: 0.5rem;
  }
  .navbar-nav .nav-item {
    width: 100%;
    justify-content: space-between;
    border-bottom: #efefef 1px solid;
  }
  .navbar-nav .nav-link {
    font-size: 18px;
    padding: 1rem 0;
  }
  .mb-nav-link-th {
    margin: 0 0.25rem;
  }
  .mb-nav-link-th span {
    font-weight: 400;
  }
  .dropdown-menu {
    min-width: 5rem;
  }

  .footer-mb {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 150px;
    margin: 20px 0 50px 0;
  }
  footer .social-link i {
    width: 35px;
    height: 35px;
    font-size: 16px;
    margin: 0.5rem 0.35rem;
  }
  .float-contact {
    height: 50px;
  }
  .BG-red {
    background-color: #35aeb6;
  }
  .BG-green {
    background-color: #06c755;
  }
  .BG-red a,
  .BG-green a {
    display: flex;
 
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    height: 50px;
  }
  .BG-red .icon ,
  .BG-green .icon  {
display: flex;
  }
  .BG-red .icon i,
  .BG-green .icon i {
   font-size: 20px;
    margin-right: 0.5rem;
  }
  .copyright {
    font-size: 10px;
    color: #545454;
  }
}
