@charset "utf-8";
/* CSS Document */
.tab-content-all-40-1{
	margin:0;
}
.tab-content-40-1{
	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;
	background-color: #77b7c0;
}
.tab-content-40-1 .tab {
	font: 17px/20px 'Kanit', Arial, sans-serif;
	padding:3px 10px;
	padding-bottom:5px;
	}
.tab-content-40-1 .tab ul{	
	padding:0;
	margin:0;
	color:#923032;
}
.tab-content-40-1 .tab ul li{

}	
.tab-content-40-1 .tab .normal{
	    padding: 8px 30px !important;
    display: inline-block;
    text-align: center;
	 margin-top: 0px;
	}	
.tab-content-40-1 .tab .active{
	padding: 8px 10px !important;
	background: #59658e;
	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;
	}
.tab-content-40-1 .tab a{
	 color: #ffffff;
}
.tab-content-40-1 .tab .normal a{
	color: #fff;
}
.tab-content-40-1 .tab .normal a:hover{
	color: #ffeebb;
}
 .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-40-1 {
	/* height:0; */
	}
	
.tab-content-40-1 .tab {
	overflow-x: scroll;
	margin:0 -5px 0 0;
	padding:3px;
	background:none;
	height:42px;
	}
	
.tab-content-40-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-40-1 .tab .normal{
	padding:8px 20px !important;
	background: #5d4d4d;
	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-40-1 .tab .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}


}	
