html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a,
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../fontawesome/webfonts/fa-solid-900.eot");
  src: url("../fontawesome/webfonts/fa-solid-900.ttf");
  src: url("../fontawesome/webfonts/fa-solid-900.woff");
  src: url("../fontawesome/webfonts/fa-solid-900.woff2");
}

.hero {
  height: 90vh;
  width: 100%;
  max-height: 700px;
  background-color: #E8F5FF;
  background-size: 100%;
  background-position: center -50px;
  background-repeat: no-repeat;
}

.hero .container {
  position: relative;
  height: 100%;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 680px;
  background-color: #007bff;
  padding: 20px;
}

.hero-text h2 {
  font-size: 41px;
  font-weight: bold;
  color: #fff;
}

.hero-text p {
  color: #fff;
}

#mainNav .nav-item {
  margin: 0 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

#mainNav .nav-link {
  color: #36404C !important;
}

#mainNav .nav-link.active {
  border-bottom: 2px solid #007bff;
}

#mainNav .nav-link:hover {
  color: #007bff !important;
}

#mainNav .dropdown-menu {
  border: none;
  border-top: 1px solid #007bff;
}

#mainNav .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding: 10px 20px;
}

#mainNav .dropdown-menu .dropdown-item.active {
  background-color: #007bff;
}

#mainNav .dropdown-toggle:after {
  border: none;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  line-height: 16px;
  top: 5px;
  position: relative;
  color: #007bff;
}

#mainNav .dropdown-toggle.dropdown-sub-item:after {
  content: "\f054";
}

#mainNav .dropdown-submenu {
  position: absolute;
  left: unset;
  right: -100%;
  top: 50%;
}

#mainNav .cta.cta-top .btn {
  font-size: 14px;
  border-radius: 50px;
  padding: 5px 20px;
}

#mainNav .cta.cta-top .btn:not(:last-of-type) {
  margin-right: 10px;
}

section:not(.hero) {
  margin-top: 80px;
  margin-bottom: 80px;
}

section .section-header h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

section .section-header h3:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 40%;
  background-color: #007bff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.partner {
  min-height: 340px;
  background-color: #E8F5FF;
  padding: 50px 0;
}

section.partner .partner-box {
  height: 120px;
  text-align: center;
  padding: 15px;
}

section.partner .partner-box .partner-img {
  height: 100%;
  padding: 10px 0;
  margin: 0 50px;
}

section.maps {
  margin-bottom: 0;
}

section.maps img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 25px;
}

.galeri.album-list.album-all .section-body .section-item .section-item-caption {
  padding: 15px 20px;
}

.galeri.album-list.album-all .section-body .section-item .section-item-caption h5 {
  font-size: 16px;
  line-height: 24px;
}

.galeri.album-list .section-body .section-item .section-item-caption {
  padding: 15px;
}

.galeri.album-list .section-body .section-item .section-item-caption h5 {
  font-size: 14px;
  line-height: 20px;
}

.galeri.album-list .section-body .section-item .section-item-caption span {
  font-size: 10px;
}

.galeri.album-list .section-body .section-item .foto-galeri {
  width: 100%;
}

.galeri .section-body {
  margin-bottom: 50px;
  position: relative;
}

.galeri .section-body .owl-item {
  padding: 20px 10px;
}

