.breadcrumb-box {
	width: 100%;
	padding: 0 10px;
	background-color: #ec6c00;
}

.breadcrumb {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 5px 0;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.breadcrumb__item {
	padding-left: 5px;
	position: relative;
}

.breadcrumb__item::before {
	content: '\f105';
	font-family: 'icomoon';
	margin: auto;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}

.breadcrumb__item:first-child {
	padding-left: 0;
}

.breadcrumb__item:first-child::before {
	display: none;
}

.breadcrumb__link {
	display: block;
	padding: 5px;
	color: #fff;
}

.breadcrumb__link:hover {
	color: #00192b;
}

.breadcrumb__link:not([href]) {
	cursor: context-menu;
}

.breadcrumb__link:not([href]):hover {
	cursor: context-menu;
	color: #00192b;
}

@media only screen and (max-width: 960) {
	.breadcrumb-box {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 768) {
	.breadcrumb-box {
		margin-bottom: 20px;
	}
}
