.language-menu > li:nth-child(1) a:after, .language-menu > li:nth-child(1) span:after {
    text-decoration: none;
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgb(180, 180, 180);
    transition: height .3s ease-out;
  }