/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');



body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

p {
	color:#333;
	font-size:14px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color:#eee;
}

.btn-primary {
  padding: 8px 20px;
  background: #ff9800;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}

.text-center h2 {
	margin-bottom:30px;
}

.text-center p {
	margin-bottom:1px;
	color:#333;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-transform:uppercase;
  font-size:18px;
  border-radius:30px;
  margin-left:-10px;
}

#breadcrumb {
	background-color: ##ff9800;
	margin-top: -20px;
}

.breadcrumb {
  list-style: none;
  background-color: #ff9800;
  border-radius: 0px;
  padding:3px 10px;
}

.breadcrumb li {
   text-transform:uppercase;
   margin-top:125px;
   font-weight:600;
   padding: 10px;
   font-size: 20px;
   font-weight: bold;
}

/*===========================
  Menu and Navigation
============================ */

.navigation  {
	background-color:#fff;
	padding:0;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;
	font-size: 25px;
	color:#333;
	text-transform:uppercase;
	font-weight:900;
}
.navbar-brand h1 span {
	color: #ff9800;
}

.menu {
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
}

.menu ul.nav li {
	color:#000;
}

.nav {
	border-bottom: 0;
}
.nav > li {
	margin-bottom: 0;
}
.nav > li > a {
	border-radius:0;
	color:#333;
}

#karir-page .nav > li > a {
  padding: 10px;
  font-weight: bold;
}

@media (min-width:992px) {
  .nav {
    border-bottom: 0;
    float: right;
  }
  #karir-page .nav {
    border-bottom: 0;
    float: none;
  }
  .nav > li > a {
    border-radius:0;
    color:#333;
    padding: 30px 15px;
  }
}

.nav > li > a:hover {
	color: #ff9800;
	border-color: #fff #fff #fff;
	border-radius:0;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav > li > a.active {
	color: #ff9800;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.nav .dropdown li a {
  padding: 10px;
  font-weight: bold;
}

.nav .dropdown li a:hover {
  color: #ff9800;
}

.nav .dropdown li a.active {
  color: #ff9800;
}

/*===========================
  slider
============================ */

#main-slider {
	margin-top:40px;
}

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 0;
}

@media(min-width: 992px) {
  #main-slider .carousel .carousel-content {
    margin-top: 150px;
  }
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
  text-transform:uppercase;
  font-size:36px;
  text-decoration-line: underline;
  font-weight:800;
}

#main-slider .carousel h2 span {
  color: #ff9800;
}

#main-slider .carousel h2 span spani {
  color: #000;
}

#main-slider .carousel p {
  color: #ddd;
  font-size:20px;
  font-weight: bold;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #ff9800;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 500px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

@media(min-width: 992px) {
  #main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 640px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
  }
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.feature {
	padding: 20px 50px;
}

.feature .feature-desc {
  font-size: 20px;
}

.text-center i {
	font-size:40px;
	margin-top:30px;
	color:#fff;
	padding:50px;
	background:#ff9800;
	border-radius:50%;
}

.text-center h2 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:18px;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #ff9800;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

#partner {
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}

#galeri {
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}

.instansi h2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}


#partner p {
  color: #fff;
  font-size:20px;
}

.partners img {
	margin-top:30px;
  height: 220px;
  text-align: center;
}

.galeri img {
  padding: 5px;
  height: 200px;
  width: 250px;
  text-align: center;
}

.galeri img.modelgmb {
  padding: 5px;
  height: 100%;
  width: 100%;
  text-align: center;
}
@media (min-width:992px) {
  .galeri img.modelgmb {
	  padding: 5px;
	  height: 100%;
	  width: 100%;
	  text-align: center;
  }
}

.galeri img:hover {
  cursor: pointer;
}

.galeri .modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.galeri .modal-content {
  margin-top: 50px;
  display: block;
}

@media(min-width: 992px){
  .galeri .modal-content {
    margin: 30px;
    display: block;
  }
}

.galeri .close {
  position: absolute;
  float: right;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

@media(min-width: 992px){
.galeri .close {
  position: absolute;
  right: 60px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  top: 100px;
  }
}

.galeri .close:hover,
.galeri .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.galeri .modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}

