.article-page #hero-category {
    margin-top: 70px;
    margin-bottom: 17px;
}

.article-page #hero-category .category-info {
    padding: 50px;
    position: relative;
}

.article-page .page-content.no-header-image {
    padding-top: 70px;
}

.article-page .page-content .brad {
    margin-bottom: 23px;
}

.article-content {
    margin-bottom: 50px;
    padding-left: 40px;
}

.post_date {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .article-page .page-content.no-header-image {
        padding-top: 80px;
    }
}

@media (min-width: 1200px) {
.article-content {
    padding-left: 40px;
}

}
.article-main-title {
    margin-bottom: 33px;
}

.article-main-title.no-main-image {
    margin-bottom: 0;
}

.article-page .page-content .post-title {
    font-size: 44px;
    line-height: 65px;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .article-page .page-content .post-title {
        font-size: 28px;
        line-height: 41px;
    }
}

.article-main-image {
    margin-bottom: 30px;
}

.article-page .post-html p,
.article-page .post-html span,
.article-page .post-html li {
    font-size: 18px;
    line-height: 27px;
}

.article-page .post-html {
    font-size: 18px;
    line-height: 27px;
}

.article-page .post-html h2,
.article-page .post-html h3 {
    padding: 20px 0;
}

.post-html p {
    margin-bottom: 10px;
}

.article-page .post-html img {
    max-width: 100%;
    border: 1px solid #f0f0f0;
    padding: 2px;
    display: block;
}

.article-page .box-title .title {
    font-size: 28px;
    line-height: 41px;
    margin-top: 0;
}

.business-writer {
    font-size: 16px;
    padding-top: 4px;
    margin-top: 24px;
}

.business-writer .writer-title {
    font-size: 16px;
    padding-bottom: 4px;
    padding-top: 4px;
    color: #222;
    font-weight: bold;
}

/*.business-writer .thumb {*/
/*border :1px solid #f0f0f0;*/
/*padding:2px;*/
/*width:84px;*/
/*height:84px;*/
/*cursor: pointer;*/
/*}*/

.business-writer .writer-link {
    font-size: 20px;
    padding-bottom: 4px;
}

.business-writer .writer-text {
    font-size: 16px;
    color: #222;
}

.article-page .category-post .content-wrapper .business-title {
    margin-bottom: 20px;
}

#hero-category {
    position: relative;
}

#hero-category .main-title {
    color: #fff;
}

#hero-category .post_date {
    color: #fff;
    font-weight: 600;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

/*Articles*/
.articles {
    margin: 55px 0;
}

.articles .box-title h2 {
    font-size: 28px;
    line-height: 41px;
}

.articles-section .articles-titles {
    margin-bottom: 20px;
}

.articles-section {
    overflow: hidden;
}

.related-article {
    margin-bottom: 35px;
    border: 1px solid #efefef;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.related-article .image-wrap {
    position: relative;
    height: 152px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.related-article .image-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.related-article:hover .image-wrap:after {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.related-article .image-wrap img {
    width: 100%;
    max-width: 1000px;
}

.articles .article .image-wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.related-article .text-wrap {
    border-top: 1px solid #efefef;
    background: #fff;
    padding: 12px 17px;
}

.related-article .text-wrap .title {
    height: 40px;
    overflow: hidden;
}

.related-article .title a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #25262d;
}

.related-article .desc {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

/*end of Articles*/

/* -----------------------------------------------------------------------------------

Iframe - Promoted Article In Hompage
___________

----------------------------------------------------------------------------------- */
.homepage header {
    display: none;
}

.homepage #wpadminbar {
    display: none;
}

.homepage #main,
.homepage.article-page .page-content {
    background: none;
    padding: 0;
}

.homepage #footer_form,
.homepage .footer {
    display: none;
}

