:root {
    --primary: #010596;
    --secodary: #fc031a;

    --success: #81b657;
    --success_secodary:#6aad35;
    --second_primary:#366490;
    --second_secondary:#104d82;

}

html{
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

img {
    height: auto;
    max-width: 100%;
}

.mode-change {
    color: white;
    outline: none;
    border: none;
}
.navnews .Treadingnews ,.navnews .Breakingnews {
    position: absolute;
    overflow-y: scroll;
    height: 500px;
    width: 100%;
}

.article .maintitle {
    padding: 15px 5px 5px 5px;
}


.header-social-foot ul li{
    margin: 0 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    border-radius: 50%;
    
}
.header-social-foot ul li a{
   font-size: 20px;
    
}


.showdate{
    width: 150px;
    text-align: center;
}

.detail-team-info {
    margin: 7px;
}

hr {
    border-top: 1px solid #ccc;
}

button {
    outline: none !important;
}

#mode-change:hover {
    color: #fff !important;
}

.d-none {
    display: none;
}

.number-short,
.number-short2 {
    cursor: pointer;
}


#mode-change {
    color: #fff !important;
}

/* .owl-stage-outer{
    height: 245px;
} */
.image-manage img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    object-fit: cover;
    border: 5px solid #aba6a7;
}

.detail-image-manage img {
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    width: 35px;
    object-fit: cover;
    border: 0px solid #aba6a7;
}
.upload-member.front-page{
    display: grid;
    padding: 10px 0;
    grid-template-columns: 1fr;
    justify-content: center;
}
.front-page .upload-control{
    display: flex;
    justify-content: center;
}

.upload-control span{
    display: inline;
    margin: 0 5px;
    
}
.upload-control span.uploader-name{
    font-weight:bold ;
}

.single-team-member {
    margin-bottom: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.all-profile {
    padding: 20px 0px;

}

.image-manage {
    text-align: center;
}

.detail-carousel article {
    height: 200px;
}
.top-news-head{
    margin: 0 15px;
}


.article.thumb-article .article-body {
    top: 50;
}
.left-side-nav{
    display: grid;
    grid-template-columns: 1fr auto;
}
.loader {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader>img {
    width: 300px;
}

.loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.thumb {
    height: 100px;
    border: 1px solid #040613;
    margin: 10px;
}

a {
    text-decoration: none !important;
}



.article.widget-article .article-img {
    border-radius: 0px;
}
.main-title{
    font-size: xxx-large;
    text-align: center;
    font-weight: bold;
}
.sub-title{
    font-size:xx-large;
}

@media only screen and (max-width: 924px) {}

@media only screen and (max-width: 767px) {
    .main-title{
        font-size: xx-large;
    }
    .sub-title{
        font-size:x-large;
    }
    .head_detail {
        display: none;
    }

    

    .detail-team-info {
        margin: 0px;

    }

    .detail-team-info h4 {
        margin-left: 2px;
        font-size: 16px;

    }


    .article.row-article .article-img {
        height: 130px;
        width: 100%;
    }
}

@media only screen and (max-width: 443px) {
    .article-img.owlss {
        height: 200px !important;
    }

    .article.row-article .article-img,
    .article .article-img {
        height: 90px;
    }
}

.article-share a {
    cursor: pointer;
}

.article-share a:hover i {
    transform: scale(1.4, 1.4)
}

.download-button {
    position: absolute;
    z-index: 10;
    background: white;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.download-link {
    color: #000;
}

/* p{
    color:#fe0000;
} */




.pagination .page-link {
    padding: 0;
    font-size: 16px;
    border: none;
    color: #152535;
    width: 38px;
    height: 38px;
    background-color: transparent;
    text-align: center;
    line-height: 38px;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    background:  var(--secodary) ;
    color: #fff;
}
.input {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #040613;
    background-color: white;
}

.inputregister {
    width: 50%;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #040613;
    background-color: white;
}

textarea.input {
    padding: 15px;
}

.input-btn {
    display: inline-block;
    color: #FFF;
   
    background-color: rgb(230, 46, 46);
    border: none;
    text-transform: uppercase;
    opacity: 1;
    padding: 10px 10px;
    font-size: 12.5px;
    font-weight: 400;
}

.input-btn:hover {
    background-color: green;
}

.inputregister,
.input-btn {
    display: block;
}

/*=========================================================
    HEADER
===========================================================*/
/*----------------------------*\
    Top Header
\*----------------------------*/
.header-links ul li {
    display: inline-block;
    padding: 5px;
    border-radius: 25px;
    background: #6ca3e6;
    margin: 0px 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin-top: 5px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: initial !important;
}

.owl-show .article-info a {
    color: white;
}

.article-breadcrumb {
    word-wrap: break-word;
}

.article-info li {
    padding: 0px;
}

.header-links ul .active {
    background-color: #fe0000;
}

.center-header {
    padding: 10px 0px;
}

.header-links ul li a {
    display: block;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12.5px;
    text-align: center;
    text-transform: uppercase;
}

.contact-site {

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
   
    padding: 10px;
}

.contact-site p a {
    color: #000;
}

.contact-site p a:hover {
    color: rgb(136, 136, 243)
}

.contact-site p a,
.about-widget p a {
    font-size: 24px;
}

.detail-owl {
    height: auto !important;
}

.article.thumb-article {
    background: #000;
}

.detail-owl img {
    height: auto !important;
}


.modal-body i,
.modal-bodylabel {
    margin-top: 15px;
}

/*----------------------------*\
    Center Header
\*----------------------------*/

.header-logo .logo {
    display: inline-block;
}

.header-logo .logo>img {
    width: 150px;
    height: auto;
}

.header-ads-qw {
    float: right;
}

.header-ads-qw img {
    width: 750px;
}

/*----------------------------*\
    Nav Header
\*----------------------------*/

#nav-header .nav-logo .logo {
    display: inline-block;
}

#nav-header .nav-logo .logo>img {
    width: 80%;
    max-height: 90px;
}

#nav-header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
}

.main-nav li a {
    padding: 25px 15px;
    color: #FFF;
    white-space: nowrap;
    text-transform: uppercase;
}


.side-nav {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 300px;
    margin: 0px;
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    float: none;
    background: var(--primary);

}
.side-nav.show{
    display: block;
}
.d-flex{
    display: flex;
}

