.top-news ul {
    margin: 0;
}

    .top-news ul.list-group li.list-group-item {
        border-bottom: 0;
        border-right: 0;
        border-left: 0;
        border-top: 1px dashed #b5b5b5;
        padding-left: 0;
        padding-right: 0;
        padding: 5px 15px 7px 0;
    }

        .top-news ul.list-group li.list-group-item:first-child {
            border: 0;
            padding-top: 0;
        }

        .top-news ul.list-group li.list-group-item a {
            color: #333;
            text-align: justify;
            display: block;
            font-weight: 600;
        }

            .top-news ul.list-group li.list-group-item a:hover {
                color: #015798;
            }

.top-news .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0,0,0,0.6);
}

    .top-news .carousel-caption h3 {
        margin: 0;
        text-align: left;
    }

        .top-news .carousel-caption h3 a {
            text-align: left;
            font-size: 14px;
            font-weight: 700;
            margin: 0;
            line-height: 21px;
            color: #fff;
        }

.top-news .carousel-control-2 {
    position: absolute;
    right: 10px;
    height: 26px;
    width: 26px;
    display: inline-block;
}

    .top-news .carousel-control-2.carousel-prev {
        background: url(../img/carousel-next.png) no-repeat center center;
        top: 10px;
    }

    .top-news .carousel-control-2.carousel-next {
        background: url(../img/carousel-prev.png) no-repeat center center;
        top: 40px;
    }

.block-template1 ul.list-inline, .block-template2 ul.list-inline {
    margin: 0;
}

    .block-template1 ul.list-inline li, .block-template2 ul.list-inline li {
        padding: 0;
    }

        .block-template1 ul.list-inline li a, .block-template2 ul.list-inline li a {
            color: #919191;
            font-size: 12px;
            line-height: 18px;
        }

            .block-template1 ul.list-inline li a:after, .block-template2 ul.list-inline li a:after {
                content: "/";
                display: inline-block;
                margin-right: 5px;
                margin-left: 10px;
            }

            .block-template1 ul.list-inline li a:hover, .block-template2 ul.list-inline li a:hover {
                color: #015798;
            }

        .block-template1 ul.list-inline li.active a, .block-template2 ul.list-inline li.active a {
            color: #333;
        }

        .block-template1 ul.list-inline li:last-child a:after, .block-template2 ul.list-inline li:last-child a:after {
            display: none;
        }

.block-template1 h3.title, .block-template2 h3.title {
    margin-top: 0;
    text-transform: uppercase;
    background: url(../img/bullet-icon.png) no-repeat 10px center,#eee;
    color: #026BBA;
    font-family: 'Roboto Condensed';
    font-size: 15px;
    line-height: 31px;
    padding-left: 30px;
    font-weight: 700;
    padding-top: 2px;
}

.block-template1 .thumbnail, .block-template2 .thumbnail {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .block-template1 .thumbnail, .block-template2 .thumbnail {
        margin-bottom: 0;
    }
}

.block-template1 .thumbnail .caption, .block-template2 .thumbnail .caption {
    padding: 0;
}

    .block-template1 .thumbnail .caption .title a, .block-template2 .thumbnail .caption .title a {
        font-weight: 700;
        color: #333;
        font-size: 13px;
        line-height: 18px;
        display: block;
        height: 35px;
        overflow: hidden;
    }

        .block-template1 .thumbnail .caption .title a:hover, .block-template2 .thumbnail .caption .title a:hover {
            color: #026BBA;
        }

    .block-template1 .thumbnail .caption .date, .block-template2 .thumbnail .caption .date {
        color: #898989;
        font-size: 12px;
    }

.block-template1 .btn-viewmore, .block-template2 .btn-viewmore {
    color: #026BBA;
    font-weight: 600;
}

    .block-template1 .btn-viewmore:hover, .block-template2 .btn-viewmore:hover {
        color: #333;
    }

.block-template1 p + p, .block-template2 p + p {
    margin: 0;
}

.block-template2 li.list-group-item {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px dashed #b5b5b5;
    padding-left: 0;
    padding-right: 0;
}

    .block-template2 li.list-group-item:first-child {
        border: 0;
        padding-top: 0;
    }

    .block-template2 li.list-group-item a {
        color: #333;
        text-align: justify;
        display: block;
        font-weight: 700;
        -webkit-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        .block-template2 li.list-group-item a:hover {
            color: #015798;
            -webkit-transition: all .2s ease-in;
            -o-transition: all .2s ease-in;
            transition: all .2s ease-in;
        }

.block-template2 .thumbnail {
    position: relative;
    margin-bottom: 0;
}

    .block-template2 .thumbnail .title {
        margin: 0;
        padding: 10px;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.57);
    }

        .block-template2 .thumbnail .title a {
            height: auto;
            font-weight: 700;
            font-size: 13px;
            line-height: 18px;
            display: block;
            color: #fff;
        }

.marBot10 {
    margin-bottom: 10px;
}

.marBot5 {
    margin-bottom: 5px;
}
