body {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   background-color: #eaf3ff;
}
body a {
   color: #202020;
}
body a:hover {
   color: gray;
   text-decoration: none;
}
/* TOP BAR */
.top-bar {
   background-color: #014585;
   color: #ffffff;
   font-size: 14px;
   padding: 16px 0 0;
}
.top-bar a {
   color: #ffffff;
}
.top-bar a:hover {
   color: #0f6fc7;
}
.top-bar i {
   margin-right: 5px;
}

/* MENU BAR */
.menu-bar {
   text-transform: uppercase;
   font-weight: bold;
   background-color: #0f6fc7;
   border-bottom: 1px solid #014585;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.sm-clean {
   background: #0f6fc7;
}
.sm-clean ul {
   background: #014585;
}
.sm-clean ul a {
   color: #fff;
}
/* Dropdown hover background Menu */
.sm-clean ul a:hover, 
.sm-clean ul a:focus, 
.sm-clean ul a:active, 
.sm-clean ul a.highlighted {
   background: #0f6fc7;
   color: #fff;
}

/* CAROUSEL */
.carousel-caption {
   border-top: 1px solid #fff;
   color: #fff;
   background: #014585;
   opacity: 0.7;
   right: 0;
   left: 0;
   bottom: 0;
   text-align: left;
   padding: 30px;
}
.carousel-caption h2 {
   color: #fff;
}
.carousel-indicators li {
   background-color: #fff;
}
.carousel-indicators .active {
   background-color: #fbbc05;
}

/*  LOGO */
.brand {
   font-family: Arial, sans-serif, "Helvetica Neue", Helvetica;
   font-weight: bold;
   text-transform: uppercase;
   color: #ffffff;
}
.brand1 {
   font-family: Arial, sans-serif, "Helvetica Neue", Helvetica;
   font-weight: bold;
   text-transform: uppercase;
   color: #f0f007;
}

/* PAGE TITLE */
.page-title {
   font-weight: bold;
   border-bottom: 2px solid #fbbc05;
   margin-bottom: 15px;
   padding-bottom: 10px;
   margin-top: 0px;
}
.page-title:after {
   border-bottom: 2px solid #0f6fc7;
   width: 30%;
   display: block;
   position: absolute;
   content: '';
   padding-bottom: 10px;
}
footer .page-title:after {
   border-bottom: 2px solid #fff;
}
/* TESTIMONI */
.quote {
   overflow: hidden;
   background-color: #014585;
}
.quote-title {
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   display: inline-block;
   padding: 15px 15px;
   color: #FFF;
   float: left;
   background-color: #fbbc05;
   left: 0px;
   top: 0px;
   height: 50px;
}
ul.quote {
   display: block;
   padding: 0;
   margin: 0;
   list-style: none;
   line-height: 1;
   position: relative;
   overflow: hidden;
   height: 50px;
   background-color: transparent;
}
ul.quote li {
   color: #fff;
   position: absolute;
   top: -950em;
   left: 0;
   display: block;
   white-space: nowrap;
   font: 14px Helvetica, Arial, sans-serif;
   padding: 17px 15px 15px 15px;
}
ul.quote li span {
   color: #fbbc05;
   font-weight: bold;
}

/*  Conten */
h5.card-title {
   font-size: 16px;
   font-weight: bold;
}

/* Sidebar */
.sidebar .list-group-item {
   border: 1px solid #6c757d;
}

/* Footer */
footer {
   color: #fff;
   font-size: 14px;
}
footer .primary-footer {
   background-color: #014585;
   padding: 30px 0;
}
footer .secondary-footer {
   border-top: 1px solid #fff;
   background-color: #0f6fc7;
   padding: 10px 0;
}
footer .copyright {
   color: #fff;
   /* border-top: 1px solid #fff; */
}
footer a {
   color: #ffffff;
}
footer a:hover {
   color: yellow;
}
footer .page-title {
   color: #ffffff;
}
.social-icon {
   width: 40px;
   height: 40px;
   font-size: 15px;
   background-color: blue;
   color: #fff;
   text-align: center;
   margin-right: 10px;
   padding-top: 12px;
   border-radius: 50%;
}
.linked-in{
   background-color:#007bb6;
}
.facebook{
   background-color:#3b5998;
}
.twitter{
   background-color:#1da1f2;
}
.instagram {
   background-color:#fbbc05;
}
.youtube {
   background-color:#ef4e17;
}
.primary-footer nav ol.breadcrumb {
   background-color: transparent;
}

