#z-header{
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
#z-header .z-head{
  position: fixed;
  top:0;
   width: 100%;
  padding: 0;
  margin: 0;
  background: #f0f8ff;
  z-index: 4;
}
#z-header .z-head .z-top-bar {
  height: 100px;
  padding-top: 12px;
  box-sizing: border-box;
  position:relative;
}
#z-header .z-head .z-top-bar .col-md-4,
#z-header .z-head .z-top-bar .col-md-8 {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
#z-header .z-head .z-top-bar .col-md-8{
/*! width: calc(100% - 370px); */
padding: 24px 0 0 04px;
}
#z-header .z-head .z-top-bar .z-top-bar-img {
  height: 100% !important;
}
#z-header .z-head .z-top-bar .col-md-8 .col-top-bar {
display: inline-block;
width: calc(100% / 4);
margin-left: -4px;
vertical-align: top;
/*! text-align: center; */
}

#z-header .z-head .z-top-bar .col-md-8 .col-top-bar .z-top-bar-icon{
display: inline-block;
width: 30px;
vertical-align: top;
color: #dc3545;
}
#z-header .z-head .z-top-bar .col-md-8 .col-top-bar .z-top-bar-txt{
display: inline-block;
width: calc(100% - 35px);
font-size: 14px;
font-family:'Noto Sans';
color: rgb(41,119,155);
}
#z-header .z-head .z-top-bar .col-md-8 .col-top-bar .z-top-bar-txt address{
display: inline-block;
width: 100%;
}
#z-header .z-head .z-top-bar .col-md-8 .col-top-bar .z-top-bar-txt address:last-child{
position: relative;
top: -15px;
overflow: hidden;text-overflow: ellipsis; white-space: nowrap
}
/**************************MENU************************************/

#z-header .z-head .z-nav{
width: 100%;
height: 45px;
margin-top: 10px;
background: rgb(41,119,155);
z-index: 1;
text-align: center;
}
#z-header .z-head .z-nav ul.z-ul-menu {
margin: 0;
list-style: none;
height:45px;
line-height: 44px;
}
#z-header .z-head .z-nav ul.z-ul-menu li {
display: inline-block;
 width: calc(100% / 8);
margin-left: -4px;
text-align: center;
height: 100%;
 border-right: 1px solid rgba(255,255,255,0.5);
box-sizing: border-box;
transition: all ease-in .3s;
-moz-transition: all ease-in .1s;
-ms-transition: all ease-in .1s;
-o-transition: all ease-in .1s;
vertical-align: top;
}
#z-header .z-head .z-nav ul.z-ul-menu li:hover {
/*border-bottom: 4px solid #fff;*/
  background: #fff
}
#z-header .z-head .z-nav ul.z-ul-menu li.selected {
/*border-bottom: 4px solid #fff;*/
  background: #f0f8ff
}
#z-header .z-head .z-nav ul.z-ul-menu li.selected a {
color: rgba(41,119,155)
}
#z-header .z-head .z-nav ul.z-ul-menu li:hover a{
  color: rgba(41,119,155)
}
#z-header .z-head .z-nav ul.z-ul-menu li a {
display: inline-block;
width: 100%;
color: #fff;
text-decoration: none;
font-size: 14px;
  transition: all ease-in .3s;
-moz-transition: all ease-in .1s;
-ms-transition: all ease-in .1s;
-o-transition: all ease-in .1s;
}
#z-header .z-head .z-nav ul.z-ul-menu li:last-child{
border-right: 0;
}
.toolsToggle {
position: absolute;
top: 30%;
width: 45px;
height: 45px;
border-radius: 50%;
background: #dc3545;
text-align: center;
padding-top: 8px;
cursor: pointer;
display: none;
right:15px;
}
.toolsToggle i{
color: #fff;
font-size: 18px;
}
@media all and (max-width: 1000px){
.toolsToggle{
  display: inline-block;
}
#z-header .z-head .z-top-bar .col-md-8 {
  position: fixed;
  height: 80px;
 display: none;
}
#z-header .z-head .z-nav {
  position: fixed;
  width: 200px;
  height: 100%;
  margin-top: 0;
  left: -200px;
  padding:0;
}
  #z-header .z-nav .container{
    padding:0;
  }
#z-header .z-head .z-nav ul.z-ul-menu{
  width: 200px;
  height: 100%;
  padding:0;
}
#z-header .z-head .z-nav ul.z-ul-menu li{
  position: relative;
  display: block;
  border:0;
   width: 100%; 
  text-align: left;
  height: 45px;
  left: 4px;
  padding: 0 8px;
}
#z-header .z-head .z-nav ul.z-ul-menu li:hover {
 border-bottom: 2px solid #fff;
}
#z-header .z-head .z-nav ul.z-ul-menu li:hover a{
  padding: 0 8px;
}
#z-header .z-head .z-nav ul.z-ul-menu li a {
font-size: 16px;
}
  #z-header .z-head .z-top-bar .z-top-bar-img {
    height: 80% !important;
  }
  #z-section {
 margin-top: 100px !important;;
  }
}
#z-section {
  margin-top: 155px;
}