@media (min-width:992px) {
  .partners img {
    height: 220px;
    text-align: center;
  }
}

.partners .middle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.partners .gambar:hover .middle {
  bottom: 0;
  height: 100%;
  opacity: 0.8;
  cursor: pointer;
}

.partners .text {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.partners .text a:hover {
  color: #000;
  text-decoration-line: underline;
}

.galeri .text {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.galeri .text p {
  color: #ff9800;
  font-size: 14px;
  font-weight: bold;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 6px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/* --- about us --- */
.aboutus {
	padding:0px;
}

.aboutus img {
	border-radius:6px;
  height: 115px;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width:992px) {
  .aboutus {
    padding:20px;
  }
  .aboutus img {
    border-radius:6px;
    height: 300px;
    width: 95%;
    margin-bottom: 10px;
  }
}

.tujuan .bg_gray h2 {
  font-weight: bold;
  text-align: center;
}

.tujuan h4 span {
  color: #333;
}

.tujuan p {
  text-align: justify;
}

.aboutus h3 {
	margin-bottom:30px;
	font-weight:800;
}

.aboutus h4 {
	margin-top:20px;
	font-weight:700;
}

.skill h2{
	margin-top:-2px;
	margin-bottom: 25px;
  font-weight: bold;
}

.skill p {
  margin-top: 10px;
  text-align: justify;
}

.skill .pelayanan {
  font-size: 14px;
  margin-top: -10px;
  font-weight:700;
}

.skill .area {
  font-size: 16px;
  margin-top: -5px;
  font-weight:400;
}

.skill ol li {
  color: #333;
  text-align: justify;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress,
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}


.about {
	background:#fff;
	padding: 20px 50px;
}

.about h2 {
  font-size:20px;
  font-weight:600;
  color:#333;
	margin-bottom:30px;
}

.about img {
	margin-bottom:30px;
	border-radius:6px;
}

.our-team {
	padding: 20px;
	background:#ddd;
}

@media (min-width:992px) {
  .our-team {
    padding:50px;
    background:#ddd;
  }
}

.our-team h4 {
	font-weight:600;
}

.our-team h2 {
  font-weight:bold;
}

.our-team img {
  border-radius: 4px;
  width: 250px;
  cursor: pointer;
  margin: 5px -13px;
}

.our-team .team {
  margin: 20px 0;
}

.our-team .middle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ddd;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.our-team .gambar:hover .middle {
  bottom: 0;
  height: 100%;
  opacity: 0.8;
  cursor: pointer;
}

.our-team .text {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.our-team .text p {
  color: #ff9800;
  font-size: 14px;
  font-weight: bold;
}

.lates {
	padding: 0 20px 30px 20px;
}

@media (min-width: 992px) {
  .lates {
    padding: 0 50px 30px 50px;
  }
}

.lates h2 {
	font-size:20px;
	font-weight:600;
	color:#333;
}

.lates a p {
  font-weight:bold;
  font-size: 16px;
  color:#333;
  text-align: center;
  padding: 5px;
}

.lates a p:hover {
  text-decoration-line: underline;
}

.lates img {
	margin-top:30px;
	border-radius:5px;
  height: 130px;
  width: 100%;
}

@media (min-width:992px) {
  .lates img {
    margin-top:30px;
    border-radius:5px;
    height: 200px;
    opacity: 1;
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
  }
}

.lates .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 51%;
  right: -33%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.lates .gambar:hover img {
  opacity: 0.3;
  cursor: pointer;
}

.lates .gambar:hover .middle {
  opacity: 1;
  cursor: pointer;
}

.lates .middle .text {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding: 1px 32px;
  text-align: center;
}

.lates .middle .text a:hover {
  color: #000;
  text-decoration-line: underline;
}

/* --- footer --- */
.footer {
	background:#ff9800;
	padding:15px 22px;
}

ul.social-network {
	list-style:none;
	margin-top:20px;
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
	display:inline;
	margin: 0 18px;
	font-size:25px;
}

ul.social-network li a {
	color:#d0d0d0;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e;
}
.social-network li:hover .fa-linkedin {
  color: #0077b5;
}
.social-network li:hover .fa-youtube-play {
  color: #C84941;
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ;
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49;
}

.copyright {
	margin-top:30px;
}

.copyright a {
	color:#000;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
}

/* --- services --- */
.services {
	padding:50px;
}

.services h3 {
	margin-bottom:30px;
	font-weight:800;
}

.services img {
	border-radius:6px;
}

.sub-services img {
	border-radius:6px;
}

.services p {
	margin-top:30px;
	font-size:13px;
}

.sub-services {
	padding:50px;
	background:#ddd;
}

.sub-services p {
	margin-top:30px;
	font-size:13px;
}

.media-body p {
	margin-bottom:30px;
}

.media ul li {
	list-style:none;
}

.media i {
	color:#ff9800;
	font-size:50px;
}

.media h4 {
	font-size:20px;
	font-weight:600;
	color:#ff9800;
}

/* --- portfolio --- */

#portfolio .center p {
	margin-top:50px;
	margin-bottom:50px;
	font-size:18px;
}

.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #ff9800;
  border: 1px solid #ff9800;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
	margin: 0;
	padding:0;
}

.overlay {
	margin-bottom:20px;
}

.overlay a:hover {
	color: #ff9800;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/* --- Map --- */
.map{
	position:relative;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

/* --- blog --- */
#blog {
	margin-top:50px;
}

a.btn-primary:hover {
	background-color:#ddd;
	color:#ff9800;
}

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
  color:#333;
}

.widget .entry-meta span a:hover {
	color:#ff9800;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#ff9800;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #ff9800;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #ff9800;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

ul.blog_archieve li a:hover{
	color:#ff9800;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h4 {
	margin-bottom: 40px;
	font-weight: 600
 }

.blog .blog-item .blog-content p {
	font-size: 13px;
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #ff9800;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
  color:#000;
  font-weight: bold;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #ff9800 !important;
  border-color: #ff9800 !important;
  color: #fff;
  font-weight: bold;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}

ul.tag-cloud,
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#ff9800;
  color: #fff;
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/* --- contact --- */
#contact-page{
  background:#fff;
  padding: 0 20px 20px 20px;
}

#karir-page{
  background:#fff;
}

#portofolio-page{
  background:#fff;
}

