@charset "utf-8";

.abgne_tab {
	width: 100%;
	height: auto;
	margin-top: 24px;
	float: left;
}
ul.tabs {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tabs li {
	float: left;
	height: 39px;
	overflow: hidden;
	position: relative;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tabs li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
}
div.tab_container {
	width: 100%;
	float: left;
	height: auto;
}
div.tab_container .tab_content {
	float: left;
	width: 100%;
	height: auto;

}
.tab_disc {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: 23%;
	background-color: #95E2EE;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
	margin-bottom: 12px;
}
.tab_disc2 {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: 23%;
	background-color: #FDE7A6;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
	margin-bottom: 12px;
}
.tab_disc3 {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: 23%;
	background-color: #BDEEBA;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
	margin-bottom: 12px;
}
.tab_disc4 {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: 23%;
	background-color: #ECCBFF;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
	margin-bottom: 12px;
}
.tab_disc_btn {
	float: left;
	height: 48px;
	width: 25%;
	padding-left: 26px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}



.tab_box {
	float: left;
	height: auto;
	width: 98%;
	margin-right: 1%;
	background-color: #95E2EE;
	margin-left: 1%;
	border-radius: 10px;
	padding: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.tab_box2 {
	float: left;
	height: auto;
	width: 98%;
	margin-right: 1%;
	background-color: #FDE7A6;
	margin-left: 1%;
	border-radius: 10px;
	padding: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.tab_box3 {
	float: left;
	height: auto;
	width: 98%;
	margin-right: 1%;
	background-color: #BDEEBA;
	margin-left: 1%;
	border-radius: 10px;
	padding: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.tab_box4 {
	float: left;
	height: auto;
	width: 98%;
	margin-right: 1%;
	background-color: #ECCBFF;
	margin-left: 1%;
	border-radius: 10px;
	padding: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

.tab_name {
	font-size: 18px;
	line-height: 32px;
	text-decoration: none;
	float: left;
	height: auto;
	width: 100%;
	font-weight: bold;
}
.tab_pic {
	float: left;
	height: auto;
	width: 46%;
	z-index: -1;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-left: 2%;
	clear: left;
}
@media (max-width: 800px) { 
ul.tabs li {
	float: left;
	height: 39px;
	overflow: hidden;
	position: relative;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab_disc {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: 23%;
	background-color: #95E2EE;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
	margin-bottom: 12px;
	display: none;
}
.tab_disc2 {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: 23%;
	background-color: #FDE7A6;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
	margin-bottom: 12px;
	display: none;
}
.tab_disc3 {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: 23%;
	background-color: #BDEEBA;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
	margin-bottom: 12px;
	display: none;
}
.tab_disc4 {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: 23%;
	background-color: #ECCBFF;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
	margin-bottom: 12px;
	display: none;
}

}