.ntwas-sitetop {
  background: #333;
  height: 50px;
}

.ntwas-sitetop span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.ntwas-sitetop span i {
  color: #fff;
  font-size: 24px;
  line-height: 50px
}

.ntwas-header span.mo-header-search {
  margin-right: 10px;
}

.ntwas-sitetop .mo-search {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 51px;
  width: 100%;
  background: #333;
}

.ntwas-sitetop .mo-search .form-control {
  float: left;
  display: block;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  border: none;
  border-radius: 4px 0 0 4px;
}

.ntwas-sitetop .mo-search .submit_btn {
  float: left;
  width: 15%;
  height: 34px;
  line-height: 34px;
  background: var(--color-primary);
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 0 4px 4px 0;
}

.ntwas-mo-leftmenu {
  background: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 450px;
  -webkit-overflow-scrolling: touch;
  z-index: 205 !important;
  -webkit-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.ntwas-mo-leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
  color: #fff;
}

.ntwas-mo-leftmenu .tit h6 {
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: var(--title-font-family);
}

.ntwas-mo-leftmenu .tit span {
  cursor: pointer;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

.ntwas-mo-leftmenu .menu-item {
  position: relative;
  color: var(--title-text-color);
}
.ntwas-mo-leftmenu .menu-item {
  border-top: 1px solid #e5e5e5;
}

.ntwas-mo-leftmenu .menu-item > a {
  display: block;
  line-height: 50px;
  padding: 0 0 0 20px;
  font-weight: bold;
  font-family: var(--title-font-family);
}

.ntwas-mo-leftmenu .first-menu-item>i {
  position: absolute;
  font-size: 12px;
  top: 25px;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

.ntwas-mo-leftmenu .second-menu {
  display: none;
}

.ntwas-mo-leftmenu .second-menu-item {
  padding-left: 20px;
}

.ntwas-mo-leftmenu.menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ntwas-header {
  height: 100px;

  background-color: var(--btn-hover);
}

.ntwas-fixed-header {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99;
  box-shadow: 0 0 15px rgba(11, 3, 5, .5);
  transition: all 0.5s ease 0s;
}

.header-fix {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
}

.ntwas-header span.mo-header-menu {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
}

.ntwas-header span.mo-header-menu i {
  font-size: 24px;
  line-height: 50px;
}

.ntwas-header .logo img {
  max-height: 88px;
}

.ntwas-header .first-menu {
  font-size: 0;
  text-align: left;
}

.ntwas-header .first-menu-item {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

/* .ntwas-header .first-menu-item + .first-menu-item::after {
  content: '';
  width: 1px;
  background: #777;
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
} */

.ntwas-header .first-menu-item>a {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  position: relative;
}

.ntwas-header .first-menu-item>a i {
  color: inherit;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}

.ntwas-header .second-menu {
  position: absolute;
  width: 250px;
  height: auto;
  left: 0;
  text-align: left;
  top: 44px;
  z-index: 1000;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 9px 0px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}

.ntwas-header .second-menu::before {
  content: '';
  position: absolute;
  left: 30px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.ntwas-header .secone-menu-item + .secone-menu-item  {
  border-top: 1px solid #EDEDED; 
}

.ntwas-header .second-menu-item>a {
  display: block;
  border-radius: 4px;
  padding: 10px;
  color: var(--title-text-color);
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
}

.ntwas-header .second-menu-item>a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}

.ntwas-header .second-menu-item a:hover {
  background: var(--color-primary);
  color: #fff;
}

.ntwas-header .first-menu-item:hover>a,
.ntwas-header .first-menu-item.active>a {
  color: #f2f2f2;
}

.ntwas-header .first-menu-item:hover>a>i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.ntwas-header .menu-item:hover>ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
}

.ntwas-header-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.ntwas-header-right .search {
  width: 160px;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 20;
  transition: all .5s ease 0s;
}

.ntwas-header-right .submit_text {
  border: 1px solid var(--btn-hover);
  background: #fff;
  width: 100%;
  height: 40px;
  line-height: 32px;
  border-radius: 3px;
  font-size: 15px;
  color: #666;
  padding: 0 40px 0 10px;
}

.ntwas-header-right .submit_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  background: 0 0;
  height: 40px;
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}

.ntwas-header-right .submit_btn i {
  color: #111;
  font-size: 23px;
  line-height: 40px;
}

.ntwas-header-right .current-lang {
  /* border: 1px solid #111; */
}

@media screen and (max-width:1440px) {
  .ntwas-header .first-menu-item>a {
    font-size: 18px;
  }
}

@media screen and (max-width:1199px) {
  .ntwas-header {
    height: 80px;
  }
  .ntwas-header .logo img {
    max-height: 55px;
  }
  .ntwas-header .nav {
    display: none;
  }
  .ntwas-header-right .search {
    width: 140px;
  }

  .ntwas-header .logo {
    margin-right: -85px;
  }
}

@media screen and (max-width:767px) {
  .ntwas-sitetop .mo-header-search {
    margin-right: 100px;
  }

  .ntwas-header .logo img {
    max-height: 50px;
  }
  
  .ntwas-header .search {
    display: none;
  }

  .ntwas-header-right .lang-selector {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
  }
  .ntwas-header-right .current-lang {
    border-color: #fff;
  }

  .ntwas-header {
    height: auto;
    padding: 10px 0;
    position: static;
  }

  .ntwas-header .logo {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .ntwas-header .logo img {
    max-height: 60px;
  }

  .ntwas-header span.mo-header-menu {
    display: none;
  }
}