@charset "utf-8";

/* CSS Document */
.tab-content-all-40-1 {
	margin: 0;
}

.tab-content-25-1 {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	height: 45px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007021+0,4ec72d+50,6ddb33+100 */
	background: rgb(0, 112, 33);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(0, 112, 33, 1) 0%, rgba(78, 199, 45, 1) 50%, rgba(109, 219, 51, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 112, 33, 1) 0%, rgba(78, 199, 45, 1) 50%, rgba(109, 219, 51, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(8 112 218) 0%, rgb(0 107 217) 50%, rgb(0 128 222) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007021', endColorstr='#6ddb33', GradientType=1);
	/* IE6-9 */
}

.tab-content-25-1 .tab {
	font: 18px/23px 'Kanit', Arial, sans-serif;
	padding: 3px 10px;
	padding-bottom: 5px;
}

.tab-content-25-1 .tab ul {
	padding: 0;
	margin: 0;
	color: #923032;
}

.tab-content-25-1 .tab ul li {}

.tab-content-25-1 .tab .normal {
	padding: 8px 30px !important;
	display: inline-block;
	text-align: center;
	margin-top: 0px;
}

.tab-content-25-1 .tab .active {
	padding: 8px 10px !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffea06+1,ffb400+100 */
	background: rgb(255, 234, 6);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 234, 6, 1) 1%, rgba(255, 180, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 234, 6, 1) 1%, rgba(255, 180, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 234, 6, 1) 1%, rgba(255, 180, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea06', endColorstr='#ffb400', GradientType=0);
	/* IE6-9 */
	white-space: nowrap;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 5px;
	margin-top: 0px;
	color: #ffffff;
	/* font-weight: bold; */
	font-weight: bold;
}

.tab-content-25-1 .tab a {
	color: #0d7f23;
}

.tab-content-25-1 .tab .normal a {
	color: #fff;
}

.tab-content-25-1 .tab .normal a:hover {
	color: #ffdb04;
}

.tab-detail-40-1 {
	padding: 10px 0px;
}

@media (max-width: 996px) {
	.tab-content-all-40-1 {
		margin-top: 0px;
	}

	.tab-detail-40-1 {
		margin: 0 -15px;
		margin-top: 10px;
	}

	.tab-content-25-1 {
		/* height:0; */
	}

	.tab-content-25-1 .tab {
		overflow-x: scroll;
		margin: 0 -5px 0 0;
		padding: 3px;
		background: none;
		height: 42px;
	}

	.tab-content-25-1 .tab .active {
		padding: 8px 20px !important;
		/* background: #e2cb6e; */
		white-space: nowrap;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
		margin: 0 6px;
	}

	.tab-content-25-1 .tab .normal {
		padding: 8px 20px !important;
		/* background: #f1f1f1; */
		white-space: nowrap;
		margin: 0 6px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}


	.tab-content-25-1 .tab .d-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}


}