a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #333;
}
/*header*/
header {
  background: #fff;
  height: 148px;
  color: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
.header-sosmed {
  font-size: 28px;
  margin-right: 6px;
}
.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twitter {
  color: #61d7fa;
}
.facebook {
  color: #385491;
}
.youtube {
  color: #ea412c;
}
.tiktok {
  color: #000;
  text-shadow: 1px 1px 2px rgb(255 0 80 / 60%);
}
.search-custome {
  /*border-radius: 30px;*/
}
.search-hidden {
  display: none;
}
.form-search {
  background-color: #E5E5E5;
}
.input-group-append {
  background-color: #FF8C00;
  border-radius: 0px 6px 6px 0px;
}
.form-search::placeholder { 
  color: #FF8C00;
}
.form-control:focus {
  color: #000;
  background-color: transparent;
}
.img-logo {
  width: 120px;
}
/*end header*/

/*navbar*/
.navbar-custome {
  background-color: #FF8C00;
  color: #fff;
}
.navbar {
  padding: 0;
}
.navbar-center {
  margin: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 14px 14px;
}
.navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
}
.navbar-brand {
  display: none;
}
.navbar-nav a.nav-link.active {
  background: #28A3DA;
  color: #fff;
}
/*navbar end*/

/*owl*/
.owl-theme .owl-controls .owl-pagination {
  display: none !important;
}

.owl-carousel {
  width: auto;
}

.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -64px;
  margin-right: 2px;
}

.owl-theme .owl-controls .owl-buttons div {
  font-size: 11px;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}
/*owl end*/

/*slider*/
.big-bxslider li {
  width: auto !important;
}
.news-post.image-post2 {
  width: 614px;
  height: 449px;
  object-fit: cover;
}
.image-slider {
  width: 100%;
}

.image-slider ul {
  padding: 0;
  margin: 0;
}

.image-slider .bx-wrapper .bx-viewport {
  background: transparent;
}

.image-slider .bx-wrapper .bx-pager, .image-slider .bx-wrapper .bx-controls-auto {
  bottom: inherit;
  top: 30px;
  right: 30px;
  width: auto;
  padding-top: 0;
}

.image-slider .bx-controls-direction {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  height: 0px;
}

.image-slider .bx-wrapper .bx-prev {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 30px;
}

.image-slider .bx-wrapper .bx-prev:hover, .image-slider .bx-wrapper .bx-next:hover {
  background: rgba(51,51,51,0.5);
}

.image-slider .bx-wrapper .bx-prev:hover:before, .image-slider .bx-wrapper .bx-next:hover:before {
  color: #fff;
}

.image-slider .bx-wrapper .bx-next {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  right: 30px;
}

.image-slider .bx-wrapper .bx-prev:before {
  margin-top: -26px;
  margin-left: -10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.image-slider .bx-wrapper .bx-next:before {
  margin-top: -26px;
  margin-left: -5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.image-slider .image-post {
  width: 100%;
}

.image-slider .image-post .hover-box {
  bottom: 0px;
}

.image-slider .image-post:hover .hover-box {
  background: transparent;
}
section.big-slider {
  padding: 20px 0 10px;
  background: #fff;
  overflow: hidden;
}

section.big-slider .bx-wrapper .bx-pager {
  position: relative;
  width: 100%;
  top: inherit;
  right: inherit;
  text-align: center;
  margin-top: 25px;
}

section.big-slider .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #d9d9d9;
}

section.big-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #0067BA;
  background: #0067BA;
}

section.big-slider .bx-viewport {
  overflow: visible !important;
  margin-left: 255px;
  margin-right: 0px;
  width: auto !important;
}

section.big-slider .big-bxslider li {
  padding: 0 5px;
}
.big-bxslider li {
  /*width: 200px !important;*/
}
.news-post {
  position: relative;
}

.news-post .post-gallery {
  position: relative;
}

.news-post a.category-post {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.image-post2 {
  position: relative;
  background-color: #000;
}

.image-post2 .hover-box {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 0;
  background: #00000050;
  padding: 20px;
}

.image-post2 .hover-box a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
}

.image-post2 .hover-box h2 {
  color: #fff;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 7px;
  margin-top: 10px;
  max-height: 48px;
  overflow: hidden;
}

.image-post2 .hover-box h2 a {
  font-size: 38px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}

.image-post2 .hover-box h2 a:hover {
  opacity: 0.7;
}

.image-post2 .hover-box ul.post-tags li {
  color: #ccc;
}

.image-post2 .hover-box ul.post-tags li a {
  color: #ccc;
}

.image-post2 .hover-box ul.post-tags li a:hover {
  color: #f44336;
}

.image-post2 div.post-content {
  padding: 16px 16px 0;
}

.image-post2 div.post-content p {
  margin-bottom: 3px;
}

.image-post2 div.post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}

.image-post2 div.post-content p a:hover {
  opacity: 0.7;
}

