
.title-line{
	text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: roboto;
    line-height: 35px;
	margin-bottom: 20px;
	color: #00447c;
}
.title-line:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #48bfd5;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}
h5 {
    font-weight: 700;
    font-size: 17px;
    font-family: 'roboto', sans-serif;
	color: #00447c;
}
.detail span{
	color: #00447c;
}
.news{
	border: 3px solid #5d7683;
    padding: 20px;
}
.news .detail-event {
    margin-bottom: 20px;
}
.news .detail-event a.title {
    color: #222;
}
.news .detail-event a.title:hover {
    color: #02adc6;
}
.viewall{
	background: #48bfd5;
    color: #ffffff;
    margin: 35px 0 0 0;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 25px;
    font-size: 19px;
    font-weight: 700;
	font-family: roboto;
}

.services-one .news .detail-event span {
    color: #00447c;
    margin: 10px 0 10px 0;
    display: inline-block;
}

.services-one .events .detail-event span {
    color: #00447c;
    margin: 10px 0 10px 0;
    display: inline-block;
}

