* {
  color: inherit;
}

html, body {
  color: #555;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

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

.wow {
  visibility: hidden;
}

.pd-none {
  padding: 0;
}

.row-x2 {
  margin-right: -30px;
  margin-left: -30px;
}

.bg-color {
  background-color: #fff;
}

.glyphicon {
  margin: 0 0.2em;
}

.picicon {
  display: inline-block;
  background-image: url(https://static.yigetechcms.com/project/ouweisi/img/sprites.png);
  background-repeat: no-repeat;
}

.section-title {
  padding-bottom: 2em;
}

.section-title .title {
  font-weight: 800;
}

.block-title {
  padding: 15px 0 10px 0;
}

.block-title .title {
  border-left: 5px solid #32c6d2;
  padding-left: 0.5em;
  font-size: 20px;
  font-weight: 700;
}