.logo{
    min-height: 70px;
}

h3.title{
    font-weight: bold;
    padding-top: 15px;
    color: #fff;
}

h6.title{
    font-weight: bold;
    color: #fff;
}

h4.widget_title {
    background: #ec0e75;
    color: #fff;
    font-size: 16px;
    padding: 3px 5px;
    text-transform: uppercase;
}

.blog_item_title h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.card-img{
    width: 220px;
    height: 160px;
    margin-right: 10px;
}

.blog_in_topic h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.ul_topic li {
    padding-left: 10px;
}

.regis_card {
    text-align: center;
    margin-bottom: 5px;
}

ul.list.cat-list {
    padding-left: 10px;
}

ul.latestnews {
    padding-left: 10px;
    padding-right: 10px;
}

li.latestnews {
    transition: all 0.3s ease 0s;
    background: url(../img/blog/bullet.gif) no-repeat 0px 8px;
    padding-left: 10px;
    padding-top: 0px;
}

li.latestnews a{
    color: #050875;
}

a.a-facebook:hover{
    cursor: pointer !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

a.a-facebook :hover{
    -webkit-text-fill-color: #fff !important;
}

.post_item h4.h4-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #050875;
}

.post_item img {
    width: 100px;
    height: 80px;
}

a.a-viewdetail {
    position: absolute;
    right: 15px;
    background: #444;
    padding: 0 2px;
    color: #fff !important;
}

a.a-viewdetail:hover {
    background: #8b0000;
    -webkit-text-fill-color: #fff !important;
}

.div-viewdetail {
    font-size: 12px;
}

.div-viewdetail .a-topic {
    text-transform: uppercase;
}