.side-nav.navbar-nav>li {

    float: none;
}

.button-nav {
    display: grid;
    grid-gap: 15px;
    width: 95%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;

}

.right-btn-nav {
    margin-right: 10px;
}



.mode_btn {
    padding-top: 15px;
    min-width: 51px;
    text-align: center;
    padding-bottom: 15px;
    color: white;
    border: none;
    outline: none;
    background: transparent;
}
.mode_btn:hover,.mode_btn:focus {
    background: #fe0000;
    color: white;
    outline: none;
    border: none;
}


.head_detail {
    height: 150px;
    /* overflow-y: scroll; */
    overflow: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /*
    text-overflow: ellipsis; */
}
.detail-header{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}
.head_detail::-webkit-scrollbar {
    display: none;
}

.share-views{
    text-align: center;
    line-height: 22px;
    padding: 0 10px;
}
.share-detail,.shares{
    display: flex;
    justify-content: flex-end;
}

.share-views .info{
    display: block;
}
.p-0 {
    padding: 0;
}

.margin-y-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.search-form,.trendingnews,.breakingnews {
    transition: 1s all;
    
    margin-top: -500%;
    z-index: 1000;
    right: 0;
    box-shadow: 0 2px 20px rgb(0 0 0 / 30%);
    width: 100%;
    position: absolute;
    background: var(--primary);
    display: block;
    justify-content: space-around;
    
}
.search-form form{
    padding: 5px;
}
.fixed-search-top {
    top: 50px;
    position: fixed;

}






.search-form form .input {

    border: none;
    background-color: #FFF;
}

.search-form.search-collapse,.breakingnews.breakingnews-collapse,.trendingnews.trendingnews-collapse {
    margin-top: 0px;
    

}

.addition-news .seperate:nth-child(4),
.addition-news .seperate-md:nth-child(4) {
    display: none;
}

.article {
    z-index: 1;
}

.article .article-title.carousel-title {
    height: 40px;
}

.article .article-img.menu-img{
    height: 265px;
}
.article .article-img.menu-img a{
    height: 265px;
}
.seemore{
    background: var(--second_primary);
    padding: 5px 10px;
    float: right;
    color: #fff !important;
    margin-top: 5px;
        font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.article.news-general{
    display: flex;
    height: 265px;
    overflow: hidden;
}
.article.news-general .article-body,.article.news-general .article-img{
    width: 50%;
}


/*----------------------------*\
    Responsive Header
\*----------------------------*/
@media only screen and (max-width: 1201px) {

    #header #center-header .header-logo,
    #header #center-header .header-ads-qw {
        text-align: center;
    }

    .article .article-title.carousel-title {
        height: 40px;
        font-size: 13px !important;
    }

    .article .article-img{
        height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .addition-news .seperate-md:nth-child(4) {
        display: block;
    }

   

    .padding-y-15 {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 926px) {
    .up-social {
        display: none;
    }

    
}

@media only screen and (max-width:870px) {
    #nav-header .button-nav .nav-collapse-btn {
        display: inline-block;
    }

    #main-nav {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        max-width: 300px;
        overflow-x: hidden;
        overflow-y: hidden;
        background: #ff872c;
        transition: 0.2s all;
        z-index: 99;
    }

    #main-nav.nav-collapse {
        width: 100%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .main-nav {
        display: none;
    }

    .side-nav li a {
        padding: 25px 15px;
        color: #FFF;
        width: 301px;
        text-transform: uppercase;
    }

  
    .hide-nav-side {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .article .article-title.carousel-title {
        height: 53px;
        font-size: 14px;
    }

    .article .article-img {
        height: 90px;
    }

    .half-article {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .p-0 {
        padding: inherit;
    }

    .addition-news .seperate:nth-child(4) {
        display: block;
    }

    #header #top-header {
        text-align: center;
    }

    #header #center-header {
        padding: 0px;
    }

    .header-ads-qw {
        /* display: none; */
        overflow-y: scroll;
    }

    #nav-header .nav-logo {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 400px) {
    #main-nav.nav-collapse {
        width: 200px;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

}

/*=========================================================
    SECTION
===========================================================*/
.section {
    padding: 20px 0;
    background: #fefefe;
}

.section-title {
    position: relative;
    margin-bottom: 30px;
}


.news-image {
    border-radius: 20px 0px 0px !important;
}

.section-title .title {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    font-size: 20px;
    color: #7588ff;
    padding: 0 15px;
    font-weight: bold;
    border-bottom: solid 1px rgba(77,77,77,.2);
    border-top: solid 1px rgba(77,77,77,.2);
    background-color: #f4f8fb;
}

/*------------------------------------*\
    Tab Nav
\*------------------------------------*/
.tab-nav li {
    position: relative;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: none;
    margin-right: -4px;
    z-index: 2;
}

.tab-nav li:last-child {
    border-right: 1px solid #DDD;
    margin-right: 0px;
}

.tab-nav li a {
    display: block;
    padding: 0 15px;
    background: #FFF;
    font-size: 12.5px;
    text-transform: uppercase;
}

.tab-nav li.active {
    background-color: rgb(58, 58, 58) !important;
}

.tab-nav li.active a {
    background-color: #fa3d3d;
    color: #FFF;
}

.tab-nav li.active:after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #fe0000 transparent transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

/*=========================================================
    ARTICLE
===========================================================*/
/*------------------------------------*\
    Default Article
\*------------------------------------*/


.article .article-img>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}


.article-body a {
    color: #040613;
}

.article .article-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: 90px;
}
.article .article-img.header-img {
   
    height: 400px;
}

.maintain .article-img.owlss {
   
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: 395px !important;
}

.article .article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
}

.hr-sm {
    margin-top: 1px;
    margin-bottom: 1px;
}

.hr-md {
    margin-top: 3px;
    margin-bottom: 3px;
}

.article:hover .article-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.article .article-img .article-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 22;
}

.article .article-body .article-info {
    margin-bottom: 15px;
}

.article .article-info li {
    display: inline-block;
    margin-right: -2px;
}

.article .article-info .article-type {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #222;
    color: #FFF;
    font-size: 12.5px;
}

