.head-logo-category{
    min-height: 80px;
}

.head-logo{
    display: flex;
    justify-content: center;
}

.head-logo-category img{
    height: 60px;
    margin: 10px 0;
}

.container{
    padding: 0;
    margin: 0;
}

.category-list{
    background-color: white;
    border-bottom: 1px solid #d6d6d6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10000;
}

.category-list-ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap:wrap;
    color: azure;
    font-size: 16px;
    line-height: 40px;
    margin:20px 0;
}
.category-list-ul li{
    min-width: 80px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0 8px;
}

.category-list-ul li a{
    color: #333333;
    display: block;
    padding: 0 10px;
}

.category-list-ul li:active,.category-list-ul li:hover,.liActive{
    background: var(--var-theme-color);
    border-radius: 5px;
    color: white!important;
}

.liActive a{
    color: white!important;
}
.category-list-ul li a:hover{
    color: white!important;
}




.child-category-ul{
    margin-top: 15px;
}

.child-category-ul li{
    text-align: center;
    line-height: 38px;
    background-color: #f8f8f8;
    cursor: pointer;
}

.child-category-ul li:hover{
    background-color: var(--var-theme-color);
}
.child-category-ul li a:hover{
    color: white;
}

.left-crumbs{
    padding: 10px 0;
}

.child-category-title{
    line-height: 38px;
    text-align: center;
    background-color: var(--var-theme-color);
    color: white;
}

.childLiActive{
    background-color: var(--var-theme-color) !important;
}
.childLiActive a{
    color: white !important;
}

.article-general-title{
    font-size: 14px;
}

.article-container{
    padding: 5px 15px 15px 15px;
}

.article-list-cell{
    margin-top: 15px;
}

.article-list-cell div{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article-list-cell div:last-child{
    text-align: right;
}

.aLink{
    display: block;
}

.footer-place-concat{
    text-align: center;
    padding-top: 10px;
}

.footer-place-concat a{
    color:#fff;!important;
}

.footer-place-concat a:hover{
    color:rgba(255,255,255,.5) !important;
}



.article-img-summary-list{
    padding: 10px 0 30px 0;
}

.article-img-summary-list img{
    max-width: 170px;
    max-height: 150px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.article-img-summary-list a{
    display: block;
}

.title-p{
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}

.content-summary{
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.head-logo a{
    display: inline-block;
}
.head-logo a:hover{
    cursor: pointer;
}



.left-crumbs .place_div_a .place_span_a a,.left-crumbs .place_div_a .place_span_a a:hover{
    color : #999999!important;
    cursor: default;
    pointer-events:none;
}




/*mobile nav start*/
.mobileHeadLogoMenu{
    position: relative;
}


.mobileHead{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #d1d1d1;
}

.mobileMenu{
    width: 40px;
    height: 40px;
    border: 1px solid var(--var-theme-color);
    margin: 15px auto;
    background-color: var(--var-theme-color);
    border-radius: 3px;
}
.mobileMenuIcon{
    line-height: 40px;
    text-align: center;
    color:white;
}

.mobileLogo{
    height: 60px;
    padding: 0px 10px ;
}
.mobileLogo img{
    height: 50px;
    margin: 10px 0;
}

.mobileMenuToggle{
    display: none;
}

#mobileMenuList{
    position: absolute;
    top: 98px;
    z-index: 99999;
    max-height: 260px;
    background-color: white;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.mobileMenu-ul li{
    height: 40px;
    border-bottom: 1px solid #eeeeee;
}

.mobileMenu-ul li a{
    line-height: 40px;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}
.mobileMenu-ul li a:active{
    background-color: var(--var-theme-color);
    color: white;
}
/*mobile nav end*/

.skipPage{
    width: 30px;
    height: 18px;
    border: 1px #888888 solid;
    text-align: center;
}

.articlePage{
    display: inline-block;
}

.prevNextBtn{
    font-size: 0.8rem;
    height: 20px;
}


@media screen and (max-width: 1200px){
    .head{
        width: 100%;
        height: 200px;
    }
}

@media screen and (max-width: 992px){

    .head{
        width: 100%;
        height: 150px;
    }
}

@media screen and (max-width: 768px){

    .head{
        width: 100%;
        height: 100px;
    }

    .article-container{
        padding: 10px 0px;
    }

    .article-list-cell div{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .article-list-cell div:last-child{
        text-align: right;
    }

    .head-logo-category img{
        height: 60px;
        margin: 10px auto;
    }

    .category-list{
        background-color: white;
        border-bottom: 1px solid #d6d6d6;
        position: static;
    }

    .article-img-summary-list img {
        width: 92%;
        min-height: 110px;
        max-height: 140px;
        object-fit: cover;
        display: block;
        margin: 0 5px;
    }

    .title-p {
        font-weight: 600;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 10px;
        margin-top: 5px;
        font-size: 13px;
    }

    .content-summary {
        font-size: 13px;
        font-weight: 300;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }


}