﻿/*===============Service List===============*/
.pt-main
{
	width: 100%;
}
.pt-body
{
	width: 100%;
}
.pg_list
{
	padding: 0px; direction: rtl;  position: relative; text-align: right; z-index: 1;
}
	.pg_list ul
	{
		list-style-type: none; margin: 0;
		font: bold 15px/26px IRANSans;
	}
		.pg_list ul li
		{
			border-right: 5px solid #df0024; color: #161939; padding: 3px 5px; margin-bottom: 3px;
			background-color: #dfdfdf;
		}
			.pg_list ul li:last-child
			{
				margin-bottom: 0;
			}
			.pg_list ul li a
			{
				display: block; text-decoration: none; color: #161939;
			}
				.pg_list ul li a:hover
				{
				}
/*===============NewsPaper===============*/
.np-main {
	width: 175px; font-family: IRANSans; background-color: #dfdfdf; border-right: 5px solid #161939;
}
.np-title
{
	width: 100%; height: 30px; background-color: #FAB400; color: #404042; text-align: right;
}
	.np-title i
	{
		float: right; font-size: 22px; line-height: 30px; padding-right: 10px;
	}
	.np-title span
	{
		padding-right: 5px; line-height: 30px; font-size: 16px; font-weight: 600;
	}
.np-body {
	width: 100%; margin: 10px 0; display: inline-block; text-align: center;
}
	.np-body img
	{
		width: 155px;
	}
/*===============Top News===============*/
.top-main
{
	width: 620px; height: 402px; background: #fff;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%; height: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
	.rslides img {
	  display: block;
	  float: left;
	  width: 100%!important;
	  border: 1px solid #ddd;
	  object-fit: cover;
	  transition: all 0.5s ease 0s;
	}
.slider li:hover img {
	filter: grayscale(100%);
	opacity: .8;
}
.slider li:hover a {
	color: #d32f2f;
}
.caption{
	width: 600px;
	position: absolute;
	bottom: 0%;
	left: 0%;
	background-color: rgba(0, 0, 0, 0.35);
	padding: 15px 10px 15px 10px;
	direction: rtl;
    text-align: right;
	font-family: IRANSans;
}
.caption h3{
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
	text-transform: uppercase;
}
.caption p{
	color: #FFF;
	line-height: 1.5em;
	font-size: 0.875em;
	text-align: center;
	margin:1em 0 1.5em 0;
}
a.morebtn{
	background:#3D3D3D;
	padding:0.8em 0;
	display:block;
	font-size:0.875em;
	text-transform:uppercase;
	color:#FFF;
	width:20%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: 2px solid #747474;
}
.callbacks_here a:after{
	border: 2px solid #FFF;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
	display:none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
 }
 .caption a {
    color: #fff; font-weight: 600;
    font-size: 1.5em;
    text-decoration: none;
}
/*===============Box Header===============*/
section.news-container {
    margin-bottom: 30px; font-family: IRANSans;
}
section.news-container header {
    background: #cacaca url('/images/header-pattern.png') repeat scroll 0 0;
    margin-bottom: 10px;
    overflow: hidden;
}
section.news-container header .title {
    background: #ffffff none repeat scroll 0 0;
    float: right;
    font-weight: bold;
    line-height: 1.13em;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 19px;
    color: #e84c3d;
}
/*===============Selected News===============*/
.pull-right {
    float: right;
}
.contentCol {
    margin-bottom: 20px
}
	.contentCol .imageHolder {
		width: 200px; height: 130px;
	}
		.contentCol .imageHolder img
		{
			width: 100%!important; height: 100%!important; object-fit: cover;
		}
	.contentCol .titrBody
	{
		width: 410px; text-align: right;
	}
	.contentCol .news-top2 li {
		border: 1px solid #ddd;
		margin-bottom: 10px;
		background: #ffffff;
		display: -webkit-box;
		display: flow-root;
	}
	.contentCol .news-top2 li:last-child {
		margin-bottom: 0px;
	}
	.contentCol .news-top2 li h4 {
		  font-weight: 500;
		  line-height: 20px;
		  margin: 5px 0 4px;
	}
		.contentCol .news-top2 li h4 a {
			font-size: 17px!important;
			color: #000;
			font-size: 15px; font-weight: 600;
			text-decoration: none!important;
		}
		.contentCol .news-top2 li img {
			transition: all 0.5s ease 0s;
			width: 100%!important; height: 100%!important; object-fit:cover;
		}
	.contentCol .news-top2 li h5 {
		font-size: 13px;
		line-height: 20px;
		margin: 5px 0 4px;
	}
	.contentCol .news-top2 li:hover img {
		filter: grayscale(100%);
		opacity: .8;
	}
	.contentCol .news-top2 li:hover a {
		color: #d32f2f;
	}
	.contentCol .news-top2 .padding-right-none {
		padding-right: 0;
	}
	.contentCol .news-top2 .padding-none {
		padding: 0;
	}
/*===============Last News===============*/
ul.list
{
	list-style: none;
	text-align: right;
	direction: rtl;
}
ul.list li {
    font-size: 1.25em;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 20px;
}
	ul.list li a {
		color: #000;
		line-height: 22px;
		text-decoration: none;
	}
		ul.list li a:visited {
			color: #000;
		}
		ul.list li a:hover {
			color: #d32f2f;
		}
	ul.bullet li:before {
		content: "■ ";
		color: #000;
		font-size: 12px;
		margin-left: 4px;
		color: #d71920;
	}
/*===============Detail Page===============*/
.detail-main
{
	width: 620px; height: auto; background-color: #fff; display: inline-block;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	margin-top: 5px; display: table;
}
.detail-body
{
	width: 580px; height: auto; margin: 0 auto; padding: 10px 0;
}
	.detail-body .photo
	{
		width: 578px; height: 374px; border: 1px solid #161939;
	}
		.detail-body .photo img
		{
			width: 100%!important; height: 100%!important; object-fit: cover;
		}
	.detail-body .id-date
	{
		width: calc(100%-10px); padding: 0 5px; height: 30px; margin-top: 10px; background-color: #dfdfdf; font-family: IRANSans;
		text-align: right; direction: rtl; font-size: 18px; line-height: 30px;
	}
		.detail-body .id-date .print
		{
			    float: left; font-size: 24px; padding-top: 3px; cursor: pointer;
		}
	.detail-body .detail
	{
		margin: 10px 0; font-family: IRANSans; direction: rtl;
	}
		.detail-body .detail h1
		{
			color: #d71920; font-size: 24px; font-weight: bold;
		}
		.detail-body .detail h2
		{
			font-size: 16px;
		}
		.detail-body .detail h3
		{
			font-size: 14px;
		}
		.detail-body .detail div.nb
		{
			font-size: 120%; text-align: justify;
		}
.detail-comment
{

}