.detail-main {
    justify-content: flex-start !important;
}

.detail-main li {
    margin: 0px 6px !important;
}

.article .article-info .article-category>a {
    display: block;
    height: 30px;
    line-height: 30px;
    
    text-transform: uppercase;
    font-size: 12.5px;
}

.article .article-info .article-category>a:hover {
    opacity: 0.8;
}

.article .article-title {
    padding-top: 5px;
    overflow: hidden;
    height: 45px;
}

.article .article-title>a {
    font-weight: 600;
}

.article .article-meta li {
    display: inline-block;
    white-space: nowrap;
    color: #040613;
    font-weight: 400;
    font-size: 11.5px;
    /* text-transform: uppercase; */
}

@media only screen and (max-width: 550px) {
    .article .article-meta li {
        font-size: 11.5px;
    }
}

.article .article-meta {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.article .article-meta.owls {
    display: flex;
    padding-left: 0;
    justify-content: flex-start;
}

.article .article-meta.owls li {
    color: white;
}

.article .article-meta.owls li:nth-child(2) {
    margin: 0 20px;
}

/*------------------------------------*\
    Thumb Article
\*------------------------------------*/


.article.thumb-article .article-img:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
    background: linear-gradient(to top, #222 0%, transparent 100%);
    opacity: 0.5;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.article.thumb-article:hover .article-img:after {
    opacity: 1;
}

.article.thumb-article .article-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 5%;
    z-index: 20;
}

.article.thumb-article .article-body .article-title>a {
    color: white;
}

/*------------------------------------*\
    Widget Article
\*------------------------------------*/
.article.widget-article:after {
    content: "";
    display: block;
    clear: both;
}

.article.widget-article .article-img {
    float: left;
    width: 80px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.article.widget-article .article-title {
    font-size: 14px !important;
}



/*------------------------------------*\
    Row Article
\*------------------------------------*/
.article.row-article:after {
    content: "";
    display: block;
    clear: both;
}

.article.row-article .article-img {
    width: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
    height: 145px;
}

@media only screen and (max-width: 767px) {
    .article.row-article .article-img {
        width: 180px;
    }

   

    .article.row-article .article-body p {
        display: none;
    }

    .article .article-title {
        padding-top: 5px;
        overflow: hidden;
        height: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .article.row-article .article-img {
        float: none;
        margin-bottom: 15px;
    }
}

/*-- article pagination --*/
.article-pagination {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-pagination ul li {
    display: inline-block;
}

.article-pagination ul li a {
    display: block;
    padding: 6px 15px;
    color: #DDD;
    border: 1px solid #DDD;
    font-size: 12.5px;
}

/*=========================================================
    WIDGET
===========================================================*/
.widget+.widget {
    margin-top: 30px;
}

.widget .widget-title {
    margin-bottom: 30px;
    text-align: center;
}

.widget .widget-title .title {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    font-size: 20px;
    color: #7588ff;
    padding: 0 15px;
    font-weight: bold;
    border-bottom: solid 1px rgba(77,77,77,.2);
    border-top: solid 1px rgba(77,77,77,.2);
    background-color: #f4f8fb;
}

.widget .article-img,
.widget-article .article-img {
    margin-top: 15px;
}

/*------------------------------------*\
    Social Widget
\*------------------------------------*/
.social-widget ul li {
    display: inline-block;
}

.social-widget ul li a {
    display: block;
    padding: 6px 15px;
    font-size: 12.5px;
    text-transform: uppercase;
    text-align: center;
}

.social-widget ul li a:hover {
    opacity: 0.8;
}

/*------------------------------------*\
    Subscribe Widget
\*------------------------------------*/
.widget.subscribe-widget {
    padding: 30px;
    background-color: #222;
}

.widget.subscribe-widget form input.input {
    background: #FFF;
    border: none;
}

.subscribe-widget form button.input-btn {
    margin-top: 15px;
}

.footer-widget.subscribe-widget form input.input {
    color: #040613;
    border: 1px solid #040613;
}

.galery-widget ul li {
    display: inline-block;
    width: 25%;
    padding: 3px;
    margin-right: -4px;
    margin-top: -4px;
}

.galery-widget ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.galery-widget ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #222;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.galery-widget ul li a:after {
    content: "\f030";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.galery-widget ul li a img {
    width: 100%;
    -webkit-transition: 0.5s -webkit-transform;
    transition: 0.5s -webkit-transform;
    transition: 0.5s transform;
    transition: 0.5s transform, 0.5s -webkit-transform;
}

.galery-widget ul li a:hover:before {
    opacity: 0.5;
}

.galery-widget ul li a:hover:after {
    opacity: 1;
}

.galery-widget ul li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*------------------------------------*\
    Tweets Widget
\*------------------------------------*/
.tweets-widget .tweet+.tweet {
    margin-top: 30px;
}

.tweets-widget .tweet {
    min-height: 45px;
}

.tweets-widget .tweet i {
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #DDD;
    color: #FFF;
    border-radius: 50%;
}

.tweets-widget .tweet .tweet-body a {
    text-decoration: underline;
}

/*------------------------------------*\
    tags Widget
\*------------------------------------*/
.widget-tags ul li {
    display: inline-block;
    margin-top: 3px;
}

.widget-tags ul li a {
    display: block;
    padding: 6px 15px;
    color: #DDD;
    border: 1px solid #DDD;
    font-size: 12.5px;
}

/*=========================================================
    ARTICLE POST
===========================================================*/
.article-post .article-main-img {
    margin-bottom: 15px;
}

.article-post .article-main-img img {
    width: 100%;
}

/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/
.article-breadcrumb {
    margin-bottom: 15px;
}

.article-breadcrumb>li {
    display: inline-block;
    font-size: 12.5px;
    text-transform: uppercase;
    color: #DDD;
}

.article-breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0px 3px;
    color: #DDD;
}

/*------------------------------------*\
    Article Share
\*------------------------------------*/


.article-share>a {
    display: table-cell;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12.5px;
    text-align: center;
    background-color: #222;
    color: #FFF;
}

.article-share>a.facebook {
    color: #FFF;
    background-color: #3b5999;
}

.article-share>a.twitter-sh {
    color: #FFF;
    background-color: #00aced;
}

.article-share>a.google {
    color: #FFF;
    background-color: #d44332;
}


/*------------------------------------*\
    Article Comments
\*------------------------------------*/
.article-comments {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-comments .media {
    position: relative;
}

.article-comments .media:after {
    content: "";
    position: absolute;
    left: 22.5px;
    top: 60px;
    bottom: 15px;
    width: 1px;
    background-color: #DDD;
}

.article-comments>.media {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-comments>.media .media {
    margin-top: 30px;
    margin-left: 45px;
}

.article-comments .media .media-left {
    padding-right: 30px;
}

.article-comments .media .media-left img {
    border-radius: 50%;
    width: 45px;
}

.article-comments .media .media-body .media-heading h5 {
    margin-top: 0px;
}

.article-comments .media .media-body .reply-time {
    color: #DDD;
    font-size: 12.5px;
    font-weight: 400;
    margin-left: 10px;
}

.article-comments .media .media-body .reply-btn {
    font-size: 12.5px;
    text-transform: uppercase;
}

/*------------------------------------*\
    Reply Form
\*------------------------------------*/
.article-reply-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-reply-form form input.input {
    width: calc(33.33% - 10px);
}

.article-reply-form form input.input+input.input {
    margin-left: 12px;
}

.article-reply-form form textarea.input {
    height: 90px;
    margin-top: 15px;
}

.article-reply-form form button.input-btn {
    margin-top: 15px;
}

/*=========================================================
    FOOTER
===========================================================*/
footer{
    margin-top: 10px;
    color: #ffffff;
}
#top-footer {
    padding: 10px 0;
    background: var(--second_primary);
}

#down-footer .section{
    padding: 10px 15px;
    
    background: var(--second_secondary);
    
}
#down-footer .section a{
    padding:  10px;

  
}
.sitename{
    font-family: fantasy;
}
.sitename span:nth-child(1) {
color: var(--secodary);
}
.sitename span:nth-child(2) {
    color: var(--success);
}
.sitename span:nth-child(3) {
    color: var(--second_secondary);

}
.footer-categories div{
  
    margin: 5px 0;
}
.footer-categories a{
    cursor: pointer;
    font-size: 16px;
}
blockquote {
    border-left: 0px;
}

#footer p {
    color: #fff;
}

#footer a {
    white-space: nowrap;
    color: #cccccc;
}
#footer a:hover  {
    color: #ffffff !important;
}

