@font-face {
    font-family: 'URW DIN Bold';
    src: url('../lib/font/URWDIN-Bold.eot');
    src: url('../lib/font/URWDIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../lib/font/URWDIN-Bold.woff2') format('woff2'),
        url('../lib/font/URWDIN-Bold.woff') format('woff'),
        url('../lib/font/URWDIN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Bold';
    src: url('../lib/font/DIN-Bold.eot');
    src: url('../lib/font/DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../lib/font/DIN-Bold.woff2') format('woff2'),
        url('../lib/font/DIN-Bold.woff') format('woff'),
        url('../lib/font/DIN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'URW DIN Demi';
    src: url('../lib/font/URWDIN-Demi.eot');
    src: url('../lib/font/URWDIN-Demi.eot?#iefix') format('embedded-opentype'),
        url('../lib/font/URWDIN-Demi.woff2') format('woff2'),
        url('../lib/font/URWDIN-Demi.woff') format('woff'),
        url('../lib/font/URWDIN-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'URW DIN Regular';
    src: url('../lib/font/URWDIN-Regular.eot');
    src: url('../lib/font/URWDIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('../lib/font/URWDIN-Regular.woff2') format('woff2'),
        url('../lib/font/URWDIN-Regular.woff') format('woff'),
        url('../lib/font/URWDIN-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'URW DIN Regular';
}

img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
    border: none;
    display: block;
    object-fit: cover;
}

video {
    display: block;
}

.public-box {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.disNone {
    display: none;
}

ul,
li,
p {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.line-ani {
    position: relative;
}

.line-ani:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: all ease 0.5s;
}

.line-ani:hover:after {
    width: 100%;
}

.line-ani02 {
    position: relative;
}

.line-ani02:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #333333;
    transition: all ease 0.5s;
}

.line-ani02:hover:after {
    width: 100%;
}

/* header */
#site-header {
    position: relative;
}

.mobile-menu-nav {
    display: none;
}

.menu-nav-top {
    margin: 35px 0;
}

.menu-nav-top-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu-nav-logo img {
    height: 50px;
}

.menu-nav-download a {
    display: inline-block;
    font-size: 22px;
    color: #0c4d8e;
    line-height: 56px;
    padding: 0 25px;
    border: 2px solid #0c4d8e;
    transition: all ease 0.5s;
}

.menu-nav-download a:hover {
    color: #ffffff;
    background: #0c4d8e;
}

.menu-nav-bottom {
    background: #0c4d8e;
}

.menu-nav-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-nav-list ul li a {
    font-size: 24px;
    line-height: 86px;
    display: inline-block;
    padding: 0 10px;
    color: #ffffff;
    position: relative;
}

.menu-nav-list ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #fdb42f;
    transition: all ease 0.5s;
}

.menu-nav-list ul li.active a:after {
    width: 100%;
}

.menu-nav-list ul li a:hover:after {
    width: 100%;
}

/* site-footer */
#site-footer {
    padding: 90px 0;
    background-color: #333333;
}

#site-footer p {
    color: #ffffff;
}

#site-footer a {
    color: #ffffff;
}

.foot-block {
    display: flex;
    flex-wrap: wrap;
}

.foot-left {
    width: 54.5%;
}

.foot-center {
    width: 23%;
    margin: 0 5.75%;
}

.foot-right {
    width: 11%;
}

.foot-title p {
    font-family: 'URW DIN Bold';
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    border-bottom: 2px solid #ffffff;
}

.foot-left .foot-title p {
    padding-right: 50px;
}

.foot-cont {
    font-size: 18px;
}

.foot-cont p span {
    display: block;
}

.foot-list {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2px;
}

.foot-list p {
    font-size: 18px;
}

.foot-list-left {
    width: 65%;
    margin-right: 5%;
}

.foot-list-right {
    width: 30%;
}

.foot-list-left p {
    padding-left: 33px;
    background: url(../images/foot-icon07.png) no-repeat left top;
    background-size: 23px;
    background-position-y: 4px;
}

.foot-list-left p span {
    display: block;
}

.foot-list-right p {
    padding-left: 33px;
    position: relative;
    display: inline-block;
}

.foot-list-right p:after {
    content: '';
    position: absolute;
    width: 140px;
    height: 2px;
    background: #ffffff;
    left: 33px;
    bottom: -2px;
}

.foot-list-right p:nth-child(1) {
    background: url(../images/foot-icon08.png) no-repeat left top;
    background-size: 23px;
    background-position-y: 6px;
}

.foot-list-right p:nth-child(2) {
    background: url(../images/foot-icon09.png) no-repeat left top;
    background-size: 23px;
    background-position-y: 6px;
    margin-top: 30px;
}

.foot-social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-social-list a {
    display: inline;
    width: 43px;
}

.foot-social-list a img {
    display: block;
}

.foot-link a {
    display: inline-block;
    font-size: 18px;
    border-bottom: 2px solid #ffffff;
}

.foot-link p:nth-child(1) {
    margin-bottom: 20px;
}

.foot-social-list .foot-social-wechat {
    position: relative;
}

.foot-social-list .foot-social-wechat .foot-media-code {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 43px;
    width: 150px;
}

.foot-social-list .foot-social-wechat:hover .foot-media-code {
    display: block;
}

.foot-out {
    position: relative;
}

.foot-other {
    position: absolute;
    left: 67%;
    bottom: 0;
    width: 360px;
    padding-bottom: 2px;
    display: none;
}

.foot-other-title {
    padding-left: 25px;
    background: url(../images/foot-icon10.png) no-repeat left top;
    background-size: 18px;
    background-position-y: 7px;
}

.foot-other-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 25px;
}

.foot-other-cont a {
    width: 48%;
}

.foot-other-cont a p {
    display: inline-block;
}

/* To top */

.back-top {
    width: 34px;
    height: 34px;
    background: #fecd4c;
    padding: 8px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    cursor: pointer;
    border-radius: 5px;
}

.back-top img {
    width: 100%;
}

.back-top p {
    display: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.back-top:hover img {
    display: none;
}

.back-top:hover p {
    display: block;
}

/* index Start */
.index-banner {
    height: 780px;
    position: relative;
}

.index-banner video {
    width: 100%;
    object-fit: cover;
    position: relative;
}

.index-banner:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.index-banner-title {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
}

.index-banner-top p {
    font-family: 'URW DIN Bold';
    text-align: center;
    font-size: 90px;
    line-height: 100px;
    letter-spacing: 0;
    color: #ffffff;
    text-shadow: 4px 0px black;
    margin-bottom: 30px;
}

.index-banner-top p span {
    display: block;
}

.index-banner-bottom {
    width: 570px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-banner-bottom a {
    font-size: 24px;
    line-height: 62px;
    color: #ffffff;
    width: 46%;
    text-align: center;
    border: 2px solid #fecd4c;
    transition: all ease 0.5s;
}

.index-banner-bottom a:hover {
    border: none;
    background: url(../images/banner-link-bg.png) no-repeat center center;
    background-size: cover;
    border: 2px solid transparent;
}

/* public title */
.public-title {
    font-size: 48px;
    line-height: 60px;
    color: #001e40;
    font-family: 'DIN Bold';
}

.public-title a {
    color: #001e40;
}

/* Quick Facts */
.quick-facts {
    padding: 90px 0;
}

.quick-facts-box {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #1baad2;
    border-bottom: 2px solid #1baad2;
}

.quick-facts-left {
    width: 210px;
}

.quick-facts-right {
    width: 1000px;
}

.quick-title {
    text-align: center;
}

.quick-title span {
    display: block;
}

.quick-facts-right table {
    width: 100%;
    text-align: center;
}

.quick-facts-right table tr {
    height: 60px;
    color: #1a1820;
}

.quick-facts-right table tr:nth-child(1) td {
    font-size: 24px;
    font-family: 'URW DIN Bold';
}

.quick-facts-right table tr:nth-child(2) td {
    font-size: 22px;
}

.quick-facts-right table tr td:nth-child(1) {
    width: 25%;
}

.quick-facts-right table tr td:nth-child(2) {
    width: 20%;
}

.quick-facts-right table tr td:nth-child(3) {
    width: 30%;
}

.quick-facts-right table tr td:nth-child(4) {
    width: 25%;
}

.quick-facts-right .quick-facts-list {
    display: none;
}

/* Program Overview */
#program-overview {
    background: url(../images/program-overview-bg.jpg) no-repeat center center;
    background-size: cover;
}

.program-overview {
    padding: 100px 0;
}

.program-overview-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #ffffff;
}

.program-overview-img {
    flex: 1;
}

.program-overview-block {
    flex: 1;
}

.program-overview-in {
    padding: 30px 45px;
}

.program-overview-cont {
    font-size: 22px;
    color: #000033;
    margin-top: 20px;
    text-align: justify;
}

/* Mission */
#mission {
    background: url(../images/mission-bg.jpg) no-repeat center center;
    background-size: cover;
}

#mission .program-overview-box {
    flex-direction: row-reverse;
}

/* Program Highlights */
.program-highlights {
    padding: 90px 0;
    background: #f0efec;
}

.program-highlights-box {
    margin-top: 60px;
}

.program-highlights-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.program-highlights-block ul li {
    width: 31.5%;
}

.program-highlights-title {
    margin: 20px 0;
}

.program-highlights-title span {
    width: 66px;
    height: 4px;
    background: #fecd4d;
    display: block;
}

.program-highlights-title p {
    font-size: 30px;
    line-height: 45px;
    font-family: 'URW DIN Bold';
    margin-top: 15px;
}

.program-highlights-cont p {
    font-size: 20px;
    text-align: justify;
    position: relative;
    /* text-indent: 15px; */
    padding-left: 13px;
}

.program-highlights-cont p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    background: #fecd4d;
    border-radius: 8px;
}

/* Download the Admissions Brochure */
.download-brochure {
    padding: 90px 0;
    background: url(../images/download-bg.png) no-repeat center center;
    background-size: cover;
}

.download-brochure-box a {
    font-family: 'URW DIN Bold';
    width: 840px;
    max-width: 94%;
    margin: 0 auto;
    display: block;
    border: solid 4px #0c4d8e;
    color: #0c4d8e;
    font-size: 48px;
    line-height: 120px;
    text-align: center;
    transition: all ease 0.5s;
}

.download-brochure-box a:hover {
    background: #0c4d8e;
    color: #ffffff;
}

