#bannerID{
    /*width:100%;*/
    width: 85%;
    margin: 20px auto;
}
.detail-container{
    width: 100%;
    position: relative;
    text-align: right;
    border-radius: 20px;
    box-shadow: #000;
    background-color: rgba(0, 0, 0, .85); 
    background-image: linear-gradient(60deg, #410d0d, 50%, #fff 70%);
    box-shadow: 0px 7px 18px -8px rgba(0, 0, 0, 0.78);
}
.nameEng{
   color: white; 
   text-align: left; 
   position: absolute; 
   bottom: 10px; 
   max-width: 400px; 
   padding: 20px;
}
.schoolLogo{
    width:20%; 
    position: relative; 
    padding: 2%; 
    z-index: 0;  
}
.schoolInfo{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    border-radius: 20px;
    box-shadow: #000;
    background-color: white; 
    box-shadow: 0px 7px 18px -8px rgba(0, 0, 0, 0.78);
}
.schoolInfo-title{
    width: 100%;
    height: 200px;
    display: flex;
    text-align: left;
    padding: 2%;
}
.schoolTitle{
    width: 60%;
    height: 200px;
    line-height: 120%;
    font-size: 120%;
    font-weight: 700;
}
.schoolTitle-info{
    font-size: 70%;
    font-weight: normal;
}
.schoolTitle-info p{
    color: #999;
}
.schoolLogo2{
    width: 40%;
    text-align: right;
}
.schoolLogo2 img{
    max-width: 85%;
    max-height: 95%;
    padding: 5%;

}
.schoolTags{
    width: 100%;
    padding: 2%;
}
.schoolTagLine{
    display: flex;
    width: 400px;
    margin-bottom: 1%;
    flex-direction: row;
    justify-content: space-between;
}
.siBrandFest{
    margin-right: 20px;
}
.brandTag1{
    background-color: #8b0000;
    color: white;
    border-radius: 15px 0px 0px 15px;
    padding: 0px 5px;
    border: 1px solid #8b0000;
}
.brandTag2{
    border: 1px solid #8b0000;
    border-radius: 0px 15px 15px 0;
    cursor: pointer;
}
.siTags{
    background-color: #eee;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 80%;
}
.schoolRanking{
    text-align: left;
}
.siRankingTag{
    margin: 1%;
    float: left;
}
.siRankingKL{
    font-weight: 700;
    background-color: #fda1a4;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
}
.siRanking{
    width: 320px;
    font-weight: 500;
    color: #c97838;
    vertical-align: middle;
    background-color: #fee3e3;
    display: inline-block;
    
}
.schoolDetail{
    width: 85%;
    margin-top: 20px;
    text-align: left;
    background-color: white;
    border-radius: 50px;
    margin-left: 7.5%;
}
.detailNav{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 100px;
}
.detailNavFixed{
    width: 85%;
    position: fixed;
    background-color: white;
    top: 60px;
    padding: 0 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.detailNavBtn{
    width: 33.3%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 120%;
    font-weight: 700;
    cursor: pointer;
}



.detailNavBtn:hover{
    background-color: #8b0000;
    color: white;
}

.detailNavBtnSelected{
    background-color: #8b0000;
    color: white;
}
.detailsection{
    padding: 20px;
    width:90%;
    margin: 0 auto;
}
.detailTitle{
    font-size: 100%;
    font-weight: 600;
    color:#8b0000;
}
.siProgram{
    border-bottom: 1px solid #ccc;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.siProgramTitle {
    font-size: 100%;
    font-weight: 500;
}
.siProgramButton {
    vertical-align: middle;
    font-size: 100%;
    font-weight: 500;
    background-color: white;
    color: #8b0000;
    border-radius: 50px;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
    margin: 1.5rem 1rem 1rem 1rem;
    border: 1px solid #8b0000
}
.siProgramButton:hover{
    color: white;
    background-color: #8b0000;
}
.siSchoolGrad{
    display:flex;
}
.siSchoolGrad span{
    line-height: 45px;
}
.siSchoolGradTag{
    font-size: 18px;
    vertical-align: middle;
    padding: 10px 0;
    margin-left: 30px;
    font-weight: 400;
    color: black;
}
.siNewsTitle{
    display:block;
    margin:10px 0;
    font-size:16px;
    font-weight:600;
}
.siNewsArticle{
    display: flex;
    /*border-bottom: 1px solid #ccc;*/
    margin: 10px 0;
    padding: 10px 0;
    text-decoration: underline;
}
.siNewsArticle:hover{
    color:#8b0000;
}
.articleLeft{
    margin-right:20px;
    display:none;
}
.footer {
    width: 100%;
    height: 70px;
    padding: 30px;
    display: flex;
    border-top: 2px solid #e9e9e9;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    align-items: center;
}
.phone{
    display: flex;
    flex: 2;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
}
@media only screen and (max-width: 600px) {
    #bannerID{
        margin: 70px auto 20px;
    }
}