.footer-widget {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-widget .widget-title {
    margin-bottom: 15px;
}

#footer .widget-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}

.footer-logo .logo {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-logo .logo img {
    width: 150px !important;
    max-height: auto !important;
}

/*------------------------------------*\
    Bottom Footer
\*------------------------------------*/
.footer-links {
    text-align: right;
}

.footer-links li {
    display: inline-block;
}

.custom-owl-nav>div {
    position: relative;
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    border: 1px solid #040613;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.custom-owl-nav>div.disabled {
    border-color: rgba(221, 221, 221, 0.5);
    color: rgba(221, 221, 221, 0.5);
    cursor: not-allowed;
}

.custom-owl-nav .owl-prev {
    border-right: none;
}

/*------------------------------------*\
    Owl Center nav
\*------------------------------------*/
.owl-theme.center-owl-nav .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 45px;
    height: 100px;
    line-height: 100px;
    margin: 0;
}

.owl-theme.center-owl-nav .owl-nav [class*='owl-']:hover {
    background: rgba(254, 0, 0, 0.3);
}

.owl-theme.center-owl-nav .owl-prev {
    left: 0px;
    border-radius: 0px 20px 20px 0px;
}

.owl-theme.center-owl-nav .owl-next {
    right: 0px;
    border-radius: 20px 0px 0px 20px;
}

/*------------------------------------*\
    Owl Dots
\*------------------------------------*/
.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #DDD;
}

/*=========================================================
    RESPONSIVE
===========================================================*/
@media only screen and (max-width: 1201px) {}

@media only screen and (max-width: 991px) {
    .section-title .tab-nav {
        float: none !important;
    }

    .section-title .custom-owl-nav {
        float: none !important;
    }

    #bottom-footer .footer-links {
        text-align: center;
    }

    #bottom-footer .footer-copyright {
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .maintain .article-img.owlss {
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
        height: 295px !important;
    }
}

@media only screen and (max-width: 480px) {
    .maintain .article-img.owlss {
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
        height: 220px !important;
    }

    .article-comments .media:after {
        display: none;
    }

    .article-comments>.media .media {
        margin-left: 15px;
    }

    .article-reply-form form input.input {
        width: 100%;
    }

    .article-reply-form form input.input+input.input {
        margin-left: 0px;
        margin-top: 15px;
    }
}

/*=========================================================
    Back to Top
===========================================================*/
#back-to-top {
    background: var(--success);
    border-radius: 50%;
    bottom: 60px;
    right: 60px;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 40px;
    position: fixed;
    z-index: 99;
    opacity: 0;
    display: block;
    cursor: pointer;
}


#back-to-top.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

#back-to-top:hover {
    background: var(--success_secodary);
}

@media only screen and (max-width: 767px) {
    #back-to-top {
        bottom: 30px;
        right: 30px;
    }
}


.header-links ul li {
    display: inline-block;
}

.header-links ul .active {
    background-color: #fe0000;
}

.header-links ul li a {
    display: block;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12.5px;
    text-align: center;
    text-transform: uppercase;
}

.modal-body i,
.modal-bodylabel {
    margin-top: 15px;
}

/*----------------------------*\
    Center Header
\*----------------------------*/

.header-logo .logo {
    display: inline-block;
}

.header-ads-qw {
    float: right;
}

.header-ads-qw img {
    width: 750px;
}

/*----------------------------*\
    Nav Header
\*----------------------------*/
#header #nav-header {
    background: var(--primary);
}

#nav-header .nav-logo .logo {
    display: inline-block;
}

#nav-header .nav-logo .logo>img {
    width: 80%;
    max-height: 90px;
}

#nav-header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
}

.main-nav li a {
    padding: 25px 15px;
    color: #FFF;
    text-transform: uppercase;
}

.main-nav li.active a,
.side-nav li.active a {
    background-color: var(--secodary) !important;
}

