.slogan .row .col-sm-6:hover {
	background: #03a9f4;
	color: #ffffff;
}

.carousel-control-next, .carousel-control-prev {
    top: 50%;
    bottom: 50%;
    width: 5%;
    background: rgb(0,0,0,0.5);
    padding: 1.75rem 0;
    border-radius: 50px;
}

.product .product-txt {
	border-bottom: 1px solid #ccc;
}

.product .product-txt:hover {
	color: #03a9f4;
}

.breadcrumb-item {
    padding: .75rem 0;
}

.title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
}
.menu-txt{
    border-bottom: 1px solid #32414829;
}
.menu-txt:hover{
    color: #03A9F4;
}