*, *: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;
	text-align: left;
}


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


/********* suuder  *******/

.section-top-shadow {
	-webkit-box-shadow: 0px -5px 13px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px -5px 13px 5px rgba(0, 0, 0, 0.25);
	box-shadow:         0px -5px 13px 5px 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 10px 5px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:    0px 0px 10px 5px rgba(0, 0, 0, 0.55);
	box-shadow:         0px 0px 10px 5px rgba(0, 0, 0, 0.55);
}


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

.header_box {
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;

}

.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;
	margin-right:12px;
}

.top_left_menu ul li i{
    font-size:28px;
}

/*
.top_left_menu ul li i:hover{
    color:#f86011;
}
*/

.fa-facebook-square{
       color:#1877F2;
}
.fa-twitter-square{
    
    color:#1DA1F2;
}

.fa-youtube-square{
       color:#FF0000;
}



.top_right_menu{
	float:right;
	padding-top:5px;
}

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

.top_right_menu ul li{
	float:left;
	margin-left:15px;
	font-family: 'Oswald', sans-serif;
}

@media (min-width: 768px) {

}

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


.logo {
	float:left;
	width:200px;
	/*
		background:#fb600c;
		*/
}

.logo img {
	max-height:80px;
}

@media (min-width: 768px) {

.logo img {
	max-height:80px;
}


}

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

.main_content_menu{
    float:left;
	width:100%;
	background-color:#fa7915;
	
	/*
	2f3032
	*/ 
 	position:relative; 
}



.main_menu_box{
      float:right;
      width:calc(100% - 210px);
      margin-top:0px;
      
}
.main_menu_box .main_menu{
    float:right;
    position:absolute;
    right:0px;
	top:15px;
    width:100%;
	z-index:100;
}

@media (min-width: 992px) {
    
    .main_menu_box{
      float:right;
      position:relative;
   }


.main_menu_box .main_menu{
     width:auto;
}
    
    
}




/*

.main_menu_box{
    float:left;
	width:100%;
    border:1px solid #fff;
  
}

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


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

.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;
   		position:nreone;
   		border:1px solid #f00;
   	
 	}
	
	.main_content_menu1 .main_menu{
   		float:left;
   	
 	}
	
}

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

*/

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

@media (min-width: 768px) {

}

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

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

.section_header h2 div{
	display:inline;
	position:relative;
}


.section_header div::before{
   position:absolute;
   width:60px;
   height:1px;
   border-top:1px solid #878787;
   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 #878787;
   content:"";
}


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

.section_header1 h2{
	color:#FFF;
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	font-family: 'Oswald', sans-serif;
}

.section_header1 h2 div{
	display:inline;
	position:relative;
}


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

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


@media (min-width: 768px) {

.section_header{
	margin-bottom:25px;
}


.section_header1{
	margin-bottom:25px;
}


}


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




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

@media (min-width: 768px) {
    
.link_bg1 {
	float:left;
	width:100%;
	margin-bottom:40px;
}
    
}



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

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


.links .item{
    float:left;
	width:100%;
	padding:12px;
	padding-bottom:0px;

}

.links .item img{
    float:left;
	width:100%;
	aspect-ratio: 4 / 2.3;
    object-fit: cover;
    margin-bottom:15px;	
    
}

.link1_title{
    float:left;
	width:100%;
    font-family: 'Oswald', sans-serif;
    color: #000;
    padding-left:5px;
       text-transform: uppercase;

}

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

.links ul li {
	float:left;
	margin-bottom:20px;
}


.links ul li img{
    	float:left;
	width:100%;
    
    
}
    


.links_box{
	float:left;
	width:100%;
	-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:3px;

}


.blinks_bg_op{
	float:left;
	width:100%;
  	background-color: rgba(15, 30, 54, 0.7);
}

.links_box:hover .blinks_bg_op{
	background-color: rgba(15, 30, 54, 0.8);
	cursor:pointer;
	
}

.links_box a{
	float:left;
	width:100%;
	padding-top:67px;
	padding-bottom:50px;
	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%;
	text-align:center;
	font-size:24px;
	color:#FFF;
	text-transform:uppercase;
}

