@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	font-family: IRANSans;
	font-weight: 300;
	font-size: 12px;
	background-color: #F4F7F6;
}
.clear {
	clear: both;
}
.wrapper {
	width: 1280px;
	margin: 0 auto;
}
.hl_head {
	background-color: #fff;
}
.hl_logo {
	width: 20%;
	float: left;
	padding: 8px 0;
}
.hl_logo img {
	width: 200px;
	height: 50px;
}
.hl_logo a {
	display: flex;
}
.hl_headCont_c1, .hl_headCont_c2 {
	float: right;
	width: 300px;
	padding: 11px 0;
}
.hl_headCont_c1:before {
	content: "\f2a0";
	font-family: FontAwesome;
	float: right;
	font-size: 26px;
	margin-left: 15px;
	color: #fff;
	background-color: #00BAC8;
	padding: 7px 11px;
	border-radius: 35px;
}
.hl_headCont_c2:before {
	content: "\f0e0";
	font-family: FontAwesome;
	float: right;
	font-size: 26px;
	margin-left: 15px;
	color: #fff;
	background-color: #00BAC8;
	padding: 7px 8px;
	border-radius: 35px;
}
.hl_topMenu, .hl_headCont {
	float: right;
	width: 80%;
	direction: rtl;
}
.hl_topMenu ul {
	list-style: none;
}
.hl_topMenu ul li a {
	float: right;
	margin-left: 25px;
	line-height: 45px;
	color: #333;
	position: relative;
}
.hl_headCont_lab {
	float: right;
	width: 170px;
}
.hl_headCont_val {
	float: right;
}
.hl_headCont_val span {
	direction: ltr;
	display: inline-block;
}
.hl_headerBar {
	background-color: #fff;
	border-top: 1px solid #F4F7F6;
}
.hl_topSearch {
	float: left;
	width: 20%;
	padding-top: 7px;
}
.hl_topSearch input {
	border: 1px solid #eee;
	font: 300 12px IRANSans, Tahoma;
	padding: 4px 15px;
	direction: rtl;
	border-radius: 30px;
	width: 100%;
	box-sizing: border-box;
}
.hl_topSearchDiv {
	position: relative;
	width: 150px;
}
.hl_topSearch button {
	position: absolute;
	left: 0;
	border: none;
	height: 100%;
	padding: 0 7px;
	font-size: 15px;
	color: #5B2E7C;
	background-color: #eee;
	cursor: pointer;
	border-radius: 30px;
	transition: all 0.2s;
	top: 0;
}
.hl_topSearch button:hover {
	background-color: #ddd;
}
.hl_mapPath {
	direction: rtl;
	padding: 4px 0px 4px;
	float: right;
}
.hl_mapPath ul li {
	float: right;
	list-style: none;
	padding: 0 15px 0 0;
	color: #7E7E7E;
}
.hl_mapPath ul li:after {
	content: "";
	float: left;
	height: 5px;
	width: 1px;
	background-color: #bbb;
	margin: 9px 15px 0 0;
}
.hl_mapPath ul li:first-child {
	padding-right: 0;
}
.hl_mapPath ul li:last-child:after {
	display: none;
}
.hl_mapPath ul li a {
	color: #333;
}
.hl_mapPath ul li a:hover {
	color: tomato;
}
.hl_topMenu ul li a:hover {
	color: #00BAC8;
}
.hl_topMenu ul li a:before {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.2s;
	background-color: #00BAC8;
}
.hl_topMenu ul li a:hover:before {
	height: 3px;
}
.hl_theadBar {
	margin: 10px 0;
	display: none;
}
.hl_treeBr_right {
	background-color: #fff;
	float: right;
	width: 25%;
	padding: 15px;
	overflow: auto;
	box-sizing: border-box;
}
.hl_cont_left {
	background-color: #fff;
	float: left;
	width: 74%;
	padding: 15px;
	box-sizing: border-box;
}
.hl_co_footer_date, .hl_co_footer_visited {
	font-size: 10px;
	color: #737373;
	width: 100%;
	direction: rtl;
}
.hl_co_footer_date i, .hl_co_footer_visited i {
	margin-left: 5px;
}
.hl_co_footer_date span {
	margin-right: 15px;
}
.hl_co_head_title {
	direction: rtl;
	float: right;
	width: 70%;
}
.hl_co_head_title i {
	font-size: 15px;
	margin-left: 7px;
	color: #aaa;
}
.hl_co_head_title h1 {
	font-size: 14px;
	display: inline-block;
}
.hl_co_head_ic {
	display: inline-block;
	font-size: 15px;
	width: 25px;
	height: 25px;
	color: #fff;
	background-color: #00BAC8;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	transition: all 0.2s;
}
.hl_co_head_ic:hover {
	background-color: #008F9A;
}
.hl_co_head {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.hl_co_context {
	direction: rtl;
}
.hl_co_context img{
	max-width: 1300px;
	margin: 20px auto;
	display: flex;
}
.hl_co_context ol{
	list-style-position: inside;
}
.hl_co_context ol ol{
	margin-right: 20px;
}
.hl_co_footer {
	margin-top: 7px;
	padding-top: 7px;
}
.hl_footer {
	background-color: #444;
	color: #a3a3a3;
	padding: 35px 0;
	margin-top: 20px;
}
.hl_footer_follow {
	float: left;
}
.hl_footer_follow a {
	display: inline-block;
	font-size: 23px;
	margin-left: 15px;
	color: #a3a3a3;
}
.hl_footer_menu {
	float: right;
	direction: rtl;
}
.hl_footer_menu ul {
	list-style: none;
}
.hl_footer_menu ul li {
	display: inline-block;
}
.hl_footer_menu ul li a {
	float: right;
	color: #a3a3a3;
	margin-left: 15px;
}
.hl_footer_row1 {
	border-bottom: 1px solid #646464;
	padding-bottom: 20px;
	line-height: 16px;
}
.hl_footer_row2 {
	padding-top: 20px;
	border-bottom: none;
}
.hl_footer_tel {
	float: right;
	direction: rtl;
	width: 60%;
}
.hl_footer_tel span {
	margin-left: 15px;
	display: inline-block;
}
.hl_footer_tel span.cel-2 {
	direction: ltr;
}
.hl_footer_fo {
	float: left;
	width: 40%;
}
.hl_footer_tx {
	max-width: 580px;
	margin-top: 20px;
}
.hl_content {
	margin-top: 15px;
}
.hl_topMenu_device {
	display: none;
}
.mejs__overlay-button {
	background-image: url(../Images/mejs-controls.svg) !important;
}
.mejs__overlay-loading-bg-img {
	background-image: url(../Images/mejs-controls.svg) !important;
}
.mejs__button > button {
	background-image: url(../Images/mejs-controls.svg) !important;
}
.hl_videotitle {
	direction: rtl;
	font: 600 14px IRANSans, Tahoma;
	margin-top: 20px;
}
/* ------------------------------------------------ style */
.HeaderHelp,.HeaderHelp-number1,.HeaderHelp-number2 {
	background-color: #eee;
	border-radius: 5px 0 0 5px;
	color: #333;
	display: inline-block;
	line-height: 27px;
	margin: 20px 0 5px;
	padding: 0 0 0 10px;
	text-align: right;
	margin-right: 5px;
}
.HeaderHelp:before,.HeaderHelp-number1:before,.HeaderHelp-number2:before {
	content: "";
	font-family: FontAwesome;
	background-color: #00BAC8;
	line-height: 27px;
	padding: 0 5px;
	color: #fff;
	float: right;
	margin-left: 10px;
	border-radius: 0 5px 5px 0;
	margin-right: -5px;
}
.HeaderHelp-number1:before{
	background-color: #78C800;
	content: "";
}
.HeaderHelp-number2:before{
	background-color: #C8A100;
	content: "";
}
#HeaderHelp2 {
	background-color: #e8e8e8;
	color: #f80000;
	width: 100%;
	text-align: center;
	min-height: 30px;
	vertical-align: middle;
	box-sizing: border-box;
}
#HeaderHelp2:before {
	display: none !important;
}
#HeaderHelp3 {
	background-color: #4682b4;
	color: #ffff00;
	width: 100%;
	text-align: center;
	min-height: 30px;
	vertical-align: middle;
}
#HeaderHelp4 {
	background-color: #008080;
	color: #ffff00;
	width: 100%;
	text-align: center;
	min-height: 30px;
	vertical-align: middle;
}

