@media(min-width:981px){
  header.header .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    text-transform: capitalize;
    letter-spacing: normal;
    font-size: 14px;
    padding-bottom: 0;
line-height:17px;
  }
  header.header li.hs-menu-item.hs-menu-depth-1:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 22px;
    margin-right: 11px;
    margin-top: 33px;
    margin-bottom: 33px;
  }
  header.header .stuck .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-bottom: 0;
  }
  header.header .custom_logo img {
    width: 100% !important;
    max-width: 144px;
  }
  header.header .custom_menu {
    padding:0;
  }
  header.header .header_logo_menu_grp {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .stuck header.header .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .hs-blog-post header.header .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    color: #222;
  }
  .stuck header.header li.hs-menu-item.hs-menu-depth-1:not(:last-child),
  .hs-blog-post header.header li.hs-menu-item.hs-menu-depth-1:not(:last-child){
    border-color: #222;
  }
  .mobile_trigger {
    display: none;
  }

}
header.header{
  top:0;
}
header.header .custom_logo, header.header .color_log {
  position: absolute;
  width: 100%;
  max-width: 144px;
  top: 0;
  transition: 0.3s all ease;
}
header.header .custom_logo,    header.header .logo_fix_header {
  width: 100%;
  max-width: 144px;
  position: relative;
}
header.header .color_log{
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.hs-blog-post header.header .color_log{
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.custom_logo {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
body.stuck .custom_logo {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
body.stuck .color_log {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.stuck header.header ,
.hs-blog-post header.header{
  background: #fff;
}
body header.header {
  transition: 0.3s all ease;
}
header.header .container {
  max-width: 100%;
  width: 100%;
}
header.header .custom_header{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
@media(min-width:1025px){
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child{
  padding-right:10px;
  }
}
@media (max-width: 980px){
  .custom_logo img,.color_log img{
    max-width: 83px;
    max-height: 100%;
  }
  header.header .logo_fix_header{
    float: left;
  }
  span.mobile_trigger_icon:before {
    color: #fff !important;
  }
  span.mobile_trigger_icon {
    padding-bottom: 0;
  }
  .mobile_trigger {
    padding-top: 0px;
  }
  header.header{
    position:fixed;
    width:100%;
    top:0;
  }
  body.stuck span.mobile_trigger_icon:before{
    color:#000 !important;
  }
  header.header .container {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  span.mobile_trigger_icon {
    padding-top: 5px;
  }
  .custom_mobile_menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 66px;
    border-top: 0;
    background-color: rgb(255 255 255 / 100%);
    box-shadow: none;
    padding:0;
  }
  .custom_mobile_menu ul li a:hover {
    background-color: rgb(255 255 255);
    opacity: 1;
  }
  .custom_mobile_menu ul li a {
    color: #222;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    line-height: 65px;
    vertical-align: middle;
    padding-left: 18px;
    background-color: rgb(255 255 255);
    opacity: 1;
  }
}