*:focus {
    outline:none !important
}

ul {
    list-style-type: none!important;
}

.contact-bg {
    background-color: #e8e8e8;
    padding-top: 120px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .contact-bg {
        padding-top: 0;
    }
}

.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;
}

.header-dropdown {
    width: 100%;
    height: max-content;
    display: flex;
    position: fixed;
    background: #FFFFFF;
    padding-top: 60px;
    z-index: 10;
}

.header-dropdown-menu {
    padding: 0;
}

.header-dropdown-menu:hover {
    background: #EEEEEE;
    text-decoration: none;
}

.header-dropdown-menu:hover .dropdown-desc {
    color: #000000;
}

.dropdown-link {
    color: #000000;
    font-family: Open Sans Bold;
    font-size: 11.5pt;
    margin-bottom: 10px;
}

.dropdown-link:hover {
    text-decoration: none;
}

.dropdown-image {
    width: 200px;
    height: 120px;
    padding: 0 auto;
    margin-bottom: 20px;
}

.dropdown-title {
    color: #000000;
    font-family: Open Sans Bold;
    font-size: 12.5pt;
    text-align: center;
}

.dropdown-desc {
    color: #717171;
    font-family: Open Sans;
    font-size: 10pt;
    -webkit-line-clamp: 2;
}

.dropdown-profile, .dropdown-profile-item {
    color: #555555;
    font-family: Open Sans;
    font-size: 10.5pt;
}

.dropdown-profile-item:hover {
    color: #222222;
    font-family: Open Sans Bold;
    text-decoration: none;
}

.dropdown-profile-online {
    color:#5FD534;
    font-size: 22pt;
}

.dropdown-notification {
    width: 400px;
    margin-top: 20px;
}

.dropdown-notification-item:hover {
    background: #DFDFDF;
}

.dropdown-notification-img {
    width: 50px;
    height: 50px;
}

.dropdown-notification-text {
    color: #222222;
    font-family: Open Sans Bold;
    font-size: 11pt;
}

.dropdown-notification-time {
    color: #A3A3A3;
    font-family: Open Sans;
    font-size: 10pt;
}

.dropdown-notification-a {
    color: #D3D3D3!important;
    font-size: 18pt;
}

.dropdown-notification-item:hover .dropdown-notification-a {
    color: #2699FB!important;
}

.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: 100px 10px 50px 10px;
}

@media only screen and (min-width: 768px) {
    .guest-content {
        padding: 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, .header-nav-text-active, .header-nav-btn {
    font-family: Open Sans Bold;
    font-size: 9pt;
}

.header-nav-text, .header-nav-text-active {
    width: max-content;
    background: #FFFFFF;
    border: none;
    outline: none;
    text-align: left;
}

.header-nav-text {
    border-top: none;
    border-bottom: 5px solid #FFFFFF;
    color: #A3A3A3;
}

.header-nav-text-active {
    border-top: none;
    border-bottom: 4px solid #2397FA;
    color : #2397FA!important;
    font-weight: bold;
    left: 20%;
    right: 20%;
}

@media only screen and (min-width: 768px) {
    .header-nav-text, .header-nav-text-active {
        width: auto;
        border-bottom: none;
        text-align: center;
    }

    .header-nav-text-active {
        border-top: 4px solid #2397FA;
    }

    .header-nav-text {
        border-top: 5px solid #FFFFFF;
    }    
}

.header-nav-btn {
    border-radius: 15px;
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    .header-nav-text, .header-nav-text-active, .header-nav-btn {
        font-size: 12pt;
    }

    .header-nav-btn {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1366px) {
    .header-nav-text, .header-nav-text-active, .header-nav-btn {
        font-size: 10.5pt;
    }
}

.header-school {
    width: 100%;
    background: #FFFFFF;
    padding: 10px;
}

.header-school-logo {
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.header-school-navbar {
    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;
}

.header-school-menu {
    color: #A3A3A3;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .header-school-menu {
        padding: 30px 30px 0 30px;
    }
}

.header-school-brand {
    display: none;
}

@media (max-width: 768px) {

    .header-school-brand {
        display: block;
        margin: 100px 20px 20px 0px;
        text-align: left;
    }

    .navbar-collapse-swipe {
        position: fixed;
        top: 60px;
        left: 100%;
        width: 100%;
        transition: all 0.4s ease;
        display: block;
    }

    .navbar-collapse-swipe.collapsing {
        height: auto !important;
        left: 50%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show {
        left: 0;
    }
}

.nav-dot {
    background: #2397FA;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10pt;
    padding: 1px 7px;
}

.nav-profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.nav-profile-img-small {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.nav-notification-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.nav-profile-name {
    color: #414141;
    font-family: Open Sans Bold;
    font-size: 12.5pt;
}

.nav-profile:after, .nav-profile-small:after{
    position: absolute;
    top: 70%;
    right: 25%;
    content: "";
    background:#5FD534;
    border-radius: 50%;
    padding: 0.6em;
}

.nav-profile:after{
    font-size: 14px;
}

.nav-profile-small:after{
    font-size: 10px;
}

.header-school-nav a:hover {
    color: #717171;
}

.header-school-nav a:hover:after {
    width: 100%;
    left: 0;
}

.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 {
    background: url('../../images/menu-toggler.png');
}

.navbar-toggler-close {
    background: url('../../images/menu-close.png');
}

.navbar-toggler-custom, .navbar-toggler-close {
    width: 1em;
    height: 1em;
    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;
}

.mobile-show {
    display: none!important;
}

@media only screen and (max-width: 768px) {
    .mobile-show {
        display: flex!important;
    }
    
    .mobile-hide {
        display: none!important;
    }
}

.fa-bell:after{
    position: absolute;
    top: 20%;
    right: 25%;
    content: '';
    background:#FF7462;
    border-radius: 50%;
    font-size: 8px;
    padding: 0.6em;
}

.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 {
    margin-top: 60px;
    width: 100%;
}

.school-photo-bg img {
    width: 100%;
    max-height: 250px;
}

@media only screen and (min-width: 768px) {
    .school-photo-bg img {
        max-height: 535px;
    }
}

.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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}

.text-logo{
    max-width: 250px; 
    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;
}