



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 > i {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.53);
}
.contact-button {
  height: 42px;
  left: -1px;
  position: fixed;
  top: 115px;
  width: 20px;
}

body {
  background: #000000
    center center no-repeat !important;
  background-position: top !important;
  background-attachment: fixed !important;
}

.navbar-fixed-top {
  background: rgba(23, 32, 71, 0.5) !important;
  max-width: 1170px;
  margin: auto;
}

.breadcrumbs {
  padding: 40px 0 !important;
}

.footer-bottom .container {
  background: #111a2dc2 !important;
}

.news-body {
  background: rgba(23, 32, 71, 0.5) !important;
  border-bottom: 1px #0084dc solid;
  border-radius: 0px 0px 10px 0px;
}

ul.newsticker > li > a {
  text-transform: uppercase !important;
  color: #8dfbff;
}

.news-head {
  background: rgba(23, 32, 71, 0.5) !important;
  border-bottom: 1px #0084dc solid;
  border-radius: 0px 0px 0px 10px;
}

.owl-carousel.owl-theme.bankscroll {
  margin-top: 0px;
}

.news-head > h5 {
  text-transform: uppercase !important;
  color: #8dfbff !important;
}

/* Minification failed. Returning unminified contents.
 (7972,28): run-time error CSS1038: Expected hex color, found '#8e00000'
  */
/**
  * BxSlider v4.1.2 - Fully loaded, responsive content slider
  * http://bxslider.com
  *
  * Written by: Steven Wanderski, 2014
  * http://stevenwanderski.com
  * (while drinking Belgian ales and listening to jazz)
  *
  * CEO and founder of bxCreative, LTD
  * http://bxcreative.com
  */

bank {
    position: relative;
    border-radius: 0 !important;
    background: linear-gradient(0deg, #494949, #fff) !important;
    margin: 20px 40px 20px 40px;
}

.bank {
    width: 145px;
    height: 50px;
    padding: 12px 10px 10px 10px;
    background-color: #fff;
    border: 1px solid #9d9d9d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}










.no-top-margin .uppercase {
  color: #e3c45d !important;
}

.col-3-x {
  width: 33%;
}

.col-3 {
  width: 33.33333%;
}

footer#footer {
  background-color: transparent !important;
  border-top: none;
}

footer#footer .footer-main {
  padding: 0 0;
  background: none;
}

footer#footer .footer-bottom {
  background-color: transparent !important;
  padding: 0px !important;
}

footer#footer .footer-bottom .copyright {
  border-top: 1px #0084dc solid !important;
  background: #08071fb8 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.col-md-12 {
  border-top: 1px #000000 solid !important;
  background: rgba(0, 0, 0, 0.75) !important;
}

.section .container {
  padding: 0 20px 0px 20px !important;
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.44) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.44) 100%
  ) !important;
}