/* Curriculum */
.curriculum {
    background: url(../images/curriculum-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 90px 0;
}

.curriculum-box {
    margin-top: 60px;
}

.curriculum-block ul {
    display: flex;
    flex-wrap: wrap;
}

.curriculum-block ul li {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}

.curriculum-block ul li:nth-child(1),
.curriculum-block ul li:nth-child(2) {
    border-bottom: 1px solid #4c4c4c;
}

.curriculum-block ul li:nth-child(1),
.curriculum-block ul li:nth-child(3) {
    border-right: 1px solid #4c4c4c;
}

.curriculum-item-top {
    font-size: 120px;
    line-height: 160px;
    font-weight: 200;
    color: #1baad2;
    margin: 40px 0 20px 0;
}

.curriculum-item-top img {
    margin: 0 auto;
}

.curriculum-item-bottom {
    font-size: 32px;
    line-height: 40px;
    color: #1a1820;
    margin-bottom: 40px;
}

.curriculum-link {
    margin-top: 90px;
    text-align: center;
}

.curriculum-link a {
    font-size: 22px;
    color: #1baad2;
    line-height: 70px;
    display: inline-block;
    border: solid 2px #1baad2;
    padding: 0 35px;
    transition: all ease 0.5s;
}

.curriculum-link a p {
    padding-right: 50px;
    background: url(../images/curriculum-arrow01.png) no-repeat center right;
    background-size: 34px;
}

.curriculum-link a:hover {
    color: #ffffff;
    background: #1baad2;
}

.curriculum-link a:hover p {
    background: url(../images/curriculum-arrow02.png) no-repeat center right;
}

/* Program Academic Director */
.academic-director {
    padding: 90px 0;
    background: #f0efec;
}

.academic-director-box {
    margin-top: 60px;
    padding-top: 170px;
    padding-bottom: 35px;
    position: relative;
}

.academic-director-block {
    margin-left: 45px;
    background: url(../images/academic-director-bg.png) no-repeat center center;
    background-size: cover;
    padding: 50px 40px 30px 30%;
    min-height: 360px;
}

.academic-director-title p:nth-child(1) {
    font-size: 28px;
    color: #30639d;
    line-height: 45px;
    font-family: 'URW DIN Bold';
}

.academic-director-title p:nth-child(2) {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #30639d;
}

.academic-director-cont {
    padding: 30px 50px 50px 65px;
    position: relative;
    font-size: 20px;
    text-align: justify;
}

.academic-director-cont:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    background: url(../images/academic-director-icon01.png) center center;
    background-size: cover;
}

.academic-director-cont:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    background: url(../images/academic-director-icon02.png) center center;
    background-size: cover;
}

.academic-director-img {
    position: absolute;
    bottom: 35px;
    left: 20px;
}

.academic-director-name p {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'URW DIN Bold';
    font-size: 32px;
    line-height: 90px;
    color: #1a1820;
    display: inline-block;
    background: #fecd4c;
    padding: 0 30px;
}

/*  Meet Our Students*/
.our-students {
    background: url(../images/our-students-bg.png) no-repeat center top;
    background-size: cover;
    padding: 90px 0;
}

.our-students-box {
    margin-top: 60px;
}

.our-students-item {
    display: flex;
    flex-wrap: wrap;
    background: none;
    overflow: hidden;
}

.our-students-left {
    width: 26%;
    margin-right: 4.5%;
}

.our-students-right {
    width: 69.5%;
}

.our-students-item-title {
    font-family: 'URW DIN Bold';
    font-size: 32px;
    line-height: 40px;
    color: #1a1820;
    margin-bottom: 20px;
}

.our-students-item-cont {
    font-size: 22px;
    color: #1a1820;
    text-align: justify;
}

.students-swiper {
    padding-bottom: 80px;
}

.students-swiper .swiper-pagination {
    bottom: 0;
}

.students-swiper .swiper-pagination-bullet {
    width: 75px;
    height: 10px;
    background-color: #eeeeee;
    border-radius: 10px;
    opacity: 1;
    transition: all ease 0.5s;
}

.our-students-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.students-swiper .swiper-pagination-bullet-active {
    width: 135px;
    background: #fecd4d;
}

/* index End */

.second-banner-img {
    height: 780px;
}

.second-banner-img img {
    width: 100%;
    height: 100%;
}

/* Admissions Start */
.box {
    background: url(../images/box-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 90px 0;
}

.public-title02 {
    text-align: center;
    position: relative;
}

.public-title02 span {
    display: block;
    width: 58px;
    height: 6px;
    background: #fecd4c;
    margin: 15px auto 30px auto;
}

/* Admission Requirements */
.requirements-documents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.admission-requirements {
    width: 100%;
}

.supporting-documents {
    width: 100%;
    margin-top: 50px;
}

.admission-requirements-item {
    background: url(../images/admission-requirements-bg.png) no-repeat center center;
    background-size: cover;
    border-radius: 24px;
    border: solid 2px #1baad2;
    padding: 25px 15px;
    position: relative;
}

.admission-requirements-item:after {
    content: '';
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    background: url(../images/admission-requirements-icon04.png) no-repeat center center;
    background-size: cover;
}

.admission-requirements-item04:after {
    display: none;
}

.admission-requirements-item-title {
    font-family: 'URW DIN Bold';
    width: 25%;
    margin: 0 auto 15px auto;
    border-radius: 32px;
    border: solid 2px #0d369d;
    color: #0d369d;
    text-align: center;
}

.admission-requirements-item-title span {
    width: 58px;
    height: 32px;
    background: #0d369d;
    float: left;
    display: block;
    border-radius: 32px;
    margin-left: -2px;
}

.admission-requirements-item-title span img {
    width: 19px;
    height: 19px;
    margin: 7px auto 0 auto;
}

.admission-requirements-item-cont {
    font-size: 22px;
}

.admission-requirements-item-cont p {
    position: relative;
}

.admission-requirements-item-cont p span {
    display: block;
    padding-left: 230px;
}

.admission-requirements-item-cont .admission-requirements-item-p {
    padding-left: 10px;
}

.admission-requirements-item-cont .admission-requirements-item-p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #0d369d;
}

.admission-requirements-item02 {
    margin: 43px 0;
    position: relative;
}

.admission-requirements-item04 {
    margin-top: 43px;
}

/* Supporting Documents */
.supporting-documents-box {
    margin: 5px;
    padding: 25px;
    border: 4px solid #ffffff;
    background: rgba(253, 180, 47, 0.1);
    box-shadow: 1px 1px 5px;
    border-radius: 25px;
}

.supporting-documents-block p {
    color: #1a1820;
    font-size: 22px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.supporting-documents-block p a {
    color: #30639d;
}

.supporting-documents-block p a:hover {
    color: #fdb42f;
}

.supporting-documents-block p:last-child {
    margin-bottom: 0;
}

.supporting-documents-block p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #fdb42f;
    transform: rotate(45deg);
}

/* How to Apply */
.how-to-apply {
    padding: 90px 0;
}

.apply-box {
    margin-top: 60px;
}

.apply-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apply-block ul li {
    width: 31.5%;
}

.apply-item {
    position: relative;
}

.apply-title {
    padding: 15px 0;
    border-bottom: 7px solid #fecd4c;
    height: 80px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.apply-title p {
    font-size: 28px;
    line-height: 40px;
    font-family: 'URW DIN Bold';
    text-align: center;
}

.apply-title p span {
    display: block;
}

.apply-cont {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/apply-bg.png) no-repeat center center;
    background-size: cover;
    transition: all ease 0.5s;
}

.apply-cont-box {
    height: 100%;
    font-size: 20px;
    color: #1a1820;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: justify;
}

.apply-cont p {
    width: 100%;
}

.apply-list p {
    font-size: 18px;
    box-sizing: border-box;
}

.apply-list p:nth-child(1) {
    font-size: 20px;
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
}

.apply-list p:nth-child(1):before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #1baad2;
    border-radius: 8px;
}

.apply-item:hover .apply-cont {
    display: block;
}

/* Timeline */
.timeline {
    background: url(../images/timeline-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 90px 0;
}

.timeline-box {
    margin-top: 60px;
    position: relative;
}

.timeline-box:before {
    content: '';
    position: absolute;
    top: 190px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #bababa;
}

.timeline-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.timeline-list ul li {
    width: 20%;
}

.timeline-item-icon {
    position: relative;
}

.timeline-item-icon:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 2px #bababa;
}

.timeline-item-icon img {
    margin: 0 auto;
}

.timeline-item-icon img:nth-child(2) {
    display: none;
}

.timeline-item-title {
    margin-top: 90px;
}

.timeline-item-title p {
    text-align: center;
    font-size: 22px;
}

.timeline-item-title p:nth-child(1) {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 15px;
}

.timeline-item-title p:nth-child(1):after {
    content: '';
    position: absolute;
    width: 41px;
    height: 5px;
    background: #a4a4a4;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item:hover .timeline-item-icon img:nth-child(1) {
    display: none;
}

.timeline-item:hover .timeline-item-icon img:nth-child(2) {
    display: block;
}

.timeline-item:hover .timeline-item-icon:after {
    background: #1baad2;
    border: solid 2px #1baad2;
}

.timeline-item:hover .timeline-item-title p:nth-child(1) {
    color: #1baad2;
}

.timeline-item:hover .timeline-item-title p:nth-child(1):after {
    background: #1baad2;
}

.timeline-block {
    margin-top: 60px;
}

.timeline-top p {
    font-family: 'URW DIN Demi';
    display: inline-block;
    font-size: 28px;
    line-height: 55px;
    border-radius: 55px;
    color: #1a1820;
    background: #fecd4c;
    padding: 0 25px;
}

.timeline-bottom-title p {
    color: #1a1820;
    font-size: 24px;
    margin: 15px 0;
}

.timeline-bottom-cont {
    overflow: hidden;
    font-size: 24px;
    line-height: 54px;
    font-family: 'URW DIN Demi';
}


.timeline-bottom-cont p:nth-child(1) {
    display: inline-block;
    background: #1baad2;
    border-radius: 28px;
    color: #fecd4c;
    padding: 0 35px 0 25px;
    position: relative;
    z-index: 2;
}

.timeline-bottom-cont p:nth-child(1) span {
    display: inline-block;
    padding-left: 55px;
    background: url(../images/timeline-icon11.png) no-repeat center left;
    background-size: 42px;
}

.timeline-bottom-cont p:nth-child(2) {
    line-height: 50px;
    display: inline-block;
    border-radius: 54px;
    border: solid 2px #1baad2;
    padding: 0 35px 0 140px;
    margin-left: -120px;
}

.timeline-bottom-cont p:nth-child(2) a {
    color: #333333;
}

.timeline-bottom-cont p:nth-child(2) a:hover {
    color: #1baad2;
}

.timeline-mark {
    margin-top: 20px;
}

.timeline-mark p {
    font-size: 22px;
    margin-bottom: 10px;
}

.timeline-mark p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
}

.timeline-mark p a {
    color: #f8be40;
}

.timeline-mark p a:hover {
    color: #1baad2;
}

