*:focus {
    outline:none !important
}

.contact-bg {
    background-color: #e8e8e8;
    padding-top: 120px;
    padding-bottom: 50px;
}

.contact-btn-send {
    background-color: #3ACCE1;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 14pt;
    padding: 5px 50px 5px 50px;
}

.contact-label {
    font-family: Open Sans Semibold;
}

.contact-title {
    font-family: Open Sans Bold;
    font-size: 22pt;
    margin-bottom: 30px;
    text-align: center;
}

.footer-school {
    background-color:#193B62;
    color:#FFFFFF;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}

.footer-school-name {
    color: #FFFFFF;
    font-family: Open Sans Bold;
    font-size: 20pt;
}

.footer-school-title {
    color: #FFFFFF;
    font-family: Open Sans Bold;
    font-size: 14pt;
    margin-bottom: 15px;
}

.footer-school-desc {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 12pt;
    margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
    .g-recaptcha {
        transform: scale(0.8);
        transform-origin:0 0;
    }
}

.guest-content {
    background-color: #FFFFFF;
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 768px) {
    .guest-content {
        padding-top: 200px;
        padding-bottom: 100px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

.header-btn-back {
    border-radius: 20px;
    background-color: #fff48f;
    border-color: #FFFFFF;
    color: #000ea8;
    font-size: 12pt;
    margin-left: auto;
    margin-right: auto;
}
 
.header-btn-login {
    border-radius: 25px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #2699FB;
}

.header-btn-register {
    border-radius: 25px;
    border-style: solid;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.header-btn-login:hover, .header-btn-register:hover {
    background-color: #2699FB;
    color: #FFFFFF;
}

.header-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header-main-navbar {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .header-main-nav {
        margin-right: 2em;
    }
}

.header-nav-text {
    color: #FFFFFF!important;
    border: none;
    font-family: Open Sans Bold;
    outline: none;
    text-align: center;
}

.header-school {
    height: 20%;
    width: 100%;
}

.header-school-logo {
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.header-school-navbar {
    background:#193B62;
    color:#FFFFFF;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 651px) {
    .header-school-menu {
        margin: 0px;
        text-align: left;
    }
}

.header-school-menu {
    width: 100%;
    color:#ffffff;
    margin-left: 5px;
    padding: 10px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .header-school-menu {
        margin-left: 20px;
        margin-right: 10px;
    }
}

.header-school-nav a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: yellow;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.header-school-nav a:hover:after {
    width: 100%;
    left: 0;
}

.header-school-shape {
    -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
    background:  #ffffff;
    height: 100%;
    padding: 7px 5px;
}

.main-background {
    background-color: #E8E8E8;
}

.modal-open {
    padding-right: 0px !important;
    overflow-y: auto;
}

.modal-feedback-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 10px 20px 10px 20px;
    padding: 1rem;
}

.modal-feedback-btn {
    width: 100%;
    background-color: #2699FB;
    border: 1px solid #1589EB;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Open Sans Bold;
    font-size: 11pt;
    padding: 5px 0 5px 0;
}

.modal-feedback-title {
    color: #2699FB;
    font-family: Open Sans Bold;
    font-size: 16pt;
}

.modal-feedback-text {
    color: #193B62;
    font-family: Open Sans;
    font-size: 10pt;
}

.navbar-toggler-custom {
    width: 1.5em;
    height: 1.5em;
    background: url('../../images/ham_icon.png');
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.news-preview-image {
    max-width: 95%;
    max-height: 100%;
    margin: auto;
}

.news-logo-info {
    width: 25px;
    height: 25px;
}

.news-title {
    color: #193B62;
    font-size: 20pt;
    font-weight: bold;
    text-align: justify;
}

.news-content {
    color: #4E4E4E;
    font-size: 12pt;
}

.news-search-form {
    background-color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 768px) {
    .news-search-form {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.news-search-header {
    color: #E8E8E8;
}

.news-search-content {
    background-color: #F7F7F8;
    height: 100%;
    padding-bottom: 40px;
}

.news-search-result {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

@media only screen and (min-width: 768px) {
    .news-search-result {
        margin-left: 100px;
        margin-right: 100px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

.news-result-form {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.news-result-image {
    width: 100%;
    max-height: 190px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.news-search-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 5px 5px #DDDDDD;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
}

@media only screen and (min-width: 768px) {
    .news-search-card {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news-search-caption {
    color: #193B62;
    font-family: Open Sans Bold;
    font-size: 22pt;
    text-align: center;
}

.news-search-title {
    color: #193B62;
    font-family: Open Sans Bold;
    font-size: 14pt;
    margin-bottom: 15px;
}

.news-search-image {
    width: 100%;
    height: auto;
    filter: brightness(50%);
}

.news-search-button {
    background-color: #2699fb;
    color: #FFFFFF;
    border: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 50px 5px 50px;
    text-align: center;
}

.school-content {
    padding-top: 200px;
}

.school-container {
    padding-top: 50px;
}

@media only screen and (min-width: 768px) {
    .school-container {
        padding-top: 0!important;
    }
}

.school-photo-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15% !important;
    z-index: -1;
    background-size: 100%;
    text-align: center; 
}

@media only screen and (min-width: 768px) {
    .school-photo-bg {
        top: -15% !important;
    }
}

.school-photo-bg img {
    width: 100%;
}

.school-box-content, .school-box-header {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0px 0px 0 rgba(0, 0, 0, 0.09);
    background-color: white;
    position: relative;
    z-index: 2;
}

.school-box-content {
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
}

.school-box-header {
    margin-top: 200px;
}

.school-box-header > div:first-child {
    margin-top: 30px;
    margin-bottom: 10px;
}

.school-box-logo {
    width: 40px;
    height: 40px;
}

.school-content-image {
    max-width: 150px;
    height: 120px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .school-content-image {
        max-width: 250px;
        height: 200px;
    }
}

.school-content-text {
    max-width: 100%;
    text-align: center;
    word-wrap: break-word;
}

.school-profile-separator {
    color:#F09505;
    font-size: 36px; 
}

.school-color {
    background: #193B62;
    color: #FFFFFF;
}

.school-box-content > .school-color {
    display: flex;
    padding: 10px 20px 10px 20px;
}

.school-color span {
    font-size: 12pt;
    font-family: Open Sans Bold;
    margin: auto 0 auto 0;
}

@media screen and (min-width: 768px)  {
    .school-color span {
        font-size: 16pt;
    }
}

.school-modal-slide-img {
    height: 200px;
    margin-top: 5px; 
}

.slick-list {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.slick-item-name, .slider-item-name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
}

.slick-item-name {
    max-width: 150px;
}

.slider-item-name {
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .slick-item-name {
        max-width: 250px;
    }
}

.slider-facility, .slider-news {
    padding: 20px 30px 20px 30px!important;
}

@media screen and (min-width: 768px)  {
    .small-break { display: none; }
}

@media screen and (max-width: 991px)  {
    .medium-break { display: none; }
}

@media screen and (min-width: 992px)  {
    .large-break { display: none; }
}

.responsive-map-container {
    height: 100%;
}

.responsive-map-container iframe {
    width: 100%;
    height: 100%;
}

.scroll-up-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #193c62;
    color: white;
    cursor: pointer;
    padding: 1px;
    border-radius: 50%;
}
  
.scroll-up-btn:hover {
    background-color: #ffc207;
    color: #000000;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}

.text-logo{
    max-width: 300px; 
    height: 100%;
    white-space: normal;
}

.text-logo-name {
    width: auto;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}