body {
  font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, STXihei, sans-serif;
  background-color: #d7ecfa;
}
body .title-bar {
  background-color: rgb(22, 70, 157);
}
body .title-bar .topMediaMenu {
  float: right;
  min-width: 200px;
  padding: 0 0 10px 0;
}
body .title-bar .topMediaMenu .facebook, body .title-bar .topMediaMenu .youtube, body .title-bar .topMediaMenu .email, body .title-bar .topMediaMenu .contact, body .title-bar .topMediaMenu .login {
  float: left;
  padding-right: 2%;
}
body .title-bar .topMediaMenu .facebook img, body .title-bar .topMediaMenu .youtube img, body .title-bar .topMediaMenu .email img, body .title-bar .topMediaMenu .contact img, body .title-bar .topMediaMenu .login img {
  width: 90%;
}
body #bodyContainer {
  background-color: lightcyan;
  -webkit-box-shadow: 7px 0 8px -5px #999, -7px 0 8px -5px #999;
  -moz-box-shadow: 7px 0 8px -5px #999, -7px 0 8px -5px #999;
  box-shadow: 7px 0 8px -5px #999, -7px 0 8px -5px #999;
  overflow: hidden;
}
body #topContainer {
  position: relative;
  min-height: 141px;
}
body #topContainer .topBanner-page {
  height: 550px;
}
body #topContainer .topBanner {
  height: auto;
  padding-top: 150px;
  position: relative;
  background-color: rgb(22, 70, 157);
}
body #topContainer .topBanner .topBanner360 {
  height: 336px;
}
body #topContainer .topBanner img {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body #topContainer #header {
  background-color: rgba(22, 70, 157, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  z-index: 2;
}
body #topContainer #header .schoolLogo {
  float: left;
  padding: 8px 10px 8px 10px;
  height: 88px;
}
body #topContainer #header .schoolLogo img {
  max-width: none;
  height: 100%;
}
body #topContainer #header .schoolLogoMobile {
  visibility: hidden;
  display: none;
}
body #topContainer #header .topMediaMenu {
  float: right;
  min-width: 250px;
  padding: 10px;
}
body #topContainer #header .topMediaMenu .facebook, body #topContainer #header .topMediaMenu .youtube, body #topContainer #header .topMediaMenu .email, body #topContainer #header .topMediaMenu .contact, body #topContainer #header .topMediaMenu .login {
  float: left;
  padding-right: 4%;
}
body #topContainer #header a {
  color: white;
}
body #topContainer #header .login-form a {
  color: #1779ba;
}
body #topContainer #header .description {
  width: 80%;
  margin: 50px auto;
}
body #topContainer #header .menu-container {
  width: 100%;
  margin: 0 auto;
  background: rgba(22, 70, 157, 0.8);
  position: absolute;
  top: 80px;
}
body #topContainer #header .menu-mobile {
  display: none;
  padding: 20px;
}
body #topContainer #header .menu-mobile:after {
  content: "\f394";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-25%);
}
body #topContainer #header .menu-dropdown-icon:before {
  content: "\f489";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1px 1px;
  background: #fff;
  color: #333;
}
body #topContainer #header .menu {
  width: 100%;
}
body #topContainer #header .menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0 15px 0 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #topContainer #header .menu > ul:before, body #topContainer #header .menu > ul:after {
  content: "";
  display: table;
}
body #topContainer #header .menu > ul:after {
  clear: both;
}
body #topContainer #header .menu > ul > li {
  float: right;
  background-color: inherit;
  margin: 0;
  display: inline-block;
  font-size: 0.8em;
  text-align: center;
  color: white;
  padding-left: 16px;
  padding-right: 16px;
  background: url("../images/menuTri.png") no-repeat 95% 50%;
}
body #topContainer #header .menu > ul > li a {
  text-decoration: none;
  padding: 1em 1em;
  display: block;
}
body #topContainer #header .menu > ul > li:hover {
  background: rgba(198, 218, 254, 0.9);
}
body #topContainer #header .menu > ul > li:hover a {
  color: #215b82;
}
body #topContainer #header .menu > ul > li > ul {
  display: none;
  width: 100%;
  background: rgb(198, 218, 254);
  padding: 30px 100px 30px 50px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #topContainer #header .menu > ul > li > ul:before, body #topContainer #header .menu > ul > li > ul:after {
  content: "";
  display: table;
}
body #topContainer #header .menu > ul > li > ul:after {
  clear: both;
}
body #topContainer #header .menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
  font-size: 1.1em;
}
body #topContainer #header .menu > ul > li > ul > li a {
  color: #215b82;
  padding: 0.2em 0;
  width: 95%;
  display: block;
}
body #topContainer #header .menu > ul > li > ul > li a:hover {
  text-decoration: underline;
}
body #topContainer #header .menu > ul > li > ul > li > .menuWordings {
  color: black;
  padding: 0.2em 5px;
  width: 95%;
  display: block;
  text-align: left;
  line-height: 2em;
  border-right: 1px solid deepskyblue;
}
@media screen and (min-width: 1200px) {
  body #topContainer .topBanner .topBanner360 {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  body #topContainer {
    min-height: 79px;
  }
  body #topContainer #header .schoolLogo {
    float: left;
    padding: 5px;
    height: 80px;
  }
  body #topContainer .topBanner {
    padding-top: 100px;
  }
  body #topContainer .topBanner .topBanner360 {
    height: 208px;
  }
  body #topContainer .topBanner-page {
    height: 400px;
  }
}
@media screen and (max-width: 639px) {
  body #header {
    height: 60px;
  }
  body #header .schoolLogo {
    float: left;
    padding: 0;
  }
  body #header .schoolLogo img {
    height: 60px;
  }
  body #header .topMediaMenu {
    display: none;
  }
  body #topContainer .topBanner {
    padding-top: 100px;
  }
  body #topContainer .topBanner .topBanner360 {
    height: 154px;
  }
  body #topContainer .topBanner-page {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  body #topContainer #header .schoolLogo {
    float: left;
    padding: 5px;
    max-width: 100%;
  }
  body #topContainer #header .schoolLogo img {
    height: 60px;
    max-width: 100%;
  }
  body #topContainer .topBanner {
    padding-top: 83px;
  }
  body #topContainer .topBanner .topBanner360 {
    height: 114px;
  }
  body #topContainer .topBanner-page {
    height: 280px;
  }
}
@media screen and (max-width: 360px) {
  body #topContainer #header .schoolLogo {
    visibility: hidden;
    display: none;
  }
  body #topContainer #header .schoolLogoMobile {
    visibility: visible;
    display: block;
    float: left;
    padding: 5px;
    max-width: 100%;
  }
  body #topContainer #header .schoolLogoMobile img {
    height: 60px;
    max-width: 100%;
  }
  body #topContainer .topBanner {
    padding-top: 80px;
  }
  body #topContainer .topBanner .topBanner360 {
    height: 100px;
  }
}
body #directionTabContainer {
  background-color: white;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 10px;
}
body #directionTabContainer .directionTabContainerBox {
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}
body #directionTabContainer .directionTabContainerBox .directionTabButton {
  padding: 0;
}
@media screen and (max-width: 1000px) {
  body #directionTabContainer .directionTabContainerBox {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  body #directionTabContainer {
    padding-top: 0;
    padding-bottom: 5px;
  }
  body #directionTabContainer .directionTabContainerBox {
    width: 100%;
  }
  body #directionTabContainer .directionTabContainerBox .directionTabButton {
    text-align: center;
  }
}
body #newsContainer {
  padding: 30px 4%;
  background-color: lightcyan;
  -webkit-box-shadow: inset 0 3px 4px #cacaca;
  -moz-box-shadow: inset 0 3px 4px #cacaca;
  box-shadow: inset 0 3px 4px #cacaca;
}
body #newsContainer .titleBar {
  bottom: 0;
  background: url("../images/bgUnderlineNews.png") repeat-x bottom;
  height: 53px;
}
body #newsContainer .titleNews {
  font-size: 1.2em;
}
body #newsContainer .controlSliderDirection {
  height: 53px;
  position: relative;
  padding: 0;
}
body #newsContainer .controlSliderDirection .btnControlSliderDirection {
  display: inline-block;
  position: absolute;
  bottom: 0;
}
body #newsContainer #latestNewsBlock {
  padding-top: 15px;
  max-width: 830px;
}
body #newsContainer #latestNewsBlock .owl-stage {
  margin: 0 auto;
}
body #newsContainer #latestNewsBlock .owl-item:nth-child(3n+1) .bgLatestNews {
  background: url("../images/bgLatestNewsRed.png") no-repeat center;
  background-size: contain;
}
body #newsContainer #latestNewsBlock .owl-item:nth-child(3n+2) .bgLatestNews {
  background: url("../images/bgLatestNewsGreen.png") no-repeat center;
  background-size: contain;
}
body #newsContainer #latestNewsBlock .owl-item:nth-child(3n+3) .bgLatestNews {
  background: url("../images/bgLatestNewsYellow.png") no-repeat center;
  background-size: contain;
}
body #newsContainer #latestNewsBlock .rowTitleBar {
  padding: 0;
}
body #newsContainer #latestNewsBlock .textLatestNews {
  float: left;
  background: url("../images/iconLatestNews.png") no-repeat;
  padding-left: 50px;
  height: 45px;
  padding-top: 12px;
}
body #newsContainer #latestNewsBlock #sliderLatestNews {
  padding-top: 20px;
  max-width: 780px;
}
body #newsContainer #latestNewsBlock .bgLatestNewsMore {
  background: url("../images/bgLatestNewsMore.png") no-repeat center;
}
body #newsContainer #latestNewsBlock .bgLatestNews, body #newsContainer #latestNewsBlock .bgLatestNewsMore {
  background-size: contain;
  height: 180px;
  width: 240px;
  float: left;
  position: relative;
}
body #newsContainer #latestNewsBlock .bgLatestNews .titleLatestNews, body #newsContainer #latestNewsBlock .bgLatestNewsMore .titleLatestNews {
  color: white;
  padding-left: 44px;
  padding-top: 24px;
  letter-spacing: 1px;
}
body #newsContainer #latestNewsBlock .bgLatestNews .contentWrap, body #newsContainer #latestNewsBlock .bgLatestNewsMore .contentWrap {
  padding: 15px 25px 15px 25px;
}
body #newsContainer #latestNewsBlock .bgLatestNews .contentWrap .contentLatestNews, body #newsContainer #latestNewsBlock .bgLatestNewsMore .contentWrap .contentLatestNews {
  word-break: break-all;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.7px;
  overflow: hidden;
  max-height: 56px;
  color: #0a0a0a;
}
body #newsContainer #latestNewsBlock .bgLatestNews .contentWrap .contentLatestNewsReadMore, body #newsContainer #latestNewsBlock .bgLatestNewsMore .contentWrap .contentLatestNewsReadMore {
  text-align: center;
  margin-top: 50px;
}
body #newsContainer #latestNewsBlock .bgLatestNews .contentWrap .contentLatestNewsReadMore a:hover, body #newsContainer #latestNewsBlock .bgLatestNewsMore .contentWrap .contentLatestNewsReadMore a:hover {
  text-decoration: underline;
}
body #newsContainer #latestNewsBlock .bgLatestNews .contentWrap .textDateLatestNews, body #newsContainer #latestNewsBlock .bgLatestNewsMore .contentWrap .textDateLatestNews {
  font-size: 10px;
  color: #767676;
}
body #newsContainer #latestNewsBlock .bgLatestNews .contentWrap .dateLatestNews, body #newsContainer #latestNewsBlock .bgLatestNewsMore .contentWrap .dateLatestNews {
  background: url("../images/iconCalendarLatestNews.png") no-repeat left center;
  background-size: 18px 18px;
  padding-left: 25px;
  position: absolute;
  bottom: 15px;
}
@media screen and (max-width: 550px) {
  body #newsContainer #latestNewsBlock #sliderLatestNews {
    padding-right: 0;
  }
  body #newsContainer #latestNewsBlock .bgLatestNews, body #newsContainer #latestNewsBlock .bgLatestNewsMore {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 989px) {
  body #newsContainer #latestNewsBlock .bgLatestNews {
    float: none;
    margin: 0 auto;
  }
}
body #newsContainer #eventsSliderBlock {
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
body #newsContainer #eventsSliderBlock .itemEventSlider {
  position: relative;
  max-height: 354px;
  max-width: 250px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
