/**
* Template Name: Arsha - v4.1.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
  font-size:14px;
}

a {
  color: #2e3192;
  text-decoration: none;
}

a:hover {
  color: #e50000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.water{
  width:400px;
  height: 400px;
  background-color: skyblue;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 30px 0 rgba(0,0,0,.5), 0 4px 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
}
.water:before, .water:after{
  content:'';
  position: absolute;
  width:400px;
  height: 400px;
  top:-150px;
  background-color: #fff;
}
.water:before{
  border-radius: 45%;
  background:rgba(255,255,255,.7);
  animation:wave 5s linear infinite;
}
.water:after{
  border-radius: 35%;
  background:rgba(255,255,255,.3);
  animation:wave 5s linear infinite;
}
@keyframes wave{
  0%{
      transform: rotate(0);
  }
  100%{
      transform: rotate(360deg);
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(255,255,255, 0.4);
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  border: 10px solid #2e3192;
  border-top-color: rgba(255,255,255, 0.01);
  border-bottom-color: rgba(255,255,255, 0.01);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 25px;
  z-index: 996;
  background: #f3f3f3;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #2e3192;
  line-height: 0;
}

.back-to-top:hover {
  border: 0px solid #2e3192;
  background: #e50000;
  color: #fff;
}

.back-to-top i:hover {
  border: 0px solid #2e3192;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0px;
  background: #fff;
}

.breadcrumb {
  padding: 10px 100px;
  background: #f3f3f3;
  min-height: 30px;
margin-bottom: 0px;
color: #2e3192;
font-weight: 500;
}

.breadcrumb a:hover {
color: #e50000;
font-weight: 500;
}

/*
background: rgba(255,255,255, 0.9);
background: rgba(40, 58, 90, 0.9);
*/

#header.header-scrolled, #header.header-inner-pages {
  background: #fff;
  box-shadow: 2px 3px 3px 2px #f3f3f3;
}

#header .logo {
  margin: 0;
  margin-top:0;
  margin-left:0%;
  padding-right: 10px;
  text-decoration:none;
}

#header .logo a {
  color: #fff;
  text-decoration:none;
}
/*
max-height: 40px;
*/
#header .logo img {
  max-height: 38px;
  text-decoration:none;
}

.carousel-caption h3
{
  color: #2e3192;
  font-weight:bold;
  font-size: 20px;
}

.carousel-caption h3:hover
{
  color: #e50000;
  font-weight:bold;
  font-size: 20px;
}

.image_slide
{
  width:100%;
  height:520px;
  margin: auto;
  display: block;
}

.carousel_baru {
  width: 100%;
  max-width: 1200px;
  height: 520px;
  margin: 7vh auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}


/* slide jadi layer */
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* hanya yg aktif tampil */
.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* caption */
.carousel_baru-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

  color: #fff;
  background: rgba(0,0,0,0.5);
  padding: 10px 16px;
  border-radius: 10px;

  text-decoration: none;
  font-weight: 500;
  text-align: center;

  max-width: 80%;
  line-height: 1.4;
}
.carousel_baru-caption:hover {
  background-color: #2f4f6f;
  color: #fff; /* biar nggak berubah merah saat hover */
}

.pause-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  padding: 6px 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.control-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;

  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;

  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 18px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* efek hover */
.control-btn:hover {
  background: rgba(0,0,0,0.7);
}

.carousel_baru_2 img {
  width: 50%;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
  top: 50%;
transform: translate(-50%, -50%);
position: relative;
}

.carousel_baru img.active {
  opacity: 1;
}

/* ===== BUTTON ===== */
.carousel_baru button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 30px;
  padding: 5px 15px;
  cursor: pointer;
  z-index: 10;
}

.carousel_baru button:hover {
  background: rgba(0,0,0,0.8);
}

.carousel_baru .prev {
  left: 10px;
}

.carousel_baru .next {
  right: 10px;
}

.image_iso
{
  
  width:150px;
  padding:10px;
 
  margin-left:0%;
  display: block;
}

.sup {
  line-height: 0.5em;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}



.image_produk {
  margin-bottom:10px;
  vertical-align: baseline;
}

.image_produk:hover {
  transform: scale(1.10,1.10);
	cursor: pointer;
  transition: .4s linear;
  
}

.map-container {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: 0.3s;
}

.map-container:hover {
  transform: scale(1.01);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.image_berita {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.image_berita:hover {
  transform: scale(1.05,1.05);
	cursor: pointer;
  transition: .4s linear;
}

.image_table {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.image_table:hover {
  transform: scale(1.05,1.05);
	cursor: pointer;
  transition: .4s linear;
}

.image_detail_berita {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
}



.image_detail_berita:hover {
  transform: scale(1.65,1.65);
	cursor: pointer;
  transition: .4s linear;
}

.image_informasi {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.image_informasi:hover {
  transform: scale(1.05,1.05);
	cursor: pointer;
  transition: .4s linear;
}

/*
.image_list_berita {
  width: 100%;
  aspect-ratio: 16 / 9; 
  object-fit: cover;
  display: block;
  margin: 20px auto;
  border-radius: 15px;
}
*/

.berita-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  
}

.berita-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 15px; 
}

.link-berita {
  text-decoration: none;
  color: inherit;
}

/* GAMBAR FIX PROPORSI */
.image_list_berita {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* JUDUL */
.judul {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  line-height: 1.4;
 color: #2e3192;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* max 2 baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* META */
.meta {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

.meta img {
  width: 14px;
  vertical-align: middle;
  margin-right: 3px;
}

/* ISI */
.isi {
  font-size: 13px;
  color: #333;
  line-height: 1.5;

  display: -webkit-box;
  -webkit-line-clamp: 3; /* max 3 baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 2vh;
}

/* BUTTON */
.button_daftar {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  margin-top: 1vh;
}

.button_daftar:hover {
  background: #0056b3;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .berita-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .berita-grid {
    grid-template-columns: 1fr;
  }
}

.image_list_berita:hover {
  transform: scale(1.04,1.04);
	cursor: pointer;
  transition: .4s linear;
  border-radius: 25px;
  
}

.image_produk_kanan {
  vertical-align: text-top; /* Value: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit */
  margin-bottom:10px;
  float:right;
}

.image_produk_detail {
  vertical-align: text-top; /* Value: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit */
  margin-top:10%;
}

.image_detail_produk {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.image_keranjang {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.image_detail_produk:hover {
  transform: scale(1.25,1.25);
	cursor: pointer;
  transition: .4s linear;
}

.image_hewan {
  display: block;
  width: 50px;

}



.image_flag
{
  width:64%;
  margin-left: auto;
  margin-right: auto;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}
/*
.page-item .page-link a:active{background-color:#e51c1c; color:#fff;}

.page-item .page-link a.active {
  background-color: #4CAF50;
  color: white;
}
*/
.page-item li.page-link > a {
  background-color: #e51c1c;
  color: #e51c1c;
}

.pagination .active .page-link {
    background-color: #e51c1c;
    border-color: #e51c1c;
    color: #fff;
}

/* The Modal (background) */
.modal_image {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 30px; /* Location of the box */
  left: 0%;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  border-radius: 20px;
}

/* Modal Content (image) */
.modal-content_image {
  margin: auto;
  display: block;
  width: 30%;
  max-width: 500px;
}

.modal_1 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 30px; /* Location of the box */
	margin-top:-15%;
 
	width: 100%; /* Full width */
	height: 83%; /* Full height */
	overflow: auto; /* Enable scroll if needed */

  border-radius:15px;
  }
  
  /* Modal Content */
  .modal-content_1 {
	  position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0px;
	width: 35%;

	border-radius:15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

  border:1px solid #d8d8d8;

  }

  /*min-height: 40%;*/

  .modal-content_1 h3{
	 
	margin-bottom:-3%;
  margin-left:7%;
  margin-top:-2%;
	
  }

  .modal_2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    margin-top:-15%;
   
    width: 100%; /* Full width */
    height: 83%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
  
    border-radius:15px;
    }
    
    /* Modal Content */
    .modal-content_2 {
      position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0px;
    width: 35%;
    min-height: 35%;
    border-radius:15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  
    border:1px solid #d8d8d8;
  
    }
  
    /*min-height: 40%;*/
  
    .modal-content_2 h3{
     
    margin-bottom:-3%;
    margin-left:7%;
    margin-top:-2%;
    
  
    }


    .modal_3 {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 30px; /* Location of the box */
      margin-top:-30%;
     
      width: 100%; /* Full width */
      height: 100%; /* Full height */
     
    
      border-radius:15px;
      }
      
      /* Modal Content */
      .modal-content_3 {
        position: relative;
      background-color: #fff;
      margin: auto;
      padding: 0px;
      width: 35%;
      height: 90%;
      border-radius:15px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    
      border:1px solid #d8d8d8;
    
      }
    
      /*min-height: 40%;*/
    
      .modal-content_3 h3{
       
      margin-bottom:-3%;
      margin-left:7%;
      margin-top:-2%;
      
    
      }
  
/*
  border-right:8px solid #2e3192;
  border-bottom:7px solid #2e3192;
  border-left:1px solid #d8d8d8;
  border-top:1px solid #d8d8d8;
*/
  .close_konfirmasi {
   float:right;
      top: 30;
      right: 30;
    background-color: #e41c1c;
    border:none;
    border-radius: 0px 15px 0px 0px;
    /*
      border-top-right-radius: 15px;
    */
      color: white;
      padding: 5px 5px;
      letter-spacing:0px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 12px;
      cursor: pointer; 
      font-weight:bold;	
    }

    .number{
      width: 150px;
        margin: 40px auto;
        
      }
  
    .close_konfirmasi:hover,
    .close_konfirmasi:focus {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
    transform: scale(1.05,1.05);
    border-radius:0px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: #e41c1c;
    transform: scale(1.05,1.05);
    border-radius: 0px 15px 0px 0px;
    
    /*
      border-top-right-radius: 15px;
    */
    }

    .close_konfirmasi_2 {
      float:right;
         top: 30;
         right: 30;
       background-color: #e41c1c;
       border:none;
       border-radius: 0px 15px 0px 0px;
       /*
         border-top-right-radius: 15px;
       */
         color: white;
         padding: 5px 5px;
         letter-spacing:0px;
         text-align: center;
         text-decoration: none;
         display: inline-block;
         font-size: 12px;
         cursor: pointer; 
         font-weight:bold;	
       }
     
       .close_konfirmasi_2:hover,
       .close_konfirmasi_2:focus {
       box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
       transform: scale(1.05,1.05);
       border-radius:0px;
       color: #000;
       text-decoration: none;
       cursor: pointer;
       background-color: #e41c1c;
       transform: scale(1.05,1.05);
       border-radius: 0px 15px 0px 0px;
       
       /*
         border-top-right-radius: 15px;
       */
       }

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content_image, #caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close_image {
  position: absolute;
 top:-5px;
  right: 0px;
  color: #fff;
padding: 0px 5px;
  background-color:#e50000;
 
  font-size: 36px;
  font-weight: bold;
  transition: 0.3s;
}

.close_image:hover,
.close_image:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 300px){
  .modal-content_image {
    width: 100%;
  }
}

/*margin-right: 20px;*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

{box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*
.active, .dot:hover {
  background-color: #fff;
}
*/

/*
.active, .dot:hover {
  background-color: #ff0000;
}
*/

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

#captcha {
  margin-bottom: 8px;
}

#captcha .title {
  text-align: center;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
  padding: 30px 0;
}

#captcha .captcha-from {
  max-width: 70%;
  margin: 0 auto;
}