/* Financial Support */
.financial-support {
    padding-top: 90px;
}

.financial-support-box {
    overflow: hidden;
    margin-top: 60px;
}

.financial-support-left {
    width: 37.4%;
    float: left;
    position: relative;
    z-index: 2;
}

.financial-support-right {
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 74px;
    width: 79.5%;
    margin-left: -16.9%;
    background: url(../images/financial-support-bg.png) no-repeat center center;
    background-size: cover;
}

.financial-support-block {
    padding: 45px 35px 76px 25%;
}

.financial-support-top {
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
}

.financial-support-top p {
    font-size: 22px;
}

.financial-support-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 6px;
    background: #fecd4c;
}

.financial-support-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.financial-support-list .financial-support-cont:nth-child(1) {
    width: 48%;
}

.financial-support-list .financial-support-cont:nth-child(2) {
    width: 47%;
}

.financial-support-list03 .financial-support-cont:nth-child(1) {
    width: 100%;
}

.financial-support-list02 {
    border-top: 2px solid #ffffff;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
}

.financial-support-cont p {
    font-size: 22px;
    color: #30639d;
}

.financial-support-cont p:nth-child(2) {
    color: #ffffff;
    font-size: 20px;
}

.financial-support-cont p span {
    font-family: 'URW DIN Bold';
}

.financial-support-table {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #fdb42f;
    margin: 10px 0 25px 0;
}

.financial-support-table tr {
    border-bottom: 1px solid #ffffff;
}

.financial-support-table tr td:first-child,
.financial-support-table tr:first-child td {
    font-weight: bold;
}

.financial-support-table tr:last-child {
    border-bottom: 0;
}

.financial-support-table tr td {
    line-height: 28px;
    padding: 10px 10px;
    border-right: 1px solid #ffffff;
}

.financial-support-table tr td:last-child {
    border-right: 0;
}

.financial-support-intro {
    font-size: 22px;
    line-height: 35px;
}

.financial-support-intro p span {
    font-weight: bold;
}

.financial-support-intro p:last-child {
    font-size: 18px;
}

.financial-support-intro .p {
    margin-bottom: 10px;
}

/* Scholarship */
.scholarship {
    padding: 90px 0;
}

.scholarship-box {
    width: 90%;
    margin-top: 60px;
}

.scholarship-intro p {
    font-size: 20px;
    text-align: justify;
}

.scholarship-intro .scholarship-intro-p span {
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
}

.scholarship-mark {
    margin-top: 15px;
    font-size: 20px;
}

.scholarship-intro p a {
    color: #0c4d8e;
}

.scholarship-intro p a:hover {
    color: #f8be40;
}

/* Admissions Events */
.admissions-events {
    padding: 90px 0;
    background: url(../images/admissions-events-bg.jpg) no-repeat center top;
    background-size: cover;
}

.admissions-events-box {
    margin-top: 60px;
}

.admissions-events-intro {
    font-size: 22px;
    margin-bottom: 40px;
}

.admissions-events-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.admissions-events-list ul li {
    width: 46%;
    margin-bottom: 40px;
}

/* .admissions-events-list ul li:nth-child(3),
.admissions-events-list ul li:nth-child(4) {
    margin-bottom: 0;
} */

.admissions-events-item {
    background: #ffffff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #1a1820;
}

.admissions-events-time {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 28%;
    /* height: 100%; */
    background: #fecd4c;
    text-align: center;
    padding: 35px 0;
}

.admissions-events-time p:nth-child(1) {
    font-size: 40px;
    line-height: 70px;
    font-family: 'URW DIN Demi';
}

.admissions-events-time p:nth-child(2) {
    font-size: 30px;
    line-height: 40px;
}

.admissions-events-cont {
    width: 66%;
    margin-left: 3%;
    margin-right: 3%;
}

.admissions-events-cont p:nth-child(1) {
    font-size: 28px;
    font-family: 'URW DIN Demi';
}

.admissions-events-cont p:nth-child(2) {
    font-size: 20px;
    line-height: 28px;
}

.admissions-events-month {
    font-family: 'URW DIN Demi';
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 82px;
    line-height: 82px;
    opacity: 0.06;
}

.admissions-events-more {
    font-size: 22px;
    line-height: 35px;
}

.admissions-events-more p span {
    font-weight: bold;
}

.admissions-events-more p:nth-child(1) {
    font-weight: bold;
}

.admissions-events-more a {
    width: 300px;
    max-width: 90%;
    display: block;
    margin: 20px auto 0 auto;
    font-family: 22px;
    line-height: 50px;
    text-align: center;
    background: #fecd4c;
    color: #ffffff;
}

.admissions-events-more a:hover {
    background: #0c4d8e;
}

/* Admissions End */

/* Student Experience Start */
/* Student Activity */
.student-activity {
    padding: 90px 0;
    background: #f6f6f6;
}

.student-activity-box {
    margin-top: 60px;
}

.student-activity-top {
    margin: 10px auto 30px auto;
}

.student-activity-top img:nth-child(2) {
    display: none;
}

.student-activity-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.student-activity-list ul li {
    width: 16.07%;
}

.student-activity-item {
    display: flex;
    flex-wrap: wrap;
}

.student-activity-item-img {
    width: 100%;
    height: 173px;
}

.student-activity-item-title {
    font-family: 'DIN Bold';
    width: 100%;
    height: 173px;
    text-align: center;
    background: #fecd4c;
    font-size: 20px;
    position: relative;
}

.student-activity-item-title p {
    position: absolute;
    width: 94%;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.student-activity-list ul li:nth-child(even) .student-activity-item {
    flex-direction: column-reverse;
}

.scroll-loop {
    height: 100%;
    z-index: 2;
    cursor: pointer;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-size: cover;
    animation-play-state: paused;
}

.student-activity-item:hover .scroll-loop {
    animation-play-state: running;
    -webkit-animation: special 1000s linear infinite;
    -moz-animation: special 1000s linear infinite;
    -ms-animation: special 1000s linear infinite;
    -o-animation: special 1000s linear infinite;
    animation: special 1000s linear infinite;
}

.student-activity-item04:hover .scroll-loop {
    animation-play-state: running;
    -webkit-animation: special 1200s linear infinite;
    -moz-animation: special 1200s linear infinite;
    -ms-animation: special 1200s linear infinite;
    -o-animation: special 1200s linear infinite;
    animation: special 1200s linear infinite;
}

.student-activity-item-img01 .scroll-loop {
    background-image: url(../images/activity-scroll01.jpg);
}

.student-activity-item-img02 .scroll-loop {
    background-image: url(../images/activity-scroll02.jpg);
}

.student-activity-item-img03 .scroll-loop {
    background-image: url(../images/activity-scroll03.jpg);
}

.student-activity-item-img04 .scroll-loop {
    background-image: url(../images/activity-scroll04.jpg);
}

.student-activity-item-img05 .scroll-loop {
    background-image: url(../images/activity-scroll05.jpg);
}

.student-activity-item-img06 .scroll-loop {
    background-image: url(../images/activity-scroll06.jpg);
}


@-webkit-keyframes special {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000% 0;
    }
}

@-moz-keyframes special {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000% 0;
    }
}

@-ms-keyframes special {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000% 0;
    }
}

@-o-keyframes special {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000% 0;
    }
}

@keyframes special {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000% 0;
    }
}

.student-activity-video {
    position: relative;
}

.student-activity-video img {
    cursor: pointer;
}

.student-activity-iframe-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.student-activity-iframe-box iframe {
    width: 100%;
    height: 100%;
}

/* Overseas Module */
.overseas-module {
    padding: 90px 0;
    background: url(../images/overseas-module-bg.jpg) no-repeat top center;
    background-size: cover;
}

.overseas-module-box {
    margin-top: 60px;
    background: url(../images/overseas-module-bg02.jpg) no-repeat center top;
    background-size: cover;
}

.overseas-module-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.overseas-module-list ul li {
    width: 50%;
}

.overseas-module-item {
    padding: 50px 50px 0 50px;
}

.overseas-module-item-title {
    width: 440px;
    margin: 0 auto;
    background: #fecd4c;
    border-radius: 28px;
    text-align: center;
    font-size: 24px;
    color: #1a1820;
    line-height: 56px;
    font-family: 'URW DIN Bold';
    margin-bottom: 30px;
}

.overseas-module-item-cont {
    width: 420px;
    margin: 0 auto;
    font-size: 22px;
    color: #1a1820;
}

.overseas-module-item-cont p {
    margin-bottom: 10px;
    padding-left: 15px;
    text-indent: -13px;
}

/* Exchange Experience at the University of Cambridge */

.exchange-experience {
    padding: 90px 0;
}

.exchange-experience-box {
    margin-top: 60px;
}

.exchange-title p:nth-child(2) {
    font-size: 26px;
    line-height: 40px;
}

.exchange-experience-block {
    background: #f6f6f6;
}

.exchange-experience-block01 {
    margin-bottom: 60px;
}

.exchange-experience-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exchange-experience-item02 {
    flex-direction: row-reverse;
}

.exchange-experience-item-left {
    width: 31.5%;
}

.exchange-experience-item-right {
    width: 64%;
}

.exchange-experience-item-title {
    margin-top: 45px;
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 50px;
}

.exchange-experience-item-title p span:nth-child(1) {
    font-family: 'URW DIN Bold';
    display: inline-block;
    border-bottom: 4px solid #fecd4c;
}

.exchange-experience-item-title p span:nth-child(2) {
    font-size: 24px;
    margin-left: 20px;
}

.exchange-experience-cont p {
    font-size: 22px;
    text-align: justify;
}

.exchange-experience-cont02 {
    height: 346px;
    overflow-y: scroll;
    padding-right: 10px;
}

.exchange-experience-cont02::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    cursor: pointer;
}

.exchange-experience-cont02::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fecd4c;
}

.exchange-experience-cont02::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.1);
}

