/* Base */
* {
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #8c8c8c;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
a {
  color: #404040;
}
a:hover {
  color: #404040;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
a.none:hover {
  text-decoration: none;
}

/* Header */
.top {
  background-color: #000080;
  padding: 5px 0;
  color: #fff;
}
.top p {
  margin: 0;
}
.top ul {
  margin: 0;
  padding: 0;
}
.top li i {
  color: #fff;
}
.top li a {
  color: #fff;
}
.top li a:hover {
  text-decoration: none;
}
.top li a:hover,
.top li a:hover i {
  color: #005fa6;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

/* Navigation */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar .container {
  position: relative;
}
.navbar-default {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #404040;
  font-weight: normal;
  font-size: 13px;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #005fa6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #005fa6;
}
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:hover,
.navbar-default .navbar-nav .active > a:focus {
  color: #005fa6;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  margin: 10px 0 0 15px;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border: none;
  background: #f3f3f3;
}
.navbar-default .navbar-toggle i {
  font-size: 31px;
}
.navbar-default .navbar-collapse {
  float: right;
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand > img {
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .navbar-default .navbar-collapse {
    padding-left: inherit;
    padding-right: inherit;
  }
}
@media screen and (max-width: 992px) {
  .navbar-default .navbar-collapse {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-height: none;
  }
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.main-navbar-nav {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1;
}
.main-navbar-nav li > .dropdown-menu {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-width: 225px;
  border: none;
  border-top: 2px solid #005fa6;
}
.main-navbar-nav li > .dropdown-menu > li > a {
  padding: 10px;
  position: relative;
  color: #404040;
  line-height: 1.12857143;
  font-size: 12px;
}
.main-navbar-nav li > .dropdown-menu > li > a:hover,
.main-navbar-nav li > .dropdown-menu > li > a:focus {
  color: #005fa6;
  background-color: transparent;
}
.main-navbar-nav li > .dropdown-menu > li > a i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
}

@media screen and (min-width: 993px) {
  .main-navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .main-navbar-nav
    .dropdown:hover
    > .dropdown-menu
    .dropdown:hover
    .dropdown-menu {
    left: 225px;
    top: 0;
    margin-top: -2px;
  }
}
@media screen and (max-width: 992px) {
  .main-navbar-nav > li {
    border-bottom: 1px solid #f3f3f3;
  }
  .main-navbar-nav > li:last-child {
    border-bottom: none;
  }
  .main-navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.navbar-brand {
  height: auto;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .main-navbar-nav.navbar-nav,
  .main-navbar-nav.navbar-nav > li {
    float: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
}

/* Hero */
.hero_area {
  background-image: url(heading.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 475px;
  width: auto;
}

.hero_area h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  color: #005fa6;
  font-weight: 700;
  font-size: 42px;
  padding-top: 70px;
}

.hero3 {
  background-image: url(cnisatpam.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  width: auto;
  margin-bottom: 100px;
}

.hero_area2 {
  display: flex;
  height: 500px;
  padding: 0;
  overflow: hidden;
  background: #ededed;
  margin-bottom: 100px;
  margin-top: 50px;
}

.hero_area2 img {
  width: 50%;
}

.penjelasan {
  display: flex;
  height: 475px;
  padding: 0;
  margin-top: 100px;
  overflow: hidden;
  background: #ededed;
}

.penjelasan img {
  width: 50%;
}

.penjelasan2 {
  display: flex;
  height: 475px;
  padding: 0;
  margin-top: 50px;
  overflow: hidden;
  background: #ededed;
}

.penjelasan2 img {
  width: 50%;
}

/* .hero3 h1 {
  float: left;
  padding: 50px;
  /* width: 200px;
  height: 200px; */

*/ .hero_baru {
  display: flex;
  justify: center;
  padding: 40px;
  margin-left: 10px;
}

.hero_baru h1 {
  display: flex;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  color: #005fa6;
  font-weight: 700;
  font-size: 37px;
  justify: center;
  padding: 20px;
  margin-left: 5px;
}

.hero_baru p {
  display: flex;
  font-size: 15px;
  justify: center;
  margin-left: 22px;
  margin-right: 10px;
}

.hero_baru h2 {
  margin-left: 20px;
}

.hero_content {
  padding: 150px;
}

.hero_content h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  color: #005fa6;
  font-weight: 700;
  font-size: 42px;
}

.kami h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  color: #005fa6;
  font-weight: 700;
  font-size: 25px;
}

.kami p {
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75); */
  color: none;
  font-weight: 700;
  font-size: 13px;
}

.hero_content h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  color: #000;
  font-weight: 700;
  font-size: 32px;
  margin-top: 0;
  width: 45%;
  line-height: 38px;
}

/* Boxes */
.boxes_area {
  padding-top: 95px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f8f8f8;
  /* background: orange; */
}
.box {
  position: relative;
}
.box h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.Tentang {
  text-align: center;
  color: #404040;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 10px;
}

/* .subtentang h2 {
  text-align: center;
  color: #404040;
  margin-bottom: 100px;
  padding-bottom: 50px;
} */

@media (min-width: 769px) {
  .boxes_area div[class*="col-"]:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
  }
  .boxes_area div[class*="col-"]:last-child:after {
    display: none;
  }
}

/* Home */
.home_content h2:after,
.box h3:after {
  content: "";
  position: absolute;
  width: 30px;
  background-color: #005fa6;
  height: 2px;
  left: 0;
  bottom: 0;
}
.box i {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  color: #005fa6;
  font-size: 45px;
}
.boxes_area h3 {
  /* font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 18px; */
}
.services {
  padding-top: 80px;
  padding-bottom: 110px;
}
h2.section-title {
  text-align: center;
  color: #404040;
}
.services p.desc {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}
.services .media {
  margin-top: 30px;
}
.services .media i {
  font-size: 45px;
  color: #005fa6;
}
.services .media h4 {
  font-size: 15px;
  font-weight: 600;
  color: #404040;
}
.services .media p {
  text-align: left;
}

/* News */
.home-area {
  padding-bottom: 50px;
}
.home_content h2 {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #404040;
  margin-bottom: 30px;
}
.home_list ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.home_list ul li {
  list-style: none;
}
.home_list .thumbnail {
  border: none;
  padding: 0;
}
.thumbnail .caption {
  padding: 9px;
  color: #404040;
  padding-left: 0;
  padding-right: 0;
}
.home_list h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #404040;
}
.home_list p {
  color: #8c8c8c;
}
.home_list a.btn {
  font-size: 13px;
  padding: 0;
  color: #005fa6;
}
.home_bottom .row {
  margin-left: -5px;
  margin-right: -5px;
}
.home_bottom div[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 50px;
  position: relative;
}

/* References */
.carousel-control {
  width: 0%;
}
.carousel-control.left,
.carousel-control.right {
  margin-left: 0;
  background-image: #0000ff;
}

@media (max-width: 767px) {
  .hero_area2 {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    overflow: hidden;
    background: #ededed;
    margin-bottom: 100px;
    margin-top: 50px;
  }

  .hero_area2 img {
    width: auto;
  }

  .penjelasan {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    margin-top: 100px;
    overflow: hidden;
    background: #ededed;
  }

  .penjelasan img {
    width: auto;
  }

  .penjelasan2 {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0;
    margin-top: 100px;
    overflow: hidden;
    background: #ededed;
  }
  .penjelasan2 img {
    width: auto;
  }

  .carousel-inner .active.left {
    left: -100%;
  }
  .carousel-inner .next {
    left: 100%;
  }
  .carousel-inner .prev {
    left: -100%;
  }
  .active > div {
    display: none;
  }
  .active > div:first-child {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .active > div {
    display: none;
  }
  .active > div:first-child {
    display: block;
  }
  .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 992px) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .next {
    left: 25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
}

/* Footer */
footer.site-footer {
  background: #e6e6e6;
  padding: 20px 0 0;
  float: left;
  width: 100%;
}
footer.site-footer h4 {
  font-size: 17px;
  font-weight: 500;
}
footer.site-footer ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
footer.site-footer ul a {
  color: #666;
  font-size: 13px;
}
footer.site-footer p {
  font-size: 13px;
}
footer.site-footer p a {
  color: #666;
}
p.text {
  color: #666;
}
#copyright {
  background: #404040;
  color: #ccc;
  padding: 15px 0;
  font-size: 12px;
  margin-top: 20px;
}
#copyright p,
#copyright ul {
  margin: 0;
  float: left;
  font-size: 12px;
}
#copyright a {
  color: #fff;
  font-size: 12px;
}
.site-footer li a:hover {
  color: #005fa6;
}
ul.big li {
  float: left;
  width: 49%;
}
ul.big li:nth-child(2n) {
  margin-left: 2%;
}