.main-nav li a:hover,
.main-nav li a:focus,
.side-nav li a:hover,
.side-nav li a:focus {
    background-color: var(--secodary);
}



.popular-img {
    border-radius: 20px 0px 0px !important;
}

/*----------------------------*\
    Responsive Header
\*----------------------------*/
@media only screen and (max-width: 1201px) {

    #header #center-header .header-logo,
    #header #center-header .header-ads-qw {
        float: none;
        text-align: center;
    }

}

@media only screen and (max-width:870px) {
    #nav-header .button-nav .nav-collapse-btn {
        display: inline-block;
    }


    .main-nav {
        display: none;
    }

    .side-nav li a {
        padding: 25px 15px;
        color: #FFF;
        width: 301px;
        text-transform: uppercase;
    }

   

    .hide-nav-side {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #header #top-header {
        text-align: center;
    }

    #header #center-header {
        padding: 0px;
    }

    .header-ads-qw {
        /* display: none; */
        overflow-y: scroll;
    }

    #nav-header .nav-logo {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
}

/*=========================================================
    SECTION
===========================================================*/


.tab-nav li:last-child {
    border-right: 1px solid #DDD;
    margin-right: 0px;
}

.tab-nav li a {
    display: block;
    padding: 0 15px;
    background: #FFF;
    font-size: 12.5px;
    text-transform: uppercase;
}

.tab-nav li.active {
    background-color: rgb(58, 58, 58) !important;
}

.tab-nav li.active a {
    background-color: #fe0000;
    color: #FFF;
}

.tab-nav li.active:after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #fe0000 transparent transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

/*=========================================================
    ARTICLE
===========================================================*/
/*------------------------------------*\
    Default Article
\*------------------------------------*/


.article .article-img>a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: 90px;
}



.article:hover .article-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.article .article-info .article-category>a {
    display: block;
    height: 30px;
    line-height: 30px;
    
    text-transform: uppercase;
    font-size: 12.5px;
}

.article .article-info .article-category>a:hover {
    opacity: 0.8;
}

.article .article-title>a {
    font-weight: 600;
}




/*------------------------------------*\
    Row Article
\*------------------------------------*/
.article.row-article:after {
    content: "";
    display: block;
    clear: both;
}


.thumb-article {
    box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
    .popular-img {
        display: contents;
    }

    .popular-img img {
        border-radius: 20px 20px 0px 0px !important;
    }

    .article.row-article .article-img {
        width: 180px;
    }

    .article.row-article .article-body p {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .article .article-title {
        padding-top: 5px;
        overflow: hidden;
        height: fit-content;
    }

    .col-xs-6 {
        width: 100%;
    }
    #top-footer .col-xs-6 {
        width: 50%;
    }
}
@media only screen and (max-width: 450px) {
    
    #top-footer .col-xs-6 {
        width: 100%;
    }
    #top-footer .col-4 {
        width: 33.3333333%;
    }
}

/*=========================================================
    WIDGET
===========================================================*/
.widget+.widget {
    margin-top: 30px;
}


/*------------------------------------*\
    Social Widget
\*------------------------------------*/
.social-widget ul li {
    display: inline-block;
}

.social-widget ul li a {
    display: block;
    padding: 6px 15px;
    font-size: 12.5px;
    text-transform: uppercase;
    text-align: center;
}

.widget.social-widget ul li {
    width: 25%;
    padding: 3px;
    margin-right: -4px;
}

.widget.social-widget ul {
    padding: 0;
}

.social-widget ul li a:hover {
    opacity: 0.8;
}





.article-breadcrumb>li {
    display: inline-block;
    font-size: 12.5px;
    text-transform: uppercase;
    color: #DDD;
}

.article-breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0px 3px;
    color: #DDD;
}

/*------------------------------------*\
    Article Share
\*------------------------------------*/



.article-reply-form form input.input {
    width: calc(33.33% - 10px);
}

.article-reply-form form input.input+input.input {
    margin-left: 12px;
}

.article-reply-form form textarea.input {
    height: 90px;
    margin-top: 15px;
}

.article-reply-form form button.input-btn {
    margin-top: 15px;
}

/*=========================================================
    FOOTER
===========================================================*/

#footer ul {
    padding: 0;
}

.footer-widget {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-widget .widget-title {
    margin-bottom: 15px;
}

.footer-widget .footer-logo .logo {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-widget .footer-logo .logo>img {
    margin-top: -30px !important;
    width: auto !important;
    max-height: 90px !important;
}

/*------------------------------------*\
    Bottom Footer
\*------------------------------------*/
.footer-links {
    text-align: right;
}

/*------------------------------------*\
    Owl Center nav
\*------------------------------------*/

.owl-theme.center-owl-nav .owl-prev {
    left: 0px;
}

.owl-theme.center-owl-nav .owl-next {
    right: 0px;
}

/*------------------------------------*\
    Owl Dots
\*------------------------------------*/
.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #DDD;
}

/*=========================================================
    RESPONSIVE
===========================================================*/


#back-to-top.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

#center-header {
    padding: 20px;
}

#footer a:hover {
    color: rgb(136, 136, 243);
}

hr {
    border-top: 1px solid #ccc;
}

/* p{
     color:#fe0000;
 } */



textarea.input {
    padding: 15px;
}

.input-btn {
    display: inline-block;
    color: #FFF;
   
    background-color: rgb(230, 46, 46);
    border: none;
    text-transform: uppercase;
    opacity: 1;
    padding: 10px 10px;
    font-size: 12.5px;
    font-weight: 400;
}

.input-btn:hover {
    background-color: green;
}

.inputregister,
.input-btn {
    display: block;
}

/*=========================================================
     HEADER
 ===========================================================*/
/*----------------------------*\
     Top Header
 \*----------------------------*/


.owl-show .article-info a {
    color: white;
}

.article-breadcrumb {
    word-wrap: break-word;
}

.article-info li {
    padding: 0px;
}

.header-links ul .active {
    background-color: #fe0000;
}

.center-header {
    background: #ffffff;
    padding: 10px 0px;
}

.header-links ul li a {
    display: block;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12.5px;
    text-align: center;
    text-transform: uppercase;
}


.modal-body i,
.modal-bodylabel {
    margin-top: 15px;
}

