.cslder {
    display: block;
    text-align: center;
    height: 20px;
    position: relative;
    display: none;
    clear: both
}

.cslder .cswrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.csdot {
    width: 5px;
    height: 5px;
    border: 1px solid #00a850;
    background: #00a850;
    border-radius: 50%;
    float: left;
    margin: 0 2px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
    animation: fx 1000ms ease infinite 0ms
}

.csdot:nth-child(2) {
    -webkit-animation: fx 1000ms ease infinite 300ms;
    animation: fx 1000ms ease infinite 300ms
}

.csdot:nth-child(3) {
    -webkit-animation: fx 1000ms ease infinite 600ms;
    animation: fx 1000ms ease infinite 600ms
}

.csslder {
    display: block;
    text-align: center;
    height: 20px;
    position: relative;
    clear: both
}

.csslder .csswrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cssdot {
    width: 10px;
    height: 10px;
    border: 1px solid #00a850;
    background: #00a850;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
    animation: fx 1000ms ease infinite 0ms
}

.cssdot:nth-child(2) {
    -webkit-animation: fx 1000ms ease infinite 300ms;
    animation: fx 1000ms ease infinite 300ms
}

.cssdot:nth-child(3) {
    -webkit-animation: fx 1000ms ease infinite 600ms;
    animation: fx 1000ms ease infinite 600ms
}

.loadingcover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .75);
    z-index: 100;
}

.loadingcover .csslder {
    top: 50%
}

@-webkit-keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        opacity: 0
    }
}


/*  endload  */

.icon-ajax-load-more {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

.pagination li a,
.pagination li span,
.international-cooperation {
    cursor: pointer;
}

.addon-menu .addon-menu__container .menu .menu__list.menu__list-lib {
    display: unset;
}

.title__global .active {
    color: #ed1c24 !important;
}

.fr-error {
    color: red;
}

.title__t1 a {
    text-decoration: none;
    color: unset;
}

.picture__library--sidebar .active a {
    color: #ed1c24 !important;
}

.img-loading {
    max-height: 350px
}

.student-detail-view {
    cursor: pointer;
}

@media (min-width: 576px) {
    #header .container,
    #header .container-sm {
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #header .container,
    #header .container-md,
    #header .container-sm {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    #header .container,
    #header .container-lg,
    #header .container-md,
    #header .container-sm {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #header .container,
    #header .container-lg,
    #header .container-md,
    #header .container-sm,
    #header .container-xl {
        max-width: 1140px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #header .container {
        max-width: 1200px;
        width: 100%;
    }
}

@media (min-width: 1366px) {
    #header .container {
        max-width: 1220px;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    #header .container {
        max-width: 1330px;
        width: 100%;
    }
}

#header .header__top .top .top__item .top__info p,
#header .header__top .top .top__item .top__info h2 {
    margin: 0;
}

#header .header__top .top .top__item .top__info p {
    margin-top: 0.08rem;
}

.section__banner .banner__slide .banner__item:before {
    padding-top: 0;
}

.section__banner .banner__slide .banner__item .banner__item--link,
.section__banner .banner__slide .banner__item .banner__item--link img {
    position: unset;
}

.section__banner .banner__slide .banner__item .banner__item--link video {
    height: 100%;
}

.section__banner .banner__slide .banner__item .banner__item--link video .banner__item--video {
    object-fit: contain;
    object-position: center;
}

#header .header__top .top .top__item .interactive .interactive__link {
    position: relative;
    cursor: pointer;
}

#header .header__top .top .top__item .interactive .interactive__link ul {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: rgba(46, 44, 108, 0.769);
    margin: 0;
    list-style: none;
    padding: 1.5rem 0 0;
    opacity: 0;
    visibility: hidden;
    min-width: 20rem;
    z-index: 9;
}

#header .header__top .top .top__item .interactive .interactive__link ul li {
    width: 100%;
}

#header .header__top .top .top__item .interactive .interactive__link ul li a {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    padding: 1rem 1.9rem;
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.5rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#header .header__top .top .top__item .interactive .interactive__link:hover>ul,
#header .header__top .top .top__item .interactive .interactive__link:focus>ul {
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

#header .header__top .top .top__item .interactive .interactive__link ul li:hover>a {
    background-color: rgba(0, 174, 239, 0.569);
}

#header .header__top .top .top__item .interactive .interactive__link:last-child {
    background-color: #2b287c;
    border-radius: 6px;
    padding-bottom: 1px;
}

#header .header__top .top .top__item .interactive .interactive__link:last-child img {
    filter: brightness(0) invert(1);
    padding: 0 1px 0px 1px;
    width: 68px;
}

@media (max-width: 991.98px) {
    #header .header__top .top .top__item .interactive .interactive__link ul {
        padding-top: 1rem;
    }
    #header .header__top .top .top__item .interactive .interactive__link ul li a {
        font-size: 1.5rem;
        line-height: 1.6rem;
        padding: 0.5rem 0.8rem;
    }
}

.introduction .module__introduction .module__content .department .sidebar__item .sidbar__content .title__t1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-transform: uppercase;
    color: #2e2c6c;
}

.sidbar__content .title__t1 a {
    color: #ed1c24 !important;
}

.department__sidebar .sidbar__content .active a {
    color: #ed1c24 !important;
}


/* .new-detail .module__new-detail .module__content .detail__content p,
.new-detail .module__new-detail .module__content .detail__content b,
.new-detail .module__new-detail .module__content .detail__content span,
.new-detail .module__new-detail .module__content .detail__content strong {
    font-family: 'Nunito' !important;
    font-size: 18px;
} */