/**
post
 */
.container-item{
    /*box-shadow: 1px 3px 5px #70836f;*/
    border: var(--boder-box);
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.container-item h2{
    font-size: 1.3rem;
    color: #0b2e13;
}
.container-item .meta{
    font-size: 0.8rem;
    font-style: italic;
    color: #666e67;
}
.first-post>img{
    margin-top: 5px;
    width: 40%;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}
.first-post:hover img{
    filter: brightness(0.9);
    transition: .7s;
    transform: scale(1.02);
    object-fit: cover;
}
.first-post .first-post-content:hover {
    text-decoration: none;
    cursor: pointer;
}
.first-post:hover h2{
    color: #238798;
}
.first-post ul{
    margin-bottom: 5px;
}
.first-post.no-news{
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: var(--boder-box);
}
.first-post .file-attack{
    font-size: 1.0rem;
    font-style: italic;
    padding-top: 10px;
}
.first-post .file-attack:hover{
    color: #d03131;
    text-decoration: none;
}
.post-content-detail img{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    padding: 5px;
}
.post-content-detail p{
    margin-bottom: 10px;
}
.post-content-detail > * {
    text-transform: none !important;
    font-size: 1.0rem !important;
    font-weight: normal !important;
    color: black !important;
    text-align: justify !important;
    line-height: 1.8 !important;
}

.post-content-detail .table {
    text-align: center;
    overflow-x: auto;
}

.post-content-detail table {
    margin-left: auto;
    margin-right: auto;
}

.post-content-detail table td {
    padding: 5px;
    word-wrap: break-word;
    vertical-align: middle;
}

.post-content-detail table > * {
    text-transform: none !important;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    text-align: justify !important;
    line-height: 1.2 !important;
}

.post-content-detail table img {
    width: auto !important;
}

.post-content-detail strong {
    font-weight: 500;
}

.post-content-detail p:not(:first-child) {
    padding: 5px 0;
}
.box-post{
    padding: 10px 0 2px 0;
    cursor: pointer;
    margin: 5px 0;
}
.box-post:nth-child(odd){
    padding-right: 10px;
    transition: .5s;
}
.box-post:nth-child(even){
    padding-right: 10px;
    transition: .5s;
}
.box-post h2{
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 1.1rem;
}
.box-post:hover h2{
    color: #238798;
}
.container-item p{
    text-transform: none;
    text-align: justify!important;
    font-weight: normal!important;
    color: #1b1e21!important;
    font-size: 15px!important;
    margin-bottom: 0!important;
}
.container-item p strong{
    font-weight: normal;
}
.box-post img{
    width: 100px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border: 1px solid #f6f2e7;
}
.box-post:hover img{
    filter: brightness(0.9);
    transition: .7s;
    transform: scale(1.05);
    object-fit: cover;
}
.box-post .box-post-detail p{
    padding-top: 5px;
}
.pagination{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    border-radius: 0;
    padding: 5px;
    justify-content: flex-end;
    background-color: rgba(245, 246, 235, 0.73);
}
.pagination .page-link{
    padding: 5px 10px;
    font-size: 16px;
    font-weight: normal;
    border: none;
}
.page-item.active .page-link{
    background-color: #aed6dc;
    border: none;
    color: black;
}
