a:link {

    text-decoration: none;
}


figure{margin:0;}

.navbar-main .navbar-nav .nav-link {
    color: rgb(255,255,255);
}

.list-group{
    --bs-list-group-border-width: 0;
}
.list-group-item {
    background-color: transparent;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
}
.card-header{background-color: transparent;}

.navbar-main .navbar-toggler{
    border-width:0;
}
.page-footer{
    text-align: center;
    padding-top:2rem;
    padding-bottom:2rem;
    color:rgba(255,255,255,.6);
    background-color: #202080;
    /* background-color:#7952B3; */
}



/********************************************************
  homepage
*/
.card-news, .card-theoretical{
    --bs-card-border-color: rgba(72, 72, 128, 0.125);
}



.card-header-icon{
    display: flex;
    align-items: center;
    
}

.card-header-icon .more-link{
    order:9;
    font-weight: normal;
    font-size: 14px;
    height:2rem;
    line-height:2rem;
    padding-right:1rem;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.card-header-icon .more-link > span{
    display: block;
    transform: translatey(1.5rem);
    transition: transform .5s;
}
.card-header-icon .more-link:hover > span {
    transform: translatey(1px);
    opacity: .9;
    color:rgb(32, 96, 224);;
}
.card-header-icon .more-link::before {
    color: rgba(0, 0, 0, .35);
    content: "\f105";
    font: normal normal normal 2rem/1 FontAwesome;
    position: absolute;
    top:0;
    right: 0;
    transition: color .35s;
}
.card-header-icon .more-link:hover::before
{
    color:rgb(32, 96, 224);;
}

.card-header-icon .fa {
    width:40px;
    height:56px;
    margin:-.75rem 0 -.75rem -1.25rem;
    text-indent: .25rem;
    color:#0F52BA;
    line-height: 60px;
    text-align: center;
    order:1;
    background-color: rgba(0,32,240,.1);
 
    /* background:url(../images/bold-slider-image-3.jpg) no-repeat center center;
    background-size: cover; */
    /* background: linear-gradient(to right, rgba(102, 170, 255, 0.15), rgba(178, 91, 255, 0.15), rgba(255, 202, 197, 0.15)) ; */
}
.card-header-icon .text{
    
    order:2;
    margin-left: .5rem;
    margin-right: auto;
    font-size:1.25rem;
    font-weight:normal;
    color:#0072ff;
}
.card-header-icon .text em{
    margin-left:.5rem;
    font-size: 9px;
    line-height: 1;
    font-weight: lighter;
    color:#B1BFFE;
}


.card-news > .card-header,
.card-theoretical > .card-header{
    border-bottom-width: 3px;
    -webkit-border-image: -webkit-linear-gradient(left,#D83030 30%,#39dfaa 100%);
    border-image: linear-gradient(to right, #0072ff, #8200f4, #ff6c5f);
    border-image-slice: 1;
    overflow: hidden;
}

.card-scenery .img-item  .card{
    border-width: 0;
    position: relative;
    transition: .5s;
    overflow: hidden;
}
.card-scenery .img-item .card-img{transition: all .4s;}
.card-scenery .img-item .card:hover .card-img{
    transform: scale(1.1);
}
.card-scenery .img-item span{
    display: block;
    position:absolute;
    right:0;bottom:0;left:0;
    text-align: center;
    padding-top:.5rem;
    padding-bottom:.5rem;
    color:#fff;
    background: linear-gradient(to right, rgba(96,96,224,.9), rgba(252,99,107,.9));
}
.card-wxgzh img.loading{
    
    display: block;
    width:88px;
    height:88px;
    margin:3rem auto;
    
}
.playlist .video-item{
    display: block;
    position: relative;
    overflow: hidden;
}
.playlist .video-item:not(.top) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: #f5f5f5;
    border-radius: 3px;
    transition: all 0.35s;
    position: relative
}
.video-item .text span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.playlist .image {
    display: block;
    max-width: 41.6666666%;
    max-height: 80px;
    position: relative
}
.playlist .text {
    display: block;
    width: 58.33333%;
    padding: .3125rem;
}
.video-item .image > img{
    max-width: 100%;
}
.video-item > .caption{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    padding-top:.5rem;
    padding-bottom:.5rem;
    text-align: center;
    color:#fff;
    background-color: rgba(0,0,0,.6);
    text-overflow: ellipsis;
}

.page-home .card-articlecontent .card-body{
    color:rgba(0,0,0,.6);
}

.socials-header {
    color: rgba(255, 255, 255, .65);
}
.socials .dropdown-toggle {
    display: block;
    padding: .5rem;
    margin: .5rem;
    border-radius: 3px;
}

.socials .dropdown-toggle:hover,
.socials .dropdown-toggle:focus {
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}

.socials .dropup-douyin .dropdown-toggle:hover,
.socials .dropup-douyin .dropdown-toggle:focus {
    outline: none;
    background-color: rgba(18, 24, 32, .9);
}

.socials .dropdown-toggle::after {
    content: '';
    display: none;
}

.socials .dropdown-menu {
    padding: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .5);
    margin-bottom: 10px;
}

/***************************************************************
page-category
*/
.card-categories{
    border-color: rgb(16,128,224);
}
.card-categories .card-header{
    background-color:  rgb(16,128,224);
    color:#fff;
}

.articleslist > .list-news-item{
    margin-bottom:1.5rem;
    padding:initial;
    border-width: 0;
}

.list-news-item .cover{
    display: flex;
    min-width:5px;
    margin-left:-10px;
    margin-right:-10px;
}
.list-news-item .cover > a{
    display: block;
    padding-left:10px;
    padding-right:10px;
}
.list-news-item .cover .img-fluid{width:100%;}
.list-news-item .createdate{
    opacity: .5;
    min-width: 96px;
}
.list-news-item .metadata{
    flex: 0 0 66.666667%;
    
    display: flex;
    flex-direction:column;
    justify-content:space-between;
}
.news-single-cover{
    display:flex;
    flex-direction: row-reverse;
}
.news-single-cover .metadata{
    padding-left:.5rem;
}
.news-single-cover .summary{
    flex: 0 0 33.333333%;
}
.news-single-cover h5{
    font-size:1rem;
    margin-bottom:.25rem;
    max-height: 2.4rem;
    overflow: hidden;
}

.news-multi-cover .createdate{    
    display: none;
}


.summaryText{display:none;
    flex-shrink:1;
    color:#999;
    text-overflow:initial;
    white-space:initial;
}

.page-article .card-articlecontent > .card-header,
.card-category-content > .card-header{
    display: flex;
    align-items: center;
    padding: 0;
    border-bottom-width: 3px;
    -webkit-border-image: -webkit-linear-gradient(left,#D83030 30%,#39dfaa 100%);
    border-image: linear-gradient(to right, #0072ff, #8200f4, #ff6c5f);
    border-image-slice: 1;
    background-color: transparent;
}

.page-article .card-articlecontent .caption,
.card-category-content .caption{

    
    font-weight: bolder;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom:0;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.card-categories .list-group-item{    

   
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(255,255,255,.85);
    border: 1px solid rgba(0,0,0,.125);
    border-width: 0 0 1px;
}



.card-categories .list-group-item.active{
    margin-top: 0;
    border-top-width: 0;
    border-color: rgba(16,128,224,.4);
}
.card-categories .list-group-item.active a{
    color: #D83030;
    font-weight: bolder;
}

.card-categories .list-group-item.active::before{
    content: "\f0da";font-family:FontAwesome; font-size:1.125rem;line-height:1.5rem;
    color: rgb(216,48,48) ; display: block;float:left;
    margin-left:-1rem;

}

.breadcrumb{
    margin:0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    flex-shrink: 0;
}
.breadcrumb-item{
    margin:0;
}

.breadcrumb-item+.breadcrumb-item::before{
    font-family: FontAwesome;
    content: "\f105";
}


/***************************************************
page-article
****************************************************/


.card-articlecontent .card-body p:not(.noindent) {
    text-indent: 2em;
    margin-bottom: 1rem;
}
.card-articlecontent .card-body p.noindent{text-indent:0;}
.card-articlecontent .card-body h1,
.card-articlecontent .card-body h2,
.card-articlecontent .card-body h3{
    margin-bottom:1.5rem;
}
.card-articlecontent .card-body h4,
.card-articlecontent .card-body h5,
.card-articlecontent .card-body h6{
    margin-bottom:1rem;
}
.card-articlecontent .card-body li{margin-bottom:0.5em;}

@media screen and (min-width: 768px) {

    body{min-width: 992px;}
    .container{max-width: inherit;}

    .card-news .list-group-item,
    .card-theoretical .list-group-item{
        display: flex;
    }
    .card-news .list-group-item::before,
    .card-theoretical .list-group-item::before{
        content: '';
        display: block;
        width: 1.125rem;
        height:1.5rem;
        background: left center no-repeat;
        background-size: .6125rem;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M857.766234 511.488511L345.623017 0 297.174825 49.348412 759.846873 511.488511 297.174825 974.651588 345.623017 1022.977023z' fill='%23666666'%3E%3C/path%3E%3C/svg%3E");
    }
    



    .page-header{
        padding-top:1.5rem;
        padding-bottom:1.5rem;
    }
    .navbar-main{
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-main .navbar-nav .nav-link:link {
        padding: 1rem .75rem;
    }

    .navbar-main .navbar-nav .nav-link:focus,
    .navbar-main .navbar-nav .nav-link:hover{
        background-color: rgba(255,224,96,.6);
    }

    .navbar-main .navbar-nav .active > .nav-link,
    .navbar-main .navbar-nav .active > .nav-link
    {
        background-color: rgba(0,0,0,.1);
    }
    
    .container-banner{
        margin-top:-1rem;
    }
    /*  page-categories   */
    .page-category .articleslist{
        min-height:350px;
    }
    .news-single-cover {
        display: block;
    }

    .list-news-item{margin-bottom:1.5rem;}
    .list-news-item .summaryText {display:block;margin-left:15px;max-height:118px;font-size: .875rem;overflow:hidden;}
    .list-news-item .summaryText p{margin-bottom:.5rem;}
    .list-news-item .cover{flex-shrink: 0;}
    .list-news-item .cover .cover-item:not(:first-child){
        display: none;
    }
    .list-news-item .cover .img-fluid{width:200px;}
    .list-news-item .summary{
        display:flex; align-items: center;line-height:1.75rem;
    }
    
    .list-news-item .metadata{
        padding-left:0;
        margin-bottom:.5rem;
        flex-direction: row;
    }
    .list-news-item .createdate{display: block;}
    .list-news-item .metadata h5{flex-shrink:1;margin:0; font-size:1.125em;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
    .list-news-item .metadata h5 a{color:#444;}


    .page-article .card-articlecontent .caption,
    .card-category-content .caption{
        padding-right:1.5rem;
    }

}
@media screen and (min-width: 1360px){
    .container {
        max-width: 1330px;
    }
}
@media screen and (max-width: 767.98px){
    .navbar .container{
        flex-wrap: nowrap;
    }

    .container-navbar-main{
        max-width: initial;
    }

    .navbar-main .navbar-collapse {
        transition: transform .35s ease;
        transform: translate3d(20%,0,0);
        position: fixed;
        width: 60%;
        max-width: 100%;
        top: 0;
        bottom: 0;
        left: 100%;
        z-index: 50;
        flex-direction: column;
        padding: 1rem;
        display: block;
        bottom: constant(safe-area-inset-bottom);
        bottom: env(safe-area-inset-bottom);
        background-color: rgba(250, 252, 255,.96);
       /* background: linear-gradient(135deg,rgba(106,103,206,.95) 50%,rgb(252,96,128,.95) 100%); */

       /* background: linear-gradient(to right, #6a67ce, #fc636b) fixed !important;
       background-repeat: repeat-y; */

       /*background-color: rgba(216,48,48,.9);*/
        padding:30px;
        box-shadow: 0 0 2rem rgba(0,0,0,.375);
    }
    .navbar-main .navbar-collapse.collapsing {
        height: initial !important;
    }
    .navbar-main .navbar-collapse.show {
        transform: translate3d(-100%,0,0);
    }
    .navbar-main h4{
        color: rgb(32, 96, 224);
        padding-left:0;
    }
    .navbar-main .navbar-nav,
    .navbar-main .navbar-collapse .card-header{
            max-width: 540px;
            background-color: transparent;
            margin-left:auto;
            margin-right:auto;
    }
    .navbar-main .navbar-collapse .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 10 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h1M4 15h1M4 23h1'/%3E%3C/svg%3E");
        width: .625rem;
    }

    .navbar-main .navbar-collapse .navbar-toggler-icon {
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        position: relative;
        transition: transform .5s;
        transition-delay: .25s;
    }

    .navbar-main .navbar-collapse.show .navbar-toggler-icon {
        transform: rotate(135deg);
    }
    .navbar-main .navbar-collapse .navbar-toggler {
        padding: .3125rem;
        border-width: 0;
    }
    .navbar-main .navbar-collapse .navbar-toggler-icon::before,
    .navbar-main .navbar-collapse .navbar-toggler-icon::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #311697;
        border-radius: 0;
        position: absolute;
        top: 11px
    }

    .navbar-main .navbar-collapse .navbar-toggler-icon::after {
        transform: rotate(90deg);
        transition: transform .35s;
        transition-delay: .35s
    }

    .navbar-main .dropdown-menu{
        border-radius: 0;
        border-width: 0;
        background-color:transparent;

        display: flex;
        flex-wrap: wrap;
        margin: -.5rem -.5rem 0 -.5rem;
        font-size:14px;
    }
    .navbar-main .dropdown-item{
        color: rgb(255,255,224);
        padding-left: .5rem;
        padding-right: .5rem;
        width: auto;
        flex-wrap: wrap;
    }
    
    .navbar-main .nav-item .nav-link,
    .navbar-main .navbar-nav .active>.nav-link{
        font-size:1.125rem;
         color: #007bff;
    }
    .navbar-main .nav-item .nav-link:hover,
    .navbar-main .nav-item .nav-link:focus
    {
        color: #0056b3;
    }
    
    .row-playlist,
    .card-scenery .row{
        margin-left:-5px;
        margin-right:-5px;
    }
    .row-playlist > .col-6,
    .row-playlist > .col-md-6,
    .card-scenery .col-6{
        padding-left:5px;
        padding-right:5px;
    }
}
