.lang-vi .thank-you-page h1 {
  line-height: 72px !important;
  margin-bottom: 50px; }



.thank-you-page h1 {
  font-weight: 900;
  font-size: 60px;
  line-height: 99px; }

.thank-you-page .introduce-desc {
  font-size: 24px;
  line-height: 39.6px; }

.thank-you-page .download-btn {
  display: block;
  padding: 30px 0 30px 0; }

.thank-you-page .slogan {
  display: inline-block;
  font-size: 24px;
  font-style: italic;
  color: #ff5000;
  padding: 20px 0;
  border-top: 1px solid #e1e1e1; }

.thank-you-page .socials {
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start; }
  .thank-you-page .socials li {
    margin-right: 3px; }
    .thank-you-page .socials li a {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      padding: 4px 8px;
      border: 1px solid #eee; }
      .thank-you-page .socials li a svg {
        align-self: center;
        height: 14px; }
        .thank-you-page .socials li a svg path {
          fill: #c5ced8; }
      .thank-you-page .socials li a.twitter:hover svg path {
        fill: #5b87da; }
      .thank-you-page .socials li a.twitter:hover span {
        color: #5b87da; }
      .thank-you-page .socials li a.facebook:hover svg path {
        fill: #3b5998; }
      .thank-you-page .socials li a.facebook:hover span {
        color: #3b5998; }
      .thank-you-page .socials li a.linkedin:hover svg path {
        fill: #4875b4; }
      .thank-you-page .socials li a.linkedin:hover span {
        color: #4875b4; }
      .thank-you-page .socials li a.youtube {
        padding-left: 6px; }
        .thank-you-page .socials li a.youtube:hover svg path {
          fill: #c4302b; }
      .thank-you-page .socials li a span {
        align-self: center;
        display: block;
        margin-left: 8px;
        font-size: 15px;
        line-height: 24px;
        color: #999; }
