.school-logo-banner-container {
  display: flex;
  border-bottom: 1px solid #1B4988;
}
@media (min-width: 992px) {
  .school-logo-banner-container {
    height: 223px;
  }
}

.school-logo-banner {
  flex: 1;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.school-logo {
  width: 100%;
}

.language-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
}
@media (min-width: 992px) {
  .language-right {
    flex-basis: 25%;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .language-right {
    flex-basis: 30%;
  }
}
@media (min-width: 1440px) {
  .language-right {
    flex-basis: 40%;
  }
}

.school-language-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.language-chinese a,
.language-english a {
  text-decoration: none;
  font-family: "Noto Sans TC Medium";
  color: #707070;
}
.language-chinese.active a,
.language-english.active a {
  padding: 2px 6px;
  border-radius: 20px;
  background: #C9C9C9;
  color: #FFF;
}

.language-chinese {
  font-family: "Noto Sans TC Medium";
  margin-right: 5px;
}

.language-separator {
  color: #707070;
}

.language-english {
  margin-left: 5px;
}

.language-select-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.school-logo-banner-detail-container {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  padding-bottom: 20px;
}

.school-logo-new {
  background-size: contain;
  height: 160px;
  width: 180px;
  padding-bottom: 17px;
  margin-right: 35px;
  display: none;
}
@media (min-width: 992px) {
  .school-logo-new {
    display: flex;
  }
}

.school-logo-right {
  display: flex;
  flex-direction: column;
}

.school-logo-right-1 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans TC Medium";
  color: #1B4988;
}
@media (min-width: 992px) {
  .school-logo-right-1 {
    font-size: 36px;
  }
}

.school-logo-right-2 {
  font-family: Roboto;
  font-size: 14px;
  color: #1B4988;
  font-weight: bold;
}
@media (min-width: 992px) {
  .school-logo-right-2 {
    font-size: 17px;
  }
}

.school-logo-brandings {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.school-logo-right-3 {
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .school-logo-right-3 {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-top: 10px;
  }
}

.school-logo-right-3-1 {
  margin-bottom: 5px;
}

.school-logo-right-3-2 {
  margin-right: 9px;
}

.school-logo-right-3-3 {
  margin-bottom: 5px;
  margin-right: 13.1px;
  width: 50px;
}

.school-logo-right-3-4-1 {
  font-family: Roboto;
  font-size: 15px;
  color: #6C6C6C;
}

.school-logo-right-3-4-2 {
  font-family: Roboto;
  font-size: 15px;
  color: #6C6C6C;
}

.school-logo-right-3-4-3 {
  font-family: Roboto;
  font-size: 15px;
  color: #6C6C6C;
}

.school-logo-right-top {
  display: flex;
  flex-direction: row;
}

.school-logo-new-mobile {
  height: 80px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .school-logo-new-mobile {
    display: none;
  }
}

/*# sourceMappingURL=school_logo_banner.css.map */