.galeri .section-body .section-item-slider,
.galeri .section-body .section-item {
  height: 380px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.galeri .section-body .section-item-slider .section-item-caption,
.galeri .section-body .section-item .section-item-caption {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 20px 30px 15px;
}

.galeri .section-body .section-item-slider .section-item-caption h5,
.galeri .section-body .section-item .section-item-caption h5 {
  color: #007bff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.galeri .section-body .section-item-slider .section-item-caption span,
.galeri .section-body .section-item .section-item-caption span {
  font-size: 12px;
  color: #36404C;
  font-weight: 500;
}

.galeri .section-body .section-item-slider .foto-galeri,
.galeri .section-body .section-item .foto-galeri {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.galeri .section-body .section-item-slider .foto-galeri:hover,
.galeri .section-body .section-item .foto-galeri:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.galeri .section-body #galeri-slider-nav .owl-prev,
.galeri .section-body #galeri-slider-nav .owl-next {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  background-color: #007bff;
  border: none;
  height: 35px;
  width: 35px;
  color: #fff;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 0 20px #ddd;
          box-shadow: 0 0 20px #ddd;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.galeri .section-body #galeri-slider-nav .owl-prev:hover,
.galeri .section-body #galeri-slider-nav .owl-next:hover {
  cursor: pointer;
  background-color: #36404C;
  color: #fff;
}

.galeri .section-body #galeri-slider-nav .owl-prev {
  left: -6%;
}

.galeri .section-body #galeri-slider-nav .owl-next {
  right: -6%;
}

.galeri .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.galeri .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.galeri .video-wrapper.video-galeri {
  height: 80%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sync1 {
  max-height: 500px;
  margin-bottom: 30px;
  overflow: hidden;
}

#sync1 .item {
  padding: 0;
  max-width: 100%;
  max-height: 500px;
}

#sync1 .item .gallery-img-featured {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

#sync1 .item .gallery-img-featured img {
  max-height: 500px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sync1 .item .gallery-img-featured .gallery-img-caption {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translate(-50%, -25px);
          transform: translate(-50%, -25px);
  background-color: #000;
  padding: 10px 20px;
  font-size: 16px;
}

#sync1 .item .gallery-img-featured:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#sync1 .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  color: #fff;
  width: 100%;
  /* background-color: var(--main-light-color); */
}

#sync1 .owl-nav svg {
  background-color: #fff;
  padding: 10px 15px;
}

#sync1 .owl-nav button {
  outline: none;
}

#sync1 .owl-nav button svg {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

#sync1 .owl-nav button:hover svg {
  color: #007bff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#sync1 .owl-prev {
  position: absolute;
  left: 0;
}

#sync1 .owl-prev svg {
  border-radius: 0 20px 20px 0;
}

#sync1 .owl-next {
  position: absolute;
  right: 0;
}

#sync1 .owl-next svg {
  border-radius: 20px 0 0 20px;
}

#sync2 .item {
  padding: 0;
  opacity: 0.8;
}

#sync2 .gallery-img-list {
  height: 200px;
  max-height: 100%;
}

#sync2 .gallery-img-list img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sync2 .current .item {
  opacity: 1;
  padding: 3px;
  border-radius: 0;
  background-color: #007bff;
}

#sync1 .item.item-video,
#sync2 .item.item-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
}

#sync1 .item.item-video::after,
#sync2 .item.item-video::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

#sync1 .item.item-video iframe,
#sync2 .item.item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.album {
  margin-top: 0 !important;
}

.album .gallery-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

.album .gallery-meta li {
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
  padding: 10px 0;
}

.album .gallery-meta li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.album .btn.btn-default.btn-bordered {
  border: 2px solid #36404C;
  color: #36404C;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 14px;
}

.album .btn.btn-default.btn-bordered:hover {
  background-color: #36404C;
  color: #fff;
}

.album .btn.btn-default.btn-bordered:disabled {
  color: #36404C;
  border: none;
  background-color: #ddd;
}

.album button.btn:disabled {
  color: #36404C;
  border: none;
  background-color: #ddd;
}

.btn.btn-default.btn-bordered {
  border: 2px solid #36404C;
  color: #36404C;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 14px;
}

.btn.btn-default.btn-bordered:hover {
  background-color: #36404C;
  color: #fff;
}

.category-body {
  height: 300px;
  margin: 100px 0;
}

.category-body-img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-body h3 {
  font-size: 31px;
  font-weight: 400;
  line-height: 43px;
}

.page {
  margin: 60px auto 100px;
}

.page-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.page-image {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
}

.page-image img {
  width: 100%;
  height: 100%;
}

