/* footer */
footer {
    background-image: url(./img_java/JAVA.jpeg);
    /* background-image: url(./img_java/nen_java.svg); */
    /* background-size: 32em; */
    background-size: cover;
    background-repeat: no-repeat ;
	color: #d5d5d5;
}
.ft-title h4{
  font-size: 1em;
  color: #fff;
}
.fa-map-marker-alt:before {
    content: "\f3c5";
    color: #fff;
}
.fa-phone-square:before {
    content: "\f098";
    color: #fff;
}
.fa-envelope:before {
    content: "\f0e0";
    color: #fff;
}
.fa-globe-americas:before {
    content: "\f57d";
    color: #fff;
}
.fa-facebook-square:before {
    content: "\f082";
    color: #fff;
}
a {
    color: #093166;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.text-address-company{
    color: #fff;
    font-weight: 500;
    font-size: .8em;
}
.link-phone-company{
  color: #fff;
  font-size: .8em;
}
.link-email-company{
  color: #fff;
  font-size: .8em;
}

  .ggmap{
    max-width: 100px;
    max-height: 100px;
  }
  .ggmap h4{
    font-size: 1em;
    color: #fff;
  }
  .link-nav-search_user ul{
      display: flex;
      list-style: none;
  }
  .link-nav-search_user li{
    flex: 1;
    margin: 10px 10px 0 10px;
}
.img_logo{
    border-radius: 50% ;
    margin-right: 10px;
    margin-left: 10px;
}
.scol-lg-9{
    padding-left: 0;
}

.col-md-3{
    display: inline-block;
    margin-left:-4px;
  }
  .col-md-3 img{
    width:100%;
    height:auto;
  }
  body .carousel-indicators li{
    background-color:rgb(28, 31, 187);
  }
  @media only screen and (max-width: 480px){
    
    footer {
        height: 800px;
    }   
  }