﻿/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.newscenter{
    position: relative;
    margin-bottom: 15px;
}
.newscenter .img-box{
    position: relative;
    max-height: 320px;
    overflow: hidden;
}

.newscenter h3{
    padding: 10px 0 6px;
    font-size: 18px;
    font-weight: 500;
}
.othernews {
    padding: 4px 8px 5px 8px !important;
    margin: 0px;
    max-height: 460px;
    background: #f5f8fb;
    list-style: none;
    clear: both;
}

.othernews li {
    padding: 6px 5px 6px 15px;
    position: relative;
    background: url(../images/bullet.png) no-repeat left;
    border-bottom: 1px dotted #e2e2e3;
}

.othernews li:last-child{
    border-bottom: none;
}

.othernews li span{
    font-style: italic;
    font-size: 13px;
}

.main-cat-box{
    position: relative;
    margin-bottom: 20px;
}

.main-cat-box hgroup{
    display: flex;
    align-items: center;
    background-color: #1062bb;
    border-top: 2px solid #22af42;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
}

.main-cat-box hgroup ul{
    margin: 0 0 0 auto;
    padding: 0;
}

.main-cat-box hgroup ul li{
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}

.main-cat-box h2{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 99;
}

.main-cat-box h2 img{
    height: 22px;
    margin-right: 15px;
}


.main-cat-box hgroup a{
    color: #fff;
}

.box-large .box-thumb{
    position: relative;
    border-radius: 6px;
    max-height: 236px;
    overflow: hidden;
}

.box-large .box-thumb img{
    width: 100%;
}

.box-large h3{
    font-size: 19px;
    color: #222;
    line-height: 30px;
    font-weight: 500;
    margin: 8px 0 6px;
}

.box-large p {
    color: #666;
    font-size: 15px;
}

.post-meta{
    margin: 5px 0px 10px 0px;
}

.post-meta span{
    display: inline-block;
    margin-right: 10px;
    color: #707070;
    font-size: 15px;
    line-height: 20px;
    padding: 0px 4px 0px 0px;
}

.post-meta span > i {
    margin-right: 5px;
}

.post-meta span:last-child{
    margin-right: 0;
}

.related{
    margin: 0;
    padding: 0;
}

.related li{
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.related li:first-child{
    padding-top: 0;
}

.related li:last-child{
    border: none;
}

.related .post-thumbnail{
    margin-left: 5px;
    max-height: 70px;
}

.related img{
    max-width: 110px;
    height: auto;
}

.related h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.related p {
    color: #666;
    font-size: 15px;
}

.viewcatpage-item{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.viewcatpage-item .post-thumbnail{
    max-width: 280px;
    max-height: 200px;
    margin-right: 10px;
}

.viewcatpage-item h2,
.viewcatpage-item h3{
    font-size: 18px;
    font-weight: 500;
}
