
.SingleTab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 10px;
    width: 100%;
    position: relative;
}
.SingleTab .Header {
    /* background: rgba(0, 0, 0, 0) url("images/logo.gif") no-repeat scroll left 10px center; */
    padding: 0px 12px;
}
.SingleTab .Header .HeaderWraper {
}
.SingleTab .Header .HeaderWrap .text > a {
    border-bottom: 1px solid #bd1723;
    color: #bd1723;
    display: inline-block;
    font-size: 18px;
    padding: 10px 0;
    white-space: nowrap;
    width: 100%;
    font-weight: 600;
}
.SingleTab .Header .HeaderWrap .text > a:after {
    content: "Xem thêm";
    position: absolute;
    bottom: 0;
    right: 10px;
    font-style: italic;
    font-size: 15px;
    font-weight: normal;
    color: #bd1723;
    padding: 3px;
}
.SingleTab .Header .HeaderWrap .text > a:hover:after {
    color: #ffba28;
}
.SingleTab .Header .HeadWraper ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.SingleTab .Header .HeadWraper li {
    display: inline-block;
    float: left;
}
.SingleTab .Header .HeadWraper li span {
    display: block;
    height: 28px;
    line-height: 28px;
}
.SingleTab .Header .HeadWraper .Primary span {
    background: #cecece none repeat scroll 0 0;
    margin-right: 4px;
}
.SingleTab .Header .HeadWraper .Image {
    margin-right: 6px;
}
.SingleTab .Wrap {
    height: 250px;
    margin: 0;
    padding: 12px 12px 20px 12px;
}
.SingleTab .Wrap .first {margin-bottom: 5px;border-bottom: 1px dashed #e5e5e5;}
.SingleTab .Wrap .first .image {
    float: left;
    height: 80px;
    margin-right: 10px;
    width: 110px;
    display: none;
}
.SingleTab .Wrap .first .title {
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 1rem;
}
.SingleTab .Wrap .first p {
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: justify;
    display: none;
}
.SingleTab .Wrap .first .title a {
    color: #222020;
    text-decoration: none;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.SingleTab .Wrap .clear {
    clear: both;
}
.SingleTab .Wrap .next {
    color: #ce1110;
    list-style: none;
    margin-top: 5px;
    padding-left: 0;
}
.SingleTab .Wrap .next li {
    padding: 4px 0;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px dashed #e5e5e5;
    height: 54px;
}
.SingleTab .Wrap .next li a {
    text-decoration: none;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.SingleTab .Wrap .next li:before,  .SingleTab .Wrap .first .title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background-image: url(images/icon-flower-orange.png);
    width: 9px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 769px){
.SingleTab .Wrap {
    /* height: 250px !important; */
}
    
} 