.education {
	width: 100%;
	text-align: center;
	min-height: 300px;
}

.tabs-match {
	display: flex;
    border-bottom: 1px solid #DBDBDB;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    justify-content: center;
}

.tabs-match .tab{
	min-width: 220px;
	height: 60px;
	line-height: 60px;
}

.tabs-match .tab span{
	font-size: 18px;
	cursor: pointer;
	color: #6b6b6b;
}

.tabs-match .tab span:hover{
	color: #0089FF;
	cursor: pointer;
}

.tabs-match .tab.active span{
	color: #0089FF;
	cursor: pointer;
	padding: 18px;
	border-bottom: 2px solid #0089FF;
}

.tabs-match .rui-row .rui-col-xs-3 span.tab-active{
	color: #3a9ff9;
	border-bottom: 2px solid #3a9ff9;
	cursor: pointer;
}

.tabs-content .tabs-content-item{
	display:none
}

.tabs-content .tabs-content-item.tab-content-active{
	display:block;
}

.tabs-match-vertical{
	display: block;
	width: 150px;
	text-align: center;
}

.tabs-match-vertical .tab{
	width: inherit;
	height: 50px;
	line-height: 50px;
}

.tabs-match-vertical .tab span{
	font-size: 17px;
	padding: 3px 12px;
	cursor: pointer;
	color: #6b6b6b;
}

.tabs-match-vertical .tab span:hover{
	color: #0089FF;
	cursor: pointer;
}

.tabs-match-vertical .tab.active span{
	color: #0089FF;
	cursor: pointer;
	border-left: 3px solid #0089FF;
	border-radius: 2px;
}