.page-meta {
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.page-meta li {
  display: inline-block;
}

.page .meta-separator {
  padding: 0 10px;
  font-size: 10px;
  position: relative;
  top: -1px;
}

.btn.btn-more {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #007bff;
  text-align: center;
  display: inline-block;
  border: 1px solid #007bff;
  border-radius: 50px;
  padding: 10px 40px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn.btn-more:hover {
  background-color: #007bff;
  color: #fff;
}

.berita .row {
  margin-bottom: 50px;
}

.section-thumbnail {
  width: 100%;
  height: 237px;
  overflow: hidden;
  position: relative;
}

.section-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section-thumbnail .tanggal {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.section-thumbnail .tanggal span {
  margin: 0;
  padding: 0;
}

.section-thumbnail .tanggal span.tgl {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: -10px;
}

.section-thumbnail .tanggal span.tgl-2 {
  font-size: 10px;
}

.page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
}

.page-item .page-link {
  color: #007bff;
  font-size: 14px;
}

.berita .container {
  padding-left: 150px;
  padding-right: 150px;
}

.berita .section-thumbnail {
  width: 100%;
  height: 237px;
  overflow: hidden;
  position: relative;
}

.berita .section-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.berita .section-thumbnail .tanggal {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.berita .section-thumbnail .tanggal span {
  margin: 0;
  padding: 0;
}

.berita .section-thumbnail .tanggal span.tgl {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: -10px;
}

.berita .section-thumbnail .tanggal span.tgl-2 {
  font-size: 10px;
}

.berita .section-content {
  padding: 20px 0 0;
}

.berita .section-content a:hover {
  color: #36404C;
}

.berita .section-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #007bff;
  line-height: 1.8em;
}

.berita .section-content h3:hover {
  color: #2a92e7;
}

.berita .section-content p {
  font-size: 14px;
  color: #777777;
  line-height: 28px;
}

.berita .section-content p .more {
  color: #007bff;
  font-weight: 500;
}

.berita .section-meta {
  margin-bottom: 50px;
}

.berita .section-meta a {
  background-color: #007bff;
  padding: 5px 20px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 15px;
  cursor: default;
}

.berita .section-meta a:not(:first-of-type) {
  color: #007bff;
  border: 1px solid #007bff;
  background-color: transparent;
  margin-left: 5px;
}

.berita .section-meta a i {
  margin-right: 10px;
}

.section-thumbnail img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.post {
  margin-top: 40px !important;
}

.post .container {
  overflow-x: hidden;
  padding-left: 200px;
  padding-right: 200px;
}

.post .section-thumbnail {
  width: 100%;
  height: 237px;
  overflow: hidden;
  position: relative;
}

.post .section-thumbnail.thumb-post {
  height: 350px;
  /* margin-bottom: 10px; */
}

.post .section-body .section-post-title {
  font-size: 30px;
  color: #36404C;
  font-weight: 600;
  margin-top: 15px;
}

.post .section-body .section-post-meta {
  color: #36404C;
  font-size: 12px;
  padding: 5px 0 10px;
  line-height: 25px;
}

.post .section-body .section-post-meta .author {
  font-weight: 500;
  border-bottom: 1px dashed #007bff;
}

.post .section-body .section-post-meta a {
  color: #007bff;
}

.post .section-body .section-post-meta span {
  margin-right: 15px;
}

.post .section-body .section-post-meta span i {
  padding-right: 5px;
}

.post .section-body .section-post-content {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.post .section-body .section-post-content h1 {
  font-size: 21px;
  font-weight: 600;
  color: #36404C;
}

.post .section-body .section-post-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: #36404C;
}

.post .section-body .section-post-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #36404C;
}

.post .section-body .section-post-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #36404C;
}

.post .section-body .section-post-content p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #36404C;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.post .section-body .section-post-content p a {
  color: #007bff;
}

.post .section-body .section-post-content blockquote {
  border-left: 3px solid #ddd;
  margin-left: 30px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.5px;
  font-family: monospace;
  color: #36404C;
}

.post .section-body .section-post-share {
  text-align: center;
}

.post .section-body .section-post-share li {
  display: inline-block;
}

