main {
    /*background-color: #f5a623;*/
}
.bg-blog-title {
    width: 100%;
    background-position: center;
    display: inline-block;
    text-align: center;
    margin: 35px 0 25px
}

.bg-blog-title h2,.bg-blog-title h1 {
    text-transform: uppercase;
    padding: 0 45px;
    line-height: 65px;
    height: 65px;
    font-size: 24px;
    position: relative;
    border: 0;
    margin: 0
}

.header-blog .info-title {
    font-size: 16px;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 500
}

#blog .bg-blog-title {
    margin: 15px 0 50px
}

#blog .blog-item img {
    width: 100%
}

#blog .blog-item {
    margin-bottom: 17px
}

#blog .blog-col-left .blog-item .blog-img {
    border: 1px solid rgba(224,224,224,.2)
}

#blog .blog-col-left .blog-item .blog-detail {
    padding: 10px;
    background: rgba(224,224,224,.3)
}

#blog .blog-col-left .blog-item .blog-detail h3 {
    line-height: 20px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    margin: 10px 0
}

#blog .blog-col-left .blog-item .blog-detail h3 a {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap
}

#blog .blog-col-right .blog-item .blog-img {
    float: left;
    width: 30%;
    margin-right: 15px;
    overflow: hidden
}

#blog .blog-col-right .blog-item .blog-detail {
    float: left;
    width: calc(100% - 35%);
    margin: auto
}

#blog.blog-tuyendung .blog-col-right .blog-item .blog-detail {
    float: none!important;
    width: calc(100% - 35%);
    margin: auto
}

#blog .blog-col-right .blog-item .blog-detail h3 {
    font-size: 14px;
    font-weight: 600;
}

#blog .viewmore-blog {
    font-size: 14px;
    background: #fff;
    border-top: 1px dotted rgba(37,42,43,.1);
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    padding: 14px 35px;
    line-height: 22px;
    width: 100%;
    text-align: center
}

#blog .section-blog {
    margin-bottom: 40px
}

#blog .section-blog .title {
    margin: 0 0 40px;
    text-align: center;
    line-height: 24px;
    position: relative
}

#blog .section-blog .title h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 30px;
    display: inline-block;
    position: relative;
    top: 0;
    background-color: #f5a623
}

#blog .section-blog .title:before {
    background: #000;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 12px
}

.bg-blog-title h1{
    color: #fff;
}

#blog .section-blog .title h2:before,#blog .section-blog .title h2:after {
    top: 5px
}

#blog .section-blog .title h2:before {
    margin-left: -1px
}

#blog .section-blog .title h2:after {
    margin-right: -1px
}

#blog .section-blog .title .button-viewmore a {
    border-bottom: 1px dotted #000
}

#blog .news-item .news-img {
    width: 43.66%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden
}

#blog .news-item .news-img img,#blog .blog-col-right .blog-item img {
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#blog .news-item:hover .news-img img,#blog .blog-col-right .blog-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

#blog .news-item {
    padding-bottom: 20px
}

#blog .news-item .news-detail {
    width: 55.34%;
    float: left;
    position: relative;
    left: 0;
    overflow: hidden;
    padding: 0 10px
}

#blog .news-item .news-title {
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
    position: relative;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 13px
}

#blog .news-item .news-meta {
    margin-bottom: 15px
}

#blog .news-item .news-meta ul li {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px
}

#blog .news-item .news-meta ul li:last-child {
    position: relative;
    top: 2px
}

#blog .news-item .news-meta ul li span {
    padding-right: 15px;
    position: relative
}

#blog .news-item .news-meta ul li span:after {
    content: "•";
    display: block;
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 15px;
    line-height: 15px;
}

#blog .news-item .news-meta ul li:last-child span:after {
    content: none
}

#blog .news-item .news-content {
    font-style: italic
}

#blog .news-list-style .col-md-6:nth-of-type(2n+1) {
    clear: both
}

@media (max-width: 991px) {
    #blog .news-item .news-img {
        width: 100%
    }

    #blog .news-item .news-detail {
        width: 100%;
        text-align: center
    }

    .viewmore-blog {
        text-align: center
    }
}

