1.material-icons {
    font-size: 14px;
    vertical-align: middle;
}

.list-inline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-inline li {
    float: left;
    padding: 0;
}

.list-inline li a {
    display: block;
}

.list-inline.list-block li {
    float: none;
}

body {
    font-family: "Segoe UI";
}

#site-header {
    padding-top: 15px;
}

#site-header .prospectus {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

#site-header .prospectus p {
    margin-bottom: 5px;
}

#site-header .prospectus i {
    color: #0893c0;
    font-size: 24px;
    margin-left: 8px;
}

#site-header #navigation {
    margin-top: 10px;
    background-color: #0893c0;
}

#site-header #navigation ul li {
    padding-right: 1px;
    position: relative;
}

@media (max-width: 767px) {
    #site-header #navigation ul li {
        float: none;
        display: block;
    }
}

#site-header #navigation ul li.active > a,
#site-header #navigation ul li:hover > a {
    text-decoration: none;
    background-color: #32cdff;
}

#site-header #navigation ul li a {
    transition: 0.7s all;
    font-size: 12px;
    color: #fff;
    padding: 12px 10px;

    text-transform: uppercase;
}

#site-header #navigation ul li ul {
    z-index: 100000;
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 230px;
    background-color: #fff;
}

#site-header #navigation ul li ul li {
    float: none;
    padding-right: 0;
}

#site-header #navigation ul li ul li:hover a {
    color: #000;
}

#site-header #navigation ul li ul li a {
    display: block;
    color: #146580;
}

#welcome {
    padding: 40px 0;
}

#welcome h1 {
    font-size: 40px;
    color: #222222;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #0893c0;
    margin-bottom: 0;
}

#welcome p {
    font-size: 16px;
    padding-top: 22px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
}

#message--news {
    background-color: #eeeeee;
    padding: 30px 0;
}

#message--news h2 {
    margin-top: 0;
    font-size: 40px;
    color: #222222;
    font-weight: 300;
    margin-bottom: 25px;
}

#message--news p {
    line-height: 22px;
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-bottom: 12px;
}

#message--news .cardnews {
    background-color: #FFF;
    margin-bottom: 20px;
}

#message--news .cardnews img {
    max-width: 100%;
    height: auto;
}

#message--news .cardnews .caption {
    padding: 26px 18px;
}

#message--news .cardnews i {
    font-size: 13px;
}

#message--news .cardnews p {
    font-size: 16px;
    margin-bottom: 0;
}

#message--news .cardnews a {
    font-size: 18px;
    font-weight: bold;
    color: #0893c0;
    margin-bottom: 10px;
    display: block;
}

#mission--vision {
    padding: 40px 0;
}

#mission--vision h3 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 100;
}

#mission--vision p {
    font-size: 16px;
    color: #222222;
}

#mission--vision .cardnews {
    position: relative;
    padding-left: 120px;
}

#mission--vision .cardnews p {
    text-align: justify;
}

#mission--vision .cardnews img {
    position: absolute;
    left: 0;
    top: 10px;
}

#gallery {
    background-color: #0893c0;
    padding: 40px 0;
}

#gallery ul li {
    width: 25%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #gallery ul li {
        width: 50%;
    }
}

@media (max-width: 480x) {
    #gallery ul li {
        width: 100%;
    }
}

#gallery ul li a {
    opacity: 0;
    transform: translateX(-150%) translateY(-150%) rotate(-45deg);
    transition: 0.6s all;
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    width: 84%;
    height: 88%;
    background: rgba(8, 147, 192, 0.75) url("../images/icon/magnifier.png") no-repeat center center;
}

#gallery ul li img {
    max-width: 100%;
    height: auto;
}

#gallery ul li:hover a {
    opacity: 1;
    transform: translateX(0%) translateY(0%) rotate(0deg);
}

.more {
    display: inline-block;
    transition: 1s all;
    background: right center;
    padding-right: 0;
}

.more img {
    position: relative;
    top: -2px;
    transition: 1s all;
    left: 0;
}

.more:hover {
    background: url(..resources/images/icon/more.png) no-repeat right center;
    padding-right: 10px;
    left: -10px;
}

#site-footer {
    padding-top: 35px;
    font-size: 16px;
    border-bottom: 20px solid #0893c0;
}

#site-footer h4 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 40px;
}

#site-footer .social-links {
    margin-bottom: 30px;
}

#site-footer .social-links a {
    display: inline-block;
    margin-right: 15px;
    transition: 0.6s all;
    overflow: hidden;
}

#site-footer .social-links a:hover {
    text-decoration: none;
    opacity: 0.9;
    border-radius: 6px;
}

#site-footer .quick-links li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

#site-footer .quick-links li a {
    color: #333;
    transition: 0.6s all;
}

#site-footer .quick-links li a:hover {
    color: #0893c0;
    text-decoration: none;
    font-weight: bold;
}

#site-footer .quick-links li a:before {
    display: inline-block;
    margin-right: 15px;
    content: "+";
}

#site-footer address p {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}

#site-footer address p i {
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 4px;
}

#site-footer .power-bar {
    margin-top: 30px;
    margin-bottom: 30px;
}

#site-footer .power-bar a {
    color: #333;
}

#site-footer .power-bar a:hover {
    color: #0893c0;
    text-decoration: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-toggle {
    background-color: #FFF;
}

.navbar-toggle span {
    background-color: #0893c0;
}


/** Inner Pages */

#page-title {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 75px 0;
    height: 250px;
    text-shadow: 3px 3px 7px #000;
}

#page-title h2 {
    font-size: 46px;
    font-weight: 100;
    margin-top: 0;
}

#page-title p {
    font-size: 20px;
    line-height: 28px;
}

#page-body {
    padding: 50px 0;
    min-height: 300px;
    background-color: #e5ebec;
}

#page-body .bg-wrapper {
    background-color: #FFF;
    padding: 30px;
}

#page-body table {
    font-size: 16px;
}

#page-body table th {
    border: 1px solid #7eaab1 !important;
    background: #9ac5cc;
    color: #154850;
    vertical-align: middle;
    padding: 5px;
}

#page-body p {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 10px;
}

#page-body p b {
    font-weight: 500;
}

#page-body ul,
#page-body ol {
    font-size: 16px;
}

#page-body ul li,
#page-body ol li {
    line-height: 2;
}

@media print {
    .parallax-mirror {
        display: none;
    }
}


/** vertical responsive table */

.table-responsive {
    max-height: 400px;
    overflow: auto;
}

.table-responsive tr td img {
    max-width: 100%;
    width: 100px;
    height: auto;
    max-height: 100px;
    transition: 0.5s all;
}

.w-1 {
    width: 60px;
}

.w-2 {
    width: 90px;
}

.w-3 {
    width: 120px;
}

.w-4 {
    width: 150px;
}

.w-5 {
    width: 180px;
}

.w-6 {
    width: 211px;
}


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