.breadcrumbs{
display: flex;
list-style: none;
margin-left: 0;
padding-left: 0;
}
.information-contact__maps iframe{
width:100%;
}
body:not(.common-home) section.sec-banner:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 445px;
background-image: linear-gradient(to top,#111 0%,rgba(17,17,17,0) 100%);
opacity: .9;
}
.a {
    fill: #c89c39;
} 
.sec-project .tab-content{
  display:none
}
.sec-project .tab-content.current{
  display:block
}
#newsletter__footer form *{
  font-family: "SVN-Gilroy";
}
#newsletter__footer .wpforms-validate.wpforms-form{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  background-color: #111 !important;
}
#newsletter__footer .wpforms-validate.wpforms-form input[type=text]{
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #111;
  min-width: 200px;
}
#newsletter__footer button[type=submit] {
  background: 0 0 !important;
  border: none !important;
  font-size: 0 !important;
  background-image: url(https://nelo.com.vn/wp-content/themes/nelo/main/images/arrow_right_btn.png) !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: center !important;
  color: #333;
  padding: 10px 15px;
}
#newsletter__footer #email-error{
  display: block;
  color: #900;
  font-size: 12px;
  float: none;
}
#newsletter__footer input:-internal-autofill-selected {
  background-color: #111 !important;
  color: #fff!important;
}
#newsletter__footer .wpforms-validate.wpforms-form input[type=text]{
  color:#fff
}