.content_box{
    position: relative;
    overflow: hidden;
}
.content_box h2{
    position: relative;
    width: 45%;
    color: white;
    line-height: 35px;
    z-index: 2;
    font-size: 16px;
}
.content_box h2 > span{
    text-transform: capitalize;
    padding: 2px 50px 2px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80%;
}

.content_box .companyname{
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 33px;
    max-height: 33px;
    padding-right: .30px;
    width: 100%;
    height: 33px;
    text-align: right;
    z-index: 0;
    color: #ffffff;
    text-transform: capitalize;
}


.content_box h2 after , .content_box:before , .content_box h2 span{
    display:block;
}
.content_box:before , .content_box h2 > span{
    transform: skewX(-25deg) !important;
    -ms-transform: skewX(-25deg) !important;
    -moz-transform: skewX(-25deg) !important;
    -webkit-transform: skewX(-25deg) !important;
    -o-transform: skewX(-25deg) !important;
}
.content_box h2{
    transform: skewX(25deg) !important;
    -ms-transform: skewX(25deg) !important;
    -moz-transform: skewX(25deg) !important;
    -webkit-transform: skewX(25deg) !important;
    -o-transform: skewX(25deg) !important;
    transform-origin:bottom;
}

.content_box h2{
    background-color: #c6213f !important;
}

.content_box h2:before{
    content: '';
    background-image: url(img/titlebg.png);
    position: absolute;
    background-repeat: no-repeat;
    position: absolute;
    background-position: right;
    width: 100%;
    height: 100%;
    right: -0.5%;
    bottom: 0px;
    background-size: 50%;
}
.content_box{
    background-image: url(img/titlebgcolor.png);
    height: 58px;
    background-repeat: inherit;
    background-size: 101% auto;
    background-color: #c6213f;
    background-position: bottom;
}
.content_box:after {
    content: '';
    display: block;
    width: 100%;
    height: 1.2em;
    background-color: white;
    position: absolute;
    top: 0;
}