.image-post2 div.post-content>a {
  margin-top: 12px;
}
.cover-slider {
    width: 100%;
    height: 449px;
    object-fit: cover;
    opacity: .6;
}

.bx-controls-direction {
    position: inherit;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
}

.bx-wrapper .bx-prev {
    width: 30px;
    left: 0px;
    height: 100%;
    background: transparent;
    transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -webkit-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.bx-wrapper .bx-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -5px;
    text-indent: 0 !important;
    font-size: 32px;
    color: #fff;
    transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -webkit-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.bx-wrapper .bx-next {
    width: 30px;
    height: 100%;
    background: transparent;
    right: 0;
    transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -webkit-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.bx-wrapper .bx-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -5px;
    text-indent: 0 !important;
    font-size: 32px;
    color: #fff;
    transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -webkit-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    outline: 0;
    text-indent: -9999px;
    /*z-index: 9999;*/
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255,255,255,0.5);
    margin: 0 4px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    border: 2px solid rgba(255,255,255,1);
}
/*slider end*/

/*animasi*/
.animasi {
  opacity: 0;
  position: relative;
}
.animasi.slide-top {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px, 0px);
  -ms-transform: translate(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
}
.animasi.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*footer*/
footer {
  background: #0067BA;
  color: #fff;
  padding: 20px 0;
}
.img-footer {
}
.follow {
  margin-right: 15%;
  font-size: 16px;
  margin-bottom: 5px;
}
.footer-sosmed {
  font-size: 26px;
  margin-right: 6px;
}
.footer-sosmed.facebook {
  color: #fff;
}
.hr-footer {
  border-top: 1px solid rgb(255 255 255);
}
.copyright {
  font-size: 14px;
  text-transform: uppercase;
}
.quick-links {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menu-footer {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 0 8px;
  font-size: 16px;
}
.custom-footer-right {
  text-align: right;
}
/*footer end*/

/*content home*/
.content {
  padding: 20px 0px
}
.subtitle {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.subtitle .part-title {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px;
}
.part-title {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 5px;
    /*border-bottom: 1px solid #f44336;*/
}

.card.news {
    margin-bottom: 22px;
    border: none;
}
.card-body {
    padding: 0;
}
.scale-news {
    width: 100%;
    height: 166px;
    object-fit: cover;
}
.scale-faq {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.scale-faq2 {
    width: 230px;
    height: 140px;
    object-fit: cover;
}
.custom-br {
    border-radius: 8px;
}
.card-author {
    color: #0067BA;
    font-size: 10px;
}
.card-date {
    color: #888;
    font-size: 10px;
}
.card-title {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 8px;
}
.btn-category {
    display: block;
    position: relative;
    margin: -35px 11px 0;
    background-color: #FF8C00;
    border: none;
    padding: 3px 10px;
    font-size: 14px;
}
.btn-category:hover {
    background-color: #027c80;
    border-color: #027c80;
}
.media-body.faq {
    margin: auto;
}
.carousel-indicators {
  position: static;
}
.carousel-indicators li {
  width: 300px;
  height: 100%;
  opacity: 0.8;
}
.video {
  width: 65%;
}
.video-tab {
  width: 33%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #222;
}
.scale-video {
    width: 97px;
    height: 65px;
    object-fit: cover;
}
.video-title {
  font-size: 12px;
}
.video-youtube {
  width: 100%;
  height: 315px;
}
.video-date {
  font-size: 12px;
}
.ads-sidebar {
  margin-top: 62px;
}
.youtube-home {
  width: 100%;
  height: 295px;
}
.youtube-sidebar {
  width: 230px;
  height: 140px;
  margin-right: 20px;
}
.youtube-detail {
  width: 100%;
  height: 460px;
}
.card-body.card-bottom {
  position: absolute;
  background-color: #fff;
  bottom: 8px;
  left: 8px;
  padding: 12px;
  width: 60%;
}
/*end content home*/

/*detail content*/
.breadcrumb-item+.breadcrumb-item::before {
  content: ">>";
}
.category-detail {
  display: inline-block;
  padding-bottom: 7px;
  font-size: 20px;
  border-bottom: 1px solid #f44336;
}
.title-detail {
  margin-bottom: 30px;
  padding-bottom: 7px;
  font-size: 38px;
  border-bottom: 1px solid #0067BA;
}
.text-caption {
  font-size: 14px;
}
.datetime {
  font-size: 14px;
  color: #888;
}
.reseources {
  margin: 20px 0;
  font-style: italic;
  color: #888;
  width: 100%;
  text-align: center;
  display: block;
}
.share {
  width: 100%;
  text-align: right;
  display: block;
  margin-bottom: 20px;
}
.share-whatsapp {
  color: #4CAF50;
  font-size: 26px;
  margin: 0 4px;
}
.share-facebook {
  color: #3B5999;
  font-size: 26px;
  margin: 0 4px;
}
.share-twitter {
  color: #03A9F4;
  font-size: 26px;
  margin: 0 4px;
}
.share-linkedin {
  color: #0077B7;
  font-size: 26px;
  margin: 0 4px;
}
.scale-writer {
  width: 108px;
  height: 120px;
  object-fit: cover;
}
.jl-post {
  color: #027c80;
}
.profile {
  margin-top: 10px;
  font-size: 12px;
  color: #000;
}

.video-youtube-detail {
  width: 100%;
  height: 455px;
}
.btn-sanad {
  background-color: #0067BA;
  border: 0;
  margin: 4px;
}
/*end detail content*/

/*sidebar top*/
.trending-number {
    font-size: 20px;
    margin-right: .8rem;
    margin-top: 3px;
}
.trending-category {
    color: #0067BA;
    font-size: 12px;
    text-transform: uppercase;
}
.trending-title {
    font-size: 16px;
}
/*end sidebar top*/

/*kontributor*/
.img-br {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 184px;
  object-fit: cover;
}
.img-circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: auto;
}
.card-penulis {
  background-color: #fff;
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  border-radius: 0 0 8px 8px;
}
.card-penulis a{
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #286063;
  border-color: #286063;
}
.page-link {
  color: #286063;
}
/*end kontributor*/

/*kontak*/
.contact .form-control:focus {
  color: #000;
}
.contact-alamat {
  font-size: 18px;
}
/*end kontak*/
/*-------------------------------------------------*/

/* Responsive Part */
@media screen and (max-width: 1300px) {
  .navbar-custome {
    padding: 18px 5%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-custome {
    padding: 0 5px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 6px;
    padding-left: 6px;
  }
  .video {
    width: 60%;
  }
  .video-tab {
    width: 38%;
  }
  section.big-slider .bx-viewport {
    margin-left: 180px;
  }
}
@media screen and (max-width: 991px) {
  header {
    height: auto;
    padding: 12px 0;
  }
  header .logo-setup {
    text-align: center;
  }
  header .sosmed-setup {
    display: none;
  }
  .navbar-brand {
    display: inherit;
    width: 180px;
  }
  .search-hidden {
    display: flex;
  }
  .video-youtube-detail {
    height: 290px;
  }
  section.big-slider .bx-viewport {
    overflow: visible !important;
    margin-left: -5px;
    margin-right: -5px;
    width: auto !important;
  }
}
/*ipad*/
@media screen and (max-width: 768px) {
  .navbar-custome {
    padding: 8px 0;
  }
  .hidden-ipad {
    display: none;
  }
  .cover-slider {
      width: 100%;
      height: 300px;
      opacity: .6;
  }
  .custom-footer-left {
    text-align: center;
    margin-bottom: 5px;
  }
  .custom-footer-right {
    text-align: center;
  }
  .video {
    width: 100%;
  }
  .video-tab {
    width: 100%;
  }
  .scale-faq2 {
    width: 140px;
    height: 100px;
    object-fit: cover;
  }
  .scale-faq {
    height: 230px;
  }
  .youtube-sidebar {
    width: 145px;
    height: 100px;
    margin-right: 20px;
  }
  .youtube-home {
    height: 215px;
  }
  .youtube-detail {
    height: 260px;
  }
  .card-body.card-bottom {
    width: 75%;
  }
  section.big-slider .bx-viewport {
    margin-left: 35px;
  }
  .news-post.image-post2 {
    height: auto;
  }
}

/*mobile*/
@media screen and (max-width: 575.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 12px;
  }
  .image-post2 .hover-box {
    height: auto;
  }
  .image-post2 .hover-box h2 {
    font-size: 16px;
    max-height: 62px;
    line-height: 20px;
  }
  .news-post.image-post2 {
    width: 330px;
  }
  .btn-category {
    padding: 1px 8px;
    font-size: 12px;
  }
  .cover-slider {
      width: 100%;
      height: 250px;
      opacity: .6;
  }
  .cover-post {
      width: 100%;
      height: 250px;
  }
  .title-post {
      font-size: 2rem;
  }
  .image-slider .bx-controls-direction {
      display: none;
  }
  .bx-pager.bx-default-pager {
      display: none;
  }
  .image-post2 .hover-box h2 a {
      font-size: 22px;
      line-height: 24px;
  }
  .subtitle {
      margin-top: 20px;
  }
  .img-footer {
    margin: 0 auto 26px;
    display: block;
  }
  .sosmed {
    text-align: center;
  }
  .follow {
    margin-right: 0;
  }
  .scale-news {
    height: 230px;
  }
  .scale-faq {
    height: 230px;
  }
  .video-youtube-detail {
    height: 230px;
  }
  .ads-sidebar {
    margin-top: 0px;
  }
  .youtube-home {
    margin-bottom: 20px;
  }
  .youtube-detail {
    height: 215px;
  }
  .title-detail {
    font-size: 22px;
  }
}
@media screen and (max-width: 375.98px) {
  section.big-slider .bx-viewport {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 325.98px) {
  section.big-slider .bx-viewport {
    margin-left: -10px;
    margin-right: -10px;
  }
  .news-post.image-post2 {
    width: 300px;
  }
}