/* Large Article - Home Article */

#LargeArticle {
    margin-bottom: 65px;
}

#LargeArticle .img-box {
    margin-bottom: 20px;
}

#LargeArticle .img-box > img {
    margin: 0 auto;
}

#LargeArticle .article-date {
    font-size: 16px;
}

#LargeArticle > p {
    margin-bottom: 10px;
}

/* List Article */

#ListArticle > div {
    margin-bottom: 50px;
}

#ListArticle h4 {
    margin-bottom: 10px;
    margin-top: 0px;
}

#ListArticle .btn-more {
    margin-top: 15px;
}

@media (max-width: 767px) {
    #ListArticle h4 {
        font-size: 17px;
    }
}

/* Article Content */

#ArticleContent {
    border: 4px solid #f0f0f0;
    border-radius: 5px;
    padding: 25px 35px;
}

#ArticleContent .date-box > .social {
    text-align: right;
}

#ArticleContent > div.content {
    margin-bottom: 30px;
}

.xml-paging {
    border: 4px solid #f0f0f0;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    padding: 5px 0px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}

#ArticleContent > div.content img {
    margin: 15px 0px;
}

#ArticleContent > div.content p {
    margin-bottom:10px;
}
#ArticleContent > div.content p:last-child {
    margin-bottom:0px;
}
#ArticleContent .content-pagination {
    border-top: 4px solid #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin: 0;
}

#ArticleContent .content-pagination .btn-pagination {
    min-width: 15px;
}

#ArticleContent .comments {
    margin-top: 35px;    
}

#ArticleContent .comments > p {
    font-size: 20px;
    margin-bottom: 15px;
}

#ArticleContent .comments > p > img {
    margin-right: 10px;
}

@media (max-width: 767px) {
    #ArticleContent {
        border: none;
        padding: 25px 0px;
    }
}

/*
    Article Category
*/

#ArticleCategories {
    border: 4px solid #f0f0f0;
    padding: 0px 25px 25px;
    margin-top:25px;
}

#ArticleCategories .row > div {
    min-height: 140px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#ArticleCategories .row > div > .image > img {
    width: 100%;
}

#ArticleCategories .row > div > a .title {
    color: #FFFFFF;
    text-align: center;
    font-family: 'Kreon', serif;
    font-size: 18px;
    background: -webkit-linear-gradient(#3875ac, #1c62a0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3875ac, #1c62a0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3875ac, #1c62a0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3875ac, #1c62a0); /* Standard syntax */
    padding: 6px 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{margin:auto;}

#ArticleContent > div.content table{
    text-align:center;
    border-right:1px solid #C4DEEE;
    border-bottom:1px solid #C4DEEE;
    border-collapse:collapse;
}


#ArticleContent > div.content table tr td {
    padding: 5px;
    border-left: 1px solid #C4DEEE;
    border-top: 1px solid #C4DEEE;
    text-align: center;
}