/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.intro {
    padding-top: 50px !important;
}
.step .section-title,
.history .section-title,
.orientation .section-title,
.intro .section-title {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.35;
    border-bottom: 0 !important;
}
.step .section-title span,
.history .section-title span,
.orientation .section-title span,
.intro .section-title span {
    border-bottom: 0 !important;
    margin: 0;
    padding: 0;
}
.step .section-title b,
.history .section-title b,
.orientation .section-title b,
.intro .section-title b {
    display: none;
}
.orientation {
    padding-top: 50px !important;
}
.step .section-title span,
.history .section-title span,
.orientation .section-title span {
    text-transform: none;
}
.step,
.history {
    padding-top: 50px !important;
}
.sitemap {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.sitemap .section-title-container {
    margin-bottom: 0;
}
.sitemap .section-title b {
    display: none;
}
.sitemap .section-title {
    position: relative;
    font-size: 25px;
    padding-bottom: 15px;
}
.sitemap .section-title:before {
    content: '';
    background: #FDB714;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sitemap .section-title .section-title-main {
    width: 100%;
    text-align: center;
}
.gallery .tabbed-content {
    position: relative;
}
.gallery .tabbed-content .nav {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.gallery .tabbed-content .nav > li > a {
    color: #FFF;
    font-size: 14px;
}
.gallery .tabbed-content .nav > li.active > a { 
    font-weight: bold;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 649.99px) { 
    .history .medium-6,
    .orientation .medium-6,
    .intro .medium-6,
    .intro .medium-5 {
        max-width: 100%;
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 549.99px) {
    .intro,
    .orientation,
    .step,
    .history {
        padding-bottom: 0 !important;
    }
}
@media only screen and (min-width: 550px) {

}

@media only screen and (min-width: 650px) {
    
}

@media only screen and (min-width: 850px) {
    .gallery .tabbed-content .nav-divided>li {
        padding: 0 0.7em;
        margin: 0;
    }
    .gallery .tabbed-content .nav-divided>li+li>a:after { 
        border-color: #FFF;
        left: 0;
    }
    .intro,
    .orientation,
    .step,
    .history {
        padding-top: 70px !important;
    }
    .sitemap {
        padding-top: 70px !important;
        padding-bottom: 30px !important;
    }
    .gallery .tabbed-content .nav {
        bottom: 40px;
    }
    .gallery .tabbed-content .nav > li > a {
        font-size: 20px;
    }
    .step .section-title,
    .history .section-title,
    .orientation .section-title,
    .intro .section-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .section-title {
        font-size: 32px;
    }
    .intro,
    .step,
    .orientation,
    .history {
        padding-top: 90px !important;
    }
    .sitemap {
        padding-top: 90px !important;
        padding-bottom: 60px !important;
    }
    .step .section-title,
    .history .section-title,
    .orientation .section-title,
    .intro .section-title {
        font-size: 40px;
    }
}