/* Tags */
.tag-content-block {
   display:block;
}
.tag a {
   border: 1px solid #fff;
   padding:12px 10px 8px 10px;
   color:#fff;
   display:inline-block;
   font-size:12px;
   text-transform:uppercase;
   line-height:11px;
   margin-bottom:5px;
   margin-right:2px;
   text-decoration:none;
}
.tag a:hover {
   border: 1px solid #fbbc05;
   color: #fff;
}
 .bingkai-maps {
      border: 4px solid #2196F3;
      border-radius: 10px;
      overflow: hidden;
      width: 310px;
      height:160px;
      margin: 50px auto;
      box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }
    .iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

/* Fullscreen Search */
#search_form {
   z-index: 999999;
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.9);
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   -webkit-transform: translate(0px, -100%) scale(0, 0);
   -moz-transform: translate(0px, -100%) scale(0, 0);
   -o-transform: translate(0px, -100%) scale(0, 0);
   -ms-transform: translate(0px, -100%) scale(0, 0);
   transform: translate(0px, -100%) scale(0, 0);

   opacity: 0;
}

#search_form.open {
   -webkit-transform: translate(0px, 0px) scale(1, 1);
   -moz-transform: translate(0px, 0px) scale(1, 1);
   -o-transform: translate(0px, 0px) scale(1, 1);
   -ms-transform: translate(0px, 0px) scale(1, 1);
   transform: translate(0px, 0px) scale(1, 1);
   opacity: 1;
}

#search_form input[type="search_form"] {
   position: absolute;
   top: 50%;
   width: 100%;
   color: rgb(255, 255, 255);
   background: rgba(0, 0, 0, 0);
   font-size: 60px;
   font-weight: 300;
   text-align: center;
   border: 0px;
   margin: 0px auto;
   margin-top: -51px;
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
}
#search_form .btn {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: 61px;
   margin-left: -45px;
}

.action-button {
   background-color: #0f6fc7;
   color: #fff;
}
.action-button:hover {
   background-color: #014585;
   color: #fff;
}

/* Responsive */
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
   .top-left{
      text-align: center !important;
   }
   .top-right {
      display: none;
   }
   .content * {
    font-size: 2rem !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
   .top-left{
      text-align: center !important;
   }
   .top-right {
      display: none;
   }
   .content * {
    font-size: 2rem !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
   .top-left{
      text-align: center !important;
   }
   .top-right {
      display: none;
   }
   .content * {
    font-size: 2rem !important;
  }
}

/* Overide Toastr color */
.toast {
  background-color: #030303;
}
/* custom toastr success */
.toast-success {
  background-color: #00cb18;
}
/* custom toastr error */
.toast-error {
  background-color: #ef5137;
}
/* custom toastr info */
.toast-info {
  background-color: #4b8df8;
}
/* custom toastr warning */
.toast-warning {
  background-color: #ffb848;
}
.toast-title, 
.toast-message {
   text-align: left;
}
.top-header {
  display: flex;
  align-items: center/* vertical alignment */
}
/* return to top */
#return-to-top {
   opacity: 0.7;
   z-index: 10000;
   position: fixed;
   bottom: 15px;
   right: 15px;
   background: #fbbc05;
   width: 30px;
   height: 30px;
   display: block;
   text-decoration: none;
   display: none;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
#return-to-top i {
   color: #fff;
   margin: 0;
   position: relative;
   left: 9px;
   top: 5px;
   font-size: 19px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
#return-to-top:hover {
   background: #000;
}
#return-to-top:hover i {
   color: #fff;
}

/* Animasi masuk dengan clip-path */
@keyframes slideInClip {
   0% {
      transform: rotateY(-90deg);
      right: 0;
   }

   100% {
      transform: rotateY(0deg);
   }
}

/* Animasi keluar dengan clip-path */
@keyframes slideOutClip {
   0% {
      transform: rotateY(0deg);
   }

   100% {
      transform: rotateY(-90deg);
      right: 0;
   }
}

/* Fullscreen Navigation */
.fullscreen-nav {
   position: fixed;
   top: 0;
   right: 0;
   width: 80%;
   height: 100%;
   background-color: #0655A0;
   flex-direction: column;
   padding: 0px;
   z-index: 9999;
   overflow-y: auto;
   transform-origin: right;
   transition: transform 0.6s ease-in-out;
}

.fullscreen-nav.show {
   animation: slideInClip 0.5s forwards ease-in-out;
}
.fullscreen-nav.hide {
   animation: slideOutClip 0.5s forwards ease-in-out;
}

.content,
.top-bar, .image-slider, .quote-slide, .nav-bawah-slide, .footer-slide {
   transition: transform 0.5s ease;
}
.content.shift-left,
.top-bar.shift-left, .image-slider.shift-left, .quote-slide.shift-left, .nav-bawah-slide.shift-left, .footer-slide.shift-left {
   transform: translateX(-80%);
}