body #newsContainer #eventsSliderBlock .imageEventSlider {
  display: block;
  max-height: 350px;
  max-width: 240px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: lightgrey;
  padding: 2%;
  border: 0.5px solid #c0c0c0;
  border-radius: 5px;
}
body #newsContainer #eventsSliderBlock .tagEventSlider {
  background: url("../images/bgTitleEventSlider.png") no-repeat;
  width: 176px;
  height: 48px;
  position: absolute;
  color: white;
  font-size: 0.9em;
  left: 0;
  top: 5px;
  padding: 8px 10px 5px 15px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: -3px;
}
body #newsContainer #eventsSliderBlock .h_iframe {
  position: relative;
  padding-top: 56%;
}
body #newsContainer #eventsSliderBlock .h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 550px) {
  body #newsContainer #eventsSliderBlock {
    padding-top: 5vh;
  }
}
@media (min-width: 1110px) {
  body #newsContainer #eventsSliderBlock {
    margin-left: -3%;
    width: 25%;
  }
}
@media (min-width: 1130px) {
  body #newsContainer #eventsSliderBlock .imageEventSlider {
    max-width: 275px;
  }
  body #newsContainer #eventsSliderBlock .itemEventSlider {
    max-width: 264px;
  }
}
@media (min-width: 1187px) {
  body #newsContainer #eventsSliderBlock {
    margin-left: -3%;
    width: 29%;
  }
}
body #newsContainer #activitiesAlbumBlock {
  padding-top: 35px;
  padding-bottom: 35px;
}
body #newsContainer #activitiesAlbumBlock .textActivityAlbum {
  float: left;
  background: url("../images/iconActivitiesAlbum.png") no-repeat;
  padding-left: 50px;
  height: 45px;
  padding-top: 12px;
}
body #newsContainer #activitiesAlbumBlock #sliderActivityAlbum {
  padding-top: 20px;
}
body #newsContainer #activitiesAlbumBlock #sliderActivityAlbum .dateItemAlbum {
  position: absolute;
  width: 80px;
  height: 20px;
  border-radius: 20px;
  background-color: deepskyblue;
  color: white;
  font-size: 0.7em;
  text-align: center;
}
body #newsContainer #activitiesAlbumBlock #sliderActivityAlbum .titleItemAlbum {
  position: absolute;
  color: white;
  font-size: 0.7em;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  height: 18px;
  white-space: nowrap;
}
body #newsContainer #activitiesAlbumBlock #sliderActivityAlbum .itemActivityAlbum {
  position: relative;
  float: left;
  height: 180px;
  width: 100%;
}
body #newsContainer #activitiesAlbumBlock #sliderActivityAlbum .itemActivityAlbum .itemActivityAlbumOverlay {
  background-color: transparent;
  position: absolute;
  height: 180px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
