.kimoz--navbarTopGutter {
  padding-top: 0;
}

.kimoz-navbar {
  height: 67px;
  width: 100%;
  background-color: #333;
  position: fixed;
  top: 0;
  z-index: 102;
}

@media(max-width:960px) {
 .kimoz-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
    position: static;
    position: fixed;
  }
}


/*!------------------------------------*\
    Container
\*!------------------------------------*/
.kimoz-container {
  max-width:90%;
  margin-right: auto;
  margin-left: auto;
  background: #113361;
}

@media (max-width: 1440px) {
  .kimoz-container {
    max-width:none;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}


@media(max-width:1280px) {
  .kimoz-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 960px) {
  .kimoz--navbarTopGutter {
    padding-top: 0;
  }
}

/*sr-only---------------------------------------------*/
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*hamburger區---------------------------------*/
.kimoz_left.kimoz-open .kimoz-nav,
.kimoz_left .kimoz-hamburger,
.kimoz_left.kimoz-open .kimoz-navbar .kimoz-hamburger {
  left: 0;
}

.kimoz_left.kimoz-open .kimoz-hamburger {
  left: 260px;
}

.kimoz-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 30px;
  padding: 0;
  padding-top: 18px;
  padding-right: 12px;
  padding-bottom: 30px;
  padding-left: 12px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.kimoz-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.kimoz-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.kimoz-hamburger-icon,
.kimoz-hamburger-icon:before,
.kimoz-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #fff;
}

.kimoz-hamburger-icon:before,
.kimoz-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.kimoz-hamburger-icon:after {
  top: 10px;
}

.kimoz-open .kimoz-hamburger-icon {
  background-color: transparent;
}

.kimoz-open .kimoz-hamburger-icon:before,
.kimoz-open .kimoz-hamburger-icon:after {
  top: 0;
}

.kimoz-open .kimoz-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kimoz-open .kimoz-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 960px) {
  .kimoz--sidebar .kimoz-hamburger {
    display: none;
    visibility: hidden;
  }

  .kimoz-navbar .kimoz-hamburger {
    display: none;
  }
}

/*搜尋框------------------------------------------------*/
/*
.kimoz_seacher {
  position: relative;
  width: 160px;
  padding-top: 2px;
}

.kimoz_seacher:hover {
  background: none;
}

.kimoz_seacher .kimoz_search_icon {
  position: absolute;
  padding-left: 0;
  color: #beb9cd;
  padding-right: 0;
  right: 8px;
  top: 0;
  height: auto;
  width: auto;
  display: block;
}

.kimoz_search_icon a {
  display: block;
  height: auto;
  width: auto;
  margin: 0;
  padding: 7px 10px;
  border-radius: 15px;
  min-height: auto;
  min-width: auto;
}

.kimoz_search_icon a i {
  font-size: 15px;
  line-height: 1em;
  color: #c49a6c;
}

.kimoz_seacher .search_input {
  padding-left: 30px;
  border-radius: 30px;
  color: #666;
}*/
/*header-------------------------------------------*/
.kimoz-navbar-header {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding: 15px 0 0 0;
}

.kimoz-brand {
  display: block;
  height: 36px;
}

.kimoz-brand img {
  height: 100%;
  width: auto;
}

.kimoz_header_seacher {
  display: none;
}

@media (max-width: 1280px) {
 /* .kimoz-brand {
    height: 33px;
    margin-top: 4px;
    margin-left: 0;
  }*/
}

@media (max-width: 960px) {
  .kimoz-navbar {
    height: 60px;
  }

  .kimoz-navbar-header {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .kimoz-brand {
    float: left;
    display: block;
    height: 34px;
    margin-top: 13px;
    margin-left: 50px;
  }

  .kimoz-navbar .kimoz-nav {
    padding-top: 60px;
  }

  .kimoz-navbar .kimoz_menu {
    padding-bottom: 120px;
  }

  .kimoz_header_seacher {
    display: block;
    float: right;
    margin: 10px 5px 0 0;
    background: none; 

  }

  .kimoz_seacher {
    padding-top: 0px;
  }

}

@media (max-width: 480px) {
    .kimoz-brand {
    height: 30px;
    margin-top: 15px;
    margin-left: 42px;
  }
}

@media (max-width: 390px) {
    .kimoz-brand {
    height: 26px;
    margin-top: 16px;
  }
}

@media (max-width: 340px) {
    .kimoz-brand {
    height: 22px;
  }
}

@media (max-width: 360px) {


  .kimoz_header_seacher {
    margin: 10px 0 0 0;

  }
}



/*kimoz-nav區--------------------------------------------*/
.kimoz-nav {
  width: auto;
  float: right;
}
/*手機側欄*/
@media(max-width:960px) {
  .kimoz-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 260px;
    height: 100%;
    color: #fff;
    background: rgba(17,51,97,0.9);
    left: -260px;
    -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }
}


/*電腦版menu----------------------------------------------*/
.kimoz_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}


.kimoz_menu>li {
  float: left;
  font-size: 15px;
  display: block;
}


.kimoz_menu_item {
  display: block;
  padding: 20px 1.8em;
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
  min-height: 67px;
   -moz-transition:background 500ms;
    -o-transition:background 500ms;
    -webkit-transition:background 500ms;
}

