.nav-item{
    font-size: 40px;
    border-style: none none solid none;
    padding: 2px;
    margin-top: 5px;
    border-color: white;
    border-width: 1px;
}
.dropdown-add{
    display: inline;
    font-size: 46px;
    color: white;
    float: right;
    position: absolute;
    right: 10px;
}

.image-container {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.el-image{
    width: 100%;
}
.item{
    text-align: center;
}
.text-overlay {
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%; /* 垂直居中 */
    left: 50%; /* 水平居中 */
    transform: translate(-50%, -50%); /* 精确居中 */
    color: white;
    font-size: 2rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}
.text-title{
    color: white;
    font-size: 3rem;
    padding: 10px;
    text-align: center;
}
.text-title2{
    color: white;
    font-size: 3rem;
    padding: 10px;
    text-align: start;
}
.line{
    width: 100px;
    height: 2px;
    background: white;
    margin: 10px auto;

}
.line2{
    width: 50%;
    height: 1px;
    background: black;
    margin: auto;
}

.new_index_play {
    background-image: url(./img/play_translate.png);
    background-size: 100%;
    height: 60px;
}
.new_index_div40 {
    position: absolute;
    bottom: 70px;
    right: 70px;
    width: 60px;
    height: 60px;
    z-index: 2;
}

.news-item-time {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}
.news-item-detail{
    color: white;
    padding: 10px;
    font-size: 2rem;
    word-wrap: break-word;
    text-align: start;
}
.guide-div{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    width: 100%;
}
.guide-div-header{
    padding-top: 40px;
    display: flex;
}
.guide-title{
    color: #01A88F;
    font-size: 4rem;
    padding-left: 10px;
}
.admissions-title{

    color: #01A88F;
    font-size: 4rem;
    /* padding-left: 10px; */
    font-weight: bold;
}
.guide-detail{
    color: #626262;
    font-size: 2rem;
    word-wrap: break-word;
    padding-left: 10px;
    line-height: 60px;
}
.container-fluid{
    padding: 0;
}
.new_index_div17 {
    margin: 80px auto 60px auto;
    height: 100px;
    width: 600px;
}
.new_index_div18 {
    display: flex;
    align-items: center;
}
.new_index_div19 {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #8C8A8B;
}
.new_index_span10 {
    font-size: 2rem;
    color: #8C8A8B;
    margin-left: 10px;
}
.admissions-text{
    color: black;
    font-size: 3rem;
    padding: 10px;
    margin: 30px;
}
.progress{
    height: 5px;
    margin: auto 50px;
}
.progress-bg{
    background: #01A88F;
}
.admissions-text-detail{
    color: #8C8A8B;
    padding: 10px;
    font-size: 1.5rem;
    margin: auto 40px;
    text-align: start;
    word-wrap: break-word;
}
.new_index_img14 {
    height: 40px;
    width: 40px;
    background: url(/img/address.png) no-repeat center bottom;
    background-size: 100%;
    animation: show-contents 1s linear forwards;
    animation-play-state: paused;
    animation-delay: 1.5s;
}
.map_china {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 49%;
    left: 77%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}
.el-tooltip__popper {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #303133;
}
.text_china {
    position: absolute;
    top: 41%;
    left: 77%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 1.2rem;
    text-align: center;
    padding: 4px;
}
.text_Middle_East {

    position: absolute;
    top: 52%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 1.2rem;
    text-align: center;
    padding: 4px;
}
.map_Middle_East {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 52%;
    left: 59%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}
.text_Singapore {

    position: absolute;
    top: 70%;
    left: 75.5%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 1.2rem;
    text-align: center;
    padding: 4px;
}
.map_Singapore {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 63%;
    left: 75.5%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}
.since-title{
    color: black;
    font-weight: bold;
    font-size: 3rem;
    padding-left: 10px;
}
.since-sub-title{
    margin: auto 25px;
    font-size: 2rem;
    color: #8C8A8B;
}
.since-detail{
    color: black;
    line-height: 60px;
    font-size: 2rem;
    word-wrap: break-word;
    padding-left: 10px;
}
.align-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-guide-bg{
    background-color: #01A0E1;
}
.Wisdom-title{
    font-size: 3rem;
    font-weight: bold;
}


.arrow {
    width: 3rem;
    line-height: 0;
    content: url(./img/arrow.svg);

}
.arrow-0 {
    transition: transform .35s;
    transform: rotate(0deg);
    transform-origin: .5em 50%;
}
.arrow-90{
    transition: transform .35s;
    transform-origin: .5em 50%;
    transform: rotate(90deg);
    margin-top: -45px;
}
.history-detail{
    line-height: 80px;
}
.about_us_div13 {
    width: 20px;
    height: 20px;
    background: #D8D8D8;
    border-radius: 10px;
    cursor: pointer;
    margin: 6px auto;
}

.about_us_div15 {
    height: 25px;
    width: 3px;
    background-color: #D8D8D8;
    margin: 6px auto;
}
.about_us_div16 {
    display: block;
    width: 100px;
}
.about_us_div17 {
    align-items: center;
    overflow: visible;
}
.about_us_div19 {
    width: 20px;
    height: 20px;
    background: #0075C9;
    margin: 6px auto;
    border-radius: 10px;
    cursor: pointer;
}
.about_us_span1 {
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-size: 1.5rem;
    color: #B9B9B9;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}
.about_us_span2 {
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-size: 2.5rem;
    color: #0075C9;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    font-weight: bold;
}

.about-year-detail{
    /* line-height: 80px;
    font-size: 2.5rem;
    color: black; */
    /* font-size: 38px; */
    line-height: 50px;
    /* color: #0a0a0a; */
    font-family: "Arial";
    color: #626262;
    font-size: 2rem;
    word-wrap: break-word;
}
.team-item{
    text-align: start;
    font-size: 30px;
}
.team-icon{
    width: 300px !important;
    height: 300px;
    margin: 20px 60px;
}
.team-name{
    font-size: 55px;
    color: #060606;
    font-family: "Arial";
}
.team-detail{
    margin: 25px auto;
    font-size: 2.5rem;
}
.team-detail-more{
    /* font-size: 2.5rem;
    color: #01A88F; */
    font-size: 36px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #1aa1dd;
    font-family: "Arial";
}
.row-team {
    margin-top: 40px !important;
    margin-bottom: 30px;
}
.team-head-img img{
    object-fit: cover;
    transform: scale(1.3);
    object-position: center -20%;
}

/* 轮播图 our history */
.menu-container {
    display: flex;
    width: 100%;
    position:relative;
}

.timeline {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.circle {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #C9C9C9;
}

.text {
    color: #C9C9C9;
    font-size: 24px;
}

.year {
    width: 1px;
    height: 12px;
    background-color: #C9C9C9;
}

.menu-item:last-child .year {
    height: 48px;
    width: 0;
}

.menu {
    width: 10%;
    min-width: 38px;
    max-width: 100px;
    overflow-y: auto;
    background-color: #F8F8F8;
    position: relative;
}

.menu.align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu.fixed {
    position: fixed;
    top: 0;
}

.menu-item {
    padding: 5px;
    cursor: pointer;
}

.menu-item.active .circle {
    background-color: #0075C9;
}

.menu-item.active .text {
    color: #0075C9;
    font-size: 32px;
}

.block {
    padding: 0;
    margin: 0;
    background: #F8F8F8;
}

.content {
    width: 90%;
    min-width: calc(100% - 100px);
    max-width: calc(100% - 38px);
    margin-left: auto;
}

.new_index_div40_2{
    position: absolute;
    bottom: 50px;
    right: 120px;
    /* width: 60px; */
    /* height: 60px; */
    z-index: 2;
    font-size: 2rem;
    border-bottom: #01A88F solid 4px;
    color: #01A88F;
}
.about_us_div32{
    padding: 40px;
}
.block_6_span2{
    font-size: 55px;
    color: #060606;
    font-family: "Arial";
    margin-top: 20px;
    margin-bottom: 20px;
}
.block_6_span3{
    font-size: 36px;
    color: #656565;
    font-family: "Arial";
}
.block_6_div15 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: #A0E2BA solid 10px;

}
.block_6_span4{
    /* width: 684px; */
    /* height: 536px; */
    font-size: 36px;
    line-height: 60px;
    color: #020202;
    font-family: "Arial";
}
.block_6_span4::before{
    content: "৹";
    color: rgb(0, 160, 223);
    /* margin-right: 8px; */
    font-size: 30px;
    font-weight: bold;
}
.ocv-img img {
    object-fit: cover;
}