.post .section-body .section-post-share li a {
  background-color: #007bff;
  color: #fff;
  height: 50px;
  width: 50px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.post .section-body .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.post .section-body .section-title h4 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  text-transform: capitalize;
  color: #36404C;
  font-weight: 500;
}

.post .section-body .section-title h4:before {
  position: absolute;
  content: "";
  width: 1500px;
  height: 2px;
  background-color: #F2F2F2;
  bottom: -15px;
  left: 0;
}

.post .section-body .section-title h4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #007bff;
  bottom: -15px;
  left: 0;
}

.krenova .card,
.rud .card {
  border: none;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  margin-bottom: 50px;
}

.krenova .card-bodys img,
.rud .card-bodys img {
  width: 100%;
  min-height: 300px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.krenova .card-footer,
.rud .card-footer {
  background-color: #fff;
}

.krenova .card-title,
.rud .card-title {
  color: #007bff;
  font-size: 16px;
  font-weight: 500;
}

.detail .card {
  margin-bottom: 20px;
  border: none;
}

.detail .card-header {
  background-color: #36404C;
  color: #fff;
  border: 1px solid #36404C;
}

.detail .card-footer {
  background-color: #36404C;
}

.detail .card-body td.bg-secondary {
  background-color: #36404C !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.detail .card-body .badge-warning {
  color: #fff;
}

.detail .card-image img {
  width: 100%;
  border: none;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail #foto-slider-nav .owl-prev,
.detail #foto-slider-nav .owl-next {
  position: absolute;
  content: "";
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  z-index: 20;
  background-color: #007bff;
  border: none;
  height: 35px;
  width: 35px;
  color: #fff;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 0 20px #ddd;
          box-shadow: 0 0 20px #ddd;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.detail #foto-slider-nav .owl-prev:hover,
.detail #foto-slider-nav .owl-next:hover {
  cursor: pointer;
  background-color: #36404C;
  color: #fff;
}

.detail #foto-slider-nav .owl-prev {
  left: -6%;
}

.detail #foto-slider-nav .owl-next {
  right: -6%;
}

.dashboard-info {
  font-size: 14px;
  background-color: #E8F5FF;
  border-color: #addbff;
  color: #416581;
}