.kimoz_menu_item:hover {
 background: #113361;
}

.dropDown_row {
  display: block;
  overflow: hidden;
  position: relative;
}

.dropDown_a {
  display: none;
}

.kimoz_menu_seacher {
  display: block;
}

.kimoz_menu_seacher:hover {
  background: none;
}

.kimoz_menu_seacher .kimoz_seacher {
  margin-top: 12px;
  margin-left: 25px;
}


@media(max-width:1440px) {
 
}

@media(max-width:960px) {
  .kimoz_menu {
    width: 100%;
  }

  .kimoz_menu>li {
    float: none;
    display: block;
  }


  .kimoz_menu_item {
    margin: 0;
    padding: 1em 1.5em;
    min-height: auto;
    background: none;
    color: #262d3c;
  }

  .kimoz_menu_item:hover {
        background: none

  }


  .dropDown_row {}

  .dropDown_row .kimoz_menu_item {
    float: left;
    width: 12em;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }

  .dropDown_a {
    display: block;
    float: right;
    width: 4em;
    padding: 0.625em 1em;
    color: #353d4f;
  }

  .dropDown_a:hover {
    color: #a3835f;
  }

  .kimoz_menu_seacher,
  .kimoz_menu_seacher .kimoz_seacher {
    display: none;
  }

}

/*電腦版次選單-------------------------------------------------*/
.sub-menu {
  position: absolute;
  display: none;
  border-top: 2px #353d4f solid;
  list-style: none;
  min-width: 10em;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #5c5776;
  z-index: 1040
}


.sub-menu li {
  float: none;
  background: none;
  padding: 0;
  margin: 0;

}

.sub-menu li a {
  width: 100%;
  display: block;
  min-height: auto;
  margin: 0;
  padding: 10px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  font-size: 15px;
  color: #333;
  border-bottom: 1px #ccc solid;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  -moz-transition: background 200ms;
  -o-transition: background 200ms;
  -webkit-transition: background 200ms;
}

.sub-menu li a:last-child {
  border: none;
}

.sub-menu li a:hover {
  color: #fff;
  background: rgba(53, 61, 79, 0.9);
}

@media(max-width:1280px) {
  .sub-menu {
    min-width: 9em;
  }
}

@media(max-width:960px) {
  .sub-menu {
    position: static;
    display: none;
    border: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    z-index: auto;
    text-align: left;

  }

  .sub-menu li a {
    width: 100%;
    display: block;
    min-height: auto;
    margin: 0;
    font-size: 15px;
    color: #333;
    border-bottom: none;
    text-align: left;
    background: #fff;
    color: #353d4f;
    padding: 0.625em 2.5em;
  }

  .sub-menu li a:hover {
    background: #f0f0f0;
    color: #262d3c;
  }
}

/*手機版menu-------------------------------------------------*/
.kimoz_mobile {
  display: none;

}

.kimoz_mobile {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.kimoz_mobile>li {
  display: block;
}

.kimoz_mobile_dropdown {

  overflow: hidden;
}

a.kimoz_mobile_item,
a.kimoz_mobile_a {
  display: block;
  padding: 10px 20px;
  color: #666;
  font-size: 15px;
  text-decoration: none;

}

a.kimoz_mobile_a {
  float: left;
  width: 13em;
}

a.kimoz_mobile_toggle {
  float: right;
  color: #353d4f;
}

.kimoz_mobile_toggle i {
  display: block;
  padding: 10px 20px;
  color: #353d4f;
}

@media(max-width:960px) {
  .kimoz_mobile {
    display: block;
  }
}
@media(max-width:640px) {
  .kimoz_header_seacher {
    display: none;
  }
}

/*手機版次選單-----------------------------------------*/
.kimoz_mobile_sub {
  clear: both;
  display: block;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  background: #fff;
}

.kimoz_mobile_sub li {
  display: block;
}

.kimoz_mobile_sub li a {
  display: block;
  padding: 10px 0 10px 35px;
  color: #666;
  font-size: 15px;
}

/*! overlay */

.kimoz-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.kimoz-open .kimoz-overlay {
  display: block;
}

/*-------------*/
/*捲動時的menu---------------------------------------------------------------------------------*/
/*
header.shrink_menu {
  position: fixed;
  z-index: 9999;
  background: rgba(62, 65, 70, 0.5);
  background-color: #f1f1f1;
  height: 50px;
}


header.shrink_menu .kimoz-navbar-header {
  padding: 10px 0 0 0;
}

header.shrink_menu .kimoz-brand {
  display: block;
 
}

header.shrink_menu .kimoz_menu_item {
  
}


header.shrink_menu .kimoz_menu_seacher .kimoz_seacher {
  margin-top: 4px;

}


header.shrink_menu .sub-menu li a {
  background: #edeff2;
}
header.shrink_menu .sub-menu li a:hover {
  color: #fff;
  background: rgba(53, 61, 79,1);
}
  */

@media(max-width:1160px) {
  /*
  header.shrink_menu {
    position: fixed;

  }
  header.shrink_menu .kimoz-navbar-header {
    padding:  0 0 0 0;
  }
    */


}