h2.title:after{
	content: "recruitment" !important;
}

.banner {
    background-image: url(../../banner03a.jpg) !important;
}
.block-region-right {
    background: #FFF;
    padding: 30px 4% !important;
    margin-top: 30px;
    position: relative;
}
.block-region-right .field-body h2 {
		display: flex;
    align-items: center;
    font-weight: 600;
    color: #0B5D14;
    margin: 20px 0 15px;
    white-space: nowrap;
}
.block-region-right  .field-body h2 img {
    width: 28px;
    margin-right: 10px;
    height:auto;
}
.block-region-right .field-body h2:after {
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #ECECEC;
    content: "";
    margin-left: 10px;
}
    article article .inner {
        width: auto !important;
    }
ul.quicktabs-tabs{
	padding-top:250px;
	background: url(../../r-bg.jpg) no-repeat center center;
	    border-bottom: 0;
	        background-size: cover;
}
.quicktabs-wrapper .quicktabs-tabs li a {
font-size:24px;
font-weight:600;
color:#FFF;
border-radius:30px;
margin:10px 0;
}
.quicktabs-wrapper .quicktabs-tabs li:hover a {
    color: #0B5D14;
    border-color: #06450e;
    border-bottom-color: #f5fdfa;
    background:#FFF;
}
.quicktabs-wrapper .quicktabs-tabs li.active a {
    color: #0B5D14;
    border-color:#FFF;
    border:0;
    background:#FFF;
    border-bottom: none;
}
.quicktabs-wrapper .quicktabs-tabs>li:first-child{
	background-color:rgba(106, 149, 121, 0.8);
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}
.quicktabs-wrapper .quicktabs-tabs>li:last-child{
	background-color:rgba(106, 149, 121, 0.8);
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
}