nav.navbar.navbar-light.bg-faded{
  width: 100%;
  background: transparent;
}
.breadcrumb a:hover, .breadcrumb>.active:hover{
  text-decoration: none;
}
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/";
}
h2.h2.BPMRG{
  margin-bottom: 20px;
}
.list_prod_banner li a{
  color:white;
}
span.recurce {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eb9532;
     -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
span.recurce:before{
    position: absolute;
    left:95%;
    top:12px;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 1em;
    color:#eb9532;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}
span.recurce:hover{
  padding:0 15px;
}
span.recurce:hover:before{
  position: absolute;
    left: 0;
    top: 12px;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    color:#eb9532;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 1em;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}
span.recurce a{
  color:#000;
  font-size: 16px;
  float: left;
  position: relative;
  width: 100%;
  padding: 10px 0;
}
span.recurce a:hover{
  text-decoration: none;
}
.mission_container{
  background: #f9f9f9;
  margin-top: 30px;
}
.mission_container h2{
  font-size: 23px;
}
.about_container h2{
  font-size: 23px;
}
.mission_container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

 .mission_container li {
  padding-left: 1em;
  text-indent: -.7em;
  padding-bottom: 30px;
}
.mission_right{
    padding: 25px 15px 0 0;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}
.mission_right h2{
  color:#eb9532;
  font-size: 25px;
      line-height: 63px;
}
.mission_right h2 small{
  color:#343434;
  font-size: 14px;
}
.about_img {
    height: 280px;
    object-fit: cover;
    margin-top: 34px;
    width: 100%;
    padding-right: 15px;
}

 .content_manager li::before {
    content: "\f10c";
    color: #eb9532;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}
.content_manager ul{
  list-style-type: none;
}
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
.navbar{
  margin-bottom: 0 !important;
}
.header_container{
  background: #f5f5f5;
  border-bottom:1px solid #c5c5c5;
}
.head_content{
  float:right;
}
.remove_st_padding{
  -webkit-padding-start: 15px;
}
.banner_text_positioning h3{
  color: white;
}
.dropdown-menu>li>a{
  padding: 3px 10px;
}

.list_prod_banner{
  height: 230px;
  display: block;
  margin-bottom: 0;
  line-height: 43px;
}
.container.MainNews {
    padding-bottom: 30px;
}
.main_news_title .title{
  font-size: 22px;
  color:#eb9532;
  float:left;
}
.col-lg-12.col-md-12.col-sm-12.main_news_title{
  padding-bottom: 20px;
}
.main_news_list{
  height: 240px;
}
.news_switcher li{
  filter: grayscale(0);
}
.news_switcher li.active{
  filter: grayscale(100%);
}
.main_news_list img{
  height: 100%;
  object-fit: fill;
}
.main_news_list .info{
  color:#000;
  position: absolute;
  left: 15px;
  right: 15px;
  background: white;
  bottom: 0;
  opacity: 0.9;
}
.main_news_list .info div{
  padding: 0 10px;
}
.btn_more_ref span{
  z-index: 2;
  position: relative;
}
.btn_more_ref{
  position: relative;
  border:none;
  border-radius: 0;
  display: block;
  width: 160px;
  background: #2abb9b;
  color:white;
  transition:all 500ms ease;
}
.btn_more_ref:after{
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color:#1a725f;
  transition:width 500ms ease;
  z-index: 0;


}
.btn_more_ref:hover{
  background-color: #1a725f;
  color:white;
}
.btn_more_ref:hover:after{
  width: 100%;
  z-index: 0;

}

.list_prod_banner li{
  color: white;

}
.list_prod_banner li a{
  padding:0;
  transition: all 500ms ease;
}
.list_prod_banner li a:hover{
  text-decoration: none;
    padding:0 5px;
}
.list_prod_banner li:before {
font-family: 'FontAwesome';
content: "\f105";
margin:0 6px 0 -13px;
color: #fff;
}
.banner_backgroud{

height: 330px;
opacity: 0.8;
background-attachment: fixed;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
}
.row.active_right{
  background: -moz-linear-gradient(left, rgba(19,19,19,0.83) 0%, rgba(102,102,102,0.55) 51%, rgba(164,164,164,0) 71%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(19,19,19,0.83) 0%,rgba(102,102,102,0.55) 51%,rgba(164,164,164,0) 71%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(19,19,19,0.83) 0%,rgba(102,102,102,0.55) 51%,rgba(164,164,164,0) 71%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4131313', endColorstr='#00ffffff',GradientType=1 );
}
.row.active_left{
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(164,164,164,0) 29%, rgba(102,102,102,0.55) 49%, rgba(19,19,19,0.83) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(164,164,164,0) 29%,rgba(102,102,102,0.55) 49%,rgba(19,19,19,0.83) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(164,164,164,0) 29%,rgba(102,102,102,0.55) 49%,rgba(19,19,19,0.83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d4131313',GradientType=1 );
}
.about_info{
  padding: 0 5px;
  font-weight: 500;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
.about_info i{
  margin-right: 5px;
}
span.lang_switch{
  padding: 0 3px;
  cursor: pointer;
  opacity: 0.7;
}
span.lang_switch.active{
  opacity: 1;
}
span.lang_switch img{
  padding: 4px;
}

ul.nav.navbar-nav.navbar-right.BPMRG{
  margin-top: 38px;
}
.navbar-brand{
  padding: 7px;
}
.nav-item.active a{
  background-color: transparent !important;
  color: #eb9532 !important;
}
.navbar-default .navbar-nav>.open>a{
  background-color: transparent !important;
  color: #eb9532 !important;
}
ul.dropdown-menu.multi-level li {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
ul.dropdown-menu.multi-level li a:hover{
  color: #eb9532 !important;
  background: white;
  border-left: 2px solid #eb9532;
}
ul.dropdown-menu.multi-level {
  border:none;
  border-radius: 0;
  border-top: 4px solid #eb9532;
}
.search{
  height: 95px;
  width: 60px;
  background-color: #eb9532;
  color: white;
  margin-left: 60px;
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-position: center;
}
.feedback{
  padding-top:30px;
}
.btn-contact-send{
  background: #eb9532;
  padding:10px 35px;
  color:white;
  border:none;
  border-radius: 0;
}
.feedback_form input{
  border-radius: 0;
  height: 40px;
}
.navbar-brand>img {
    width: 210px;
}
.feedback_form input.form-control:focus,.feedback_form textarea:focus {
    box-shadow: none;
}
.feedback_about{
  height: 65px;
  border-bottom: 1px solid gray;
  margin-bottom: 15px;
}
.feedback_about i {
  padding-right: 10px;
}
.menu_items > div{
  display: inline-block;
}

/*.nav-item:hover > .dropdown-menu {
    display: block;
}
ul.dropdown-menu.multi-level.BPMRG{
  transition: all 5s ease 0s;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu:hover >.dropdown-menu {
    display: inline-table;
    top: -9px;
    left: 100%;
    width: auto;

 }*/
.menu_items{
    position: relative;
    float: right;
    line-height: 94px;
}
.menu_items > .dropdown:hover{
  border-bottom: 1px solid #f2f2f2;
}
a.btn.btn-default:not(.btn_more_ref) {
    background: transparent;
    border: none;

}
a.btn.btn-default.dropdown-toggle:hover {
    background: transparent;
    border: none;
}
ul.dropdown-menu.dropdownhover-bottom{
  border-top:3px solid #eb9532;
}
ul.dropdown-menu.dropdownhover-bottom li{
  border-bottom: 1px solid #f2f2f2;
}
ul.dropdown-menu.dropdownhover-bottom li:last-of-type{
  border-bottom: none;
}
ul.dropdown-menu.dropdownhover-bottom li > a{
  transition: all 300ms ease-in-out;
}
ul.dropdown-menu.dropdownhover-bottom li:hover > a {
  color: #eb9532 !important;
  background: white;
  border-left: 2px solid #eb9532;
}
.max_footer{
  background: #343434;
  height: 60px;
  padding: 14px 0;
}
.max_footer h6{
  color: white;
}
.footer_about_name a{
  color: white;
}
.footer_about_name a:hover{
  text-decoration: none;
}
.banner_prod_top_container{
  margin-top: -40px;
  z-index: 3;
  position: relative;
}
.background_trans {
    margin-top: -10px;
    z-index: 2;
    background: white;
    position: absolute;
    opacity: 0.6;
    height: 160px;
}
.banner_items_prod_top{
  z-index: 3;
}
.banner_prod_tom_box{
  overflow: hidden;
  padding: 0;
}
.banner_prod_top_item{
  padding: 0 1px;
  height: 180px;
  transition: all 0.3s
}
.banner_prod_top_item:hover{
    transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
}
.white_cl{
  color: white;
}
.banner_prod_top_item h4{
  line-height: 180px;
  margin: 0;
  background: transparent;
  transition: all 1000ms ease-out;
}
.banner_prod_top_item{
background-position: center;
background-size: 100% 100%;
background-repeat: no-repeat;
background-origin: content-box;
text-align: center;
vertical-align: middle;
opacity: 1;
}
.banner_items_prod_top .banner_prod_tom_box:nth-of-type(1) .banner_prod_top_item h4:hover{
  opacity: .7;
  color:white;
  background: #00845e !important;
}
.banner_items_prod_top .banner_prod_tom_box:nth-of-type(2) .banner_prod_top_item h4:hover{
  opacity: .7;
  color:white;
  background: #b51621 !important;
}
.banner_items_prod_top .banner_prod_tom_box:nth-of-type(3) .banner_prod_top_item h4:hover{
  opacity: .7;
  color:white;
  background: #1e558f !important;
}
.banner_items_prod_top .banner_prod_tom_box:nth-of-type(4) .banner_prod_top_item h4:hover{
  opacity: .7;
  color:white;
  background: #e7ad00 !important;
}
.soc_icons{
  text-align: center;
}
.soc_icons i.fa {
  padding:10px;
  color: white;
}
.soc_icons i.fa-facebook-official{
  background: #3b5998;
}
.soc_icons i.fa-twitter-square{
  background: #00aced;
}
.soc_icons i.fa-google-plus-square{
  background: #dd4b39;
}
.soc_icons i.fa-instagram{
  background: transparent;
}
.ref_filter_box {
  background: #f6f6f6;
}
.ref_filter_box .col-lg-4.col-md-4.col-sm-12:first-of-type{
  padding: 0;
}
.ref_filter_box .col-lg-4.col-md-4.col-sm-12:last-of-type{
  padding-right: 0;
}
.ref_filter_box select {
  background: #e7e7e7;
  border: none;
  border-radius: 0;
}
.references_text{
  padding-top: 30px;
  padding-bottom: 15px;
  font-weight: bold;
}
.line_height{
  line-height: 34px;
}
.referenc_box{
  padding-top: 15px;
  padding-bottom: 90px;
}
.referenc_box .refer_info{
  width: 100%;
  height: 200px;
  background: #f6f6f6;
  position: relative;
}
.referenc_box .refer_info >div{
  height: 100%;
}
.referenc_box .refer_info >div > div{
  float:left;
  width: 50%;
}
.referenc_box .refer_info >div > a{
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
background: #eb9532;
border: none;
border-radius: 0;
color:white;
font-size: 16px;
line-height: 40px;
}
span.btn.btn--more_refs.BPMRG{
  position: absolute;
  bottom:5px;
  right:5px;
  width:75px;
  text-align: center;
  background: #eb9532;
  border: none;
  border-radius: 0;
  color: white;
  transition: all 500ms ease-in;
}
.main_news_list:hover span.btn.btn--more_refs.BPMRG{
  opacity: 1 !important;
}

.dropdown-menu > li > a:hover {
    background-image: none;
}
.modal .modal-body .modal_text_box{
  border-bottom: 1px solid #fafafa;
  margin: 15px;
  padding-bottom: 15px;
}
.modal .modal-body{
  padding-top: 0;
}
.modal .modal-body .modal_text_box .top_info{
  display: table;
}
.modal .modal-body .modal_text_box .top_info .table_row{
  display: table-row;
}
.modal .modal-body .modal_text_box .top_info .table_row span{
  display: table-cell;
}
button.close.modal_close_btn {
    position: absolute;
    right: 13px;
    top: 0px;
    color: white;
    font-size: 42px;
    z-index: 1110;
    text-shadow: none;
    opacity: 1;
}

.dropdown .dropdown-menu .caret {
  position: absolute;
  right: 6px;
}
.button.close.modal_close_btn:focus{
  outline: none;
}
.modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.modal-body ul li::before {
    content: "\f10c";
    color: #eb9532;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    margin-left: -15px;
}
.modal-body ul li{
  -webkit-padding-start:15px;
}