.links ul li:hover .links_box{
	background-color:#0072cc;	

}

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

@media (min-width: 768px) {

}


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

.lunks_4{
    
    
}


.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%;
   /*
   background-color:#f3f0ec;
   */
   
   background-image:url(../../images/bg-ct.jpg);
   background-size:contain;   background-position: center center;
   padding-top:30px;
   padding-bottom:25px;
   margin-bottom:50px;
}

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

.last_news ul{
	list-style:none;
}

.last_news ul li{
	padding-bottom:25px;
}

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


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


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


.last_news_title a{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#f2eeee;
	font-weight:bold;
}


.last_news_intro{
	float:left;
	width:100%;
	color:#c6bfbf;
	text-align:left;
	margin-bottom:10px;
	font-size:14px;
}

.last_news_dates{
	float:left;
	width:100%;
	color:#c6bfbf;
	font-size:13px;
}





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

}



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

@media (min-width:1200px) {




}


.banner_news1{
	float:left;
	width:100%;
	background-size:cover;
	background-position: center center;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:30px;
	text-align:center;
}

.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:55px;
	
}
.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:#666;
	font-weight:bold;
}

.small_list li:hover{
	color:#0072cc;
}




.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{
	float:left;
	width:100%;
	border:1px solid #F00;
}


.app_news_content{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
}

.form-control{
	border: 1px solid #88766a;
	background-color:#ffffff;
    opacity: 0.9;
}

.form-control-lg{
   padding:5px 5px;	
}

.contact_button{
	width:100%;
	background-color:#fe8c43;
	color:#FFF;
}


.contact_button:hover{
	width:100%;
	background-color:#666666;
	color:#FFF;
}

.news_wr{
    
    float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:25px;
	font-family: 'Oswald', sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    
    
}

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

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

.l_item_content{
	padding-left:2%;
	padding-right:2%;
}


@media (min-width: 768px) {

    .l_item_content{
    	padding-left:8%;
    	padding-right:8%;
    }

}

/*
@media (min-width: 768px) {
.lf_right{
    float:right;	
}

.lf_left{
	float:right;
}

.main_content{
	margin-bottom:40px;
}

}

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

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

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

.front_news1 ul li{
   margin-bottom:20px;
}

.front_news1 ul li a{
   float:left;
   width:100%;
}

.front_smale_news{
	float:left;
	width:100%;
    position:relative;
    background-size:cover;
	background-position:center center;
    height:246px;
}

.fr_news1 {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:20px;
	width:100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.98) 100%);
}

.fr_news1 a.small {
	float:left;
	width:100%;
	color:#FFF;
	font-size:16px;
	line-height:18px;
	cursor:pointer;
	text-decoration:none;
	margin-bottom:5px;
}

.fr_news1 i {
	color:#FFF;
	color:#efd039; 
	font-size:13px;
}

.fr_news1:hover a.small {
	color:#FFF;
	text-decoration:underline;
}

.front_news1 ul li:hover .front_smale_news{
	transform:scale(1.04);
}

@media (min-width: 768px) {
.front_smale_news{
	 height:220px;
}
}
@media (min-width: 992px) {

.front_smale_news{
	 height:224px;
}
}

@media (min-width:1200px) {
	.front_smale_news{
	 height:246px;
}
}




*/

/***** front news 2 ****

.front_news2 {
	float:left;
	width:100%;
	margin-bottom:50px;
}

.l_item_img {
	
	box-shadow: 0px 0px 3px 1px rgb(191, 191, 191);
	margin-right:15px;
	margin-top:5px;
	margin-bottom:15px;
	border-radius: 3px;
	width:100%;
}


.l_item_content{
	float:left;
	width:100%;
	font-size:15px;
	font-weight:300;
	line-height:22px;
	text-align:justify;
	color:#000;
	margin-bottom:25px;
	
	padding-left:2%;
	padding-right:2%;
}

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


@media (min-width: 768px) {
.front_news2 {
	float:left;
	width:100%;
	margin-bottom:50px;
}


.l_item_content{
	padding-left:8%;
	padding-right:8%;
}

.l_item_img {
	
	max-width:40%;

}



}


*/


