.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: #21624a;
} 
.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(/image/catalog/batdobngsanuc/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
} 
 
 /***/
 .section-our-story__heading-title{
  font-size: 60px;
}
@media(min-width:991px){
  .section-our-story__right .content{
    max-width:80%;
  }
}
.register-form-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: .3;

}
.section-contact_home{
  position: relative;
  padding: 100px 0 50px;
}
.section-contact_home  > .container{
  position: relative;
  z-index: 1;
} 
/****/
.burger {
  width: 80px;
  height: 80px;
  top: 0;
  left: 0px;
  border: none;
  position: absolute;
  z-index: 1;
  background: none;
  display: none;
  padding: 0;
}

@media only screen and (max-width: 63.9375em) {
  .burger {
    display: block;
    cursor: pointer;
  }
}

@media only screen and (max-width: 47.9375em) {
  .burger {
    width: 60px;
    height: 60px;
  }
}

.burger .line-container {
  position: absolute;
  width: 25px;
  height: 13px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.burger .line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 5px;
  background-color: #FFFFFF;
  overflow: hidden;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.is-scrolling .burger .line {
  background-color: #1D1D1B;
}

.white-menu .burger .line {
  background-color: #1D1D1B;
}

.burger .line01 {
  top: 0;
}

.burger .line02 {
  bottom: 0;
}

.orange-button {
  width: 80px;
  height: 80px;
  background: #24664b;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.35s cubic-bezier(0.23, 1, 0.38, 1);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.38, 1);
  color: #FFFFFF;
}

@media only screen and (max-width: 47.9375em) {
  .orange-button {
    width: 60px;
    height: 60px;
  }
}
.header ul{margin:0;padding:0;list-style:none;}
.header.is-fixed.is-open .header-nav{
  visibility: visible;
  opacity: 1;
  display: block;
}
.list__project .item h3 {
  color: #212121;
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  line-height: 27px;
  margin-top: 10px;
}
.list__project .item img{
  width:100%;
}
.list__project .item .date{
  color:#212121;
}
.list__project .item {
  margin-bottom:30px;
}
/****/
/* //#AB9041 */

.section-contact_home {

}
.section-contact_home .form-newsletter__heading h2{
  font-size: 60px;
  color:#fff;
  margin: 0 0 20px 0;
}
.section-contact_home .form-newsletter__heading .desc {
  font-size: 22px;
  line-height: 28px;
  margin: 30px 0 40px;
  color:#fff;
}
.section-contact_home .form-newsletter__item{
  max-width:650px;
  margin:0 auto;
}
.section-contact_home .form-newsletter__item input{
  width: 100%;
  height: 55px;
  padding: 10px 0 0;
  border: 0;
  border-radius:0;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  background:transparent;
  text-align: center;
  color: #fff;
  outline: 0!important;
}
.section-contact_home .form-newsletter__item select{
  width: 100%;
  height: 55px;
  padding: 10px 0 0;
  border: 0;
  border-radius:0;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  background:transparent;
  text-align: center;
  color: #fff;
  outline: 0!important;
}
.section-contact_home .form-newsletter__item select option{
  color:#111
}
.section-contact_home .form-newsletter__item input::placeholder{
  color: #fff;
}
.section-contact_home .btn-submit{
  margin-top: 20px;
  width: 275px;
  height: 70px;
  min-width: 192px;
  font-size: 18px;
  text-align: center;
  padding: 0 40px;
  line-height: 70px;
  border-radius: 137.5px;
  font-weight: bold;
  background-color: #fff;
}
.section-contact_home .btn-submit:hover{
  background-color: #24664b;
  color: #fff;
  border-color:#24664b;
}
/*.common-home [class^='section-']:nth-child(even){
  background:#274553!important
}*/ 
.form-newsletter__notification .alert{
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.form-newsletter__notification .alert p{
  margin:0;
}
.form-newsletter__notification .alert-success{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.form-newsletter__notification button{
  position: absolute;
  top: 0;
  right: 0;
}  
.header-nav-menu-item--image{max-width:200px}
.section-our-story::before {
content: "";
position: absolute;
background: rgb(0 21 61 / 10%);
left: 2.97619%;
margin-left: 28px;
right: 0;
top: 0;
height: 100%;
z-index: -1;
} 
@media(max-width:767px){
.section-our-story::before {
    left: 0;
    margin-left: 0;
}
.header-nav-menu-item--image {
    max-width: 100%;
    margin: 0 auto;
}
} 
.footer-map iframe{
height:220px;
} 
.nelo-form .form-newsletter__item label{
		color:#fff !important
}
.nelo-form .form-newsletter__item input,
.nelo-form .form-newsletter__item textarea{
	border:1px solid #fff !important
}
.nelo-form .form-newsletter__item input[type=text]::placeholder,
.nelo-form .form-newsletter__item textarea::placeholder{
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.nelo-form .form-newsletter__item textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff !important;
}
.nelo-form button.wpforms-submit{
	background:#fff !important;
    color:#24664b !important;
    font-weight:bold
}
.nelo-form button.wpforms-submit:before, .wpforms-container button.wpforms-submit:after{
	background-color:#fff !important
}
.nelo-form button.wpforms-submit:hover{
	color:#fff !important
}
.single-post .wrap-single img {
	width: unset !important;
}