/*
This style use for Cnaindo Teknologi
Developed by Mocorono Suritno
05-11-2018
*/

@font-face {
  font-family: 'Montserrat Light'; 
  /*src: url('../fonts/Roboto-Regular.ttf');*/
  /*src: url('../fonts/montserrat.regular.ttf');*/
  src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
  font-family: 'Montserrat'; 
  /*src: url('../fonts/Roboto-Regular.ttf');*/
  src: url('../fonts/montserrat.regular.ttf');
}

body {
    background: #ffffff;
    font-family: 'Montserrat Light';
    font-weight: 400;
    position: relative;
  }


html, body {
     width: 100%;
     overflow-x: hidden;
  }

h1, h2, h3, h4 {
  font-weight: bold;
  font-family: 'Montserrat';
  letter-spacing: 2px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  line-height: 30px;
  font-size: 16px;
}

a {
  outline: none !important;
  line-height: 30px;
  font-size: 16px;
  color:#333
}

hr {
  width: 180px;
  border: 1px solid;
  border-color: #17375e;
}

.section-title strong {
	color: #00C6D7;
  	font-size: 56px;
}

.section-title h1 {
	font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

.mailnotify{
  position: fixed;
  z-index: 99999;
  top: 30px;
  left: 50%;
  margin-left: -40%;
  width: 80%;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  color: #17375e;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
} 

#about, #structure-org, #client, #history, #visi-misi,
#contact, #our-products, #our-services, #career {
   padding-top: 130px;
  padding-bottom: 100px;
}


/* ==========================================================================
preloader section
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  /*background: rgba(255, 255, 255, 0.7);*/
}
.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #17375e;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 0.2s infinite ease-in-out;
          animation: sk-circleBounceDelay 0.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
    background: #4B4B4B;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
  color: #17375e;
  width: 110px;
  height: 54px;
  margin-top: 10px;
  background:  url(../images/logo_.png);
  background-size: cover;
  background-position: center;
}
/*.custom-navbar .navbar-brand  img{
  width: 110px;
  margin-top: -5px;
}*/
.custom-navbar .navbar-brand .navbar-toggle {
    background: #17375e;
    padding: 4px 6px;
    font-size: 16px;
    color: #161616;
    }
.custom-navbar .nav li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px;
    }
.custom-navbar .nav li img {
    margin-top: 28px;
    /*margin-top: 5px;*/
    margin-left: 10px;
    margin-bottom: 25px;
    border: 1px solid #333;
    cursor: pointer;
    }
.custom-navbar .nav li a:hover {
  	background: transparent;
   color: #267cc9;
}
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  /*color: #ffffff;*/
  outline: none;
}
.custom-navbar .nav li.active > a {
      color: #17375e;
      font-weight: bold;
}
.custom-navbar .navbar-toggle {
        border: none;
        padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar {
        background: #fff;
        border-color: transparent;
    }
@media(min-width:768px){
    .custom-navbar {
            /*background: #4B4B4B;*/
            background: #FFF !important;
            padding: 10px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 8px;
            background: #17375e !important;
        }
    .custom-navbar.top-nav-collapse .navbar-brand  {
      color: #17375e;
      width: 110px;
      height: 54px;
      margin-top: 10px;
      background:  url(../images/logo.png);
      background-size: cover;
      background-position: center;
    }
    .custom-navbar.top-nav-collapse .nav li a {
        color: #fff;
    }
    
}

/*Usig 767 cause ipad View*/
@media(max-width:767px){
  .navbar-header{
      background: #17375e;
      border-bottom: transparent;
            padding: 5px;
    }
  .navbar{
    border: none;
  }
  /*.navbar .navbar-brand{
    width: 90px;
    height: 44px;*/
    /*margin-top: -12px;*/
    /*border: 1px solid red;
  }*/

  .custom-navbar .navbar-brand  {
    color: #17375e;
    width: 90px;
    height: 44px;
    margin-top: 3px;
    margin-left: 10px;
    background:  url(../images/logo.png);
    background-size: cover;
    background-position: center;
  }

  .custom-navbar .nav li a {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-nav>li>a {
      padding-top: 0px;
      padding-bottom: 0px;
      /*line-height: 20px;*/
  }
  .nav>li>a {
    padding: 10px 15px;
  }

  .navbar-collapse{
    background: #fff;
  }

  /*Modal dialog Product*/  
  .modal-dialog{
    width: 85% !important;
    margin: 10px auto;
  }
  .modal-row{
    text-align: left;
    padding-bottom: 20px !important;
  }
  .modal-row img{
    display: block;
    margin: 0 auto;
    width: 150px;
  }
  .modal-row ol{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin: 0 auto;
  }
}

    

/* ==========================================================================
home section
========================================================================== */
#home {
  /*background: url(../images/bg_header_1.png);*/
  background: url(../images/bghm.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  text-align: center;
}
#home .overlay{height: 100%;
  width: 100%;
  background-attachment: fixed;
}
.content{
  position: relative;
  padding: 20% 0 0;
}
/*temp Use*/
.cont-wrap{
  /*background: #f5f5f5;*/
  /*background: rgba(255, 255, 255, 0.7);*/
  padding-top: 20px;
  padding-bottom: 30px;

  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
#home h1 {
  font-size: 60px;
  color: #17375e;
  margin-bottom: 0px;
}
#home h3 {
  font-size: 14px;
}
#home h2 {
  font-weight: normal;
  margin-top: 0px;
  color: #333;
}
#home hr {
  width: 240px;
}
#home .btn {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #00c6d7;
  border-color: transparent;
}
#home .btn-danger {
  background: #17375e;
  border-color: transparent;
}
#home .btn-danger:hover {
	border: 2px solid #ffffff;
  	border-radius: 0;
	background: transparent;
  	color: #ffffff;
}