body #newsContainer #activitiesAlbumBlock #sliderActivityAlbum .itemActivityAlbum .itemActivityAlbumOverlay:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
body #newsContainer #activitiesAlbumBlock #sliderActivityAlbum .itemActivityAlbum .photoActivityAlbum {
  height: 100%;
  width: auto;
}
@media (min-width: 440px) {
  body #newsContainer #activitiesAlbumBlock .owl-item:nth-child(2n+1) .dateItemAlbum {
    left: 10px;
    bottom: 30px;
  }
  body #newsContainer #activitiesAlbumBlock .owl-item:nth-child(2n+1) .titleItemAlbum {
    left: 13px;
    bottom: 10px;
  }
  body #newsContainer #activitiesAlbumBlock .owl-item:nth-child(2n+2) .dateItemAlbum {
    left: 10px;
    top: 10px;
  }
  body #newsContainer #activitiesAlbumBlock .owl-item:nth-child(2n+2) .titleItemAlbum {
    left: 13px;
    top: 32px;
  }
}
@media screen and (max-width: 439px) {
  body #newsContainer #activitiesAlbumBlock .dateItemAlbum {
    left: 50%;
    margin-left: -35px;
    bottom: 30px;
  }
  body #newsContainer #activitiesAlbumBlock .titleItemAlbum {
    left: 50%;
    margin-left: -75px;
    bottom: 10px;
  }
}
@media screen and (max-width: 440px) {
  body #newsContainer #activitiesAlbumBlock #sliderActivityAlbum .itemActivityAlbum {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  body #newsContainer #activitiesAlbumBlock #sliderActivityAlbum .itemActivityAlbum .itemActivityAlbumOverlay {
    background-color: transparent;
  }
  body #newsContainer #activitiesAlbumBlock #sliderActivityAlbum .photoActivityAlbum {
    margin: 0 auto;
  }
}
body #linkTabContainer {
  background: #b6b7e6;
}
body #linkTabContainer .linkTabContainerInsideBox {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}
body #linkTabContainer .linkTabContainerInsideBox .linkTabButton {
  height: 150px;
  margin-bottom: 20px;
}
body #linkTabContainer .linkTabContainerInsideBox .linkTabButton .BgLinkTabButton {
  background-size: 100% auto;
  height: 100%;
  width: 100%;
  border: 6px white solid;
  position: relative;
}
body #linkTabContainer .linkTabContainerInsideBox .linkTabButton .ContentLinkTab {
  background: url("../images/linkTabContent.png") no-repeat;
  height: 46px;
  width: 177px;
  padding: 8px 10px 0 18px;
  margin-left: -12px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  color: white;
  position: absolute;
  bottom: 8px;
}
@media screen and (max-width: 960px) {
  body #linkTabContainer {
    margin-top: -20px;
  }
  body #linkTabContainer .linkTabContainerInsideBox {
    width: 100%;
  }
  body #linkTabContainer .linkTabContainerInsideBox .linkTabButton {
    height: 120px;
    cursor: pointer;
  }
}
body #siteMapContainer {
  margin: 0 auto;
  background-color: rgba(22, 70, 157, 0.8);
  padding: 20px 6% 0 6%;
}
body #siteMapContainer .siteMapRow {
  padding-top: 3px;
}
body #siteMapContainer .titleSiteMap {
  color: #62cdff;
  padding-left: 32px;
  font-size: 0.7em;
  letter-spacing: 1px;
  padding-top: 5px;
  background: no-repeat;
}
body #siteMapContainer .subTitleSiteMap, body #siteMapContainer a {
  color: white;
  font-size: 0.7em;
  letter-spacing: 1px;
  word-break: keep-all;
  padding: 5px 0 8px 0;
}
body #siteMapContainer .subTitleSiteMap a:hover, body #siteMapContainer a a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  body #siteMapContainer .subTitleSiteMap, body #siteMapContainer a {
    padding-left: 16px;
  }
}
body #siteMapContainer .buttonGoToTopBox {
  text-align: center;
  padding-top: 20px;
}
body #siteMapContainer .buttonGoToTopBox img {
  cursor: pointer;
}
body #footerContainer {
  background: rgb(22, 70, 157);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
