body {
    font-size: 14px;
    padding-top: 50px;
}

p {
    margin-bottom: 20px;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 16px;
}

.heading-default h2 {
    font-size: 30px;
}

.heading-default .line {
    margin-bottom: 30px;
}

/* header */
.navbar-custom {
    border-bottom: 0px solid #ccc;
    background-color: rgba(255, 255, 255, 1);
}

.navbar-custom .container {
}

.navbar-custom .navbar-brand {
    padding: 5px 10px;
}

.navbar-custom .navbar-brand img {
    max-height: 40px;
}

.navbar-custom .nav {
    float: none;
}

.navbar-custom .nav li a {
    padding: 10px 20px 10px 20px;
}

.navbar-custom .nav li.active a, .navbar-custom .nav li a:active, .navbar-custom .nav li a.current {
    border-bottom: none;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    /*max-height: 540px;*/
}

.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
    background-color: #eef5f8;
}

.navbar-custom .nav .dropdown-menu li.active a, .navbar-custom .nav .dropdown-menu li a {
    border: none;
    background-color: #eef5f8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}

.navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #52859c;
}

.navbar-custom .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #eef5f8;
    color: #000;
}

.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
    border-bottom: none;
}

.topic {
    padding: 0px 20px;
    margin-bottom: 30px;
    height: 300px;
}

.topic h3 {
    margin-bottom: 20px;
    font-size: 32px;
}

.topic h4 {
    font-size: 16px;
}

#home-top-slider .swiper-pagination {
    margin-top: 0px;
    width: 100%;
}
#home-top-slider .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}

#home-events {
    margin-top: 40px;
    margin-bottom: 30px;
}

.card .card-body {
    padding: 30px 20px;
}

#home-video {
    margin-bottom: 30px;
}

#home-about {
    margin-bottom: 30px;
}

#home-advertiser-space {
    margin-bottom: 30px;
}

#footer-bottom {
    padding: 30px 0;
}

#page-default {
    margin-bottom: 30px;
}

.activitie-list {
    margin-top: 0px;
}

.activitie-list .item {
    margin-bottom: 30px;
}

button.modal-close-btn {
    background-color: #FFC600;
    position: absolute;
    top: -37px;
    right: 0px;
}

#school-calendar {
    margin-bottom: 30px;
}

#calendar .fc-toolbar .fc-center h2 {
    margin-top: 20px;
}

#school-calendar-detail {
    margin-bottom: 30px;
}

#school-calendar-detail .heading-default {
    margin-bottom: 0px;
}

#school-calendar-detail .date {
    margin-bottom: 30px;
}

.nav-custom-pills {
    margin-bottom: 30px;
}

.nav-custom-pills > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.tab-content {
    padding: 0px;
}

.person-list .thumbnail .caption h3 {
    font-size: 18px;
}
.person-list .thumbnail .caption {
    padding: 5px 0;
}

#contact-info {
    margin-bottom: 45px;
}

#contact-feedback {
    margin-bottom: 40px;
}

.news-list .thumbnail {
    margin: 0 0 30px 0;
}

.news-list .caption {
    margin-top: 2px;
    line-height: 1.6;
}

#gallery-top {
    margin-bottom: 40px;
}

.curriculum-list .panel-group-lists .panel-title a {
    padding: 20px;
}

/* pagination */
.pagination > li > a, .pagination > li > span {
    margin: 0 4px;
}