/****** mednchilgee bottom links *****

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

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

.service_all ul li.type_1{
   float:left;
   width:100%;
   padding:10px;
   background-color:#23b95b;
   margin-bottom:12px;
}

.service_all ul li.type_1 a{
   float:left;
   width:100%;
   padding:0px;
   padding-bottom:8px;
   padding-top:8px;
   background-color:#FFF;
   border:1px solid #FFF;
}

.service_all ul li img{
   width:100%;
}

.service_all ul li a span{
	float:left;
	text-transform:uppercase;
	color:#23b95b;
}

.service_all ul li a:hover{
	background:none;
}

.service_all ul li a:hover span{
  	color:#FFF;
}

@media (max-width: 1199px) {
.service_all ul li table tr td{
	  padding-left:5px;
	  padding-right:5px;
}

}


/******* 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;	
	}
}

.section_header1{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	margin-bottom:30px;
}


.section_header2{
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
	padding-left:15px;
	border-left:8px solid #ffff00;
	margin-bottom:30px;
}

.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 ****

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

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

.last_news ul li{
	float:left;
	width:100%;
	margin-bottom:30px;
}

.last_news ul li img{
	float:left;
	width:100%;
	box-shadow:1px 1px 3px 2px rgb(191, 191, 191);
	margin-bottom:15px;
}

.last_news_title{
    margin-top:0px;
	padding-top:0px;
}

.last_news_title a{
	font-weight:400;
	font-size:17px;
	color:#385fac;
	line-height:20px;
}

.last_news_intro{
   text-align:justify;
   color:#000;
   font-size:15px;
   font-weight:300;
}
.last_news_dates{
    color:#999;	
    font-weight:300;
}

@media (min-width: 768px) {

.last_news ul li:last-child{
	margin-bottom:0px;
}

.last_news ul li img{
	float:left;
  	width:180px;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:0px;
}
}
@media (min-width: 992px) {
.last_news ul li img{
  	width:220px;
	margin-right:25px;
}
}



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

.links2_content1{
    float:left;
    width:100%;
    background-color: #2f3032;
    background-image:url(../../images/bg-ct.jpg);
       background-position: center center;
    background-size:contain;
    padding-top: 30px;
    padding-bottom: 30px;

}

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


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

.links2_content2 ul.hhfff li.l_line{
	padding:0px;

 
}


.links2_content2 li.l_line:first-child{
    border-right:1px solid #797272;
}


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

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

.links2 li{
    list-style:none;
    text-align: center;
	padding-bottom:20px;

}


.links2 li img{
    
    box-shadow: 0px 0px 3px 1px #ccc;
   -webkit-box-shadow: 0px 0px 3px 1px #ccc;
   -moz-box-shadow: 0px 0px 3px 1px #ccc;
   border-radius: 4px;
}


@media (min-width: 768px) {
    
    .links2 li{
        	padding-bottom:0px;
        
        
    }
    
    
    
}








.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%;
	background-color:#FFF;
	padding-top:40px;
	padding-bottom:55px;
}

/**** sta **/

.sta_content1{
    float:left;
    width:100%;
    background-color: #2f3032;
    background-image:url(../../images/bg-ct.jpg);
       background-position: center center;
    background-size:contain;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.sta_content2 ul{
	list-style:none;
}

.sta_content2 ul li{
	padding:0px;
}

.sta_content2 ul li.cl_bg:first-child{
    border-right:1px solid #797272;
}

.sta_content2 ul li ul{
     float:left;
    width:100%;
    padding:0px;
}

.sta_content2 ul li ul li{
      padding-top:10px;
}

.sta_header{
    font-family: 'Oswald', sans-serif;
    line-height:28px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 17px;
    padding-bottom: 15px;
    text-align: right;
    padding-right: 35px;
}


.sta_header1{
    font-family: 'Oswald', sans-serif;
    line-height:28px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 27px;
    padding-bottom: 25px;
    text-align: right;
    padding-right: 35px;
}

.sta_number{
   	float:left;
   	width:100%;
   	text-align:center;
    font-size:28px;
   	color:#fe8c43;
   	font-weight:700;
   	margin-bottom:5px;
}

.sta_name{
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:400;
	 font-family: 'Oswald', sans-serif;
	 margin-bottom:25px;
	 text-transform: uppercase;

}



@media (min-width: 768px) {
	
.sta_content ul li{
}
.sta_number{
    font-size:36px;
    margin-bottom:15px;
}

.sta_name{
    
    margin-bottom:0px;
}

}


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

.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:5px;
	padding-top:35px;
	padding-bottom:35px;

	/*
	background-color: #fdfdfd;
	*/
}


