.thanks-welcome-box {
  padding: 0 0 50px 0;
  overflow: hidden;
}

.thanks-welcome-box h1 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #606060;
  line-height: 1.4em;
}

.thanks-welcome-box h3 {
  text-align: center;
  color: #606060;
  line-height: 1.4em;
}

.thanks-chuyentiep-box {
  background: #fafafa;
  padding: 35px;
  color: #606060;
}

.thanks-news-box {
  padding: 25px 0 0 0;
  overflow: hidden;
}

.thanks-row-style {
  padding: 25px;
  overflow: hidden;
}

.thanks-grid-cell-item {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .thanks-row-style {
    padding: 20px 0 20px 0;
  }
  .thanks-grid-cell-item {
    margin-bottom: 30px;
  }
}

.thanks-grid-cell-img {
  margin-bottom: 20px;
}

.thanks-grid-cell-content {
  box-sizing: border-box;
  text-align: left;
  color: #606060;
}

.thanks-ketnoi-box {
  background: #606060;
  padding: 45px;
}

.thanks-ketnoi-box h1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.4em;
  font-size: 24px;
}

.thanks-ketnoi-box .line {
  height: 1px;
  display: inline-block;
  border-top: 1px solid #ffffff;
  width: 100%;
  max-width: 80%;
}

.thanks-social-media-button-container {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}

.thanks-social-media-button {
  display: inline-block;
  font-size: 1.33em;
  line-height: 1em;
  margin: 0.1em 0.05em 0.1em 0.05em;
  padding: 1em 0;
  width: 3em;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
}

.thanks-facebook {
  color: #ffffff !important;
  background-color: #00478e;
  border: 1px solid #00478e;
}

.thanks-facebook:hover {
  background: #0051a2;
  border-bottom-color: #0051a2;
}

.thanks-google {
  color: #ffffff !important;
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
}

.thanks-google:hover {
  background: #e05b4a;
  border-bottom-color: #e05b4a;
}

.thanks-youtube {
  color: #ffffff !important;
  background-color: #cf3427;
  border: 1px solid #cf3427;
}

.thanks-youtube:hover {
  background: #d83f32;
  border-bottom-color: #d83f32;
}

@media screen and (max-width: 992px) {}