.bx-breadcrumb {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 11px 0;
}
.bx-breadcrumb-item {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #F0B336;
	margin-right: 15px;
}
.bx-breadcrumb-item a {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #006160;
}
.bx-breadcrumb .bis-point {
	margin-right: 15px;
}