/* Campus Life */
.campus-life {
    background: url(../images/campus-life-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 90px 0;
}

.campus-life-box {
    margin-top: 60px;
}

.campus-life-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.campus-life-item {
    width: 502px;
}

.campus-life-item:nth-child(odd) {
    margin-right: 160px;
}

.campus-life-item:nth-child(1),
.campus-life-item:nth-child(2) {
    margin-bottom: 60px;
}

.campus-life-title {
    background: #eeeeee;
    padding: 25px 30px;
}

.campus-life-title p:nth-child(1) {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    background: #fecd4c;
    border-radius: 16px;
    padding: 0 20px;
}

.campus-life-title p:nth-child(2) {
    font-family: 'URW DIN Bold';
    font-size: 24px;
    margin-top: 10px;
    padding-left: 20px;
}

.campus-life-img {
    position: relative;
}

.campus-life-img img {
    cursor: pointer;
}

.campus-life-img .campus-life-iframe iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Student Experience End */

/* Contact Us Start */
.contact-us {
    padding: 90px 0;
    background: #f6f6f6;
}

.contact-us-box {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us-left {
    width: 48.5%;
    margin-right: 3%;
}

.contact-us-right {
    width: 48.5%;
}

.contact-us-item {
    background-color: #ffffff;
    box-shadow: 0px 9px 15px 0px rgba(21, 26, 32, 0.09);
    position: relative;
}

.contact-us-item01 {
    height: 305px;
    margin-bottom: 40px;
}

.contact-us-item02 {
    height: 305px;
}

.contact-us-item03 {
    height: 650px;
}

.contact-us-item:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #fecd4c;
    border-radius: 15px;
}

.contact-us-item-box {
    padding: 50px 35px 10px 35px;
}

.contact-us-title {
    padding-left: 50px;
}

.contact-us-title span {
    display: block;
    width: 52px;
    height: 7px;
    background: #fecd4c;
    margin: 10px 0 15px 0;
}

.contact-us-cont {
    font-size: 28px;
    line-height: 45px;
}

.contact-us-cont p {
    padding-left: 50px;
}

.contact-us-cont p:nth-child(1) {
    background: url(../images/contact-us-icon01.png) no-repeat center left;
    background-size: 35px;
}

.contact-us-cont p:nth-child(2) {
    background: url(../images/contact-us-icon02.png) no-repeat center left;
    background-size: 35px;
}

.contact-us-item03 .contact-us-title {
    padding-left: 0;
}

.contact-us-item03 .contact-us-cont p {
    padding-left: 0;
    background: none;
}

.contact-us-item03 .contact-us-cont p span {
    display: block;
}

.contact-us-link {
    width: 950px;
    margin: 70px auto 0 auto;
}

.contact-us-link-box {
    display: flex;
    flex-wrap: wrap;
}

.contact-us-link-box p {
    font-family: 'URW DIN Demi';
    font-size: 28px;

}

.contact-us-link-box p:nth-child(1) {
    width: 36%;
    background-color: #fecd4c;
    border-radius: 28px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 56px;
}

.contact-us-link-box p:nth-child(1) span {
    display: inline-block;
    padding-left: 60px;
    background: url(../images/contact-us-icon03.png) no-repeat center left;
    background-size: 42px;
}

.contact-us-link-box p:nth-child(2) {
    width: 80%;
    margin-left: -16%;
    border-radius: 28px;
    border: solid 2px #fecd4c;
    box-sizing: border-box;
    text-align: center;
    padding-left: 16%;
    line-height: 52px;
}

.contact-us-link-box p:nth-child(2) a {
    color: #333333;
}

.contact-us-link-box p:nth-child(2) a:hover {
    color: #fecd4c;
}

/* Meet Our Team */
.our-team {
    padding: 90px 0;
    background: url(../images/team-bg.jpg) no-repeat center top;
    background-size: cover;
}

.our-team-box {
    margin-top: 60px;
}

.our-team-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.team-next {
    width: 49px;
    height: 49px;
    outline: none;
    cursor: pointer;
}

.our-team-item {
    height: 544px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.our-team-item-img {
    width: 100%;
    height: 272px;
}

.our-team-item-img img {
    height: 100%;
    display: block;
}

.our-team-item .our-team-item-box {
    width: 100%;
    height: 272px;
    background: #ffffff;
}

.our-team-item-block {
    padding: 70px 25px 0 25px;
}

.our-team-item-name p {
    color: #1a1820;
}

.our-team-item-name p:nth-child(1) {
    font-size: 24px;
    font-family: 'URW DIN Bold';
}

.our-team-item-name p:nth-child(2) {
    font-size: 20px;
}

.our-team-item-name span {
    width: 43px;
    height: 5px;
    background: #fecd4c;
    display: block;
    margin: 10px 0;
}

.our-team-item-mail p {
    padding-left: 40px;
    font-size: 20px;
    background: url(../images/team-icon02.png) no-repeat left top;
    background-size: 30px;
    background-position-y: 2px;
}

.our-team-item-mail p a {
    color: #1a1820;
}

.our-team-item-o {
    flex-direction: column-reverse;
}

.our-team-item01 .our-team-item-img {
    height: 100%;
}

.our-team-item01 .our-team-item-box {
    height: auto;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
}

.our-team-item01 .our-team-item-block {
    padding: 30px 20px;
}

.our-team-item01 .our-team-item-name p {
    color: #ffffff;
    text-align: center;
}

.our-team-item01 .our-team-item-name span {
    margin: 10px auto;
}

.our-team-item01 .our-team-item-mail {
    text-align: center;
}

.our-team-item01 .our-team-item-mail p {
    background: url(../images/team-icon01.png) no-repeat left top;
    background-size: 30px;
    background-position-y: 2px;
    display: inline-block;
}

.our-team-item01 .our-team-item-mail p a {
    color: #ffffff;
}

/* Contact Us End */

/* Curriculum Start */
/* Where Learning Has Impact */
.learning-impact {
    background: url(../images/learning-impact-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 90px 0;
}

.learning-impact-box {
    margin-top: 60px;
}

.learning-impact-img {
    width: 77.8%;
}

.learning-impact-cont {
    position: relative;
    width: 70%;
    float: right;
    margin-top: -200px;
}

.learning-impact-cont-box {
    background: #f8be40;
    padding: 45px 40px;
}

.learning-impact-cont-box p {
    font-size: 22px;
    color: #000033;
    text-align: justify;
}

.course {
    padding: 90px 0;
}

.course-list {
    display: flex;
    flex-wrap: wrap;
}

.course-list .course-item {
    width: 18.5%;
    height: 625px;
    position: relative;
    transition: all ease 0.5s;
}

.course-list .course-item.active {
    width: 63%;
}

.course-item-before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: all ease 0.8s;
    animation-delay: 0.5s;
}

.course-item-after {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: all ease 0.5s;
    animation-delay: 0.5s;
}

.course-item-after .course-item-after-box {
    display: none;
}

.course-list .course-item01 {
    background: url(../images/course-bg01.jpg) no-repeat center top;
    background-size: cover;
}

.course-list .course-item02 {
    background: url(../images/course-bg02.jpg) no-repeat center top;
    background-size: cover;
}

.course-list .course-item03 {
    background: url(../images/course-bg03.jpg) no-repeat center top;
    background-size: cover;
}

.course-list .course-item01.active {
    background: url(../images/course-bg04.jpg) no-repeat center top;
    background-size: cover;
}

.course-list .course-item02.active {
    background: url(../images/course-bg05.jpg) no-repeat center top;
    background-size: cover;
}

.course-list .course-item03.active {
    background: url(../images/course-bg06.jpg) no-repeat center top;
    background-size: cover;
}

/* .course-list .course-item01 .course-item-before {
    background: url(../images/course-bg01.jpg) no-repeat center top;
    background-size: cover;
}

.course-list .course-item02 .course-item-before {
    background: url(../images/course-bg02.jpg) no-repeat center top;
    background-size: cover;
}

.course-list .course-item03 .course-item-before {
    background: url(../images/course-bg03.jpg) no-repeat center top;
    background-size: cover;
}

.course-list .course-item01 .course-item-after {
    background: url(../images/course-bg04.jpg) no-repeat center top;
    background-size: cover;
}

.course-list .course-item02 .course-item-after {
    background: url(../images/course-bg05.jpg) no-repeat center top;
    background-size: cover;
}

.course-list .course-item03 .course-item-after {
    background: url(../images/course-bg06.jpg) no-repeat center top;
    background-size: cover;
} */

.course-list .course-item.active .course-item-before {
    width: 0;
    display: none;
}

.course-list .course-item.active .course-item-after {
    width: 100%;
    display: block;
}

.course-list .course-item.active .course-item-after .course-item-after-box {
    display: block;
}

.course-item-before-cont p {
    position: absolute;
    left: 25px;
    bottom: 20px;
    font-size: 40px;
    color: #ffffff;
    font-family: 'URW DIN Bold';
    line-height: 45px;
}

.course-item-before-cont p span {
    display: block;
}

.course-item-after-box {
    padding: 50px 50px 0 50px;
}

.course-item-after-title {
    font-family: 'URW DIN Bold';
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 20px;
}

.course-item-after-cont p {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 5px;
}

.course-item-after-cont .course-item-after-cont-p {
    font-family: 'URW DIN Bold';
}

.course-item-after-cont .course-item-after-cont-p2 {
    margin-top: 30px;
}

/* Curriculum End */

@media (max-width:1420px) and (min-width:1200px) {
    .public-box {
        width: 1180px;
        margin: 0 auto;
    }

    .menu-nav-top {
        margin: 25px 0;
    }

    .menu-nav-logo img {
        height: 40px;
    }

    .menu-nav-download a {
        font-size: 20px;
        line-height: 50px;
        border: 1px solid #0c4d8e;
    }

    .menu-nav-list ul li a {
        line-height: 70px;
    }

    #site-footer {
        padding: 60px 0;
    }

    .foot-center {
        margin: 0 4%;
    }

    .foot-right {
        width: 14.5%;
    }

    .foot-list-left {
        width: 60%;
    }

    .foot-list-right {
        width: 35%;
    }

    .public-title {
        font-size: 40px;
    }

    .index-banner {
        height: 580px;
    }

    .index-banner-top p {
        font-size: 72px;
        line-height: 80px;
    }

    .quick-facts {
        padding: 70px 0;
    }

    .quick-facts-box {
        padding: 30px 0;
    }

    .quick-facts-right {
        width: 920px;
    }

    .quick-facts-right table tr:nth-child(2) td {
        font-size: 20px;
    }

    .program-overview {
        padding: 70px 0;
    }

    .program-overview-cont {
        font-size: 20px;
    }

    .program-highlights {
        padding: 70px 0;
    }

    .program-highlights-box {
        margin-top: 40px;
    }

    .program-highlights-block ul li {
        width: 32%;
    }

    .download-brochure {
        padding: 70px 0;
    }

    .download-brochure-box a {
        border: solid 2px #0c4d8e;
        font-size: 36px;
        line-height: 90px;
    }

    .curriculum {
        padding: 70px 0;
    }

    .curriculum-box {
        margin-top: 40px;
    }

    .curriculum-item-top {
        font-size: 90px;
    }

    .curriculum-item-bottom {
        font-size: 24px;
        padding: 0 40px;
    }

    .academic-director {
        padding: 70px 0;
    }

    .academic-director-box {
        padding-top: 60px;
        margin-top: 40px;
    }

    .academic-director-img {
        left: 2%;
        width: 30%;
    }

    .academic-director-name p {
        font-size: 28px;
        line-height: 70px;
    }

    .academic-director-title p:nth-child(1) {
        font-size: 26px;
    }

    .academic-director-title p:nth-child(2) {
        font-size: 20px;
    }

    .our-students {
        padding: 70px 0;
    }

    .our-students-box {
        margin-top: 40px;
    }

    .our-students-item-title {
        font-size: 28px;
    }

    .our-students-item-cont {
        font-size: 20px;
    }

    .second-banner-img {
        height: 580px;
    }

    /* Admissions Start */
    .box {
        padding: 70px 0;
    }

    /* .admission-requirements {
        width: 49%;
    }

    .supporting-documents {
        width: 49%;
    } */

    .admission-requirements-item-cont {
        font-size: 20px;
    }

    .admission-requirements-item-cont p span {
        display: block;
        padding-left: 208px;
    }

    .admission-requirements-item-title {
        width: 45%;
    }

    .supporting-documents-block p {
        font-size: 20px;
        margin-bottom: 44px;
    }

    .how-to-apply {
        padding: 70px 0;
    }

    .apply-box {
        margin-top: 40px;
    }

    .apply-title p {
        font-size: 24px;
    }

    .apply-cont-box {
        font-size: 18px;
        line-height: 28px;
    }

    .apply-list p:nth-child(1) {
        font-size: 18px;
    }

    .timeline {
        padding: 70px 0;
    }

    .timeline-box {
        margin-top: 40px;
    }

    .timeline-item-title p {
        font-size: 19px;
    }

    .timeline-top p {
        font-size: 20px;
    }

    .timeline-bottom-title p {
        font-size: 20px;
    }

    .timeline-bottom-cont {
        font-size: 20px;
    }

    .timeline-mark p {
        font-size: 20px;
    }

    .timeline-mark p:nth-child(1) {
        font-size: 20px;
    }

    .financial-support {
        padding-top: 70px;
    }

    .financial-support-box {
        margin-top: 40px;
    }

    .financial-support-top p {
        font-size: 20px;
    }

    .financial-support-block {
        padding-bottom: 45px;
    }

    .financial-support-cont p {
        font-size: 20px;
    }

    .scholarship {
        padding: 70px 0;
    }

    .scholarship-box {
        width: 100%;
        margin-top: 40px;
    }

    .admissions-events {
        padding: 70px 0;
    }

    .admissions-events-box {
        margin-top: 40px;
    }

    .admissions-events-list ul li {
        width: 48%;
    }

    .admissions-events-intro {
        font-size: 20px;
    }

    .admissions-events-month {
        font-size: 60px;
        line-height: 60px;
    }

    .admissions-events-time p:nth-child(1) {
        font-size: 36px;
    }

    .admissions-events-time p:nth-child(2) {
        font-size: 24px;
    }

    .admissions-events-cont p:nth-child(1) {
        font-size: 24px;
    }

    .admissions-events-cont p:nth-child(2) {
        font-size: 18px;
    }

    /* Admissions End */
    /* Student Experience Start */
    .student-activity {
        padding: 70px 0;
    }

    .student-activity-box {
        margin-top: 40px;
    }

    .student-activity-video {
        width: 80%;
        margin: 0 auto;
    }

    .student-activity-top {
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .student-activity-item-title,
    .student-activity-item-img {
        height: 140px;
    }

    .overseas-module {
        padding: 70px 0;
    }

    .overseas-module-box {
        margin-top: 40px;
    }

    .overseas-module-item {
        padding: 40px 50px;
    }

    .overseas-module-item-cont {
        font-size: 20px;
    }

    .overseas-module-item-cont p {
        margin-bottom: 5px;
    }

    .exchange-experience {
        padding: 70px 0;
    }

    .exchange-experience-box {
        margin-top: 40px;
    }

    .exchange-experience-item-right {
        width: 65%;
    }

    .exchange-experience-item-title {
        margin: 20px 0;
        font-size: 24px;
        line-height: 45px;
    }

    .exchange-experience-item-title p span:nth-child(2) {
        font-size: 20px;
    }

    .exchange-experience-cont {
        margin-bottom: 20px;
    }

    .exchange-experience-cont p {
        font-size: 20px;
    }

    .exchange-experience-cont02 {
        height: 340px;
    }

    .exchange-experience-cont01 {
        height: 340px;
        overflow-y: scroll;
        padding-right: 10px;
    }

    .exchange-experience-cont01::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        cursor: pointer;
    }

    .exchange-experience-cont01::-webkit-scrollbar-thumb {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: #fecd4c;
    }

    .exchange-experience-cont01::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.1);
    }

    .campus-life {
        padding: 70px 0;
    }

    .campus-life-box {
        margin-top: 40px;
    }

    .campus-life-item:nth-child(odd) {
        margin-right: 80px;
    }

    .campus-life-title {
        padding: 15px 20px;
    }

    .campus-life-title p:nth-child(1) {
        font-size: 20px;
    }

    .campus-life-title p:nth-child(2) {
        font-size: 20px;
    }

    /* Student Experience End */
    /* Contact Us Start */
    .contact-us {
        padding: 70px 0;
    }

    .contact-us-box {
        width: 1180px;
    }

    .contact-us-item-box {
        padding: 30px 25px 10px 25px;
    }

    .contact-us-cont {
        font-size: 22px;
    }

    .contact-us-cont p {
        padding-left: 30px;
    }

    .contact-us-cont p:nth-child(1) {
        background-size: 20px;
    }

    .contact-us-cont p:nth-child(2) {
        background-size: 20px;
    }

    .contact-us-title {
        padding-left: 30px;
    }

    .contact-us-item01,
    .contact-us-item02 {
        height: 245px;
    }

    .contact-us-item03 {
        height: 530px;
    }

    .contact-us-link-box p {
        font-size: 22px;
    }

    .contact-us-item:before {
        height: 10px;
        top: -5px;
    }

    .our-team {
        padding: 70px 0;
    }

    .our-team-box {
        margin-top: 40px;
    }

    .our-team-item-name p:nth-child(2) {
        font-size: 20px;
    }

    .our-team-item-mail p {
        font-size: 18px;
        padding-left: 25px;
        background: url(../images/team-icon02.png) no-repeat left top;
        background-size: 20px;
        background-position-y: 6px;
    }

    .our-team-item01 .our-team-item-mail p {
        background: url(../images/team-icon01.png) no-repeat left top;
        background-size: 20px;
        background-position-y: 6px;
    }

    .our-team-item-block {
        padding: 70px 10px 0 10px;
    }

    /* Contact Us End */

    /* Curriculum Start */
    .learning-impact {
        padding: 70px 0;
    }

    .learning-impact-box {
        margin-top: 40px;
    }

    .learning-impact-cont {
        margin-top: -150px;
    }

    .learning-impact-cont-box {
        padding: 30px;
    }

    .learning-impact-cont-box p {
        font-size: 20px;
    }

    .course {
        padding: 70px 0;
    }

    .course-item-before-cont p {
        font-size: 30px;
        line-height: 40px;
    }

    .course-item-after-title {
        font-size: 30px;
        line-height: 40px;
    }

    .course-item-after-cont p {
        font-size: 20px;
    }

    /* Curriculum End */
}


