*{
  text-decoration: none;
  list-style: none;
  font-family: "ubuntu-light";
}
p{
  font-size: 12pt;
}

@font-face{
  font-family: "ubuntu-light";
  src:url('../font/Ubuntu/Ubuntu-Light.ttf');
}
@font-face{
  font-family: "ubuntu-bold";
  src:url('../font/Ubuntu/Ubuntu-Bold.ttf');
}

h1.text-right{
  margin:50px 0px 0px 50px;
}

nav.navbar.navbar-default{
  margin-top:15px;
}
.navbar-orange .navbar-nav > li > a {
  padding: 30px
}

img.img-responsive{
  height:250px;
}

/*div.jumbotron{
  background-color:rgb(154,215,154);
  margin:25px 0px;
  padding:50px 0px 150px 0;
}*/

h2.text-center{
  margin:50px 0px;
  font-weight: 700;
}
  h3.sub-judul{
    font-size: 22px;
    font-weight: 600;
  }

div.row{
  margin-top:10px;
}

html{
  margin:0;
  padding:0;
}

/*DIVIDE HERE*/

#big-logo{
  height: 130px;
}
#jkn-title{
  height: 100px;
  float: right;
}
  #bpjs-title{
    height: 100px;
    float: right;
  }

#footer-1{
  margin-top: 25px;
  width: 100%;
  height: 130px;
  background-color: #f38630;
  color: white;
}
  #footer-2{
    margin-top: 50px;
    width: 100%;
    height: 80px;
    background-color: #ff5000;
    color: white;
  }

.text-f-1{
  margin-top: 25px;
}

#f-top-1{
  font-size: 10pt;
}

#f-copyright{
  font-size: 10pt;
  margin-top: 8px;
}
  #f-copyright a{
    color: white;
    text-decoration: none;
  }

  .f-copyright{
    margin-top: 18px;
  }

.list-inline{
  padding-top: 30px;
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
      background-repeat: repeat-x;
}
  
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x;
}
 
.carousel:hover .carousel-control.left, .carousel:hover .carousel-control.right {
    display:block;
    text-decoration: none;
  }

.partner-row{
  height: 250px;
  background-color: #f8f9fa;
  margin-bottom: 75px;
  margin-top: 50px;
}

.title-partner{
  margin-top: 100px;
  font-size: 20pt;
  font-weight: 600;
}

#img-partner-1{
  height: 100px;
  margin-top: 65px;
}
  #img-partner-2{
    height: 100px;
    margin-top: 65px;
  }

#icon-social{
  height: 20px;
}

#link-widget{
  color: white;
}
  #link-widget:hover{
    color: #b3b3b3;
    text-decoration: none;
  }

.breadcrumb{
  margin: 15px 0px 0px 0px;
  background-color: white;
  color: gray;
}
  #breadcrumb{
    color: #666666;
    font-size: 9pt; 
    padding: 12px 5px 10px 5px;
    transition: background .3s linear;
  }
    #breadcrumb:hover{
      color: #666666;
      text-decoration: underline;
      padding: 12px 5px 10px 5px;
    }

hr{
  background-color: #666666;
  height: 1px;
}

.thumbnail-profil{
  margin-bottom: 0px;
}
  .text-frame{
    line-height: 28px;
    background-color: #69d2e7;
    font-size: 14pt;
    color: white;
  }

#content-2,#content-3{
  margin: 70px 0px;
}
  #content-1{
    margin-top: 70px;
    margin-bottom: 100px;
  }

.back-color{
  background-color: #f8f9fa;
  height: 100%;
  width: 100%;
}

#icon-social{
  opacity: 0.5;
  transition: opacity 0.2s linear;
}
  #icon-social:hover{
    opacity: 1;
    
  }

#kontak-map{
  margin-top: 25px;
}

.list-menu{
  font-size: 16px;
  font-weight: 600;
}

.np-title{
  font-size: 16px;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

.card-dokter p{
  margin: 7px;
  padding-bottom: 5px;
  width: 100%;
  font-size: 12px;
}

#konsultan{
  font-size: 15px;
}
  #konsultan-kos{
    visibility: hidden;
  }

.cardmodal{
  margin-left: 25px;
}

.dok1modal{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}
  .closedok1modal{
      width: 100%;
      height: 100%;
      position: fixed;
    }

    .dok1link{
      cursor: pointer;
    }

    .dok1cardmodal{
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -250px;
      margin-top: -220px;
      width: 500px;
      height: 350px;
      background: #fff;
      border-radius: 2px;
    }

.dok2modal{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}
  .closedok2modal{
      width: 100%;
      height: 100%;
      position: fixed;
    }

    .dok2link{
      cursor: pointer;
    }

    .dok2cardmodal{
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -250px;
      margin-top: -220px;
      width: 500px;
      height: 350px;
      background: #fff;
      border-radius: 2px;
    }

.dok3modal{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}
  .closedok3modal{
      width: 100%;
      height: 100%;
      position: fixed;
    }

    .dok3link{
      cursor: pointer;
    }

    .dok3cardmodal{
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -250px;
      margin-top: -220px;
      width: 500px;
      height: 350px;
      background: #fff;
      border-radius: 2px;
    }

.dok4modal{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}
  .closedok4modal{
      width: 100%;
      height: 100%;
      position: fixed;
    }

    .dok4link{
      cursor: pointer;
    }

    .dok4cardmodal{
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -250px;
      margin-top: -220px;
      width: 500px;
      height: 350px;
      background: #fff;
      border-radius: 2px;
    }

.dok5modal{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}
  .closedok5modal{
      width: 100%;
      height: 100%;
      position: fixed;
    }

    .dok5link{
      cursor: pointer;
    }

    .dok5cardmodal{
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -250px;
      margin-top: -220px;
      width: 500px;
      height: 350px;
      background: #fff;
      border-radius: 2px;
    }

.dok6modal{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}
  .closedok6modal{
      width: 100%;
      height: 100%;
      position: fixed;
    }

    .dok6link{
      cursor: pointer;
    }

    .dok6cardmodal{
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -250px;
      margin-top: -220px;
      width: 500px;
      height: 350px;
      background: #fff;
      border-radius: 2px;
    }

.dok7modal{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}
  .closedok7modal{
      width: 100%;
      height: 100%;
      position: fixed;
    }

    .dok7link{
      cursor: pointer;
    }

    .dok7cardmodal{
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -250px;
      margin-top: -220px;
      width: 500px;
      height: 350px;
      background: #fff;
      border-radius: 2px;
    }

#myBg{
  position: relative;
  z-index: 1;
}
  .bg-img{
    background-image: url('../img/logo-e.png');
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
  }

#table-index td{
  background-color: #f8f9fa;
}

#table-modal{
  width: 100%;
  font-size: 14px;
}

.marquee{
  font-size: 20px;
  margin-top: 10px;
}

.judul-berita{
  font-size: 14px;
}