/*----------------------------*\
     Nav Header
 \*----------------------------*/
#nav-header .nav-logo {
    display: none;
    float: left;
}

#nav-header .nav-logo .logo {
    display: inline-block;
}

#nav-header .nav-logo .logo>img {
    width: 80%;
    max-height: 90px;
}





.head_detail {
    height: 150px;
    /* overflow-y: scroll; */
    overflow: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /*
     text-overflow: ellipsis; */
}

.head_detail::-webkit-scrollbar {
    display: none;
}

.p-0 {
    padding: 0;
}



.addition-news .seperate:nth-child(4),
.addition-news .seperate-md:nth-child(4) {
    display: none;
}

/*----------------------------*\
     Responsive Header
 \*----------------------------*/
@media only screen and (max-width: 1201px) {

    #header #center-header .header-logo,
    #header #center-header .header-ads-qw {
        float: none;
        text-align: center;
    }

}

@media only screen and (max-width: 991px) {
    .addition-news .seperate-md:nth-child(4) {
        display: block;
    }
}


@media only screen and (max-width: 767px) {
    .half-article {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .p-0 {
        padding: inherit;
    }

    .addition-news .seperate:nth-child(4) {
        display: block;
    }

    #header #top-header {
        text-align: center;
    }

    #header #center-header {
        padding: 0px;
    }

    .header-ads-qw {
        /* display: none; */
        overflow-y: scroll;
    }

    #nav-header .nav-logo {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }
}

/*=========================================================
     SECTION
 ===========================================================*/

.section-title {
    position: relative;
    margin-bottom: 30px;
}


/*------------------------------------*\
     Tab Nav
 \*------------------------------------*/
#mode-change:hover {
    color: #fff;
}

.tab-nav li {
    position: relative;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: none;
    margin-right: -4px;
    z-index: 2;
}

.tab-nav li:last-child {
    border-right: 1px solid #DDD;
    margin-right: 0px;
}

.tab-nav li a {
    display: block;
    padding: 0 15px;
    background: #FFF;
    font-size: 12.5px;
    text-transform: uppercase;
}

.tab-nav li.active {
    background-color: rgb(58, 58, 58) !important;
}

.tab-nav li.active a {
    background-color: #fe0000;
    color: #FFF;
}

.tab-nav li.active:after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #fe0000 transparent transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

/*=========================================================
     ARTICLE
 ===========================================================*/
/*------------------------------------*\
     Default Article
 \*------------------------------------*/

.article-body {
    font-size: 16px;
    padding: 0px 15px;
    padding-bottom: 15px;
}

.widget-article .article-body {
    padding: 0px 15px;
    padding-top: 1px;
    padding-bottom: 15px;
}
.widget-article .article-body.trendingnews-body {
    display: grid;
    grid-template-columns: 1fr 15fr;
    grid-gap: 15px;
}



.article-title a {
    color: #040613;
}

.mt-1 {
    margin-top: 10px;
}

.time-oneline,
.view_share {
    display: block;
}

.article .article-meta.small-cart {
    display: block;
}

.float-right {
    float: right;
}

.article.small-article {
    margin-bottom: 10px;
}






.article .article-meta.owls {
    display: flex;
    padding-left: 0;
    justify-content: flex-start;
}

.article .article-meta.owls li {
    color: white;
}

.article .article-meta.owls li:nth-child(2) {
    margin: 0 20px;
}

.article-meta.owl-meta li {
    color: #fff;
}

/*------------------------------------*\
     Thumb Article
 \*------------------------------------*/



/*------------------------------------*\
     Widget Article
 \*------------------------------------*/
.article.widget-article:after {
    content: "";
    display: block;
    clear: both;
}

.article.widget-article .article-img {
    float: left;
    width: 80px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.article.widget-article .article-title {
    font-size: 14px !important;
}



/*------------------------------------*\
     Row Article
 \*------------------------------------*/
.article.row-article:after {
    content: "";
    display: block;
    clear: both;
}


@media only screen and (max-width: 767px) {
    .article.row-article .article-img {
        width: 180px;
    }

    .article.row-article .article-body p {
        display: none;
    }

    .article .article-title {
        padding-top: 5px;
        overflow: hidden;
        height: 45px;
    }
}

/*=========================================================
     WIDGET
 ===========================================================*/


.widget .article-img,
.widget-article .article-img {
    margin-top: 15px;
}

/*------------------------------------*\
     Social Widget
 \*------------------------------------*/


/*------------------------------------*\
     Subscribe Widget
 \*------------------------------------*/
.widget.subscribe-widget {
    padding: 30px;
    background-color: #222;
}

.widget.subscribe-widget form input.input {
    background: #FFF;
    border: none;
}

.subscribe-widget form button.input-btn {
    margin-top: 15px;
}

.footer-widget.subscribe-widget form input.input {
    color: #040613;
    border: 1px solid #040613;
}

.galery-widget ul li {
    display: inline-block;
    width: 25%;
    padding: 3px;
    margin-right: -4px;
    margin-top: -4px;
}

.galery-widget ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}


/*------------------------------------*\
     Tweets Widget
 \*------------------------------------*/
.tweets-widget .tweet+.tweet {
    margin-top: 30px;
}

.tweets-widget .tweet {
    min-height: 45px;
}

.tweets-widget .tweet i {
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #DDD;
    color: #FFF;
    border-radius: 50%;
}

.tweets-widget .tweet .tweet-body a {
    text-decoration: underline;
}

/*------------------------------------*\
     tags Widget
 \*------------------------------------*/
.widget-tags ul li {
    display: inline-block;
    margin-top: 3px;
}

.widget-tags ul li a {
    display: block;
    padding: 6px 15px;
    color: #DDD;
    border: 1px solid #DDD;
    font-size: 12.5px;
}

/*=========================================================
     ARTICLE POST
 ===========================================================*/
.article-post .article-main-img {
    margin-bottom: 15px;
}

.article-post .article-main-img img {
    width: 100%;
}

/*------------------------------------*\
     Breadcrumb
 \*------------------------------------*/
.article-breadcrumb {
    margin-bottom: 15px;
}

.article-breadcrumb>li {
    display: inline-block;
    font-size: 12.5px;
    text-transform: uppercase;
    color: #DDD;
}

