@charset "utf-8";
@import "base.css";
@import "space.css";

/* Header */
.header {
}

/* logo */
.header .logo {
    text-align: center;
    padding: 20px 0;
}

/* search */
.header .search {
    padding: 25px 0;
}

.header .search .form-group {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 1px;
    line-height: 0;
    margin: 0;
}

.header .search input {
    border: 0;
    box-shadow: none;
}

.header .search button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

.header .search button:hover {
    box-shadow: none;
    border-left: 1px solid #ccc;
}

.header .search .glyphicon-search {
    font-size: 18px;
}

.search-result {
    margin-bottom: 15px;
}

.search-result .search-result-body {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 9pt;
    color: #999;
    text-align: justify;
}

.search-result:last-child .search-result-body {
    border-bottom: 0;
}

.search-result a {
    font-size: 14pt;
}

/* lang */
.lang {
    margin-top: 30px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.lang li {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 0;
    color: #ddd;
}

.lang li a {
    display: block;
    line-height: 0;
    text-transform: uppercase;
}

.lang li a img {
    opacity: 0.3;
}

.lang li.active a img {
    opacity: 1;
}

/* #End Header */

/* Big slider */
.big-slider {
    margin-top: 20px;
    margin-bottom: 10px;
}

.big-slider .carousel {
    border-bottom: 5px solid #053A66;
}

.top-images {
    background: url("../images/bg.png") no-repeat 50% 50px;
}

/* Content */
.block {
    display: block !important;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-01 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.content-02 {
}

.content-03 {
    margin-bottom: 10px;
}

/* content-01 */
.article {
    text-align: justify;
    display: block;
    line-height: 1;
    font-size: 10pt;
    border-bottom: 1px solid #ddd;
    margin-bottom: 7px;
}

.article:last-child {
    border-bottom: 0;
}

.article a.name {
    line-height: 1.2;
    font-size: 10pt;
    display: block;
    max-height: 18px;
    overflow: hidden;
}
.article .date {
    display: block;
    font-size: 10pt;
    color: #aaa;
    text-align: justify;
    margin: 5px 0 6px 0;
}

.article .more {
    display: block;
    color: #aaa;
    font-size: 9pt;
    text-align: right;
    margin: 5px 0 6px 0;
}

h3 {
    padding: 0;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #053A66;
    font-size: 17pt;
    font-weight: bold;
	letter-spacing:-1px;
}

.content-section-01 {
    background-color: #053A66;
    padding: 10px;
    margin-bottom: 20px;
}

.content-section-01-carousel .carousel-caption {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(170, 170, 170, 0.1) 4%, rgba(170, 170, 170, 0.5) 32%, rgb(170, 170, 170) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(4%, rgba(0, 0, 0, 0.1)), color-stop(32%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 4%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 4%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 4%, rgba(0, 0, 0, 0.5) 32%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(5, 58, 102, 0.1) 4%, rgba(5, 58, 102, 0.5) 32%, rgb(5, 58, 102) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.content-section-01-carousel .carousel-caption p {
    text-align: justify;
    padding: 10px 0 0 0;
    margin: 0 0 5px 0;
    line-height: 1.1;
    font-size: 10pt;
}

.content-section-01-carousel .carousel-caption .carousel-caption-header {
    margin-top: 10px;
    font-size: 11px;
}

.content-section-01-carousel .carousel-indicators {
    bottom: 0;
    margin-bottom: 5px;
}

.content-section-01-carousel .carousel-control {
    z-index: 11;
}

/* content-02 */
.content-section-02 {
    margin-bottom: 20px;
}

.content-section-02 h3,
.content-section-03 h3,
.content-02 h3 {
    font-size: 14pt;
    margin-bottom: 12px;
}

.content-02 .news h3 {
    font-size: 12pt;
}

.news-body {
    font-size: 9pt;
    color: #999;
}

/* content-03 */
.content-section-03 {
    border-bottom: 1px solid #053A66;
}

/* content-04 */
.content-section-04 {
    padding: 10px 10px 0px 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #f1f1f1;
    border-top: 0;
    margin-bottom: 10px;
}

.content-section-04 span {
    display: block;
    text-align: center;
    padding-bottom: 5px;
}

.content-section-04 span i {
    font-size: 24pt;
    color: #053A66;
    text-align: center;
    display: block;
}

.content-section-04 a {
    display: block;
    text-align: center !important;
    font-size: 9pt;
    line-height: 1;
    text-transform: uppercase;
}

.page-right-menu a {
    display: block;
    color: #aaa;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

.page-right-menu:last-child a {
    border-bottom: 0;
}

.partners {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.education-section {
    position: relative;
    border: 1px solid #f1f1f1;
    padding: 15px 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 0 5px 0 rgba(246, 246, 246, 0.6);
    -moz-box-shadow: 0 0 5px 0 rgba(246, 246, 246, 0.6);
    box-shadow: 0 0 5px 0 rgba(246, 246, 246, 0.6);
    min-height: 375px;
}

.education-section .more {
    background-color: #053A66;;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10pt;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.contacts .icons {
    float: left !important;
    font-size: 33pt;
    margin-right: 20px;
    height: 100px;
}

.contacts .form-control {
    border-radius: 0;
}

.contacts .form-control:focus {
    border-color: rgba(5, 58, 102, 0.4);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(5, 58, 102, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(5, 58, 102, 0.3);
}

.school-map {
    position: relative;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.6);
    box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.6);
}

.school-map-pin img {
    position: absolute;
    z-index: 2;
    width: 5%;
    display: block;
    max-width: 100%;
    height: auto;
}

.notice-table {
    font-size: 10pt;
}

/* #End Content */

/* Footer */
footer {
    background-color: #080d11;
    min-height: 350px;
    -webkit-box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.6);
    box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.6);
    border-top: 5px solid #053A66;
}

.logofooter {
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.footerleft {
    margin-top: 6px;
}

.footerleft p,
.paddingtop-bottom p {
    color: #fff;
    font-size: 12px !important;
}

.paddingtop-bottom p i {
    width: 20px;
    color: #999;
}

.paddingtop-bottom p a {
    color: #fff;
}

.footer-ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.footer-ul li:first-child {
    padding-left: 0;
}

.footer-ul li {
    display: inline-block;
    border-right: 1px solid #a0a3a4;
    padding-left: 10px;
    padding-right: 15px;
}

.footer-ul li:last-child {
    border-right: 0;
}

.footer-ul li a {
    color: #a0a3a4;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    font-size: 12pt;
    text-transform: uppercase;
}

.footer-ul i {
    margin-right: 10px;
}

.footer-ul li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #d31820;
}

.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.icon-ul {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.icon-ul li {
    line-height: 75px;
    width: 100%;
    float: left;
}

.icon {
    float: left;
    margin-right: 5px;
}

.copyright {
    min-height: 40px;
    background-color: #000000;
}

.copyright p {
    text-align: left;
    color: #FFF;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 10pt;
}

.heading7 {
    font-size: 21px;
    font-weight: 700;
    color: #d9d6d6;
    margin-bottom: 22px;
}

.post p {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}

.post p span {
    display: block;
    color: #8f8f8f;
}

.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0;
}

.bottom_ul li {
    float: left;
    line-height: 40px;
}

.bottom_ul li:after {
    content: "/";
    color: #FFF;
    margin-right: 8px;
    margin-left: 8px;
}

.bottom_ul li:last-child:after {
    content: '' !important;
}

.bottom_ul li a {
    color: #FFF;
    font-size: 12px;
}

/* #End Footer */

/* --- form captcha --- */
.captcha {
    float: left;
    margin: 0 10px 0 0;
}

.captcha img {
    border: 1px solid #eee;
    padding: 1px;
}

.captcha-input {
    float: left;
    margin: 5px 0 0 0;
}

.captcha-input input {
    max-width: 185px;
}


/* Main carousel style */
.carousel {
    width: 100%;
}

/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}