.title-page {
    background-image: url('../images/news/news.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.title-page h3 {
    text-align: center;
    color: #fff;
    margin: 0;
    padding-top: 60px;
}

#bg-color {
    background-color: #0b2e13c2;
    padding: 200px 0;
}

.news_page {
    text-align: right;
    position: relative;
    padding-top: 50px;
}

.news_page .img-news {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.news_page .img-news img {
    width: 100%;
    height: 100%;
}

.news_page .img-news:hover img {
    transform: scale(1.5);
}

.news_page .info-news {}

.news_page .info-news h3 {
    text-align: center;
    font-weight: bold;
    color: #444544;
}

.news_page .date_new {
    width: auto;
    float: left;
    text-align: center;
    margin: 20px 0;
    background-color: #ffffff;
    padding: 15px 0;
    position: relative;
    left: 0px;
    transform: rotate(0deg);
    top: 8%;
    border-radius: 0;
}

.news_page .date_new i {
    font-size: 20px;
    height: 25px;
    vertical-align: middle;
    color: #444544;
    font-weight: bold;
    margin-left: 10px;
}

.news_page .info-news p {
    clear: both;
}

.bg-color {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.editor-area-text {
    font-family: 'Cairo', sans-serif !important;
    color: #fff;
    background-color: #444544;
    padding: 30px 15px 15px 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.editor-area-text p {
    position: relative;
    z-index: 1;
}

.editor-area-text:after {
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    width: 200px;
    height: 200px;
    background: #C6A779;
    border-radius: 100%;
    opacity: 0.7;
}

.editor-area-text p {}

.editor-area-text ul,
.editor-area-text ol {
    color: #00481a;
}

.editor-area-text ul li,
.editor-area-text ol li {
    font-size: 14px;
    margin: 8px 0;
}

.editor-area-text ul li a,
.editor-area-text ol li a {
    font-weight: bold;
}

.share_icons {
    position: relative;
    top: 0;
    right: 0px;
}

.share_icons a {
    display: inline-block;
    /* margin-right: 10px; */
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: #fff;
    /* box-shadow: 0px 0px 5px #ccc; */
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    border: 1px solid #ccc;
    margin: 5px 0px 10px 10px;
    padding: 0;
    color: #444544;
}

.share_icons a:hover {
    background-color: #444544;
    color: #fff;
    transform: rotate(360deg);
}

.share_icons.ssk-group.ssk-count a:before {
    display: none;
}

.ssk-count .ssk-num {
    display: none
}

.comments-area h3 {}

.comments-area h3 i {}

.comments-area {}

.comments-area .comment-item {
    padding: 30px;
}

.comments-area .comment-item .img-comment {}

.comments-area .comment-item .img-comment img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.comments-area .comment-item .msg-comment {
    background-color: #ececec;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.comments-area .comment-item .msg-comment:before {
    position: absolute;
    content: '';
    border-left: 20px solid #ececec;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: -12px;
    z-index: -1;
}

.comments-area .comment-item .msg-comment:hover:before {
    border-left: 20px solid #e0e0e0;
}

.comments-area .comment-item .msg-comment:hover {
    background-color: #e0e0e0;
}

.comments-area .comment-item .msg-comment p {}

.comments-area .comment-item .msg-comment h4 {
    float: right;
    color: #444544;
    font-size: 18px;
    font-weight: bold;
}

.comments-area .comment-item .msg-comment small {
    font-size: 12px;
    float: left;
    margin-top: 5px;
    color: #808080;
}

.comment-form {
    padding: 30px 200px;
    text-align: right;
}

.comment-form form {}

.comment-form form input {}

.comment-form form button {
    margin: 0;
}

@media (max-width: 768px) {
    .comment-form {
        padding: 0;
        text-align: right;
    }
    .comments-area .comment-item {
        padding: 0;
    }
    .comments-area .comment-item .img-comment {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .comments-area .comment-item .img-comment img {
        margin: 0 auto;
    }
    .comments-area .comment-item .msg-comment:before {
        right: inherit;
        z-index: -1;
        left: 42%;
        top: -16px;
        transform: rotate(179deg);
        margin: 0 auto;
    }
    .comments-area .comment-item .msg-comment {
        margin-bottom: 30px;
    }
    .share_icons {
        position: absolute;
        top: -3%;
        right: 0;
    }
    .share_icons a {
        display: inline-block;
    }
    .news_page .date_new {
        display: none;
    }
    .news_page .img-news {
        height: auto;
    }
}