
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .sub-menu .bottom{
        flex: 1;
        background-color: #fff;
        border-top: 1px solid #ddd;
        text-align: center;
        padding: 0.75rem 1.5rem;
        display: block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem;
        /* height: 400px; */
    }
}
.ads-main-middle-2 {
    margin-top: 0!important;
}
.ads-main-middle-3 {
    margin-top: 0!important;
}
.news-content .sub-title{
    font-size: 16px;
    padding: 5px;
    color: #fff;
}
.event{
    position: relative;
    border-bottom: solid 1px #eee;
}
.event::after{
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right,rgba(242,242,242,0),#fff 80%);
}
.event .fix-event{
    position: absolute;
    background-color: #fff;
    z-index: 0;
}
.list-event-top{
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    /* margin: 5px 0px; */
    position: relative;
    padding-left: 125px;
}
.list-event-top::-webkit-scrollbar {
  display: none;
}
.list-event-top {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.list-event-top li{
    position: relative;
}
.list-event-top li:last-child a::after{
    content: "";
    padding: 0;
}
.list-event-top li a{
    font-size: 14px;
}
.list-event-top li a::after{
    content: "|";
    padding: 0 12px;
    color: #000;
}
.block-event .block-content .item .right-block{
    border-bottom: solid 1px #eee;
    font-size: 1.2rem;
}
.block-event .block-content .card .card-content{
    display: unset;
}
.block-event .block-content .card .card-title{
    font-size: 1.2rem;
}
.block-event .block-content .card .card-thumb{
    width: 75px;
    float: left;
    margin-bottom: 0px;
    margin-right: 10px;
}
.block-event .block-content .card .card-body{
    /* display: unset; */
}
.block-event .block-content .card .card-body .card-desc{
    text-align: justify;
    font-style: italic;
}
.block-event .block-content .card .card-thumb img{
    height: 75px;
    border-radius: 50%;
    width: 75px;
}
.block-event .block-content .card .card-thumb a::after{
    border-radius: 50%;
    transition:  unset;
    width: 75px;
    height: 75px;
}
.block-event .block-content .card .card-thumb:hover a::after{
    border-radius: 50%;
    transition:  unset;
}
.block-event .block-content .card .card-meta{
    display: flex;
    flex-direction: column;
}
.block-event .block-content .card .card-meta .card-creator{
    order: 2;
}

.main-style2 .card-style-horizontal .card-thumb img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.main-style2 .card-style-horizontal .card-thumb a::after{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.main-style2 .third .card:first-child{
    background-color: #f5f5f5;
    padding: 40px 10px;
    border-radius: 3px;
    border-bottom: solid 1px #da0000;
}
.main-style2 .third .card:first-child .card-title{
    font-size: 1.8rem;
    line-height: 2rem;
}
.main-style2 .third .card:first-child .card-desc{
    font-size: 1rem;
}
.main-style2 .third .card:first-child .card-thumb img{
    width: 120px;
    height: 120px;
}
.main-style2 .third .card:first-child .card-thumb a::after{
    width: 120px;
    height: 120px;
}
.event-detail-landing .title{
    font-size: 40px;
}
.no-space .card-body{
    justify-content: normal;
}
.event-detail-landing .sidebar-right{
    min-width: unset;
}
@media screen and (max-width: 768px) {
    .ads-above-header {
        padding: 0;
        margin: 0!important;
    }
    .ads-below-header {
        padding: 0;
        margin: 0.3rem 0rem!important;
    }
    .top-news {
        margin-top: 0rem;
    }
    .ads-main-right-1 {
        margin: 0!important;
    }
    .main-search .nav-link{
        padding: .5rem 0.5rem;
    }
    .block-event{
        margin-bottom: 0px;
    }

    .main-style2 .third .card:first-child .card-thumb img{
        width: 90px;
        height: 90px;
    }
    .main-style2 .third .card:first-child .card-thumb a::after{
        width: 90px;
        height: 90px;
    }
    .box-templates-plugins{
        width: 100%!important;
    }
}
.block-livestream {
    margin: 1rem 0;
    background: url('../img/backgroundlive.jpg') no-repeat;
    background-size: cover;
}