
a img{
    width: 100%;
}
body {
    padding-top: 80px;
}

.navbar {
    height: 80px;
}

.border-0 {
    border: none !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.shadow-0 {
    box-shadow: none;
}

.bg-white {
    background: #FFFFFF;
}

.section-padding {
    padding: 30px 0;
}
.news-ticker {
    padding: 10px 0;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #005aa0;
    margin-bottom: 30px;
}

.section-title span {
    color: #ec1421;
}

.bg-blue {
    background: #005aa0 !important;
    border-color: #005aa0;
}

.text-blue {
    color: #005aa0 !important;
}

.bg-red {
    background: #ec1421 !important;
}

.text-red {
    color: #ec1421 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.navbar {
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
}

body>.navbar-collapse::after {
    background-color: #FFFFFF;
}

body>.navbar-collapse .nav>li>a:hover,
body>.navbar-collapse .nav>li>a.active {
    color: #005aa0;
}

.carousel-inner>.item {
    padding: 0;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    margin: 0;
    max-width: 100%;
    border-radius: 0;
}

.carousel-control.left {
    left: 2%;
}

.carousel-control.right {
    right: 2%;
}

.product .card-title {
    color: #000;
    font-weight: bold;
}

.product a:hover .card-title {
    color: #005aa0;
}

.tabungan th,
.table .thead-blue th,
.card-title,
.title {
    font-size: 1.2em !important;
    font-weight: normal;
}

.tabungan .table .thead-blue th {
    color: #fff;
    background-color: #005aa0;
    border-color: #005aa0;
}

.tabungan .table th {
    text-align: center;
}

.tabungan .panel {
    margin: 0;
}

.card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: none;
    border-radius: 2px;
    box-shadow: none;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); */
    /*transition: box-shadow .25s; */
}

.laporan .card {
    padding: 15px;
    box-shadow: none;
    transition: box-shadow .25s;
}

@media screen and (max-width: 768px) {
    .product--2 .card {
        padding: 15px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        transition: box-shadow .25s;
    }
    .laporan .card {
        padding: 15px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        transition: box-shadow .25s;
    }
}

.laporan .card:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-card {
    width: 100%;
    height: 200px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}

.img-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .25s ease;
}

.card-content {
    padding: 15px;
    text-align: left;
}

.card-title {
    margin-top: 0px;
}

.card-title a {
    color: #000;
    text-decoration: none !important;
}

.card-read-more {
    border-top: 1px solid #D4D4D4;
}

.card-read-more a {
    text-decoration: none !important;
    padding: 10px;
    font-weight: normal;
}

.news .card {
    background: none;
    background-color: transparent;
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .news .card-content {
        margin-top: -50px;
        width: 90%;
        margin-left: 5%;
        z-index: 4;
        position: relative;
        background: rgba(0, 90, 160, 1) !important;
    }
}

.news .card-content h4 {
    margin: 0
}

.news .card:hover .card-content {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


footer .footer-top {
    padding: 30px 0 15px;
}

footer hr {
    color: #fff;
    background: #fff;
}

footer .footer-bottom {
    padding: 5px 0 15px;
    color: #fff;
}

footer .footer-bottom a {
    color: #fff;
    font-weight: bold;
}

.info {
    text-align: center
}

.info .icon>i {
    font-size: 2.4em;
}

.info .icon.icon-circle {
    max-width: 60px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
    font-size: 0.7142em;
    background-color: #FFFFFF;
    position: relative;
    text-align: center;
}

.info .icon.icon-circle i {
    line-height: 2.4;
}

body>.navbar-collapse.collapse {
    height: 100% !important;
}

.navbar {
    padding: 0;
}

.navbar .logo-container {
    padding: 15px 5px;
}

.navbar .navbar-nav>li>a.btn.btn-default.btn-simple {
    color: rgba(0, 0, 0, .5);
    font-weight: bold;
    border-radius: 0;
    background: #FFFFFF;
}

.navbar .navbar-nav>li:hover>a.btn.btn-default.btn-simple {
    color: #FFFFFF;
    background: #005aa0;
}

.navbar .navbar-nav>li>a.btn-sm,
.navbar .navbar-nav>li>a.btn.btn-sm.btn-simple,
.btn-sm.btn-simple {
    margin: 0;
    padding: 30px 10px;
}

.dropdown-menu {
    background: #FFFFFF;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #005aa0;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .navbar-nav>li>.dropdown-menu:after,
    .dropdown .dropdown-menu:after {
        border-bottom: 11px solid #FFFFFF;
    }
}

.carousel-control {
    background: #ec1421;
}

.carousel-indicators>li {
    border: 1px solid #ec1421;
}

.carousel-indicators>li.active {
    background: #ec1421;
}

.nav-stacked {
    border-right: 1px solid #005aa0;
}

.nav-stacked>li.active :before {
    border-right: 11px solid #005aa0;
}

.nav-stacked>li.active :after {
    border-right: 11px solid #FFFFFF;
}

.nav-stacked>li>a {
    color: rgba(0, 0, 0, .5);
}

.nav-stacked>li.active>a {
    color: #005aa0;
}

.album-item {
    background: none;
    position: relative;
}

.album-item .thumbnail {
    border: 10px solid #fff!important;
    box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.6);
    -webkit-box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.6);
    position: relative;
    z-index: auto;
}