#captcha .captcha-from label{
  font-weight: normal;
}

#captcha .form-control{
  border-radius: 0;
}
#captcha .input-group-addon {
  border-top-left-radius: 0 ;
  border-bottom-left-radius: 0;
}

#captcha .captcha-group div{
 
}

#captcha .captcha-code .code{
  border-radius: 15px;
  width: 170px;
  height: 38px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: 1px solid #CCC;
}

#captcha .captcha-code .code .dynamic-code{
  text-shadow: 7px 7px 5px rgba(150, 150, 150, 1);
  color: #2e3192;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently */
  cursor: help;
}

#captcha .captcha-code .code .dynamic-code:first-letter{
  font-size: 24px;
}

#captcha .captcha-code .captcha-reload{
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  max-width: 30px;
  color: #2e3192;
}

#captcha .captcha-code .captcha-reload:hover{
  color: #00B16A;
}

#captcha #captcha-input{
  max-width: 150px;
  margin-top: 0px;
  border-radius: 15px;
  font-size:13px;
}

#captcha .btn{
  border-radius:0;
}

#captcha .table_captcha {min-width:100%;border:0px solid #f3f3f3; margin-bottom:50px;}
#captcha .table_captcha th {padding:0px;border:0px solid #000; background-color:#fff; color:#555;
text-align:center;font-size:12px;}
#captcha .table_captcha td {padding:7px;border:0px solid #000; color:#0b486b; font-weight:700; font-size:12px;}
#captcha .table_captcha th{
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  max-width: 36px;
  color: #2e3192;
}

#errCaptcha {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin-top: -25px;
  margin-bottom: 10px;
  max-width: 360px;
  color: #2e3192;
}

#captcha .table_captcha th :hover{
  cursor: pointer;
  color: #e50000;
}

#errCaptcha .table_captcha  th{
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  max-width: 36px;
  color: #2e3192;
}

.top-bar-produk {
  display: flex;
  justify-content: space-between;
  align-items: center;

  flex-wrap: wrap; /* biar aman di HP */
   justify-content: center; /* semua isi ke tengah */
 
}

.info-produk {
  font-size: 12px;
  color: #333;
 border:1px solid #d8d8d8;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background: #f7f7f7;
  padding: 7px 15px;
  border-radius: 15px;
  margin: 0 auto;       /* bikin ke tengah */
  width: fit-content;   /* biar tidak full lebar */
  text-align: center;

}


.dropdown_produk_3 {
  position: relative;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.navbar {
  padding: 0;
  color: #fff;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
  color: #303030;
  margin-right:45px;
  margin-left:45px;
}
/*
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  background: #0069e0;
  color:#fff;
  border-radius:15px;
}

.navbar li {
  position: relative;
  color:#fff;
}
*/

.navbar ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  align-items: center;
  background: #2e3192;
  border-radius: 15px;
}
/*
background: linear-gradient(#4d6091,#2e3192);
*/

.navbar li {
  position: relative;
  border :0px solid #fff;
  
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  padding: 8px 11px;
  outline: none;
}

.navbar a i {
  font-size: 13px;
  line-height: 0;
  margin-left: 5px;
}

.nav-login a i {
  font-size: 20px;
  line-height: 0;
}
/*
.navbar .nav-login a i:hover {
  background-color: #fff;
  color: #e50000;
padding:0;
  transition: .5s linear;
}
*/

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #fff  !important;
  background: linear-gradient(-40deg, #0b486b, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: .5s linear;
  text-decoration: none;
}

.modal_media a:hover
{
  background: #fff;
}

.modal_media .button_notif
{
  display: block;
}

.navbar .getstarted {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #2e3192;
  font-weight: 600;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  padding: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: 0.5s;
  border-radius: 10px;
}

.navbar .dropdown ul li {
  min-width: 50px;
  text-align: center;
}

.navbar .dropdown ul a {
  padding: 6px 12px;
  font-size: 13px;
  text-transform: none;
  font-weight: 600;
  color: #2e3192;
  text-align: center;
}

