body {
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 22px;
    font-size: 14px;
    color: #696969;
}

.navbar-default {
    background: #0B378F;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background: #3099CB;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

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

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: #3099CB;
}

.banner .bg-banner {
    position: relative;
    background: url("../img/bg_banner.png") right no-repeat;
    background-size: cover;
}

.nyala {
    position: relative;
    margin-top: -45px;
    z-index: 2;
    width: 100%;
    height: 100px;
    background: url("../img/nyala.png") top right no-repeat;
}

.top-header-menu {
    float: right;
}

@media (max-width: 767px) {
    .top-header-menu {
        float: none;
        text-align: center;
    }
}

.top-header-menu ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.top-header-menu ul li {
    display: inline-block;
    margin-right: -4px;
}

.top-header-menu ul li img {
    height: 72px;
}

@media (max-width: 420px) {
    .top-header-menu ul li img {
        height: 50px;
    }
}

.top-header-menu ul li:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .logo {
        text-align: center;
    }
}

.logo-img {
    width: 150px;
}

.title {
    text-align: center;
}

.title-container {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.title-text {
    color: #FFF;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.title-text h3 {
    font-size: 38px;
    font-weight: bold;
}

.title-acs-top {
    position: absolute;
    width: 57px;
    height: 34px;
    background: url("../img/acs-top.png") no-repeat;
    top: 5px;
    left: -25px;
}

@media (max-width: 420px) {
    .title-acs-top {
        left: 0;
    }
}

.title-acs-bottom {
    position: absolute;
    width: 57px;
    height: 34px;
    background: url("../img/acs-bottom.png") no-repeat;
    bottom: 0;
    right: -30px;
}

@media (max-width: 420px) {
    .title-acs-bottom {
        right: 0;
    }
}

.swiper-container .swiper-varian {
    width: 100%;
    height: 100%;
}

img.img-varian {
    display: block;
    margin: 0 auto;
}

.swiper-varian-name {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

.swiper-slide {
    /* Center slide text vertically */
}

section.features {
    background: url("../img/bg_feature.jpg") center center no-repeat;
    background-size: cover;
}

.features-container {
    background: RGBA(0, 0, 0, 0.5);
}

.list-feature {
    margin-top: 20px;
}

.list-feature-desc {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

.list-feature-desc a {
    color: #FFF;
}

section.specification {
    background: url("../img/bg_spec.jpg") center center no-repeat;
    background-size: cover;
    color: #FFF;
}

.list-news {
    margin-top: 20px;
    background: #FFF;
    border: 1px solid #CCC;
}

.list-news-desc {
    color: #FFF;
    padding: 0 15px 15px 15px;
}

.list-news-desc a {
    color: #666;
}

.list-news-desc a:hover {
    text-decoration: none;
}

.list-news-desc a h3 {
    color: #000;
}

.list-news-desc a h3:hover {
    color: #3099CB;
}

.list-news-desc a.readmore {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.swiper-varian-next {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 9;
    font-size: 30px;
    opacity: 0.7;
    color: #084B9A;
}

.swiper-varian-next:hover {
    opacity: 1;
}

.swiper-varian-prev {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 9;
    font-size: 30px;
    opacity: 0.7;
    color: #084B9A;
}

.swiper-varian-prev:hover {
    opacity: 1;
}

.swiper-varian .swiper-slide img {
    width: 60%;
    transition: all .35s ease-in-out;
    cursor: pointer;
}

.swiper-varian .swiper-slide.swiper-slide-active img {
    width: 130%;
    margin-left: -15%;
}

section.news {
    background: url("../img/bg_news.jpg") center center repeat-x;
    background-size: cover;
    color: #555;
}

section.news .title-text {
    color: #000;
}

.swiper-feature {
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 767px) {
    .swiper-feature {
        padding-left: 0;
        padding-right: 0;
    }
}

.swiper-feature .swiper-varian-next {
    font-size: 50px;
    color: #FD0303;
    right: 0;
}

.swiper-feature .swiper-varian-next:hover {
    opacity: 1;
}

.swiper-feature .swiper-varian-prev {
    font-size: 50px;
    opacity: 0.7;
    color: #FD0303;
    left: 0px;
}

.swiper-feature .swiper-varian-prev:hover {
    opacity: 1;
}

.swiper-button-disabled {
    display: none;
}

.pagination-one,
.pagination-two {
    background: url("../img/blue_light.png") center center no-repeat;
    background-size: 100%;
}

.pagination-one ul,
.pagination-two ul {
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
}

.pagination-one ul li,
.pagination-two ul li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}

.pagination-one ul li:last-child,
.pagination-two ul li:last-child {
    margin-right: 0;
}

.pagination-one ul li span,
.pagination-two ul li span {
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #CCC;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.pagination-one ul li span.black,
.pagination-two ul li span.black {
    background: BLACK;
}

.pagination-one ul li span.blue,
.pagination-two ul li span.blue {
    background: #0060BA;
}

.pagination-one ul li span.white,
.pagination-two ul li span.white {
    background: #FAFAFA;
}

.pagination-one ul li span.red,
.pagination-two ul li span.red {
    background: #FB341B;
}

.pagination-one ul li span.titan-black,
.pagination-two ul li span.titan-black {
    background: #474243;
}

.pagination-one ul li span.silver,
.pagination-two ul li span.silver {
    background: #E2DBD5;
}

.table-spec-container {
    max-height: 370px;
    overflow: auto;
}

@media (max-width: 767px) {
    .table-spec-container {
        margin-top: 20px;
    }
}

table.table-spec {
    font-size: 13px;
}

table.table-spec tr th {
    background: #3099CB;
    border: 0;
    color: #FFF;
}

table.table-spec tr th.subtitle-table {
    background: #0B378F;
}

table.table-spec tr td {
    border: 0;
    color: #FFF;
}

table.table-spec tr:nth-child(even) {
    background: #0A191C;
}

table.table-spec tr:nth-child(odd) {
    background: #1E2D38;
}

footer {
    padding: 20px;
    color: #FFF;
    background: #0B378F;
}

@media (max-width: 720px) {
    footer {
        padding: 15px 0;
    }
}

footer .socmed {
    float: left;
}

footer .socmed img {
    margin-right: 10px;
}

footer .link {
    margin-left: 20px;
    margin-top: 40px;
    float: left;
}

footer .link a {
    margin-right: 15px;
}

footer .tags {
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    color: #0B378F; 
}
footer .tags h2 { font-size: 16px; margin: 0; padding: 0; }
footer .tags a { color: #0B378F; }
footer .tags a:hover { text-decoration: none; }

@media (max-width: 720px) {
    footer .link a {
        margin-bottom: 20px;
        display: inline-block;
    }
}

@media (max-width: 720px) {
    footer .link {
        margin: 20px 0;
    }
}

footer.footer-pre {
    padding: 20px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf9f9+0,1756a0+100 */
    background: #FCF9F9;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FCF9F9 0%, #1756A0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCF9F9', endColorstr='#1756A0', GradientType=0);
    /* IE6-9 */
}

footer.footer-pre .nyala {
    margin-top: 0;
}

.indentonline {
    position: absolute;
    top: -3px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: GRAYscale;
    transition-duration: 0.5s;
}

@media (max-width: 767px) {
    .indentonline {
        position: relative;
        width: 140px;
    }
}

.indentonline:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

section.filosofi {
    margin-top: -10px;
    background-size: cover;
    background: url("../img/bg_filosofi.jpg") top center no-repeat;
}

section.filosofi .text-filosofi {
    margin-top: 140px;
}

@media (max-width: 767px) {
    section.filosofi .text-filosofi {
        margin-top: 0;
        text-align: center;
    }
}

section.filosofi .text-filosofi img {
    cursor: pointer;
}

@media (max-width: 420px) {
    section.filosofi .text-filosofi img {
        width: 200px;
        display: block;
        margin: 0 auto;
    }
}

section.filosofi .text-filosofi img:hover {
    border-bottom: 4px solid #555;
}

@media (max-width: 767px) {
    section.filosofi .text-histori {
        margin-top: 0;
        text-align: center;
    }
}

section.filosofi .text-histori img {
    cursor: pointer;
    margin-top: 20px;
    width: 200px;
}

@media (max-width: 420px) {
    section.filosofi .text-histori img {
        width: 200px;
        display: block;
        margin: 20px auto;
    }
}

section.filosofi .text-histori img:hover {
    border-bottom: 2px solid #555;
}

.hitam {
    color: #000;
}

.syarat {
    color: #000;
}

.syarat .title-text {
    color: #000;
}

.syarat .agree {
    color: #EA2328;
}

.syarat .agree button {
    background: transparent;
    border: none;
}

.histori .list-histori {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 7.6%;
    float: left;
    position: relative;
}

@media (max-width: 767px) {
    .histori .list-histori {
        float: none;
        width: 80%;
        text-align: left;
        margin: 0 auto;
        border-left: 5px solid #0B378F;
    }
}

.histori .list-histori-year {
    font-weight: bold;
}

@media (max-width: 767px) {
    .histori .list-histori-year {
        padding-left: 20px;
    }
}

.histori .list-histori-point {
    width: 20px;
    height: 20px;
    background: RED;
    border: 3px solid #0B378F;
    top: -13px;
    position: absolute;
    border-radius: 50%;
    left: 40%;
}

@media (max-width: 767px) {
    .histori .list-histori-point {
        left: -13px;
    }
}

.histori .list-histori-content {
    font-size: 12px;
    position: relative;
    border-top: 5px solid #0B378F;
    padding-top: 10px;
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 767px) {
    .histori .list-histori-content {
        border-top: 0;
        margin: 0;
        padding: 0 0 20px 20px;
    }
}