.section {
   width: 1000px;
   margin: 0 0 30px;
   color: #666;
  }
ul.tabs {
    list-style: none;
   }
.tabs li {
    float: left;
    display: inline;
    color: #777;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
	position: relative;
}
.tabs li.current {
    color: #444;
    border-left: 3px solid #05D366;
   
}
.box {
    display: none;
    padding: 0 12px;
	float:right;
	width:59%;
	margin-top:15px;
}
.box.visible {
    display: block;
	
}
 
.vertical .tabs {
    width: 30%;
    float: left;
    display: inline;
	   
}
.vertical .tabs li {
   padding: 0 13px;
   margin: 0 0 1px;
   width:311px;
   height:57px;
   line-height: 57px;
   text-transform: uppercase;
}
.vertical .tabs li.current {
    color: #05D366;
    margin-right: -1px;
}
.vertical .box {
  border-width: 1px;
}
.a_1{
    position:relative;
	margin:0;
	padding:0;
}
p.as_h2{
	font-size: 20.83px;
    color: #000;
    font-weight: bold;
    margin: 0 0 49px 0;
}