.album-item .thumbnail:before,
.album-item .thumbnail:after {
    content: "";
    width: 106%;
    height: 106%;
    background: #fff;
    box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.6);
    -webkit-box-shadow: 0 8px 50px -20px rgba(14, 21, 47, 0.6);
    display: block;
    position: absolute;
    top: -3%;
    left: -3%;
    transform: rotate(-5deg);
    z-index: -1;
}

.album-item .thumbnail:after {
    transform: rotate(5deg);
}

.album-item .text {
    text-align: center;
}

.panel {
    background: #FFFFFF;
}

.panel-default .panel-heading {
    background-color: #FFFFFF;
}

.panel-default a:hover,
.panel-default a:active,
.panel-default a:focus {
    color: #ec1421;
}

.form-control {
    background-color: #FFFFFF;
}

.blog {
    background-color: #FFFFFF;
}

.blog .navbar {
    border-bottom: 0 none;
    margin-bottom: 0px;
}

.blog .navbar .navbar-brand {
    color: #66615b;
}

.blog .navbar input {
    background-color: #FFFFFF;
}

.blog .title h3 {
    margin-top: -10px;
}

.blog .article {
    /*border-top: 1px solid #F1EAE0;*/
    /*margin-top: 15px;*/
}

.blog .article .label {
    margin-bottom: 10px;
    margin-top: 40px;
}

.blog .article .title {
    color: #403D39;
    font-weight: 600;
}

.blog .article .article-image {
    margin-top: 25px;
}

.karir .blog .article .article-image {
    margin-top: 0 !important;
}

.blog .article .article-image .card-big-shadow {
    max-width: 100%;
}

.blog .article .article-image .card {
    background-size: cover;
    min-height: 430px;
    width: 100%;
}

.blog .article .article-image .image-thumb {
    font-size: 14px;
    color: #a49e93;
}

.blog .article .article-content p {
    margin-top: 10px;
}

.blog .article .article-content .btn {
    margin-top: 10px;
}

.news .meta {
    margin-top: 10px;
    color: #eee;
    font-size: 12px;
}

.landing-header {
    background-size: cover;
    background-position: center;
    min-height: 240px;
    position: relative;
    margin-bottom: 20px;
}

.landing-header .motto {
    padding-top: 50px;
    text-align: center;
    z-index: 2;
}

.landing-header .container {
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.filter::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 240px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.landing-header .breadcrumb {
    background: transparent;
}

.landing-header .breadcrumb a,
.landing-header .breadcrumb>li+li:before,
.landing-header .breadcrumb>.active {
    color: #FFFFFF;
    font-weight: bold;
}

.landing-header .breadcrumb a:hover {
    color: #005AA0;
}

#pageloader {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.90);
    z-index: 10000;
    position: fixed;
    display: block;
    top: 0;
}

.loaded #pageloader {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}
.cp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

/*.cp-round:before {
    border-radius: 50%;
    content: " ";
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
    border-top: solid 6px #bababa;
    border-right: solid 6px #bababa;
    border-bottom: solid 6px #bababa;
    border-left: solid 6px #bababa;
    position: absolute;
    top: 0;
    left: 0
}*/

.cp-round:after {
    border-radius: 50%;
    content: " ";
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
    border-top: solid 6px #EC1421;
    border-right: solid 6px #EC1421;
    border-bottom: solid 6px #005aa0;
    border-left: solid 6px #005aa0;
    position: absolute;
    top: 0;
    left: 0;
    animation: cp-round-animate 1s ease-in-out infinite
}

@keyframes cp-round-animate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.bread .breadcrumb {
    margin: 20px 0;
    padding-left: 0;
}