/* CSS Document */
.tab_btn > div {
  width: 16.666%;
}
.tab_btn > div:nth-child(1) a, .tab_btn > div:nth-child(4) a {
  border-bottom: 4px solid #ff0800;
}
.tab_btn > div:nth-child(1) a.active span, .tab_btn > div:nth-child(4) a.active span {
  background: #ffdad9;
}
@media only screen and (min-width: 1000px) {
  .tab_btn > div:nth-child(1) a:hover span, .tab_btn > div:nth-child(4) a:hover span {
    background: #ffdad9;
  }
}
.tab_btn > div:nth-child(2) a, .tab_btn > div:nth-child(5) a {
  border-bottom: 4px solid #ff9d00;
}
.tab_btn > div:nth-child(2) a.active span, .tab_btn > div:nth-child(5) a.active span {
  background: #fff0d9;
}
@media only screen and (min-width: 1000px) {
  .tab_btn > div:nth-child(2) a:hover span, .tab_btn > div:nth-child(5) a:hover span {
    background: #fff0d9;
  }
}
.tab_btn > div:nth-child(3) a, .tab_btn > div:nth-child(6) a {
  border-bottom: 4px solid #0099ff;
}
.tab_btn > div:nth-child(3) a.active span, .tab_btn > div:nth-child(6) a.active span {
  background: #d9f0ff;
}
@media only screen and (min-width: 1000px) {
  .tab_btn > div:nth-child(3) a:hover span, .tab_btn > div:nth-child(6) a:hover span {
    background: #d9f0ff;
  }
}

@media only screen and (max-width: 999px) {
  .tab_btn > div {
    width: 33.3333%;
  }
}
.bx-wrapper {
  margin-bottom: 0;
}
