html {
    background: url(/images/white-paper-bg.jpg) repeat scroll 0 0 transparent;
    font-family: 'Segoe UI Regular', Tahoma, Geneva, Verdana, sans-serif;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

section {
    clear: both;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

.container {
    max-width: 954px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}

header.header {
    padding: 10px 0;
}

.header-content {
    display: flex;
    justify-content: space-between;
}

.bars-icon {
    font-size: 40px;
    color: #6e479b;
    display: inline-block;
    margin-left: 10px;
}



.nav-menu {
    background-image: url(/images/menu_bg.png);
    background-repeat: repeat-x;
    
}

ul.menu {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    font-size: 14px;
    
    align-items: center;  
    vertical-align: middle;
    height: 70px;
    text-transform: uppercase;
    margin: 0 -5px;
}

ul.menu a {
    color: #6e4a96;  
}

ul.menu a:hover {
    color: #000;
}

ul.menu > li {
    padding: 0 5px;
}


footer.footer {
    background: url(../images/footer_bg.png) center repeat-x;
    background-size: auto 100%;
    text-align: center;
    padding: 40px 0 30px 0;
}

.nav-menu {
    display: none;
}

.logo_h2, .logo_span {
    display: none;
}

#side-nav {
    text-align: right;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background: #ffd102;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

#side-nav ul.menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: block;
    width: 200px;
    padding: 20px;
}

#side-nav ul.menu > li {
    text-align: left;
    margin: 15px 0;
}

.bars-close {
    color: #6e479b;
}

.hero_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #6e479b;
}

.hero-content > .col-side {
    text-align: center;
}

.hero-content > .col-main img {
    width: 100%;
}

.hero-content > .col-main img, .hero_title {
    margin-bottom: 10px;
}



section.news {
    background: url(../images/news_bg.png) center repeat-x;
    background-size: auto 100%;
    padding: 50px 0;
    margin-bottom: 30px;
}



a.logo {
    display: inline-block;
    text-align: left;
}

a.logo > img {
    float: left;
    max-width: 100px;
}

a.logo > .logo_txt {

    padding-left: 160px;
    padding-left: 110px;
}

.logo_h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    color: #6e479b;
    text-transform: uppercase;
}

.logo_h1 > span {
    color: #ffd102;
}

.logo_h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    text-transform: uppercase;
    color: #6e4a96;
    font-size: 20px;
}

.logo_h2 > span {
    color: #ffd102;
}

.logo_span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-size: 18px;
    color: #6e4a96;
}

a.readmore {
    display: inline-block;
    font-family: 'Segoe UI Bold Italic';
    font-style: italic;
    font-weight: bold;    
    color: #6e479b;
    font-size: 20px;
    margin: 10px 0;
    padding-right: 50px;
    position: relative;
    line-height: 40px;
}


a.readmore span.circle-arrow {
    background: url(/images/btn-read-more.png) no-repeat scroll 0 0 transparent;
}
.readmore span.circle-arrow {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.readmore:hover  {color: #ffd600;}

.readmore:hover span.circle-arrow {
    background: url(/images/btn-read-more.png) no-repeat scroll 0 -63px transparent;
}

.news a.readmore:hover { 
    color: #fff;
}

.news .readmore:hover span.circle-arrow {
    background: url(/images/btn-read-more.png) no-repeat scroll 0 -126px transparent;
}


section.hero {
    margin-bottom: 10px;
}

.hero-content .col-main {
    padding-bottom: 10px;
}

.head-content {
    position: relative;
    max-width: 365px;
    margin:0 auto;
}

.head-content > a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 45px 0 40px 0;
    color: #6e4795;
    text-transform: uppercase;
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.news-subtitle {
    margin-bottom: 10px;
}

.news-subtitle a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    text-transform: uppercase;
    color: #fff;
}

.news-subtitle a:hover {
    color: #000;
}

.news-item-image-container {
    margin-bottom: 10px;
}

.news-item-image-container img {
    width: 100%;
}

.news-item p {
    margin-bottom: 10px;
}


.section-title {
    max-width: 100%;
    padding: 30px 30px;
    color: #6e4795;
    text-transform: uppercase;
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: .15rem;
    background: url(../images/section_title_bg.png) center repeat-x;
    background-size: auto 100%;
    display: block;
}

.video-side {
    overflow: hidden;
}

.video-side-item {
    margin: 5px 0;
}

.video-side-item > img {
    float: left;
    width: 137px
}

.video-side-item > a {
    margin-left: 142px;
    text-align: left;
    display: block;
    color: #000;
}

.teacher-item {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    overflow: hidden;
    margin:10px
}

.teacher-item-info {
    padding: 10px;
    font-size: 18px;
}


.student-item {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    overflow: hidden;
    margin:10px
}

.student-item-info {
    padding: 10px;
    font-size: 18px;
}


a.social {
    background-color: black;
    width: 30px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 7px;
    border-radius: 5px;
    line-height: 30px;
}

a.social:hover {
    background-color: #6e479b;
}

.breadcrumb {    
    margin-bottom: 20px;
    margin-top: 20px;
}

.breadcrumb > * {
    display: inline-block;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}

.main_news_list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px;
}

