@font-face {
  font-family: "OpenSans Bold";
  src: url(https://dinsosbogor.org/fonts/OpenSans-Bold.ttf);
  format: "ttf";
}
@font-face {
  font-family: "OpenSans Regular";
  src: url(https://dinsosbogor.org/fonts/OpenSans-Regular.ttf);
  format: "ttf";
}
body {
  margin: 0 auto;
}

.section-header .active-menu {
  color: #112660 !important;
  padding: 8px 0;
  border-radius: 5px;
}
.section-header .navbar {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  width: 100%;
}
.section-header .nav-item {
  margin-right: 20px;
  font-family: "OpenSans Regular";
}
.section-header .nav-item .dropdown-menu a {
  font-size: 14px;
}
.section-header .btn-search {
  background-color: #112660;
  color: white;
}
.section-header .nav-link {
  font-size: 15px;
}
.section-header .navbar-brand img {
  max-width: 250px;
}
.section-header .search {
  border: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 10px;
  outline: none;
}
.section-header .search[placeholder] {
  font-style: italic;
}
.section-header .search[placeholder]:focus::-webkit-input-placeholder {
  transition: text-indent 0.4s 0.4s ease;
  text-indent: -100%;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .section-header img {
    max-width: 250px;
  }
  .section-header .nav-item {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 370px) {
  .section-header img {
    max-width: 200px;
  }
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    right: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
.tag-konten {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.tag-konten:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.tag-konten .nama-tag-konten {
  position: relative;
  display: inline-block;
  font-family: "OpenSans Bold";
  font-size: 22px;
  color: #4C4C4C;
  z-index: 2;
}
.tag-konten .nama-tag-konten:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 140%;
  height: 2px;
  background: #FFF;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tag-konten .see-all {
  z-index: 100;
  padding-left: 20px;
  background-color: white;
}

.box-slider {
  position: relative;
}
.box-slider .box-slider-control {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 20px;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 40px;
}
.box-slider .box-slider-control .prev {
  display: inline-block;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  border-radius: 50%;
  color: white;
  border: 1px solid transparent;
}
.box-slider .box-slider-control .prev:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #2649a3;
}
.box-slider .box-slider-control .next {
  display: inline-block;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  border-radius: 50%;
  color: white;
  border: 1px solid transparent;
}
.box-slider .box-slider-control .next:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #2649a3;
}

.section-service .wrap-box a {
  text-decoration: none;
}
.section-service .wrap-box .title {
  text-align: center;
  font-family: "OpenSans Regular";
  padding: 20px 10px;
  color: #434343;
}

.section-news .latest-news {
  font-family: "OpenSans Bold";
}
.section-news .news-item {
  font-family: "OpenSans Regular";
}
.section-news .news-item a {
  font-size: 17px;
  color: #434343;
  text-decoration: none;
}
.section-news .news-item .news-date {
  font-size: 12px;
  color: #b4b4b4;
}

.section-activity a {
  text-decoration: none;
  color: #434343;
}
.section-activity .card-title {
  font-family: "OpenSans Regular";
  font-size: 16px;
}
.section-activity .date {
  font-family: "OpenSans Regular";
  font-size: 13px;
  color: #434343;
}

.section-yt a {
  text-decoration: none;
}
.section-yt .wrap-item {
  cursor: pointer;
}
.section-yt .wrap-item .title {
  font-family: "OpenSans Regular";
  padding: 10px;
  text-align: center;
  color: #777777;
}
.section-yt .wrap-item .wrap-item-to-bg {
  position: relative;
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  z-index: 2;
  transition: background-color 0.2s ease-in;
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt .icon {
  position: relative;
  margin-top: 23%;
  margin-left: 40%;
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt .icon i {
  position: relative;
  font-size: 50px;
  color: #f60000;
  z-index: 2;
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt .icon span {
  position: absolute;
  content: "";
  width: 30px;
  height: 22px;
  left: 10px;
  background-color: white;
  z-index: 1;
  top: 14px;
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.section-yt .wrap-item .wrap-item-to-bg .bg-yt:hover .icon {
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .section-news .img-news {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .section-news .list-news {
    margin-top: 30px;
  }
  .section-news .news-item a {
    font-size: 15px;
  }
  .section-activity .card-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 757px) {
  .tag-konten .nama-tag-konten {
    font-size: 19px;
  }
  .tag-konten .see-all a {
    font-size: 14px;
  }
  .section-activity .card-body {
    padding: 10px !important;
  }
  .section-activity .date {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .tag-konten .nama-tag-konten {
    font-size: 19px;
  }
}
@media only screen and (max-width: 450px) {
  .tag-konten {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .tag-konten .nama-tag-konten {
    font-size: 17px;
  }
  .tag-konten .see-all a {
    font-size: 14px;
  }
  .section-news .img-news {
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  .tag-konten .nama-tag-konten {
    font-size: 15px;
    margin: auto 0;
  }
}
.wrap-pages-news .headlines {
  margin-bottom: 30px;
}
.wrap-pages-news .headlines a {
  text-decoration: none;
  color: #434343;
  font-family: "OpenSans Regular";
}
.wrap-pages-news .headlines .title {
  font-size: 16px;
}
.wrap-pages-news .headlines .date {
  font-size: 13px;
  margin: 10px 0 5px;
}
.wrap-pages-news .headlines .read-more {
  color: #2649a3;
  font-style: italic;
}
.wrap-pages-news .latest-news {
  padding-left: 50px;
}
.wrap-pages-news .latest-news .title-headlines {
  font-family: "OpenSans Bold";
  font-size: 22px;
  color: #4C4C4C;
}
.wrap-pages-news .latest-news .box-latest-news {
  margin: 20px 0 10px;
  font-family: "OpenSans Regular";
}
.wrap-pages-news .latest-news .box-latest-news a {
  text-decoration: none;
}
.wrap-pages-news .latest-news .box-latest-news .title {
  color: #434343;
  font-size: 14px;
}
.wrap-pages-news .latest-news .box-latest-news .date {
  font-size: 12px;
  color: #b4b4b4;
  margin-top: 5px;
}

.news-detail h1 {
  font-family: "OpenSans Bold";
  font-size: 24px;
  margin-top: 25px;
}
.news-detail .date {
  font-family: "OpenSans Regular";
  font-size: 12px;
  color: #b4b4b4;
  margin-bottom: 15px;
}
.news-detail .desc {
  font-family: "OpenSans Regular";
  font-size: 14px;
  color: #434343;
  margin-top: 20px;
}
.news-detail a {
  text-decoration: none;
}
.news-detail .wrap-box-item {
  padding: 7px;
}
.news-detail .wrap-box-item .title {
  font-size: 15px;
  font-family: "OpenSans Regular";
  color: #434343;
}
.news-detail .wrap-box-item .date {
  font-size: 10px;
}

@media only screen and (max-width: 991px) {
  .wrap-pages-news .headlines .title {
    font-size: 13px;
  }
  .wrap-pages-news .headlines .date {
    font-size: 11px;
  }
  .wrap-pages-news .headlines .read-more {
    font-size: 12px;
  }
  .wrap-pages-news .latest-news .box-latest-news .title {
    font-size: 13px;
  }
  .wrap-pages-news .latest-news .box-latest-news .date {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-pages-news .latest-news {
    padding-left: 15px;
  }
  .news-detail h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .wrap-pages-news .latest-news .title-headlines {
    font-size: 19px;
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
  }
  .news-detail h1 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 350px) {
  .wrap-pages-news .latest-news .title-headlines {
    font-size: 15px;
  }
}
.profile .title {
  background-color: #112660;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 35px;
}
.profile .body-content p {
  text-align: justify;
}
.profile .body-content .prakata img {
  float: left;
  margin: 0 20px 20px 0;
  width: 450px;
  height: auto;
}
.profile .body-content .organisasi h1 {
  font-family: "OpenSans Regular";
  font-size: 26px;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-top: 50px;
}
.profile .body-content .organisasi .img-orgnaisasi {
  width: 100%;
  height: auto;
}
.profile .body-content .download h1 {
  font-family: "OpenSans Regular";
  font-size: 26px;
  padding-bottom: 10px;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .profile .title {
    font-size: 25px;
  }
  .profile .body-content .prakata img {
    width: 100%;
    height: auto;
  }
}
.wrap-pages-gallery .headlines {
  margin-bottom: 30px;
}
.wrap-pages-gallery .headlines a {
  text-decoration: none;
  color: #434343;
  font-family: "OpenSans Regular";
}
.wrap-pages-gallery .headlines .title {
  font-size: 16px;
}
.wrap-pages-gallery .headlines .date {
  font-size: 13px;
  margin: 10px 0 5px;
}
.wrap-pages-gallery .headlines .read-more {
  color: #2649a3;
  font-style: italic;
}
.wrap-pages-gallery .latest-gallery {
  padding-left: 50px;
}
.wrap-pages-gallery .latest-gallery .title-headlines {
  font-family: "OpenSans Bold";
  font-size: 22px;
  color: #4C4C4C;
}
.wrap-pages-gallery .latest-gallery .box-latest-gallery {
  margin: 20px 0 10px;
  font-family: "OpenSans Regular";
}
.wrap-pages-gallery .latest-gallery .box-latest-gallery a {
  text-decoration: none;
}
.wrap-pages-gallery .latest-gallery .box-latest-gallery .title {
  color: #434343;
  font-size: 14px;
}
.wrap-pages-gallery .latest-gallery .box-latest-gallery .date {
  font-size: 12px;
  color: #b4b4b4;
  margin-top: 5px;
}

.gallery-detail h1 {
  font-family: "OpenSans Bold";
  font-size: 24px;
  margin-top: 25px;
}
.gallery-detail .date {
  font-family: "OpenSans Regular";
  font-size: 12px;
  color: #b4b4b4;
  margin-bottom: 15px;
}
.gallery-detail .desc {
  font-family: "OpenSans Regular";
  font-size: 14px;
  color: #434343;
  margin-top: 20px;
}
.gallery-detail a {
  text-decoration: none;
}
.gallery-detail .wrap-box-item {
  padding: 7px;
}
.gallery-detail .wrap-box-item .title {
  font-size: 15px;
  font-family: "OpenSans Regular";
  color: #434343;
}
.gallery-detail .wrap-box-item .date {
  font-size: 10px;
}

@media only screen and (max-width: 991px) {
  .wrap-pages-gallery .headlines .title {
    font-size: 13px;
  }
  .wrap-pages-gallery .headlines .date {
    font-size: 11px;
  }
  .wrap-pages-gallery .headlines .read-more {
    font-size: 12px;
  }
  .wrap-pages-gallery .latest-gallery .box-latest-gallery .title {
    font-size: 13px;
  }
  .wrap-pages-gallery .latest-gallery .box-latest-gallery .date {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-pages-gallery .latest-gallery {
    padding-left: 15px;
  }
  .gallery-detail h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .wrap-pages-gallery .latest-gallery .title-headlines {
    font-size: 19px;
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
  }
  .gallery-detail h1 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 350px) {
  .wrap-pages-gallery .latest-gallery .title-headlines {
    font-size: 15px;
  }
}
.donwload-page .title-list {
  padding-bottom: 10px;
  font-family: "OpenSans Bold";
  font-size: 20px;
  text-align: left;
}
.donwload-page .nav-link {
  color: #2649a3;
}
.donwload-page .nav-link.active {
  background-color: #2649a3;
}

.section-footer {
  margin-top: 40px;
  padding: 40px 0px;
  color: #FFF;
  background-color: #f9f9f9;
  position: relative;
}
.section-footer:before {
  position: absolute;
  display: block;
  content: "";
  top: -2px;
  height: 5px;
  background-color: #eee;
  left: 5%;
  width: 90%;
}

.box-info-footer .logo {
  width: 70%;
}
.box-info-footer .nama-pt {
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "Opensans Bold";
  font-size: 18px;
  color: #555;
}
.box-info-footer .item-alamat {
  font-family: "OpenSans Regular";
  font-size: 12px;
  color: #747474;
}

.box-menu-footer {
  margin-right: -10px;
  margin-left: -10px;
  font-size: 0px;
}
.box-menu-footer .item-menu-footer {
  vertical-align: top;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 30%;
  font-size: 14px;
}
.box-menu-footer .item-menu-footer:nth-child(1) {
  width: 20%;
}
.box-menu-footer .item-menu-footer:nth-child(2) {
  width: 50%;
}
.box-menu-footer .item-menu-footer .tag-menu-footer {
  margin-bottom: 10px;
  margin-top: 20px;
  padding-bottom: 10px;
  font-family: "OpenSans Bold";
  font-size: 16px;
  color: #555;
  border-bottom: 1px solid #f2f2f2;
}
.box-menu-footer .item-menu-footer .cc-footer {
  color: #555;
  margin-top: 60px;
  margin-bottom: 5px;
  font-family: "Opensans Bold";
}
.box-menu-footer .item-menu-footer .finfoDay {
  color: #555;
}
.box-menu-footer .item-menu-footer .menu-footer {
  padding-left: 0;
}
.box-menu-footer .item-menu-footer .menu-footer li {
  display: block;
}
.box-menu-footer .item-menu-footer .menu-footer li a {
  display: block;
  padding: 5px 0px;
  font-family: "OpenSans Regular";
  font-size: 13px;
  color: #747474;
  text-decoration: none;
}
.box-menu-footer .item-menu-footer .menu-footer li a:hover {
  color: #2649a3;
  font-family: "OpenSans Bold";
}

footer {
  padding: 15px 0px;
  background: #ececec;
}

.copyright {
  font-family: "OpenSans Regular";
  font-size: 12px;
  color: #555;
  text-align: center;
}
.copyright a {
  color: #555;
}

@media (max-width: 991px) {
  .box-menu-footer .item-menu-footer:nth-child(1) {
    width: 40%;
  }
  .box-menu-footer .item-menu-footer .cc-footer {
    margin-top: 40px;
  }
  .box-menu-footer .item-menu-footer .finfoDay {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .box-info-footer .logo {
    width: 100px;
  }
}
@media (max-width: 629px) {
  .box-info-footer {
    margin-bottom: 0;
  }
  .box-info-footer .nama-pt {
    margin-top: 10px;
  }
  .logo {
    padding: 0px;
  }
  .box-menu-footer .item-menu-footer {
    width: 100% !important;
  }
  .box-menu-footer .item-menu-footer .cc-footer {
    margin-top: 0px;
  }
}

/*# sourceMappingURL=style.css.map */