.single-page-tv-asli {
    width: 100%;
    background: #f7eee5;
}
.single-page-tv {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-single-tv {
    display: flex;
    width: 70%;
    margin: 30px 0;
    flex-direction: column;
}
.post-single-tv {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}
.post-single-tv figure {
    float: right;
    width: 44%;
    margin: 10px 0 20px 0;
    border-radius: 15px;
    overflow: hidden;
}
.post-thumbnail-tv {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.head-tv-asli{
    width: 54%;
    display: flex;
    flex-direction: column;
}
.head-tv {
    margin-bottom: 24px;
    padding: 26px 10px 0px;
}
.head-tv h1{
    font-size: 20px;
}
.breadcrumbs-tv {
    margin-bottom: 10px;
}
.breadcrumbs-tv .breadcrumbs {
    display: inline-block;
    font-size: 13px;
}
.breadcrumbs-tv .breadcrumbs a {
    color: #1e1d26;
    font-weight: bold;
}
.tv-meta {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.tv-meta .taxonomy-tv {
    display: flex;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
    flex-direction: column;
}
.tv-meta .tag-tv {
    float: right;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}
.tv-meta .cat {
    font-size: 12px;
    font-weight: bold;
    float: right;
    width: 100%;
}
.tv-meta .taxonomy-tv a {
    font-size: 12px;
    color: #777777;
    font-weight: normal;
}
.tv-meta .tag-tv a {
    font-weight: normal;
    color: #777777;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #e31e24 !important;
}
.l5454{
    display: flex;
    width: 100%;
}
.content-single-tv {
    float: right;
    width: 100%;
    border-top: 1px solid #dddddd;
    padding: 20px 0 0 0;
}
.content-single-tv img {
    max-width: 100%;
}
.content-single-tv span {
    font-weight: bold;
    font-size: 20px;
    display: block;
}
.content-single-tv p {
    padding-top: 10px;
}
.content-main-box {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background: #fff;
}
.content-main-title {
    padding: 25px;
    border-bottom: 1px solid #dddddd;
}
.row {
    float: right;
    width: 100%;
    background: #ffffff;
}
.post-box {
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    max-width: 24%;
    box-shadow: 0 0 11px -1px #dddddd;
    margin-right: 20px;
    margin-top: 20px;
    float: right;
}
.post-box:hover {
    margin-top: 15px ;
    transition: all .2s ease-in-out;
}
.post-image img {
    width: 100%;
}
.post-entry {
    padding: 10px;
    margin-bottom: 12px;
}
.category span {
    font-size: 12px;
}
.entry-title a {
    text-decoration: none;
    font-size: 18px;
    color: #303030;
}
.post-excerpt {
    padding: 10px;
    width: 100%;
    font-size: 12px;
}
.post-more {
    width: 100%;
    text-align: center;
}
.post-more a {
    text-decoration: none;
    padding: 10px 9px;
    background: #f1f2f6;
    display: block;
    color: #303030;
}
.post-more a:hover {
    background: #e31e24;
    color: #fff;
}
.col-12 {
    float: revert;
}
.share-box {
    font-size: 12px;
}
.share-box span {
    font-weight: bold;
}
.share-box i {
    padding: 5px;
    margin-right: 5px;
    color: #777777;
}
.share-box i:hover {
    color: #000000;
}
.main-single-tv .related-post .related-head{
    border-bottom: 1px solid #dddddd;
    padding-right: 0;
}
.main-single-tv .related-post {
    padding: 0;
}
#page_tv_slider .owl-prev , #page_tv_slider .owl-next{
    display: none;
}