.navbar {
  position: relative;
  min-height: 47px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
/*@media (min-width: 768px) and (max-width: 979px) {
  .navbar-header {
    display: block;
    float: none;
  }
}*/
.navbar-brand a:hover,
.navbar-brand a:focus {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
    font-size:15px;
    line-height: 30px;
    font-weight: 600;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    display: block;
    letter-spacing: 1px;
  }
  .navbar-nav > li + li {
    margin-left:0px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: italic;
  }
}
.navbar-brand {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1.2px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default:hover,
.navbar-default:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color:#FFF;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
  color:#FFF;
  background-color:rgba(255,255,255,0.3);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .sfHover > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .sfHover > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .sfHover > a:focus {
  color:#FFF;
  background-color:rgba(255,255,255,0.3);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar {
    display: none;
  }
}
/*@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    display: block;
    float: none;
  }
}*/
/*@media (min-width: 768px) and (max-width: 979px) {
  .navbar-nav {
    display: inline-block;
    float: none !important;
    margin: 10px auto 0;
  }
}*/
/*@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default {
    text-align: center;
  }
}*/
/*@media (min-width: 768px) and (max-width: 991px) {
  .navbar-right {
    float: none;
    display:inline-flex;
    margin-top:0px;
  }
}*/
.dropup,
.dropdown {
  position: relative;
}
.dropdown-menu {
  background-color:#003688;
  -moz-box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
  box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
  font-size: 14px;
  border-radius:0px;
  padding:0px;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 14px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu > li > a {
  display: block;
  padding:6px;
  clear: both;
  font-weight: normal;
  color: #ffffff;
}
.dropdown-menu li + li {
  border-top: 1px dashed rgba(255,255,255,0.2);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color:#FFF;
  background-color:rgba(0,0,0,0.3);
}
.dropdown-menu > .active > a,
.dropdown-menu > .sfHover > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .sfHover > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .sfHover > a:focus {
  color:#FFF;
  text-decoration: none;
  outline: 0;
  background-color:rgba(0,0,0,0.3);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #cfcfcf;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    width: auto;
	list-style-type:square;
	margin-left:14px;
	min-width:auto;
  }
}
.sf-menu > li > ul li {position:relative;}
.sf-menu > li > ul li ul.dropdown-menu {
  position: absolute;
  left: 100%;
  top:-2px;
  font-size: 14px;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.66666667;
  color: #cfcfcf;
  white-space: nowrap;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}

/*==================   rd menu    =====================*/
.rd-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 998;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-menu.active {
  right: 0;
}
.rd-menu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #ffffff;
  background-color:#003688;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-menu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4acad5', endColorstr='#ff4acad5');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4acad5', endColorstr='#ff4acad5');
  zoom: 1;
}
.rd-menu.active .rd-menu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-menu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-menu_ul a.active {
  background: transparent;
  color:#FFF;
}
.rd-menu_ul a:hover {
  background: transparent;
  color:#FFF;
}
.rd-menu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px 'FontAwesome';
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
}
.rd-menu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-menu_ul a .rd-submenu-toggle:hover {
  background:#8B0C12;
  color: #ffffff;
}
.rd-menu_ul a.rd-with-ul {
  position: relative;
}
.rd-menu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-menu_ul ul a {
  padding-left:0px;
  border: none;
  padding-top: 14px;
  padding-bottom: 16px;
}
.rd-menu_ul ul ul {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  left: 0;
  top: 0;
  text-align: left;
  transform: none;
}
.rd-menu_ul ul ul:before,
.rd-menu_ul ul ul:after {
  display: none;
}
.rd-menu_ul ul ul li {
  border: none;
  box-shadow: none;
}
.rd-menu_ul ul ul a {
  padding:14px 0px 16px;
  margin:0px;
  color:inherit;
  font-size:14px;
  border:none;
  box-shadow:none;
}
.rd-menu_ul ul ul a.active {
  background: transparent;
  color:#FFF;
}
.rd-menu_ul ul ul a:hover,.rd-menu_ul ul ul a:focus {
  background: transparent;
  color:#FFF;
}
.rd-menu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background:#003688;
  color: #ffffff;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-bottom:none;
}
.rd-panel_title {
  position: fixed;
  padding-left: 10px;
  top:0px;
  left: 56px;
  right: 56px;
  color: #ffffff;
  font-size: 24px;
  line-height:20px;
  letter-spacing: 1.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin:8px 0px 0px;
}

