.new-tabbox>ul{
	text-align: center;
	padding-bottom: 40px;
}
.new-tabbox>ul>li{
	display: inline-block;
	vertical-align: middle;
	height: 42px;
	background-color: rgb( 255, 255, 255 );
	margin-right: 10px;
	border-width: 2px;
	border-color: rgb( 222, 223, 226 );
	border-style: solid;
	border-radius: 50px;
}
.new-tabbox>ul>li:last-child{
	margin-right: 0;
}
.new-tabbox>ul>li>a{
	display: block;
	height: 100%;
	padding: 0 30px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
  @media screen and (max-width: 768px) {
        .new-tabbox>ul>li>a {
	display: block;
	height: 100%;
	padding: 0 15px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	text-align: center;
        }
    }

.new-tabbox>ul>li:hover,
.new-tabbox>ul>li.on{
	background-color: rgb( 0, 88, 168 );
	border-color: rgb( 0, 88, 168 );
}
.new-tabbox>ul>li:hover>a,
.new-tabbox>ul>li.on>a{
	color: #fff;
}
