@font-face {
    font-family:'Haettenschweiler';
	src:url(../fonts/Haettenschweiler.TTF);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Songti';
	src:url(../fonts/Songti.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'FZLTZHK';
	src:url(../fonts/FZLTZHK.TTF);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'FZLTXHK';
	src:url(../fonts/FZLTXHK.TTF);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'STXIHEI';
	src:url(../fonts/STXIHEI.TTF);
    font-weight: normal;
    font-style: normal;
}
.select-group{
	width: 100%;
}
.select-group>.form-control {
    width: 33.333333%;    
}

.required::after {
    content: "*";
    margin-left: -5px;
    color: red;
}
