@font-face {
  font-family: Visby CF Medium;
  src: url(image/VisbyCF-Medium.ttf);
}

body { background-color:#FFF; font-family: Visby CF Medium; color:#737373; }

h1 { margin-top:-8px; }

h2 { margin-top:10px; }

.owner { color:#737373; }

.owner:hover { color:#333; text-decoration:none; }

.flag-icon { border-radius: 50%; }

.topkiri img { margin:0; height:60px; }

.topkanan p { margin:0; text-align:right; }

.topkanan a:hover { text-decoration: none; }

.top { padding-top:30px; padding-bottom:50px; }

.topbtndr { margin-top:-200px; }

.topbtndr .btn-light { color: #737373; }

.topbtndr .btn-light:hover { color: #333; }

.topbtndr .btn-lg { border-radius:0; font-size:2rem; padding:1.5rem 3rem; font-weight:bold; }

.tengah { text-align:center; }

.ratatext p { text-align: justify; }

.homecap a { color:#737373; }

.admin-login-bg { background-color:#001333; }

.bg { background-color:#FFF; margin-bottom:5px; }

.bg-tb { background-color:#F8DADF; }

.bg-a { background-color:#FDDE00; margin-top:100px; }

.bg-0 { background-color:#001333; padding-top:100px; padding-bottom:100px; color:#FFF; }

.bg-1 { background-color:#FFF; padding-top:50px; padding-bottom:100px; }

.bg-2, .bg-3 { background-color:#FFF; padding-top:50px; padding-bottom:50px; }

.bg-4 { color:#333; background-color:#FDDE00; padding-top: 20px; }

.bg-0 h1, .bg-0 h5, .bg-4 h1, .bg-4 h2 { font-family: Visby CF Medium; }

.bg-0 h5 { line-height:1.5em; }

.bg-1 h2, .bg-2 h2 { text-align:center; }

.homelay { background-color:#FFF; margin-top:-100px; }

.homelay2 { background-color:#fbfbfb; margin-top:-100px; }

.homelay h2, .homelay2 h2 { font-size:1.5rem; }

.homelay a, .homelay2 a { color:#737373; }

.caplay { display: flex; justify-content: center; align-items: center; height: 200px; }

.dokter p { text-align: center; padding:15px; font-size:18px; }

.bg-1 h1, .bg-1 h2, .bg-2 h1, .bg-2 h2 { color:#737373; font-family: Visby CF Medium; }

.bg-a h1, .bg-2 h1 { font-size:58px; margin-bottom:30px; }

.bg-3 h1 { font-size:58px; margin-bottom:30px; background-color:#FDDE00; padding:20px; }

.bg-4 a { color:#000; }

.socmed a { color:#001333; }

.socmed a:hover { text-decoration:none; color:#0c306c; }

.navbar-light .navbar-brand { text-transform: capitalize; color:#737373; }

.navbar-light .navbar-nav .nav-link { color:#737373; }

.navbar-light .navbar-nav .nav-link:hover { color:#333; }

.navbar-bg { background-color:#c0c6c8; }

.noborder td { border-top:none; padding:0.5em; }

.listprod { margin-bottom:60px; }

.listprod h2 { text-align:left; }

.blogbox { height:450px; overflow:hidden; }

.blogbox h1 { font-size:1.25rem; line-height:1.5em; margin-top:5px; }

.blogbox a { color:#737373; text-decoration:none; }

.blogbox a:hover { color:#333; }

.justbox h1 { font-size:1.25rem; line-height:1.5em; margin-top:5px; border-bottom:2px solid #FDDE00; display:table; }

.justtitle h1 { font-size:2rem; line-height:1.5em; margin-bottom:30px; border-bottom:2px solid #FDDE00; display:table; }

.imgthumb { width:100%; height:200px; overflow:hidden; margin-bottom:10px; }

.myimg img { height:100px; }

.mywa { position: fixed; z-index: 100; bottom: 10px; right: 10px; }

.mywa .btn-danger { border-color:#FFF; }

.carousel-indicators li { width: 20px; height: 20px; border-radius: 100%; }

.carousel-indicators .active { background-color: #FDDE00; }

.caousel-caption { padding:0 30px; height: 275px; line-height:275px; }

.testext { display: inline-block; vertical-align: middle; line-height: normal; }

.caousel-caption p { font-size:25px; }

.caousel-caption h5 { font-size:20px; text-transform: uppercase; margin-top:50px; letter-spacing:2px; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;

  & > [class^="col-"],
  & > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.mynews .form-control, .mynews .btn { border-radius:0; }

.btn-secondary { background-color:#FDDE00; border-color:#FDDE00; color:#666; }

.btn-secondary:hover { background-color:#fdc400; border-color:#fdc400; color:#333; }

/* doctor */

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:none;
    /* background:#fcfcfc;
    /* background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    /* background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    /* background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    /* background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    /* background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    /* background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
    /* border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    */
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** doctor Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:0 10px 5px 10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/* end doctor */

@media(max-width:768px) {
   .top img { width:70%; }
   .bg-1 { padding-top:50px; padding-bottom:50px; }
   .bg-2 { padding-bottom:50px; }
   .bg-3 { padding-bottom:0; }
   .bg-2 h1, .bg-3 h1 { font-size:2.5rem ; }
   .topbtndr { margin-top:10px; }
   .blogbox{ height:auto; }
   .caplay { height:175px; }
}
