html, body {
  min-width: 998px;
}

nav.navbar {
  font-size: 16px;
}

nav.navbar a {
  color: #666666;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: inherit;
  color: #00C470;
}

ul.nav.navbar-nav li.active > a {
  color: #00C470;
}

nav.navbar .navbar-brand-logo {
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  display: block;
  width: 280px;
  height: 50px;
  background-position: left center;
}

.nav-footer {
  height: 400px;
  background-color: #242629;
  color: #fff;
}

.nav-footer .title {
  line-height: 50px;
  font-size: 36px;
  text-align: center;
  margin-top: 83px;
  margin-bottom: 32px;
}

.nav-footer button.apply {
  border-radius: 21px;
  background-color: #3CC078;
  border: none;
  height: 42px;
  width: 168px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 42px auto;
  color: #fff;
  display: block;
}

.nav-footer .desc {
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
}

.nav .product {
  position: relative;
}

.nav .product .xl {
  display: none;
  bottom: -22px;
  left: -63px;
  position: absolute;
  list-style: none;
  padding-left: 0;
  text-align: center;
  background-color: #fff;
  width: 186px;
}

.nav .product:hover .xl {
  display: block;
}

.nav .product .xl li {
  line-height: 34px;
  width: 62px;
  float: left;
}
.nav .product .xl li a:hover{
  color: #00C470;
}