#portofolio-page h3 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#portofolio-page .panel img {
  height: 100px;
  width: 195px;
}

@media (min-width:992px) {
  #portofolio-page .panel img {
    height: 160px;
    width: 300px;
  }
}

#portofolio-page .panel h4 {
  font-weight: 700;
  font-size: 20px;
}

#portofolio-page .panel p {
  font-weight: 600;
  font-size: 12px;
}

#portofolio-page .container .panel {
  margin: 5px;
  padding: 0px;
}

@media (min-width: 992px) {
  #portofolio-page .container .panel {
    margin: 5px;
    padding: 0px;
    width: 345px;
  }
}

#portofolio-page .panel .panel-heading .panel-title {
  font-weight: 600;
  text-transform: capitalize;
}

#portofolio-page .warning {
  border-left: 6px solid #ff9800;
  padding: 0 10px;
}

#portofolio-page .portofolio {
  margin: -20px;
}

@media (min-width: 992px) {
  #portofolio-page .portofolio {
    margin: 0;
  }
}

#karir-page img {
  height: 115px;
  width: 600px;
}

@media (min-width:992px) {
  #karir-page img {
    height: 80%;
    width: 100%;
  }
}

.pijo .main-img {
  width: 100%;
  margin-bottom: 20px;
}

.pijo .jenis .jenis-content {
  padding: 20px 10px;
}

.pijo .jenis .jenis-content img {
  width: 100%;
  height: 260px;
  margin: 0 0 10px 0;
}

@media(max-width: 992px) {
  .pijo .jenis .jenis-content img {
    width: 100%;
  }
}

.pijo .jenis .jenis-content .text {
  font-weight: 600;
}

.pijo .fitur .fitur-content {
  padding: 20px 10px;
}

.pijo .fitur .fitur-content img {
  width: 100%;
  height: 260px;
  margin: 0 0 10px 0;
}

@media(max-width: 992px) {
  .pijo .fitur .fitur-content img {
    width: 100%;
  }
}

