
body {
    background: #fff;
}
    div.panel {
        display: block;
    }
    
    .tab-content>.tab-pane {
        border-top: 0px #e7512f solid;
    }
    .tab-pane{padding: 0;}
    
    .tab_faq .sub_tab {
        width: 100%;
        position: relative;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        text-align: center;
        padding: 25px 0 12px 0;
        margin-bottom: 20px;
    }
    
    .tab_faq .sub_tab.active {
        border: 1px solid #6ca5ff;
    }
    
    .tab_faq .sub_tab.active:before {
        content: "";
        position: absolute;
        top: -9px;
        right: -9px;
        width: 20px;
        height: 20px;
        background: url(../public/images/icon_ticked_faq.png) no-repeat;
    }
    
    .tab_faq .sub_tab_jobseeker {
        float: left;
    }
    
    .tab_faq .sub_tab_employer {
        float: right;
    }
    
    .sub_tab_faq {
        padding: 20px;
        border: 1px solid #e1e1e1;
        background-color: #fff;
    }
    
    .nav-pills>li.active>a {
        background-color: transparent !important;
    }
    .panel-title{color: #000; font-size: 16px;}
    .panel-body{color: #545454;}
    a:focus {
    text-decoration: none;}
	.jobseeker{
		margin-bottom: 20px;
    padding: 25px 20px 5px 20px;
    border: 1px #ddd solid;
    border-radius: 5px;
    background: #f9f9f9;
	}
.widget-title {
    /* border-bottom: 4px double #E5E5E5; */
    color: #444;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 25px;
    position: relative;
}
.widget-title span {
    /* background: #fff; */
    display: table;
    margin: -6px -8px -17px;
    padding: 0 10px 0 0;
}
.ul-jobseeker{
	padding: 8px;
  text-align: left;
}
.ul-jobseeker-jobseeker{
	padding: 0;
}
.ul-jobseeker li {
    clear: both;
    line-height: 18px;
    margin: 0 0 12px;
}
.ul-jobseeker-jobseeker li {
    clear: both;
    line-height: 18px;
    margin: 0px 0px 12px 30px
}

.employer{
		margin-bottom: 40px;
    padding: 25px 20px 5px 20px;
    border: 1px #ddd solid;
    border-radius: 5px;
    background: #f9f9f9;
	}
	.fa-1 {font-size: 1em;}
	.title_detailitem{
		font-size: 22px;
    font-weight: 500!important;
    color: #f7941d !important;
    /* line-height: 32px; */
    margin: 0 0 6px;
	}
.box_border{
	border-bottom: 1px solid #e6e6e6;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
}
#breadcrumbs {
    color: #808080;
    font-size: 12px;
}
#breadcrumbs span {
    margin: 0 5px;
    color: #6b6b6b;
}
#breadcrumbs a{color: #6b6b6b;}

.title_item{color: #ff5722;    font-size: 23px;}
.title_item small{color: #7d7d7d;padding-left: 8px;}
.list_item{    padding: 0 34px;}
.list_item li a{color: #333;    font-size: 15px;}
.list_item li a:hover, .list_item li a:focus {color: #f07e1d;}
.mar_bott_5{margin-bottom: 10px;}

.ul-jobseeker li a{color: #333;}
.widget-title span{color: #333; font-weight: 600;}

.ul-jobseeker li a.active {color: #ff5722; font-weight: 600;}
.collapse.in {padding-left: 8px;border-top: 0 !important;}
.content-intro-jobseeker{margin-top: 50px;}
.fa-1::before{
	content: "" !important;	
}