body #footerContainer .schoolInfo {
  color: white;
  font-size: 0.7em;
  letter-spacing: 1px;
}
body #footerContainer .schoolInfo > span {
  padding: 0 5px;
}

.position-left {
  z-index: 1000;
}

.off-canvas {
  background-color: white;
}
.off-canvas li {
  background-color: rgb(22, 70, 157);
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: white 1px solid;
}
.off-canvas li > a {
  color: white;
}
.off-canvas li > ul li {
  font-size: 12px;
  padding: 5px 2px 5px 5px;
  list-style: none;
  border-bottom: none;
}
.off-canvas li > ul li > a:hover {
  text-decoration: underline;
}

.topBannerArrowLeft {
  position: absolute;
  left: 1%;
  top: 60%;
  width: 50px !important;
  height: 50px !important;
}

.topBannerArrowRight {
  position: absolute;
  right: 1%;
  top: 60%;
  width: 50px !important;
  height: 50px !important;
}

.login-button {
  position: relative;
  cursor: pointer;
}
.login-button .login-form {
  position: absolute;
  top: 35px;
  right: 10px;
  z-index: 150;
  background: white;
  width: 340px;
  padding: 15px 0px;
  display: none;
}
.login-button .login-form h5 {
  padding: 0 15px;
  color: black;
}
.login-button .login-form form {
  padding: 10px 15px;
  background: #f0f0f0;
}
.login-button .login-form form a {
  font-size: 14px;
}

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