.header-fixed header{
    top: 0;
    opacity: 1;
}
.anchor {
    position: relative;
    display: block;
    padding-top: 7.29166667vw;
    margin-top: -7.29166667vw;
    z-index: -1;
}
@media screen and (max-width: 1440px) {
    .anchor{
        padding-top: 105px;
        margin-top: -105px;
    }
}
@media screen and (max-width: 991px) {
    .anchor{
        padding-top: 75px;
        margin-top: -75px;
    }
}
.index_title h2{
    text-transform: uppercase;
}

.index_title .title-wrap .title-bg{
    width: 4.5em;
}
.index_title.text-center .title-wrap .title-bg{
    left: 50%;
    margin-left: -2.25em;
}

.mce-content-body.color_text_primary{
    color: var(--color-text-primary);
}

.overview-block{
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    background: linear-gradient( to top, rgba(253,252,252,0) 0%, #FFF8EE 100%);
}
.overview-block .bg1{
    right: unset;
    width: 36vw;
    left: 9.375vw;
    bottom: 2.083333vw;
}
.overview-block .index_title{
    margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
    .overview-block .bg1{
        left: 6.25vw;
    }
}
@media screen and (max-width: 991px) {
    .overview-block .bg1{
        left: 50%;
        width: 50vw;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 767px) {
    .overview-block .bg1{
        width: 80%;
    }
}

.home-career-block:before{
    content: unset;
}
.home-career-block{
    background: url(../images/home-career-bg.png) left bottom no-repeat;
    background-size: 50% auto;
}
@media screen and (max-width: 767px) {
    .career-service .ala-card .column-2{
        columns: 1;
    }
}
.home-internation-block,
.home-alumni-block{
    background: linear-gradient( to top, rgba(253,252,252,0) 0%, #FFF8EE 100%);
}
.home-alumni-block .bg{
    right: 0;
    bottom: 0;
    top: var(--size-60);
    width: 50%;
    background: url(../images/home-alumni-bg.png) right bottom no-repeat;
    background-size: cover;
}
.home-faculty-block{
    background: url(../images/home-faculty-bg.png) center bottom no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 992px) {
    .home-alumni-block .bg{
        width: 100%;
    }
}


/* faculty-swiper-en */
.faculty-swiper-en{
    margin-top: calc(var(--size-30-reverse)*4);
    position: relative;
    /* top: var(--size-30-reverse); */
}
.faculty-swiper-en .swiper-container{
    overflow: unset;
    height: unset;
}
.faculty-swiper-en .faculty-value{
    color: var(--color-primary);
    text-align: center;
}
.faculty-swiper-en .faculty-value .ala-icon{
    background-color: rgba(15, 62, 139, .1);
    opacity: 0;
    transition: all .3s ease-in-out;
    margin-bottom: var(--size-6);
}
.faculty-swiper-en .faculty-value .ala-icon img{
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.faculty-swiper-en .faculty-value .value-box{
    width: calc(var(--size-100)*1.6);
    height: calc(var(--size-100)*1.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: var(--size-1) dashed transparent;
    font-weight: 600;
    transition: all .3s ease-in-out;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: var(--size-12);
    position: relative;
    top: calc(var(--size-100)*.35);
}
.faculty-swiper-en .swiper-slide:hover .faculty-value .ala-icon{
    opacity: 1;
}
.faculty-swiper-en .swiper-slide:hover .faculty-value .value-box{
    border-color: var(--color-primary);
    top: 0;
}
.faculty-swiper-en .faculty-value .label{
    margin-left: -25%;
    margin-right: -25%;
}
.faculty-swiper-en .faculty-value .line{
    position: relative;
    margin-top: var(--size-15);
    height: 8.59375vw;
    display: flex;
    justify-content: center;
}
.faculty-swiper-en .faculty-value .line .dot{
    width: var(--size-12);
    height: var(--size-12);
    background-color: #fff;
    border: var(--size-1) solid var(--color-primary);
    display: inline-block;
    border-radius: 50%;
    position: relative;
}
.faculty-swiper-en .faculty-value .line:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(var(--size-12)/2);
    height: var(--size-1);
    background: linear-gradient( 90deg, rgba(15,62,139,0) 0%, #134DA3 55%, rgba(15,62,139,0) 100%);
    transform: translateY(-50%);
}
.faculty-swiper-en .faculty-value .line:after{
    content: "";
    position: absolute;
    top: var(--size-12);
    left: 50%;
    bottom: 0;
    width: var(--size-1);
    background: linear-gradient( 180deg, #134DA3 0%, rgba(0,103,185,0.14) 68%, rgba(0,103,185,0) 100%);
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+1) .faculty-value{
        margin-top: calc(var(--size-100)*1.85);
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+1) .faculty-value .line{
        height: 10vw;
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+2) .faculty-value{
        margin-top: calc(var(--size-100)*3.9);
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+2) .faculty-value .line{
        height: 5.5vw;
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+3) .faculty-value{
        margin-top: calc(var(--size-100)*1.1);
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+3) .faculty-value .line{
        height: 18vw;
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+4) .faculty-value{
        margin-top: calc(var(--size-100)*3.1);
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+4) .faculty-value .line{
        height: 9.5vw;
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+5) .faculty-value{
        margin-top: calc(var(--size-100)*.45);
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+5) .faculty-value .line{
        height: 18vw;
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+6) .faculty-value{
        margin-top: calc(var(--size-100)*3.5);
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+6) .faculty-value .line{
        height: 5.5vw;
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+7) .faculty-value{
        margin-top: calc(var(--size-100)*.4);
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+7) .faculty-value .line{
        height: 17vw;
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+8) .faculty-value{
        margin-top: calc(var(--size-100)*2.7);
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+8) .faculty-value .line{
        height: 8vw;
    }
    .faculty-swiper-en .swiper-slide:nth-of-type(9n+9) .faculty-value .line{
        height: 8vw;
    }
}
@media screen and (max-width: 767px) {
    .faculty-swiper-en{
        top: 0;
        margin-top: var(--size-30);
    }
    .faculty-swiper-en .swiper-wrapper{
        transform: unset!important;
        flex-wrap: wrap!important;
        margin: var(--size-6-reverse);
    }
    .faculty-swiper-en .swiper-wrapper .swiper-slide{
        width: 33.33333%!important;
        padding: var(--size-12) var(--size-6) var(--size-45);
    }
    
    .faculty-swiper-en .swiper-slide .faculty-value .ala-icon{
        opacity: 1;
    }
    .faculty-swiper-en .swiper-slide .faculty-value .value-box{
        border-color: var(--color-primary);
        top: 0;
        width: 72px;
        height: 72px;
    }
    .faculty-swiper-en .swiper-slide .faculty-value .value-box .ala-icon{
        width: 28px;
        height: 28px;
        margin-top: -4px;
    }
    .faculty-swiper-en .swiper-slide .faculty-value .value-box .num{
        font-size: 18px;
    }
    .faculty-swiper-en .faculty-value .label{
        margin-left: 0;
        margin-right: 0;
        line-height: 1.3;
    }
    .faculty-swiper-en .faculty-value .line{
        display: none;
    }
}
@media screen and (max-width: 567px) {
    .faculty-swiper-en .swiper-slide .faculty-value .value-box{
        border-color: var(--color-primary);
        top: 0;
        width: 1.44rem;
        height: 1.44rem;
    }
    .faculty-swiper-en .swiper-slide .faculty-value .value-box .ala-icon{
        width: .56rem;
        height: .56rem;
        margin-top:-.06rem;
    }
    .faculty-swiper-en .swiper-slide .faculty-value .value-box .num{
        font-size: .36rem;
    }
    .faculty-swiper-en .faculty-value .label{
        font-size: .24rem;
    }
}
/* faculty-swiper-en END */



.scrollbar-box{
    max-height: 21vw;
}
@media screen and (max-width: 991px) {
    .scrollbar-box{
        max-height: unset;
    }
}

/* campus-list */
.home-campus-block{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42.6vw;
    background-color: #f8f8f8;
}
.home-campus-block .layui-container{
    z-index: 10;
}
.home-campus-block .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.home-campus-block .bg img{
    width: 100%;
}
.home-campus-block .bg .dot{
    width: var(--size-18);
    height: var(--size-18);
    border-radius: 50%;
    background-color: var(--color-primary);
    position: absolute;
    left: 65.4%;
    top: 44.5%;
}
.home-campus-block .bg .dot:after,
.home-campus-block .bg .dot:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--size-72);
    height: var(--size-72);
    background-color: var(--color-primary);
    opacity: .2;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.home-campus-block .bg .dot:after{
    -webkit-animation: warn-3 1.3s ease infinite;
    animation: warn-3 1.3s ease infinite;
}
.home-campus-block .bg .dot .logo-box{
    position: absolute;
    left: 50%;
    top: calc(var(--size-72)*1.3);
    width: calc(var(--size-100)*2.5);
    padding: var(--size-15) var(--size-30);
    background-color: var(--color-primary);
    border-radius: var(--size-6);
    transform: translateX(-50%);
}
.home-campus-block .bg .dot .logo-box img{
    width: 100%;
}

@media screen and (max-width: 992px) {
    .home-campus-block{
        display: block;
    }
    .home-campus-block .bg{
        top: unset;
        bottom: 0;
    }
}
@media screen and (max-width: 767px){
    .home-campus-block{
        padding-bottom: 0;
    }
    .home-campus-block .bg{
        position: relative;
        margin-top: var(--size-45);
    }
    .home-campus-block .bg .dot .logo-box{
        top: 50%;
        left: unset;
        right: var(--size-72);
        transform: translateY(-50%);
    }
}

.campus-wrapper{
    background-color: #fff;
    padding: var(--size-24);
    width: calc(var(--size-100)*4);
}
.campus-list .campus-item{
    display: flex;
    align-items: center;
}
.campus-list .campus-item+.campus-item{
    border-top: var(--size-1) solid var(--border-color);
    padding-top: var(--size-18);
    margin-top: var(--size-18);
}
.campus-list .campus-item .text-box{
    flex: 1;
    padding-right: var(--size-24);
}
.campus-list .campus-item .icon img{
    width: var(--size-40);
    margin-bottom: var(--size-6);
}
.campus-list .campus-item .ala-icon{
    background-color: transparent;
    border: var(--size-1) solid #E3E3E3;
    color: var(--color-primary);
    transition: all .3s ease-in-out;
}
.campus-list .campus-item:hover .ala-icon{
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
@media screen and (max-width: 767px){
    .campus-wrapper{
        width: 100%;
    }
}
@-webkit-keyframes warn-3 {
    0% {
        opacity: .2;
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%,-50%) scale(2.2);
        transform: translate(-50%,-50%) scale(2.2)
    }
}

@keyframes warn-3 {
    0% {
        opacity: .2;
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%,-50%) scale(2.2);
        transform: translate(-50%,-50%) scale(2.2)
    }
}
/* campus-list END */

/* keywords-list */
.keywords-list{
    margin: var(--size-48) 0;
}
.keywords-list .keywords-item{
    padding-bottom: var(--size-20);
    border-bottom: var(--size-1) solid var(--border-color);
    height: 100%;
}
.keywords-list .keywords-item .num{
    color: var(--color-primary);
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: flex-start;
}
.keywords-list .keywords-item em{
    font-style: normal;
    font-weight: normal;
    margin-left: var(--size-6);
    margin-top: var(--size-6);
}
.keywords-list .keywords-item .label{
    color: var(--color-text-secondary-grey);
    margin-top: var(--size-12);
}
/* keywords-list END */


/* internation-overview */
.internation-overview .ranking{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: var(--size-6);
    box-shadow: 0px var(--size-6) var(--size-20) 0px rgba(0,0,0,0.1);
    padding: var(--size-30) 0;
    /* margin: var(--size-20); */
}
.internation-overview .ranking .sep{
    width: var(--size-1);
    height: var(--size-72);
    background: linear-gradient( 180deg, rgba(202,171,118,0.37) 0%, #CAAB76 51%, rgba(202,171,118,0.37) 100%);
    margin: 0 var(--size-15);
}
.internation-overview .ranking img{
    width: calc(var(--size-100)*2);
    height: var(--size-100);
    max-width: 15vw;
    object-fit: contain;
}
/* internation-overview END */

.slide-card.no-bg .text-box .title{
    -webkit-line-clamp: unset;
}

.cob-swiper-content .swiper-container{
    overflow: unset;
}
.home-internation-block .cob-panel{
    background-color: #fff;
    box-shadow: 0px var(--size-9) var(--size-20) 0px rgba(0,0,0,0.1);
    padding: var(--size-24);
}
.home-internation-block .cob-panel .cob-panel_bd{
    margin-top: 0;
    color: var(--color-text-primary);
    margin-bottom: var(--size-30);
    line-height: 1.5;
}

.home-internation-block .cob-panel .cob-panel_ft{
    display: flex;
}
.home-internation-block .cob-panel .cob-panel_ft span{
    display: inline-flex;
    align-items: center;
    color: var(--color-text-secondary-grey);
    flex: 1;
}
.home-internation-block .cob-panel .cob-panel_ft span+span{
    margin-left: var(--size-40);
}
.home-internation-block .cob-panel .cob-panel_ft img{
    height: var(--size-20);
    margin-right: var(--size-9);
}

@media screen and (min-width: 992px) {
    .home-internation-block .cob-swiper-nav{
        padding-bottom: var(--size-40);
    }
    .home-internation-block .cob-swiper-nav .swiper-slide{
        background-color: #fff;
        color: var(--color-text-primary);
        padding: var(--size-18);
        min-width: calc(var(--size-100)*1.5);
        text-align: center;
        border-radius: var(--size-4);
    }
    .home-internation-block .cob-swiper-nav .swiper-slide+.swiper-slide{
        margin-left: var(--size-15);
    }
    .home-internation-block .cob-swiper-nav .swiper-slide:after{
        content: unset;
    }
    .home-internation-block .cob-swiper-nav .swiper-slide.swiper-slide-thumb-active{
        color: #fff;
        background-color: var(--color-primary);
    }
}

@media screen and (min-width: 1200px) {
    .home-internation-block .cob-swiper-nav .swiper-slide{
        min-width: calc(var(--size-100)*2.2);
    }
}

@media screen and (min-width: 1400px) {
    .home-internation-block .cob-swiper-nav .swiper-slide{
        min-width: calc(var(--size-100)*2.6);
    }
}