*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	padding:0;
	margin:0;
	float:left;
	width:100%;
    font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	line-height:18px;
	color:#333;
	background-color:#ffffff;
	text-align: left;
}

.tran_all{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.section-top-shadow {
	-webkit-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px -5px 8px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px -5px 8px 0px rgba(0, 0, 0, 0.25);

}
.section-bottom-shadow {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.section-both-shadow {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 0px 5px 1px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}


/********* top header  *******

.header_box {
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}

.top_left_menu {
	float:left;
}
.top_left_menu ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

.top_left_menu ul li{
	float:left;
	color:#000;
	font-weight:300;
	font-size:14px;
	margin-right:15px;
}

.top_left_menu ul li i{
    margin-right:3px;	
}
*/



/********* logo searh *********/

.logo_content {
	float:left;
	width:100%;
	background-color:#113173;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom: 0.5pt solid rgba(255, 255, 255, 0.15);
}

.logo {
	float:left;
}

.logo ul{
	display:table;
}

.logo ul li{
    display:table-cell;
	vertical-align:top;
}

.logo img {
	max-width:90px;
	max-height:80px;
	margin-right:20px;
}

.slagon {
	float:left;
	margin-top:25px;
}


.slagon a{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}

.slagon a p{
	margin:0px;
	padding:0px;
}

.slagon a p.sla_1{
	color:#ffffff;
	font-size:26px;
	font-weight:400;
	margin-bottom:10px;
}

.slagon a p.sla_2{
	color:#ffffff;
	font-size:15.4px;
}

.slagon a:hover, .slagon a:visited, .slagon a:focus {
	text-decoration:none;
}

.search_lang_box {
	float:right; 
}

.top_right_menu{
	float:right;
	width:100%;
	margin-bottom:15px;
}

.top_right_menu ul{
	float:right;
	margin:0px;
	padding:0px;
	list-style:none;
}

.top_right_menu ul li{
	float:left;
	margin-left:15px;
}

.top_right_menu ul li a{
    text-transform:uppercase;
    color: #fff;
    font-size:16px;
}

@media (min-width: 768px) {
	.header_box {
	  display:block;	
	}
}



.search_box{
	float:right;

	margin-top:0px;
	display:none;
}

.search_box input.searh_input {
	float:left;
	height:38px;
	width:220px;
	font-weight:300;
	border:1px solid #ffffff;
	padding-left:15px;
	border-top-left-radius:0.5em;
	border-bottom-left-radius:0.5em;
}

.search_box input:focus{
	outline: none;
}
.search_box input.searh_input:hover{
	width:260px;
}

.search_button{
	float:left;
	height:38px;
	width:50px;
	text-align:center;
	border:none;
	background: #306fbc;
	cursor:pointer;
	border-top-right-radius:0.5em;
	border-bottom-right-radius:0.5em;
}

.search_button i {
	float:left;
	width:100%;
	height:100%;
	color:#FFF;
	line-height:38px;
	font-size:18px;
}




.lang{	
	width:100%;
	text-align:right;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}

.lang ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.lang ul li{
    
}


.dats1{
    	display:none;
}


.lang img{
   height:14px;	
   	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	margin-top:-4px;
} 

.lang img:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


@media (min-width: 768px) {

.search_box {
  	display:block;
}

.dats1{
    	display:block;
}

}


/********* main menu *********/

.main_content_menu{
    float:left;
	width:100%;
	height:50px;
	background-color:#113173;
	position:relative;
	margin:0px;
	margin-bottom:30px;
}

.main_content_menu .main_menu{
    position:absolute;
    right:0px;
	top:0px;
    width:100%;
	z-index:100;
}


.main_content_menu1{
    float:left;
	width:100%;
	height:50px;
	position:relative;
	margin:0px;
	background-color:#1e4eb3;
}

.main_content_menu1 .main_menu{
    position:absolute;
    right:0px;
	top:0px;
    width:100%;
	z-index:100;
}



.mobile_menu_name{
     float:left;
	 height:50px;
	 line-height:50px;
	 font-size:16px;
	 color:#FFF;
	 font-weight:300;
	 text-transform:uppercase;
}

@media (min-width: 768px) {

	.main_content_menu .main_menu{
   		float:left;
   		width:100%;
 	}
	
	.main_content_menu1 .main_menu{
   		float:left;
   		width:100%;
 	}
	
}

@media (min-width: 992px) {
	
	.mobile_menu_name{
	   display:none;
	}
   
}

.slider_news{
   float:left;
   width:100%;
}

@media (min-width: 768px) {

}

.zar_content{
	float:left;
	width:100%;
    background-color:#0072cc;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	font-size:16px;
}


.section_header{
	float:left;
	width:100%;
	margin-bottom:25px;
	text-align:center;	
}

.section_header h2{
	text-align:center;
	color:#333;
	font-size:20px;    text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.section_header h2 span{
	 padding-bottom:10px;
	 border-bottom:1px solid #2d4fbd;
}


.section_header_1{
	float:left;
	width:100%;
	margin-bottom:25px;
	text-align:center;	
}

.section_header_1 h2{
	text-align:center;
	color:#fff;
	font-size:20px;    text-transform: uppercase;

	font-family: 'Oswald', sans-serif;
}

.section_header_1 h2 span{
	 padding-bottom:10px;
	 border-bottom:1px solid #fdca06;
}

/*
.section_header div::before{
   position:absolute;
   width:60px;
   height:1px;
   border-top:1px solid #CCC;
   content:"";
   right:100%;
   margin-right:15px;
   top:15px;
}

.section_header div::after{
   position:absolute;
   top:15px;
   margin-left:15px;
   width:60px;
   height:1px;
   border-top:1px solid #CCC;
   content:"";
}
*/

@media (min-width: 768px) {

}

.block_header{
	float:left;
	width:100%;
	margin-bottom:15px;
	text-align:center;	
	color:#333;
	font-size:20px;
	text-transform:uppercase;
}



.tender_list_content{
	float:left;
	width:100%;
    background:url(../../images/240407112537_.jpeg);
    background-size:cover;

}

.tender_list_bg{
    background-color: rgba(0, 50, 119, 0.8);
    padding-top:30px;
	padding-bottom:30px;
    
}


.tender_content{
	float:left;
	width:100%;
	padding-top:10px;
	
}

.tender_list{
	float:left;
	width:100%;
	background-color:#FFF;
	padding:20px;
	margin-bottom:10px;
	border-radius:5px;
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.25);
}

.tenderCode a{
	color:#000;
	font-size:18px;
}

.tenderName{
	height:80px;
	overflow:hidden;
	font-size:16px;
	line-height:20px;
}


.totalBudget{
    font-size:16px;
}

.receiveDate{
    float:left;
	color:#4c7e02;
	font-size:16px;
}

.receiveDate_expire{
     float:left;
	color:#d28585;
	font-size:16px;
}

.receiveMore{
    	font-size:16px;
    float:right;
}



.tender_all_content{
	float:left;
	width:100%;
	padding-top:20px;
}


.tenderCode1 a{
	color:#000;
	font-size:16px;
}
.tenderName1{
	height:70px;
	overflow:hidden;
}

.tender_all_content li{
	margin-bottom:15px;	
}


/**** links 1 *********/

.links_line{
   float:left;
   width:100%;
   position:relative;
}

.links_bg{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
    -webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	 filter: blur(4px);	
	 z-index:-1;
	
}

.link_bg1 {
	float:left;
	width:100%;
	padding-top:60px;
	padding-bottom:60px;
}

.links {
	float:left;
	width:100%;
}

.welcom_text{
	float:left;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	margin-bottom:45px;
	text-shadow: #000 1px 1px 7px;
	font-family: 'Oswald', sans-serif;
}

@media (min-width: 768px) {
	.welcom_text{
		font-size:28px;
		line-height:28px;
	}
}
@media (min-width: 992px) {

}
 
@media (min-width: 1200px) {

}


.links ul {
	float:left;
	width:100%;
	list-style:none;
}

.links ul li {
	float:left;
	padding:10px;
}

.links_box{
	float:left;
	width:100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;	
	background-color: rgba(0, 0, 0, 0.5);
	
	/*
	background-color:#1e4eb3;
	*/
	border-radius:5px;
}

.links_box a{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:10px;
	font-family: 'Oswald', sans-serif;
}

.service_icon1 {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

.service_icon1 i{
	font-size:42px;
	text-align:center;
	color:#FFF;

}

.links_box a p{
	float:left;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	height:20px;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
}

.links ul li:hover .links_box{
	/*
	background-color: rgba(30, 78, 179, 0.7);
	*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;	
	background-color: rgba(0, 0, 0, 0.7);
	
	
}

.links ul li:hover i, .links ul li:hover p{
	 color:#FFF;
}

@media (min-width: 768px) {

}


/**** links 1 *******

.lunks_4{
    border:1px solid #F00;
}


.lunks_4 {
	float:left;
	width:100%;
	list-style:none;
	margin-top: 90px;
	
}

.lunks_4 li {
	float:left;	
	width:100%;
	margin-bottom: 20px;
}


.lunks_4 a{
	float:left;
	width:100%;
	font-family: 'Oswald', sans-serif;
	padding:10px;
	padding-bottom: 18px;
    padding-top: 18px;
	text-align:center;
    background-color:#0072cc;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	box-shadow:         0px 0px 5px 1px rgba(0, 0, 0, 0.10);
	border-radius:2px;
}


.lunks_4 li:nth-child(5) a, .lunks_4 li:nth-child(6) a{
    
        background-color:red
}



.lunks_4 a:hover{
   background-color: #666666; 
}


.lunks_4 li:nth-child(5) a:hover, .lunks_4 li:nth-child(6) a:hover{
    
        background-color:#666666;
}


/******* last_news ******/


.last_news_content{
   float:left;
   width:100%;
   padding-top:25px;
}

.news_content_front{
	
}

.last_news{
	float:left;
	width:100%;
}

.last_news ul{
	float:left;
	list-style:none;
}

.last_news ul li{

}

.l_news_box{
   	float:left;
  	width:100%;
	background-color:#FFF;
	border-radius:3px;
	overflow:hidden;
	padding-bottom:15px;
	margin-top:15px;
	margin-bottom:15px;
}

.l_news_box img{
	float:left;
	width:100%;
}

.box_img{
	float:left;
	width:100%;
   	overflow:hidden;
}

.last_news_title{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;

	
}

.last_news_title a{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#3a3838;
	min-height:50px;
	cursor:pointer;
}

.last_news_dates{
    float:left;
	width:100%;
	font-size:14px;
	margin-top:15px;
	color:#777777;
}


.last_news_intro{
	float:left;
	width:100%;
	margin:0px;
    text-align:justify;
    color:#343434;
    font-size:14px;
	line-height:18px;
}


@media (min-width: 768px) {

}
@media (min-width:992px) {
	
}

@media (min-width:1200px) {
		
}


.last_news_dates{

}

.l_news_box:hover img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transform: scale(1.05);
}

.l_news_box:hover .last_news_title, .l_news_box:hover .last_news_dates{

}


.front_news2{
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:45px;
}

.zar_title h2{
	font-weight:bold;
	font-size:18px;
	line-height:22px;
}


.l_item_content{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	color:#555;
	margin-bottom:15px;
}



.l_readmore {
	float:right;
}
.l_readmore a {
	float:left;
	font-size:12px;
	padding:7px;
	padding-left:14px;
	padding-right:14px;
	color:#3a3a3a;
	border:1px solid #3a3a3a;
	text-transform:uppercase;
}
.l_readmore a:hover {
	background-color:#3a3a3a;
	color:#FFF;	
	text-decoration:none;
}



.banner_news1{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:50px;
}

.bb1 img{
	height:55px;
	margin-bottom:30px;
}

.bb2 a{	
  background-color:#FFF;
  color:#000;
  text-transform:uppercase;
  padding:12px;
  padding-left:22px;
  padding-right:22px;
  border-radius:5px;
}

.bb2 a:hover{
	text-decoration:none;
	background-color:#0072cc;
	color:#FFF;
}


.banner_news{
	float:left;
	width:100%;
	background-size:cover;
	background-position: center right;
}

.bg_gran{
	float:left;
	width:100%;
	background:linear-gradient(90deg, #FAFAFA 20%, rgba(255,255,255,0.05)70%); 
	opacity: 0.9;
	padding-top:60px;
	padding-bottom:60px;
}

.ddd1{
	font-weight:bold;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:35px;
	color:#000;
}

.ddd2{
	font-size:16px;
	margin-bottom:35px; 
}

.ddd3{
	
}

.ddd3 a{
  float:left;
  background-color:#0072cc;
  color:#FFF;
  text-transform:uppercase;
  padding:12px;
  padding-left:22px;
  padding-right:22px;
  border-radius:5px;
}


.ddd3 a:hover{
	 background-color:#666;
}



@media (min-width: 768px) {



}


.video_front_box{
	float:left; 
	width:100%;
	margin-bottom:35px;
background: rgb(17,49,115);
background: radial-gradient(circle, rgba(17,49,115,1) 0%, rgba(17,49,115,1) 64%, rgba(251,204,3,1) 100%);
    padding-top: 30px;
    padding-bottom: 30px;

}
.content_box{
	float:left; 
	width:100%; 
}

@media (min-width:768px) {
.content_box{
	padding-left:15%; 
	padding-right:15%;
}


}

.modalbody1{
	float:left;
	width:100%;
	padding:15px;
	padding-top:0px;
}

.v_list{
	padding:0px;
	margin:0px;
	list-style:none;
}
.small_list{
	float:left;
	width:100%;
	list-style:none;
}

.small_list li{
	cursor:pointer;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}

.small_list li:hover{
	color:#fbcc03;
}




.thumb_box{
	overflow:hidden;
	margin-bottom:10px;
}

.small_list li img{
    width:100%;
	margin-top:-20px;
	margin-bottom:-20px;
}



@media (min-width:768px) {
	
}


.app_report_content{
	float:left;
    width:100%;
	padding-top:25px;
	padding-bottom:25px;
}

.app_report_box{

}


@media (min-width:768px) {
.app_report_box{
	padding-left:8%;
	padding-right:8%;
}
}


.work_box{
	float:left;
	width:100%;
	padding:16px;
	background-color:#D7E4F4;
	border-radius:10px;
	margin-bottom:16px;	
}

.work_box i{
  font-weight:bold;
  margin-right:3px;
}


.comment_work tr{

}

.comment_work tr td{
}

.comment_img{
	max-width:95px;
	max-height:125px;
	border-radius:5px;
}


.app_report_content ul{
	float:left;
	width:100%;
	list-style:none;
}

.comment_header{
   float:left;
   width:100%;
   text-transform:uppercase;
   margin-bottom:10px;
   font-weight:600;
}

.form-control{
	border:none;
	background-color:#e1e1e1;
}

.contact_button{
	width:100%;
	background-color:#65727c;
	color:#FFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}


.contact_button:hover{
	width:100%;
	background-color:#394046;
	color:#FFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

/****** front main content  ***/

.main_content{
	float:left;
	width:100%;
	margin-bottom:20px;
}



/******* media content ***

.media_content{
	float:left;
	width:100%;
	background:url(../../images/Pattern.png) #006b0d;
	background-size:170px;
	padding-top:30px;
	margin-bottom:40px;
}

.media_content_wrapper{
	float:left;
	width:100%;
}

ul.media_col{
    float:left;
	width:100%;
	list-style:none;
}

ul.media_col li{
   	margin-bottom:40px;	
}

@media (min-width: 768px) {
	.media_content{
		padding-top:50px;
		padding-bottom:50px;
	}
	ul.media_col li{
   		margin-bottom:0px;	
	}
}


.live_code{
    float:left;
	width:100%;
	margin-bottom:15px;
}

.front_youtube{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.live_name{
    font-size:16px;
	color:#FFF;
	margin-top:15px;
}

/******* last_news ****



/********* links2 **********

.links2{
  	float:left;
	width:100%;
	margin-bottom:25px;
}

.links2 ul{
	float:left;
	width:100%;
	list-style:none;
}

.links2 ul li{
	padding-top:15px;
	padding-bottom:15px;
}

.links2_icon{
    float:left;
	width:100%;
	text-align:center;
	padding-bottom:14px;
}

.links2_icon i{
	color:#385fac;
    font-size:42px;	
}
.links2_name{
    float:left;
    width:100%;
    text-transform:uppercase;
    text-align:center;
    color:#333;
}

.f_right{
    float:left;
	width:100%;
	margin-bottom:25px;
}
*/

.counter_box_content{
	float:left;
	width:100%;
	background:url(../../images/bg2.jpg) no-repeat center center;
	background-size:cover;
	padding-top:25px;
	padding-bottom:25px;
	color:#FFF !important;
}

.counter_box_content ul{
    float:left;
   	width:100%;
}

.counter_box_content li{
	margin-bottom:25px;	
}

.counter_number{
  	text-align:center;
  	font-size:26px;
}

.conuter_name{
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
}

@media (min-width: 992px) {
	
	.counter_box_content ul li{
		margin-bottom:0px;
		 
	}
	
}

/********* links3 ***********/

.links3_content{
	float:left;
	width:100%;
	padding-bottom:30px;
}

.links3 ul{
    float:left;
    width:100%; 
    padding-top:30px;
    
}

.links3 ul li{
    margin-bottom:15px;
}

.links3_name{
    float:left;
    width:100%;
    min-height:70px;
    padding:15px;
    color:#fff;
    background-color:#0072cc;
    font-size:18px;
    border-radius:5px;
     display: grid;
     align-items: center;
     text-align: center;
     font-family: 'Oswald', sans-serif;
  	transition: 0.2s ease-in-out;
  
}

.links3 ul li:hover .links3_name{
    
     background-color:#d43030;	transition: 0.2s ease-in-out;
    
}



.links3_name i{
     padding-right:5px;
    
}

/**** sta **

.sta_content{
    float:left;
    width:100%;
}
.sta_content ul{
	list-style:none;
}

.sta_content ul li{
	padding:10px;
}

.sta_img{
    float:left;
    width:100%;
    text-align:center;
    padding:25px;
    border:3px solid #F00;
    border-radius:50%;
    text-align:center;
}

.sta_img img{
	float:left;
	width:100%;
	height:100%;
}

.sta_name{
	float:left;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	color:#666;
	background-color:#FFF;
	font-size:14px;
	font-weight:700;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:-35px;
}

.sta_number{
   	float:left;
   	width:100%;
   	text-align:center;
    font-size:22px;
   	color:#00b44b;
   	font-weight:700;
}

@media (min-width: 768px) {
	
.sta_content ul li{
	padding:20px;
}
.sta_number{
    font-size:24px;
}
}

*/



.sta_chart_box{
	float:left; 
	width:100%; 
	padding-top:20px;
	padding-bottom:20px;
	border-collapse:collapse;
}

.front_files_header{
	border:1px solid #CCC;
}

.front_files_header tr {
	border-top:1px solid #069;
	border-left:1px solid #069;
}

.front_files_header tr th{
	background-color:#069;
	color:#FFF;
	height:35px;
	padding:3px;
	text-transform:uppercase;
	border-right:1px solid #069;
}

.front_files_scroll{
	height:340px;
	overflow:scroll;
	border-bottom:1px solid #CCC;
}


.front_files_body{
	
}

.front_files_body tr{
	border-left:1px solid #CCC;
}


.front_files_body tr td{ 
  	padding:5px;
	padding-top:7px;
	padding-bottom:7px;
  	border-right:1px solid #CCC;
  	border-bottom:1px solid #CCC;
}




/*
.chart {
	float:left;
	width:100%;
	max-height:480px;
	padding-top:20px;
	text-align:center;
}

.chart_header{
	float:left;
	width:100%;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:15px;
	font-family: 'Oswald', sans-serif;
}



/********* sta **************/

.news_content{
   	float:left;
	width:100%;
}

.news_content_1 {
	float:left;
	width:100%;
	padding-top:55px;
	padding-bottom:25px;
}


/**** right col menu *******/ 


.right_colm {
	float:left;
	width:100%;
	padding-top:4px;
}


.box_title {
	float:left;
	width:100%;
	text-transform:uppercase;
	margin-bottom:25px;

}


.box_title span{
	font-size:16px;
	padding-bottom:10px;
	text-transform:uppercase;
	color:#000;
	border-bottom:1px solid #2d4fbd;
	font-family: 'Oswald', sans-serif;
}


.right_colm ul {
	list-style:none;
}
.right_colm ul li {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.right_colm ul a {
	float:left;
	width:100%;
	font-size:14px;
	font-weight:300;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	padding-right:5px;
	color:#FFF;
	border-radius:3px;	
	background-color:#1f4eb3;
	box-shadow: 0px 0px 2px #1f4eb3;
	transition: 0.2s ease-in-out;
}
.right_colm ul ul {
	float:left;
	width:85%;
	margin-left:40px;
	margin-top:15px;
}
.right_colm ul ul li {
	float:left;
	width:100%;
	margin-top:2px;
	margin-bottom:2px;
	list-style:circle;
}
.right_colm ul ul a {
	background:none;
	color:#333;
	padding:0px;
	text-transform:none;
	box-shadow:none;
}

.right_colm a:hover {
	color:#FFF;
	transition: 0.2s ease-in-out;
	background-color:#0ebefe;
	box-shadow: 0px 0px 2px #0ebefe;	
}

.right_colm ul ul a:hover {
	background:none;
	color:#333;
	box-shadow:none;	
	text-decoration:underline;
}

.right_colm ul a.active {
	background-color:#0ebefe;
	box-shadow: 0px 0px 2px #0ebefe;
	color:#FFF;
}
.right_colm ul a.active_sub {
	color:#144d92;
	text-decoration:underline;
	font-weight:bold;
}

.main_colm {
	float:left;
	width:100%;
}

/****************all news ***********/

.all_news {
	float:left;
	width:100%;
}

.all_news_header {
	float:left;
	width:100%;
	font-weight:400;
	font-size:18px;
	padding-bottom:15px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid #1b3658;
}
.list_item_news {
	float:left;
	width:100%;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px dotted #CCC;
}

.item_news_img {
	box-shadow:1px 1px 3px 2px rgb(191, 191, 191);
	max-width:200px;
	margin-right:25px;
	margin-top:3px;
}
.item_header {
	font-size:16px;
	line-height:22px;
	text-transform:uppercase;
	margin-bottom:8px;
	font-weight:600;
	color:#333;
}
.item_content {
	text-align:justify;
	color:#000;
	font-weight:300;
	font-size:15px;
	line-height:22px;
}
a.item_read_more {
	float:right;
	color:#333;
	font-size:12px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#3a3a3a;
	border:1px solid #3a3a3a;
	text-transform:uppercase;
}

a.item_read_more:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#3a3a3a;
}


/************** single news ******/

.single_news {
	float:left;
	width:100%;
	padding-bottom:25px;
}



.single_news_header {
	float:left;
	width:100%;
	font-size:18px;
	font-weight:400;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#000;
	line-height:22px;
	border-bottom:1px solid #333;
}


.single_time_share{
    
    float:left;
	width:100%;
	padding-bottom:10px;
    
}


.single_news_content {
	float:left;
	width:100%;
	font-weight:300;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	color:#000;
}
.single_news_content ul, .single_news_content ol {
	margin-top:8px;
	margin-bottom:8px;
}
.single_news_content ul li, .single_news_content ol li {
	margin-left:40px;
	padding:2px;
}

.single_news_content img {
	max-width:100%;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:5px;
}

.single_news_content .single_new_img {
	float:left;
	max-width:100%;
	margin-top:0px;
}


.single_news_content table{
	width:100% !important;
	border:0px;
}

.single_news_content tr{
	border-top:1px solid #999;
	border-left:1px solid #999;
	
}

.single_news_content tr td{
	padding:5px;	
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}




.single_news_content1 table{
	width:100% !important;
	border:0px;
}



.single_news_content1 tr td{
	padding:5px;	
		font-size:14px;
	font-weight:400;
	text-transform:uppercase;

}

/*
.single_news_content tr td img{
	  max-width:100px;	
}
*/


.single_news_content table.dans tr td, .single_news_content table tr th {
	padding:8px;
	border-bottom:1px solid #CCC;
}

.single_news_content table.dans tr th {
	font-weight:bold;
	text-align:left;
}

.single_news_content h4 {
    float: left;
    width: 100%;
    border-left: 4px solid #f60001;
    line-height: 1.55;
    background-color: #0072cd;
    font-size: 16px;
    color: #fff;
    padding: 15px;
    font-family: helvetica neue,Helvetica,Tahoma,Arial,sans-serif;
} 


.list_items tr, .list_items tr{
	
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}


.list_items tr td, .list_items tr th {
	padding:8px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:14px;
}
.list_items tr td i {
	font-size:14px;
	margin-right:10px;
}
.list_items tr:hover td {
	background-color:#F0F0F0;
}


.socail_share {
	float:right;
	margin-top:20px;
	margin-bottom:10px;
}
.socail_share a {
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	border-radius:2px;
}
.socail_share a i {
	margin-right:3px;
	font-size:14px;
}

a.facebook_share {
	float:right;
	padding:7px;
	background-color:#3b5998;
	margin-right:15px;
	padding-left:10px;
	padding-right:10px;
}
a.twitter_share {
	float:right;
	padding:7px;
	background-color:#29aae3;
	padding-left:10px;
	padding-right:10px;
}
.socail_share a:hover, .socail_share_top a:hover {
	text-decoration:underline;
	color:#FFF;
}

.single_news_comment {
	float:left;
	width:100%;
}



.video_all{
	float:left;
	width:100%;
	margin-bottom:30px;
}


.video_list{
   float:left;
   width:100%;
   list-style:none;
}

.video_list li{
	cursor:pointer;
   	margin-bottom:25px;
}

.video_box{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}

.video_list img{
  	width:100%;
}

.video_list_title{
	float:left;
	width:100%;
	color:#000;
	font-size:12px;
	font-weight:300;
	position:absolute;
	left:0;
	bottom:0;
	text-transform:uppercase;
	color:#FFF;
	padding:10px 10px;
	background-color:#0072cc;
}


.video_list li:hover .video_list_title{
   bottom:-80px;
}  

.youtube_icon{
   position:absolute;
   left:15px;
   top:15px;
   background-color:#F00;
   padding-left:3px;
   padding-right:3px;
   border-radius:10px;
}
.youtube_icon i{
   color:#FFF;
   font-size:38px;
}





.photo_all{
	float:left;
	width:100%;
}

.photo_all ul {
	float:left;
	width:100%;
	list-style:none;
}

.photo_list li {
	margin-bottom:25px;
}

.photo_list li img{
	float:left;
	width:100%;
	padding:1px;
	border:1px solid #999;
	box-shadow: 1px 1px 4px #000; 
	border-radius:3px;
	margin-bottom:10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.photo_all_title{
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}
.photo_list li:hover img{
	filter: grayscale(100%);
	border:1px solid #F00;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}



.my-gallery {
	width: 100%;
	float: left;
}

.my-gallery figure{
	float:left;
	width:50%;
	padding:10px;
	padding-top:0px;
	text-align:center;
}

.my-gallery img {
	float:left;
	width:100%;
	padding:1px;
	border:1px solid #999;
	box-shadow: 1px 1px 4px #000; 
	border-radius:5px;
	margin-bottom:10px;
}

.my-gallery img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.my-gallery figure {
	display: block;
	float: left;
}


@media (min-width:768px) {
 .my-gallery figure{
		float:left;
		width:20%;
		padding:10px;
		padding-top:0px;
		text-align:center	
}
	
}

.gomdol{
    float:left;
	width:100%;
	margin-bottom:25px;
}


.gomdol ul{
	border-bottom:1px solid #F0F0F0;
}

.gomdol ul li{
	float:left;
	width:100%;
	font-weight:300;
	font-size:14px;
	padding:15px;
	border:1px solid #F0F0F0;
	 border-bottom:0px !important;
}

.report_even{
   background-color:#FBFBFB;
  
}


.report_odd{
	
}


.gomdol ul li p{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}


.report_type{
   float:left;
   color:#FFF;
   padding:7px;
   padding-left:12px;
   padding-right:12px;
   background-color:#06C;
   border-radius:3px;
}

.report_status{
   float:right;
   color:#FFF;
   padding:7px;
   padding-left:12px;
   padding-right:12px;
   background-color:#027b11; border-radius:3px;
	
}
.report_status1{
   float:right;
   color:#FFF;
   padding:7px;
   padding-left:12px;
   padding-right:12px;
   background-color:#db1f26; border-radius:3px;
	
}

.adds{
   color:#666;
   font-size:13px;
}





.files_search{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.service_content_list table tr{
	border-top:1px solid #069;
	border-left:1px solid #069;
}

.service_content_list table tr td, .service_content_list table tr th{
	padding:8px;
	border-right:1px solid #069;
	border-bottom:1px solid #069;
}

.service_content_list table tr th{
	background-color:#069;
	color:#FFF;
	text-transform:uppercase;
}

.service_content_list table tr td{
	 padding-top:10px;
	 padding-bottom:10px;   	
}

.service_content_list table tr:hover td {
	 background-color:#F7F7F7;
}

.l_button{
	padding-left:15px;
	padding-right:15px;
	background-color:#069;
	color:#FFF;
	text-transform:uppercase;
}

.l_button:hover{
	color:#FFF;
	background-color:#026a0d;
}

.download {
   cursor:pointer;	
}

/************** pagination***********/

.pagination {
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
.pagination a {
	background-color:#fafafa;
	border:1px solid #CCC;
	padding:15px;
	padding-top:4px;
	padding-bottom:4px;
	color:#000;
	text-decoration:none;
}
.pagination strong {
	background-color:#166dbc;
	border:1px solid #1f63a0;
	padding:15px;
	padding-top:4px;
	padding-bottom:4px;
	color:#FFF;
	text-decoration:none;
}
.pagination a:hover {
	background-color:#166dbc;
	border:1px solid #1f63a0;
	color:#FFF;
}


/************* footer content ******/

.footer_back {
	float:left;
	width:100%;
	background-color:#113173;
	color:#FFF;
	padding-top:40px;
	padding-bottom:10px;
	border-top: 3px solid #fccd00;
}

ul.footer_block{
   float:left;
   width:100%;
   list-style:none;
   padding-bottom:25px;
   border-bottom: 0.5pt solid rgba(255, 255, 255, 0.2);
}


ul.footer_block li{
   margin-bottom:30px;
}


.footer_contact_header {
	float:left;
	width:100%;
	color:#FFF;
	font-weight:500;
	font-size:20px;
	margin-bottom:15px; 
	font-family: 'Oswald', sans-serif;
	padding-bottom:20px;
	text-transform: uppercase;
	border-bottom: 0.5pt solid rgba(255, 255, 255, 0.2);
}

.footer_contact_header span{

		
}



@media (min-width: 768px) {
ul.footer_block li{
    margin-bottom:0px;
}
.footer_contact_header {
	margin-bottom:50px;
}
}
@media (min-width: 992px) {

}

.logo1 {
	float:left;
	margin-bottom:25px;
}

.logo1 ul{
	display:table;
}

.logo1 ul li{
    display:table-cell;
	vertical-align:top;
}

.logo1 img {
	max-width:80px;
	max-height:55px;
	margin-right:20px;
}

.slagon1 {
	float:left;
	margin-top:10px;
	padding-left:17px;
	border-left:1px solid #FFF;
}

.slagon1 a{
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}

.slagon1 a p{
	margin:0px;
	padding:0px;
}

.slagon1 a p.sla_3{
	color:#FFF;
	font-size:20px;
	font-weight:500;
	text-shadow: 0px 0px 1px #000;
	margin-bottom:5px;
}

.slagon1 a p.sla_4{
	color:#FFF;
	font-size:14px;
	text-shadow: 0px 0px 1px #000;
}

.slagon1 a:hover, .slagon1 a:visited, .slagon1 a:focus {
	text-decoration:none;
}


.footer_contact_content {
	float:left;
	width:100%;
}
.footer_contact_content table tr td {
	padding:5px;
	padding-bottom:15px;
	color:#FFF;
	font-weight:300;
	font-size:14px;
}
.footer_contact_content i {
	font-size:14px;
	margin-top:2px;
	color:#FFF;
}

.f_menu1 {
	float:left;
	margin:0px;
	padding:0px;
}

.f_menu1 li {
	list-style:circle;
	float:left;
	width:100%;
	margin-bottom:10px !important;
	margin-left:12px;
}

@media (min-width: 992px) {

}


.f_menu1 li a {
	float:left;
	width:100%;
	padding-right:10px;
	color:#FFF;
	font-weight:300;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}

.f_menu1 li a:hover {
	color:#ffff00;
	text-decoration:underline;
}





.f_menu2 {
	float:left;
	margin:0px;
	padding:0px;
}

.f_menu2 li {
	list-style:none;
	float:left;
	width:50%;
	margin-bottom:10px !important;
}

@media (min-width: 992px) {
	.f_menu2 li {
	list-style:none;
	float:left;
	width:33.333%;
	margin-bottom:10px !important;
}
}


.f_menu2 li a {
	float:left;
	width:100%;
	padding-right:10px;
	color:#FFF;
	font-weight:300;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}

.f_menu2 li a:hover {
	color:#ffff00;
	text-decoration:underline;
}


.footer_social{
   float:left;
   width:100%;
   padding-left:5px;
   padding-top:10px;
   margin-bottom:5px;
}

.footer_social a{
	float:left;
	margin-right:15px;
}

.footer_social a i{
   font-size:28px;
   color:#FFF;
}

.footer_social a:hover i{
	color:#CCC;
}



.footer_social1{
   float:left;
   width:100%;
   padding-left:5px;
   padding-top:10px;
   margin-bottom:5px;
}

.footer_social1 a{
	float:left;
	margin-right:15px;
}

.footer_social1 a i{
   font-size:28px;
   color:#000;
}

.footer_social1 a:hover i{
	color:#000;
}


.apps{
   float:left;
   width:100%;
   padding-left:5px;
   padding-top:10px;
}

.apps a{
	float:left;
	margin-right:15px;
}

.apps a img{
	height:37px;
    font-size:28px;
    color:#FFF;
}

.apps a:hover i{
	color:#CCC;
}


.copyright {
	float:left;
	width:100%;
	text-transform:uppercase;
	background-color:#113173;
	padding-bottom:5px;
	font-family: 'Oswald', sans-serif;
}

.f1f1 {
	float:left;
	width:100%;
	color:#FFF;
	font-size:11px;
	line-height:18px;
	text-align:center;
	margin-top:9px;
}
.f2f2 {
	float:left;
	width:100%;
	text-align:center;
}

.f2f2 img {
	height:55px;
}


@media (min-width: 768px) {
 
 .f1f1 {
	float:left;
	text-align:left;
	width:auto;
}
.f2f2 {
	width:auto;
	text-align:right;
	float: right;
}

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
 
}
