#viewBlog .bg-infinite{
    background-image: url('../images/icon-infinite.svg');
    background-position: 110% 120%;
    background-repeat: no-repeat;
    background-size: auto 80%}

#viewBlog .see-all-title{
	font-size: 16px;
	font-weight: 300;
	text-align: right;
	color: #12164d;
	line-height: 1.19;
	height: 73px}
    
#viewBlog .bg-image-post{
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    /* background-image: url('../images/example-img-blog.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover}

#viewBlog .news-box{
    position: relative;
width: 100%;
    padding-top: 80%;
    background-color: rgba(17, 88, 163, 0.6)}

#viewBlog .news-box:hover{
    background-color: #1C6EB0}

#viewBlog .news-box .date{
    position: absolute;
    top: 40px;
    width: 100%}

#viewBlog .news-box h3{
	text-align: left;
	color: #bce0fd}

#viewBlog .news-box p{
	text-align: left;
	color: #ffffff;
    width: 215px}
    
#viewBlog .news-box .text{
    position: absolute;
    bottom: 20px;
    width: 100%}

#viewBlog .news-box .image-right-arrow{
    margin-top: -15px;
	height: auto;
    width: 50px}

#viewBlog .event-box{
    margin-bottom: 20px}

#viewBlog .event-box .image-right-arrow{
    margin-top: 25px;
    height: auto;
    width: 50px}

#viewBlog .see-all{
    border-bottom: solid transparent 2px;
    color: #2C3178;
    text-decoration: none}

#viewBlog .see-all:hover{
    border-bottom: solid #2C3178 2px;
    color: #2C3178;
    text-decoration: none}

#viewBlog .categories ul{
    margin: 0px;
    padding: 0px;
    list-style: none}

#viewBlog .categories li {
    margin-top: 10px}

#viewBlog .categories li a{
    text-decoration: none;
    border-bottom: solid #2C3178 2px;
    padding: 3px;
    padding-left: 10px;
    padding-top: 5px;
    display: block}

#viewBlog .categories li a:hover{
    background-color: #2C3178;
    color: #fff}

#viewBlog .page-before a, #viewBlog .page-next a{
    border-bottom: solid transparent 2px;
    color: #2C3178;
    text-decoration: none;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:         all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#viewBlog .page-before a:hover, #viewBlog .page-next a:hover{
    border-bottom: solid #2C3178 2px;
    color: #2C3178;
    text-decoration: none}