/* ------------------------------------------------ */
@media screen and (min-width:991px) {
}

@media screen and (min-width:1200px) and (max-width:1350px) {
.wrapper {
	width: 1170px;
}
}

@media screen and (min-width:991px) and (max-width:1200px) {
.wrapper {
	width: 960px;
}
.hl_co_context img{
	max-width: 900px;
}
}

@media screen and (max-width:991px) {
.hl_co_context img{
	max-width: 900px;
}
.wrapper {
	width: 100%;
}
.hl_headCont_c1, .hl_headCont_c2 {
	display: none;
}
.hl_logo {
	width: auto;
	float: none;
	text-align: center;
}
.hl_logo a {
	display: inline-block;
}
.hl_theadBar {
	display: none;
}
.hl_topSearchDiv {
	margin-left: 20px;
}
.hl_topMenu ul {
	margin-right: 20px;
}
.hl_footer_row1, .hl_footer_row2 {
	padding-right: 20px;
	padding-left: 20px;
}
}

@media screen and (min-width:960px) and (max-width:991px) {
}

@media screen and (min-width:854px) and (max-width:960px) {
}

@media screen and (min-width:800px) and (max-width:854px) {
}

@media screen and (max-width:800px) {
.hl_co_context img{
	width: 100%;
	height: auto;
}
.hl_topMenu_device {
	display: inline-block;
	font-size: 28px;
	margin-right: 5px;
	color: #00BAC8;
	padding: 5px 15px 0;
}
.hl_topMenu {
	width: 100%;
	margin-top: -62px;
}
.hl_topSearch {
	width: 50%;
}
.hl_topMenu ul {
	display: none;
	margin: 0 20px;
}
.hl_topMenu ul li {
	width: 100%;
	float: right;
	box-sizing: border-box;
	text-align: center;
}
.hl_topMenu ul li a {
	display: block;
	float: none;
	margin: 0;
}
.hl_topMenu ul li {
	border-bottom: 1px solid #e9e9e9
}
.hl_topMenu ul li:last-child {
	border-bottom: none;
}
}

@media screen and (min-width:720px) and (max-width:800px) {
}

@media screen and (max-width:720px) {
.hl_treeBr_right {
	width: 100%;
	max-height: 190px;
	margin-bottom: 15px;
}
.hl_cont_left {
	width: 100%;
	padding: 20px;
}
.hl_footer_menu, .hl_co_head_title i {
	display: none;
}
.hl_footer_tel, .hl_footer_fo, .hl_footer_follow {
	width: 100%;
	text-align: center;
}
.hl_footer_tel span {
	width: 100%;
	margin: 0;
}
}

@media screen and (min-width:640px) and (max-width:720px) {
}

@media screen and (min-width:480px) and (max-width:640px) {
}

@media screen and (min-width:400px) and (max-width:480px) {
}

@media screen and (min-width:320px) and (max-width:400px) {
}

@media screen and (min-width:240px) and (max-width:320px) {
}
