.r_margin {
  margin-top: 1%;
}
.data-public{
  display: flex;
    justify-content: flex-end;
    width: 100%;
    color: green;
    padding: 10px;
    text-align: right;
}
    
.mc {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.containiar {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	width: 80%;
	margin: 5% auto;
  display: block;
}
.title{
	margin:3%; 
	text-align: center;
}
.title span{
	text-transform: uppercase;
	color: green;
	font-size: 200%;
	border-bottom: 1px solid orange;
}
.col_news{
	padding: 2% 10%;
}
.title_news{
	color: green;
	font-size: 140%;
}
.time_news{
	color: grey;
	font-size: 80%;
}
.text_news{
	padding: 0% 20% 0% 0%;
	color: #006600;
	word-wrap: break-word;	
}
.text_news{
  position: relative;
  width: 100% !important;
  height: auto !important;
}

#title_of_news_p{
  color: green;
  margin: 40px 0px;
}
.link_of_description{
  color: green;
  border-bottom: 1px solid orange;
}
.link_of_description:hover{
  text-decoration: none;
  cursor: pointer;
}
.post-meta{
  text-align: initial;
  margin: 0 15px 30px 0;
}
.link_style1{
  color: green;
}
.link_style2{
 
}
/*.post-meta span{
  float: left;
}*/
article{
text-align: center;
}
/*article img{
  width: 50%;
  margin: 0 auto;
  height: auto;
}*/
article h2{
  color: green;
}
article ul li{
  color: grey;
}

iframe{
  width: 100%;
  height: 500px;
}
/* ================================== news END ====================================*/
#zn-pagination .pagination{
  justify-content: center;
  margin: 30px auto;
}
#zn-pagination .page-item.active .page-link{
  background-color: #008000;
    border-color: #008000;
    color: white;
}
#zn-pagination .page-link {
    color: #008000;
}
.img-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}
.img-content img{
  width: 70%;
}