html,
body {
  height: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1240px;
}

.no_padding {
  padding: 0;
}

body {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0px 0 0 0;
}

ul {
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #fd4a4a;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .12);
  border-radius: 5px;
  border: 1px solid transparent;
  height: 140px;
  background-clip: content-box;
}