.WebLink {
  margin: 10px 0;
}
.WebLink .HeadLink {
  border-radius: 5px 5px 0 0;
  height: 32px;
  background: url(https://storage-vnportal.vnpt.vn/vass/themes/nxbkhxh/uisteeringdocument/newsteering/images/left-menu-bg.png) no-repeat top right;
}
.WebLink .HeadLink .Title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: 8px;
  text-transform: uppercase;
  line-height: 32px;
}
.WebLink .Content ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .WebLink {
    display: none;
  }
}
