.h-menu:before,
.h-menu:after {
  content: "";
  display: table;
}
.h-menu:after {
  clear: both;
}
.h-menu input[type="checkbox"] {
  display: none;
}
.h-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.h-menu ul > li {
  position: relative;
}
.h-menu ul > li > a:hover {
  text-decoration: none;
}
.h-menu ul > li > label {
  display: table-cell;
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.h-menu ul > li > a,
.h-menu ul > li > span {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding: 12px 25px 13px 25px;
  display: block;
}
.h-menu ul > ul > li > a,
.h-menu ul > ul > li > span {
  color: #000;
}
.h-menu ul > li > a:hover {
  text-decoration: underline;
}
