.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}

.left-line::before {
	background: #a50000;
	content: "";
	width: 10px;
	height: 30px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.bg-eff8ff {
	background-color: #c8ecf8;
}

.bg-f5f5f5 {
	background-color: #f5f5f5;
}

.text-color-787878 {
	color: #787878;
}

.border-bottom-dashed {
	border-bottom: 1px dashed #ebeff1;
}

.card:hover {
	cursor: pointer;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.card .thumb-img {
	height: 0;
	padding-top: 62.5%;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.zt-top .thumb-img {
	height: 0;
	padding-top: 32%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 1200px) {

	
	.list-nav a span {
		color: var(--notech-black);
		z-index: 1;
	}
	
	.list-nav a:hover span {
		color: var(--notech-base);
		font-weight: bold;
	}
	
}