.dashboard .img-full {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.dashboard .list-group {
  background-color: #fff;
}

.dashboard .card {
  min-height: 320px;
  max-height: 320px;
}

.dashboard .card-bodys {
  overflow: hidden;
  height: 100%;
}

.dashboard .card-bodys img {
  max-height: 100%;
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard .card-bodys-content {
  text-align: center;
  padding: 20px 10px;
}

.dashboard .card-bodys-content .kegiatan-judul {
  line-height: 24px;
  font-weight: 500;
}

.dashboard .card-bodys-content .kegiatan-tanggal {
  font-size: 12px;
  color: #777;
}

.dashboard .card-footer {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 0;
}

.dashboard .card-footer a {
  font-size: 14px;
  color: #36404C;
}

.dashboard .card-footer .kegiatan-detail, .dashboard .card-footer .kegiatan-daftar {
  text-align: center;
  background-color: #E8F5FF;
}

.dashboard .card-footer .kegiatan-detail a, .dashboard .card-footer .kegiatan-daftar a {
  font-size: 12px;
  display: inline-block;
  padding: 15px 10px;
  color: #36404C;
}

.dashboard .card-footer .kegiatan-detail:hover, .dashboard .card-footer .kegiatan-daftar:hover {
  background-color: #36404C;
}

.dashboard .card-footer .kegiatan-detail:hover a, .dashboard .card-footer .kegiatan-daftar:hover a {
  color: #fff;
}

.dashboard .card-footer .kegiatan-detail {
  border-right: 1px solid #ddd;
}

.dashboard .list-group-item {
  padding: 0;
}

.dashboard .list-group-item a {
  display: block;
  padding: .75rem 1.25rem;
}

footer {
  background-color: #36404C;
}

footer .about p {
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}

footer .sosmed {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

footer .sosmed li {
  display: inline-block;
}

footer .sosmed li a {
  margin: 0 10px;
  border: 1px solid #007bff;
  padding: 10px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -webkit-transition: font-size .5s;
  transition: font-size .5s;
}

footer .sosmed li a:hover {
  color: #007bff;
  font-size: 12px;
}

footer .kontak {
  color: #fff;
}

footer .kontak h4 {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.25px;
}

footer .kontak-list {
  color: #fff;
  list-style: none;
  padding: 0 10px;
}

footer .kontak-list li {
  font-size: 13px;
  color: #fff;
  padding: 5px 0;
}

footer .kontak-list li .fas {
  color: #fff;
  margin-right: 10px;
}

footer .footer-atas {
  padding-top: 80px;
  padding-bottom: 30px;
}

footer .footer-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

footer .statistik-table {
  font-size: 13px;
  color: #fff;
}

footer .statistik-table tr th {
  text-align: right;
  font-weight: 500;
}

footer .statistik-table tr td {
  padding: 5px;
}

footer .statistik-table .fas {
  margin-right: 20px;
}

footer .statistik-table .fas.fa-circle {
  color: #FFF500;
}

footer .statistik-table .pisah {
  padding: 0 20px;
}

footer .statistik-table .data {
  color: #fff;
}

footer .online {
  font-weight: 500;
  background-color: #007bff;
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
}

footer .kontak,
footer .statistik {
  margin-top: 20px;
  padding: 5px 20px;
}

footer .hakcipta {
  padding: 20px;
  /* background-color: $main; */
  border-top: 1px solid rgba(93, 182, 255, 0.6);
  max-width: 1100px;
  margin: auto;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

footer .hakcipta .madeby {
  font-size: 10px;
}

footer .hakcipta a {
  color: #fff;
}

footer .hakcipta a:hover {
  border-bottom: 1px dashed;
}

.page-header {
  position: relative;
  background-color: #36404C;
  min-height: 50px;
}

.page-body {
  text-align: center;
  padding: 40px 20px;
}

.page-body .page-title {
  color: #fff;
}

.page-body .page-subtitle {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
}

.btn.btn-primary {
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 14px;
}

.btn.btn-default {
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #007bff;
}

.btn.btn-default2 {
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn.btn-lg {
  font-size: 18px;
}

.form-login, .form-daftar {
  width: 450px;
}

.form-login label, .form-daftar label {
  font-size: 14px;
}

.form-login .join-now, .form-daftar .join-now {
  font-size: 12px;
  text-align: center;
}

.form-login .join-now a, .form-daftar .join-now a {
  font-size: 16px;
}

.form-login .btn-lihat, .form-daftar .btn-lihat {
  border-radius: 5px;
}

/* css untuk content tabs */
.content-tab {
  margin: 60px 0;
}

.content-title {
  position: relative;
  margin-bottom: 40px;
}

.content-title h1 {
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 15px;
}

.content-title h1 big {
  font-size: 40px;
  display: block;
  font-weight: 500;
}

.content-title h1:after {
  position: absolute;
  content: "";
  background-color: #2196f3;
  height: 2px;
  width: 200px;
  margin-top: 10px;
}

.content-tab .nav-tabs .nav-item.show .nav-link {
  border-color: #2196f3 #2196f3 #fff;
}

.content-tab .nav-tabs .nav-item .nav-link {
  padding: 20px 25px;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 26px;
  margin-right: 30px;
  font-weight: 500;
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #999;
  letter-spacing: 1px;
}

.content-tab .nav-tabs .nav-item .nav-link.active {
  color: #252525;
  border-color: #2196f3 #2196f3 #fff;
}

.content-tab .nav-tabs .tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-tab .nav-tabs .tab-button .tab-icon {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 10px;
}

.content-tab .nav-tabs .tab-button .tab-icon img {
  width: 50px;
}

.content-tab .tab-content {
  padding: 20px;
  border: 1px solid #007bff;
  border-radius: 0 5px 5px 5px;
}

.content-tab .tab-content-judul {
  font-size: 25px;
  line-height: 33px;
  font-weight: 500;
}

.content-tab .tab-content-kategori {
  font-size: 13px;
}

.content-tab .tab-content-judul a {
  color: #007bff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.content-tab .tab-content-judul a:hover {
  color: #035da7;
}

.content-urutkan {
  margin: 10px 0 30px;
  padding-right: 20px;
  border-bottom: 1px solid #ddd;
  padding: 0 20px 15px 0;
}

.content-post {
  margin: 0 0 30px;
}

.tab-content-date {
  font-size: 10px;
  color: #007bff;
  position: absolute;
  right: 20px;
  top: 5px;
}

.tab-content-date i.fas {
  margin-left: 5px;
}

.tab-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 250px;
}

@media screen and (max-width: 1199px) {
  .hero {
    background-position: center center;
  }
  #mainNav .nav-item {
    margin: 0 5px;
    font-size: 13px;
  }
  #mainNav .dropdown-toggle:after {
    line-height: 14px;
  }
  #mainNav .cta.cta-top .btn {
    font-size: 13px;
  }
  .post .container {
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: center top;
  }
  #myMenu .nav-link.active,
  #myMenu .dropdown-item.active {
    border-left: 2px solid #007bff;
    border-bottom: none;
    padding-left: 10px;
  }
  .cta.cta-top {
    padding: 10px 20px;
  }
  .cta.cta-top .btn {
    padding: 5px 20px;
    font-size: 14px;
  }
  .cta.cta-top .btn:not(:last-of-type) {
    margin-right: 10px;
  }
  .berita.forum .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero {
    background-position: center top;
  }
  section.partner .partner-box .partner-img {
    max-width: 100px;
    margin: 0 25px;
  }
  .content-tab .nav-tabs .nav-item .nav-link {
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    margin-right: 5px;
    letter-spacing: unset;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    background-size: cover;
    background-position: center top;
  }
  .hero-text {
    width: unset;
    max-width: 80%;
    padding: 20px;
  }
  .hero-text h2 {
    font-size: 27px;
  }
  .hero-text p {
    font-size: 15px;
  }
  #mainNav .dropdown-menu {
    border: none;
    border-left: 2px solid #007bff;
    padding-top: 0;
  }
  #mainNav .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 5px 10px;
  }
  #mainNav .dropdown-submenu {
    position: unset;
    border: none;
    padding: 5px 0 0 20px;
  }
  #mainNav .dropdown-submenu .dropdown-item {
    font-size: 12px;
  }
  #mainNav .cta.cta-top {
    padding: 10px 20px 10px 10px;
  }
  #mainNav .cta.cta-top .btn {
    padding: 5px 20px;
    font-size: 14px;
  }
  #mainNav .cta.cta-top .btn:not(:last-of-type) {
    margin-right: 10px;
  }
  section .section-header h3 {
    margin-bottom: 30px;
  }
  section.partner {
    height: auto;
    min-height: unset;
  }
  section.partner .partner-box {
    text-align: center;
    height: auto;
  }
  section.partner .partner-box .partner-img {
    max-width: 40px;
    height: auto;
    margin: 0 20px;
  }
  section .category-body {
    height: auto;
    min-height: unset;
    padding: 20px;
    text-align: center;
  }
  section .category-body-img {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 280px;
    margin-bottom: 40px;
  }
  section .category-body h3 {
    font-size: 21px;
    line-height: 28px;
  }
  footer .hakcipta {
    font-size: 10px;
  }
  .content-tab .nav-tabs .tab-button {
    max-width: unset;
  }
  .content-tab .content-post img {
    margin-bottom: 10px;
  }
  .content-tab .nav-tabs .tab-button .tab-icon img {
    width: 35px;
  }
  .content-tab .nav-tabs .nav-item .nav-link {
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
    margin-right: 5px;
    letter-spacing: unset;
  }
}

@media screen and (max-width: 500px) {
  .galeri .section-body #galeri-slider-nav .owl-next {
    right: -4% !important;
  }
  .galeri .section-body #galeri-slider-nav .owl-prev {
    left: -4% !important;
  }
}
