/*navbar gradiasi*/
.gradiasi {
  background: #0070ff;
  background: -webkit-linear-gradient(left, #0070ff, #3ccbcd);
  background: -o-linear-gradient(right, #0070ff, #3ccbcd);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0070ff),
    to(#3ccbcd)
  );
  background: -o-linear-gradient(left, #0070ff, #3ccbcd);
  background: linear-gradient(90deg, #0070ff, #3ccbcd);
}

.num-date {
  font-size: 100px;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  color: white;
}

.day {
  width: 100%;
  margin: 0px auto;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  bottom: 10px;
  color: white;
}

/*thumbnail*/
.thumbnailz {
  object-fit: cover;
  height: 200px !important;
  width: 100%;
}

@media (max-width: 375px) {
  .thumbnailz {
    object-fit: cover;
    height: 260px !important;
    width: 100%;
  }
}

@media (max-width: 434px) and (min-width: 376px) {
  .thumbnailz {
    object-fit: cover;
    height: 290px !important;
    width: 100%;
  }
}

@media (max-width: 546px) and (min-width: 435px) {
  .thumbnailz {
    object-fit: cover;
    height: 350px !important;
    width: 100%;
  }
}

@media (max-width: 686px) and (min-width: 547px) {
  .thumbnailz {
    object-fit: cover;
    height: 430px !important;
    width: 100%;
  }
}

@media (max-width: 767px) and (min-width: 687px) {
  .thumbnailz {
    object-fit: cover;
    height: 530px !important;
    width: 100%;
  }
}

/*thumbnail berita*/
.thumbnailz-news {
  object-fit: cover;
  height: 200px !important;
  width: 100% !important;
}

@media (max-width: 375px) {
  .thumbnailz-news {
    object-fit: cover;
    height: 260px !important;
    width: 100% !important;
  }
}

@media (max-width: 434px) and (min-width: 376px) {
  .thumbnailz-news {
    object-fit: cover;
    height: 290px !important;
    width: 100% !important;
  }
}

@media (max-width: 546px) and (min-width: 435px) {
  .thumbnailz-news {
    object-fit: cover;
    height: 350px !important;
    width: 100% !important;
  }
}

@media (max-width: 686px) and (min-width: 547px) {
  .thumbnailz-news {
    object-fit: cover;
    height: 430px !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) and (min-width: 687px) {
  .thumbnailz-news {
    object-fit: cover;
    height: 530px !important;
    width: 100% !important;
  }
}

/*panel*/
.widget-title {
  overflow: hidden;
  text-align: center;
  color: #545454;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.widget-title:after {
  left: 0.5em;
  margin-right: -50%;
}
.widget-title:before {
  right: 0.5em;
  margin-left: -50%;
}
.widget-title:before,
.widget-title:after {
  background: #0070ff;
  background: -webkit-linear-gradient(left, #0070ff, #3ccbcd);
  background: -o-linear-gradient(right, #0070ff, #3ccbcd);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0070ff),
    to(#3ccbcd)
  );
  background: -o-linear-gradient(left, #0070ff, #3ccbcd);
  background: linear-gradient(90deg, #0070ff, #3ccbcd);
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

/*breadcrumb*/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #3498db;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

.crt {
  background-color: #3498db;
  color: white;
}

.crt-btn {
  height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.crt2:hover {
  background-color: #1abc9c;
  color: white;
}

/*thumbnail info*/
.thumbnail-info {
  object-fit: cover;
  height: 140px !important;
  width: 100%;
}

@media (max-width: 375px) {
  .thumbnail-info {
    object-fit: cover;
    height: 230px !important;
    width: 100%;
  }
}

@media (max-width: 434px) and (min-width: 376px) {
  .thumbnail-info {
    object-fit: cover;
    height: 260px !important;
    width: 100%;
  }
}

@media (max-width: 546px) and (min-width: 435px) {
  .thumbnail-info {
    object-fit: cover;
    height: 320px !important;
    width: 100%;
  }
}

@media (max-width: 686px) and (min-width: 547px) {
  .thumbnail-info {
    object-fit: cover;
    height: 400px !important;
    width: 100%;
  }
}

@media (max-width: 767px) and (min-width: 687px) {
  .thumbnail-info {
    object-fit: cover;
    height: 500px !important;
    width: 100%;
  }
}

.info-gradiasi {
  background-color: #0070ff;
  color: white;
  text-align: center;
}

.info-gradiasi:hover {
  background: #3ccbcd;
}

/*shadow*/
nav.navbar.navbar-fixed-top.navbar-bootsnipp.animate.normal:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  bottom: -60px;
  /*background-image:url('../../images/shadow.png');*/
  background-size: 100% 100%;
}

/*suramadu footer*/
.smdr {
  background-image: url(../../images/footer.jpg);
  background-position: bottom center;
  background-size: 100%, contain;
  background-repeat: no-repeat;
  padding-bottom: 710px;
}

@media (max-width: 800px) {
  .smdr {
    background-image: url(../../images/footer.jpg);
    background-position: bottom center;
    background-size: 100%, contain;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 160px;
  }
}

.ftr {
  padding-top: 220px;
}

@media (max-width: 800px) {
  .ftr {
    padding-top: 15px;
  }
}

/*sosmed*/
#social {
  margin: 20px 10px;
  text-align: left;
}

.smGlobalBtn {
  /* global button class */
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 2px #999;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

/* facebook button class*/
.facebookBtn {
  background: #4060a5;
}

.facebookBtn:before {
  /* use :before to add the relevant icons */
  font-family: "FontAwesome";
  content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover {
  color: #4060a5;
  background: #fff;
  text-decoration: none;
}

/* twitter button class*/
.twitterBtn {
  background: #00abe3;
}

.twitterBtn:before {
  font-family: "FontAwesome";
  content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover {
  color: #00abe3;
  background: #fff;
  text-decoration: none;
}

/* google plus button class*/
.instagramBtn {
  background: #c13e70;
}

.instagramBtn:before {
  font-family: "FontAwesome";
  content: "\f16d"; /* add googleplus icon */
}

.instagramBtn:hover {
  color: #c13e70;
  background: #fff;
  text-decoration: none;
}

/*GPR*/
#gpr-kominfo-widget-header {
  display: none !important;
}

#gpr-kominfo-widget-body {
  padding: 0px !important;
  margin: 0px !important;
}

#gpr-kominfo-widget-footer {
  background-image: none !important;
  max-height: 0px !important;
}

.card-content {
  background: #ffffff;
  border: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 900px) {
  .heightinfo {
    height: 280px !important;
  }
  .heightberita {
    height: 420px !important;
  }
}

.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}

.card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.card-img span {
  position: absolute;
  top: 8%;
  float: left;
  background: #1a98e9;
  padding: 6px;
  color: #fff;
  font-size: 12px;
}
.card-img span h4 {
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  line-height: 0;
}
.card-desc {
  padding: 1rem;
}

.card-desc h3 {
  color: #000000;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}

.card-desc p {
  font-size: 14px;
  font-weight: 400;
  font-size: 1em;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0;
  font-family: "Raleway", sans-serif;
}
.btn-card {
  background-color: #1a98e9;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0.84rem 2.14rem;
  font-size: 0.91rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
}
.btn-card:hover {
  background: #8e44ad;
}
a.btn-card {
  text-decoration: none;
  color: #fff;
}

.banner-bg-1 {
  padding: 60px 0;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-image: url("../../images/bgheader.jpg");
  background-size: cover;
}

.banner-bg-1::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.45);
}

.banner {
  position: relative;
  text-align: center;
}

.banner h2 {
  color: #f1f1f1;
  font-size: 40px;
  margin-left: 20px;
  position: relative;
}

#share-buttons img {
  width: 35px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}

/*accordion*/
#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}
#accordion .panel-title a {
  display: block;
  padding: 14px 30px 14px 70px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #ef6145;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed {
  background: #1a98e9;
  color: #fff;
}
#accordion .panel-title a.collapsed:hover {
  color: #fff;
}
#accordion .panel-title a:before {
  content: "";
  width: 55px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: -13px;
  transform: skewX(-25deg);
  transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before {
  background: #fff;
}
#accordion .panel-title a:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after {
  color: #fff;
}
#accordion .panel-title a.collapsed:hover:after {
  color: #1a98e9;
}
#accordion .panel-body {
  font-size: 14px;
  color: #5a3245;
  line-height: 25px;
  padding: 20px 15px 20px 40px;
  position: relative;
  border: none;
  transition: all 0.5s ease 0s;
}
#accordion .panel-body:before {
  content: "";
  width: 5px;
  height: 40px;
  background: #ef6145;
  position: absolute;
  top: 30px;
  left: 0;
}
#accordion .panel-body p {
  margin-bottom: 0;
}

