﻿
/*body {
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}*/


.container-title {
    background: url(../img/banner_library.WEBP) no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 182px;
    position: relative;
}

    .container-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 182px;
        background-color: rgba(0,0,0,0.60);
    }

    .container-title .heading-admission, .container-title .heading_banner {
        padding: 70px 0;
        text-align: center;
    }

    .container-title h1 {
        margin: 0;
        position: relative;
    }


.theme-title {
    text-align: center;
    font-size: 50px;
    color: #FFF;
}


@media(max-width:767px){
    body {
        font-size: 17px !important;
    }

}