/***********************************/
/************* BUTTONS *************/
/***********************************/
/* Untuk elemen dengan background gradient dan border */
button.btn-theme, .btn.btn-theme
{
background-image: linear-gradient(to bottom, #ffeb00 0%, #d29100 100%);
padding: 8px 19px !important;
border-radius: 15px 2px 15px 5px !important;
box-shadow: inset 0px 0px 0px 1px rgb(255 191 0), inset 0px 2px 0px 0px rgb(255 170 0), inset 0px 0px 0px 2px rgb(255 189 0), 3px 3px 3px 1px rgb(0 0 0 / 20%);
}
button.btn-theme:hover,
.btn.btn-theme:hover {
  color: #ffffff !important;
  background-color: #11111d !important;
  background: #11111d !important;
}
button.btn-small,
.btn.btn-small {
  border: 1px solid #64d0e7 !important;
  background: linear-gradient(
    to bottom,
    #3799ae 0%,
    #262643 50%,
    #3799ae 100%
  ) !important;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}
button.btn-small:hover,
.btn.btn-small:hover {
  color: #ffffff !important;
  background-color: #11111d !important;
  background: #11111d !important;
}
button.uppercase,
.btn.uppercase {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
button.divided,
.btn.divided {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 15px;
  border: 0;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
button.divided .btn-side,
.btn.divided .btn-side {
  display: inline-block;
  float: right;
  background-color: #464646;
  padding: 2px 10px;
  position: absolute;
  bottom: 0;
  margin-left: 15px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 26px;
}
button.divided:focus,
button.divided:hover,
.btn.divided:focus,
.btn.divided:hover {
  background-color: #464646;
}
button.btn-bordered,
.btn.btn-bordered {
  background-color: transparent;
  border: 3px solid white;
  color: white;
  padding: 8px 30px;
}
button.btn-bordered:hover,
.btn.btn-bordered:hover {
  background-color: #418bca;
  border-color: transparent;
}
button.btn-lg,
.btn.btn-lg {
  font-weight: 700;
}

.btn-group.custom-navigation {
  margin: 30px 0 20px;
}
.btn-group.custom-navigation button,
.btn-group.custom-navigation .btn,
.btn-group.custom-navigation button:focus,
.btn-group.custom-navigation .btn:focus {
  background-color: white;
  border: 1px solid #e6e6e6;
}
.btn-group.custom-navigation button i,
.btn-group.custom-navigation .btn i,
.btn-group.custom-navigation button:focus i,
.btn-group.custom-navigation .btn:focus i {
  color: #ffb400;
}
.btn-group.custom-navigation button:hover,
.btn-group.custom-navigation .btn:hover,
.btn-group.custom-navigation button:focus:hover,
.btn-group.custom-navigation .btn:focus:hover {
  background-color: #fff;
  border-color: transparent;
}
.btn-group.custom-navigation button:hover i,
.btn-group.custom-navigation .btn:hover i,
.btn-group.custom-navigation button:focus:hover i,
.btn-group.custom-navigation .btn:focus:hover i {
  color: white;
}

.btn-group.custom-navigations {
  margin: 30px 0 13px;
}
.btn-group.custom-navigations button,
.btn-group.custom-navigations .btn,
.btn-group.custom-navigations button:focus,
.btn-group.custom-navigations .btn:focus {
  background-color: #240900;
  border: 1px solid #240900;
}
.btn-group.custom-navigations button i,
.btn-group.custom-navigations .btn i,
.btn-group.custom-navigations button:focus i,
.btn-group.custom-navigations .btn:focus i {
  color: #fff;
}
.btn-group.custom-navigations button:hover,
.btn-group.custom-navigations .btn:hover,
.btn-group.custom-navigations button:focus:hover,
.btn-group.custom-navigations .btn:focus:hover {
  background-color: #0c1014;
  border-color: transparent;
}
.btn-group.custom-navigations button:hover i,
.btn-group.custom-navigations .btn:hover i,
.btn-group.custom-navigations button:focus:hover i,
.btn-group.custom-navigations .btn:focus:hover i {
  color: #fff;
}

.btn-group.with-heading {
  position: relative;
  width: 100%;
}
.btn-group.with-heading h3 {
  margin-bottom: 0 !important;
}
.btn-group.with-heading button,
.btn-group.with-heading .btn {
  position: absolute;
  top: 0;
}
.btn-group.with-heading button:last-of-type,
.btn-group.with-heading .btn:last-of-type {
  right: 0;
}
.btn-group.with-heading button:first-of-type,
.btn-group.with-heading .btn:first-of-type {
  right: 28px;
}
.btn-group.circle-navigation button,
.btn-group.circle-navigation .btn,
.btn-group.circle-navigation button:focus,
.btn-group.circle-navigation .btn:focus {
  border: 0;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  padding: 3px 10px;
}
.btn-group.circle-navigation button i,
.btn-group.circle-navigation .btn i,
.btn-group.circle-navigation button:focus i,
.btn-group.circle-navigation .btn:focus i {
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 1px;
}
.btn-group.circle-navigation button:last-of-type i,
.btn-group.circle-navigation .btn:last-of-type i {
  right: -1px;
}
.btn-group.circle-navigation button:first-of-type i,
.btn-group.circle-navigation .btn:first-of-type i {
  left: -1px;
}

.btn-group.circle-navigations button,
.btn-group.circle-navigations .btn,
.btn-group.circle-navigations button:focus,
.btn-group.circle-navigations .btn:focus {
  border: 0;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  padding: 2px 6px;
}
.btn-group.circle-navigations button i,
.btn-group.circle-navigations .btn i,
.btn-group.circle-navigations button:focus i,
.btn-group.circle-navigations .btn:focus i {
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 1px;
}
.btn-group.circle-navigations button:last-of-type i,
.btn-group.circle-navigations .btn:last-of-type i {
  right: 0px;
}
.btn-group.circle-navigations button:first-of-type i,
.btn-group.circle-navigations .btn:first-of-type i {
  left: 0px;
}

#content .panel-heading:nth-child(1),
#content .panel-heading:nth-child(2),
#content .panel-heading:nth-child(3),
#content .panel-heading:nth-child(4),
#content .panel-heading:nth-child(5),
#content .panel-heading:nth-child(6),
#content .panel-heading:nth-child(7),
#content .panel-heading:nth-child(8),
#content .panel-heading:nth-child(9),
#content .panel-heading:nth-child(10) {
  margin-top: -60px;
}


thead th {
  background: #323436;
  background-color: rgb(50, 52, 54);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  color: #fff;
}

.blog-sidebar .sidebar-nav {
  width: 265px !important;
}

.nav {
  padding-left: 20px !important;
}

.blog-sidebar .nav.menu > li > a {
  border-bottom: 1px solid #323436 !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: rgb(231,210,89) !important;
}
.blog-sidebar .nav.menu > li > a > i {
  color: #e3c45d !important;
}
.blog-sidebar .nav.menu > li > a:hover > i {
  color: #316d857a !important;
  background: -webkit-linear-gradient(#dbaf1d, #eddda8) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.blog-sidebar .nav.menu > li > a:hover,
a:active,
a:focus {
  color: #fff !important;
  background: #316d857a !important;
}

.form-control {
  color: #03a9f4 !important;
}

form .form-control {
  background: #11111de6 !important;
  border: 0.5px solid #0f1320 !important;
}

form .form-control:focus {
  border-color: #4ec3d6 !important;
}

.scroll-top > a:hover {
  background-color: #01304e !important;
}

#tab1 a {
  color: red;
}

.slider #progressBar #bar {
  height: 0px !important;
}

a#highlight {
  color: #fff;
  animation: blur 0.9s ease-out infinite;
  text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff;
}

@keyframes blur {
  from {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff,
      0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff,
      0px 0px 25px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #7b96b8,
      0px 0px 5px #7b96b8, 0px 10px 5px #7b96b8, 0px 10px 50px #7b96b8,
      0px 10px 100px #7b96b8, 0px 10px 100px #7b96b8, 0px -10px 100px #7b96b8,
      0px -10px 100px #7b96b8;
  }
}