.blog-single .article-overview h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
    color: #0f75bd;

}
.blog-box-detail{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.blog-box-detail .box-img{
    position: relative;
}
.blog-box-detail .box-img .box-img-scroll{
    aspect-ratio: 4/3;
    overflow: auto;
}
.box-img-scroll.game{
    background-color: #000;
}
.seedemo{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.seedemo .linkdemo{
    border-radius: 5px;
    color: #fff;
    background: #0f75bd;
    padding: 10px 20px;
    font-size: 16px;
}
.options-btn .btn{
    margin: 0 5px 10px 0;
}
.abcwebsite-donate-form{
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #dbdbdd;
    border-radius: 5px;
}
.abcwebsite-donate-form h3{
    text-align: center;
}
.abcwebsite-donate-form .wpcf7-spinner{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 30%);
    margin: 0;
}
.detail-article-single h2{
    font-size: 20px;
    font-weight: 700;
}
.detail-article-single h3{
    font-size: 16px;
    font-weight: 700;
}
.detail-article-single h4{
    font-size: 14px;
    font-weight: 700;
}
.detail-article-single ul{
    list-style: circle !important;
    padding-left: 20px !important;
}
.detail-article-single ul li{
    list-style: circle;
}
.detail-article-single pre, .detail-article-single blockquote, .detail-article-single form, .detail-article-single figure, .detail-article-single p, .detail-article-single dl, .detail-article-single ul, .detail-article-single ol{
    margin-bottom: 1.3em !important;
}
.nav-previous a, .nav-next a{
    color: #0f75bd !important;
    font-weight: bold;
}
@media screen and (max-width: 576px) {
    .blog-single .article-overview h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .single .detail-article-single h3{
        line-height: 25px;
        font-size: 18px;
    }
    .single .detail-article-single h4{
        line-height: 24px;
        font-size: 17px;
    }
}
.date-share {
    margin-bottom: 20px;
    font-size: 16px;
}
.date-admin {
    display: inline-block;
    position: relative;
    font-size: 0.955em;
    color: #637381;
}
.date-admin span {
    margin-right: 10px;
}
.date-admin span i {
    padding-right: 5px;
}
.detail-article-single {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #dedede;
}
.blog-single .post-meta {
    padding: 30px 0;
}
.blog-single .post-meta .entry-meta {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.blog-single .entry-meta>span, .blog-single .entry-meta>a {
    position: relative;
    color: #1f365c;
    display: inline-block;
    text-decoration: none;
    margin: 0 6px 0 0;
    padding: 0 9px 0 0;
}
.blog-single .entry-meta>a:last-child {
    margin: 0;
    padding: 0;
}
.single-share-box {
    text-align: center;
}
.share-link-description {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #1f365c;
    margin: 10px 0;
    font-weight: 700;
}
.social-share .essb_links_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    line-height: 0;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.social-share .essb_links_list a#fb-share {
    border-color: rgba(42,190,235,.3);
    color: #4c69c7;
    padding: 1px;
}
.social-share .essb_links_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 32px !important;
    min-width: 50px;
    min-height: 30px;
    margin: 0 4px 4px 0;
    border: 1px solid rgba(42,190,235,.3);
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.social-share .essb_links_list a#tw-share {
    border-color: rgba(42,190,235,.3);
    color: #2abeeb;
    padding: 1px;
}
.social-share .essb_links_list a > iframe{
    position: relative !important;
}
.post-pagination {
    overflow: hidden;
    margin: 0 0 25px;
    padding: 12px 0 15px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.post-pagination .prev-post {
    float: left;
    width: 50%;
}
.post-pagination span {
    margin: 0;
    display: inline-block;
    color: #888;
}
.post-pagination a {
    color: #313131;
    font-weight: 500;
}
.post-pagination .next-post {
    float: right;
    text-align: right;
    width: 50%;
}
.fb-comments iframe {
    width: 100%!important;
}
.detail-article-single h2,.detail-article-single h3,.detail-article-single h4,.detail-article-single h5,.detail-article-single h6{
    margin-top: 0;
    margin-bottom: .5em;
}
.detail-article-single figcaption{
    text-align: center;
}
.detail-article-single a{
    color: #0f75bd;
}
.detail-article-single p img{
    display: block;
    margin: 15px auto;
}
.post-meta a{
    color: #000;
}
.blog-single .entry-meta>a:after, .blog-single .entry-meta>span:after {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #1f365c;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/*sibar blog*/
.sidebar-blog h3.sb-title {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    position: relative;
    border-bottom: 3px solid #dedede;
    display: block;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.sidebar-blog h3.sb-title:after{
    content: "";
    display: block;
    height: 4px;
    bottom: -4px;
    width: 100px;
    position: absolute;
    border-top: 3px solid #0f75bd;
}
.list-article-related .art-newpost {
    padding: 10px 0;
    border-bottom: 1px solid #DEDEDE;
}
.list-article-related .art-newpost:last-child{
    border-bottom: 1px solid #DEDEDE;
}
.article-item .article-img > a{
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0;
}
.article-item .article-img > a img{
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(1);
}
.art-newpost .art-content .title_art {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #30373b;
}
.art-newpost .art-content .title_art a {
    color: #30373b;
    line-height: 24px;
    font-size: 14px;
}
.art-newpost .art-content .title_art a.current-post{
    color: #0f75bd;
}
.group-box .sb-title{
    font-size: 21px;
}
.group-box .list-article-related{
    background-color: #fff;
}
.group-box .list-article-related .art-content{
    padding: 0;
}
.group-box{
    padding: 30px;
    background-color: #fff;
}
.group-box h3.sb-title:hover{
    cursor: pointer;
}

@media screen and (min-width: 991px) {
    .group-box{
        height: 550px;
        overflow: auto;
    }
}
@media screen and (max-width: 576px) {
    .group-box{
        padding: 15px;
    }
}
table th, table td{
    padding: 8px;
}