.article-breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0px 3px;
    color: #DDD;
}

/*------------------------------------*\
     Article Share
 \*------------------------------------*/


/*------------------------------------*\
     Article Comments
 \*------------------------------------*/
.article-comments {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-comments .media {
    position: relative;
}

.article-comments .media:after {
    content: "";
    position: absolute;
    left: 22.5px;
    top: 60px;
    bottom: 15px;
    width: 1px;
    background-color: #DDD;
}

.article-comments>.media {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-comments>.media .media {
    margin-top: 30px;
    margin-left: 45px;
}

.article-comments .media .media-left {
    padding-right: 30px;
}

.article-comments .media .media-left img {
    border-radius: 50%;
    width: 45px;
}

.article-comments .media .media-body .media-heading h5 {
    margin-top: 0px;
}

.article-comments .media .media-body .reply-time {
    color: #DDD;
    font-size: 12.5px;
    font-weight: 400;
    margin-left: 10px;
}

.article-comments .media .media-body .reply-btn {
    font-size: 12.5px;
    text-transform: uppercase;
}

/*------------------------------------*\
     Reply Form
 \*------------------------------------*/
.article-reply-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-reply-form form input.input {
    width: calc(33.33% - 10px);
}

.article-reply-form form input.input+input.input {
    margin-left: 12px;
}

.article-reply-form form textarea.input {
    height: 90px;
    margin-top: 15px;
}

.article-reply-form form button.input-btn {
    margin-top: 15px;
}

/*=========================================================
     FOOTER
 ===========================================================*/


.footer-widget .footer-logo .logo {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-widget .footer-logo .logo>img {
    margin-top: -30px !important;
    width: auto !important;
    max-height: 90px !important;
}

/*------------------------------------*\
     Bottom Footer
 \*------------------------------------*/
.footer-links {
    text-align: right;
}

/*------------------------------------*\
     Owl Center nav
 \*------------------------------------*/

.owl-theme.center-owl-nav .owl-prev {
    left: 0px;
}

.owl-theme.center-owl-nav .owl-next {
    right: 0px;
}

/*------------------------------------*\
     Owl Dots
 \*------------------------------------*/
.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #DDD;
}

/*=========================================================
     RESPONSIVE
 ===========================================================*/

/*=========================================================
     Back to Top
 ===========================================================*/


textarea.input {
    padding: 15px;
}

.input-btn {
    display: inline-block;
    color: #FFF;
   
    background-color: rgb(230, 46, 46);
    border: none;
    text-transform: uppercase;
    opacity: 1;
    padding: 10px 10px;
    font-size: 12.5px;
    font-weight: 400;
}

.input-btn:hover {
    background-color: green;
}

.inputregister,
.input-btn {
    display: block;
}

/*=========================================================
     HEADER
 ===========================================================*/
/*----------------------------*\
     Top Header
 \*----------------------------*/
.header-links ul li {
    display: inline-block;
}

.header-links ul .active {
    background-color: #fe0000;
}

.header-links ul li a {
    display: block;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12.5px;
    text-align: center;
    text-transform: uppercase;
}



.modal-body i,
.modal-bodylabel {
    margin-top: 15px;
}

/*----------------------------*\
     Center Header
 \*----------------------------*/

.header-logo .logo {
    display: inline-block;
}

.header-ads-qw {
    float: right;
}

.header-ads-qw img {
    width: 750px;
}

#nav-header .nav-logo {
    display: none;
    float: left;
}

#nav-header .nav-logo .logo {
    display: inline-block;
}

#nav-header .nav-logo .logo>img {
    width: 80%;
    max-height: 90px;
}




/*----------------------------*\
     Responsive Header
 \*----------------------------*/
@media only screen and (max-width: 1201px) {

    #header #center-header .header-logo,
    #header #center-header .header-ads-qw {
        float: none;
        text-align: center;
    }

}

@media only screen and (max-width:978px) {
    #nav-header .button-nav .nav-collapse-btn {
        display: inline-block;
    }

    .main-nav {
        display: none;
    }

    .side-nav li a {
        padding: 25px 15px;
        color: #FFF;
        width: 301px;
        text-transform: uppercase;
    }

 

    .hide-nav-side {
        display: none;
    }
}


/*=========================================================
     SECTION
 ===========================================================*/

/*------------------------------------*\
     Tab Nav
 \*------------------------------------*/
.tab-nav li {
    position: relative;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: none;
    margin-right: -4px;
    z-index: 2;
}

.tab-nav li:last-child {
    border-right: 1px solid #DDD;
    margin-right: 0px;
}

.tab-nav li a {
    display: block;
    padding: 0 15px;
    background: #FFF;
    font-size: 12.5px;
    text-transform: uppercase;
}

.tab-nav li.active {
    background-color: rgb(58, 58, 58) !important;
}

.tab-nav li.active a {
    background-color: #fe0000;
    color: #FFF;
}

.tab-nav li.active:after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #fe0000 transparent transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

/*=========================================================
     ARTICLE
 ===========================================================*/
/*------------------------------------*\
     Default Article
 \*------------------------------------*/