/*informasi*/
.features-left,
.features-right {
  padding: 0 10px;
}

.liku {
  display: table;
  width: 100%;
  margin: 20px 0;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 1s ease-in-out;
}

.features-right li img,
.features-left li img {
  width: 100px;
  height: 100px;
  line-height: 68px;
  display: table;
  font-size: 26px;
  color: #ffffff;
  background-color: #0f86f3;
  position: relative;
  text-align: center;
  z-index: 55;
  transition: 0.4s;
  padding: 0;
}
.features-left img {
  float: left;
  object-fit: cover;
}

.features-right li:last-child,
.features-left li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0 !important;
}

.fl-inner {
  text-align: left;
  margin-left: 90px;
}

.features-left li img:before,
.features-right li img:before {
  text-align: center;
}
.flaticon-customer-service:before {
  content: "\f10e";
}

/*header*/
.headerleft {
  float: left;
  text-align: center !important;
}

.headerright {
  float: right;
  text-align: center !important;
}

@media (max-width: 515px) {
  .sharebtn {
    float: left !important;
  }
}

@media (min-width: 1000px) {
  .mydesktop {
    display: block;
  }
  .mymobile {
    display: none;
  }
  .myheightapps {
    max-height: 270px;
    overflow-y: scroll;
  }

  .myheightweb {
    max-height: 365px;
    overflow-y: scroll;
  }
}

@media (max-width: 999px) {
  .mymobile {
    display: block;
  }
  .mydesktop {
    display: none;
  }
}

.features-leftz li img {
  width: 100%;
  height: 130px;
  line-height: 68px;
  display: table;
  font-size: 26px;
  color: #ffffff;
  background-color: #0f86f3;
  position: relative;
  text-align: center;
  z-index: 55;
  transition: 0.4s;
  padding: 0;
}

.features-leftz {
  padding: 0 5px;
}

.features-leftz img {
  float: left;
  object-fit: cover;
}

.features-leftz li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0 !important;
}

.features-leftz li img:before {
  text-align: center;
}

.features-leftzz li img {
  width: 100%;
  height: 178px;
  line-height: 68px;
  display: table;
  font-size: 26px;
  color: #ffffff;
  background-color: #0f86f3;
  position: relative;
  text-align: center;
  z-index: 55;
  transition: 0.4s;
  padding: 0;
}

.features-leftzz {
  padding: 0 5px;
}

.features-leftzz img {
  float: left;
  object-fit: cover;
}

.features-leftzz li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0 !important;
}

.features-leftzz li img:before {
  text-align: center;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #1a98e9 #ffffff;
}

.likuz {
  display: table;
  width: 100%;
  margin: 0px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 1s ease-in-out;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 14px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #1a98e9;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
