.megamenu__bu-item[data-bu="hk-special_offer"],
.megamenu__bu-item[data-bu="cn-special_offer"],
.megamenu__bu-item[data-bu="row-special_offer"],
.megamenu__bu-item[data-bu="hk-special_offer_mobile"],
.megamenu__bu-item[data-bu="cn-special_offer_mobile"],
.megamenu__bu-item[data-bu="row-special_offer_mobile"]{
    color: red;
}

.megamenu__bu-item[data-bu*=special_offer] .megamenu__bu-link,
.megamenu__bu-item[data-bu*=special_offer_mobile] .megamenu__bu-link{
    background: transparent;
    color: red;
}

@media screen and (max-width: 945px) {
    .megamenu__bu-item[data-bu*=discover]{
        display: none;
    }
    
.megamenu__bu-link{
    padding: 0.4em .8em;
}

}

@media screen and (max-width: 767px) {
    .megamenu__bu-item[data-bu*=discover]{
        display: block;
    }
}


  
  .megamenu__bu-link {
    padding: 0.4em 1.1em;
  }
  
  .megamenu__bu-container[data-bu-target$="-special_offer"]
    .megamenu__column--5 {
    display: none;
  }
  
  .megamenu__bu-container[data-bu-target$="-special_offer"] .megamenu__column {
    width: 25%;
  }