
      .nav2{
    height: 60px;display: flex;justify-content: space-around;color: #FFF;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .btn-flat{
    border-radius: 0;
  }
  a{text-decoration: none !important;}
  .btn-ku1{
        background-color: var(--primaryColor);
        border:none;
        color: #fff;
      }
  .btn-ku1:hover{
      background-color: var(--primaryColor);
  }

.f-artikel{
  font-size: 17px;
  color: #41454f;
  font-weight: 600
}
.f-artikel:hover{
  font-size: 17px;
  color: #415974;
  opacity: .9;
  font-weight: 600
}
.carousel-img,.cardImg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-color: #555;
}
.cardImg{height: 200px}
.m-list-link {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 7px 16px;
    background-color: #f8f8f8;
    border-radius: 5px;
    color: #555;
    font-weight: bold;
    margin-bottom: 7px;
}
.m-list-link:hover {
  background-color: #f5f5f5;
  text-decoration: none;color: #333
} 
.carousel-caption.mCaption {
    position: absolute;
    right: 0%;
    bottom: 0;
    left: 0%;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #00000095;
}
 

  .kkb{
    font-family: 'kkb',sans-serif;
  }
  .kkl{
    font-family: 'kkl', sans-serif;
  }
  .bg-primary2{
    background-color: var(--primaryColor3)
  }
  .bg-primary1{
    background-color: var(--primaryColor)
  }
  .nav2 a{color: #fff;cursor: pointer;}
  .nav2 a:hover{color: #fff;text-decoration: none;}
  .nav2 div{
    flex: 1;text-align: center;margin:auto;text-transform: capitalize;font-size: 14px;
  }
  .nav2 .active{
    flex: 2;font-size: 17px
  }

      .bg-image{
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .mfont{
        font-family: 'century gothic', sans-serif;
      }
      .box-shadow{
        box-shadow:0px 3px 3px -3px rgba(0,0,0,.3)
      }
      .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        border:none;
        border-bottom: 4px solid #17a2b8;
      }
      .box-invoice{
    padding: 10px 20px;
    background-color: #f1f4f9;
    border-radius: 5px;
    color: #47709D;
  }
  label {cursor: pointer;margin: 0;}
  .option-bank{
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 6px;
  }
  .option-bank input{
    margin: 10px 10px;
  }
  .bot-nav{
    background-color: #FFF;border-top: 1px solid #ccc;position: fixed;bottom: 0;left: 0;
    width: 100%;
  }
  .bot-nav-height{
    height: 140px;
  }
  @media screen and (max-width: 576px){
    .bot-nav-height{
      height: 190px;
    } 
  }
      
      .loading-1{
        width: 40px;
        height: 40px;
      }
      a.list-group-item{cursor: pointer;}
      a.list-group-item.active {
          z-index: 2;
          color: #fff;
          background-color: #fd2820;
          border-color: var(--primaryColor);
      }
      a.list-group-item.active:hover{
        color: #FFF;
      }
      .nav-tabs .nav-link:hover{
        border-top:none;
        border-left:none;
        border-right:none;
      }
      .nav-tabs{justify-content: space-around;}
      .bg-light{background-color: white !important;}
      .mbg {background-color: var(--primaryColor)}
      .mbg2 {background-color: var(--primaryColor2)}
      .mbg3 {background-color: var(--primaryColor3)}
      .mbg4 {background-color: var(--primaryColor4)}
      .bg-white{background-color: #FFF}
      .flat {border-radius: 0px !important}
      .img-circle{border-radius: 100px}
      .box-data{
        color: white;
        padding: 10px 20px;
        border-radius: 10px;
        background: linear-gradient(329deg, rgba(252,176,69,1) 2%, rgba(253,29,29,1) 100%);
      }
      .bold{font-weight: bold;}
      .img-hover{opacity: 1;color: #FFF;}
      .img-hover:hover{opacity: .9; color: #FFF;text-decoration: none;}
      button{font-family: sans-serif;}
      .navbar .container .navbar-brand{
        font-size: 25px;
        text-transform: capitalize;
      }
      .navbar.navbar-expand-lg{
        box-shadow: 0 0px 3px 1px rgba(0,0,0,.3)
      }
      .box{
        /* background:rgba(0, 0, 0, 0) linear-gradient(90deg, rgb(44, 179, 172) 0%, rgb(39, 111, 191) 100%) repeat scroll 0% 0% ; */
        box-shadow: 0 1px 3px 0px rgba(0,0,0,.3);
        padding: 20px;
        border-radius: 10px;
        background-color: var(--primaryColor3)
      }
      .head1{
        background-image: linear-gradient(0deg, rgb(45, 113, 165) 100%, rgb(39, 112, 126) 100%);
      }
      .card{border-radius: 20px}

      .btn-ku{
        background-color: var(--primaryColor);
        border:1px solid var(--primaryColor2);
        color: #fff;
      }
      .btn-ku:hover{
        color: #FFF;
        opacity: .8
      }

      
      .btn-circle{
        border-radius: 20px;
      }

      .btn-orange{
        background:linear-gradient(180deg, rgba(255,111,0,1) 0%, rgba(237,143,54,1) 100%);
        color: #fff;
      }

      .card-body{color: #555}
      .btn-orange:hover{
        opacity: .8;
        color: #fff;
      }
/* 
      .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'arial';

}
.owl-carousel .owl-nav .owl-prev:before{
    content: "<";
    font-weight: bold;
    font-family: cursive;
    padding:5px 12px;
    border-radius: 20px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
}
.owl-carousel .owl-nav .owl-next:after{
    content: ">";
    font-weight: bold;
    font-family: cursive;
    padding:5px 12px;
    border-radius: 20px;
    color: #555;
        z-index: 9999999;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.3);
}

      .owl-nav{
        margin-top: 10px;
        display: flex;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -10px;
        right: -10px;
        height: 10px;
        justify-content: space-between;
        color: #fff;
      }
 */


      /* .owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{
        height: 30px;
        color: #FFF;
        width: 30px;
        z-index: 9999;
        padding: 0px;
        border-radius: 20px;
      } */

      .flat-2{
        border-radius: 5px;
      }

      .data-item{
        text-decoration: none;
        color: #555;

      }

      .card{box-shadow: 0 3px 3px -2px rgba(0,0,0,.3);}

      .data-item:hover{
        color: #555;
        text-decoration: none;
        opacity: .85;
      }
      .data-item img{
        width: 100%;
      }
      .card p{margin: 0;}

      .card .harga{
        border-top: 1px solid #eeeo;
        color: rgba(255,111,0,1);
        font-size: 30px;
        margin-top:10px; 
        margin-bottom:10px; 
      }
      .banner{
        border-radius: 10px;box-shadow: 0 1px 5px 1px rgba(0,0,0,.3);width: 100%;
      }
      .mcard{
        border-radius: 10px;
        background-color: var(--primaryColor2);
        overflow: hidden;
        box-shadow: 0 2px 3px -3px rgba(0,0,0,.3);
      }
      .mcard img{width: 100%}
      .mcard h5{padding: 4px 5px;height: 60px;line-height: 19px;overflow: hidden;}
      .mcard .mcard-mentor{
        display: flex;
        padding: 0px 10px;
        flex-direction: row;
      }
      .mcard .mcard-mentor img{
        width: 50px;
        margin-right: 10px;
        height: 50px;
        border-radius: 25px;
      }
      .wait {cursor: wait;}
      .no-drop {cursor: no-drop;}
      .garis{border-top: 1px solid #298ab833;}
      .footer-data h5{
        font-size: 23px;color: #FFF;font-family: 'century gothic';margin-bottom: 20px; 
      }
      .footer-data a {
        display:block;color: #FFF;font-family: 'century gothic';font-size: 14px;padding: 3px 0px ;
      }
      .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
        color: #fff;
        border-left: 7px solid var(--primaryColor2);
        background-color: var(--primaryColor);
      }

      .img-file-upload{
        border:3px solid #eee;
        position: relative;
        width: 90px;
        text-align: center;
        height: 90px;
        background-color: #f5f5f5;
        transition: .3s;
        display: inline-block;
      }
    .img-file-upload:hover{
      background-color: #e0e0e0;
    }

    .img-file-upload input{
      opacity: 0;
      z-index: 9;
      top: 0;
      left: 0;
      cursor: pointer;
      width: 100%;
      height: 100%;
      position: absolute;
    }

    .img-file-upload img{
      position: absolute;
      top: 0;
      transition: .3s;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .img-file-upload:hover img {
      opacity: .5;
    }

     .img-file-upload:hover span {
      opacity: 1;
    }

    .img-file-upload span{
      position: absolute;
      top: 0;
      left: 0;
      transition: .3s;
      font-size: 15px;
      color: #555;
      right: 0;
      bottom: 0;
      height: 20px;
      width: 100%;
      opacity: 0;
      display: inline-block;
      margin: auto;
      z-index: 5;
      font-weight: bold;
    }