@media (max-width: 1199px) and (min-width:768px) {
    .public-box {
        width: 94%;
        margin: 0 3%;
    }

    .back-top {
        width: 28px;
        height: 28px;
    }

    .back-top p {
        line-height: 14px;
    }

    .menu-nav-top {
        margin: 25px 0;
    }

    .menu-nav-download a {
        font-size: 18px;
        line-height: 44px;
        border: 1px solid #0c4d8e;
        padding: 0 15px;
    }

    .menu-nav-logo img {
        height: 40px;
    }

    .menu-nav-list ul li a {
        font-size: 20px;
        line-height: 65px;
    }

    .foot-list-left {
        width: 100%;
        margin-right: 0;
    }

    .foot-list-left p span {
        display: inline;
    }

    .foot-list-right {
        width: 100%;
    }

    .foot-left {
        width: 50%;
    }

    .foot-center {
        margin: 0 3%;
    }

    .foot-right {
        width: 21%;
    }

    .foot-list {
        margin-top: 70px;
    }

    .foot-list p {
        font-size: 16px;
    }

    .foot-list-left p {
        padding-left: 28px;
    }

    .foot-list-right {
        padding-bottom: 3px;
    }

    .foot-list-right p {
        padding-left: 28px;
    }

    .foot-list-left p span {
        display: inline;
    }

    .foot-list-right p:nth-child(1) {
        margin-top: 10px;
        margin-right: 20px;
    }

    .foot-list-right p:nth-child(2) {
        margin-top: 10px;
    }

    .foot-social-list {
        justify-content: left;
    }

    .foot-social-list a {
        margin-right: 10px;
    }

    .foot-other {
        left: unset;
        right: 0;
    }

    .index-banner {
        height: 500px;
    }

    .index-banner-top p {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 15px;
    }

    .index-banner-bottom a {
        font-size: 20px;
        line-height: 50px;
    }

    .public-title {
        font-size: 32px;
    }

    .quick-facts,
    .program-overview,
    .program-highlights,
    .download-brochure,
    .curriculum,
    .academic-director,
    .our-students {
        padding: 60px 0;
    }

    .quick-facts-box {
        padding: 25px 0;
        display: block;
    }

    .quick-title {
        text-align: left;
    }

    .quick-title span {
        display: inline;
    }

    .quick-facts-left {
        width: 100%;
    }

    .quick-facts-right {
        width: 100%;
        margin-top: 30px;
    }

    .quick-facts-right table tr {
        height: 50px;
    }

    .quick-facts-right table tr:nth-child(1) td {
        font-size: 22px;
    }

    .quick-facts-right table tr:nth-child(2) td {
        font-size: 18px;
    }

    .program-overview-box {
        background: none;
    }

    .program-overview-cont {
        font-size: 18px;
    }

    .program-overview-in {
        padding: 0 30px;
    }

    .program-highlights-box {
        margin-top: 30px;
    }

    .program-highlights-block ul li {
        width: 32.5%;
    }

    .program-highlights-cont p {
        font-size: 18px;
        line-height: 28px;
    }

    .program-highlights-cont p:before {
        top: 10px;
    }

    .program-highlights-title p {
        font-size: 24px;
        margin-top: 5px;
    }

    .program-highlights-title {
        margin: 15px 0 10px 0;
    }

    .download-brochure-box a {
        font-size: 32px;
        line-height: 70px;
        width: 70%;
        border: solid 2px #0c4d8e;
    }

    .curriculum-box {
        margin-top: 30px;
    }

    .curriculum-item-top {
        font-size: 65px;
        line-height: 90px;
    }

    .curriculum-item-top img {
        height: 90px;
    }

    .curriculum-item-bottom {
        font-size: 20px;
        padding: 0 30px;
    }

    .curriculum-link {
        margin-top: 60px;
    }

    .curriculum-link a {
        font-size: 20px;
    }

    .academic-director-box {
        padding-top: 0;
        margin-top: 30px;
    }

    .academic-director-img {
        position: relative;
        z-index: 2;
        width: 30%;
        bottom: unset;
        left: unset;
    }

    .academic-director-block {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 40px 40px 30px 30%;
    }

    .academic-director-cont {
        font-size: 18px;
    }

    .academic-director-name p {
        width: 30%;
        text-align: center;
        position: relative;
        z-index: 2;
        bottom: unset;
        font-size: 24px;
        line-height: 70px;
        padding: 0;
    }

    .our-students-box {
        margin-top: 40px;
    }

    .our-students-item-title {
        font-size: 24px;
    }

    .our-students-item-cont {
        font-size: 18px;
    }

    .second-banner-img {
        height: 500px;
    }

    /* Admissions Start */
    .box {
        padding: 60px 0;
    }

    .admission-requirements {
        width: 100%;
    }

    .supporting-documents {
        width: 100%;
        margin-top: 60px;
    }

    .admission-requirements-item-cont {
        font-size: 18px;
    }

    .admission-requirements-item-cont p span {
        padding-left: 186px;
    }

    .admission-requirements-item-title {
        width: 260px;
    }

    .supporting-documents-block p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .how-to-apply {
        padding: 60px 0;
    }

    .apply-box {
        margin-top: 30px;
    }

    .apply-title {
        height: 64px;
        padding: 10px 0;
        border-bottom: 4px solid #fecd4c;
        margin-bottom: 15px;
    }

    .apply-title p {
        font-size: 20px;
        line-height: 32px;
    }

    .apply-block ul li {
        width: 32.5%;
    }

    .apply-list p {
        font-size: 16px;
    }

    .apply-cont {
        display: block;
        position: relative;
        background: none;
    }

    .apply-cont-box {
        font-size: 16px;
        line-height: 28px;
        padding: 0;
    }

    .apply-cont-block {
        padding: 0 10px;

    }

    .apply-list p:nth-child(1) {
        font-size: 16px;
    }

    .timeline {
        padding: 60px 0;
    }

    .timeline-box {
        margin-top: 30px;
    }

    .timeline-item-title p {
        font-size: 18px;
    }

    .timeline-top p {
        font-size: 18px;
    }

    .timeline-bottom-title p {
        font-size: 18px;
    }

    .timeline-bottom-cont {
        font-size: 18px;
    }

    .timeline-item-icon img {
        width: 90px;
    }

    .timeline-box:before {
        top: 152px;
        left: 10%;
        width: 80%;
    }

    .financial-support {
        padding-top: 60px;
    }

    .financial-support-box {
        margin-top: 30px;
    }

    .financial-support-block {
        padding: 35px 35px 35px 25%;
    }

    .financial-support-right {
        margin-top: 40px;
    }

    .financial-support-top p {
        font-size: 18px;
    }

    .financial-support-cont p {
        font-size: 18px;
    }

    .financial-support-cont p:nth-child(2) {
        font-size: 16px;
    }

    .timeline-mark p {
        font-size: 18px;
    }

    .timeline-mark p:nth-child(1) {
        font-size: 18px;
    }

    .scholarship {
        padding: 60px 0;
    }

    .scholarship-box {
        width: 100%;
        margin-top: 30px;
    }

    .scholarship-intro p {
        font-size: 18px;
    }

    .scholarship-intro .scholarship-intro-p span {
        font-size: 20px;
    }

    .admissions-events {
        padding: 60px 0;
    }

    .admissions-events-box {
        margin-top: 30px;
    }

    .admissions-events-list ul li {
        width: 48%;
    }

    .financial-support-list .financial-support-cont:nth-child(2) {
        width: 44%;
    }

    .admissions-events-intro {
        font-size: 18px;
    }

    .admissions-events-month {
        font-size: 60px;
        line-height: 60px;
    }

    .admissions-events-time p:nth-child(1) {
        font-size: 28px;
        line-height: 35px;
    }

    .admissions-events-time p:nth-child(2) {
        font-size: 20px;
    }

    .admissions-events-cont p:nth-child(1) {
        font-size: 20px;
    }

    .admissions-events-cont p:nth-child(2) {
        font-size: 16px;
    }

    .admissions-events-time {
        padding: 25px 0;
    }

    /* Admissions End */

    /* Student Experience Start */
    .student-activity {
        padding: 60px 0 40px 0;
    }

    .student-activity-box {
        margin-top: 30px;
    }

    .student-activity-video {
        width: 80%;
        margin: 0 auto;
    }

    .student-activity-top {
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .student-activity-list ul li {
        width: 32%;
        margin-bottom: 15px;
    }

    .student-activity-list ul li:nth-child(even) .student-activity-item {
        flex-direction: column;
    }

    .student-activity-item-title {
        height: 60px;
    }

    .student-activity-item-img {
        height: 160px;
    }

    .overseas-module {
        padding: 60px 0;
    }

    .overseas-module-box {
        margin-top: 30px;
    }

    .overseas-module-item {
        padding: 15px 5%;
    }

    .overseas-module-item-title {
        width: 90%;
        font-size: 18px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .overseas-module-item-cont {
        width: 350px;
        font-size: 18px;
    }

    .overseas-module-item-cont p {
        margin-bottom: 0;
    }

    .exchange-experience {
        padding: 60px 0;
    }

    .exchange-title p:nth-child(2) {
        font-size: 22px;
        line-height: 32px;
    }

    .exchange-experience-box {
        margin-top: 30px;
    }

    .exchange-experience-item-right {
        width: 65%;
    }

    .exchange-experience-item-title {
        margin: 20px 0 10px 0;
        font-size: 20px;
        line-height: 40px;
    }

    .exchange-experience-item-title p span:nth-child(2) {
        font-size: 18px;
    }

    .exchange-experience-cont {
        margin-bottom: 20px;
    }

    .exchange-experience-cont p {
        font-size: 18px;
    }

    .exchange-experience-cont02 {
        height: 340px;
    }

    .exchange-experience-cont01 {
        height: 340px;
        overflow-y: scroll;
        padding-right: 10px;
    }

    .exchange-experience-cont01::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        cursor: pointer;
    }

    .exchange-experience-cont01::-webkit-scrollbar-thumb {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: #fecd4c;
    }

    .exchange-experience-cont01::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.1);
    }

    .exchange-experience-item-left img {
        height: 100%;
    }

    .campus-life {
        padding: 60px 0;
    }

    .campus-life-box {
        margin-top: 30px;
    }

    .campus-life-item {
        width: 47%;
    }

    .campus-life-item:nth-child(odd) {
        margin-right: 6%;
    }

    .campus-life-title {
        padding: 15px 20px;
    }

    .campus-life-title p:nth-child(1) {
        font-size: 18px;
    }

    .campus-life-title p:nth-child(2) {
        font-size: 18px;
    }

    .campus-life-item:nth-child(1),
    .campus-life-item:nth-child(2) {
        margin-bottom: 40px;
    }

    /* Student Experience End */

    /* Contact Us Start */
    .contact-us {
        padding: 60px 0;
    }

    .contact-us-box {
        width: 94%;
    }

    .contact-us-item-box {
        padding: 20px 25px 10px 25px;
    }

    .contact-us-cont {
        font-size: 18px;
    }

    .contact-us-cont p {
        padding-left: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .contact-us-cont p:nth-child(1) {
        background: url(../images/contact-us-icon01.png) no-repeat left top;
        background-size: 20px;
        background-position-y: 5px;
    }

    .contact-us-cont p:nth-child(2) {
        background: url(../images/contact-us-icon02.png) no-repeat left top;
        background-size: 20px;
        background-position-y: 5px;
    }

    .contact-us-item03 .contact-us-cont p {
        background: none;
    }

    .contact-us-title {
        padding-left: 0;
    }

    .contact-us-item01 {
        height: 245px;
        margin-bottom: 20px;
    }

    .contact-us-item02 {
        height: 245px;
    }

    .contact-us-item03 {
        height: 510px;
    }

    .contact-us-link {
        width: 750px;
        margin: 50px auto 0 auto;
    }

    .contact-us-link-box p {
        font-size: 20px;
    }

    .contact-us-item:before {
        height: 8px;
        top: -4px;
    }

    .contact-us-title span {
        height: 3px;
        margin-top: 0;
    }

    .our-team {
        padding: 60px 0;
    }

    .our-team-item {
        width: 371px;
    }

    .our-team-box {
        margin-top: 30px;
    }

    .team-swiper .swiper-slide {
        width: auto;
    }

    .our-team-item-name p:nth-child(1) {
        font-size: 20px;
    }

    .our-team-item-name p:nth-child(2) {
        font-size: 18px;
    }

    .our-team-item-mail p {
        font-size: 18px;
        padding-left: 30px;
        background-size: 20px;
        background-position-y: 6px;
    }

    .our-team-item01 .our-team-item-mail p {
        background-size: 20px;
        background-position-y: 6px;
    }

    /* Contact Us End */

    /* Curriculum Start */
    .learning-impact {
        padding: 60px 0;
    }

    .learning-impact-box {
        margin-top: 30px;
    }

    .learning-impact-cont {
        margin-top: -150px;
    }

    .learning-impact-cont-box {
        padding: 30px;
    }

    .learning-impact-cont-box p {
        font-size: 18px;
    }

    .course {
        padding: 60px 0;
    }

    .course-item-after-box {
        padding: 30px 20px;
    }

    .course-item-before-cont p {
        font-size: 24px;
        line-height: 35px;
        left: 15px;
        bottom: 15px;
    }

    .course-item-after-title {
        font-size: 24px;
        line-height: 40px;
    }

    .course-item-after-cont p {
        font-size: 18px;
    }

    /* Curriculum End */

}

