.v-toolbar__content_nav_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 0;
}

.v-toolbar__content {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
}

.v-toolbar__content .logo {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 200;
}

.shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.text-promote-color {
  color: #ee7800 !important;
}

.navbar-main {
  background: #fff;
  z-index: 1000;
}

.dropdown {
  position: relative;
}

.nav-item {
  position: relative;
}

.nav-item .nav-link {
  position: relative;
  -webkit-appearance: none !important;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.17rem;
  padding: 1.075rem 10px;
}

.nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-item .thdmenu-block {
  display: none;
  position: absolute;
  left: 99.5%;
  top: -1px;
}

.dropdown-menu {
  position: relative;
  min-height: 42px;
}

.thdmenu-block {
  position: absolute;
  left: 99.5% !important;
  top: -1px !important;
}

.dropdown-item {
  cursor: pointer;
}

.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu > li:hover > .thdmenu-block {
  display: block;
}

.navbar .dropdown-menu.dropdown-level-width {
  min-width: 13.5rem;
}

.navbar .navbar-nav .dropdown-item:hover {
  background: transparent !important;
}

.dropdown-sub:hover .submenu, .dropdown-sub:hover > div .thdmenu-block > li:hover > .dropdown-item {
  color: #ee7800;
}

.navbar .dropdown-menu {
  top: 102%;
}

.navbar-nav .dropdown-menu {
  float: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}

.thdmenu-block > li:hover > .dropdown-item {
  color: #ee7800;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.toolbar .member-center {
  top: 5px;
  position: absolute;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}

.v-btn {
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}

.v-btn__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.3scubic-bezier 0.25, 0.8, 0.5, 1;
  transition: 0.3scubic-bezier 0.25, 0.8, 0.5, 1;
  white-space: nowrap;
  width: inherit;
  padding: 5px 8px;
}

.v-btn__content a {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  color: #000;
  font-family: Helvetica, Noto Sans TC, Roboto, Arial, sans-serif !important;
}

.v-btn:hover {
  position: relative;
}

.v-btn:hover {
  background-color: #e5e6e5;
}

.navbar-login {
  padding-right: 8px !important;
}
/*# sourceMappingURL=nav.css.map */