.main_news_item {
    max-width: 230px;
    width: auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

.main_news_item .txt a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #6e479b;
    font-size: 14px;
}

.article img {
    margin-bottom: 10px;
}

.article .title {
    font-size: 22px;
    margin-bottom: 10px;
}

.article .post_date {
    margin-bottom: 10px;
    color: #ccc;
}

.articles .post_date {
    font-size: 12px;
    color: #ccc;
}

ul.pagination {
    display: flex;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 20px;
}

ul.pagination li {
    padding: 10px;
    border: #6e479b;
    border-radius: 5px;
}

ul.pagination .active {
    background-color: #6e479b;
    color: white;
}

ul.pagination .active a {
    color: #fff;
}


/* --- school administration --- */
.sa-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sa-item {
    width: 90%;
    padding: 10px;
    text-align: center;
}

.sa-i-img {
    width: 100%;
}

.sa-i-img img {
    width: 100%;
    padding-bottom: 5px;
}

.sa-i-name {
    margin-bottom: 5px;
}

.sa-i-pos {
    /* color: #6e4a96; */
    margin-bottom: 15px;
    font-weight: bold;
}


/* ----------------------------------------------- */

@media (min-width: 576px) {  
    .logo_h2, .logo_span {
        display: block;
    }
    .logo_h1 {
        font-size: 33px;
    }
    .logo_h2 {
        font-size: 27px;
    }
    a.logo > img {
        max-width: 150px;
    }
    a.logo > .logo_txt {
        padding-left: 160px;
    }

    .sa-item {
        width: 45%;
    }
}

@media (min-width: 768px) { 
    .sa-item {
        width: 45%;
    }    

 }


@media (min-width: 992px) {
    .bars-icon, #side-nav {
        display: none;
    }
    .nav-menu {
        display: block;
        margin-bottom: 10px;
    }


    .hero-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0 -10px;
    }
    
    .hero-content > * {
        padding: 0 10px;    
    }
    
    .hero-content > .col-side {
        flex: 0 0 300px;    
    }


    ul.news-list {
        display: flex;
        justify-content: space-between;
    }

    li.news-item {
        width: 30%;
    }

    li.news-item .news-item-inner {
        height: 400px;
        overflow: hidden;
        position: relative;
        z-index: 1;        
    }

    li.news-item .news-item-inner h3.news-subtitle {
        height: 100px;
        overflow: hidden;
    }

    li.news-item .news-item-inner p {
        background: -webkit-linear-gradient(#333, transparent);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        height: 150px;
    }
        
    .video-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 -10px;
    }

    .video-content > * {
        padding: 0 10px;    
    }

    .video-content > .col-side {
        flex: 0 0 365px;
    }

    .video-content .col-main {
        width: 100%;
    }


    .sa-item {
        width: 22%;
    }    

    
}