@media (max-width: 1024px) {

    .back-top p {
        line-height: 14px;
    }

    .back-top {
        width: 28px;
        height: 28px;
        bottom: 20px;
        right: 10px;
        padding: 5px;
    }

    .foot-social-list .foot-social-wechat .foot-media-code {
        top: 95px;
    }

    .students-swiper .swiper-pagination-bullet {
        width: 50px;
    }

    .students-swiper .swiper-pagination-bullet-active {
        width: 100px;
    }

}

@media (max-width: 920px) {
    .foot-list {
        margin-top: 30px;
    }

    .academic-director-img {
        margin: 0 auto;
    }

    .academic-director-name {
        text-align: center;
    }

    .academic-director-name p {
        width: auto;
        padding: 0 30px;
        margin: 0 auto;
    }

    .academic-director-block {
        margin-left: 0;
        margin-top: -150px;
        position: relative;
        padding: 180px 30px 30px 30px;
    }

    .academic-director-title {
        text-align: center;
    }

    .admissions-events-item {
        align-items: unset;
    }

    .admissions-events-cont {
        margin: 10px 3%;
    }

    .contact-us-item03 .contact-us-cont p span:nth-child(1),
    .contact-us-item03 .contact-us-cont p span:nth-child(2) {
        display: inline;
    }
}


