@charset "utf-8";

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

.tab-content-25-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;
	background-color                  : #d6f6ff;
}

.tab-content-25-1 .tab {
	font          : 23px/20px 'thaisanslite', 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   : 11px 50px;
	display   : inline-block;
	text-align: center;
	margin-top: 0px;
}

.tab-content-25-1 .tab .active {
	padding                           : 11px 50px ;
	background                        : #11b9ff;
	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                             : #100909;
	font-weight                       : bold;
}

.tab-content-25-1 .tab a {
	color: #32383b;
}

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

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

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

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

	.tab-detail-25-1 {
		margin    : 0 -15px;
		margin-top: 70px;
	}

	.tab-content-25-1 {
		height: 48px;
	}

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

	.tab-content-25-1 .tab .active {
		padding                           : 11px 20px !important;
		background                        : #11b9ff;
		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;
		text-decoration                   : none;
		border                            : none;
	}

	.tab-content-25-1 .tab .normal {
		padding                           : 8px 20px !important;
		background                        : #d6f6ff;
		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;
		width                             : 105px;
	}


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


}