* {
  color: #444;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

a {
  text-decoration: none!important;
}

.link {
  color: #48a7e4;
  font-size: inherit;
}

.btn,
.small-hover,
.title-light,
.title-bold,
.home-news-btn,
.footer-socmed li a:before,
.swiper-button-prev,
.swiper-button-next,
.hover,
.thumb img,
a, button {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

strong,
small {
  color: inherit;
}

strong {
  font-size: inherit;
}

.caret {
  border-top: 4px solid !important;
}

.dropup .caret {
  border-top: 0!important;
}

.img-responsive {
  width: 100%!important;
  max-width: 100%!important;
}

main {
  overflow: hidden;
}

main.box-sky {
  border-top: 1px solid #ddd;
}

.row-custom {
  margin-left: -5px;
  margin-right: -5px;
}

.row-custom > div {
  padding-left: 5px;
  padding-right: 5px;
}

.form-control {
  border-radius: 0;
  font-size: 16px!important;
}

textarea {
  resize: vertical;
}

.input-group-addon {
  border-radius: 0!important;
}

.dropdown-menu > .active > a span, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-pdf:before {
  content: "\f100";
}

.flaticon-cancel:before {
  content: "\f101";
}

/*BACK TO TOP*/

.back-to-top {
  padding: 5px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  position: fixed;
  bottom: 40px;
  right: 15px;
  text-align: center;
  font-size: 16px;
  z-index: 999;
  color: #fff;
  background-color: rgba(150,150,150,.6);
  display: none;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
  color: #fff;
  background-color: rgba(150,150,150,.4);
}

.back-to-top .fa {
  color: inherit;
}

/*BACK TO TOP END*/

/*PAGINATION*/

.pagination li {
  display: inline-block;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination li span {
  border: none;
}

.pagination li span:hover {
  background-color: transparent;
}

.pagination li + li {
  margin-left: 3px;
}

.pagination > li > a, .pagination > li > span {
  color: #444;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #999;
  background-color: #999;
}

.pagination .disabled a {
  color: #bbb;
}

.pagination .fa {
  color: inherit;
}

.btn-arrow a {
  border: none!important;
  background-color: transparent!important;
}

/*PAGINATION END*/

/*NAVBAR*/

.offcanvas-close {
  background-color: transparent;
  font-size: 20px;
  color: #666;
}

.offcanvas-close:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.navbar-default {
/*  border-bottom: 1px solid #ddd;*/
  border-top: 5px solid #131f34;
  background-color: #fff;
}

.navbar-default .navbar-offcanvas {
  background-color: #fff;
}

.navbar-brand img {
  width: 90px;
}

.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-default .navbar-nav > li > a span,
.navbar-default .navbar-nav > li > a {
  font-family: 'Raleway', sans-serif;
}

.navbar-default .navbar-nav > li > a .fa-angle-down {
  color: #fb8e00;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:active:hover, .navbar-default .navbar-nav > li > a:active:focus,
.navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown).open > a {
  color: #444;
  background-color: #fff;
}

.navbar-default .dropdown-menu {
  border-radius: 0;
}

.navbar-default .dropdown-menu li {
  margin: 0;
}

.navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active:hover, .navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active:focus {
  color: #444;
}

.navbar-default .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

.dropdown-login {
  width: 200px;
}

.dropdown-login:before {
  position: absolute;
  content: " ";
  right: 20px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ddd transparent;
}

.account-name {
  padding: 15px 10px;
  padding-left: 50px;
  position: relative;
}

.account-name span {
  display: block;
  line-height: 1.1;
}

.icon-account {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 30px;
  text-align: center;
  font-size: 28px;
  color: #999;
}

.icon-account .fa {
  color: inherit;
}

/*NAVBAR END*/

/*SWIPER*/

.swiper-button-prev,
.swiper-button-next {
  opacity: .3;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: .8;
}

/*SWIPER END*/

/*BREADCRUMB*/

.breadcrumb {
  margin: 0;
  background-color: transparent;
}

.breadcrumb li {
  color: #666;
}

.breadcrumb li a {
  color: #888;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
  color: #fb8e00;
}

/*BREADCRUMB END*/

/*BUTTON*/

.btn-text {
  display: inline-block;
}

.btn-text .fa {
  color: inherit;
}

.btn-text.text-white:hover,
.btn-text.text-white:active,
.btn-text.text-white:focus {
  color: #b0d3ff;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: 0;
}

.btn span {
  color: inherit;
  font-family: inherit;
}

.input-group .btn {
  border-bottom-right-radius: 0!important;
  border-top-right-radius: 0!important;
}

.bootstrap-select .btn {
  border-radius: 0;
}

.btn {
  padding: 6px 15px!important;
  font-family: "Raleway", sans-serif;
}

.btn-radius {
  border-radius: 100px;
}

.btn-radius:hover,
.btn-radius:focus,
.btn-radius:active {
  box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
}

.btn-orange {
  color: #fff!important;
  background-color: #fb8e00!important;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  color: #fff!important;
  background-color: #ee7102!important;
}

.btn-lightblue {
  color: #fff;
  background-color: #48a7e4;
}

.btn-lightblue:active,
.btn-lightblue:focus,
.btn-lightblue:hover {
  color: #fff;
  background-color: #298ac8;
}

.btn-darkblue {
  color: #fff;
  background-color: #1b3d5e;
}

.btn-darkblue:active,
.btn-darkblue:focus,
.btn-darkblue:hover {
  color: #fff;
  background-color: #062c51;
}

.btn .fa {
  color: inherit!important;
}

.btn-pdf {
  color: #fff;
  background-color: #c12e2e;
}

.btn-pdf:hover,
.btn-pdf:focus,
.btn-pdf:active {
  color: #fff;
  background-color: #942121;
}

.btn-excel {
  color: #fff;
  background-color: #388651;
}

.btn-excel:hover,
.btn-excel:focus,
.btn-excel:active {
  color: #fff;
  background-color: #14672f;
}

.bootstrap-select > .btn {
  padding-right: 25px!important;
}

.btn-border {
  border: 1px solid #1b3d5e;
  color: #1b3d5e!important;
  font-weight: 600;
}

.btn-border.active,
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
  background-color: #1b3d5e;
  color: #fff!important;
}

/*BUTTON END*/

/*TITLE*/

.title-block {
  display: block;
}

.title-script {
  margin-bottom: -15px;
  font-family: "Great Vibes", cursive;
}

.title-bold,
.title-light {
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
}

.title-light {
  font-weight: 300;
}

.title-bold {
  font-weight: 700;
}

.title-blue {
  color: #13395b;
}

.title-light-blue {
  color: #2aa0dd;
}

.title-white {
  color: #fff;
}

.title-grey {
  color: #666;
}

.text-orange {
  color: #ee7102;
}

.title-banner {
  font-size: 40px;
}

.size-inherit span {
  font-size: inherit;
}

.line-single {
  line-height: 1.1;
}

/*TITLE END*/

/*BOX*/

.box-sky {
  background-image: url('../images/bg-sky.jpg');
  background-repeat: repeat-x;
}

.box-footer {
  background-image: url('../images/bg-footer.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.box-footer > div {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(80%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.box-img-holder {
  margin: 20px;
  position: relative;
  transform: rotate(-1deg);
  z-index: 0;
}

.box-img {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.box-img-holder:before {
  position: absolute;
  top: 8px;
  left: 8px;
  right: -8px;
  bottom: -8px;
  content: " ";
  background-color: #ddd;
  z-index: -1;
}

.box-mid-out {
  display: table;
  width: 100%;
  height: 100%;
}

.box-mid-in {
  display: table-cell;
  vertical-align: middle;
}

.box-bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.box-deco2,
.box-deco1 {
  position: relative;
  z-index: 0;
}

.box-deco1:after,
.box-deco1:before {
  position: absolute;
  content: " ";
  left: 30%;
  top: -15px;
}

.box-deco1:before {
  background-color: #d7e0f1;
  right: -30px;
  bottom: -15px;
  z-index: -2;
}

.box-deco1:after {
  background-color: #45536c;
  right: -15px;
  bottom: 0;
  z-index: -1;
}

.box-deco2:before,
.box-deco2:after {
  position: absolute;
  content: " ";
  z-index: -1;
}

.box-deco2:before {
  top: -15px;
  right: 20%;
  left: 0;
  bottom: 15px;
  background-color: #d7e0f1;
}

.box-deco2:after {
  top: 15px;
  right: 0;
  left: 20%;
  bottom: -15px;
  background-color: #45536c;
}

.box-deco3 {
  position: relative;
  z-index: 0;
}

.box-deco3:before,
.box-deco3:after {
  position: absolute;
  content: " ";
  z-index: -1;
}

.box-deco3:before {
  background-color: #45536c;
  top: -15px;
  left: -50px;
  bottom: 15px;
  right: 50px;
}

.box-deco3:after {
  background-color: #d7e0f1;
  right: -15px;
  top: 15px;
  bottom: -30px;
  left: 15px;
}

.box-deco4 {
  position: relative;
  z-index: 0;
}

.box-deco4 > div {
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.box-deco4:before,
.box-deco4:after {
  position: absolute;
  content: " ";
  z-index: -1;
}

.box-deco4:before {
  top: -20px;
  bottom: 0;
  right: -35px;
  left: 30%;
  background-color: #45536c;
}

.box-deco4:after {
  top: 15px;
  left: 25%;
  right: -15px;
  bottom: -30px;
  background-color: #d7e0f1;
}

.box-shadow {
  box-shadow: 0 0 3px rgba(0,0,0,.5);
}

/*BOX END*/

/*FOOTER*/

.border-top {
  border-top: 1px solid #ddd;
}

.footer-copyright a {
  color: inherit;
  font-size: inherit;
}

.footer-logo {
  text-align: center;
}

.footer-logo li {
  margin-bottom: 15px;
  display: inline-block;
}

.footer-logo li a {
  display: block;
}

.footer-logo img {
  height: 90px;
  width: auto;
}

.footer-socmed {
  text-align: center;
}

.footer-socmed li {
  display: inline-block;
}

.footer-socmed li a {
  padding: 0 14px;
  display: block;
  color: #fff;
  position: relative;
  z-index: 0;
}

.footer-socmed li a .fa {
  color: inherit;
}

.footer-socmed li a:before {
  border-radius: 100px;
  position: absolute;
  content: " ";
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}

.icon-fb:before {
  background-color: #1f3181;
}

.icon-twitter:before {
  background-color: #069eff;
}

.icon-instagram:before {
  background-color: #fcaf45;
}

.footer-socmed li a:hover:before {
  box-shadow: 0 0 1px 1px #888;
  -webkit-box-shadow: 0 0 1px 1px #888;
  -moz-box-shadow: 0 0 1px 1px #888;
}

.footer-copyright span {
  display: inline-block;
  color: inherit;
  font-family: inherit;
}

/*FOOTER END*/

/*HOME*/

.ads-thumb {
  display: block;
}

.box-welcome {
  padding-bottom: 170px;
  background-image: url('../images/bali-illustration.png');
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.home-news-list {
  position: relative;	805.	  padding: 15px 30px;
  padding: 15px;	806.	  border: 1px solid #ddd;
  background: rgba(25,43,65,1);	807.	  background-color: #fff;
  background: -moz-linear-gradient(-45deg, rgba(25,43,65,1) 0%, rgba(8,17,28,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(25,43,65,1)), color-stop(100%, rgba(8,17,28,1)));
  background: -webkit-linear-gradient(-45deg, rgba(25,43,65,1) 0%, rgba(8,17,28,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(25,43,65,1) 0%, rgba(8,17,28,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(25,43,65,1) 0%, rgba(8,17,28,1) 100%);
  background: linear-gradient(135deg, rgba(25,43,65,1) 0%, rgba(8,17,28,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192b41', endColorstr='#08111c', GradientType=1 );
  overflow-y: auto;
}

.home-news-title {
  padding: 30px;
}

.home-news-date span {
  display: block;
}

.home-news-thumb {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 10px 10px 85px;
  display: block;
  min-height: 110px;
  background-color: #1c2d42;
}

.home-news-date {
  position: absolute;
  left: 10px;
  top: 10px;
}

.home-news-date > div {
  padding: 10px;
  width: 60px;
  text-align: center;
  background-color: #121f2f;
  line-height: 1;
}

.home-news-btn {
  margin-top: 10px;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  background-color: #999;
  font-size: 12px;
}

.home-news-thumb:hover .home-news-btn {
  background-color: #fb8e00;
}

.home-news-thumb:hover .title-bold {
  color: #ddd;
}

.box-socmed {
  margin-top: -15px;
  padding-top: 40px;
}

.chairman-col {
  padding: 20px 30px;
  background-color: rgba(255,255,255,.6);
}

.chairman-img {
  margin-left: auto;
  margin-right: auto;
  max-width: 140px!important;
}

.socmed-title {
  padding: 50px 30px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.fb_iframe_widget,
.fb_iframe_widget span {
  display: block!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.modal-welcome .modal-dialog {
  width: 100%;
  margin: auto;
}

.modal-welcome .modal-content {
  border-radius: 0;
  border: none;
  min-height: 100vh;
  position: relative;
}

.btn-close-modal {
  position: absolute;
  right: 0;
  top: 15px;
  background-color: transparent;
  color: #666;
  font-size: 28px;
  opacity: .7;
}

.btn-close-modal .fa {
  color: inherit;
}

.btn-close-modal:hover,
.btn-close-modal:focus,
.btn-close-modal:active {
  opacity: 1;
  color: #ee7102;
  box-shadow: none;
}

/*HOME END*/

/*ABOUT*/

.about-col {
  padding-left: 40px;
  padding-right: 4px;
}

.about-col p {
  line-height: 1.8;
}

.about-member {
  padding: 50px;
}

.title-about .title-script {
  font-size: 48px;
}

.title-about .title-light {
  font-size: 36px;
}

/*ABOUT END*/

/*PAST CHAIRMAN*/

.chairman-name,
.periode {
  margin: 0;
  color: #666;
  text-align: center;
  font-size: 18px;
}

.chairman-name {
  margin-top: 15px;
  font-weight: 700;
}

/*PAST CHAIRMAN END*/

/*THUMB HOVER*/

.thumb {
  display: block;
}

.thumb:hover img,
.thumb:focus img,
.thumb:active img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

.img-holder {
  overflow: hidden;
}

.hover-holder {
  position: relative;
}

.hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,168,255,.6);
  opacity: 0;
}

.hover span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 48px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.hover .fa {
  color: inherit;
}

.thumb:hover .small-hover,
.thumb:focus .small-hover,
.thumb:active .small-hover,
.thumb:hover .hover,
.thumb:focus .hover,
.thumb:active .hover {
  opacity: 1;
}

.small-hover {
  padding: 10px;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  background-color: rgba(0,0,0,.2);
}

.small-hover span {
  color: #fff;
  line-height: 1;
}

.small-hover .fa {
  color: inherit;
}

/*THUMB HOVER END*/

/*PHOTO GALLERIES*/

.album-thumb {
  margin-bottom: 30px;
}

.album-thumb:hover .img-holder,
.album-thumb:focus .img-holder,
.album-thumb:active .img-holder {
  -webkit-box-shadow: 0px 0px 7px 0px #999;
  -moz-box-shadow: 0px 0px 7px 0px #999;
  box-shadow: 0px 0px 7px 0px #999;
}

.album-thumb:hover .title-light,
.album-thumb:focus .title-light,
.album-thumb:active .title-light {
  color: #fb8e00;
}

.album-thumb .title-light {
  font-size: 18px;
}

.gallery-text p {
  font-size: 18px;
}

.gallery-thumb {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.sl-wrapper .sl-image .sl-caption {
  bottom: auto;
  top: 100%;
  background-color: transparent;
  color: #000;
}

/*PHOTO GALLERIES END*/

/*PDF Thumbnail*/

.pdf-thumb {
  margin-bottom: 15px;
  padding: 15px;
  padding-bottom: 55px;
  text-align: center;
}

.btn-download {
  padding: 0px 10px 15px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.pdf-thumb img {
  margin-left: auto;
  margin-right: auto;
  max-width: 250px!important;
}

.report-date,
.regulation-text {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}

.pdf-thumb:hover,
.pdf-thumb:focus,
.pdf-thumb:active {
  box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
  background-color: #fff;
}

/*PDF Thumbnail end*/

/*HOW TO JOIN*/

.join-thumb {
  margin-bottom: 20px;
  padding: 15px 15px 15px 90px;
  border: 1px solid #ddd;
  position: relative;
}

.join-numb {
  padding: 8px;
  position: absolute;
  display: block;
  left: 15px;
  top: 0;
  width: 50px;
  color: #fff;
  background-color: #0e3253;
  text-align: center;
  font-size: 24px;
}

.join-thumb p {
  font-size: 18px;
}

/*HOW TO JOIN END*/

/*MAP*/

.map-box {
  padding: 10px;
  border: 1px solid #ddd;
  height: 500px;
  position: relative;
}

.map-box p {
  margin: 0;
}

#map-canvas {
  height: 100%;
}

.map-btn {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}

/*MAP END*/

/*CONTACT INFO*/

.box-contact-white {
  padding: 50px;
  border: 1px solid #ddd;
  background-color: #fff;
  background-image: url('../images/contact-bali.png');
  background-size: 250px auto;
  -webkit-background-size: 250px auto;
  -moz-background-size: 250px auto;
  -o-background-size: 250px auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.box-contact-plain {
  margin-top: 60px;
}

.list-contact li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
}

.list-contact li a {
  color: #444;
}

.list-contact li:before {
  position: absolute;
  left: 0;
  width: 30px;
  text-align: center;
  font-family: "FontAwesome";
  color: #45536c;
}

.address:before {
  content: "\f1ad";
}

.phone:before {
  content: "\f095";
}

.fax:before {
  content: "\f1ac";
}

.email:before {
  content: "\f0e0";
}

.website:before {
  content: "\f0ac";
}

.instagram:before {
  content: "\f16d";
}

.facebook:before {
  content: "\f230";
}

.linked_in:before {
  content: "\f0e1";
}

.wa:before {
  content: "\f232";
}

.box-contact {
  position: relative;
}

.box-contact:after,
.box-contact:before {
  position: absolute;
  content: " ";
  z-index: -1;
}

.box-contact:before {
  background-color: #45536c;
  left: 0;
  top: -15px;
  right: 25%;
  bottom: 15px;
}

.box-contact:after {
  background-color: #d7e0f1;
  left: 25%;
  top: 30px;
  right: 0;
  bottom: -30px;
}

/*CONTACT INFO END*/

/*ANGGARAN*/

.box-anggaran {
  padding: 0 15px;
  height: 400px;
  position: relative;
  z-index: 1;
}

.box-anggaran .box-bg {
  padding: 30px;
}

.box-anggaran:before,
.box-anggaran:after {
  position: absolute;
  content: " ";
  z-index: -1;
}

.box-anggaran:before {
  background-color: #d7e0f1;
  top: -15px;
  left: 0;
  bottom: 15px;
  right: 10%;
}

.box-anggaran:after {
  background-color: #45536c;
  top: 15px;
  left: 10%;
  bottom: -15px;
  right: 0;
}

/*ANGGARAN END*/

/*DPD*/

.dpd-thumb {
  margin-bottom: 30px;
  padding: 30px 20px;
  position: relative;
  border: 1px solid #ddd;
  background-color: #fff;
}

.dpd-thumb:after,
.dpd-thumb:before {
  position: absolute;
  content: " ";
}

.dpd-thumb:before {
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(56,97,136,1);
  background: -moz-linear-gradient(left, rgba(56,97,136,1) 0%, rgba(206,238,250,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(56,97,136,1)), color-stop(100%, rgba(206,238,250,1)));
  background: -webkit-linear-gradient(left, rgba(56,97,136,1) 0%, rgba(206,238,250,1) 100%);
  background: -o-linear-gradient(left, rgba(56,97,136,1) 0%, rgba(206,238,250,1) 100%);
  background: -ms-linear-gradient(left, rgba(56,97,136,1) 0%, rgba(206,238,250,1) 100%);
  background: linear-gradient(to right, rgba(56,97,136,1) 0%, rgba(206,238,250,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386188', endColorstr='#ceeefa', GradientType=1 );
}

.dpd-thumb:after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 33px 184px;
  border-color: transparent transparent #dddddd transparent;
}

.dpd-info li {
  margin-bottom: 7px;
  padding-left: 30px;
  position: relative;
}

.dpd-info li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  color: #888;
  text-align: center;
  font-family: 'FontAwesome';
}

.mobile:before {
  content: "\f10b";
}

.person:before {
  content: "\f007";
}

.alph-filter {
  text-align: center;
}

.alph-filter li {
  margin-bottom: 5px;
  display: inline-block;
  padding-left: 3px;
}

.alph-filter li + li {
  border-left: 1px solid #ddd;
}

.alph-filter li a {
  padding: 3px 7px;
  display: block;
  line-height: 1;
  color: #666;
}

.alph-filter li a:hover,
.alph-filter li a:focus,
.alph-filter li a:active {
  color: #48a7e4;
}

.alph-filter .active a:hover,
.alph-filter .active a:focus,
.alph-filter .active a:active,
.alph-filter .active a {
  color: #fb8e00;
  font-weight: 700;
}

.btn-filter-holder {
  margin-bottom: 30px;
  text-align: center;
}

.btn-filter-holder li {
  margin: 10px 3px;
  display: inline-block;
}

.dpd-alias,
.dpd-numb {
  margin: 0;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

.dpd-alias {
  font-size: 18px;
}

.info-with-title {
  margin: 15px 0;
}

.info-with-title span {
  display: block;
  line-height: 1;
  font-size: 14px;
}

.dpd-bio {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.modal-open .modal-backdrop {
  opacity: .7;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-form .modal-content {
  border-color: #ddd;
  border-radius: 0;
}

.modal-form .modal-body {
  padding: 50px 30px;
  position: relative;
}

.modal-info .modal-body:after,
.modal-form .modal-body:after {
  position: absolute;
  content: " ";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 250px;
  border-color: transparent transparent #efefef transparent;
}

.selectpicker-group .bootstrap-select,
.selectpicker-group .input-group-btn,
.selectpicker-group input {
  height: 36px;
}

.modal-form-head {
  margin-bottom: 20px;
}

.modal-form .close {
  position: absolute;
  right: 30px;
  top:30px;
}

.contact-thumb {
  padding-left: 65px;
  position: relative;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.contact-thumb a {
  color: #444;
}

.contact-icon {
  padding: 6px 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #efefef;
  border-radius: 100px;
  color: #082543;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}

.contact-icon span {
  color: inherit;
}

.excel-info {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/*DPD END*/

/*VISION MISSION*/

.vision-img {
  padding: 30px 10px 10px 30px;
  position: relative;
  z-index: 0;
}

.vision-img:before,
.vision-img:after {
  position: absolute;
  content: " ";
  z-index: -1;
}

.vision-img:before {
  top: 0;
  left: 45px;
  right: 0;
  bottom: 45px;
  background-color: #d7e0f1;
}

.vision-img:after {
  top: 45px;
  left: 0;
  right: 30%;
  bottom: 0;
  background-color: #45536c;
}

.title-line {
  padding-left: 60px;
  position: relative;
}

.title-line .title-bold {
  color: #aaa;
  font-size: 48px;
  letter-spacing: 7px;
}

.title-line:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 50%;
  height: 1px;
  width: 50px;
  background-color: #ddd;
}

.vision-desc,
.mission-desc {
  padding: 0 20px;
}

.mission-desc p,
.vision-desc p {
  margin-bottom: 20px;
}

/*VISION MISSION END*/

/*LOGIN*/

.box-login-bg > section,
.box-login-plain > section {
  position: relative;
}

.box-login-plain {
  padding: 60px;
  padding-left: 45px;
}

.box-login-plain:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: -15px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 0;
}

.box-login-bg {
  padding: 90px 60px 60px 45px;
}

.box-login-bg:before {
  position: absolute;
  content: " ";
  top: 30px;
  left: -15px;
  bottom: -30px;
  right: 0;
  background-image: url('../images/login-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  z-index: 0;
  box-shadow: 0 3px 9px rgba(0,0,0,.4);
}

.form-link {
  color: #888;
}

.box-login-bg p {
  line-height: 1.5;
}

.modal-info .modal-body {
  padding: 50px 30px;
  position: relative;
}

.modal-info .close {
  position: absolute;
  right: 30px;
  top: 30px;
}

.modal-info .modal-content {
  border-radius: 0;
}

/*LOGIN END*/

/*NEWS EVENTS*/

.news-title-holder {
  position: relative;
  padding-left: 75px;
}

.news-date-holder {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}

.news-date {
  padding: 10px;
  width: 60px;
  background-color: #0e3253;
  line-height: 1;
}

.news-date span {
  display: block;
}

.list-share .btn {
  border-radius: 0;
}

.list-share li {
  display: inline-block;
  margin-top: 10px;
}

.btn-share-fb {
  color: #fff;
  background-color: #2d4485;
}

.btn-share-fb:hover,
.btn-share-fb:focus,
.btn-share-fb:active {
  color: #fff;
  background-color: #1f3061;
}

.btn-share-twitter {
  color: #fff;
  background-color: #1da1f2;
}

.btn-share-twitter:hover,
.btn-share-twitter:focus,
.btn-share-twitter:active {
  color: #fff;
  background-color: #1883c5;
}

.btn-share-gplus {
  color: #fff;
  background-color: #d34836;
}

.btn-share-gplus:hover,
.btn-share-gplus:focus,
.btn-share-gplus:active {
  color: #fff;
  background-color: #c32e1a;
}

.attach-thumb {
  margin-bottom: 15px;
  padding: 12px;
  padding-left: 70px;
  min-height: 55px;
  border: 1px solid #ddd;
  display: block;
  position: relative;
  background-color: #efefef;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #666;
}

.attach-thumb:hover,
.attach-thumb:focus,
.attach-thumb:active {
  box-shadow: 0 2px 9px rgba(0,0,0,.2);
}

.attach-icon {
  position: absolute;
  left: 15px;
  top: 8px;
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 100px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.attach-icon .fa {
  color: inherit;
}

.pdf .attach-icon {
  background-color: #cb4646;
}

.doc .attach-icon {
  background-color: #515d8a;
}

.xls .attach-icon {
  background-color: #3f853b;
}

.ppt .attach-icon {
  background-color: #f18901;
}

.txt .attach-icon {
  background-color: #666;
}

.img .attach-icon {
  background-color: #16b4d6;
}

.box-aside {
  margin-bottom: 30px;
  padding: 15px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.aside-article-thumb {
  padding: 15px 0;
  display: block;
}

.aside-event-thumb + .aside-event-thumb,
.aside-article-thumb + .aside-article-thumb {
  border-top: 1px solid #ddd;
}

.aside-event-thumb:hover .title-bold,
.aside-event-thumb:focus .title-bold,
.aside-event-thumb:active .title-bold,
.aside-article-thumb:hover .title-bold,
.aside-article-thumb:focus .title-bold,
.aside-article-thumb:active .title-bold {
  color: #fb8e00;
}

.aside-event-thumb {
  position: relative;
  padding: 15px 0;
  padding-left: 100px;
  min-height: 95px;
  display: block;
}

.aside-event-img {
  position: absolute;
  left: 0;
  top: 15px;
  width: 90px;
  overflow: hidden;
}

.news-event-thumb {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  position: relative;
  background-color: #fff;
}

.news-event-thumb a {
  position: relative;
  padding: 15px;
  padding-left: 90px;
  display: block;
  min-height: 95px;
  z-index: 2;
}

.news-event-thumb .news-date-holder {
  left: 15px;
}

.news-event-thumb:hover .title-grey,
.news-event-thumb:focus .title-grey,
.news-event-thumb:active .title-grey {
  color: #fb8e00;
}

.event-thumb-text .news-date-holder {
  top: -30px;
}

.event-thumb-text {
  position: relative;
  padding: 10px;
  padding-left: 70px;
}

.event-thumb {
  margin-bottom: 30px;
}

/*NEWS EVENTS END*/

/*CHANGE PASSWORD*/

.box-change-pass {
  padding: 30px 50px;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.success-icon .fa {
  color: inherit;
  font-size: inherit;
}

.box-change-pass .form-group {
  margin-bottom: 20px;
}

.col-custom {
  padding-left: 7px;
  padding-right: 7px;
}

/*CHANGE PASSWORD END*/

.box-error {
  padding: 100px 0;
}

/*BOARD DIRECTORS*/

.box-top-grad {
  padding: 30px 20px;
  position: relative;
  border: 1px solid #ddd;
  background-color: #fff;
}

.box-top-grad:after,
.box-top-grad:before {
  position: absolute;
  content: " ";
}

.box-top-grad:before {
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(56,97,136,1);
  background: -moz-linear-gradient(left, rgba(56,97,136,1) 0%, rgba(206,238,250,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(56,97,136,1)), color-stop(100%, rgba(206,238,250,1)));
  background: -webkit-linear-gradient(left, rgba(56,97,136,1) 0%, rgba(206,238,250,1) 100%);
  background: -o-linear-gradient(left, rgba(56,97,136,1) 0%, rgba(206,238,250,1) 100%);
  background: -ms-linear-gradient(left, rgba(56,97,136,1) 0%, rgba(206,238,250,1) 100%);
  background: linear-gradient(to right, rgba(56,97,136,1) 0%, rgba(206,238,250,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386188', endColorstr='#ceeefa', GradientType=1 );
}

.box-top-grad:after {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 33px 200px;
  border-color: transparent transparent #dddddd transparent;
}

.director-thumb {
  padding: 25px 0;
  position: relative;
  padding-left: 145px;
}

.director-img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 130px;
  border-radius: 100px;
  overflow: hidden;
}

.director-thumb .list-contact li {
  margin-bottom: 3px;
}

/* UPDATE 2019-03-15 */
.ads-swiper-pagination {
  position: relative !important;
  margin-top: 5px;
  bottom: 0 !important;
}

/* UPDATE 2024-03-05 */
.asita-run-content {
  width: 100%;
  margin-bottom: 15px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.asita-run-content .buttons {
  display: flex;
  justify-content: space-between;
}

.asita-run-content .buttons a:first-child {
  margin-right: 5rem;
}

#home-slider .swiper-pagination-bullets {
  display: none;
}

/* UPDATE 2024-03-07 */
#accordion {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#accordion .panel-heading {
  padding: 3.2rem 4rem;
/*  background-color: #ffffff;*/
}

#accordion .panel-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

#accordion .accordion-title {
  flex: 1;
  font-size: 2rem;
  line-height: 2.8rem;
}

#accordion .accordion-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b3d5e;
  border-radius: 50%;
}

#accordion .accordion-icon i {
  color: #ffffff;
  font-size: 2.4rem;
}

#accordion .panel-body {
  padding-right: 10%;
}
