#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#cssmenu ul li{
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
}
#cssmenu {
  width: 50%;
  height: 100%;
  line-height: 1;
  background: #ffffff;
}
#cssmenu > ul > li > a {
  padding: 20px 25px;
  font-size: 18px;
  text-decoration: none;
  color: #000000;
}
#cssmenu > ul > li.active:hover{
  transition: all 0.5s ease;
  border-bottom: 3px solid #1d4fae;
}
.pb110{
  padding-bottom: 85px;
}
.twoLevelNav > ul > li.active:hover{
  border-bottom: 3px solid #fff !important;
}
.twoLevelNav ul > li > a{
  color: #fff !important;
}
.DropDown{
  position: relative;
}
.DropDown::after{
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 15px;
  height: 15px;
  background-image: url("../images/arrowUp.png");
  background-size: 100% 100%;
}
.twoLevelNav .DropDown::after{
  background-image: url("../images/arrowUpWhite.png");
}
.newDropDownMenuBox{
  display: none;
  position: absolute;
  width: 100%;
  top: 85px;
  left: 0;
}
#cssmenu > ul > li .showNewDropDownMenuBox{
  z-index: 99999;
  opacity: 1;
}
.newDropDownMenu{
  display: flex;
  justify-content: center;
  width: 100%;
  background: #E9E9E9;
  border-top:1px solid #D1D1D1;
  padding: 35px 200px;
  box-sizing: border-box;
}
.newDropDownMenuItem{
  width: 12.5%;
  padding: 1px 24px;
  border-right: 1px dotted #838383;
  box-sizing: border-box;
}
.newDropDownMenuItem:last-child{
  border: none;
}
.newDropDownMenuItem h4{
  margin-top: 0;
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 15px;
}
.newDropDownMenuItem h4 a{
  word-wrap:break-word;
  /*word-break:break-all;*/
}
.newDropDownMenuItem h4 a:hover{
  color: #1e50ae !important;
}
.newDropDownMenuItem p{
  margin: 0;
}
.newDropDownMenuItem p a{
  display: block !important;
  text-align: left;
  font-weight: normal;
  margin-bottom: 10px!important;
  color: #555555!important;
  line-height: 18px !important;
}
.newDropDownMenuItem p a:hover{
  color: #1e50ae !important;
}
#fw h4{
  text-align: center;
}
#fw a{display: inline-block !important;}
.servicesIds{
  position: relative;
}
.servicesIds .newDropDownMenuBox{
  width: 400%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E9E9E9;
}

/*.servicesIds .newDropDownMenuBox::before{*/
/*  display: block;*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: -9999%;*/
/*  top: 0px;*/
/*  white-space: nowrap;*/
/*  background: #E9E9E9;*/
/*  width: 10000000%;*/
/*  height: 115px;*/
/*  z-index: -999;*/
/*}*/
.mask{
  display: none;
    position: absolute;
    left: 0;
    top: 110px;
    background: #E9E9E9;
    width: 100%;
    height: 115px;
}
.servicesIds .newDropDownMenuBox .newDropDownMenu{
  padding: 22px 0px;
}
.servicesIds .newDropDownMenuBox .newDropDownMenu .newDropDownMenuItem{
  width: auto;
  padding: 0px 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.servicesIds h4{
  margin: 0;
}
@media (min-width: 1024px)and  (max-width: 1280px){
  .header{
    padding: 0 25px;
  }
  #cssmenu {
    width: 83%;
  }
  #cssmenu > ul > li > a{
    padding: 20px;
  }
  .DropDown::after{
    right: 0;
  }

}
@media (min-width: 1280px)and  (max-width: 1680px){
  #cssmenu {
    width: 70%;
  }
  .header{
    padding: 0px 20px;
  }
}
@media (min-width: 768px)and  (max-width: 1024px) {
  .pb110{
    padding-bottom: 0px;
  }
  #cssmenu {
    width: 77%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  /*#cssmenu ul li:hover > ul > li {*/
  /*  width: 100%;*/
  /*  height: auto;*/
  /*  border-top: 1px solid rgba(120, 120, 120, 0.15);*/
  /*}*/
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  .DropDown::after{
    /*background: none;*/
    background-image: url("../images/xiala.png");
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) {
  .DropDown::after{
    background-image: url("../images/xiala.png");
    background-size: 100% 100%;
  }
  .pb110{
    padding-bottom: 0px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) {
  #cssmenu{
    width: 70%;
  }
  .newDropDownMenu{
    padding: 35px 125px;
  }
  .newDropDownMenuItem{
     padding: 1px 15px;
  }
  .newDropDownMenuItem h4, .newDropDownMenuItem p a{
    font-size: 15px;
  }
}

