.tab-wrapper {
  margin: 0px auto;
  width: 100%;
  max-width:100%;
}

.tab-wrapper ul{
	padding-bottom: 5px;
}

.tab-wrapper ul li.active .line{
	width: 100%;
    height: 100%;
    z-index: -1;
}

.tab-menu li {
  position:relative;
  background-color: #fff;
  color:#000;
  display: inline-block;
  padding: 20px 40px;
  opacity: 1;
  cursor:pointer;
  z-index:0;
  width: calc(100% / 3 - 4px);
  text-align: center;
}

.tab-menu li:hover {
  color:#464646;
}

.tab-menu li.active {
  color:#fff;
  opacity: 1;
}

.tab-menu li.active:hover {
  color:#fff;
}

.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  padding: 15px;   
  min-height:200px;
}

.line {
  position:absolute;
  width: 0;
  height: 7px;
  background-color: #c1272d;
  top: 0;
  left: 0;
}
.styles_productCMTUL__XvoSv{
	width: 100%;
}

.styles_productCMTUL__XvoSv ul{
	width: calc(100% / 6);
}

.styles_productCMTUL__XvoSv ul li a{
	line-height: 2;
	color: #333;
}

.styles_productCMTUL__XvoSv ul strong{
	color: #000;
}

.themex_team_area .tab-wrapper .tab-menu li{
	width: calc(100% / 10 - 4px);
	padding: 20px 20px;
}
.themex_team_area .tab-wrapper .tab-menu li:last-child{
	width: calc(100% / 10 - 0px);
}