
a{transition:all 0.6s;color:#44444f;}
a:hover,a:focus {
    text-decoration: none;
    color: rgb(224,0,0);
}
em,i{font-style:normal;
}
@font-face {
    font-family: Flaticon;
    src: url(../flat-icons/Flaticon.eot);
    src: url(../flat-icons/Flaticon.eot?#iefix) format("embedded-opentype"),url(../flat-icons/Flaticon.woff2) format("woff2"),url(../flat-icons/Flaticon.woff) format("woff"),url(../flat-icons/Flaticon.ttf) format("truetype"),url(../flat-icons/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:Flaticon;
        src: url(../flat-icons/Flaticon.svg#Flaticon) format("svg")
    }
}

[class*=" wc-fi-"]::after,[class*=" wc-fi-"]::before,[class^=wc-fi-]::after,[class^=wc-fi-]::before {
    font-family: Flaticon
}

.wc-icon{
    font-size:20px;
}


.wc-fi-phone-call::before {
    content: "\f101";
}

.wc-fi-envelope::before {
    content: "\f102";
}
.bg-primary{
   background-color: #7B5FAA !important;
   /*background-color: #563a68 !important;*/
}



.list-group-item {
    background-color: transparent;
    
}
.list-group-item.active{
    border-color: rgb(216,48,48) ;
}
.list-group-flush>.list-group-item{
    border-width: 0;
}
.no-px >.list-group-item{
    padding-left: 0;
    padding-right:0;
}
.ellipsis>.list-group-item{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card {background-color: transparent;}
.page-item.active .page-link{
    border-color: rgb(216,48,48);
    background-color: rgb(216,48,48);
}
.page-link{
    color: rgb(216,48,48);;
}





.page-header .container{
    align-items: center;
}
.heade-contact{
    margin:0;
    display: flex;
    align-items: center;

}
.heade-contact > li{
    list-style: none;

    
}
.heade-contact > li:not(:last-child){
    padding-right:3rem;
    position: relative;
}
.heade-contact > li:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 27px;
    top: 0;
    background: #032e42;
    height: 36px;
    width: 1px;
    display: block;
    opacity: .1;
}
.heade-contact > li > i,
.heade-contact > li > span,
.heade-contact > li > em{
    display: block;
    padding-left:2rem;
    line-height:1;        
}
.heade-contact > li > i{color: #d83030;}
.heade-contact > li > span{
    font-family: Fira Sans;
    font-weight: 700;
   
}
.heade-contact > li > em{
    color: #676767;
    vertical-align: baseline;
}
.heade-contact .wc-icon {
    float:left;
    padding-left:0;
}
.heade-contact > .wechat > a{
    display: block;
    
    
    
    position: relative;
}
.heade-contact > .wechat .fa{
    display: block;
    color: #676767;
    width: 45px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #f5f5f5;
    transition: all .35s ease;
}
.heade-contact > .wechat .qr-code{
    position: absolute;
    padding:.75rem;

    right: 0;
    top:45px;
    z-index:-1;
    opacity: 0;
    transform: translate3d(0,30%,0);
    transition: all .65s ease;
    background-color: black;
    box-shadow: 0 .25rem 1rem rgba(0,0,0,.15);
}
.heade-contact > .wechat > a:hover .fa{
    color: #ffffff;
    background: #d83030;

}
.heade-contact > .wechat > a:hover .qr-code{
    color:#d83030;
    transform: translate3d(0,0,0);
    z-index:10;
    opacity: 1;
}




.navbar-main .navbar-nav .nav-link {
    color: #fff;
}
.navbar-main .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(255,255,255,.1);
    outline:none;
   /* border-width:0;*/
}
.navbar-main .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



.carousel-indicators li{
    border-width: 0;;
    box-shadow: 0 0rem 0.25rem rgba(0,0,0,1);
    
}
.carousel-caption a {
    color: #ffffff;
}
.carousel-indicators {
    margin-bottom: 10px;
}
.container-banner{position: relative;}
.container-banner .carousel-indicators li{
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.navbar-brand {
    margin-right: 0;
}

/*
 * breadcrumb
*/

.container-breadcrumb > .container{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.container-breadcrumb > .container::before {
    width: 22px;
    height: 22px;
    display: flex;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f124";
    background: linear-gradient(135deg,rgba(30,187,240,.8) 30%,rgba(57,223,170,.8) 100%);
    flex-shrink: 0;
}
.container-breadcrumb{
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.075);
}
.container-breadcrumb .breadcrumb{
    margin-bottom: 0;
    background-color:transparent;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    flex-shrink: 1;
}
.container-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: FontAwesome;
    content: "\f105";
}
.breadcrumb-item:not(.active){
    flex-shrink: 0;
}
.breadcrumb-item.active{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}


.container-footer {
    background-color: #252628;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #bbb;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding:.5rem .5rem 1.5rem .5rem;
    background: linear-gradient(135deg,rgba(64,16,8,.8) 30%,rgba(0,64,96,.8) 100%);
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}


.carousel-banner .carousel-item::before{
    content: '';
    display: block;
    position:absolute;
    top:0;right:0;bottom:0;left:0;
    background-image: url(../images/translucent.png);
    opacity: 0.05;
}

/**/


.page-home .card-header{
    font-size:1.125rem;
}
.page-home .card-header .text{
    margin-left:.5rem;
}
.card-alumni{
    border-width: 0;
    position: relative;
    overflow: hidden;
}
.card-alumni figure>img
{
    transition: transform .35s;
}
.card-alumni .caption{
    
    position: absolute;
    padding: .75rem;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(214, 220, 240, .9);
    transform: translatey(3rem);
    transition: transform .35s;
}
.card-alumni:hover figure>img,
.card-alumni:focus figure>img {
    transform: scale(1.05);
    transition: transform .65s;
}
.card-alumni:hover > .caption,
.card-alumni:focus > .caption {
    transform: translatey(0);
    transition: transform .35s;
}


/* page-category */
.card-category-content > .card-header{
    background-color: transparent;
    border-color: #e94f08;
    border-bottom-width: 3px;
    -webkit-border-image: -webkit-linear-gradient(left,#D83030 30%,#39dfaa 100%);
    border-image: linear-gradient(left,#D83030 30%,#39dfaa 100%);
    border-image-slice: 1;
}

.card-category-content > .list-group{

}

.card-categories{
    border-width:0;
}
.card-categories .card-header{
    background-color: #f3a712;
    color:#fff;
    border-width: 0;
    font-size: 20px;
    margin-bottom:3px;
    font-weight: bolder;
    background-image:url(../images/home2-bg1.png);
    padding-top:1.5rem;
    padding-bottom:1.5rem;
}

.card-categories .list-group-item{    
    background-color:#F6F3EE;
    margin-bottom:2px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.card-categories .list-group-item.active{
    margin-top: 0;
    border-top-width: 0;
}
.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:-.75rem;

}


/* homepage */
.card-news .card-header,
.card-announcement .card-header{
    margin-bottom:1rem;
    padding-left:0;
    padding-right:0;
    background-color: transparent;
    border-bottom:2px solid rgba(0,0,0,0.1) ;
    position: relative;
}
.card-news .card-header::after,
.card-announcement .card-header::after{
    content: '';
    display: block;
    position:absolute;
    left:0;
    bottom:-2px;
    width:0;
    height:2px;
    z-index:10;
    background-color: red;
    transition: all .35s ease .15s;
}
.card-news.hover .card-header::after,
.card-announcement.hover .card-header::after{
    width:100%;
}
.card-news .list-group-item,
.card-announcement .list-group-item{
    padding-left:0;
    padding-right:0;
    display: flex;
    align-items: center;
}
.card-news .list-group-item > a,
.card-announcement .list-group-item > a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-news .list-group-item::before,
.card-announcement .list-group-item::before {
    display: inline-block;
    width: 10px;
    font-size: 18px;
    font-family: 'FontAwesome';
    content: "\f105";
    color: #bbb;
    height: 1.5rem;
    line-height: 1.5rem;
    flex-grow: 0;
    flex-shrink: 0;
    transition: all .9s;
}
.card-news .list-group-item:hover::before,
.card-announcement .list-group-item:hover::before {
    color:#000;
    transform:scale(1.5);
}

.page-home .card-introduction > .card-header{
    font-weight: lighter;
    font-size: 2rem;
}
.page-home .card-introduction > .card-header::before{
    content: "\f19c";
    content: "\f0f7";
    font-family: FontAwesome;
    color:#d00909;
}
.page-home .card-introduction > .card-body{
    padding-left:0;
    padding-right:0;
}
.card-introduction > .card-body > p:not(.noindent) {
        text-indent: 2em;
        margin-bottom: 1rem;
}

.card-introduction .btn-detailed{
    max-width: 7rem;
}
.row-xctp .card{
    border-width: 0;
    padding-bottom:2rem;
    position: relative;;
    overflow: hidden;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 8%);
}
.row-xctp .card .card-img-top {
    transition: transform .35s;
}
.row-xctp .card:hover .card-img-top, 
.row-xctp .card:focus .card-img-top {
    transform: scale(1.075);
}

.row-xctp .card .txt
{
    position:absolute;
    right:0;bottom:0;left:0;
    padding: .75rem .5rem;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*****************
 *  page category
*******************/

.list-news-item{
    margin-bottom:2rem;
    padding:initial;
    
}

.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;
}




/* page-article */
.page-article .card-articlecontent > .card-header,
.card-category-content > .card-header{
    display: flex;
    padding: 0;
    border-bottom-width: 3px;
    -webkit-border-image: -webkit-linear-gradient(left,#D83030 30%,#39dfaa 100%);
    border-image: linear-gradient(left,#D83030 30%,#39dfaa 100%);
    border-image-slice: 1;
}
.page-article .card-articlecontent .breadcrumb,
.card-category-content .breadcrumb{
    margin:0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}


.page-article .card-articlecontent .caption,
.card-category-content .caption{
    padding-top: .75rem;
    font-weight: bolder;
}
.page-article .card-articlecontent .caption em{
   opacity: .5;
   font-weight:normal;
}
.page-article .card-articlecontent .breadcrumb-item,
.card-category-content .breadcrumb-item{
    margin:0;
}

.page-article .card-articlecontent .breadcrumb-item+.breadcrumb-item::before,
.card-category-content .breadcrumb-item+.breadcrumb-item::before{
    font-family: FontAwesome;
    content: "\f105";
}
.hide-current .active{ display: none;}


.page-article .card-articlecontent p:not(.noindent) {
    text-indent: 2em;
    margin-bottom: 1rem;
}
.page-article .card-articlecontent p.noindent{text-indent:0;}
.page-article .card-articlecontent h1,
.page-article .card-articlecontent h2,
.page-article .card-articlecontent h3{
    margin-bottom:1.5rem;
}
.page-article .card-articlecontent h4,
.page-article .card-articlecontent h5,
.page-article .card-articlecontent h6{
    margin-bottom:1rem;
}
.page-article .card-articlecontent li{margin-bottom:0.5em;}


.gallery-list {
    
}
.gallery-list .card-gallery-item{
    background-color: #f8f8f8;
    border-width: 0;  
    margin-bottom: 1.5rem;
    transition: all .75s ease;
    transition: background 2.4s ease;
}
.gallery-list .cover {
    display: block;
    border-radius: 50%;
    width: 80%;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    border:4px solid #f8f8f8;
    transition: all .85s ease .1s;
}
.gallery-list .card-title{
    font-size: 1.5rem;
    font-weight: 500;
}
.gallery-list .card-body p{
    text-indent: 2em;
}





@media screen and (min-width: 576px){

}
@media screen and (min-width: 768px){
    .navbar-main{
        padding:0;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding: 1rem;
    }
    .nav-shome{
        background: rgba(208,208,224,.1);
        
    }
    .navbar-main .navbar-nav .nav-shome:hover {
        background:rgba(0,0,8,.5);
        color:#fff;
    }

    .navbar-main .navbar-nav > .nav-item:not(:first-child) {
        border-left:1px solid rgb(255,255,255,35%);
    }
    .dropdown-menu{
        margin-top: 0;
        border-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;

    }
    
    body{
        min-width: 1260px;
    }
    .container{
        max-width: 1260px;
    }

    .carousel-homepage{
        margin-right:-30px;
    }

    /*page home*/
    .page-home .card-header{
        font-weight: bolder;
        font-size:1.25rem;
    }
    .page-home .card-header-icon{
        display: flex;
        align-items: center;
    }
    .card-header-icon > a,
    .card-header-icon > i,
    .card-header-icon > span
    {
        display:block;
    }
    .page-home .card-header-icon .fa {
        background-color: #d83030;
        color:#fff;
        width:2.5rem;height:2.5rem;
        line-height: 2.5rem;
        text-align: center;
        border-radius: 50%;
        font-size:1rem;
    }
    .page-home .card-header-icon .fa{
        order:1;
    }
    .page-home .card-header-icon .text{
        order:2;
        margin-right: auto;
    }
    .page-home .card-header-icon .text  em{
        display: block;
        font-size: 14px;
        line-height: 1;
        font-weight: lighter;
        color:rgba(0,0,0,.35);
    }
    .page-home .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;
    }
    .page-home .card-header-icon .more-link > span{
        display: block;
        transform: translatey(1.5rem);
        transition: transform .35s;
    }
    .page-home .card-header-icon .more-link:hover > span {
        transform: translatey(1px);
        opacity: .9;
        color:#f00;
    }
    .page-home .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;
    }
    .page-home .card-header-icon .more-link:hover::before
    {
        color:#f00;
    }
    .card-news .list-group-item
    {
        padding-left: 1rem;
        padding-right: 1rem;
    }


    .page-home .bottom-links .card{
        flex-basis:16.6666667% ;
      
    }
    .page-home .bottom-links .card-header{
        margin-left:-10px;
        margin-right:-10px;
    }
    .page-home .bottom-links .list-group{
        font-size: 14px;
        margin-left:-10px;
        margin-right:-10px;
    }
    

    /*      
    *page-category    
    */
    .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;}

    .gallery-list {
       
    }
    .gallery-list .cover {
        transform: scale(1, 1);
    }
    .gallery-list .card-gallery-item{
        box-shadow: none;
    }
    .gallery-list .card-gallery-item:hover{
        background: #d83030 url(../images/home2-bg3.png);
    }
    .gallery-list .card-gallery-item:hover .cover {
        border-color: #fff;
        transform: scale(1.03, 1.03);
    }
    .gallery-list .card-gallery-item:hover > h5{
        color:#fff;
    }
}


@media screen and (min-width: 1360px){

.container {
    max-width: 1330px;
}
}
@media screen and (max-width: 991.98px){
    
  
}
@media screen and (max-width: 767.98px){
    .navbar .container{
        flex-wrap: nowrap;
    }

    .navbar-main .navbar-collapse {
        transition: transform .35s ease;
        transform: translate3d(0,0,0);
        position: fixed;
        width: 100%;
        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: linear-gradient(135deg,rgba(30,187,240,.95) 30%,rgba(57,223,170,.95) 100%);*/
       background-color: rgba(0,16,24,.9);
        padding:20px 30px;
        overflow-y: scroll;
    }
    .navbar-main .navbar-collapse.collapsing {
        height: initial !important;
    }
    .navbar-main .navbar-collapse.show {
        transform: translate3d(-100%,0,0);
    }
    .navbar-main h4{
        color: #fff;
        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: #fff;
        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: rgba(255,255,255,.9);
        padding-left: .5rem;
        padding-right: .5rem;
        width: auto;
        flex-wrap: wrap;
    }
    .card-articlecontent > .card-body{
        padding-left:0;
        padding-right:0;
    }
  

    .card-alumnus > .row{
        margin-right: -5px;
        margin-left: -5px;
    }
    .card-alumnus > .row > .col-6{
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media screen and (max-width: 575.98px){
    .gallery-list{
        margin-left:-5px;
        margin-right:-5px;
    }
    .gallery-list > .col-6{
        padding-left:5px;
        padding-right:5px;
    }
}
    