:root {
    --primary-color: #FF571F;
    --secondary-color: #131A40;
    --accent-color: #131A40;
    --h1_font-weight: bold;
    --h2_color: bold;
}

/*###> custom ###*/
.header-nav ul li:last-child a {
  background: var(--secondary-color, #178af5);
  color: #fff;
  border-radius: 3px;
  height: 46px;
  padding: 0 30px;
}
.header-nav ul li:last-child a:hover{
  background: var(--secondary-color, #178af5);
  color: #fff;
filter: brightness(var(--default-lighten, 110%));
}

/* SUP-12352 */
.page_company-detail .layout_hero .is-btn {
display: none;
}
/*###< custom ###*/