

.article-text__review{
    height: 68px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top:15px;
    font-size: 12px !important;
    /*line-height: 1.5;*/
    text-align: justify;
}

/*.article-text__review p{*/
/*    font-size: 12px !important;*/
/*    line-height: 1.7;*/
/*    text-align: justify;*/
/*}*/

.article-text__heading-index{
    padding-top:15px;
}

.article-text__heading{
    height: 45px;
    overflow: hidden;
}

.article-text__heading h2{
    font-size: 16px !important;
}

.text-section h1{
    font-size: 26px !important;
}

.text-section h2{
    font-size: 23px !important;
}

.text-section p{
    /*font-size: 14px !important;*/
}

/************ news **************/

/*
.current-background{
    background-color: #bbb;
    padding-top: 30px;
    padding-bottom: 30px;
}

.swiper-button-next-article{
    height: 70px;
    width: 40px;
    background-color: rgba(256,256,256,0.9);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 10px 0px 0px 10px;
    top: 35%;
    right: 0;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev-article{
    height: 70px;
    width: 40px;
    background-color: rgba(256,256,256,0.9);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 0px 10px 10px 0px;
    top: 35%;
    left: 0;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-section__index {
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
}

.article-text__caption h3 {
    font-size: 18px !important;
}

.article-text__caption p {
    font-size: 14px !important;
    line-height: 2;
}
*/

/*
.article-image img {
    border-radius: 5px 5px 0px 0px;
    -webkit-filter: grayscale(65%);
    filter: grayscale(65%);
}
*/



.time-view {
    font-size: 10px;
    margin-top:20px;
}

/********************************************/

.writer-image{
    height: 90px;
    width: 90px;
    margin: auto;
    border-radius: 100%;
}

.writer-image img{
    height: 100%;
    width: 100%;
    border-radius: 100%;
      -webkit-filter: grayscale(65%);
    filter: grayscale(65%);
}

.writer-image img:hover{
      -webkit-filter: none;
    filter: none;
}

.writer-heading{
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

/********** blog ****************/


.filter-checkbox li {
    margin-right: -15px;
    margin-top: 10px;
    font-size: 14px;
}

.filter-checkbox li > input {
    margin-left: 5px;
}

.article-section__blog {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.article-section__blog:hover {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .25);
}

.article-section__blog:hover .article-image__blog img {
    -webkit-filter: none;
    filter: none;
}

/*
.article-text__caption h2 {
    font-size: 16px !important;
}
*/

/*
.article-text__caption p {
    font-size: 13px !important;
    line-height: 2;
    text-align: justify;
    margin-top: -10px;
}
*/

.article-image__blog img {
    border-radius: 5px 5px 0px 0px;
    -webkit-filter: grayscale(65%);
    filter: grayscale(65%);
}

.article-text__blog {
    padding-top: 15px;
}

/********************************* single blog **********************/

.article-image__index {
    width: 100%;
    margin: auto;
    border: solid 1px #9e9e9e;
    border-radius: 5px;
    padding: 1px;
    overflow: hidden;
}

.article-image__index img {
    width: 100%;
    border-radius: 5px;
}

.article-image__gallary {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border: solid 1px #9e9e9e;
    border-radius: 5px;
    padding: 1px;
    overflow: hidden;

}

.article-image__gallary img {
    width: 100%;
    border-radius: 5px;
}

.article-information {
    margin-top: 30px;
}

.tag-section {
    margin-top: 15px;
}

.tag-item {
    border: solid 1px #57b846;
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 13px;
    margin: 15px;
    color: #57b846;
    display: inline-block;
}

.tag-item:hover {
    color: #eee;
    background-color: #57b846;
}


/*** side bar in single blog ***/


.side-news{
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 4px;
    display: block;
    cursor: pointer;
}

.side-news:hover{
    background-color: #eee;
}

.news-image{
    width: 70px;
    height: 70px;
    margin: auto;
    margin-top: 5px;
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}
.news-image img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.news-text{
    margin-right: 5px;
}

.news-heading{
    color: #57b846;
    margin-bottom: 5px;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
}

.news-paragraf{
    color: #616161;
    height: 40px;
    overflow: hidden;
    font-size:12px;
    line-height:1.6;
}

.news-time{
    height: 15px;
    overflow: hidden;
    color: #9e9e9e;
    font-size: 11px;
    margin-top:10px;
}

/******* comment article *******/

.comment-section_article{
    background-color: #fafafa;
    border-radius: 5px;
    padding: 15px;
    text-align: justify;
    margin-top: 15px;
    line-height: 2;
    border: solid 1px #eee;
}

.comment-article__image{
    margin: auto;
    width: 90px;
    height: 90px;
}
.comment-article__image img{
    width: 100%;
    height: 100%;
}

.comment-article__txt p{
    font-size: 13px !important;
    color: #616161;
}

.time-comment{
    font-size: 11px !important;
    text-align: left;
    color: #9e9e9e;
}

.submit-form input {
    background-color: #57b846 !important;
    color: #fff !important;
    cursor: pointer;
    border: none;
}

.submit-form input:hover {
    background-color: #359624 !important;
}

input::placeholder{
    font-size: 12px;
    opacity: 0.5;
}

/************* blog ****************/

.horizontal-line{
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

.h-line{
  display: inline-block;
}

.hl1{
  background-color: #57b846;
  height: 10px;
  width: 80px;
  border-radius: 20px;
}

.hl2{
  background-color: #666;
  height: 10px;
  width: 40px;
  border-radius: 20px;
}

.hl3{
  background-color: #248513;
  height: 10px;
  width: 20px;
  border-radius: 20px;
}

.hl4{
  background-color:#004400;
  height: 10px;
  width: 10px;
  border-radius: 20px;
}
