.tab-type01{}
.tab-type01 ul,
.tab-type01 ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	}
.tab-type01 .tabs-list{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:32px;
	}
.tab-type01 .tabs-list li{
	padding:0 40px;
	position:relative;
	border-top:1px solid #d3d6e1;
	}
.tab-type01 .tabs-list li.first-li:before{
	content:'';
	width:40px;
	height:2px;
	position:absolute;
	left:0;
	top:-1px;
	background:#ffffff;
	}
.tab-type01 .tabs-list li.last-li:after{
	content:'';
	width:40px;
	height:2px;
	position:absolute;
	right:0;
	top:-1px;
	background:#ffffff;
	}
.tab-type01 .tabs-list li a{
	color:#0028a7;
	font-size:16px;
	padding:20px 0;
	line-height:1;
	font-weight:bold;
	font-style: normal;
	display:inline-block;
	border-top:2px solid #ffffff;
	}
.tab-type01 .tabs-list li.active a{
	color:#1eb2ff;
	border-top:2px solid #1eb2ff;
	}
.tab-type01 .tab-content.hide{
    display:none;
	}
.tab-type01 .tab-content.active{
    display:block;
	}

.events-cat-select{
	margin-bottom:15px;
	display:none;
	}
.events-cat-select .form-control{
	background:url(../images/drop-arrow02.svg) no-repeat rgba(255, 255, 255, 0.8);
    background-position:top 50% right 15px;
    height:54px;
    color:#0028a7;
    font-size:16px;
    line-height:18px;
    padding:15px 45px 15px 20px;
    position:relative;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    border-radius:4px;
    margin-bottom:0;
	border:solid 1px rgba(42, 73, 101, 0.29);
}
@media(max-width:480px){
	.tab-type01 .tabs-list{
		display:none;
		}
	.events-cat-select{
		display:block;
	}
}