/*!
 * Design Teri Radiana Putra
 * Copyright 2019 The Bootstrap Authors
 */

body {
  font-family: Oswald, sans-serif;
}

a {
  color: #1D70B7;
  text-decoration: none;
}

.bg-white {
  background-color: #fff !important;
}

.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.container-login {
  width: 80%;
  margin-top: 8%;
  margin-bottom: 5%;
  margin-right: auto;
  margin-left: auto;
}

.container-login .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-menu-login {
  font-family: Oswald, sans-serif;
  padding: 20px 0 !important;
  font-size: 20px;
  height: 30px;
  text-transform: uppercase;
}

img.menu-login-img-1,
img.menu-login-img-2,
img.menu-login-img-3,
img.menu-login-img-4 {
  border-radius: 5px;
  border: 5px solid #1D70B7;
  width: 180px;
  height: 180px;
}

img.menu-login-img-1:hover {
  content: url(../img/about-blue.png);
}

img.menu-login-img-2:hover {
  content: url(../img/solutions-blue.png);
}

img.menu-login-img-3:hover {
  content: url(../img/business-blue.png);
}

img.menu-login-img-4:hover {
  content: url(../img/investor-blue.png);
}

 /* Header */
.header {
  width: 90%;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px; 
}

/* Header Menu */
.navbar {
  padding: 0.5rem 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #1D70B7;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #1D70B7;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #1D70B7;
}

img.menu-img-1,
img.menu-img-2,
img.menu-img-3,
img.menu-img-4 {
  border: 2px solid #1D70B7;
  border-radius: 2px;
  width: 60px;
  height: 60px;
}

span.menu-title {
  width: 5px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: bold;
}

img.menu-img-1:hover,
img.menu-img-1.active {
  content: url(../img/SIBER_Menu-01.png);
}

img.menu-img-2:hover,
img.menu-img-2.active {
  content: url(../img/SIBER_Menu-02.png);
} 

img.menu-img-3:hover ,
img.menu-img-3.active {
  content: url(../img/SIBER_Menu-03.png);
}  

img.menu-img-4:hover ,
img.menu-img-4.active {
  content: url(../img/SIBER_Menu-04.png);
}  

/* Content */
.content {
  width: 90%;
  height: 100%; 
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
}

.content-slider {
  padding: 0 50px; 
  overflow: auto;
  z-index: -999;
}

@media (max-width: 767px) {
  .content-slider {
    padding: 0 25px; 
    overflow: auto;
    z-index: -999;
  }
}

.line-style {
  border: 2px solid #1D70B7 !important;
}

/* Footer */ 
.footer { 
  width: 90%;
  height: 50px; 
  margin: 5px auto;
  padding-right: 50px;
  padding-left: 50px; 
}

/* Left Footer */
.footer-content-left {
  float: left;
  margin: 10px 0;
}

#text-slide {
  font-size: 18px;
  font-family: Oswald, sans-serif;
  color: #1D70B7;
  font-weight: bold;
  padding: 10px 0;
}

@media (max-width: 767px) {
  #text-slide {
    font-size: 10px;
  }
}

/* Right Footer */
.footer-content-right {
  float: right;
  margin: 10px 0;
}

.footer-content-right > a > img.footer-img {
  height: 45px;
  width: 100px
}

/* Line Fixed Footer */
.footer > .bg-line-blue {
  background-color: #1D70B7;
  height: 20px;
}

/* Carousel */
.carousel-caption {
  visibility: hidden;
}

.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-device-width: 331px) {
  .carousel-item {
    height: 50vh;
  }
}

@media (min-device-width: 331px) and (max-device-width: 375px) {
  .carousel-item {
    height: 57vh;
  }
}

@media (min-device-width: 376px) and (max-device-width: 480px) {
  .carousel-item {
    height: 61vh;
  }
}

@media (min-device-width: 481px) and (max-device-width: 768px) { 
  .carousel-item {
    height: 70vh;
  }
}

@media (min-width: 769px) and (max-device-width: 900px) {
  .carousel-item {
    height: 65vh;
  }
}

@media (min-width: 901px) {
  .carousel-item {
    height: 62vh;
  }
}

@media (min-width: 1200px) {
  .carousel-item {
    height: 66vh;
  }
}

@media (min-width: 1300px) {
  .carousel-item {
    height: 70vh;
  }
}

@media (min-width: 1500px) {
  .carousel-item {
    height: 74vh;
  }
}

@media (min-width: 1700px) {
  .carousel-item {
    height: 76vh;
  }
}

@media (min-width: 1900px) {
  .carousel-item {
    height: 78vh;
  }
}

@media (min-width: 2100px) {
  .carousel-item {
    height: 80vh;
  }
}

.carousel-item img {
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .carousel-item img {
    margin-top: 10px;
    margin-left: 10px;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .carousel-item img {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
}

/* Carousel Control */
.carousel-indicators li {
  display:none;
}

.carousel-control-prev,
.carousel-control-next {
  width: 0;
  opacity: 0.99;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  opacity: 0.99;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: absolute;
  height: 35px;
  width: 35px;
  outline: black;
  background-size: 50%, 50%;
  border-radius: 50%;
  border: 2px solid #1D70B7;
  background-color: #fff;
  opacity: 1 !important;
  z-index: -999;
}

.carousel-control-next-icon:after
{
  content: '►';
  font-size: 18px;
  color: #1D70B7;
}

.carousel-control-prev-icon:after {
  content: '◄';
  font-size: 18px;
  color: #1D70B7;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  color: #fff;
  background: #fff;
}