body {
  font-family: 'Roboto', '微軟正黑體', sans-serif;
}

.active2{
  background-color: #333333 !important;
  color: white !important;
}
.navbar-nav>.nav-item>.nav-link {
  height: 75.22px;
  line-height: 75.22px;
  padding: 0; 
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.nav-link{
  padding: 0; 
  color: rgba(0, 0, 0, 0.5);
  height: 75.22px;
}
/* 基本設定 - 1920x1080 */
.logo-image {
  width: 230px;
  height: auto;
}
/* 平板 */
@media screen and (max-width: 1110px) {
  .navbar-nav>.nav-item>.nav-link {
  
    font-size: 15px;
  }
}
/* 平板 */
@media screen and (max-width: 1024px) {
  .logo-image {
      width: 200px;
  }
}

/* 手機 */
@media screen and (max-width: 768px) {
  .logo-image {
      width: 180px;
  }
}



.nav-item.active .nav-link,
.nav-link.active ,
.dropdown-item.active {
  background-color: #333333;
  color:rgb(255, 255, 255) !important;  
}
li.nav-item.dropdown.border-bottom{
  min-width: 8% !important;
}
.navbar-nav{
  width: 100% !important;
}
.nav-link:hover {
  background-color: #333333;
  color: white  !important;
}

.border-bottom{
  border-bottom: unset !important;
}

.dropdown-submenu {
  position: relative;
  
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  transition: all 0.3s ease;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-menu {
  margin: 0;
  padding: 0px !important;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.input-maxwidth {
  width: 350px;
  max-width: 400px;
  min-width: 250px;
}

@media (max-width: 991.98px) {
  .dropdown-submenu > .dropdown-menu {
    left: 0;
    margin-left: 1rem;
    position: static;
    width: auto;
    box-shadow: none;
  }

  .dropdown-submenu > a:after {
    transform: rotate(90deg);
  }
  .right-side{
    margin-left: auto;
  }

  .nav-link {
  height: 45px  !important;;
  line-height: 45px  !important;;
  }
  .input-maxwidth {
    width: 100% !important;
    max-width: unset;
    min-width: unset;
  }
}
@media (min-width: 990px) {
  .dropdown:hover {
    display: block;
    margin-top: 0;
  }
 
}
.footer {
  z-index: 999;
 
}
.title {
  position: relative; 
  color: #333333;
  font-weight: bold;
  padding-left: 15px; 
}

.title::before {
  content: ""; 
  position: absolute;
  left: 0; 
  top: 0;
  bottom: 0; 
  width: 7px; 
  /* background-color: #f48829;  */
  border-radius: 1px; 
}


img {
  max-width: 100%;
  height: auto;
}
.dropdown-submenu{
  background-color: #efeeee;
}

.big-title{
  color: #0F3669;
}
