.SingleTab{
        background: #ffffff none repeat scroll 0 0;
        margin-bottom: 10px;
        min-height: 640px;
}
.SingleTab .Header {
        border: none;
        background: transparent;
        height: auto;
        width: 100%;
        display: inline-block;
        /* margin-bottom: 15px; */
        border-bottom: solid 2px #e3393c;
        padding: 6px 10px 2px 0;
        margin-bottom: 0;
}
.SingleTab .Header .image{
     display: none;   
}
.SingleTab .Header .HeaderWrap .text {
        margin: 0;
        height: 32px;
        /* padding: 0 20px; */
        /* border-bottom: 32px solid #e50000; */
        border-left: 0px solid transparent;
        border-right: 20px solid transparent;
        display: inline-block;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
        background: transparent;
}
.SingleTab .Header .HeaderWrap .text a{
        font-size: 16px;
        line-height: 32px;
        text-transform: uppercase;
        font-weight: bold;
        color: #e3393c;
}
.SingleTab .Header .HeaderWrap .text a:hover{
        text-decoration:underline;
}
.SingleTab .Wrap {
        border-bottom: solid 1px #e6e6e6;
    border-top: none;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    padding: 20px;
}
.SingleTab .Wrap .first{
        padding: 0 5px 0 5px;
        float: left;
        width: 100%;
}
.SingleTab .Wrap .first img{
        max-width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 15px;
        border: none;
        box-shadow: none;
        width: 100%;
        min-height: 200px;
        max-height: 200px;
        object-fit: cover;
        border-radius: 5px;
}
.SingleTab .Wrap .first .title {
        min-height:255px;
}
.SingleTab .Wrap .first .summary{
         display: -webkit-box;
         -webkit-line-clamp: 3;
         -webkit-box-orient: vertical;
         overflow: hidden;
         text-align: -webkit-auto;
         font-size: 14px;
         padding-top: 5px;
}
.SingleTab .Wrap .first .title a{
        font-weight:bold;
        font-size: 18px;
        line-height: initial;
        color: #333;
        overflow: hidden;
}
.SingleTab .Wrap .next{
        list-style: none;
        padding: 0 10px 0 0;
        margin-top: 0;
}
.SingleTab .Wrap .next li{
        background: transparent;
        width: 100%;
        margin: 0;
        padding: 8px 0 !important;
        border-bottom: dashed 1px #ddd;
}
.SingleTab .Wrap .next li a{
        width: 100%;
        max-width: 100%;
        color: #222;
        font-size: 15px;
        font-weight: 500;
}
.SingleTab .Wrap .next li a:before{
        display: inline-block;
        width: 12px;
        height: 11px;
        margin: 0px 8px 0 0;
        margin-top: 10px;
        background: url(images/ic-media-item.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 11px;
        content: '';
}