@media (max-width: 462px) {
  .fbox:last-child {
    margin-top: 20px;
    float: left;
    width: 100%;
  }
}

/* Maillist */
.login-form-1 {
  max-width: 300px;
  border-radius: 5px;
  display: inline-block;
}
.main-login-form {
  position: relative;
}
.login-form-1 .form-control {
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  color: #555555;
  padding: 7px 0;
  font-weight: bold;
  height: auto;
}
.login-form-1 .form-control::-webkit-input-placeholder {
  color: #999999;
}
.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
  color: #999999;
}
.login-form-1 .form-group {
  margin-bottom: 0;
  border-bottom: 2px solid #fff;
  padding-right: 20px;
  position: relative;
}
.login-form-1 .form-group:last-child {
  border-bottom: 0;
}
.login-group {
  background: #efefef;
  color: #999999;
  border-radius: 8px;
  padding: 10px 20px;
}
.login-group-checkbox {
  padding: 5px 0;
}
.login-form-1 .login-button {
  position: absolute;
  right: -25px;
  top: 50%;
  background: #ffffff;
  color: #999999;
  padding: 11px 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 5px solid #efefef;
  border-radius: 50%;
  transition: all ease-in-out 500ms;
}
.login-form-1 .login-button:hover {
  color: #555555;
  transform: rotate(450deg);
}
.login-form-1 .login-button.clicked {
  color: #555555;
}
.login-form-1 .login-button.clicked:hover {
  transform: none;
}
.login-form-1 .login-button.clicked.success {
  color: #2ecc71;
}
.login-form-1 .login-button.clicked.error {
  color: #e74c3c;
}