.pijo .fitur .fitur-content .text {
  font-weight: 600;
}

.pijo .fitur .fitur-content .text h4 {
  font-weight: bold;
}

.pijo .caker .caker-content {
  padding: 20px 10px;
}

.pijo .caker .caker-content img {
  width: 100%;
  height: 260px;
  margin: 0 0 10px 0;
}

@media(max-width: 992px) {
  .pijo .caker .caker-content img {
    width: 100%;
  }
}

.pijo .caker .caker-content p {
  padding: 5px;
  font-weight: 600;
}

.pijo .sale .sale-content {
  padding: 20px 10px;
}

.pijo .sale .sale-content img {
  height: 50px;
  margin: 0 0 10px 0;
}

#karir-page h2 {
  padding: 5px;
  font-weight: bold;
  text-transform: capitalize;
}

#portofolio-page h2 {
  font-weight: bold;
}

#portofolio-page .list-group .list-group-item.active {
  background-color: #ff9800;
  border-color: #ff9800;
}

#portofolio-page .list-group a {
  font-weight: bold;
}

@media (min-width:992px) {
  #contact-page{
    padding: 0 50px;
    background:#fff;
  }
  #karir-page{
    padding: 30px 50px 0 50px;
    background:#fff;
  }
  #portofolio-page{
    padding: 0 50px;
    background:#fff;
  }
}

#contact-page .contact-form
.form-group label {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.form-group .form-control {
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.center h2{
  font-size: 20px;
  margin-bottom: 20px;
  text-align:center;
}
.center p{
   text-align:center;
}

.btn-lg:hover {
	color:#fff;
	background:#333;
}

a.scrollup{
  color:#fff;
	height:40px;
	width:40px;
	font-size:12px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	right:40px;
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ddd;
	color:#ff9800;
}

.bg_gray h2 {
  font-size:20px;
  color:#333;
  font-weight: bold;
}

.identitas .bg_gray {
  margin-top: 20px;
  padding: 1px;
}

.formulir_karir .bg_gray {
  margin-top: 30px;
}

.identitas .bg_gray p {
  color: #ff9800;
  font-weight: bold;
  font-size: 14px;
}

.formulir_karir .bg_gray p {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  text-align: justify;
}

.formulir_karir .bg_gray p a {
  color: #ff9800;
  font-weight: bold;
}

.identitas .bg_gray h4 {
  font-size: 14px;
  font-weight: bold;
}

#logo {
  max-height: 60px;
  margin-top: -21px;
  display: inline-block;
}

@media (min-width:992px) {
  #logo {
    max-height: 75px;
    margin-top: -15px;
    display: inline-block;
  }
}

.bg_gray {
  background: #eee;
  padding: 10px 30px;
}

#main-contact-form .form-control {
  font-weight: bold;
  margin: 10px 0;
}

#karir-page .tab-content > .tab-pane > p {
  padding: 5px 0 0 5px;
  font-weight: 400;
}

#modal-form-daftar .modal-body .form-group label {
  color: black;
}

.text_more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.selengkapnya {
  margin-top: -10px;
  color: #ff9800;
}

/*css gambar ini light bok nampilne gambar nang galeri*/
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* Modal Content */
.modal-content {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  position: absolute;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -25px;
  margin-left: -60px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
@media(min-width: 992px){
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    margin-left: -330px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.brdimg {
  padding: 5px;
  height: 190px;
  width: 250px;
  text-align: center;
}
@media (min-width:992px) {
  .brdimg {
  padding: 5px;
  height: 395px;
  width: 250px;
  text-align: center;
  }
}
.metuo {
  margin: auto;
  display: block;
  width: 250px;
  height: 190px;
}

@media(min-width: 992px){
  .metuo {
    margin-top: 100px;
    display: block;
    width: 660px;
    height: 395px;
  }
}
.scroll{
	overflow: scroll;
	height: 350px;
	text-align: justify;

  /*script tambahan khusus untuk IE */
  scrollbar-face-color: #FE9700;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #6F4709;
  scrollbar-3dlight-color: #11111;
  scrollbar-darkshadow-color: #6F4709;
  scrollbar-track-color: #FFE8C1;
  scrollbar-arrow-color: #6F4709;
}
