﻿.viewcat{
    margin-bottom: 20px;
}
.viewcat .heading {
    position: relative;
    border-bottom: 2px solid #e49706;
    margin-bottom: 10px;
}
.viewcat .heading h2 {
    display: inline-block;
    padding: 0px 50px 0 10px;
    background: url(../images/cat-bg.png) no-repeat center center;
    background-size: 100% 45px;
    line-height: 44px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
.viewcat .related{
    margin: 0;
    padding: 0;
}
.viewcat .related li{
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    max-height: 75px;
    overflow: hidden;
}
.viewcat .related li:last-child{
    margin: 0;
}
.viewcat .related img{
    display: inline-block;
    float: left;
    margin-right: 10px;
    max-width: 100px
}
.viewcat .related h4{
    font-weight: 500;
    color: #333;
    transition: 0.5s;
}
.viewcat .related li:hover h4{
    color: #2f2f91
}
.top-news{
    position: relative;
    padding: 20px 0 0;
    background-color: #f5f5f5;
}
.newscenter .img-box{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    background-position: 50% 50%;
    background-size: cover;
}
.newscenter .img-box img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.newscenter .info-box{
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #fefefee0;
    padding: 10px 20px;
    color: #000000;
    font-size: 13px;
}
.newscenter .info-box h3{
    font-size: 18px;
    margin-bottom: 10px;
    color: #f44336;
}
.newscenter .owl-nav{
    position: absolute;
    top: 35%;
    width: 100%;
}

.newscenter .owl-nav div{
    background-color: #ddd;
    padding: 8px 15px;
    position: absolute;
    opacity: 0.5;
}
.newscenter:hover .owl-nav div{
    opacity: 1;
}
.newscenter .owl-nav .owl-prev{
    left: 5px;
}
.newscenter .owl-nav .owl-next{
    right: 5px;
}

.groups_style1 .item{
    position: relative;
    margin-bottom: 22px;
}
.groups_style1 .thumb{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    background-position: 50% 50%;
    background-size: cover;
}
.groups_style1 .thumb img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.groups_style1 h3{
    position: relative;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s;
}
.groups_style1 h3 a{
    color: #237fd7;
    font-weight: 600;
}
.groups_style1 h3:hover a{
    color: #333;
}
.box-large .thumb{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    background-position: 50% 50%;
    background-size: cover;
}
.box-large .thumb img{
        right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}
.box-large h3{
    font-size: 16px;
    font-weight: 550;
    padding: 10px 0;
    color: #237fd7;
}
.box-large p{
    color: #333;
    font-size: 16px;
    margin: 0;
}
.viewpage h2, .viewpage h3{
    margin-bottom: 10px;
}
.viewpage h2 a, .viewpage h3 a{
    font-size: 20px;
    font-weight: 600;
    color: #205fa0;
}
.viewpage img{
    min-height: 100px;
    margin-right: 12px;
}
.viewpage ul li{
    margin-bottom: 6px;
    font-size: 16px;
}
.viewpage p{
    margin: 0;
    font-size: 16px;
}

.other-news .h3{
    font-size: 16px;
    margin: 10px 0;
}
.other-news h4{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.block_tophits .thumb{
    position: relative;
    max-height: 80px;
    overflow: hidden;
    display: inline-block;
    float: left;
}
/*content*/
.content label{
    font-weight: 400
}
.content h3 {
    color: #1260ab;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    border-bottom: 1px solid #1260ab;
    font: 17px 'OswaldVNF', Tahoma;
}
.content table tr:first-child{
    display: none;
}
.contact h3{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}
.contact ul{
    padding-left: 20px;
}
.contact ul li{
    margin-bottom: 5px;
    list-style: circle;
}
@media (max-width:767px){
    .newscenter .info-box{
        position: relative;
        margin-bottom: 10px;
    }
    .newscenter .info-box h3{
        max-height: 48px;
        overflow: hidden;
    }
    .box-large{
        margin-bottom: 10px;
    }
    .viewpage img{
        margin: 0 0 10px 0;
        width: 100%;
    }
}