@import url("common.css");
@import url("bootstrap-timeline.css");
section.panel .panel-heading h3{
    font-size: 24px;
    color: #20273c;
    text-align: center;
    padding-top:40px;
    padding-bottom:40px;
    margin:0;
}
section.panel .panel-body h3{
    font-size: 24px;
    color: #333;
    text-align: left;
    padding-top:40px;
    padding-bottom:40px;
}
.no-padding-col {
    padding: 0;
}

header {
    position: absolute;
    z-index: 1029;
    top:0;
    height:auto;
    width: 100%;
}

header .carousel-inner .banner-content{
    position: absolute;
    top: 20px;
    width: 175px;
    left: 15px;
    color: #fff;
}
header .carousel-inner .banner-content .banner-content-title, header .carousel-inner .banner-content .banner-content-intro {
    text-align: left;
}
header .carousel-inner .banner-content .banner-content-title{
    font-size: 16px;
    padding-bottom: 5px;
}
header .carousel-inner .banner-content .banner-content-intro {
    font-size: 12px;
    margin: 0 0 5px;
}

header .carousel-inner .banner-content .banner-content-anchor {
    font-size: 12px;
    text-align: left;
    padding: 5px 0;
}
header .carousel-inner .banner-content .banner-content-anchor > a {
    display: inline-block;
    padding: 5px 25px;
    background-color: #fff;
    color: #0e267b;
    border: 1px solid #fff;
    border-radius: 300px;
    transition: box-shadow 0.5s, transform 0.5s;
}

header .carousel-inner .banner-content .banner-content-anchor > a:hover {
    -moz-box-shadow:1px 1px 10px #fff;
    -webkit-box-shadow:1px 1px 10px #fff;
    box-shadow:1px 1px 10px #fff;
}

section#sub-navigation{
    position: absolute;
    width: 100%;
    z-index: 1029;
    border: none;
    background-color: transparent;
}

section .sub-navigation{
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
}

@media (min-width: 1200px) {
    section#sub-navigation{
        position: absolute;
        width: 1007px;
        left: -webkit-calc((100% - 1007px)/2);
        left: calc((100% - 1007px)/2);
        z-index: 1029;
        border: none;
        background-color: transparent;
    }
}

section .sub-navigation .navigation .navigation-item {
    display: inline-block;
    width: -webkit-calc(25% - 6px);
    width: calc(25% - 6px);
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}

section .sub-navigation .navigation .navigation-item a {
    font-size: 14px;
    color: #999;
}
section .sub-navigation .navigation .navigation-item.active {
    border-bottom-color: #397cf0;
}
section .sub-navigation .navigation .navigation-item:hover a, section .sub-navigation .navigation .navigation-item.active a {
    color: #397cf0;
}

@media (max-width: 1199px) {
    header .carousel-inner .banner-content{
        position: absolute;
        top: 15%;
        width: 80%;
        left: 10%;
        right: auto;
    }
}
@media (min-width: 1200px) {
    header .carousel-inner .banner-content{
        position: absolute;
        top: 30%;
        width: 475px;
        left: -webkit-calc((100% - 1170px)/2 + 15px);
        left: calc((100% - 1170px)/2 + 15px);
        right: auto;
    }
    section .sub-navigation{
        width: 1007px;
    }
}


@media (min-width: 768px) {
    header .carousel-inner .banner-content .banner-content-title, header .carousel-inner .banner-content .banner-content-intro {
        text-align: left;
    }
    header .carousel-inner .banner-content .banner-content-title{
        font-size: 30px;
        padding-bottom: 5px;
    }
    header .carousel-inner .banner-content .banner-content-intro {
        font-size: 16px;
        margin: 20px 0 60px;
    }

    header .carousel-inner .banner-content .banner-content-anchor {
        font-size: 20px;
        text-align: left;
        padding: 10px 0;
    }
    header .carousel-inner .banner-content .banner-content-anchor > a {
        display: inline-block;
        padding: 10px 25px;
        background-color: #fff;
        color: #0e267b;
        border: 1px solid #fff;
        border-radius: 300px;
    }
}


.intro{
    padding: 0;
    position: relative;
    background-color: #f4f4f4;
}

.intro .panel-body .container {
    background-color: #fff;
    top: -78px;
    left: calc((100% - 1200px) / 2);
    position: absolute;
    z-index: 1029;
}


#nav-tabs {
    margin-right: -15px;
    margin-left: -15px;
}

.nav-tabs>li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    font-size: 20px;
    font-weight: bold;
    padding: 26px 77px;
    border: none;
    margin-right: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #0092FF;
    color: #FFF;
    border: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}



.children-nav {
    cursor: pointer;
    height: auto;
    float: left;
    position: relative;
    width: -webkit-calc(20% - 1px);;
    width: calc(20% - 1px);
}
.children-nav > a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight:bold;
    padding: 20px 0;
    line-height:100%;
    height: auto
}
.children-nav.active {
    background-color: #0092FF;
}

.children-nav > a:hover {
    color: #ccc;
}

#home,#course,#ontact{
    margin: 60px;
}

#honour,#team{
    margin: 60px 60px 0;
}
.home_img,.home_img img{
    width: 404px; height: 546px;
}

.team_img{
    margin-bottom: 60px;display: flex; justify-content: center; align-items: center;
}

.team_img img{
    width: 844px; height: 322px;
}
.team_content{
    display: flex; justify-content: center;align-items:start; padding: 41px 10px 0px;min-height: 320px;
}

.map-info{
    position: absolute;top: 70px; right: 21px;width: 380px;height: 420px;z-index: 9999;background-color: #fff;padding: 56px 38px;
}

@media (max-width: 767px) {
    .children-nav > a {
        font-size: 10px;
    }

    .intro{
        padding: 0;
        position: static;
        background-color: #f4f4f4;
    }

    .intro .panel-body .container {
        background-color: #fff;
        position: static;
    }
    .nav-tabs > li{
        width: 20%;
        text-align: center;
    }
    .nav-tabs > li > a {
        font-size: 15px;
        font-weight: bold;
        padding: 10px 0px;
        border: none;
        margin-right: 0;

    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }


    #home,#course,#ontact{
        margin: 10px 0px;
    }

    #honour,#team{
        margin:  10px 0px;
    }

    .home_img ,.home_img img{
        margin-top: 10px;
        width: 100%; height: 546px;
    }

    .team_img{
        margin-bottom: 60px;display: flex; justify-content: center; align-items: center;
        width: 100%;
    }

    .team_img img{
        width: 100%;
        height: auto;
    }

    .team_content{
       padding: 10px 10px 0px;min-height: 120px;
    }

    .map-info{
        position: static;
        padding: 56px 0px;
    }

}