#topMain > li > a {
  height: 96px;
  line-height: 96px;
}

#topMain.nav-pills > li > a {
  color: #666;
  font-weight: 600;
  background-color: transparent;
}

#topMain.nav-pills > li:hover > a,
#topMain.nav-pills > li:focus > a {
  color: #1f262d;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 3px solid var(--primary1);
}

#topMain.nav-pills > li.active > a {
  color: #000;
}

#topMain.nav-pills > li > a.dropdown-toggle {
  padding-left: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#btn_main {
  background-color: #2c2a28;
  color: #fff;
  width: 220px;
  height: 50px !important;
  font-size: 1.2rem !important;
  padding: 0.6rem !important;
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
}

#btn_main:hover {
  box-shadow: none !important;
  background-color: #33312e;
}
#btn_main:active {
  box-shadow: none !important;
  background-color: #2c2a28;
}
#btn_secound {
  border: 1px solid var(--primary2dark);
  background: #eeeeee;
  width: 220px;
  height: 50px !important;
  font-size: 1.2rem !important;
  padding: 0.6rem !important;
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  margin-right: 16px;
  color: var(--primary1);
}
#btn_secound:hover {
  box-shadow: none !important;
  background-color: #ffffff;
  color: var(--primary1);
}
#btn_secound:active {
  box-shadow: none !important;
  background-color: #e6e6ee;
}
#topMain.nav-pills > li > a.dropdown-toggle:after {
  display: block;
  content: "\f107";
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -5px 0 0;
  font-family: FontAwesome;
  font-size: 12px;
  opacity: 0.3;
  line-height: 1em;
  border: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -ms-transition: -ms-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}

#header.bottom.dropup #topMain.nav-pills > li > a.dropdown-toggle:after {
  content: "\f106";
}

#topNav .navbar-collapse {
  float: right;
}

#topNav a.logo {
  height: 118px;
  line-height: 96px;
  overflow: hidden;
  display: inline-block;
}

@media only screen and (max-width: 1215px) {
  #topMain.nav-pills > li > a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {
  /* Force 60px */
  #header {
    height: 60px !important;
  }
  #header #topNav a.logo {
    height: 60px !important;
    line-height: 50px !important;
  }
  #header #topNav a.logo > img {
    width: 117px !important;
  }
  #header #topNav #topMain > li > a {
    height: 40px !important;
    line-height: 40px !important;
    padding-top: 0;
  }
  #topMain > li {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  }
  #topMain > li:last-child {
    border-bottom: 0;
  }
  #header li.search .search-box {
    margin: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px !important;
    width: 100%;
    background-color: #fff;
    border-top: rgba(0, 0, 0, 0.1) 1px solid;
  }
  #login_btn {
    width: 400px;
    background: red !important;
    color: red;
  }
}
