/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#ded4c8;
	margin:0;
	padding:0;
	direction:rtl;
	background-image:url(../images/bg/bg24.jpg);
	background-repeat:repeat;
	color:#333;
	font-family:Baloo, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#ab8941;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#987952;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1230px;
}
/*end body*/
/*start header*/
#header{
	width:100%;
	clear:both;
	float:right;
	position:relative;
	background:#fff;
	padding:10px 0px;
	z-index:1500;
}
#header .width{
	position:relative;
}
#header:before{
	content:"";
	width:70%;
	height:15px;
	top:0;
	left:0;
	position:absolute;
	background:#987952;
}
.logo {
	float: right;
	position: absolute;
	z-index: 1000;
	overflow: hidden;
	top: -15px;
	right: 0;
}
.logo a {
	display: block;
}
.logo a img {
	height: 200px;
}
.head_left {
	float: left;
	margin-top: 20px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
	margin-right:5px;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:#987952;
	text-transform:uppercase;
	border:1px solid #ded4c8;
	font-family:Baloo, sans-serif;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:45px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#ab8941;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li a:hover{
	color:#ab8941;
	border:1px solid #ab8941;
}
.s_contact li a:hover:before{
	color:#ab8941;
}
.social {
	float:left;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#aaa;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	margin-left:4px;
	position: relative;
	text-align: center;
	border:1px solid #ded4c8;
	line-height: 45px;
	width:45px;
}
.social li a:hover{
	color:#ab8941;
	border:1px solid #ab8941;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end header*/
/*start nav*/
#nav{
	width:100%;
	float:right;
	clear:both;
	height:55px;
	background:#fff;
	border-top:1px solid #ded4c8;
}
.nav {
	position:relative;
	z-index:1000;
	padding-right:240px;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a {
	display: block;
	color: #333;
	line-height:55px;
	padding: 0px 19px;
	font-weight:900;
	position:relative;
	font-size:13px;
	z-index:105;
	text-align: center;
}
.nav li a:after {
	content: "";
	width:0px;
	height:6px;
	background: #ab8941;
	display: block;
	position:relative;
	top:-4px;
	float: right;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.nav li:hover a:after,.nav li.current a:after{
	width:90%;
}
.nav li a:hover,.nav li.current a,.nav li:hover a{
	color:#987952;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	position:static;
}
.sub {
	position: absolute;
	width: 230px;
	box-shadow:0px 2px 3px 0px rgba(34, 34, 34, 0.05);
	display:none;
	top: 58px;
	right:0px;
	z-index:1500;
	overflow:hidden;
	background: #fff;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	padding:0;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-weight:600;
	font-size:13px;
	color:#000;
	text-align:right;
	border-bottom:1px solid rgba(33,33,33,0.1);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	content:"\f0a8";
	vertical-align:middle;
	margin-left:10px;
	width:auto;
	height:auto;
	line-height:normal;
	background:none;
	color:#000;
	font-weight:normal;
}
.nav li:hover .sub ul li a:hover{
	background:#987952;
	padding-right:13px;
	color:#fff;
}
.nav li:hover .sub ul li a:hover:before{
	color:#fff;
}
/*end nav*/
/*start head_fix*/
.head_fix {
	background-color:#fff;
	width:100%;
	height:56px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .head_fix{
	top:0;
}
/*end head_fix*/
/*start footer*/
#footer{
	clear:both;
	float:right;
	width:100%;
	background-color:#50463e;
	position:relative;
	text-align:center;
	padding:30px 0px;
	overflow:hidden;
}
.foot {
	float:right;
	display: block;
	overflow: hidden;
}
.foot li {
	display: block;
	float:right;
	padding: 0px 15px;
	position:relative;
}
.foot li:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #ab8941;
	top: 6px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.foot li a {
	display: block;
	color: #fff;
	font-weight:700;
	font-size:13px;
}
.foot li a:hover{
	color: #ab8941;
}
.copyrights {
	display: block;
	float:left;
	color: #ded4c8;
	font-size: 13px;
}
.design {
	color: #ded4c8;
	display:block;
	float:left;
	margin-right:15px;
	font-size: 13px;
}
.design a{
	color:#ab8941;
}
.design a:hover{
	color:#fff;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:55px;
	display:none;
	width:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:45px;
	line-height:45px;
	background:#987952;
	color:#fff;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#ab8941;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	z-index:100;
	background-color:#987952;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slideshow video{
	position:absolute;
    top: 60%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index:200;
    transform: translateX(-50%) translateY(-60%);
  transition: 1s opacity;
}
.slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center bottom;
}
.slidebg{
	background:#987952;
	opacity:0.5;
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:15px;
}
.slider_cont_all{
	width:100%;
	max-width:1000px;
	margin:0px auto;
	position:relative;
	z-index:800;
	text-align:center;
	display:block;
	padding:30px 50px 0px;
}
.slider_cont h2 {
	position: relative;
	z-index: 888;
	font-weight: 900;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-size:45px;
	margin-bottom:20px;
}
.slider_cont p:before{
	content:"*";
	margin-left:15px;
	color:#ab8941;
	display:inline-block;
	vertical-align:-5px;
}
.slider_cont p:after{
	content:"*";
	margin-right:15px;
	color:#ab8941;
	display:inline-block;
	vertical-align:-5px;
}
.slider_cont p {
	z-index: 888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1;
}
/*end slideshow*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	position:relative;
	margin-bottom:80px;
	z-index:1000;
}
#count .width{
	background:#ab8941;
	overflow:hidden;
	padding:40px 0px;
	border-top:10px solid #fff;
	position:relative;
	margin-top:-70px;
}
#count ul{
	clear:both;
}
#count ul li{
	width:25%;
	padding:0px;
	border-left:1px solid rgba(255,255,255,0.1);
	float:right;
	display:block;
}
#count ul li:last-child{
	border-left:none;
}
.count_all {
	width: 100%;
	padding:10px 40px;
}
.count_all span{
	float:right;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color:#fff;
	font-size:35px;
	width:50px;
	height:50px;
	line-height:50px;
}
.count_all div{
	margin-right:60px;
	overflow:hidden;
}
.count_all h2 {
	font-weight: 700;
	color: #000;
	font-size: 14px;
	overflow: hidden;
	display: block;
}
.count_all p:after{
	content:"+";
	vertical-align:middle;
	margin-right:5px;
}
.count_all p {
	clear: both;
	display: block;
	overflow: hidden;
	font-weight:700;
	font-size: 45px;
	letter-spacing:2px;
	line-height:1;
	color: #fff;
	margin-bottom:5px;
}
/*end count*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	width:100%;
	margin-bottom:80px;	
	position:relative;
}
#aboutus .width{
	position:relative;
	display:table;
}
.aboutus_right{
	vertical-align:top;
	display:table-cell;
	height:100%;
	width:50%;
	position:relative;
}
.aboutus_left {
	vertical-align:top;
	width: 50%;
	display:table-cell;
}
.aboutus_right img{
	width:80%;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:top;
	border-radius:0px 100px 0px 0px;
}
.aboutus_right span{
	background:#ab8941;
	width:200px;
	height:200px;
	border-radius:50%;
	position:absolute;
	z-index:-1;
	top:-50px;
	right:-50px;
}
.aboutus_right p {
	border-right: 200px solid #987952;
	border-top: 200px solid transparent;
	position: absolute;
	bottom: -50px;
	z-index:60;
	right: -50px;
}
.aboutus_right b{
	width:10px;
	background:#eee;
	height:40%;
	position: absolute;
	bottom:0px;
	left:10%;
	z-index:50;
}
.aboutus_left h2 {
	display: block;
	font-weight:900;
	font-size:60px;
	color: #333;
	line-height: 1.1;
}
.aboutus_left h3 {
	display: block;
	margin-bottom:35px;
	margin-top:15px;
	font-weight:900;
	font-size:60px;
	color: #ab8941;
	line-height: 1.1;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	color:#333;
	line-height:1.9;
	clear:both;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 10px;
	background: #ab8941;
	color: #fff;
	font-size:13px;
	border-radius:10px;
	padding: 20px 60px;
	font-weight:900;
}
.aboutus_left a:hover {
	background: #987952;
	color:#fff;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
/*end aboutus*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	margin-bottom:50px;
	z-index:100;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:33.33%;
	height: 100%;
	padding:0px 20px;
	overflow: hidden;
}
.data_list_all{
	background:rgba(255,255,255,0.7);
	position:relative;
	padding:25px;
}
.data_list li span {
	z-index: 101;
	width: 80px;
	height: 80px;
	line-height: 80px;
	position: relative;
	color: #000;
	font-size: 40px;
	display: block;
	text-align: center;
	float:right;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #ab8941;
	text-align: center;
	font-size: 21px;
	font-family: FontAwesome;
	position: absolute;
	background: rgba(255,255,255,0.6);
	top: 34px;
	left: 30px;
}
.data_list li a:before{
	content:"\f100";
}
.data_list li a:hover {
	background:#ab8941;
	border-radius:5px;
	color:#fff;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	clear: both;
	color: #262323;
	position: relative;
	height: 128px;
	padding-top: 10px;
}
.data_list li p b {
	display: block;
	color: #000;
	z-index:101;
	position:relative;
	font-weight: 700;
	font-size:25px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position: relative;
	background-image:url(../images/bg/bg38.png);
	background-repeat:repeat;
	padding:30px 0px;
	margin-bottom:50px;
}
.partners_title {
	float: right;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 900;
	font-size: 50px;
	color: #333;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: right;
	padding-top: 30px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,0.7);
	display: block;
	line-height:50px;
	color:#ab8941;
	font-size:18px;
	margin-bottom: 15px;
	cursor:pointer;
	font-family: FontAwesome;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.partner_next:before{
	content:"\f100";
}
.partner_prev:before{
	content:"\f101";
}
.partner_next:hover,.partner_prev:hover{
	background:#ab8941;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:left;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners li{
	float:right;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	background: #fff;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title h2 {
	font-weight: 900;
	font-size: 30px;
	color: #000;
	display: block;
	margin-bottom: 3px;
}
.pages_title span {
	font-size: 15px;
}
/*end pages title*/
/*start services2*/
#services2{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
	float:right;
	margin-bottom:40px;
	z-index:900;
}
.serv2_loop {
	width:25%;
	float: right;
	overflow: hidden;
	padding:0px 10px;
}
.serv2_all {
	width: 100%;
	position: relative;
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv2_img {
	width: 100%;
	height: 380px;
	overflow:hidden;
	position:relative;
}
.serv2_img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position:top;
	display:block;
}
.serv2_img a:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ab8941;
	opacity:0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.serv2_all:hover .serv2_img a:before{
	opacity:0.55;
}
.serv2_all:hover .serv2_img a:after{
	top:50%;
	margin-top:-90px;
}
.serv2_img a:after{
	content:"\f178";
	height: 50px;
	font-family:FontAWesome;
	font-weight:normal;
	width: 50px;
	opacity:0;
	line-height: 51px;
	text-align: center;
	color: #fff;
	background: #9c6f2b;
	display: block;
	position: absolute;
	top: 50%;
	bottom: 0;
	font-size: 17px;
	border-radius: 100%;
	box-shadow: 0px 5px 5px #00000024;
	z-index: 333;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.serv2_all:hover .serv2_img a:after{
	opacity:1;
}
.serv2_txt {
	background: #fff;
	box-shadow:-2px 2px 6px #0000002e;
	width:100%;
	border-bottom:3px solid #ab8941;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	overflow:hidden;
	position: absolute;
	bottom:0px;
	padding:15px;
	height:80px;
	right:0;
}
.serv2_txt h2 {
	font-weight: 700;
	font-size: 16px;
	position:relative;
	display: block;
	margin-bottom:1px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.serv2_txt p {
	font-size: 13px;
	color: #555;
	height: 20px;
	position:relative;
	overflow: hidden;
}
.serv2_all:hover .serv2_txt{
	height:120px;
}
.serv2_txt a{
	display:block;
	padding-top:10px;
	overflow:hidden;
	font-size:13px;
}
/*end services2*/
/*start teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:40px;
	overflow:hidden;
	position: relative;	
}
.teams_slide{
	margin-top:40px;
	clear:both;
	display:block;
	position:relative;
	z-index:101;
	overflow:hidden;
	visibility:hidden;
}
.teams_slide.slick-initialized {
	visibility:visible;
}
.teams_slide li{
	float:right;
	position:relative;
	padding:10px;
	overflow:hidden;
}
.teams_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	cursor:pointer;
}
.teams_all img{
	width:200px;
	display:block;
	border:1px solid #f3f8e6;
	float:left;
	padding:5px;
	object-fit:cover;
	object-position:top center;
	border-radius:20px;
	height:300px;
}
.teams_all div {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #fff;
	left: 220px;
	padding: 30px 10px;
	border-radius: 5px;
}
.teams_all span {
	color: #262323;
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight:700;
	text-overflow: ellipsis;
	position:relative;
	white-space: nowrap;
}
.teams_all p{
	text-overflow: ellipsis;
	font-size:13px;
	overflow: hidden;
	white-space: nowrap;
	font-weight:600;
	display:block;
	color:#333;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background:#fff;
	border:none;
	margin-left: 5px;
	width: 30px;
	height: 4px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#ab8941;
}
/*end teams*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_loop{
	width:33.33%;
	float:right;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	background:rgba(255,255,255,0.5);
	position:relative;
}
.news_txt {
	padding: 20px;
	clear: both;
	display: block;
	border-right:1px solid #dee9bd;
	border-bottom:1px solid #dee9bd;
}
.news_ul li:nth-child(3n+3) .news_txt{
	border-left:1px solid #dee9bd;
}
.news_txt h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	margin-top:15px;
}
.news_more a {
	display: block;
	background: #ded4c8;
	padding: 7px 10px;
	font-weight:600;
	color: #000;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #ab8941;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/