/* ==========================================================================
Client section
========================================================================== */
#client{
  text-align: center;
}
#client h1{
  margin-top: 0;
  color: #17375e;
}
#client hr{
  margin-top: 0;
}
#clients{ 
  margin: 0 auto;
}
#clients .item{
    padding: 0;
    margin: 15px;
    color: #FFF;
    text-align: center;
}
img.img-circle.client-img {
  width: 250px;
  border-radius: 0;
  transition: all 0.5s;
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=1);
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 20px;
  border-radius: 0;
  background: #FFFFFF;
  transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #17375e;
}
.owl-theme .owl-controls .owl-page.active span{
  background: #17375e;
}

/* ==========================================================================
Career section
========================================================================== */
#career {
  background: #f9f9f9;
  color: #ffffff;
}
#career h1{
  margin-top: 0;
  color: #17375e;
}
#career hr{
  margin-top: 0;
}

#career h3 {
  color: #17375e;
}

.nav-tabs {
  margin-top: 20px;
  border-bottom: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  background: #17375e;
  border: 1px solid #17375e;
}
.nav-tabs > li > a {
  display: block;
    color: #ffffff;
    padding: 10px 20px;
    border: 0;
    width: 100%;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #17375e;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom-color: none;
}
.tab-content {
  padding-top: 20px;
  color: #333;
}
/*Form Career*/
#career form {
  padding-top: 10px;
}
#career .form-control {
  border: 1px solid #17375e;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#career input {
  height: 40px;
}
#career input[type="submit"] {
  background: #17375e;
  border: 3px solid #17375e;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#career input[type="submit"]:hover {
  color: #17375e;
}
#career input[type="button"] {
  background: #17375e;
  border: 3px solid #17375e;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#career input[type="button"]:hover {
  color: #17375e;
}
#career p.alertNotif{
  padding: 0;
  margin-top: -10px;
  position: absolute;
  color: red;
  font-size: 8px;
  line-height: 12px;
  display: none;
}
#career p.pTitleApp{
  color: #333;
  font-size: 12px;
  margin: 0 0 -8px 0;
  padding: 0;
  line-height: 12px;
}
/* ==========================================================================
History section
========================================================================== */
#history {
    text-align: center;
}
#history .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#history img{
  width: 50px;
  margin-bottom: 20px;
}
#history .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
#history h1{
  margin-top: 0;
  color: #17375e;
}
#history hr{
  margin-top: 0;
}
#history h3 {
  font-size: 18px;
  color: #17375e;
}

/* ==========================================================================
Our Services section
========================================================================== */
#our-services {
  text-align: center;
  /*background: url(../images/service_bg.jpg);*/
  background: url(../images/4.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;
}
#our-services .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#our-services img{
  width: 60px;
  margin-bottom: 20px;
}
#our-services .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
#our-services h1{
  margin-top: 0;
  color: #17375e;
}
#our-services hr{
  margin-top: 0;
  color: #17375e;
  border: 1px solid #17375e;
}
#our-services h3 {
  font-size: 18px;
  margin-top: 0;
  color: #17375e;
}
#our-services p{
  color: #333;
}

