/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');*/
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

html, body{
  height: 100%;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  color: #222;
}

.breadcrumb-item + .breadcrumb-item::before  {
    font-family: 'FontAwesome';
    content: "\f105";
}

footer{
  background-color: #e1e1e1;
}

.navbar-nav li{
  font-size: 18px;
}

.row{
  max-width: 1200px;
  margin: auto;
}


.dropdown-submenu{
  position: absolute;
  top: 0%;
  left: 100%;  
}

.dropdown-submenu .dropdown-menu{
  margin: 0px;
}

.dropright-toggler:after{
  font-family: "FontAwesome";
  content: " \f0da";
}

/*==========================carousel inner======================*/

.carousel-inner img{
  width: 100%;
  /*height: 0%;*/
}

/*==========================penawaran======================*/
#penawaran .card-title{
  font-weight: 800;
}

#penawaran .card{
  box-shadow:0px 10px 10px #ccc;
}

#penawaran .btn{
  border-radius: 20px;
  padding-left: 55px;
  padding-right: 55px;
}

/*==========================form-section======================*/

#form-section{
  background: #00aced;
}



/*==========================social======================*/
.social a{
  font-size: 1.5em;
  padding-right: 1rem;
}

/*==========================footer======================*/

footer h5{
  font-weight: bold;
}

footer p{
  margin: 2px 0px;
}

/*==========================social icon======================*/

.fa-facebook{
  color: #3b5998;
}

.fa-twitter{
  color: #00aced;
}

.fa-google-plus-g{
  color: #dd4b39;
}

.fa-instagram{
  color: #517fa8;
}

.fa-youtube{
  color: #bb0000;
}


/**
=================================================Halaman Produk===============================
**/
/*======================Deskripsi Produk===========*/

#produk-title h4{
  text-transform: uppercase;
  font-weight: bold;
}

#produk-body p{
  text-align: justify;
}

/*
=================================================Halaman News===============================
*/
#news .main-pict {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat !important;
}

#news .main-caption{
  position: absolute;
}

#news h5{
  font-weight: 500;
}

.news-body p{
  text-align: justify;
}

.news-title{
  color: #fff;
}

/*
=================================================Halaman Serialization===============================
*/

.serialization-img-full .main-pict {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat !important;
}

.serialization-img-full .main-caption{
    position: absolute;
}

.serialization-img-full .title{
  position: absolute;
  bottom: 10px;
}

#main-benefit{
  color: #878787;
  background-color: #e1e1e1;
}

/*---Media Queries --*/
@media (min-width: 768px) {

  .carousel-arrow-control{
      position: absolute;
      top: 0px;
    }


  .main-pict{
    height: 400px;
  }

  #news .main-caption{
    position: absolute;
    top: 60%;
    transform:translateY(-50%);
    left: 15%;
    right: 15%;
    height: 200px;
    background-color: #00aced;
    color: #fff;
  }

  .main-caption .news-title{
    position: absolute;
    width: 80%;
    top: 120px;
    left: 150px
  }

  .main-caption .news-status{
    position: absolute;
    top: 120px;
    left: 20px;
    color: #000;
  }

  .news-body img{
    max-height: 200px;
  }

  .news-other-caption{
    padding: 0px 10px;
    background-color: #fff;
    position: relative;
    top: -35px;
    width: 450px;
    margin: auto;
  }

  .border-through-title{
    border-top: 1px solid #00aced;
  }

  .serialization-img-full .main-caption{
    position: relative;
    top: 100%;
    color:#fff;
    text-transform: uppercase;
  }

  .serialization-img-full .main-caption2{
    position: relative;
    top: 75%;
    color:#fff;
    text-transform: uppercase;
    font-size: 2rem;
  }



  footer{
    padding: 20px 20px 0 20px;
  }

  /*===========produk================*/
  #main-product-img{
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  #news .card{
    padding: 35px;
    border: 1px solid transparent;
  }

  #news .card:hover{
    border: 1px solid #00aced;
  }

  #news .card-body{
    padding: 0px;
    padding-top: 1.25rem;
  }

  .video-youtube{
    max-width: 720px;
  }
}
@media (max-width: 992px) {}
@media (max-width: 768px) {
  .dropdown-submenu{
    position: relative;
    top: 0%;
    left: 20px;  
    width: auto;
  }

  .dropdown-submenu .dropdown-menu{
    border: none;
    padding:5px 0 5px 10px;
    width: 90%;
  }

  .main-pict {
    height: 350px;
  }

  #news .main-caption{
    position: absolute;
    bottom: 0px;
    background-color:#00aced;
    width: 100%;
    left: 0px;
    padding: 20px; 
  }

  .news-body img{
    max-height: 250px;
  }

  .news-other-caption{
    padding: 0px 10px;
    background-color: #fff;
    position: relative;
    top: -35px;
    width: 450px;
    margin: auto;
  }

  .border-through-title{
    border-top: 1px solid #00aced;
  }



  #news .main-caption, .serialization-img-full .main-caption{
    position: relative;
    top: 100%;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
  }

  .serialization-img-full .main-caption h3, .serialization-img-full .main-caption2 h3{
    width: 100%;
  }

  .serialization-img-full .main-caption2{
    position: relative;
    top: 75%;
    color:#fff;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
  }

  #main-benefit .row{
    text-align: center;
  }

  #main-benefit img{
    max-height:100px; 
  }

  #main-product-img{
    max-height: 400px;
  }

}

@media (min-width: 621px){
  #form-search-collapse{
    display: none;
  }
}

@media (max-width: 620px) {
  #form-search-inline{
    display: none;
  }
}

@media (max-width: 576px) {
  #main-product-img{
    max-height: 300px;
  }
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








