.ma-tabsproduct-contain {
    float: left;
    clear: both;
    width: 100%;
}
.ma-tabs-title {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    border-bottom: 3px solid #EF770A;
	background-color:#efefef;
}
.tabs-title{
	float:left;
	color: #FFF;
	font-size:18px;
	font-weight:bold;
    background: url(https://www.pesonanusantara.co.id/modify/frontend/default/pesona_new/others/css/<?=%20base_url(); ?>images/img/bas.png) no-repeat top right #e4002c;
    padding: 10px 50px 10px 15px;
}
.tabs-view-all{
	float:right;
	color:#FFF;
    background-color: #e4002c;
	border: solid 1px #e4002c;
	border-radius:5px;
	-moz-border-radius:5px;
	padding: 3px 8px;
	font-weight:normal;
    margin: 10px 10px 0;
}
.tabs-view-all:hover {background: #ef942a; border: solid 1px #ef942a;}
.tabs-view-all a{font-weight:normal; color:#FFF;}
.tabs-view-all a:hover{font-style:none; color:#FFF;}

.ma-tabs-title li {
    float: left;
    margin-left: 5px;
    padding-right: 20px;
}
.ma-tabs-title li.first {
    margin-left: 0;
}
.ma-tabs-title a {
    /*float: left;
    font-size:13px;
    text-decoration: none;
    color: #464646;
    text-transform: uppercase;
    font-family: Open Sans Bold*/
}
.ma-tabs-title li.active a, .ma-tabs-title a:hover {
/*border-bottom: 4px solid #f67d7c*/
}
.ma-tabs-content {
    clear: both;
}