@media (min-width: 768px) {


}

@media (min-width: 992px) {
    
 .news_content_1 {
	float:left;
	width:100%;
	padding:20px;
	padding-top:40px;
	padding-bottom:55px;
	/*
	background-color: #fdfdfd;
	*/
}
    
}


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

.right_colm {
	float:left;
	width:100%;
	margin-top:30px;
	margin-bottom:15px;
}

.box_title {
	font-family: 'Oswald', sans-serif;
	float:left;
	width:100%;
	text-transform:uppercase;
	color:#000;
	font-size:16px;
	padding-bottom:10px;
	text-transform:uppercase;
	margin-bottom:25px;
	border-bottom:1px solid #333;
}

.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:#0072cd;
	box-shadow: 1px 1px 2px 0px #3c3c3c;
	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;
	background-color:#3c3c3c;
	transition: 0.2s ease-in-out;
	box-shadow: 1px 1px 2px 0px #3c3c3c;
}


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

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



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




.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	
}
	
}


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

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

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

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


/*
.news_box_content ul li{
     float:left;
	 width:25%;
     margin-bottom:25px;
     list-style:none;
     		-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;

}


.news_box_content ul li a{
   float:left;
   width:100%;
   padding-top:100px;
   padding-bottom:25px;
   padding-left: 25px;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 100%);
   color:#fff;
   font-weight:500;
   font-size:24px;
   line-height:32px;
   text-transform: uppercase;
   cursor: pointer;
   text-decoration: none;
   text-shadow: 2px 2px 2px #000;
}

.news_box_content ul li:hover{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);	
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
    
}

*/

.news_box_content ul{
   float:left;
	width:100%;
	
}
.news_box_content ul li{
  	 margin:0px;
	 padding:15px;
	 position:relative; 

}

.news_box_content ul li img{
     float:left;
     width:100%;
     aspect-ratio: 6 / 3.6;
     object-fit: cover;
     border:1px solid #ababab;
     padding:1px;
}