.navbar .dropdown ul a i {
  font-size: 12px;
  padding: 5px 8px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
  background:#2e3192;
  border-radius: 0px;

  text-decoration: none;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  text-decoration: none;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.dropbtn_produk {
  background-color: #2e3192;
  color: white;
  padding: 9px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  min-width: 120px;
  border-radius: 15px 0px 0px 15px;
 
}

.dropbtn_produk_2 {
  background-color: #2e3192;
  color: white;
  padding: 9px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  min-width: 100px;

 
}

.dropbtn_produk_3 {
  background-color: #2e3192;
  color: white;
  padding: 9px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  min-width: 100px;
  border-radius: 0px 15px 15px 0px;
 
}

.dropdown_produk {
  position: relative;
  display: inline-block;
  float:right;
 
}

.dropdown_produk_2 {
  position: relative;
  display: inline-block;
  float:right;
 
}

.dropdown_produk_3 {
  position: relative;
  display: inline-block;
  float:right;
 
}
 /*float:right;*/
.dropdown-content_produk {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 120px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  z-index: 1;
  font-size: 13px;
  border:0px solid #d8d8d8;
}

.dropdown-content_produk a {
  color: #333;
  padding: 5px 8px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  min-width: 100px;
  text-align: center;
  border-bottom:1px solid #d8d8d8;
}

.dropdown-content_produk a:hover {background-color: #2e3192;
  color: #fff;}

.dropdown_produk:hover .dropdown-content_produk {
  display: block;
}

.dropdown_produk:hover .dropbtn_produk {
  background-color: #e50000;
}



.dropdown_produk_2:hover .dropbtn_produk_2 {
  background-color: #e50000;
}

.dropdown_produk_3:hover .dropbtn_produk_3 {
  background-color: #e50000;
}

/*
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
*/

.dropdown-content_produk_2 {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 100px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  z-index: 1;
  font-size: 13px;
  border:0px solid #d8d8d8;
}

.dropdown-content_produk_2 a {
  color: #333;
  padding: 5px 8px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  min-width: 100px;
  text-align: center;
  border-bottom:1px solid #d8d8d8;
}

.dropdown-content_produk_2 a:hover {background-color: #2e3192;
  color: #fff;}

.dropdown_produk_2:hover .dropdown-content_produk_2 {
  display: block;
}

.dropdown_produk_2:hover .dropbtn_produk {
  background-color: #e50000;
}

.dropdown_produk_2:hover .dropbtn_produk_2 {
  background-color: #e50000;
}

.dropdown_produk_3:hover .dropbtn_produk_3 {
  background-color: #e50000;
}


.dropdown-content_produk_3 {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 100px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  z-index: 1;
  font-size: 13px;
  border:0px solid #d8d8d8;
}

.dropdown-content_produk_3 a {
  color: #333;
  padding: 5px 8px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  min-width: 100px;
  text-align: center;
  border-bottom:1px solid #d8d8d8;
}

.dropdown-content_produk_3 a:hover {background-color: #2e3192;
  color: #fff;}

.dropdown_produk_3:hover .dropdown-content_produk_3 {
  display: block;
}

.dropdown_produk_3:hover .dropbtn_produk_3 {
  background-color: #e50000;
}

.dropdown_produk:hover .dropbtn_produk_2 {
  background-color: #e50000;
}

.dropdown_produk:hover .dropbtn_produk_3 {
  background-color: #e50000;
}

/* ================= WRAPPER ================= */
.filter-wrapper {
  text-align: center;
  margin-bottom:-3vh;
}

/* ================= BAR UTAMA ================= */
.filter-bar {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #ddd;
  border-radius: 30px;
  background: #eef0f6;
  overflow: visible;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* ================= ITEM ================= */
.filter-item {
  position: relative;
  flex: 1;
  min-width: 140px; /* supaya tidak terlalu kecil */
}

/* hover bridge (anti gap) */
.filter-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}

/* ================= BUTTON ================= */
.filter-btn {
  width: 100%;
  padding: 10px 15px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
  transition: 0.2s;
}

.filter-btn:hover {
  background: #2e3192;
  color:#fff;
}

/* ACTIVE (opsional) */
.filter-btn.active {
  background: #2e3192;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
}

/* ================= DIVIDER ================= */
.divider {
  width: 1px;
  background: #ddd;
}

/* ================= DROPDOWN ================= */
.filter-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  width: 100%;       /* ikut lebar tombol */
  min-width: 100%;   /* cegah melebar */

  margin: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  overflow: hidden;
  z-index: 9999;

  opacity: 0;
  transform: translateY(5px);
  transition: 0.2s;
}

/* SHOW */
.filter-item:hover .filter-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);


}

/* ================= ITEM MENU ================= */
.filter-menu a {
  display: block;
  padding: 10px 12px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: 0.2s;
}

.filter-menu a:last-child {
  border-bottom: none;
}

/* HOVER ITEM */
.filter-menu a:hover {
  background: #eef0f6;
  padding-left: 16px;
    color: #2e3192;
  font-weight: 600;
}

/* ================= SCROLL ================= */
.filter-menu {
  max-height: 450px;
  overflow-y: auto;
}

/* SCROLLBAR */
.filter-menu::-webkit-scrollbar {
  width: 5px;
}

.filter-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* HOVER tombol pertama */
.filter-item:first-child .filter-btn:hover {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* HOVER tombol terakhir */
.filter-item:last-child .filter-btn:hover {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.filter-btn {
  background-clip: padding-box;
}

/* ================= RESPONSIVE ================= */





/* Set a style for all buttons */
.button_modal {
  margin-left:30px;
  background-color: #fff;
  color: #2e3192;
  padding: 0px 0px;
  font-size:20px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.button_modal :hover {
  color: #e50000;
}

.button_flag {
  margin-right: -20px;
  background: #fff;
  border: none;
  cursor: pointer;
}

.button_flag_1 {
  background: #fff;
  border: none;
  cursor: pointer;
}

.container_flag {
  margin-top:-15px;
  margin-bottom:2px;
  margin-right:20px;
  background: #fff;
  text-align:right;
}

.button_flag :hover {
  color: #e50000;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.image {
  vertical-align: text-top; /* Value: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit */
  margin-right:2px;   
margin-top:-3px;
}

.image_link {
  vertical-align: text-top; /* Value: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit */
  margin-right:5px;   
margin-top:-2px;
}

.image_link_2 {
  vertical-align: text-top; /* Value: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit */
  margin-right:10px;   
margin-top:3px;
}

img.avatar {
  width: 92%;
}

.image_me {
  width: 92%;
}

.container-modal {
  padding: 5px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #ffff;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border-top: 3px solid #2e3192;
  border-right: 8px solid #2e3192;
  border-bottom: 8px solid #2e3192;
  border-left: 3px solid #2e3192;
  width: 30%; /* Could be more or less, depending on screen size */
  border-radius: 20px;

}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 15px;
  top: -38px;
  color: #fff;
  background: #e50000;
  font-size: 20px;
  font-weight: bold;
  padding:0px 5px;
  border-radius: 0px;
}

.close:hover,
.close:focus {
  background: #cc0000;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

.login {
  padding:15px;
  max-width: 300px;
  margin: 10px auto;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  }

  .login-1--header {
    background-color: #2e3192; }
  .login-1 .arrow-down {
    border-top: 20px solid #2e3192; }
  .login-1 .input-group-addon {
    background-color: #2e3192; }
  .login-1 .btn-default {
    background-color: #2e3192; }

  .login-2--header {
    background-color: #6d008f; }
  .login-2 .arrow-down {
    border-top: 20px solid #6d008f; }
  .login-2 .btn-default {
    background-color: #6d008f; }
  .login-2 .input-group-addon {
    background-color: #6d008f; }
  .login-3--header {
    background-color: #b33000; }
  .login-3 .arrow-down {
    border-top: 20px solid #b33000; }
  .login-3 .btn-default {
    background-color: #b33000; }
  .login-3 .input-group-addon {
    background-color: #b33000; }
  .login--header {
    padding: .7em 0;
    color: #fff;
    position: relative; }
    .login--header h3 {
      text-transform: UPPERCASE; }
  .login--form {
    padding: 10px 200px; }

    .login h3 {
      margin-top:-30px;
      padding: 10px 20px; 
    font-size:20px;}

    .login h4 {
      margin-top:0px;
    font-size:16px;
    margin-bottom:20px;}

    .login--form__input-area {
      border-radius:0px;
      width: 100%; }
  .login--footer {
    padding: 0 20px 20px 20px; }
    .login--footer__text:first-of-type {
      padding-top: 10px; }
  .login .btn {
    margin-left:25%;
    border: none;
    border-radius: 0;
    display: block;
    width: 50%;
    color: #fff; 
  height:50px;
}
    

/***********utility************/
.arrow-down {
  z-index: 999;
  border: 20px solid transparent;
  position: absolute;
  margin: 0 auto;
  top: 100%;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

span.input-group-addon {
  color: #fff;
  font-size: 16px;
  width: 17%; 
padding:10px 18px;
border-radius:10px;}

span.icon {
  display: inline-block !important; }
  span.icon-small {
    font-size: 1.8em;
    line-height: 1.9em;
    width: 2em;
    text-align: center; }
  span.icon-medium {
    font-size: 2.5em;
    line-height: 1.9em;
    width: 2em;
    text-align: center; }

.login--header .icon {
  border: 2px solid #fff;
  border-radius: 50%; }

.login--form__input-area,
.login--footer__text,
.login--footer__social-buttons {
  margin-bottom: 20px; }

.btn-default {
  padding: 1em; }

span.icon {
  color: #fff; }
  .icon-fb {
    background-color: #0069e0; }
  .icon-tw {
    background-color: #8accff; }
  .icon-gp {
    background-color: #c22a00; }

a {
  color: inherit; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none;
     }

.checkbox-label {
  position: relative;
  padding-left: 30px;
  vertical-align: middle; }

  /*
input[type="checkbox"] {
  visibility: hidden; }
  */

.checkgraph {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  left: 0; }

.checkgraph:before {
  max-width: 0px;
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  font-size: 1.7em; }

input:checked ~ .checkgraph:before {
  max-width: 30px;
  -webkit-animation-name: check;
          animation-name: check;
  -webkit-animation-duration: .3s;
          animation-duration: .3s; }

@-webkit-keyframes check {
  0% {
    max-width: 0; }
  100% {
    max-width: 30px; } }

@keyframes check {
  0% {
    max-width: 0; }
  100% {
    max-width: 30px; } }

/*# sourceMappingURL=style.css.map */

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
    color: #2e3192;
    background: #fff;
  }
  .breadcrumb {
    padding: 18px 10px 10px 120px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2e3192;
  font-size: 25px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  right: 0;
  top: 0;
  border:2px solid #2e3192;
  border-radius:8px;
  margin-top: -7px;
}

.mobile-nav-toggle.bi-x {
  color: #2e3192;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 10px 120px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
  .image_slide
{
  height:350px;
}

.carousel_baru {
  width: 100%;
  max-width: 900px;
  height: 250px;
  margin: 7vh auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

 .pause-btn {
    font-size: 12px;
    padding: 5px 8px;
  }
   .control-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
.carousel_baru-caption {
    bottom: 10px;
    padding: 6px 10px;
    font-size: 13px;

    max-width: 90%;

    /* biar rapi & tidak kepanjangan */
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* max 2 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }



 .mobile-nav-toggle {
    display: block !important;
    font-size: 28px;
    cursor: pointer;
    position: relative;
    z-index: 10001;
  }

  .navbar ul {
    display: none;
  }

/* container menu mobile */
#navbar.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;

  padding: 10px 0;
  border-radius: 14px;

  background: #fff;
  overflow-y: auto;

  box-shadow: 0 10px 25px rgba(0,0,0,0.15);

  /* animasi muncul */
  opacity: 1;
  transform: translateY(-10px) scale(0.98);
  transition: all 0.25s ease;
  
 
  backdrop-filter: blur(6px);      /* tetap blur */
}

/* saat aktif (tambahkan class show via JS kalau perlu) */
#navbar.navbar-mobile ul.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* item menu */
#navbar.navbar-mobile ul li {
  list-style: none;
}

/* link */
#navbar.navbar-mobile ul li a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #2e3192;
  text-decoration: none;

  border-radius: 8px;
  margin: 2px 10px;

  transition: all 0.2s ease;
}

/* hover effect */
#navbar.navbar-mobile ul li a:hover {
  background: #2e3192;
  color: #fff;
  transform: translateX(5px);
}

/* aktif menu */
#navbar.navbar-mobile ul li a.active {
  background-color: #cc0000);
  font-weight: 600;
}

/* divider halus antar menu */
#navbar.navbar-mobile ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
  
  #header .logo img {
    max-height: 35px;
   
  margin-left: 30%;
  }

  .carousel-caption
  {
    font-size: 12px; 
  }

  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  .button_modal {
    margin-left:0px;
    background-color: #2e3192;
    color: #fff;
    text-align: left;
    padding-left:20px;
    font-size:20px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
 background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  min-height: fit-content;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 14px;
  color: #2e3192;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  

  color: #fff;
  background: linear-gradient(-40deg, #0b486b, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: .5s linear;
  text-decoration: none;
}


.navbar-mobile .getstarted {
  margin: 15px;
  color: #2e3192;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 7px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #fff;
  background: #2e3192;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

a:hover {
  color: #e50000;
  }

.website {
    padding: 0px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: #2e3192;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #2e3192;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #2e3192;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 10px 120px;
    background: #f3f3f3;
    min-height: 30px;
    margin-bottom: 0px;
    color: #2e3192;
    font-weight: 500;
  }
  .image_slide
  {
    height:350px;
  }

  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
  #header .logo img {
    max-height: 30px; 
  }
 
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

@media (max-width: 768px) {
  
  .breadcrumb {
    padding: 10px 120px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }

  .image_slide
  {
    height:350px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
  #header .logo img {
    max-height: 35px;
    margin-left: 30%;
  }
 
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

@media (max-width: 575px) {
  .breadcrumb {
    padding: 10px 10px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
  .image_slide
  {
    height:200px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #header .logo img {
    max-height: 28px;
    margin-left: 17%;
  }
  .carousel-caption h3
  {
    font-size: 14px; 
  }
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

@media (max-width: 430px) {
  .breadcrumb {
    padding: 10px 10px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
  .image_slide
  {
    height:200px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #header .logo img {
    max-height: 28px;
    margin-left: 17%;
  }
  .carousel-caption h3
  {
    font-size: 14px; 
  }
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

@media (max-width: 415px) {
  .breadcrumb {
    padding: 10px 10px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
  .image_slide
  {
    height:200px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #header .logo img {
    max-height: 28px;
    margin-left: 13%;
  }
  .carousel-caption h3
  {
    font-size: 14px; 
  }
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

@media (max-width: 400px) {
  .breadcrumb {
    padding: 10px 10px;
    background: #f3f3f3;
    min-height: 40px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
  .image_slide
  {
    height:200px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #header .logo img {
    max-height: 28px;
    margin-left: 3%;
  }
  .carousel-caption h3
  {
    font-size: 14px; 
  }
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}



@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.gambar {
  background-color: #f3f3f3;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f3f3;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}
/*text-transform: uppercase;*/
.section-title h2 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  color: #2e3192;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 140px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(5% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 5px;
  background: #e50000;
  bottom: 0;
  left: calc(5% - 18px);
}

.section-title p {
  margin-bottom: 0;
}

.title h2 {
  padding-left:100px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  color: #2e3192;
}

.text-title h2 {
  font-size: 20px;
    font-weight: 700;
    color: #2e3192;
    border-bottom: 0px solid #e50000;
    display: inline-block;
    padding-bottom: 5px;
    font-family: sans-serif;
}

.judul h2 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  color: #2e3192;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
}

.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.cliens img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}



.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2e3192;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #2e3192;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2e3192;
}

.about .content .btn-learn-more:hover {
  background: #2e3192;
  color: #fff;
  text-decoration: none;
}

.berita .content h3 {
  font-weight: 600;
  font-size: 18px;
}

.berita .content ul {
  list-style: none;
  padding: 0;
}

.berita .content ul li {
  padding-left: 15px;
  position: relative;
}

.pagination .page-link {
    border-radius: 15px;
    margin: 0 0px;
    
    color: #fff;
    transition: 0.2s;
}

/*
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 15px;
   
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    */


.page-item ul li a {
  padding-left: 0px;
  position: relative;
  border-radius: 15px;
}

.page-item ul {
 
  border-radius: 15px;
}


/* RESET TOTAL */

/* WRAPPER (opsional biar center) 

background: #eef0f6;*/

.paging-wrapper {
  text-align: center;
  margin-top: 20px;
  
}

.paging {
  list-style: none;
  display: inline-flex;
  align-items: center;
  background: #eef0f6;
  border-radius: 15px;
  

 
}

.paging-item {
  display: flex;
   padding: 0px; 
  
}

.paging-link {
  margin-top: -1vh;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #2e3192;
  text-decoration: none;
  font-weight: 600;
  transition: 0.25s;
 
  font-size: 14px;       /* atur ukuran font */
  line-height: 40px;     /* samakan dengan tinggi tombol */
}


.paging-link svg {
  width: 18px;
  height: 18px;
}


.paging-link:hover {
  background: #e50000;
color:#fff;
}

.paging-item.active .paging-link {
  background: #2e3192;
  color: #fff;
}

.paging-item.disabled .paging-link {
  color: #aaa;
  pointer-events: none;
}






/* GRID */
.produk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 kolom */
    gap: 30px;
    margin-top:5vh;
     margin-bottom:2vh;
     padding: 5px;
}

/* CARD */
.card-produk {
  
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    background-color: #fff;
	border:0px solid #f9f9f9;
    transition: 0.25s;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
   
    height: 240px; /*eef0f6
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    atur sesuai selera */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* HOVER */
.card-produk:hover {
    transform: translateY(-5px);
}

/* IMAGE */
/* WRAPPER */
.img-wrapper {
    height: 120px; /* samakan dengan tinggi image sebelumnya */
    display: flex;
    justify-content: center;   /* tengah horizontal */
    align-items: flex-end;     /* rata bawah */
    margin-top:0vh;
}

/* IMAGE */
.image_produk {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* biar tidak kepotong */
    
}

/* TEXT */
.produk-info b {
    display: block;
    font-size: 14px;
    height: 25px;           /* fix tinggi judul */
    overflow: hidden;
    color:#2e3192;
}

.produk-info span {
    display: block;
    font-size: 12px;
    color: #555;
    height: 35px;           /* fix tagline */
    overflow: hidden;
}

.produk-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
   justify-content: center;
}

.hewan-item {
  width: 120px; /* atau sesuai kebutuhan */
}

.card-hewan {
    padding: 5px;
    text-align: center;
    transition: 0.25s;
    /* height: 5px;  ❌ ini bikin rusak, terlalu kecil */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-wrapper-hewan {
    height: 80px; /* biar masuk akal */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* tablet */
@media (max-width: 992px) {
    .produk-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* mobile */
@media (max-width: 768px) {
    .produk-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* hp kecil */
@media (max-width: 480px) {
    .produk-grid {
        grid-template-columns: 1fr;
    }
}


.berita li {
  font-size:15px;
  
}

.berita .content ul li + li {
  margin-top: 10px;
}

.berita .content ul li{
  margin-top: 10px;
}

.berita .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2e3192;
  line-height: 1;
}

/*
.berita i {
  font-size: 25px;
  color: #2e3192;
}
*/
.table {width:60%;border:2px solid #f3f3f3;}
.table th {padding:8px;border:2px solid #f3f3f3; background-color:#2e3192; color:#fff;
text-align:center;font-size:14px;vertical-align: middle;}
.table td {padding:8px;border:2px solid #f3f3f3; color:#444; font-weight:500; font-size:14px;}
.table tr.bg td {background-color:#e8f6ff;}
/*
.table_produk {border-border:1px solid #d8d8d8;width:100%;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.table_produk th {padding:7px;border:0px solid #f3f3f3; background-color:#44749d; color:#fff;
text-align:center;font-size:13px;}
.table_produk td {padding:7px;border:0px solid #f3f3f3; vertical-align: bottom; color:#333; font-weight:500; font-size:13px;}
*/

.table_produk {width:100%; border-spacing: 20px; border-border:0px solid #d8d8d8;border-collapse: separate;}
.table_produk th {padding:7px;border:0px solid #f3f3f3; background-color:#fff; color:#333;
text-align:right;font-size:13px; border-radius: 15px; font-weight: 400;}
.table_produk td {padding:7px; vertical-align: bottom; color:#333; font-weight:400; font-size:13px;


box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 15px; 
}
.table_produk td:hover {border-border:10px solid #d8d8d8;}
/*
 box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

 box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;

 box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
*/

.table_produk_1 {width:100%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_produk_1 th {padding:10px;border:2px solid red; background-color:#fff; color:#fff;
text-align:center;font-size:13px;}
.table_produk_1 td {padding:7px; vertical-align: bottom; color:#333; font-weight:500; font-size:13px;

}
.table_produk_1 td:hover {border-border:10px solid #d8d8d8;}

.table_judul {width:100%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_judul th {padding-top:7px;border:0px solid red; background-color:#fff; color:#2e3192;
text-align:center;font-size:26px;}
.table_judul td {padding:0px; vertical-align: bottom; color:#333; font-weight:500; font-size:13px;
  text-align:center;}

  .table_judul th .sup {
    font-size: 13px;
    line-height: 0.5em;
    vertical-align: baseline;
    position: relative;
    top: -1.1em;
  }

  .table_tes {width:90%; border-border:0px solid #d8d8d8; 
    border-radius: 15px; }
  .table_tes th {padding-bottom:20px;border:0px solid red; background-color:#fff; color:#2e3192;
  text-align:center;font-size:15px;}
  .table_tes td {padding:0px; vertical-align: top; color:#333; font-weight:500; font-size:13px;
     border:0px solid #333;
  }


.table_deskripsi {width:100%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_deskripsi th {padding-bottom:5px;border:0px solid red; background-color:#fff; color:table_warning;
text-align:left;font-size:15px; color:#2e3192;}
.table_deskripsi td {padding:2px; vertical-align: top; color:#333; font-weight:500; font-size:13px; line-height: 20px;
   border:0px solid #333;}
.table_deskripsi tr:nth-child(odd) {background: #f3f3f3}
.table_deskripsi tr:nth-child(even) {background: #fff}

.table_deskripsi_2 {width:100%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_deskripsi_2 th {padding-bottom:5px;border:0px solid red; background-color:#fff; color:table_warning;
text-align:left;font-size:15px; color:#2e3192;}
.table_deskripsi_2 td {padding:2px; vertical-align: top; color:#333; font-weight:500; font-size:13px; line-height: 20px;
   border:0px solid #333;}



.rapi-ul {
  padding-left: 20px;
  font-size:13px;
}

.rapi-ul li {
  font-size:13px;
}

.rapi-list {
  display: table;
  margin: 0;
}

.rapi-list {
  list-style: none !important;   /* hide bullet bawaan */
  margin: 0 !important;
  padding-left: 0 !important;
}

.rapi-list li {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 1.4;
}

.rapi-list li::before {
  content: "•";                 /* bullet custom */
  position: absolute;
  left: 0;
  top: 0;
}



.rapi-list {
  margin: 0 !important;
  padding-left: 0 !important;
  list-style-type: disc !important;
  list-style-position: outside !important;
}

.rapi-list li {
  margin: 0 !important;
  padding-right: 1px !important;
  display: list-item !important;
}

.rapi-list li {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.table_indikasi {width:100%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_indikasi th {padding:5px;border:0px solid red; background-color:#2e3192; color:table_warning;
text-align:center;font-size:13px; color:#fff; vertical-align: middle;}
.table_indikasi td {padding:5px; vertical-align: middle; color:#333; font-weight:500; font-size:13px;
   border:1px solid #d8d8d8;
}
.table_indikasi tr:nth-child(odd) {background: #fff}
.table_indikasi tr:nth-child(even) {background: #f3f3f3}

.table_dosis {
  
  width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
font-size:13px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
     }

    .table_dosis thead tr {
      
    background: linear-gradient(135deg, #2e3192, #0059b2);
    
}

.table_dosis th {padding:5px;border:0px solid red; color:table_warning;
text-align:center;font-size:13px; color:#fff; vertical-align: middle;}
.table_dosis td {padding:5px; text-align:center; vertical-align: middle; color:#333; font-weight:500; font-size:13px;
   border:1px solid #f3f3f3;
   
}

/*font-family: 'Segoe UI', Tahoma, sans-serif;
.table_update {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;

    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

.table_update th {
    padding: 10px;
    background: linear-gradient(135deg, #2e3192, #0059b2);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
    */

/*
background-color:#f3f3f3;
*/
.table_produk_detail {margin-top:30%;width:100%;}
.table_produk_detail th {padding:7px;border:0px solid #f3f3f3; background-color:#2e3192; color:#fff;
text-align:center;font-size:13px; border-radius: 15px; }
.table_produk_detail td {padding:0px; vertical-align: bottom; color:#333; font-weight:500; font-size:13px;
  border:0px solid #333;
  border-radius: 15px; 
}

.table_kategori {width:100%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_kategori th {padding:7px;border:0px solid red; background-color:#e50000; color:#fff;
text-align:center;font-size:15px; border-radius: 0px 0px 100px 100px;}
.table_kategori td {padding:0px; vertical-align: top; color:#333; font-weight:500; font-size:13px;
   border:0px solid #333;
}
/*
border-radius: 0% 0% 100% 100%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

 box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
#d8d8d8
*/

.table_berita {width:100%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_berita th {padding-bottom:5px;border:0px solid red; background-color:#fff; color:#2e3192;
text-align:left;font-size:15px;}
.table_berita td {padding:0px; vertical-align: top; color:#333; font-weight:500; font-size:13px;
   border:0px solid #333;
}

.table_judul_berita {width:100%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_judul_berita th {padding-top:7px;border:0px solid red; background-color:#fff; color:#2e3192;
text-align:center;font-size:20px;}
.table_judul_berita td {padding:0px; vertical-align: bottom; color:#333; font-weight:500; font-size:13px;
  text-align:center
}

.line-height {
  line-height: 1.6;
}

.indent {
  text-indent: 2.5em;

}

.dropdown_data2 {
  position: fixed;
  display: inline-block;
  margin-top: -20px;
}

.dropdown_data2:hover .dropdown-content_data2 {display: block;}

.dropdown_data2:hover .dropbtn_data2 {background-color: #e50000; border-radius: 0px;
}

.dropbtn_data2 {
  background-color: #2e3192;
font-weight:bold;
  border: none;
  color: white;
  padding: 10px 15px;
  letter-spacing:0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}

.dropdown-content_data2 {
font-size: 12px;
font-weight:bold;
  display: none;
  position:absolute;
  background-color: #f3f3f3;
  min-width: 101px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: left;
right: 0;
left: auto;
}

.dropdown-content_data2 a {
  color: #0b486b;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content_data2 a:hover {background-color: #2e3192;
color:#fff;
}







.berita .content p:last-child {
  margin-bottom: 0;
}

.berita .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #2e3192;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2e3192;
}

.berita .content .btn-learn-more:hover {
  background: #2e3192;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #2e3192;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #2e3192;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #2e3192;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
  .website {
    padding: 0px;
}
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #2e3192;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #2e3192;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2e3192;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #2e3192;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2e3192;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #2e3192;
}


.tmc {
margin-top:-6vh;
  padding: 10px 0;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 1), rgba(40, 58, 90, 1)), fixed center center;
  background-size: cover;
  padding: 3vh 0;
}

/*
.moto {
   width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;

 


  border-radius: 15px;

  
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);

 
  animation: fadeUp 1s ease;
}
*/

.moto {
 
  padding: 1vh 0;
}

.moto img {
 
  border-radius: 15px;
  animation: fadeUp 1s ease;
 
   width: 70%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .moto img {
    width: 100%;
  }
}



/* Animasi */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/produk_tmc.png") fixed center center;
*/
.cta h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.cta p {
  color: #fff;
  font-size: 14px;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 15px;
  transition: 0.5s;
  
  border: 2px solid #fff;
  color: #fff;
  margin-bottom: 1vh;
}

.cta .cta-btn:hover {
  background: #e50000;
  border: 2px solid #e50000;
}

.lihat-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 7px 12px;
  border-radius: 10px;

  background: #2e3192;
  border: 0px solid #2e3192;
  color: #fff;
  margin-bottom:10px;
}

.lihat-btn:hover {
  background: #e50000;

  color: #fff;
  border-radius: 15px;
  transition: 0.7s;
}

.menu-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 10px;
  width:95%;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 15px;
  background: linear-gradient(#4d6091,#2e3192);

	animation: gradient 8s ease infinite;
  transition: .5s linear;
  color: #fff;
}
.menu-btn a{
  
  color: #fff;
}

.menu-btn:hover {
  background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:20px;
  transition: .4s linear;
  color: #fff;
 
}

.menu-btn-active {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 10px;
  width:95%;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 15px;
  background: linear-gradient(#e50000,#e50000);

	animation: gradient 8s ease infinite;
  transition: .5s linear;
  color: #fff;
}
.menu-btn-active a{
  
  color: #fff;
}

/*
.menu-btn-active:hover {
  background: linear-gradient(-40deg, #2e3192, #2e3192, #2e3192, #2e3192);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: .4s linear;
  color: #fff;
}
  */

  .menu-btn-active:hover {
    background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    border-radius:20px;
    transition: .4s linear;
    color: #fff;
  }

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
  
    .cta h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.cta p {
  color: #fff;
  font-size: 12px;
}
.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 15px;
  transition: 0.5s;
  
  border: 2px solid #fff;
  color: #fff;
  margin-bottom: 1vh;
}
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
 
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #2e3192;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #2e3192;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2e3192;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2e3192;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {

}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2e3192;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #2e3192;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #2e3192;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #2e3192;
}

.pricing h4 {
  font-size: 48px;
  color: #2e3192;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #2e3192;
  font-size: 18px;
  display: block;
}

.judul_produk {
  color: #2e3192;
  font-size: 15px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #2e3192;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #2e3192;
}

.pricing .buy-btn:hover {
  background: #2e3192;
  color: #fff;
}

.pricing .featured {
  border-top-color: #2e3192;
}

.pricing .featured .buy-btn {
  background: #2e3192;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }

 
  
  a:hover {
    color: #e50000;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #2e3192;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2e3192;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #2e3192;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #2e3192;
  border-bottom: 3px solid #2e3192;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.produk .info {
  border-top: 3px solid #2e3192;
  border-bottom: 3px solid #2e3192;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.produk .info h4 {
 
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #2e3192;
}

/*
.gif{
  width:20px;
}
  */

  #modal_home {
    left: 40%;
    opacity: 1;
    position: absolute;
    top: 20%;
    visibility: visible;
    width: auto;
    
    border-radius: 15px;
    /*
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    */
  }
  
  #modal_home h2 {
      letter-spacing: 0px;
      margin: 0;
      color: #fff;
    }
  
    #modal_home .close_asesmen {
   
      position: absolute;
      right: -15px;
      top: -15px;

    background-color: #e41c1c;
      border: none;
      color: white;
      padding: 5px 11px;
      letter-spacing:0px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 15px;
      cursor: pointer; 
      font-weight:bold;	
    border-radius: 50%;
    }
  
    #modal_home .close_asesmen:hover,
    #modal_home .close_asesmen:focus {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
    transform: scale(1.05,1.05);
      padding: 5px 11px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #e41c1c;
    transform: scale(1.05,1.05);
    }
  
    #modal_home .copy, #modal_home .header, #modal_home .footer {
      padding: 0px;
      border-radius: 15px;
    }
  
    #modal_home .copy {
      background: #fff;
      color: #333;
    }
    
    #modal_home .overlay {
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
      /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 10;
    }
  
  .modal-content-home {
    background: #ffff;
    position: relative;
    z-index: 20;
    font-size: 13px;
    border-radius: 15px;
    
    padding: 30px;
    
  }

  #modal_home a {
    color: #ffff;
   font-size: 14px;
  }


  
  #modal_home:target{
    opacity: 0;
    top: -50%;
    visibility: hidden;
  }

  .text {
    white-space: nowrap; 
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }

  .container_1 {
    position: relative;
    width: 50%;
  }

  .container_1:hover .overlay {
    bottom: 0;
    height: 100%;
  }

.produk .apply {
  margin-top:3%;
  margin-left:40%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 10px;
  transition: 0.5s;
  background: #2e3192;
  color: #fff;
}

.produk .apply:hover {
  background: #e50000;
  border-radius: 15px;
  transition: 0.5s;
}

 .apply_lamaran {
  margin-top:3%;
 
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 10px;
  transition: 0.5s;
  background: #2e3192;
  color: #fff;
}

.apply_lamaran:hover {
  color: #fff;
  background: linear-gradient(-40deg, #0b486b, #e50000, #e50000, #e50000);
	background-size: 100% 100%;
	animation: gradient 5s ease infinite;
  border-radius:15px;
  transition: .5s linear;
  text-decoration: none;
  padding: 7px 15px;
}

.produk .cta-btn {
  margin-left:83%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 15px;
  transition: 0.5s;
  background: #2e3192;
  color: #fff;
}

.produk .cta-btn:hover {
  background: #e50000;
  border-radius: 10px;
}

.contact .info i {
  font-size: 20px;
  color: #2e3192;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2e3192;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #5e5e5e;
}

.contact .info .email p {
  padding-top: 0px;
}

.contact .info .social-links {
  padding-left: 60px;
}

p{
  font-size: 13px;
  text-align: justify;
}

li
{
  font-size: 14px;
  text-align: justify;
}
h4
{
  color: #2e3192;
  font-weight:bold;
  font-size: 18px;
}
h3
{
  color: #2e3192;
  font-weight:bold;
  font-size: 26px;
}
h2
{
  color: #2e3192;
  font-weight:bold;
  font-size: 26px;
}

h5
{
  color: #2e3192;
  font-weight:bold;
  font-size: 22px;
}





.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #2e3192;
  color: #fff;
  text-decoration: none;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #2e3192;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #2e3192;
  border-bottom: 3px solid #2e3192;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 10px;
}



.contact .php-email-form .validate {
  display: none;
  color: #e50000;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 8px;
}

.contact .php-email-form .form-group select {
  margin-bottom: 15px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea, .contact .php-email-form select {
  box-shadow: none;
  font-size: 14px;
  border-radius: 10px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus, .contact .php-email-form select:focus {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
}

.contact .php-email-form input, .contact .php-email-form select{
  height: 40px;
}

.contact .input_konsultasi {
  width: 100%;
  border-top: 3px solid #2e3192;
  border-bottom: 3px solid #2e3192;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0px;
}

.contact .input_konsultasi .form-group {
  padding-bottom: 10px;
}



.contact .input_konsultasi .validate {
  display: none;
  color: #e50000;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .input_konsultasi .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .input_konsultasi .error-message br + br {
  margin-top: 25px;
}

.contact .input_konsultasi .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .input_konsultasi .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .input_konsultasi .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .input_konsultasi .form-group {
  margin-bottom: 8px;
}

.contact .input_konsultasi .form-group select {
  margin-bottom: 15px;
}

.contact .input_konsultasi label {
  padding-bottom: 8px;
}

.contact .input_konsultasi input, .contact .input_konsultasi textarea, .contact .input_konsultasi select {
  box-shadow: none;
  font-size: 14px;
  border-radius: 10px;
}

.contact .input_konsultasi input:focus, .contact .input_konsultasi textarea:focus, .contact .input_konsultasi select:focus {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
}

.contact .input_konsultasi input, .contact .input_konsultasi select{
  height: 40px;
}


.berita .php-email-form input[type="submit"]{
  height: 35px;
}



.berita .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.berita .info .social-links a:hover {
  background: #2e3192;
  color: #fff;
  text-decoration: none;
}

.berita .info .email:hover i, .berita .info .address:hover i, .berita .info .phone:hover i {
  background: #2e3192;
  color: #fff;
}

.berita .php-email-form {
  width: 100%;

  padding: 30px;
  background: #fff;

}

.berita .php-email-form .form-group {
  padding-bottom: 10px;
}



.berita .php-email-form .validate {
  display: none;
  color: #e50000;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.berita .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.berita .php-email-form .error-message br + br {
  margin-top: 25px;
}

.berita .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.berita .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.berita .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.berita .php-email-form .form-group {
  margin-bottom: 8px;
}

.berita .php-email-form .form-group select {
  margin-bottom: 15px;
}

.berita .php-email-form label {
  padding-bottom: 8px;
}

.berita .php-email-form input, .berita .php-email-form textarea, .berita .php-email-form select {
  box-shadow: none;
  font-size: 13px;
  border-radius: 10px;
  
}

.berita .php-email-form input:focus, .berita .php-email-form textarea:focus, .berita .php-email-form select:focus {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
}

.berita .php-email-form input, .berita .php-email-form select{
  height: 44px;
}

.berita .php-email-form input , .berita .php-email-form select{
  height: 44px;
}

.berita .input_data {
  width: 100%;

  padding: 30px;
  background: #fff;

}

.berita .input_data .form-group {
  padding-bottom: 10px;
}



.berita .input_data .validate {
  display: none;
  color: #e50000;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.berita .input_data .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.berita .input_data .error-message br + br {
  margin-top: 25px;
}

.berita .input_data .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.berita .input_data .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.berita .input_data .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.berita .input_data .form-group {
  margin-bottom: 8px;
}

.berita .input_data .form-group select {
  margin-bottom: 15px;
}

.berita .input_data label {
  padding-bottom: 8px;
}

.berita .input_data input, .berita .input_data textarea, .berita .input_data select {
  box-shadow: none;
  font-size: 13px;
  border-radius: 10px;
  
}

.berita .input_data input:focus, .berita .input_data textarea:focus, .berita .input_data select:focus {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
}

.berita .input_data input, .berita .input_data select{
  height: 44px;
}

.berita .input_data input , .berita .input_data select{
  height: 44px;
}

.form-control {
  border-radius: 10px;
 
}

.button{
  margin-top: 20px;
	background-color: #2e3192;
    border: none;
    color: white;
    padding: 9px 14px;
  
    letter-spacing:0px;
    font-weight:bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin-left:40%;

    cursor: pointer;
    border-radius:10px;
	
}

.button:hover {
	color:#fff;
	background-color:#0b486b;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);	
	border-radius:15px;
	transition: .5s linear;		
}

.button_produk{
 
	background-color: #fff;
    border: none;
    color: #2e3192;
    padding: 9px 14px;

    letter-spacing:0px;
    font-weight:400;
   
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
   
    cursor: pointer;
    border-radius:10px;
    position: relative;
	
}

.button_detail_produk{
 
	background-color: #ffff;
    border: none;
    color: #2e3192;
    padding: 9px 14px;
  margin-top:-5%;
    letter-spacing:0px;
    line-height: 17px;
    font-weight:400;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;

    cursor: pointer;
    border-radius:10px;
    position: relative;
	
}

/*
.button_produk:hover .overlay {
  bottom: 0;
  height: 100%;
}
  */

.button_lampiran{
	margin-top:-6px;
	background-color: #e50000;
	font-weight:400;
    border: none;
    color: white;
    padding: 8px 15px;
    letter-spacing:0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin-right:20px;
    cursor: pointer;
    border-radius:8px;
    border-bottom:0px solid #0b486b;
	border-left:0px solid #0b486b;	   
}

.button_lampiran:hover {
	color:#fff;
	font-weight:400;
	background-color:#2e3192;
	border-radius:15px;
	transition: .5s linear;	
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.button_bayar{
	margin-top:-6px;
  margin-left:7%;
	background-color: #21bd5b;
	font-weight:400;
    border: none;
    color: white;
    padding: 8px 15px;
    letter-spacing:0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin-right:20px;
    cursor: pointer;
    border-radius:8px;
    border-bottom:0px solid #0b486b;
	border-left:0px solid #0b486b;	   
}

.button_bayar:hover {
	color:#fff;
	font-weight:400;
	background-color:#e50000;
	border-radius:15px;
	transition: .5s linear;	
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*
.button_produk:hover {
transform: scale(1.15,1.15);
cursor: pointer;
transition: .4s linear;
}
*/

/*
.button_produk:hover {
	color:#333;
	background-color:#f3f3f3;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);	
	border-radius:15px;
	transition: .5s linear;		
}
  */

.form-group label {
font-size: 13px;
}

.form-group input[type=radio] {
  margin-top: 13px;
  text-align: center;
  box-shadow: none;
  font-size: 13px;
  border-radius: 10px;
}

.form-group input[type=date] {
  
  text-align: center;
  box-shadow: none;
  font-size: 13px;
  border-radius: 10px;
}

.form-check-label{
  margin-top: 9px;
  text-align: center;
  box-shadow: none;
  font-size: 14px;
  border-radius: 10px;
}

.form-group select {
  text-align: center;
  box-shadow: none;
  font-size: 13px;
  border-radius: 10px;
}

.form-group select:focus {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
}

.form-group textarea#note:readonly{

	background-color: #f3f3f3;
	margin-top:-5px;
	margin-left:-5px;
	line-height:17px;
	
	border: 2px solid #f3f3f3;
	outline: none;
	letter-spacing: 0px;
	font-weight: 400;
	color: #333;
	width:100%;
	font-size: 13px;
}

.form-group textarea#note not :read-only{

	background-color: #fff;
	margin-top:-5px;
	margin-left:-5px;
	line-height:17px;
	
	border: 2px solid #f3f3f3;
	outline: none;
	letter-spacing: 0px;
	font-weight: 400;
	color: #333;
	width:100%;
	font-size: 13px;
}



.form-group input[type=text],textarea {
 
  font-size: 13px;
}

.form-group :read-only {
 
  font-size: 13px;
}
/*
background-color: #fff;
*/

.form-group input[type=text]:focus,
input[type=date]:focus {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
  font-size: 13px;
}

.form-group  textarea:focus  {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
  font-size: 13px;
}

.form-group  textarea  {
 height: 100%;
  font-size: 13px;
}

.login input {
  box-shadow: none;
  font-size: 14px;
  border-radius: 0px;
  color: #2e3192;
}

.login input:focus  {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
  color: #2e3192;
 font-weight:bold;
}

.radio-wrapper-14 input[type=radio] {

	--active: #44749d;
	--active-inner: #fff;
	--focus: 0px rgba(39, 94, 254, .3);
	--border: #BBC1E1;
	--border-hover: #44749d;
	--background: #fff;
	--disabled: #F6F8FF;
	--disabled-inner: #E1E6F9;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-right:3px;
	height: 17px;
	outline: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top:10px;
	
	cursor: pointer;
	border: 2px solid var(--bc, var(--border));
	background: var(--b, var(--background));
	transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .radio-wrapper-14 input[type=radio]:after {
	content: '';
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	transition: .5s linear;
  }
  .radio-wrapper-14 input[type=radio]:checked {
  
	--b: var(--active);
	--bc: var(--active);
	--d-o: .3s;
	--d-t: .6s;
	--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .radio-wrapper-14 input[type=radio]:disabled {
	  
	--b: var(--disabled);
	cursor: not-allowed;
	opacity: 0.9;
  }
  .radio-wrapper-14 input[type=radio]:disabled:checked {
	  
	--b: var(--active);
	--bc: var(--active);
	--d-o: .3s;
	--d-t: .6s;
	--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .radio-wrapper-14 input[type=radio]:disabled + label {
	  
	cursor: not-allowed;
  }
  .radio-wrapper-14 input[type=radio]:hover:not(:checked):not(:disabled) {
	  
	--bc: var(--border-hover);
  }
  .radio-wrapper-14 input[type=radio]:focus {
	  
	box-shadow: 0 0 0 var(--focus);
  }
  .radio-wrapper-14 input[type=radio]:not(.switch) {
	  
	width: 17px;
  }
  .radio-wrapper-14 input[type=radio]:not(.switch):after {
	opacity: var(--o, 0);
  }
  .radio-wrapper-14 input[type=radio]:not(.switch):checked {
	--o: 1;
  }
  .radio-wrapper-14 input[type=radio]  label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 1px;
	margin-top: 10px;
  }

  .radio-wrapper-14 input[type=radio]:not(.switch) {
	border-radius: 15px;
  }
  .radio-wrapper-14 input[type=radio]:not(.switch):after {
	width: 5px;
	height: 9px;
	border: 0px solid var(--active-inner);
	border-top: 0;
	border-left: 0;
	left: 5px;
	top: 1px;
	transform: rotate(var(--r, 20deg));
  }
  .radio-wrapper-14 input[type=radio]:not(.switch):checked {
	--r: 43deg;
  }
}

.radio-wrapper-14 * {
  box-sizing: inherit;
}
.radio-wrapper-14 *:before,
.radio-wrapper-14 *:after {
  box-sizing: inherit;
}



 .contact .php-email-form select{
  padding-bottom: 8px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"], button[type="reset"] {
  font-size: 13px;
  font-weight: bold;
  background: #2e3192;
  border: 0;
  padding: 8px 12px;
  color: #fff;
  transition: 0.4s;
  border-radius: 15px;
  margin-right: 20px;
}

.contact .input_konsultasi button[type="submit"], button[type="reset"] {
  font-size: 13px;
  font-weight: bold;
  background: #2e3192;
  border: 0;
  padding: 8px 12px;
  color: #fff;
  transition: 0.4s;
  border-radius: 15px;
  margin-right: 20px;
}

.berita .input_data button[type="submit"], button[type="reset"] {
  font-size: 13px;
  font-weight: bold;
  background: #2e3192;
  border: 0;
  
  color: #fff;
  transition: 0.4s;
  border-radius: 15px;
  margin-right: 20px;
}

.button_list{
	background-color: #f3f3f3;
    border: none;
	color: #333;
	border-radius: 15px;
    padding: 12px 17px;
    letter-spacing:0px;
	text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer; 
	font-weight:bold;	
	position: relative;
	margin-right: 15px;
	border:1px solid #d8d8d8;
	
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

/*
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
*/
}

.image4 {
  margin-bottom:5px;
}

.image4:hover {
  transform: scale(1.15,1.15);
  transition: .5s linear;	
}



.button_list a {
	outline: none;
  }

.button_list .badge {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 3px 7px;
	border-radius: 50%;
	background-color: #ff3232;
	font-size:13px;
	font-weight:bold;	
	color: white;
  }

  .dropdown .badge {
    position: absolute;
    top: 22%;

    right: -10px;
    padding: 3px 7px;
    border-radius: 50%;
    background-color: #ff3232;
    font-size:13px;
    font-weight:bold;	
    color: white;
    }

    .nav-link .badge {
      position: absolute;
      top: -10%;
  
      right: -10px;
      padding: 3px 7px;
      border-radius: 50%;
      background-color: #ff3232;
      font-size:13px;
      font-weight:bold;	
      color: white;
      }

      .modal_media {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 7%; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        }
        
        /* Modal Content */
        .modal-content_media {
        position: relative;
        background-color: #fff;
        font-size: 13px;
        margin: auto;
        padding: 25px;
        width: 33%;
        border-radius:15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }
      
        .close_notif {
          position: absolute;
          right: -30px;
          top: -30px;
        background-color: #e41c1c;
        border:none;
        border-radius: 50%;
        /*
          border-top-right-radius: 15px;
        */
          color: white;
          padding: 5px 5px;
          letter-spacing:0px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          font-size: 12px;
          cursor: pointer; 
          font-weight:bold;	
        }
      
        .close_notif:hover,
        .close_notif:focus {
        box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
        transform: scale(1.05,1.05);
        border-radius:0px;
        color: #000;
        text-decoration: none;
        cursor: pointer;
        background-color: #e41c1c;
        transform: scale(1.05,1.05);
        border-radius: 50%;
        /*
          border-top-right-radius: 15px;
        */
        }

        .close_notif_2 {
          position: absolute;
          right: -30px;
          top: -30px;
        background-color: #e41c1c;
        border:none;
        border-radius: 50%;
        /*
          border-top-right-radius: 15px;
        */
          color: white;
          padding: 5px 5px;
          letter-spacing:0px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          font-size: 12px;
          cursor: pointer; 
          font-weight:bold;	
        }
      
        .close_notif_2:hover,
        .close_notif_2:focus {
        box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
        transform: scale(1.05,1.05);
        border-radius:0px;
        color: #000;
        text-decoration: none;
        cursor: pointer;
        background-color: #e41c1c;
        transform: scale(1.05,1.05);
        border-radius: 50%;
        /*
          border-top-right-radius: 15px;
        */
        }


  /*
  .button_list:hover {
    outline: none;
 color:#333;
    animation: gradient 3s ease infinite; color:#fff;
    border-radius: 22px;
    transition: .5s linear;	
    outline: none;		
  }
*/

.button_notif a {
	outline: none;
  }

.button_notif .badge {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 3px 7px;
	border-radius: 50%;
	background-color: #ff3232;
	font-size:13px;
	font-weight:bold;	
	color: white;
  }

.button_notif {
	background-color: #f3f3f3;
    border: none;
	color: #333;
	border-radius: 15px;
    padding: 12px 17px;
    letter-spacing:0px;
	text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer; 
	font-weight:bold;	
	position: relative;
	margin-right: 15px;
	border:1px solid #d8d8d8;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;


float: left;
    display: block;


/*
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
*/
}


.button_simpan {
  font-size: 13px;
  font-weight: 400;
  background: #2e3192;
  border: 0;
  padding: 4px 0px;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
  margin-bottom:-15px;
  width:25%;
}

.button_simpan:hover {
  color: #fff;
  background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: 0.4s;
}

.button_kirim {
  font-size: 13px;
  font-weight: 400;
  background: #2e3192;
  border: 0;
  padding: 3px 15px;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
  margin-bottom:-15px;
  margin-left:2%;
  
}

.button_kirim:hover {
  color: #fff;
  background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:20px;
  transition: 0.4s;
}

.button_daftar {
  font-size: 13px;
  font-weight: 400;
  background: #2e3192;
  border: 0;
  padding: 8px 15px;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;

  
}

.button_daftar:hover {
  color: #fff;
  background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: 0.4s;
}




  .sort-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    
    font-size: 11px;
    opacity: 0.6;
    pointer-events: none; /* biar klik tetap ke th */
}


/*
.table_hasil th::after {
    content: "▲▼";
    font-size: 11px;
    position: absolute;
    right: 8px;
    opacity: 0.6;
}


.table_hasil th.sort-asc::after {
    content: "▲";
    opacity: 1;
}


.table_hasil th.sort-desc::after {
    content: "▼";
    opacity: 1;
}
 

.table_hasil {
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;

    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Tahoma, sans-serif;
}
    */

.table_hasil {
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;

    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

/* GRADIENT HEADER (semua thead) */
.table_hasil thead tr {
    background: linear-gradient(135deg, #2e3192, #0059b2);
    
}

/* HEADER */
.table_hasil th {
    padding: 8px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    user-select: none;
}

/* KHUSUS JUDUL ATAS (colspan) */
.table_hasil thead tr:first-child th {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 14px;
      padding: 5px;
}

/* HAPUS radius dari baris sorting */
.table_hasil thead tr:nth-child(2) th:first-child,
.table_hasil thead tr:nth-child(2) th:last-child {
    border-radius: 0;
}

/* ICON SORT */

/*
.sort-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    opacity: 0.6;
    pointer-events: none;
}
    */

/* BODY */
.table_hasil td {
    padding: 10px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #eee;
}

/* ZEBRA */
.table_hasil tbody tr:nth-child(even) td {
    background: #fafafa;
}

/* HOVER */
.table_hasil tbody tr:hover td {
    background: #f1f5ff;
    transition: 0.2s;
}

/* HAPUS BORDER AKHIR */
.table_hasil tr:last-child td {
    border-bottom: none;
}

/* RADIUS BAWAH */
.table_hasil tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
.table_hasil tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}
.table_update {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;

    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

/* HEADER */
.table_update th {
    padding: 10px;
    background: linear-gradient(135deg, #2e3192, #0059b2);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* BODY */
.table_update td {
    padding: 10px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #eee;
}

/* HOVER EFFECT */
.table_update tbody tr:hover {
    background: #f5f8ff;
    transition: 0.2s;
}

/* ZEBRA */
.table_update tr:nth-child(even) {
    background: #fafafa;
}

/* REMOVE BORDER TERAKHIR */
.table_update tr:last-child td {
    border-bottom: none;
    background: transparent;
}

/* ROUND CORNER HEADER */
.table_update th:first-child {
    border-top-left-radius: 15px;
}
.table_update th:last-child {
    border-top-right-radius: 15px;
}

/* ROUND CORNER FOOTER */
.table_update tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
.table_update tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.arsip-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 0px;

}

.card-arsip {
       display: flex;
    align-items: center;   /* biar sejajar vertikal */
    justify-content: center;
    gap: 8px;  

    height: 40px;
    background: linear-gradient(135deg, #2e3192, #0059b2);
    color: #fff;
    text-decoration: none;

    border-radius: 0 0 15px 15px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);

    transition: all 0.25s ease;
}

.card-arsip i {
    font-size: 14px;
}

.card-arsip i:hover {
    font-size: 14px;
   
  color: #fff !important;
}

.card-arsip {
    color: #fff; /* default putih */
}

.card-arsip i {
    color: inherit; /* ikut parent */
}

.card-arsip:hover {
    color: #fff; /* tetap putih saat hover */
}


.card-arsip h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0;
    color: #fff;
}

.card-arsip:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #3b3fc1, #0073e6);
}


.table_hasil_2 {
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;

    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

/* GRADIENT HEADER (semua thead) */
.table_hasil_2 thead tr {
    background: linear-gradient(135deg, #2e3192, #0059b2);
    
}

/* HEADER */
.table_hasil_2 th {
    padding: 8px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    user-select: none;
}




.table_hasil_2 td {
    padding: 10px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #eee;
}

/* ZEBRA */
.table_hasil_2 tbody tr:nth-child(even) td {
    background: #fafafa;
}

/* HOVER */
.table_hasil_2 tbody tr:hover td {
    background: #f1f5ff;
    transition: 0.2s;
}

/* HAPUS BORDER AKHIR */
.table_hasil_2 tr:last-child td {
    border-bottom: none;
}

/* RADIUS BAWAH */
.table_hasil_2 tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}
.table_hasil_2 tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}


.table_order {border:1px solid #d8d8d8;width:90%;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.table_order th {padding:7px;border:0px solid #f3f3f3; background-color:#2e3192; color:#fff;
text-align:center;font-size:12px;}
.table_order td {padding:7px;border:0px solid #d8d8d8; vertical-align: middle; color:#333; font-weight:500; font-size:13px;}

.button_baru_2 {
	position: relative;
	display: inline-flex;
  align-items: center;   /* icon & teks rata tengah */
  gap: 6px;              /* jarak icon ke teks */

	padding: 10px 13px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #219f68;
	background: #fff;
	cursor: pointer;
	transition: ease-out 1.2s;
	border: 2px solid #219f68;
	border-radius: 15px;
	box-shadow: inset 0 0 0 0 #219f68;
	font-weight: 600;
	margin-left:1vh;
	margin-right:1vh;
	margin-bottom:1vh;
	
		
  }
  
  .button_baru_2:hover {
	color: white;
	 box-shadow: inset 0 -100px 0 0 #219f68, 0 0 9px #219f68;
  }
  /*
  box-shadow: inset 300px 0 0 0 #219f68;
  box-shadow: inset 0 -100px 0 0 #219f68, 0 0 9px #219f68;
  */
  
  .button_baru_2:active {
	transform: scale(0.9);
  }

  .button_baru_2 svg {
	transition: color 0.4 ease;
  }
  
  .button_baru_2:hover svg {
	color: white; /* ikut berubah putih saat hover */
  }

  .button_baru_2 svg {
	flex-shrink: 0;
	fill: currentColor;
  }
  
  /* default: kertas belum keluar */
  .paper {
	height: 0;
	transition: height 1s ease; /* agak lambat biar dramatis */
  }
  
  /* garis kertas tersembunyi */
  .line1, .line2, .line3 {
	opacity: 0;
	transition: opacity 0.5s ease;
  }
  
  /* saat hover: kertas keluar panjang */
  .button_baru_2:hover .paper {
	height: 12px; /* lebih panjang dari versi pendek */
  }
  
  /* garis muncul */
  .button_baru_2:hover .line1 {
	opacity: 1;
	transition-delay: 0.2s;
  }
  .button_baru_2:hover .line2 {
	opacity: 1;
	transition-delay: 0.4s;
  }
  .button_baru_2:hover .line3 {
	opacity: 1;
	transition-delay: 0.6s;
  }

  .button_baru_2:hover .save-icon {
	transform: rotate(-20deg) scale(1.1);
  }

  .button_baru_3 {

	position: relative;
	display: inline-flex;
  align-items: center;   /* icon & teks rata tengah */
  gap: 6px;              /* jarak icon ke teks */

	padding: 10px 13px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #e50000;
	background: #fff;
	cursor: pointer;
	transition: ease-out 1.2s;
	border: 2px solid #e50000;
	border-radius: 15px;
	box-shadow: inset 0 0 0 0 #e50000;
	font-weight: bold;
margin-left:1vh;
	margin-right:1vh;
	margin-bottom:1vh;
	
		
  }
  
  .button_baru_3:hover {
	color: white;
	box-shadow: inset 0 -100px 0 0 #e50000, 0 0 9px #e50000;
	
  }
  
  .button_baru_3:active {
	transform: scale(0.9);
  }

  .button_baru_3:active {
	transform: scale(0.9);
  }

  .button_baru_3 svg {
	transition: color 0.4 ease;
  }
  
  .button_baru_3:hover svg {
	color: white; /* ikut berubah putih saat hover */
  }

  .button_baru_3 svg {
	flex-shrink: 0;
	fill: currentColor;
  }

  .button_baru_2 i, .button_baru_3 i, .button_baru_4 i, .button_baru_5 i, .button_baru_6 i {
	font-size: 13px;
	transition: transform 0.3s ease, color 0.3s ease;
  }
  
  .button_baru_2:hover i {
	transform: rotate(10deg) scale(1.2);
	color: #fff;
  }
  
  .button_baru_3:hover i {
	transform: rotate(10deg) scale(1.2);
	color: #fff;
  }
  
  /* efek "bounce" kecil saat klik */
  @keyframes bounce {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.4); }
  }
  
  .button_baru_2:active i,
  .button_baru_3:active i {
	animation: bounce 0.3s;
  }

  .button_baru_4 {
	position: relative;
	display: inline-flex;
  align-items: center;   /* icon & teks rata tengah */
  gap: 6px;              /* jarak icon ke teks */

	padding: 10px 13px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #e59400;
	background: #fff;
	cursor: pointer;
	transition: ease-out 1.2s;
	border: 2px solid #e59400;
	border-radius: 15px;
	box-shadow: inset 0 0 0 0 #e59400;
	font-weight: bold;
	margin-left:1vh;
	margin-right:1vh;
	margin-bottom:1vh;
  }
  
 

  .button_baru_4:active {
	transform: scale(0.9);
  }

  .button_baru_4:hover {

	color: white;
	box-shadow: inset 0 -100px 0 0 #e59400, 0 0 9px #e59400;
	
  }
  .button_baru_4:hover i {
	transform: rotate(10deg) scale(1.2);
	color: #fff;
  }
  /*
  .button_baru_4:hover i {
	transform: translateX(5px); 
  }
  */


  .button_baru_5 {
	position: relative;
	display: inline-flex;
  align-items: center;   /* icon & teks rata tengah */
  gap: 6px;              /* jarak icon ke teks */

	padding: 8px 13px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #1d5ed2;
	background: #fff;
	cursor: pointer;
	transition: ease-out 1.2s;
	border: 2px solid #1d5ed2;
	border-radius: 15px;
	box-shadow: inset 0 0 0 0 #1d5ed2;
	font-weight: bold;
	margin-left:1vh;
	margin-right:1vh;
	margin-bottom:1vh;
  }
  


  .button_baru_5:active {
	transform: scale(0.9);
  }

  .button_baru_5:hover {

	color: #fff;
	box-shadow: inset 0 -100px 0 0 #1d5ed2, 0 0 9px #1d5ed2;
	
  }
  .button_baru_5:hover i {
	transform: rotate(10deg) scale(1.2);
	color: #fff;
  }

    .button_baru_6 {
	position: relative;
	display: inline-flex;
  align-items: center;   /* icon & teks rata tengah */
  gap: 6px;              /* jarak icon ke teks */

	padding: 8px 13px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #355c7d;
	background: #fff;
	cursor: pointer;
	transition: ease-out 1.2s;
	border: 2px solid #355c7d;
	border-radius: 15px;
	box-shadow: inset 0 0 0 0 #355c7d;
	font-weight: bold;
	margin-left:1vh;
	margin-right:1vh;
	margin-bottom:1vh;
  }
  


  .button_baru_6:active {
	transform: scale(0.9);
  }

  .button_baru_6:hover {

	color: #fff;
	box-shadow: inset 0 -100px 0 0 #355c7d, 0 0 9px #355c7d;
	
  }
  .button_baru_6:hover i {
	transform: rotate(20deg) scale(1.3);
	color: #fff;
  }

  .button_baru_rab {
	position: relative;
	display: inline-flex;
  align-items: center;   /* icon & teks rata tengah */
  gap: 6px;              /* jarak icon ke teks */

	padding: 8px 13px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #1d5ed2;
	background: #fff;
	cursor: pointer;
	transition: ease-out 1.2s;
	border: 2px solid #1d5ed2;
	border-radius: 15px;
	box-shadow: inset 0 0 0 0 #1d5ed2;
	font-weight: bold;
	margin-left:3px;
	margin-right:3px;
  }
  


  .button_baru_rab:active {
	transform: scale(0.9);
  }

  .button_baru_rab:hover {

	color: #fff;
	box-shadow: inset 0 -100px 0 0 #1d5ed2, 0 0 9px #1d5ed2;
	
  }
  .button_baru_rab:hover i {
	transform: rotate(20deg) scale(1.3);
	color: #fff;
  }


.form-style-psikotes{
	width: 100%;	
	margin-bottom:10px;
	margin-top:5px;
}

.form-style-psikotes label{
	display:block;
	color:#0b486b;
}

.form-style-psikotes label > span{
	float: left;
	width: 25%;
	color: #0b486b;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
}

.form-style-kpi-cabang label1{
	display:block;
	font-weight: bold;
	color:#0b486b;
}

.form-style-psikotes label1 > span{
	float: left;
	width: 20px;
	color: #0b486b;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
}

.form-style-psikotes label2 > span{
	float: left;
	width: 68%;
	color: #0b486b;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
}

.form-style-kpi-cabang label3{
	display:block;
	color:#0b486b;
}

.form-style-psikotes label3 > span{
	float: left;
	width: 350px;
	color: #0b486b;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
}

.form-style-psikotes label4 > span{
	float: left;
	width: 110px;
	color: #0b486b;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 1px #fff;
}

.form-style-psikotes fieldset{
	
	border-radius: 15px;
	border:0px solid #d8d8d8;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.form-style-psikotes fieldset legend{
	color: #0b486b;
	background: #fff;
	padding: 0px 8px 3px 8px;
	font-weight: bold;
	font-size: 22px;
}


.button_lewati {
  float:right;
  font-size: 13px;
  font-weight: 400;
  background: #e50000;
  border: 0;
  padding: 5px 12px;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
  margin-bottom:-15px;
  width:20%;
  margin-left:77%;
  margin-top:10%;
}

.button_lewati:hover {
  color: #fff;
  background-color: #2e3192;
	animation: gradient 3s ease infinite;
  border-radius:10px;
  transition: 0.4s;
}

.button_lewati a:hover {
  color: #fff;

	animation: gradient 3s ease infinite;
  border-radius:10px;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover, button[type="reset"]:hover {
  color: #fff;
  background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:20px;
  
  transition: .7s linear;
}

.contact .input_konsultasi button[type="submit"]:hover, button[type="reset"]:hover {
  color: #fff;
  background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:20px;
  
  transition: .7s linear;
}

#content .table_admin {min-width:100%;border:0px solid #f3f3f3;}
#content .table_admin th {padding:7px;border:0px solid #f3f3f3; background-color:#44749d; color:#fff;
text-align:center;font-size:13px;}
#content .table_admin td {padding:7px;border:0px solid #333; vertical-align: middle; color:#333; font-weight:500; font-size:13px;}

.form-style-admin{
	width: 100%;
	margin-bottom:20px;
	margin-top:-17px;
}

.form-style-admin label{
	display:block;
	color:#0b486b;
	margin-top:-5px;
}

.form-style-admin label > span{
	float: left;
	width: 15%;
	color: #0b486b;
	font-weight: bold;
	margin-right:1%;
	font-size: 13px;
}

.form-style-admin label1{
	display:block;
	font-weight: bold;
	color:#0b486b;
	font-size: 13px;
}

.form-style-admin label1 > span{
	float: left;
	width: 20px;
	color: #0b486b;
	font-weight: bold;
	font-size: 13px;
}

.form-style-admin label3{
	font-weight: bold;
	font-size: 13px;
}

.form-style-admin fieldset{
	border-radius: 15px;
	border:1px solid #0b486b;
	margin: 0px 0px 10px 0px;
	padding: 20px;	
	box-shadow: inset 0px 0px 10px #f3f3f3;
}

.form-style-admin fieldset legend{
	color: #333;
	background: #fff;
	padding: 0px 8px 3px 8px;
	font-weight: bold;
	font-size: 20px;
}

.form-style-admin input[type=text],
.form-style-admin input[type=date],
.form-style-admin input[type=datetime],
.form-style-admin input[type=number],
.form-style-admin input[type=search],
.form-style-admin input[type=time],
.form-style-admin input[type=url],
.form-style-admin input[type=email],
.form-style-admin input[checkbox]
{
	margin-top:-8px;
	margin-right:15px;
	height:30px;
	width :90%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}


.form-style-admin input[type=number]
{
	margin-top:-8px;
	margin-right:15px;
	height:35px;
	width :17%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
  text-align: center;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_tgl]{
	margin-top:0px;
	height:30px;
	width :32%;
	text-align:center;
	border-radius: 8px;

	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_jam]{
	margin-top:0px;
	height:30px;
	width :30%;
	text-align:center;
	border-radius: 8px;

	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_tanggal]{
	margin-top:0px;
	height:30px;
	width :25%;
	text-align:center;
	border-radius: 0px;

	border: 1px solid #f3f3f3;
	outline: none;
	letter-spacing: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #0b486b;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_jabatan]
{
	margin-top:-8px;
	margin-right:15px;
	height:30px;
	width :50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[radio]
{
	margin-top:-10px;
	margin-right:15px;
	height:30px;
	width :220px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	border: 1px solid #f3f3f3;
	outline: none;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #0b486b;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_mpp]{
	margin-top:-8px;
	height:27px;
	width :40px;
	text-align:center;
	border-radius: 5px;
	border: 2px solid #0b486b;
	outline: none;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #0b486b;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_input_mpp]{
	margin-top:-3px;
	height:27px;
	width :50px;
	text-align:center;
	border-radius: 5px;
	border: 1px solid #f3f3f3;
	outline: none;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #0b486b;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin select{
	margin-top:-4px;
	margin-right:15px;
	height:35px;
	width :17%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	text-align: center;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin textarea{
	font-family:"arial", Times, serif;  
	margin-top:0px;
	height:45px;
	width :100%;
	line-height:15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #d8d8d8;
	outline: none;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, 
    transition: border-color ease-in-out .15s, 
	letter-spacing: 0px;
	font-weight: 400;
	color: #333;
	padding: 5px 8px 5px 8px;
	font-size: 13px;
}
.form-style-admin textarea:hover {
	background: #f3f3f3;	
   }
   
   .form-style-admin textarea:focus {
	font-weight: 400;
	color: #333;
	 -webkit-box-shadow: inset 0 3px 3px #888;
	 box-shadow: inset 0 3px 3px #888;
	 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	 -o-transition: border-color ease-in-out .15s, 
	 transition: border-color ease-in-out .15s, 	
   }


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 15px 0;
  background: #f3f3f3;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}



.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2e3192;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #2e3192;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f3f3;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

.batas_atas {
  padding: 50px 0;
  background: #f3f3f3;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

.batas_bawah {
  padding: 10px 0;
  background: #f3f3f3;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

.batas_produk {
  margin-top:30px;
  margin-bottom:30px;
  padding: 3px 0;
  background: #f3f3f3;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
.direktori {
  padding-top:5px;
  padding-bottom:1px;
  background: #f3f3f3;
  padding-left:9%;
  font-size: 14px;
  color: #2e3192;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #2e3192;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #2e3192;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 15px 0 0px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #2e3192;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2e3192;
  position: relative;
  padding-bottom: 5px;
}
/*
#2e3192
*/
#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2e3192;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ff0000;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2e3192;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}

h4 a:hover {
  
  color: #ff0000;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  background: #2e3192;
  text-align:center;
}

#footer .copyright {
  text-align:center;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
  
}
