ul.footer-corporate-link > li:nth-child(6) > a {
  padding-left: 7px;
}
.tab {
  padding: 0 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tab ul {
  display: table;
  width: 100%;
  height: 100%;
}
.tab ul li {
  font-size: 12px;
  display: table-cell;
  width: 25%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  vertical-align: middle;
  padding: 0 5px;
}
.tab ul li div {
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 10px rgba(100, 62, 17, 0.2),
    0 -10px 10px -10px rgba(100, 62, 17, 0.2) inset;
  box-shadow: 0 0 10px rgba(100, 62, 17, 0.2),
    0 -10px 10px -10px rgba(100, 62, 17, 0.2) inset;
  background: white;
  display: block;
  height: 100%;
}
.tab ul li div a {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 0;
  color: #00a728;
}
.tab ul li div a span {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.tab ul li.current {
  font-size: 14px;
}
.tab ul li.current div {
  -webkit-box-shadow: 0 0 10px rgba(100, 62, 17, 0.2);
  box-shadow: 0 0 10px rgba(100, 62, 17, 0.2);
}
.tab ul li.current div a {
  color: #006436;
}
.tab ul li.current div a span {
  border-bottom: 2px solid #006436;
}
.tab ul li:first-child {
  padding-left: 0;
}
.tab ul li:last-child {
  padding-right: 0;
}
.headingThirdly-number {
  display: flex;
  align-items: center;
}
.headingThirdly-number .items-number {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #007749;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.headingThirdly-number .items-number span {
  color: #fff;
}
.headingThirdly-number>span {
  width: calc(100% - 4.5rem);
}
@media screen and (max-width: 768px) {
  .tab ul li {
    font-size: 10px;
  }
  .tab ul li.current {
    font-size: 10px;
  }
}