.article {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
}
.navnews .article {
    margin-bottom: 0px;
    box-shadow: 0 2px 0px rgb(0 0 0 / 10%);
}
.upload-member{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.upload-member .timelap{
    line-height: 35px;
}



.article:hover {
    box-shadow: 0 2px 12px rgb(0 0 0 / 25%);
}
.article-title a:hover {
    color:var(--second_secondary);
}
.article-title.head-title {
    text-align: center;
    font-size: 50px;
}






/*------------------------------------*\
     Thumb Article
 \*------------------------------------*/



/*------------------------------------*\
     Widget Article
 \*------------------------------------*/
.article.widget-article:after {
    content: "";
    display: block;
    clear: both;
}

.article.widget-article .article-img {
    float: left;
    width: 80px;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 0px;

}




/*------------------------------------*\
     Row Article
 \*------------------------------------*/
.article.row-article:after {
    content: "";
    display: block;
    clear: both;
}


@media only screen and (max-width: 650px) {
    .detail-header{
        align-content: stretch;
    flex-direction: column;
    justify-content: space-evenly;
    }
}
@media only screen and (max-width: 500px) {
    .article-title.head-title {
        font-size: 24px;
    }
    .article .article-title {
        padding-top: 5px;
        overflow: hidden;
        height: fit-content;
    }
    .upload-member {
        grid-template-columns: 1fr;
    }

}

/*=========================================================
     WIDGET
 ===========================================================*/
.widget+.widget {
    margin-top: 30px;
}



/*------------------------------------*\
     Social Widget
 \*------------------------------------*/
.social-widget ul li {
    display: inline-block;
}

.social-widget ul li a {
    display: block;
    padding: 6px 15px;
    font-size: 12.5px;
    text-transform: uppercase;
    text-align: center;
}

.widget.social-widget ul li {
    width: 25%;
    padding: 3px;
    margin-right: -4px;
}

.widget.social-widget ul {
    padding: 0;
}

.social-widget ul li a:hover {
    opacity: 0.8;
}

/*------------------------------------*\
     Subscribe Widget
 \*------------------------------------*/
.widget.subscribe-widget {
    padding: 30px;
    background-color: #222;
}

.widget.subscribe-widget form input.input {
    background: #FFF;
    border: none;
}

.subscribe-widget form button.input-btn {
    margin-top: 15px;
}

.footer-widget.subscribe-widget form input.input {
    color: #040613;
    border: 1px solid #040613;
}

.galery-widget ul li {
    display: inline-block;
    width: 25%;
    padding: 3px;
    margin-right: -4px;
    margin-top: -4px;
}

.galery-widget ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}


/*------------------------------------*\
     Tweets Widget
 \*------------------------------------*/
.tweets-widget .tweet+.tweet {
    margin-top: 30px;
}

.tweets-widget .tweet {
    min-height: 45px;
}

.tweets-widget .tweet i {
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #DDD;
    color: #FFF;
    border-radius: 50%;
}

.tweets-widget .tweet .tweet-body a {
    text-decoration: underline;
}

/*------------------------------------*\
     tags Widget
 \*------------------------------------*/
.widget-tags ul li {
    display: inline-block;
    margin-top: 3px;
}

.widget-tags ul li a {
    display: block;
    padding: 6px 15px;
    color: #DDD;
    border: 1px solid #DDD;
    font-size: 12.5px;
}

/*=========================================================
     ARTICLE POST
 ===========================================================*/
.article-post .article-main-img {
    margin-bottom: 15px;
}

.article-post .article-main-img img {
    /*  */
    width: 100%;
}

/*------------------------------------*\
     Breadcrumb
 \*------------------------------------*/
.article-breadcrumb {
    margin-bottom: 15px;
}

.article-breadcrumb>li {
    display: inline-block;
    font-size: 12.5px;
    text-transform: uppercase;
    color: #DDD;
}

.article-breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0px 3px;
    color: #DDD;
}

/*------------------------------------*\
     Article Share
 \*------------------------------------*/



/*------------------------------------*\
     Article Comments
 \*------------------------------------*/
.article-comments {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-comments .media {
    position: relative;
}

.article-comments .media:after {
    content: "";
    position: absolute;
    left: 22.5px;
    top: 60px;
    bottom: 15px;
    width: 1px;
    background-color: #DDD;
}

.article-comments>.media {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-comments>.media .media {
    margin-top: 30px;
    margin-left: 45px;
}

.article-comments .media .media-left {
    padding-right: 30px;
}

.article-comments .media .media-left img {
    border-radius: 50%;
    width: 45px;
}

.article-comments .media .media-body .media-heading h5 {
    margin-top: 0px;
}

.article-comments .media .media-body .reply-time {
    color: #DDD;
    font-size: 12.5px;
    font-weight: 400;
    margin-left: 10px;
}

.article-comments .media .media-body .reply-btn {
    font-size: 12.5px;
    text-transform: uppercase;
}

/*------------------------------------*\
     Reply Form
 \*------------------------------------*/
.article-reply-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-reply-form form input.input {
    width: calc(33.33% - 10px);
}

.article-reply-form form input.input+input.input {
    margin-left: 12px;
}

.article-reply-form form textarea.input {
    height: 90px;
    margin-top: 15px;
}

.article-reply-form form button.input-btn {
    margin-top: 15px;
}

/*=========================================================
     FOOTER
 ===========================================================*/

.footer-widget .footer-logo .logo {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-widget .footer-logo .logo>img {
    margin-top: -30px !important;
    width: auto !important;
    max-height: 90px !important;
}

/*------------------------------------*\
     Bottom Footer
 \*------------------------------------*/
.footer-links {
    text-align: right;
}

/*------------------------------------*\
     Owl Center nav
 \*------------------------------------*/

.owl-theme.center-owl-nav .owl-prev {
    left: 0px;
}

.owl-theme.center-owl-nav .owl-next {
    right: 0px;
}

/*------------------------------------*\
     Owl Dots
 \*------------------------------------*/
.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #DDD;
}

/*=========================================================
     RESPONSIVE
 ===========================================================*/



#center-header {
    padding: 20px;
}

#footer a:hover {
    color: rgb(136, 136, 243);
}

.article-body p img {
    width: 100% !important;
    height: auto !important;

}

.article-share a .fab,
#scrollUp i {
    line-height: 40px;
}

.videodetail {
    width: 100%;
    height: 460px;
}

@media only screen and (max-width: 978px) {
    .left-btn-nav,.right-btn-nav{
        width: 100%;
        display: flex;

        }
    .right-btn-nav{
        width: 100%;
        display: flex;
        justify-content: space-around;

        }
    
}
@media only screen and (max-width: 700px) {
    .videodetail {

        height: 380px;
    }
}

@media only screen and (max-width: 600px) {
    .videodetail {

        height: 325px;
    }
    .d-none-600{
        display: none;
    }
    
    #nav-header .container {
        display: flex;
        justify-content: start;
        width: 100%;
    }
    
}

@media only screen and (max-width: 500px) {
    .videodetail {

        height: 267px;
    }
}


@media only screen and (max-width: 400px) {
    .videodetail {

        height: 210px;
    }
    .right-btn-nav .float-right{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;

        }
  
}

@media only screen and (max-width: 360px) {
    .videodetail {

        height: 180px;
    }
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #f41439;
}

.dropdown {
    cursor: pointer;
}
