/* mobile */
        body{
            float:left;
            width:100%;
            height:100%;
            padding : 100px 0;
            background-color: rgba(241, 242, 243, 0.26);
        }
        .belum{
             background: #DE6262;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);   Chrome 10-25, Safari 5.1-6 
            background: linear-gradient(to bottom, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }
        .banner-sec{ background-size:cover; min-height:460px; border-radius: 0 3px 3px 0;}
        .container{background:#fff; border-radius: 3px;border:1px solid #dbdbdb;}
        .login-sec{padding: 30px 30px; position:relative;}
        .login-sec .copy-text{position:absolute; width:80%; bottom:0px; font-size:13px; text-align:left;}
        .login-sec .copy-text i{color:#FEB58A;}
        .login-sec .copy-text a{color:#E36262;}
        .login-sec h2{margin-bottom:15px; font-weight:800; font-size:16px; color: #DE6262;}
        .login-sec h2:after{content:" "; width:100px; height:2px; background:#dbdbdb; display:block; margin-top:10px; border-radius:1px; margin-left:auto;margin-right:auto}
        .btn-login{
            background: #4285f4; 
            color:#fff; 
            font-weight:300;
            -webkit-transition: box-shadow .28s cubic-bezier(0.4,0.0,0.2,1);
            transition: box-shadow .28s cubic-bezier(0.4,0.0,0.2,1);
            -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
            float: right;
        }

        .btn-login:hover{
            background-color: #225ec1;
            color:#fff; 
        }

        .banner-text{width:70%; position:absolute; bottom:40px; padding-left:20px;}
        .banner-text h2{color:#fff; font-weight:600;font-size: 18px}
        .banner-text h2:after{content:" "; width:100px; height:5px; background:#FFF; display:block; margin-top:20px; border-radius:3px;}
        .banner-text p{color:#fff;}
        .logo{
            height: 125px;width:auto;
        }

@media (max-width: 768px) {

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #content{
        padding: 24px 0;
    }

    #topcontent{
        padding: 0px !important;
        width: auto !important;
    }

    #low-content{
        padding: 0px !important;
    }

    .carousel-inner .item img {
        height: auto;
    }

    .carousel-inner{
    height: auto !important;
    width: 100%;
    }

    .carousel-inner .item img{
        height: auto !important;
        width: 100%;
    }

    .carousel-caption h3{
        font-size: 13px;
    }

    .carousel-caption p{
        font-size: 10px;
    }
}

/* tablet */
@media (min-width: 768px) {
    .carousel-inner{
    height: 250px !important;
    width: 100%;
    }

    .carousel-inner .item img{
        height: 250px !important;
        width: 100%;
    }
}

/* laptop */
@media (min-width: 992px) {
    .carousel-inner{
        height: 350px !important;
        width: 100%;
    }

    .carousel-inner .item img{
        height: 350px !important;
        width: 100%;
    }
}

html,body{
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: 13px;
}

.myheader{
    border-top: 3px solid #43a047;
    box-shadow: 0 1px 0 rgba(12,13,14,0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: #fafafb;
    transition: box-shadow cubic-bezier(.165, .84, .44, 1) .25s;
    
    box-sizing: border-box;
}

.myheader~.container {
    padding-top: 60px;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

#content{
    padding: 24px 15px;
    min-height: 800px;
}

.navbar{
    margin-bottom: 0px;
}

.navbar-nav>li:hover{
    background-color: #e7e7e7;
    height: 51px;
}

#img-brand{
    height: 25px;
    width: auto;
}

.aktif{
    border-bottom: 2px solid  #43a047;
    color: #0C0D0E;
}

.fixed{
    position: fixed;
}

#topcontent{
    width: 100%;
    padding: 10px;
}

.title h3{

    padding: 0;
    color: #000;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.title span{
    font-size: 11px;
    color: #999;
    margin: 0;
    padding: 0;
}

.title i{
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.title #line{
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
    clear: both;
}

#slider{
    padding: 15px;
}



.small-info h4{
    color: #069;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-weight: bold;
}

.small-info span{
    color: #999;
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: 12px;
}

.small-info p{
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 16px;
    text-align: left;
}

.small-info #line{
    border-bottom: 1px dashed #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
    clear: both;
}

.small-info .group{
    clear: both;
    margin-bottom: 15px !important;
}

#middle-content{
    margin-top: 30px;
    padding: 10px;
}

.center-text{
    text-align: center !important;
}

.left-text{
    text-align: left !important;
}

.right-text{
    text-align: right !important;
}

.green{
    color: #1B5E20 !important;
}

.red{
    color: #B71C1C !important;
}

.blue{
    color: #29B6F6 !important;
}

.yellow{
    color: #FF6F00 !important;
}

.teal{
    color: #004D40 !important;
}

.grey-text{
    color : #888 !important;
}

.light{
    font-weight: normal !important;
}

.daftar ul{
    list-style: none;
    padding: 0 10px;
}

.daftar ul li{
    padding: 10px;
    border-bottom: 1px dotted #ececec;
    text-decoration: none;
}

.daftar ul li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
    border-bottom: 1px dotted #edc967;
    color:#222;
}

.daftar ul li a{
    font-size: 12px;
    color: #666;
}

.daftar ul li a:hover{
    text-decoration: none;
    color:#222;
}

.small-info #dotted{
    border-bottom: 1px dotted #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
    clear: both;
}

.daftar .small-info{
    padding:0 15px;
}

#low-content{
    width: 100%;
    padding: 10px;
    margin-top: 30px;
}

.icon span{
    font-size: 36px;
    padding:10px 0 0 5px;
    color: #666;
}

.desc{
    margin-bottom: 20px;
}

.desc h4{
    padding: 0;
    color: #000;
    margin: 0;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bolder;
}

.desc p{
    color: #666;
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 16px;
    text-align: left;
    padding-top: 5px;
}


/*footer css*/

footer{
    min-height: 300px;
    background-color: #1fa67a;
    border-top: 1px solid #1b926c;
    width: 100%;
    border-bottom: 10px solid #004D40;
    margin-top: 50px;
}

.map{
    margin :20px 10px 10px 10px;
    padding: 5px;
    background-color: #fff;
    border:1px solid #ececec;
    border-radius: 5px;
}

.info-footer{
    margin :15px 10px 10px 10px;
    padding: 5px;
    color: #fff;
}

.info-footer h4{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin:0;
}

.info-footer h5{
    color: #eaeaea;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin:0 0 10px 0;
}

.info-footer p{
    color: #eaeaea;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    margin:0;
}

.info-footer span{
    color: #eaeaea;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}

.info-footer .icon-footer{
    width: 100%;
    margin:5px 0;
}

.owl-carousel .item{
    height: 230px;
    background-color: #43a047;
    width: 100%;
    border:1px solid #dbdbdb;
    padding: 20px;
}

.owl-carousel{
   padding: 20px; 
}

.mid-content{
    margin:50px 0;
    padding: 20px;
}

/* carousel responsive */
/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {

  .section-white {
     padding: 1.5em 0;
  }

}

@media screen and (min-width: 992px) {

  .container {
    max-width: 930px;
  }

}