/* ==========================================================================
Our Products section
========================================================================== */
#our-products {
    text-align: center;
    /*background: url(../images/dotbox.png);*/
}
#our-products .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.row-product{
  /*margin-top: 120px;*/
}
#our-products img{
  margin: 20px auto 0 auto;
}
#our-products .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
#our-products h1{
  margin-top: 0;
  color: #17375e;
}
#our-products .btn-closes{
  font-size: 50px;
  margin-top: -20px;
  cursor: pointer;
}
#our-products hr{
  margin-top: 0;
}
#our-products p{
  /*text-align: left;*/
}
#career p{
    color: #17375e;
}
#our-products h3 {
  color: #17375e;
}
#our-products button, #career button{
  background: #17375e;
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
.line-product{
  margin-top: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid transparent;
  box-shadow: 0px 0px 2px 0px rgba(62, 62, 62, 0.20);
}
.modal-dialog{
  width: 80%;
  margin: 20px auto;
}
.modal-row{
  text-align: left;
  padding-bottom: 20px !important;
}
.modal-row img{
  display: block;
  margin: 0 auto;
  width: 150px;
}
.modal-row h4{
  display: block;
  text-align: center;
  color: #17375e;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-row ol{
  /*border: 1px solid red;*/
  width: 80%;
  margin: 0 auto;
}
.modal-row ol li{
  margin-bottom: 10px;
  font-size: 16px;
}


/* ==========================================================================
struktur organisasi section
========================================================================== */
#structure-org {  
  /*background: #FEF3DF;*/
  background: #17375e;
  text-align: right;
  color: #ffffff;
  /*background: url(../images/bg_1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;*/
}
#structure-org p{
  /*color: #333;*/
  color: #fff;
  text-align: right;
}
#structure-org img{
  margin: 0 auto;
}
#structure-org h3{
  margin-top: 0;
  /*color: #17375e;*/
  color: #fff;
}
#structure-org hr{
  margin-top: 0;
  margin-right: 0;
  border-color: #fff;
}

/* ==========================================================================
Visi Misi section
========================================================================== */
#visi-misi {
    text-align: center;
    background: url(../images/bg_2.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #17375e;
}
#visi-misi .vs-ms{
  text-align: left;
}
#visi-misi .vs-ms-p p{
  margin-top: 0;
}
#visi-misi .vs-ul{
  list-style: none;
}
#visi-misi .vs-ul li{
  font-size: 22px;
}
#visi-misi .vs-ms-p img{
  margin-bottom: 0;
  border: 4px solid #17375e;
  padding: 5px;
  border-radius: 50%;
  width: 70px;
}
#visi-misi .vs-ms p{
  color: #fff;
}
#visi-misi .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#visi-misi img{
  width: 50px;
  margin-bottom: 20px;
}
#visi-misi .col-md-8 {
  /*margin-top: 0;*/
}
#visi-misi h1{
  margin-top: 0;
  color: #17375e;
}
#visi-misi hr{
  margin-top: 0;
  margin-left: 0;
  width: 80px;
}
#visi-misi h3 {
  margin-top: 0;
  color: #17375e;
}
#visi-misi h4{
  font-size: 32px;
  color: #17375e;
  margin-top: 50px;
}
#visi-misi ul li{
  line-height: 28px;
  font-size: 18px;
}  

/* ==========================================================================
contact section
========================================================================== */
#contact {
  background: #3B3B3B url('../images/contact_bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contact hr{
  margin-top: 0;
  border: 1px solid #fff;
}
#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact form {
  padding-top: 10px;
  display: block;
}
.row-contact h2{
  margin-top: 0;
  margin-bottom: 0;
}
.row-contact .contact-cont h3{
  margin-top: 0;
  margin-bottom: 0;
}
#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 40px;
}
#contact input[type="submit"] {
  background: #00c6d7;
  border: 3px solid #00c6d7;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact input[type="submit"]:hover {
  color: #000000;
}
.map-frame{
  width: 100%;
  height: 245px;
  border: 1px solid #333;
  margin-top: 20px;
}
#contact p.alertNotif{
  padding: 0;
  /*margin-top: -10px;*/
  position: absolute;
  color: red;
  font-size: 8px;
  line-height: 12px;
  display: none;
}
#contact input[type="button"] {
  background: #17375e;
  border: 3px solid #17375e;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact input[type="button"]:hover {
  color: #17375e;
}

/* ==========================================================================
footer section
========================================================================== */
footer {
  background: #17375e;
  text-align: right;
  color: #fff;
}
footer p {
  padding-top: 15px;
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 846px){ 
    .nav>li>a {
      padding: 10px 5px;
    }
}

@media (max-width: 768px){
    #structure-org h3, #structure-org hr{
      text-align: center;
      margin: 10px auto;
      color: #17375f;
    }
    #structure-org hr{
      border: 1px solid #17375f;
    }
    #structure-org p{
      text-align: center;
    }
    .media-s-org{
      margin-top: 40px;
      text-align: center;
    }   
}

@media (max-width: 520px){
  
  .nav-tabs{
    margin-top: 50px;
  }
  .nav-tabs > li {
    display: inline;
    width: 20%;
  }
}

@media (max-width: 440px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 12px;
  }
  .content {
    padding: 0;
  }  
  #home h1 {
    font-size: 40px;
  }
  #home h2 {
    font-size: 20px;
  }
  .content-min-up{
    margin-top: -100px;
  }
}