body {
  overflow-x: hidden
}
nav {
  width: 100%;
}
.nav_wrapper {
  padding-top: 5px;
  z-index: 999;
  transition: 0.5s ease;
  width: 100%;
  float: right;
}
.no-scroll {
  z-index: 9999;
}
.menu-link {
  display: none;
}
.spinner-master input[type=checkbox] {
  display: none;
}
.spinner-master {
  display: none;
}
.menu {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  text-align: right;
}
.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}
.menu ul li {
  padding: 8px;
}
.menu > ul > li {
  position: relative;
  display: inline-block;
  width: calc(100% / 7);
}
.menu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.menu ul > li:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.menu ul.dropdown > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 45%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #006fb7;
}
.menu ul > li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 0;
  height: 4px;
  background-color: #ff6e47;
  -webkit-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  -o-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
}
.menu ul li ul li:after {
  display: none;
}
.menu ul li > a {
  padding: 15px 5px;
  text-align: center;
  font-weight: bold;
}
.menu li.menu_member a {
  background: #265698;
  color: #fff;
  padding: 15px;
}
.menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.menu ul ul {
  top: 62px;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  line-height: 1.2;
  padding: 10px;
  width: 180px;
  position: absolute;
  left: 0px;
  display: block;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
  border-radius: 10px;
  box-shadow: 0px 4px 12px 0px rgba(20%, 20%, 40%, 0.2);
}
.menu ul li:hover > ul {
  display: block;
}
.menu ul ul > li {
  position: relative;
  padding: 0px;
}
.menu ul ul li > a:not(:only-child):after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  float: right;
}
.menu li.item ul li a:hover:after {
  opacity: 1;
  width: auto;
}
.menu ul ul > li a {
  padding: 10px 15px;
  height: auto;
  background: #fff;
  color: #000;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
.menu ul ul > li a:hover {
  color: #1183e4;
}
.menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
}
#hero {
  width: 100%;
  height: auto;
  background: #b5b5b6;
  margin: 70px 0 20px 0;
}
#hero img {
  width: 100%;
  height: auto;
}
.menu > li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #4ab2a6;
  -webkit-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  -o-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
}
.menu > li:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
@media all and (max-width: 1280px) {
  .example-header .container {
    width: 100%;
  }
  #search {
    padding: 10px;
  }
  .spinner-master * {
    transition: all 0.3s;
    box-sizing: border-box;
  }
  .spinner-master {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
    float: right;
    background-color: #006fb7;
  }
  .spinner-master label {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 50px;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .spinner-master .spinner {
    position: absolute;
    height: 2px;
    width: 50%;
    padding: 0;
    background-color: #fff;
  }
  .spinner-master .diagonal.part-1 {
    position: relative;
    float: left;
  }
  .spinner-master .horizontal {
    position: relative;
    float: left;
    margin-top: 6px;
  }
  .spinner-master .diagonal.part-2 {
    position: relative;
    float: left;
    margin-top: 6px;
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
    opacity: 0;
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -10px;
  }
  a.menu-link {
    display: block;
    color: #fff;
    float: left;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 1.5em;
  }
  a.menu-link:hover {
    color: #efa666;
  }
  a.menu-link:after {
    content: "\2630";
    font-weight: normal;
  }
  a.menu-link.active:after {
    content: "\2715";
  }
  .menu {
    clear: both;
    min-width: inherit;
    float: none;
  }
  .menu, .menu > ul ul {
    overflow: hidden;
    max-height: 0;
    visibility: inherit;
    transform: translate(0, 0px);
  }
  .menu > li > ul.sub-menu {
    padding: 0px;
    border: none;
  }
  .menu.active, .menu > ul ul.active {
    max-height: 55em;
  }
  .menu ul {
    display: inline;
  }
  .menu li, .menu > ul > li {
    display: block;
    width: 100%;
  }
  .menu ul > li {
    border-top: 0 !important;
    padding: 0px;
  }
  .menu ul.active > li {
    border-bottom: 0 !important;
  }
  .menu ul.active > li:last-child a {
    border-bottom: 1px solid #77b7e0;
  }
  .menu > ul > li:last-of-type a {
    border: none;
  }
  .menu li a {
    color: #fff;
    display: block;
    padding: 0.8em;
    position: relative;
  }
  .menu ul.dropdown > li:before {
    display: none;
  }
  .menu ul.dropdown > li a:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff6e47;
  }
  .menu ul.dropdown ul.sub-menu a:before {
    content: '';
    position: absolute;
    left: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ff6e47;
  }
  .menu ul.dropdown ul.sub-menu ul.sub-menu a:before {
    content: '';
    position: absolute;
    left: 12px;
    width: 4px;
    height: 2px;
    border-radius: 0px;
    background-color: #ff6e47;
  }
  .menu li.has-submenu > a:after {
    background: url("../../images/plus_b.svg");
    content: "";
    position: absolute;
    right: 5%;
    display: block;
    width: 14px;
    height: 14px;
  }
  .menu ul ul li > a:not(:only-child):after {
    background: url("../../images/plus_b.svg");
    content: "";
    font-size: 1rem;
    float: right;
  }
  .menu li.has-submenu > a.active:after {
    background: url("../../images/minus_b.svg");
    width: 14px;
    height: 3px;
  }
  .menu ul ul > li a:hover {}
  .menu ul ul > li a {
    padding: 15px 18px 15px 30px;
    color: #000;
  }
  .menu li a:hover {
    color: #000;
  }
  .menu ul ul, .menu ul ul ul {
    opacity: 1;
    width: 100%;
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    border: none;
    box-shadow: none;
    padding: 0px;
  }
  #hero {
    height: 200px;
  }
  #menu {
    overflow-y: auto;
    height: 100%;
    position: fixed;
    margin-top: 50px;
    background: #fff;
  }
  .nav_wrapper {
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0px;
    min-height: 50px;
    float: none;
  }
  .menu ul li > a {
    background: #fff;
    padding: 15px 15px 15px 30px;
    text-align: left;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #77b7e0;
    margin: 0px 20px;
  }
  .menu ul li > a.active {
    border-bottom: none;
  }
  .sub-menu.active {
    border-radius: 0px;
  }
  .menu ul ul > li a {
    border-bottom: none;
  }
  .menu ul ul > li.has-submenu ul.sub-menu li a {}
  .menu ul ul > li.has-submenu ul.sub-menu li a:hover {
    background: #787878;
    color: #fff;
  }
  .menu ul > li:after {
    display: none;
  }
}