.bsp-start-category { display: flex; cursor: pointer; justify-content: center; align-items: center; flex-direction: column;}
.bsp-start-category:hover, .bsp-start-category.active { background-color: #00aef8; }
.bsp-start-category span.icon { width: 40%; height: 100px; background-size: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.bsp-start-category span.name { color: #fff; font-weight: 500; }
.bsp-start-category:hover .triangle, .bsp-start-category.active .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #00aef8 transparent transparent transparent;
    bottom: -40px;
    left: 0px;
}


.has-megamenu .bsp-start-category { height: 150px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.has-megamenu a.bsp-start-category:hover { background: #deebf4;  }

.has-megamenu  .bsp-start-category:hover, .has-megamenu  .bsp-start-category.active { transform: translateY(0px); }
.bsp-start-category:hover span.icon, .bsp-start-category.active span.icon { background-position: right center; }
.has-megamenu .bsp-start-category:hover span.icon, .has-megamenu .bsp-start-category.active span.icon { background-position: right center; }
.has-megamenu .bsp-start-category:hover span.name, .has-megamenu .bsp-start-category.active span.name { color: #212529; }

.bsp-main-category {  cursor: pointer; }


.bsp-head-title {
	font-weight: 700;
	margin: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	text-transform: uppercase;
}

.bsp-section-title h1{
	font-size: 1.6rem
}
.bsp-section-title .left {
	position: relative;
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #7b8a9f;
    margin-right: 5px;
    top: -2px;
}

.bsp-card-news-container { border: none; }
.bsp-card-news-container .card-body { padding: 1.25rem 0; }
.bsp-card-news-container .card-title { font-size: 1.13rem; height: 42px; }
.bsp-card-news-container .card-text:before { content: ''; width:20px; height: 1px; background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,0,0,1) 100%); display: block; margin: 20px 0px 15px 0px; }
.bsp-card-news-container .card-text { font-size: .95rem; line-height: 1.7; }