[hidden] {
  display: none;
  visibility: hidden;
}

.filterbox {
  background: #001E6D;
}

.filterbox p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 12px 6px;
}

.filter .group {
  padding: 20px 6px;
  border-bottom: solid 2px #ebebeb;
}

.filter .group h4 {
  color: #001E6D;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.filter .group .info {
  margin: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter .group label {
  font-size: 18px;
}

.nav__list > li {
  background: #ffffff00;
  margin: 2px 0 2px 0;
}

.nav__list > li a {
  color: #001E6D !important;
  font-weight: 600;
}

.nav__list > li.nav__list-li {
  border-bottom: solid 2px #001E6D;
}

.nav__list > li.nav__list-li > label {
  background: #001E6D !important;
  color: #FFF;
}

.nav__list > li.nav__list-li > a {
  display: block;
}

.nav__list > li > label {
  border-bottom: solid 1px #fff;
}

.nav__list > li > label > a {
  color: #001E6D !important;
}

.nav__list > li > ul > li > a {
  background: #ffffff;
  color: #001E6D;
}

.nav__list > li > ul > li > a:hover {
  color: #001E6D !important;
  background: #f3f3f3;
}

.vertical-nav a, .vertical-nav label {
  display: block;
  padding: 16px 10px;
  background: transparent;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.vertical-nav label {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vertical-nav label a {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(100% - 30px);
}

.nav__list > li > ul > li > a {
  font-size: 18px;
  padding-left: 15px;
}

.nav__list:lang(en) > li > ul > li > a {
  text-align: left !important;
}

.group-list li:hover a {
  color: #707070;
}

.group-list a {
  color: #ebebeb;
  background-color: #FFF;
}

.group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.group-list .sub-group-list a, .group-list .sub-group-list label {
  background: #ffffff;
}

.group-list .sub-sub-group-list a, .group-list .sub-sub-group-list label {
  background: #ffffff;
}

.sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}

.nav__list label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
  transition: transform .65s ease, -webkit-transform .65s ease;
}

.nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
}

#menuToggle {
  display: block;
  position: relative;
}

#menuToggle a {
  text-decoration: none;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  color: #000;
}

#menuToggle input:checked ~ ul {
  display: block;
  border-top: solid 3px #ffffff;
  padding: 0;
}

input[type="checkbox"], .left-menu {
  display: none;
}

.center-menu:lang(en) #menu li {
  width: calc(25% - 10px);
}

.center-menu #menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center-menu #menu li {
  width: calc(16.66% - 10px);
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-right: 10px;
  background: #e5e5e5;
}

.center-menu #menu li a {
  padding: 12px 6px;
  color: #492F54;
}

.center-menu #menu li:hover {
  background: #001E6D;
}

.center-menu #menu li:hover a {
  color: #FFF;
}

.center-menu #menu li .group-list {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
}

.center-menu #menu li .group-list li {
  width: 100%;
}

.center-menu #menu .nav__list-li {
  background: #492F54;
}

.center-menu #menu .nav__list-li a {
  color: #FFF !important;
}

.left-menu02 .nav__list li {
  background: #F1F1F1 !important;
  margin: 5px 0;
}

.left-menu02 .nav__list li:hover a {
  color: #970209;
}

@media screen and (max-width: 1440px) {
  .filterbox p {
    font-size: 18px;
    padding: 12px 4px;
  }
  .filter .group {
    padding: 20px 6px;
  }
  .filter .group h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .filter .group .info {
    margin: 14px 0;
  }
  .filter .group label {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .vertical-nav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .nav__list > li > label {
    background: #ebebeb;
  }
  .center-menu #menuToggle {
    margin: 15px auto;
  }
  .center-menu li .group-list {
    position: relative  !important;
  }
  .center-menu #menu li {
    width: 100%;
  }
  #menuToggle {
    background: #fff;
    position: relative;
    border: solid 2px #001E6D;
  }
  .left-menu {
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 22px;
    font-weight: bold;
    display: block;
  }
  #menuToggle {
    height: 60px;
    margin: 0px auto 30px auto;
    z-index: 2;
    width: calc(100% - 30px);
    padding: 0;
    border-radius: 10px;
  }
  #menuToggle input:checked ~ ul {
    border-top: none;
  }
  #menuToggle input:checked ~ ul.nav__list {
    margin-top: 56px;
    border: solid 2px #001E6D;
  }
  #menu li {
    background: #fff;
    margin: 0;
    border-bottom: solid 1px #d8d8d8;
  }
  #menuToggle input {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  #menuToggle span.menu-span {
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 5px;
    position: absolute;
    top: 15px;
    right: 20px;
    background: #001E6D;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  #menuToggle span.menu-span:nth-last-child(2) {
    top: 25px;
  }
  #menuToggle span.menu-span:nth-last-child(3) {
    top: 35px;
  }
  #menuToggle input:checked ~ span.menu-span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(10px, 0px);
            transform: rotate(45deg) translate(10px, 0px);
    width: 20px;
    background: #001E6D;
  }
  #menuToggle input:checked ~ span.menu-span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span.menu-span:nth-last-child(2) {
    -webkit-transform: rotate(132deg) translate(-3px, 0px);
            transform: rotate(132deg) translate(-3px, 0px);
    width: 20px;
  }
  #menu, .center-menu #menu {
    display: none;
  }
}