.rd-panel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  background-color:rgba(0,0,0,0.0);
  border-color: transparent;
  outline: none;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rd-panel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-panel_toggle span:after,
.rd-panel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-panel_toggle span:after {
  top: 8px;
}
.rd-panel_toggle span:after,
.rd-panel_toggle span:before,
.rd-panel_toggle span {
  width: 24px;
  height: 4px;
  background-color:#FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-panel_toggle span:before,
.rd-panel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-panel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-panel_toggle.active span:before,
.rd-panel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-panel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-panel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-menu,
  .rd-panel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-panel_title {
    font-size: 18px;
  }
}


nav a,ul.rd-menu_ul a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
nav a:focus,ul.rd-menu_ul a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}
nav a:active,ul.rd-menu_ul a:active {
  background: transparent;
  text-decoration: none;
}
nav a:hover {
  text-decoration: none;
  color: #9dd2d8;
}

/*==================   header    =====================*/

header {
  background-color:#003688;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top:0px;
  padding-bottom:0px;
  color: #fff;
  position:fixed;
  z-index:999;
  width:100%;
  left:0px;
}

/*==================  holdtop menu  ======================*/
.ishold {
  visibility: hidden;
  background:#003688;
  z-index: 999;
  padding-top:0px;
  padding-bottom:0px;
  border-bottom:none;
  display:none;
}
.ishold .navbar-default .navbar-nav {
  padding-top:0px;
}
.ishold .navbar-default .navbar-nav > .active > a,
.ishold .navbar-default .navbar-nav > .sfHover > a,
.ishold .navbar-default .navbar-nav > .active > a:hover,
.ishold .navbar-default .navbar-nav > .sfHover > a:hover,
.ishold .navbar-default .navbar-nav > .active > a:focus,
.ishold .navbar-default .navbar-nav > .sfHover > a:focus {
  color:#FFF;
  background-color:rgba(255,255,255,0.3);
}
.ishold .navbar-default .navbar-nav > .disabled > a,
.ishold .navbar-default .navbar-nav > .disabled > a:hover,
.ishold .navbar-default .navbar-nav > .disabled > a:focus {
  color: #353535;
}
.ishold .navbar-default .navbar-nav:focus {
  color: #353535;
}
.ishold .navbar-default .navbar-nav:hover {
  color: #353535;
}
.ishold .navbar-nav > li > a {
  color: #FFF;
}
.ishold .navbar-nav > li > a:focus {
  color: #ffffff;
}
.ishold .navbar-nav > li > a:hover {
  color: #353535;
}
.ishold .navbar-nav > .active > a,
.ishold .navbar-nav > .sfHover > a,
.ishold .navbar-nav > .active > a:hover,
.ishold .navbar-nav > .sfHover > a:hover,
.ishold .navbar-nav > .active > a:focus,
.ishold .navbar-nav > .sfHover > a:focus {
  color: #353535;
}
.ishold .navbar-nav > .disabled > a,
.ishold .navbar-nav > .disabled > a:hover,
.ishold .navbar-nav > .disabled > a:focus {
  color: #353535;
}
.ishold .navbar-default .navbar-nav > li > a:hover {
  color:#FFF;
  background-color:rgba(255,255,255,0.3);
}
@media only screen and (max-width: 767px) {
  .ishold {
    display: none !important;
  }
}
.ishold .sf-menu ul {
  top: 50px;
}
.ishold .sf-menu ul ul {
  top: 0;
}

/* fix */
.navbar-default .navbar-brand {color:#FFF;padding:0px;line-height:20px;height:auto;}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {color:#FFF;}
.navbar-default .navbar-brand img {margin-top:5px;margin-left:15px;}

.navbar-default .navbar-brand img.logo_c  {display:none;}
.ishold .navbar-brand img.logo_w  {display:none;}
.ishold .navbar-brand img.logo_c  {display:inline-block;}
.rd-panel img.logo_c  {display:inline-block;}
.rd-panel img.logo_w  {display:none;}

.navbar-static-top {border-width: 0px 0px 0px;box-shadow:none;}
.rd-panel button:focus{border-color:transparent;box-shadow:none;}