/* Breadcrumb */
.bread_area {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  margin-bottom: 40px;
}
.breadcrumb {
  margin: 0;
  background: #fff;
  padding: 0;
}

/* Responsive */
@media screen and (max-width: 462px) {
  .top {
    text-align: center;
  }
  .top ul.list-inline {
    float: none !important;
    text-align: center;
  }
  .hero_content {
    padding: 80px 0;
  }
  .hero_content h1 {
    font-size: 32px;
  }
  .hero_content h2 {
    width: 90%;
    font-size: 21px;
  }
  /*.boxes_area .row {margin-left: -20px;margin-right: -20px;}*/
  .boxes_area .box p {
    margin-bottom: 30px;
  }
  .services .media .media-left {
    padding-right: 15px;
  }

  .category-content .media-body {
    float: left;
    position: relative;
    width: 100%;
  }
  .category-content .media-body h3 {
    margin-top: 20px;
  }
  .category-main .meta {
    position: relative;
    width: 100%;
  }
  .category-main .meta .pull-left {
    margin-left: 40px;
  }
  .category-main .meta .pull-right {
    display: none;
  }

  .sidebar {
    margin-top: 40px;
  }
}
@media (min-width: 463px) and (max-width: 768px) {
  .fbox {
    float: left;
  }
  .fbox:nth-child(3) {
    float: right !important;
  }
}
