
.news-item-text {
	hyphens: auto;
        text-align: justify;
}

div.news-list
{
	word-wrap: break-word;
}

div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.news-item-new img {
    background-size: cover;
    margin-bottom: 24px;
}
.news-item-new-title {
	font-size: 16px;
    font-weight: bold;
    color: #171a42;
    margin-bottom: 11px
}
.news-item-new-title a{
	color: #171a42 !important;
	text-decoration: none;
}
.news-item-text {
	hyphens: auto;
}
.owl-carousel {
	margin-bottom: 30px;
}
.owl-dots {
	margin: 30px 0;
    text-align: center;
}
.owl-dots .owl-dot {
	width: 20px;
    height: 20px;
	margin-right: 10px;
    border: 3px #5377b4 solid !important;
    border-radius: 50%;
	outline: none;
}
.owl-dots .owl-dot.active {
    background: #5377b4 !important;
}