.button-slide {
   font-size: 3rem;
   width: 80px;
   height: 80px;
   color: white;
   background: #014585;
   transition: clip-path 0.5s ease;
   border: none;
   position: relative;
   border-radius: 0px !important;
   z-index: 8000;
   position: relative;
   overflow: hidden;
   clip-path: inset(0 0 0 0);
}
.content.shift-left,
.top-bar.shift-left,
.image-slider.shift-left,
.quote-slide.shift-left,
.nav-bawah-slide.shift-left,
.footer-slide.shift-left {
  transform: translateX(-80%);
}

.button-slide {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  color: white;
  background: #014585;
  transition: clip-path 0.5s ease;
  border: none;
  position: relative;
  border-radius: 0px !important;
  z-index: 8000;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}
.button-slide.slide-up-active {
   clip-path: inset(0 0 100% 0);
}

.fullscreen-nav ul {
   list-style-type: none;
   padding: 0;
}

.fullscreen-nav li {
   margin: 15px 0;
   transition: background-color 0.3s ease;
   box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.fullscreen-nav li:hover {
   background-color: #0f6fc7;
   transition: 0.3 ease;
}

.fullscreen-nav a {
   color: white;
   font-size: 1.2rem;
   text-transform: uppercase;
   text-decoration: none;
}

.fullscreen-nav a.active {
   font-weight: bold;
}

.fullscreen-nav .header-top {
   padding: 20px;
   background-color: #4B0082;
}

.fullscreen-nav .logo img {
   width: 100px;
   height: auto;
   margin-bottom: 10px;
   border-radius: 4px;
}

.close-btn {
   font-size: 3rem;
   width: 100px;
   height: 100px;
   z-index: 9000;
   color: white;
   background: #0655A0;
   border: none;
   position: fixed;
   left: 10%;
   top: 0;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: clip-path 0.5s ease;
   clip-path: inset(0 0 100% 0);
}
.close-btn.close-btn-active {
   clip-path: inset(0 0 0 0);
}

.menu {
   list-style-type: none;
   padding: 0;
   margin-top: 20px;
   width: 100%;
   overflow-y: auto;
   transition: transform 0.3s ease;
}

.menu>li {
   padding: 15px 20px;
   border-bottom: 1px solid #ffffff33;
}

.menu>li>a {
   color: white;
   font-size: 2.3rem;
   text-decoration: none;
   align-items: center;
}

.menu>li>a i {
   margin-right: 10px;
}

/* Dropdown Styling */
.menu .dropdown-menu {
   list-style-type: none;
   padding: 0;
   margin-top: 20px;
   margin-left: 20px;
   background-color: #0655A0;
   border-radius: 0;
   border: none;
   display: none;
   width: 100%;
   max-height: 0;
   overflow: hidden;
   transition: transform 0.3s ease, max-height 0.3s ease;
   overflow-y: auto;
}

.menu .dropdown-menu li {
   padding: 15px 20px;
   border-bottom: 1px solid #ffffff33;
   transition: transform 0.3s ease;
}

.menu .dropdown-menu li a {
   color: white;
   font-size: 2rem;
   text-decoration: none;
   display: flex;
   align-items: center;
   transition: transform 0.3s ease;
}
.menu .dropdown-menu li a i{
   margin-right: 10px;
}

.menu li:hover>.dropdown-menu {
   display: block;
   position: relative;
   max-height: 500px;
   z-index: 1;
   transition: transform 0.3s ease;
}

.dropdown-toggle {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px;
   font-size: 30px;
   color: white;
   cursor: pointer;
   position: relative;
}
.dropdown-toggle::after {
   display: none; 
}
.dropdown-toggle i {
   margin-left: 5px;
   transition: transform 0.3s ease;
}
.arrow-icon {
   margin-left: auto;
   transition: transform 0.3s ease;
   display: flex;
   justify-content: space-between;
}

.dropdown-toggle.active i {
   transform: rotate(180deg);
}

.dropdown-toggle.active .arrow-icon {
   transform: rotate(90deg);
}

/* Scrollbar Styling for Fullscreen Navigation */
.fullscreen-nav::-webkit-scrollbar,
.menu::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar {
   width: 15px;
}

.fullscreen-nav::-webkit-scrollbar-track,
.menu::-webkit-scrollbar-track,
.dropdown-menu::-webkit-scrollbar-track {
   background-color: gray;
}

.fullscreen-nav::-webkit-scrollbar-thumb,
.menu::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb {
   background-color: #0f6fc7;
   border-radius: 20px;
   border: 2px solid #014585;
}

.content {
  font-size: 1.125rem !important;
}