.news_box_content ul li h2{
 
    font-family: 'Oswald', sans-serif;
	color:#000;
	font-size:14px;
	font-weight:400;
	position:absolute;
	top:5px;
	left:8px;
	text-transform:uppercase;
	color:#FFF;
	padding:10px 10px;
	background-color:#505255;
	    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.news_box_content ul li:hover h2{
    
    background-color:#fe8c43;
        -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

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

.news_box_content1 ul li{
     padding:15px;
     margin:0px;
     margin-bottom:25px;
}

.box_news_content{
    float:left;
	width:100%;
	border-radius:2px;
	overflow:hide;
	background-color: #2f3032;
}

.news_box_content1 ul li img{
     float:left;
     width:100%;
     aspect-ratio: 4 / 2.3;
     object-fit: cover;	
     border-radius:2px;
}

.news_box_content1 ul li h2{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
     line-height:18px;
    padding: 10px;
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.box_news_content a{
    float:left;
     width:100%;
   
}

.box_news_content a:hover h2{
    color:#FFF;
	text-decoration:none;
	background-color:#fe8c43;
		-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.box_news_content a:hover img{

    filter: grayscale(70%);
    -webkit-filter: grayscale(70%);
}



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


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


.service_type_name span{
     font-family: 'Oswald', sans-serif;
     font-weight:400;
     font-size:16px;
     line-height:22px;
     color: #2f3032;
     padding-bottom: 3px; 
     border-bottom: 2px solid #fe8c43;
     text-transform: uppercase;
    
 
}


.service_box{
    float:left;
    width:100%;
    padding:10px;
    margin-bottom:25px;
}


@media (min-width: 768px) {

   .service_box{
    width:50%;
    padding:10px;
    margin-bottom:25px;
}


}

@media (min-width: 992px) {
   
   .service_box{
    width:33.333%;
    padding:10px;
    margin-bottom:25px;
}


}


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

	cursor:pointer;
}

.item_news_img_box{
     float:left;
     width:100%;
     aspect-ratio: 6 / 3.4;
     object-fit: cover;	
     border-radius:2px;    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.fr_news1{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.98) 100%);
}
.item_header_box{
   font-family: 'Oswald', sans-serif;
   color:#fff;
   font-weight:500;
   font-size:16px;
   line-height:20px;
    
}

.item_content_box{
   font-family: 'Oswald', sans-serif;
   color:#fff;
   font-weight:300;
   font-size:14px;
   line-height:16px;
}

.service_box:hover img{
    transform: scale(1.1);
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}



/*

.news_box_content ul li a{
   float:left;
   width:100%;
   padding-top:100px;
   padding-bottom:30px;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
   color:#fff;
   font-weight:500;
   font-size:26px;
   line-height:32px;
   padding-left: 35px;
   text-transform: uppercase;
   cursor: pointer;
   text-decoration: none;
   text-shadow: 2px 2px 2px #000;
}


/*
.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;
		text-transform:uppercase;
	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;
}

.mur{
    clear: both;
    margin-top:25px;
    margin-bottom:25px;
}



.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 {

	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-top:5px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.61); 
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.61);
}



@media (max-width: 767px) {
    
.single_news_content img {
	width:100% !important;
}

}


@media (min-width: 768px) {

.single_news_content img {

	margin-left:25px;
	margin-right:25px;
	margin-bottom:15px;
	margin-top:5px;
}


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


}

.single_news_content .single_new_img {
	float:left;
	max-width:100%;
	margin-top:10px;
	margin-left:0px;
	margin-right: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;

}

/*
.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:#35528b;
}


.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;
}





.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-image:url(../../images/bg-ct.jpg);
    background-size: cover;
    background-position: center center;
    /*
	background-color:#2f3033;
	*/

}

.footer_back_bg{
    float:left;
	width:100%;
	color:#FFF;
	padding-top:25px;
	padding-bottom:25px;
	/*
    background-color: rgba(0, 0, 0, 0.7);
    */
    
}

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

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

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

.footer_contact_header {
	float:left;
	width:100%;
	color:#fe8c43;
	font-weight:500;
	font-size:18px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:15px;
	font-family: 'Oswald', sans-serif;
}

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

}


.footer_contact_content {
	float:left;
	width:100%;
    font-family: 'Oswald', sans-serif;
}
.footer_contact_content table tr td {
	padding:5px;
	padding-bottom:10px;
	color:#FFF;
	font-weight:300;
	font-size:14px;
	line-height:22px;	

}
.footer_contact_content i {
	font-size:16px;
	margin-top:5px;
	color:#FFF;
}

.footer_contact_content table tr td a{
	color:#FFF;
	cursor:pointer;
}



.footer_contact_content1 {
	float:left;
	width:100%;
    font-family: 'Oswald', sans-serif;
}
.footer_contact_content1 table tr td {
	padding:5px;
	padding-bottom:12px;
	color:#000;
	font-weight:300;
	font-size:14px;
	line-height:22px;
}
.footer_contact_content1 i {
	font-size:16px;
	margin-top:5px;
	color:#000;
}

.footer_contact_content1 table tr td a{
	color:#000;
	text-decoration:underline;
	cursor:pointer;
}




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

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

.f_menu1 li a {
	color:#FFF;
	text-transform:uppercase;
	font-weight:300;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}

.f_menu1 li i{
	color:#ffff00;
	padding-right:5px;
}


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


@media (min-width: 992px) {

}

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

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

.footer_social a i{
   font-size:36px;
   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;
	font-family: 'Oswald', sans-serif;
}

.f1f1 {
	float:left;
	width:100%;
	color:#FFF;
	font-size:12px;
	line-height:18px;
	text-align:center;
}
.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) {
 
}