@media (max-width: 767px) {
    .public-box {
        width: 94%;
        margin: 0 3%;
    }

    .menu-nav {
        display: none;
    }

    .mobile-menu-nav {
        display: block;
    }

    .mobile-menu-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 15px 3%;
    }

    .mobile-menu-logo {
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        height: 40px;
    }

    .mobile-menu-logo img {
        height: 100%;
        object-fit: contain;
    }

    .mobile-menu-open {
        width: 50px;
    }

    .mobile-menu-open img {
        margin: 10px 0;
        cursor: pointer;
    }

    .mobile-menu-layer {
        display: none;
        position: fixed;
        z-index: 11;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.98);
    }

    .mobile-menu-close {
        width: 50px;
        position: absolute;
        right: 3%;
        top: 30px;
        cursor: pointer;
    }

    .mobile-menu-list {
        margin-top: 120px;
        padding: 0 8%;
    }

    .mobile-menu-list ul li {
        margin-bottom: 15px;
    }

    .mobile-menu-list ul li a {
        font-size: 20px;
        line-height: 45px;
        display: inline-block;
        padding-right: 35px;
        color: #ffffff;
        background: url(../images/menu-right.png) no-repeat center right;
        background-size: 25px;
        background-position-y: 10px;
    }

    .mobile-menu-list ul li:nth-child(1) a {
        padding-right: 0;
        background: #0c4d8e;
        display: block;
        text-align: center;
    }

    #site-footer {
        padding: 50px 0;
    }

    .foot-block {
        display: block;
    }

    .foot-left {
        width: 100%;
    }

    .foot-title p {
        margin-bottom: 30px;
    }

    .foot-left .foot-title p {
        padding-right: 10px;
    }

    .foot-cont {
        font-size: 16px;
    }

    .foot-list {
        display: block;
        margin-top: 20px;
    }

    .foot-list-left {
        width: 100%;
        margin-right: 0;
    }

    .foot-list p {
        font-size: 16px;
    }

    .foot-list-left p span {
        display: inline;
    }

    .foot-list-right {
        width: 100%;
    }

    .foot-list-right p:nth-child(1) {
        margin-top: 10px;
        margin-right: 100px;
    }

    .foot-list-right p:nth-child(2) {
        margin-top: 10px;
    }

    .foot-center {
        width: 100%;
        margin: 40px 0;
        position: relative;
        z-index: 2;
    }

    .foot-social-list {
        justify-content: flex-start;
    }

    .foot-social-list a {
        margin-right: 10px;
    }

    .foot-right {
        width: 100%;
    }

    .foot-social-list .foot-social-wechat .foot-media-code {
        top: 50px;
    }

    .foot-other {
        position: relative;
        left: unset;
        right: 0;
        width: 100%;
        margin-top: 40px;
    }

    .foot-other-cont {
        width: 300px;
        padding-left: 0;
    }


    .students-swiper {
        padding-bottom: 40px;
    }

    .students-swiper .swiper-pagination-bullet {
        width: 30px;
        height: 6px;
    }

    .index-banner {
        height: 280px;
    }

    .index-banner-top p {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .index-banner-title {
        width: 86%;
    }

    .index-banner-bottom {
        max-width: 100%;
    }

    .index-banner-bottom a {
        width: 48%;
        font-size: 16px;
        line-height: 36px;
        border: 1px solid #fecd4c;
    }

    .public-title {
        font-size: 24px;
        line-height: 40px;
    }

    .quick-facts,
    .program-overview,
    .program-highlights,
    .download-brochure,
    .curriculum,
    .academic-director,
    .our-students {
        padding: 50px 0;
    }

    .quick-facts-right .quick-facts-list {
        display: block;
        overflow: hidden;
    }

    .quick-facts-right table {
        display: none;
    }

    .quick-facts-top {
        width: 35%;
        float: left;
        text-align: center;
        font-size: 18px;
        font-family: 'URW DIN Bold';
    }

    .quick-facts-bottom {
        width: 65%;
        float: left;
        text-align: center;
        font-size: 16px;
    }

    .quick-facts-box {
        padding: 25px 0;
        display: block;
    }

    .quick-title {
        text-align: left;
    }

    .quick-title span {
        display: inline;
    }

    .quick-facts-left {
        width: 100%;
    }

    .quick-facts-right {
        width: 100%;
        margin-top: 30px;
    }


    .program-overview-box {
        background: none;
        display: block;
    }

    .program-overview-block {
        background: #ffffff;
    }

    .program-overview-cont {
        font-size: 16px;
    }

    .program-overview-in {
        padding: 20px 15px;
    }

    .program-highlights-box {
        margin-top: 30px;
    }

    .program-highlights-block ul li {
        width: 100%;
    }

    .program-highlights-block ul li:nth-child(2) {
        margin: 15px 0;
    }

    .program-highlights-cont p {
        font-size: 16px;
        line-height: 28px;
    }

    .program-highlights-cont p:before {
        top: 10px;
    }

    .program-highlights-title p {
        font-size: 20px;
        line-height: 36px;
        margin-top: 0;
    }

    .program-highlights-title {
        margin: 15px 0 10px 0;
    }

    .download-brochure-box {
        text-align: center;
    }

    .download-brochure-box a {
        font-size: 18px;
        line-height: 45px;
        width: auto;
        border: solid 1px #0c4d8e;
        display: inline-block;
        padding: 0 10px;
    }

    .curriculum-box {
        margin-top: 30px;
    }

    .curriculum-item-top {
        font-size: 32px;
        line-height: 50px;
        margin: 10px 0 10px 0;
    }

    .curriculum-item-top img {
        height: 50px;
    }

    .curriculum-item-bottom {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .curriculum-link {
        margin-top: 50px;
    }

    .curriculum-link a {
        font-size: 18px;
        line-height: 45px;
        padding: 0 15px;
        border: solid 1px #1baad2;
    }

    .curriculum-link a p {
        padding-right: 35px;
        background-size: 25px;
    }

    .curriculum-link a:hover p {
        background-size: 25px;
    }

    .academic-director-box {
        padding-top: 0;
        margin-top: 30px;
        padding-bottom: 0;
    }

    .academic-director-img {
        position: relative;
        z-index: 2;
        width: 50%;
        bottom: unset;
        left: unset;
    }

    .academic-director-block {
        padding: 160px 10px 10px 10px;
    }

    .academic-director-cont {
        font-size: 16px;
        padding: 30px 0 30px 0;
    }

    .academic-director-name p {
        text-align: center;
        position: relative;
        z-index: 2;
        bottom: unset;
        font-size: 20px;
        line-height: 50px;
    }

    .academic-director-title p:nth-child(1) {
        font-size: 20px;
    }

    .academic-director-title p:nth-child(2) {
        font-size: 18px;
    }

    .academic-director-cont:before,
    .academic-director-cont:after {
        width: 25px;
        height: 25px;
    }

    .our-students-box {
        margin-top: 30px;
    }

    .our-students-item-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }

    .our-students-item-cont {
        font-size: 16px;
        line-height: 28px;
    }

    .our-students-left {
        width: 40%;
        margin: 0 auto 15px auto;
    }

    .our-students-right {
        width: 100%;
    }

    .second-banner-img {
        height: 280px;
    }

    /* Admissions Start */
    .box {
        padding: 50px 0;
    }

    .admission-requirements {
        width: 100%;
    }

    .supporting-documents {
        width: 100%;
        margin-top: 50px;
    }

    .admission-requirements-item-cont {
        font-size: 16px;
    }

    .admission-requirements-item-cont p span {
        padding-left: 0;
    }

    .admission-requirements-item-title {
        width: 240px;
    }

    .admission-requirements-item {
        border-radius: 10px;
    }

    .admission-requirements-item:after {
        width: 26px;
        height: 26px;
        bottom: -40px;
    }

    .admission-requirements-item02 {
        margin: 50px 0;
    }

    .supporting-documents-block p {
        font-size: 16px;
        margin-bottom: 5px;
        padding-left: 15px;
    }

    .supporting-documents-box {
        padding: 10px;
        border-radius: 10px;
    }

    .supporting-documents-block p:before {
        top: 12px;
        width: 8px;
        height: 8px;
    }

    .how-to-apply {
        padding: 50px 0;
    }

    .apply-box {
        margin-top: 30px;
    }

    .apply-title {
        height: auto;
        padding: 5px 0;
        border-bottom: 2px solid #fecd4c;
        margin-bottom: 10px;
    }

    .apply-title p {
        font-size: 20px;
        line-height: 32px;
    }

    .apply-title p span {
        display: inline;
    }

    .apply-block ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .apply-block ul li:last-child {
        margin-bottom: 0;
    }

    .apply-list p {
        font-size: 16px;
    }

    .apply-cont {
        display: block;
        position: relative;
        background: none;
    }

    .apply-cont-box {
        font-size: 16px;
        line-height: 28px;
        padding: 0;
    }

    .apply-cont-block {
        padding: 0 10px;
    }

    .apply-list p:nth-child(1) {
        font-size: 16px;
    }

    .timeline {
        padding: 50px 0;
    }

    .timeline-box {
        margin-top: 30px;
    }

    .timeline-box:before {
        width: 2px;
        height: 91%;
        top: 0;
        left: 4px;
    }

    .timeline-list ul {
        display: block;
    }

    .timeline-list ul li {
        width: 100%;
    }

    .timeline-item {
        padding-left: 20px;
        position: relative;
    }

    .timeline-item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #1baad2;
    }

    .timeline-item-icon {
        display: none;
    }

    .timeline-item-icon img {
        width: 90px;
    }

    .timeline-item-title p {
        font-size: 18px;
        text-align: left;
    }

    .timeline-item-title p:nth-child(1) {
        padding-bottom: 5px;
        margin-bottom: 5px;
        color: #1baad2;
    }

    .timeline-item-title p:nth-child(1):after {
        left: 0;
        transform: translateX(0);
        height: 3px;
        background: #1baad2;
    }

    .timeline-block {
        margin-top: 30px;
    }

    .timeline-top p {
        font-size: 18px;
    }

    .timeline-item-title {
        margin-top: 10px;
    }

    .timeline-bottom-title p {
        font-size: 16px;
    }

    .timeline-bottom-cont {
        font-size: 16px;
    }

    .timeline-bottom-cont p:nth-child(1) {
        display: block;
        border-radius: 0;
    }

    .timeline-bottom-cont p:nth-child(2) {
        border-radius: 0;
        display: block;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .timeline-mark p {
        font-size: 16px;
    }

    .timeline-mark p:nth-child(1) {
        font-size: 18px;
    }

    .financial-support {
        padding-top: 50px;
    }

    .financial-support-box {
        margin-top: 30px;
    }

    .financial-support-block {
        padding: 15px 10px 15px 10px;
    }

    .financial-support-left {
        width: 100%;
        float: none;
    }

    .financial-support-right {
        width: 100%;
        float: none;
        margin-top: 15px;
        margin-left: 0;
    }

    .financial-support-top p {
        font-size: 16px;
    }

    .financial-support-cont p {
        font-size: 16px;
    }

    .financial-support-cont p:nth-child(2) {
        font-size: 16px;
    }

    .financial-support-list .financial-support-cont:nth-child(1) {
        width: 100%;
    }

    .financial-support-list .financial-support-cont:nth-child(2) {
        width: 100%;
    }

    .financial-support-intro {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .financial-support-intro p:last-child {
        font-size: 14px;
        line-height: 28px;
    }

    .financial-support-table tr td {
        padding: 5px;
    }

    .financial-support-table {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .scholarship {
        padding: 50px 0;
    }

    .scholarship-box {
        margin-top: 30px;
    }

    .scholarship-intro p {
        font-size: 16px;
    }

    .scholarship-intro .scholarship-intro-p span {
        font-size: 16px;
        line-height: 32px;
    }

    .scholarship-mark {
        font-size: 16px;
    }

    .admissions-events {
        padding: 50px 0;
    }

    .admissions-events-box {
        margin-top: 30px;
    }

    .admissions-events-list ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .admissions-events-list ul li:nth-child(3) {
        margin-bottom: 15px;
    }

    .admissions-events-intro {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .admissions-events-month {
        font-size: 40px;
        line-height: 40px;
    }

    .admissions-events-time p:nth-child(1) {
        font-size: 28px;
        line-height: 40px;
    }

    .admissions-events-time p:nth-child(2) {
        font-size: 20px;
    }

    .admissions-events-cont p:nth-child(1) {
        font-size: 20px;
    }

    .admissions-events-cont p:nth-child(2) {
        font-size: 16px;
    }

    .admissions-events-time {
        padding: 15px 0;
    }

    /* Admissions End */
    /* Student Experience Start */
    .student-activity {
        padding: 50px 0 40px 0;
    }

    .student-activity-box {
        margin-top: 30px;
    }

    .student-activity-video {
        width: 100%;
        margin: 0 auto;
    }

    .student-activity-top {
        width: 100%;
        margin: 10px auto;
    }

    .student-activity-top img:nth-child(1) {
        display: none;
    }

    .student-activity-top img:nth-child(2) {
        display: block;
    }

    .student-activity-list ul li {
        width: 49%;
        margin-bottom: 10px;
    }

    .student-activity-list ul li:nth-child(even) .student-activity-item {
        flex-direction: column;
    }

    .student-activity-item-title {
        height: 50px;
        font-size: 16px;
        line-height: 24px;
    }

    .student-activity-item-img {
        height: 120px;
    }

    .overseas-module {
        padding: 50px 0 40px 0;
    }

    .overseas-module-box {
        margin-top: 30px;
    }

    .overseas-module-list ul {
        display: block;
    }

    .overseas-module-list ul li {
        width: 100%;
    }

    .overseas-module-item {
        padding: 15px 0;
    }

    .overseas-module-item-title {
        width: 90%;
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .overseas-module-item-cont {
        width: 90%;
        font-size: 16px;
    }

    .overseas-module-item-cont p {
        margin-bottom: 0;
    }

    .exchange-experience {
        padding: 50px 0;
    }

    .exchange-experience-box {
        margin-top: 30px;
    }

    .exchange-title p:nth-child(2) {
        font-size: 16px;
        line-height: 24px;
    }

    .exchange-experience-item-left {
        width: 100%;
    }

    .exchange-experience-item-right {
        width: 100%;
        margin-top: 10px;
    }

    .exchange-experience-item-title {
        margin: 0 0 10px 0;
        font-size: 20px;
        line-height: 40px;
    }

    .exchange-experience-item-title p span:nth-child(2) {
        font-size: 18px;
    }

    .exchange-experience-cont {
        margin-bottom: 20px;
    }

    .exchange-experience-cont p {
        font-size: 16px;
        line-height: 28px;
    }

    .exchange-experience-cont02 {
        height: 300px;
    }

    .exchange-experience-cont01 {
        height: 300px;
        overflow-y: scroll;
        padding-right: 10px;
    }

    .exchange-experience-cont01::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        cursor: pointer;
    }

    .exchange-experience-cont01::-webkit-scrollbar-thumb {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: #fecd4c;
    }

    .exchange-experience-cont01::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.1);
    }

    .exchange-experience-item-left img {
        height: 100%;
    }

    .exchange-experience-block01 {
        margin-bottom: 30px;
    }

    .campus-life {
        padding: 50px 0;
    }

    .campus-life-box {
        margin-top: 30px;
    }

    .campus-life-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .campus-life-item:nth-child(odd) {
        margin-right: 0;
    }

    .campus-life-item:nth-child(4) {
        margin-bottom: 0;
    }

    .campus-life-img img {
        margin: 0 auto;
    }

    .campus-life-title {
        padding: 10px 15px;
        background: none;
        text-align: center;
    }

    .campus-life-title p:nth-child(1) {
        font-size: 18px;
    }

    .campus-life-title p:nth-child(2) {
        font-size: 18px;
    }

    /* Student Experience End */
    /* Contact Us Start */
    .contact-us {
        padding: 50px 0;
    }

    .contact-us-box {
        width: 94%;
    }

    .contact-us-left {
        width: 100%;
        margin-right: 0;
    }

    .contact-us-right {
        width: 100%;
        margin-top: 20px;
    }

    .contact-us-item-box {
        padding: 20px 15px;
    }

    .contact-us-cont {
        font-size: 16px;
    }

    .contact-us-cont p {
        padding-left: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .contact-us-cont p:nth-child(1) {
        background: url(../images/contact-us-icon01.png) no-repeat left top;
        background-size: 20px;
        background-position-y: 5px;
    }

    .contact-us-cont p:nth-child(2) {
        background: url(../images/contact-us-icon02.png) no-repeat left top;
        background-size: 20px;
        background-position-y: 5px;
    }

    .contact-us-item03 .contact-us-cont p {
        background: none;
    }

    .contact-us-title {
        padding-left: 0;
    }

    .contact-us-item01 {
        height: auto;
        margin-bottom: 20px;
    }

    .contact-us-item02 {
        height: auto;
    }

    .contact-us-item03 {
        height: auto;
    }

    .contact-us-link {
        width: 500px;
        max-width: 94%;
        margin: 30px auto 0 auto;
    }

    .contact-us-link-box {
        border: 1px solid #fecd4c;
    }

    .contact-us-link-box p {
        font-size: 18px;
    }

    .contact-us-link-box p:nth-child(1) {
        width: 100%;
        border: 0;
        border-radius: 0;
    }

    .contact-us-link-box p:nth-child(2) {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border: 0;
        border-radius: 0;
    }

    .contact-us-link-box p:nth-child(1) span {
        background-size: 24px;
        padding-left: 30px;
    }

    .contact-us-item:before {
        height: 6px;
        top: -3px;
    }

    .contact-us-title span {
        height: 3px;
        margin-top: 0;
    }

    .our-team {
        padding: 60px 0;
    }

    .our-team-item {
        width: 360px;
        height: 500px;
    }

    .our-team-box {
        margin-top: 30px;
    }

    .team-swiper .swiper-slide {
        width: auto;
    }

    .our-team-item-name p:nth-child(1) {
        font-size: 20px;
    }

    .our-team-item-name p:nth-child(2) {
        font-size: 16px;
    }

    .our-team-item-name span {
        height: 3px;
    }

    .our-team-item-mail p {
        font-size: 16px;
        padding-left: 25px;
        background-size: 16px;
        background-position-y: 8px;
    }

    .our-team-item01 .our-team-item-mail p {
        background-size: 16px;
        background-position-y: 8px;
    }

    .our-team-item01 .our-team-item-block {
        padding: 15px;
    }

    .our-team-item-img {
        height: 250px;
    }

    .our-team-item .our-team-item-box {
        height: 250px;
    }

    .our-team-item-img img {
        width: 100%;
    }

    .our-team-item01 .our-team-item-box {
        height: auto;
    }

    .team-next {
        width: 40px;
        height: 40px;
    }

    /* Contact Us End */
    /* Curriculum Start */
    .learning-impact {
        padding: 50px 0;
    }

    .learning-impact-box {
        margin-top: 30px;
    }

    .learning-impact-img {
        width: auto;
        max-width: 100%;
    }

    .learning-impact-cont {
        width: 94%;
        margin-left: 3%;
        float: none;
        margin-top: -20px;
    }

    .learning-impact-cont-box {
        padding: 20px 15px;
    }

    .learning-impact-cont-box p {
        font-size: 16px;
    }

    .course {
        padding: 50px 0;
    }

    .course-list {
        display: block;
    }

    .course-list .course-item {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .course-list .course-item01 {
        background: url(../images/course-bg04.jpg) no-repeat center top;
        background-size: cover;
    }

    .course-list .course-item02 {
        background: url(../images/course-bg05.jpg) no-repeat center top;
        background-size: cover;
    }

    .course-list .course-item03 {
        background: url(../images/course-bg06.jpg) no-repeat center top;
        background-size: cover;
    }

    .course-list .course-item03 {
        margin-bottom: 0;
    }

    .course-item-before {
        height: 60px;
        display: none;
    }

    .course-item-after {
        width: 100%;
        display: block;
        position: relative;
    }

    .course-item-after .course-item-after-box {
        display: block;
    }

    .course-list .course-item.active {
        width: 100%;
    }

    .course-item-after-box {
        padding: 30px 20px;
    }

    .course-item-before-cont p {
        font-size: 24px;
        line-height: 35px;
        left: 15px;
        bottom: 15px;
    }

    .course-item-after-title {
        font-size: 24px;
        line-height: 40px;
    }

    .course-item-after-cont p {
        font-size: 16px;
        line-height: 24px;
        padding: 4px 0;
        margin-bottom: 0;
        text-indent: -10px;
        padding-left: 10px;
    }

    .course-item-after-cont .course-item-after-cont-p2 {
        margin-top: 25px;
    }

    /* Curriculum End */
    .scholarship-box {
        width: 100%;
    }
}