#blog a:hover,
#blog a,
#blog p,
#blog span,
#blog time,
#article a:hover,
#article a,
#article p,
#article span,
#article time {
    color: #000;
}

.news-main-color {
    background-color: #FFFCF3 !important;
}

.paginator a, .paginator span {
    display: inline-block;
    margin: 15px 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    opacity: .4;
}

.paginator .totalPages, .paginator .labelPages, .paginator .titlePages {
    display: none;
}

.paginator span.currentPage {
    opacity: 1;
}

.paginator {
    text-align: center;
}

/*article*/
.article-title {
    text-align: center;
    padding: 20px 0
}

.article-title h1 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    white-space: normal;
    vertical-align: middle;
    margin: 0;
    color: #000;
}

.article-title .meta-info {
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    color: #000
}

.article-title .meta-info:after,.article-title .meta-info:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    /*background: #e3e3e3;*/
    top: 12px
}

.article-title .meta-info:before {
    right: calc(100% + 10px)
}

.article-title .meta-info:after {
    left: calc(100% + 10px)
}

.article-title .meta-info .date {
    padding-right: 10px;
    position: relative
}

.article-title .meta-info .date:after {
    content: "•";
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    font-size: 16px;
    line-height: 16px;
    color: #fff
}

.article-img {
    margin-bottom: 20px;
    text-align: center
}

.news-latest {
    border: 1px solid #eaeaea;
    padding: 30px 30px 20px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(234,234,234,.5);
    -moz-box-shadow: 0px 1px 0px 0px rgba(234,234,234,.5);
    box-shadow: 0px 1px 0px 0px rgba(234,234,234,.5)
}

.news-latest .sidebarblog-title {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px
}

.news-latest h2 {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #000;
}

.item-article {
    margin-bottom: 10px
}

.item-article .post-content h3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin: 5px 0;
    font-style: normal;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.item-article .post-image {
    overflow: hidden
}

.item-article .post-image img {
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.item-article:hover .post-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.item-article .post-content span {
    color: #fff;
    font-size: 12px
}

.item-article .post-content .date a {
    color: #666;
    padding-right: 10px;
    position: relative
}

.item-article .post-content .date a:after {
    content: "•";
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    font-size: 16px;
    line-height: 16px
}

.meta-tags .tags-title {
    font-weight: 500
}

.meta-tags a.tag {
    opacity: .8;
    font-style: italic;
    font-size: 13px
}

.meta-tags a.tag:after {
    content: ",";
    margin: 1px
}

.post-navigation {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 600
}

.post-navigation a {
    color: #fff
}

.post-navigation .right {
    float: right
}

.post-navigation .left {
    float: left
}

.article-pages,.meta-tags,.article-comment .comment_form,.post-navigation {
    margin-bottom: 40px
}

.article-pages * {
    max-width: 100%!important
}

.article-pages ul {
    list-style: initial;
    padding-left: 20px
}

.article-pages ol {
    list-style-type: decimal;
    padding-left: 20px
}

.article-pages ul ul {
    list-style-type: circle
}

.article-pages ul ul ul {
    list-style-type: square
}

.article-pages * img {
    margin: auto
}

.article-comment .title-bl h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px
}

.article-comment .title-bl h2 a,.article-comment .title-bl h2 a:hover,.article-comment .title-bl h2 a:focus {
    color: #fff
}

.article-comment .title-bl h2:after {
    content: "";
    display: block;
    margin-top: 25px;
    width: 30px;
    height: 3px;
    /*background: #000*/
}

.article-comment .comment_form .form-group input,.article-comment .comment_form .form-group textarea {
    box-shadow: none;
    /*background: #ededed;*/
    color: #fff;
    border: 0;
    border-radius: 0
}

.article-comment .comment_form .form-group input {
    padding: 0 20px;
    height: 55px
}

.article-comment .comment_form .form-group textarea {
    padding: 20px;
    resize: none
}

.article-comment .comment_form button.btn-rb {
    border: 0;
    height: 55px;
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px
}

.article-comment .comment_form button.btn-rb:hover {
    background: #fff
}

#article h3.author {
    font-size: 13px;
    font-style: normal;
    text-transform: capitalize
}