@charset "UTF-8";
@import url("../../public/font/THSarabunNew/styles.css");
.parsley-errors-list {
  color: #a94442;
  margin: 0;
  padding: 0; }
  .parsley-errors-list li {
    list-style: none; }

.wizard {
  counter-reset: stepNo;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding: 0; }
  .wizard .wizard-step {
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
    flex: 1 0 0px;
    list-style: none;
    padding: 0 2% 0 0;
    position: relative; }
    .wizard .wizard-step:before {
      border-top: 3px solid #333;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 25px; }
    .wizard .wizard-step.active:before {
      border-top: 3px solid #35A476; }
    .wizard .wizard-step.active .wizard-step-link {
      color: #35A476; }
      .wizard .wizard-step.active .wizard-step-link:before {
        background: #35A476;
        color: #fff; }
  .wizard .wizard-step:last-child {
    border: 0;
    margin: 0;
    padding: 0; }
  .wizard .wizard-step:last-child::before {
    border: 0; }
  .wizard .wizard-step-link {
    color: #333;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    z-index: 10; }
  .wizard .wizard-step-link:before {
    background: #333;
    color: #fff;
    counter-increment: stepNo;
    content: counter(stepNo) ".";
    display: block;
    font-size: 2rem;
    height: 50px;
    line-height: 50px;
    margin-bottom: 12px;
    text-align: center;
    width: 50px; }
  .wizard .wizard-step-link:hover, .wizard .wizard-step-link:focus {
    color: #000;
    text-decoration: none; }
  .wizard .wizard-step:last-child {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto; }
  .wizard .wizard-step:last-child:nth-child(2) {
    max-width: calc(100% / 2); }
  .wizard .wizard-step:last-child:nth-child(3) {
    max-width: calc(100% / 3); }
  .wizard .wizard-step:last-child:nth-child(4) {
    max-width: calc(100% / 4); }
  .wizard .wizard-step:last-child:nth-child(5) {
    max-width: calc(100% / 5); }
  .wizard .wizard-step:last-child:nth-child(6) {
    max-width: calc(100% / 6); }
  .wizard .wizard-step:last-child:nth-child(7) {
    max-width: calc(100% / 7); }
  .wizard .wizard-step:last-child:nth-child(8) {
    max-width: calc(100% / 8); }
  .wizard .wizard-step:last-child:nth-child(9) {
    max-width: calc(100% / 9); }
  .wizard .wizard-step:last-child:nth-child(10) {
    max-width: calc(100% / 10); }

.wizard-step:last-child:nth-child(2) {
  max-width: 50%; }

.wizard-step:last-child:nth-child(3) {
  max-width: 33.33333%; }

.wizard-step:last-child:nth-child(4) {
  max-width: 25%; }

.wizard-step:last-child:nth-child(5) {
  max-width: 20%; }

.wizard-step:last-child:nth-child(6) {
  max-width: 16.66667%; }

.wizard-step:last-child:nth-child(7) {
  max-width: 14.28571%; }

.wizard-step:last-child:nth-child(8) {
  max-width: 12.5%; }

.wizard-step:last-child:nth-child(9) {
  max-width: 11.11111%; }

.wizard-step:last-child:nth-child(10) {
  max-width: 10%; }

.user-form {
  padding-bottom: 25px; }

.user-index footer {
  bottom: 0; }

.news-form .feather-step {
  width: 30px;
  height: 30px; }

.news-form ul {
  list-style-type: none; }

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.news-form .steps:not(:last-child) {
  margin-bottom: 1.5rem; }

.news-form .steps .steps-segment {
  position: relative; }

.news-form .steps .steps-segment:not(:last-child):after {
  content: " ";
  display: block;
  position: absolute; }

@media screen and (max-width: 768px) {
  .news-form .steps:not(.is-horizontal) .steps-segment {
    display: block; }
  .news-form .steps:not(.is-horizontal) .steps-segment:not(:last-child) {
    min-height: 4em; }
  .news-form .steps:not(.is-horizontal).is-short .steps-segment {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .news-form .steps:not(.is-horizontal).is-short.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .news-form .steps:not(.is-horizontal).is-short.is-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .news-form .steps:not(.is-horizontal):not(.is-short) {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news-form .steps:not(.is-horizontal):not(.is-short) .steps-segment:not(:last-child) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

.news-form .steps.is-vertical .steps-segment {
  display: block; }

.news-form .steps.is-vertical .steps-segment:not(:last-child) {
  min-height: 4em; }

.news-form .steps.is-vertical.is-short .steps-segment {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.news-form .steps.is-vertical.is-short.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.news-form .steps.is-vertical.is-short.is-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.news-form .steps.is-vertical:not(.is-short) {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.news-form .steps.is-vertical:not(.is-short) .steps-segment:not(:last-child) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media screen and (min-width: 769px), print {
  .news-form .steps:not(.is-vertical) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news-form .steps:not(.is-vertical) .steps-segment:not(:last-child) {
    -ms-flex-preferred-size: 1rem;
    flex-basis: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .news-form .steps:not(.is-vertical).is-narrow .steps-segment {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .news-form .steps:not(.is-vertical).is-narrow .steps-segment:not(:last-child) {
    min-width: 10em; }
  .news-form .steps:not(.is-vertical).is-narrow.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .news-form .steps:not(.is-vertical).is-narrow.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .news-form .steps:not(.is-vertical).has-content-centered {
    text-align: center; }
  .news-form .steps:not(.is-vertical).is-balanced .steps-segment:last-child, .news-form .steps:not(.is-vertical).has-content-centered .steps-segment:last-child {
    -ms-flex-preferred-size: 1rem;
    flex-basis: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
  .news-form .steps:not(.is-vertical).is-narrow.has-content-centered .steps-segment:last-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 10em; }
  .news-form .steps:not(.is-vertical) .steps-content.is-divider-content {
    text-align: center; } }

.news-form .steps.is-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.news-form .steps.is-horizontal .steps-segment:not(:last-child) {
  -ms-flex-preferred-size: 1rem;
  flex-basis: 1rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.news-form .steps.is-horizontal.is-narrow .steps-segment {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.news-form .steps.is-horizontal.is-narrow .steps-segment:not(:last-child) {
  min-width: 10em; }

.news-form .steps.is-horizontal.is-narrow.is-centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.news-form .steps.is-horizontal.is-narrow.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.news-form .steps.is-horizontal.has-content-centered {
  text-align: center; }

.news-form .steps.is-horizontal.is-balanced .steps-segment:last-child, .news-form .steps.is-horizontal.has-content-centered .steps-segment:last-child {
  -ms-flex-preferred-size: 1rem;
  flex-basis: 1rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.news-form .steps.is-horizontal.is-narrow.has-content-centered .steps-segment:last-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-width: 10em; }

.news-form .steps.is-horizontal .steps-content.is-divider-content {
  text-align: center; }

.news-form .steps .steps-marker {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5; }

.news-form .steps {
  font-size: 1rem; }

.news-form .steps .steps-marker {
  height: 2rem;
  width: 2rem;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .news-form .steps:not(.is-horizontal) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news-form .steps:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(1rem - (0.2em));
    top: 1.76rem;
    width: 0.4em; }
  .news-form .steps:not(.is-horizontal) .steps-content {
    margin-left: calc(1rem + .5em);
    margin-top: -2rem;
    padding-left: 1em;
    padding-bottom: 1em; }
  .news-form .steps:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0; }
  .news-form .steps:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(1rem - .5em); }
  .news-form .steps:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 2.3rem;
    bottom: 0.3rem; } }

.news-form .steps.is-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.news-form .steps.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(1rem - (0.2em));
  top: 1.76rem;
  width: 0.4em; }

.news-form .steps.is-vertical .steps-content {
  margin-left: calc(1rem + .5em);
  margin-top: -2rem;
  padding-left: 1em;
  padding-bottom: 1em; }

.news-form .steps.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0; }

.news-form .steps.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1rem - .5em); }

.news-form .steps.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 2.3rem;
  bottom: 0.3rem; }

@media screen and (min-width: 769px), print {
  .news-form .steps:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 1.76rem;
    right: -0.24rem;
    top: calc(1rem - (0.2em)); }
  .news-form .steps:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(1rem - (0.2em));
    top: auto; }
  .news-form .steps:not(.is-vertical) .extra-data {
    left: calc(50% + 1.3rem);
    right: calc(-50% + 1.3rem);
    bottom: 100%;
    position: absolute; }
  .news-form .steps:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - (0.2em)); }
  .news-form .steps:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - (0.2em)); }
  .news-form .steps:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1rem - (0.2em)); }
  .news-form .steps:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto; }
  .news-form .steps:not(.is-vertical) .steps-content {
    margin-left: 1rem; }
  .news-form .steps:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1rem; }
  .news-form .steps:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1rem;
    padding-left: 2em;
    padding-right: 2em; }
  .news-form .steps:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%; }
  .news-form .steps:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 1rem); }
  .news-form .steps:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 2rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em; }
  .news-form .steps:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 2rem;
    padding-bottom: .2em; }
  .news-form .steps:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 2.3rem;
    right: 0.3rem; }
  .news-form .steps:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .news-form .steps:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.3rem);
    right: calc(-50% + 1.3rem); } }

.news-form .steps.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 1.76rem;
  right: -0.24rem;
  top: calc(1rem - (0.2em)); }

.news-form .steps.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1rem - (0.2em));
  top: auto; }

.news-form .steps.is-horizontal .extra-data {
  left: calc(50% + 1.3rem);
  right: calc(-50% + 1.3rem);
  bottom: 100%;
  position: absolute; }

.news-form .steps.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - (0.2em)); }

.news-form .steps.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - (0.2em)); }

.news-form .steps.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1rem - (0.2em)); }

.news-form .steps.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto; }

.news-form .steps.is-horizontal .steps-content {
  margin-left: 1rem; }

.news-form .steps.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1rem; }

.news-form .steps.is-horizontal .steps-content.is-divider-content {
  margin-right: -1rem;
  padding-left: 2em;
  padding-right: 2em; }

.news-form .steps.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%; }

.news-form .steps.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1rem); }

.news-form .steps.is-horizontal.has-content-centered .steps-content {
  margin-top: 2rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em; }

.news-form .steps.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 2rem;
  padding-bottom: .2em; }

.news-form .steps.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 2.3rem;
  right: 0.3rem; }

.news-form .steps.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.3rem);
  right: calc(-50% + 1.3rem); }

.news-form .steps.is-small {
  font-size: 0.75rem; }

.news-form .steps.is-small .steps-marker {
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .news-form .steps.is-small:not(.is-horizontal) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news-form .steps.is-small:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(0.75rem - (0.2em));
    top: 1.26rem;
    width: 0.4em; }
  .news-form .steps.is-small:not(.is-horizontal) .steps-content {
    margin-left: calc(0.75rem + .5em);
    margin-top: -1.5rem;
    padding-left: 1em;
    padding-bottom: 1em; }
  .news-form .steps.is-small:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0; }
  .news-form .steps.is-small:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(0.75rem - .5em); }
  .news-form .steps.is-small:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-small:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 1.8rem;
    bottom: 0.3rem; } }

.news-form .steps.is-small.is-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.news-form .steps.is-small.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(0.75rem - (0.2em));
  top: 1.26rem;
  width: 0.4em; }

.news-form .steps.is-small.is-vertical .steps-content {
  margin-left: calc(0.75rem + .5em);
  margin-top: -1.5rem;
  padding-left: 1em;
  padding-bottom: 1em; }

.news-form .steps.is-small.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0; }

.news-form .steps.is-small.is-vertical.has-content-centered .steps-content {
  padding-top: calc(0.75rem - .5em); }

.news-form .steps.is-small.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-small.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 1.8rem;
  bottom: 0.3rem; }

@media screen and (min-width: 769px), print {
  .news-form .steps.is-small:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 1.26rem;
    right: -0.24rem;
    top: calc(0.75rem - (0.2em)); }
  .news-form .steps.is-small:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(0.75rem - (0.2em));
    top: auto; }
  .news-form .steps.is-small:not(.is-vertical) .extra-data {
    left: calc(50% + 1.05rem);
    right: calc(-50% + 1.05rem);
    bottom: 100%;
    position: absolute; }
  .news-form .steps.is-small:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 0.75rem - (0.2em)); }
  .news-form .steps.is-small:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 0.75rem - (0.2em)); }
  .news-form .steps.is-small:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 0.75rem - (0.2em)); }
  .news-form .steps.is-small:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto; }
  .news-form .steps.is-small:not(.is-vertical) .steps-content {
    margin-left: 0.75rem; }
  .news-form .steps.is-small:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -0.75rem; }
  .news-form .steps.is-small:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -0.75rem;
    padding-left: 2em;
    padding-right: 2em; }
  .news-form .steps.is-small:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%; }
  .news-form .steps.is-small:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 0.75rem); }
  .news-form .steps.is-small:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 1.5rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em; }
  .news-form .steps.is-small:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 1.5rem;
    padding-bottom: .2em; }
  .news-form .steps.is-small:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-small:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 1.8rem;
    right: 0.3rem; }
  .news-form .steps.is-small:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-small:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.05rem);
    right: calc(-50% + 1.05rem); } }

.news-form .steps.is-small.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 1.26rem;
  right: -0.24rem;
  top: calc(0.75rem - (0.2em)); }

.news-form .steps.is-small.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(0.75rem - (0.2em));
  top: auto; }

.news-form .steps.is-small.is-horizontal .extra-data {
  left: calc(50% + 1.05rem);
  right: calc(-50% + 1.05rem);
  bottom: 100%;
  position: absolute; }

.news-form .steps.is-small.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 0.75rem - (0.2em)); }

.news-form .steps.is-small.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 0.75rem - (0.2em)); }

.news-form .steps.is-small.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 0.75rem - (0.2em)); }

.news-form .steps.is-small.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto; }

.news-form .steps.is-small.is-horizontal .steps-content {
  margin-left: 0.75rem; }

.news-form .steps.is-small.is-horizontal .steps-content:not(:last-child) {
  margin-right: -0.75rem; }

.news-form .steps.is-small.is-horizontal .steps-content.is-divider-content {
  margin-right: -0.75rem;
  padding-left: 2em;
  padding-right: 2em; }

.news-form .steps.is-small.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%; }

.news-form .steps.is-small.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 0.75rem); }

.news-form .steps.is-small.is-horizontal.has-content-centered .steps-content {
  margin-top: 1.5rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em; }

.news-form .steps.is-small.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 1.5rem;
  padding-bottom: .2em; }

.news-form .steps.is-small.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-small.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 1.8rem;
  right: 0.3rem; }

.news-form .steps.is-small.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-small.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.05rem);
  right: calc(-50% + 1.05rem); }

.news-form .steps.is-medium {
  font-size: 1.25rem; }

.news-form .steps.is-medium .steps-marker {
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .news-form .steps.is-medium:not(.is-horizontal) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news-form .steps.is-medium:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(1.25rem - (0.2em));
    top: 2.26rem;
    width: 0.4em; }
  .news-form .steps.is-medium:not(.is-horizontal) .steps-content {
    margin-left: calc(1.25rem + .5em);
    margin-top: -2.5rem;
    padding-left: 1em;
    padding-bottom: 1em; }
  .news-form .steps.is-medium:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0; }
  .news-form .steps.is-medium:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(1.25rem - .5em); }
  .news-form .steps.is-medium:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-medium:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 2.8rem;
    bottom: 0.3rem; } }

.news-form .steps.is-medium.is-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.news-form .steps.is-medium.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(1.25rem - (0.2em));
  top: 2.26rem;
  width: 0.4em; }

.news-form .steps.is-medium.is-vertical .steps-content {
  margin-left: calc(1.25rem + .5em);
  margin-top: -2.5rem;
  padding-left: 1em;
  padding-bottom: 1em; }

.news-form .steps.is-medium.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0; }

.news-form .steps.is-medium.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1.25rem - .5em); }

.news-form .steps.is-medium.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-medium.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 2.8rem;
  bottom: 0.3rem; }

@media screen and (min-width: 769px), print {
  .news-form .steps.is-medium:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 2.26rem;
    right: -0.24rem;
    top: calc(1.25rem - (0.2em)); }
  .news-form .steps.is-medium:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(1.25rem - (0.2em));
    top: auto; }
  .news-form .steps.is-medium:not(.is-vertical) .extra-data {
    left: calc(50% + 1.55rem);
    right: calc(-50% + 1.55rem);
    bottom: 100%;
    position: absolute; }
  .news-form .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - (0.2em)); }
  .news-form .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - (0.2em)); }
  .news-form .steps.is-medium:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.25rem - (0.2em)); }
  .news-form .steps.is-medium:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto; }
  .news-form .steps.is-medium:not(.is-vertical) .steps-content {
    margin-left: 1.25rem; }
  .news-form .steps.is-medium:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1.25rem; }
  .news-form .steps.is-medium:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1.25rem;
    padding-left: 2em;
    padding-right: 2em; }
  .news-form .steps.is-medium:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%; }
  .news-form .steps.is-medium:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 1.25rem); }
  .news-form .steps.is-medium:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 2.5rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em; }
  .news-form .steps.is-medium:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 2.5rem;
    padding-bottom: .2em; }
  .news-form .steps.is-medium:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-medium:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 2.8rem;
    right: 0.3rem; }
  .news-form .steps.is-medium:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-medium:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.55rem);
    right: calc(-50% + 1.55rem); } }

.news-form .steps.is-medium.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 2.26rem;
  right: -0.24rem;
  top: calc(1.25rem - (0.2em)); }

.news-form .steps.is-medium.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1.25rem - (0.2em));
  top: auto; }

.news-form .steps.is-medium.is-horizontal .extra-data {
  left: calc(50% + 1.55rem);
  right: calc(-50% + 1.55rem);
  bottom: 100%;
  position: absolute; }

.news-form .steps.is-medium.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - (0.2em)); }

.news-form .steps.is-medium.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - (0.2em)); }

.news-form .steps.is-medium.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.25rem - (0.2em)); }

.news-form .steps.is-medium.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto; }

.news-form .steps.is-medium.is-horizontal .steps-content {
  margin-left: 1.25rem; }

.news-form .steps.is-medium.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1.25rem; }

.news-form .steps.is-medium.is-horizontal .steps-content.is-divider-content {
  margin-right: -1.25rem;
  padding-left: 2em;
  padding-right: 2em; }

.news-form .steps.is-medium.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%; }

.news-form .steps.is-medium.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1.25rem); }

.news-form .steps.is-medium.is-horizontal.has-content-centered .steps-content {
  margin-top: 2.5rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em; }

.news-form .steps.is-medium.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 2.5rem;
  padding-bottom: .2em; }

.news-form .steps.is-medium.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-medium.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 2.8rem;
  right: 0.3rem; }

.news-form .steps.is-medium.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-medium.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.55rem);
  right: calc(-50% + 1.55rem); }

.news-form .steps.is-large {
  font-size: 1.5rem; }

.news-form .steps.is-large .steps-marker {
  height: 3rem;
  width: 3rem;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .news-form .steps.is-large:not(.is-horizontal) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news-form .steps.is-large:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: -0.24rem;
    left: calc(1.5rem - (0.2em));
    top: 2.76rem;
    width: 0.4em; }
  .news-form .steps.is-large:not(.is-horizontal) .steps-content {
    margin-left: calc(1.5rem + .5em);
    margin-top: -3rem;
    padding-left: 1em;
    padding-bottom: 1em; }
  .news-form .steps.is-large:not(.is-horizontal) .steps-content.is-divider-content {
    margin-top: 0;
    padding-bottom: 0; }
  .news-form .steps.is-large:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: calc(1.5rem - .5em); }
  .news-form .steps.is-large:not(.is-horizontal):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-large:not(.is-horizontal):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    top: 3.3rem;
    bottom: 0.3rem; } }

.news-form .steps.is-large.is-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.news-form .steps.is-large.is-vertical .steps-segment:not(:last-child):after {
  bottom: -0.24rem;
  left: calc(1.5rem - (0.2em));
  top: 2.76rem;
  width: 0.4em; }

.news-form .steps.is-large.is-vertical .steps-content {
  margin-left: calc(1.5rem + .5em);
  margin-top: -3rem;
  padding-left: 1em;
  padding-bottom: 1em; }

.news-form .steps.is-large.is-vertical .steps-content.is-divider-content {
  margin-top: 0;
  padding-bottom: 0; }

.news-form .steps.is-large.is-vertical.has-content-centered .steps-content {
  padding-top: calc(1.5rem - .5em); }

.news-form .steps.is-large.is-vertical:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-large.is-vertical:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  top: 3.3rem;
  bottom: 0.3rem; }

@media screen and (min-width: 769px), print {
  .news-form .steps.is-large:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 0.4em;
    left: 2.76rem;
    right: -0.24rem;
    top: calc(1.5rem - (0.2em)); }
  .news-form .steps.is-large:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(1.5rem - (0.2em));
    top: auto; }
  .news-form .steps.is-large:not(.is-vertical) .extra-data {
    left: calc(50% + 1.8rem);
    right: calc(-50% + 1.8rem);
    bottom: 100%;
    position: absolute; }
  .news-form .steps.is-large:not(.is-vertical) .extra-data.has-overflow-right {
    overflow: visible;
    right: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - (0.2em)); }
  .news-form .steps.is-large:not(.is-vertical) .extra-data.has-overflow-left {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - (0.2em)); }
  .news-form .steps.is-large:not(.is-vertical) .extra-data.has-overflow-centered {
    overflow: visible;
    left: auto;
    white-space: nowrap;
    min-width: calc(100% - 1.5rem - (0.2em)); }
  .news-form .steps.is-large:not(.is-vertical).has-content-above .extra-data {
    top: 100%;
    bottom: auto; }
  .news-form .steps.is-large:not(.is-vertical) .steps-content {
    margin-left: 1.5rem; }
  .news-form .steps.is-large:not(.is-vertical) .steps-content:not(:last-child) {
    margin-right: -1.5rem; }
  .news-form .steps.is-large:not(.is-vertical) .steps-content.is-divider-content {
    margin-right: -1.5rem;
    padding-left: 2em;
    padding-right: 2em; }
  .news-form .steps.is-large:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: 50%;
    right: -50%; }
  .news-form .steps.is-large:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 1.5rem); }
  .news-form .steps.is-large:not(.is-vertical).has-content-centered .steps-content {
    margin-top: 3rem;
    margin-left: .5em;
    margin-right: .5em;
    padding-top: .2em; }
  .news-form .steps.is-large:not(.is-vertical).has-content-above.has-content-centered .steps-content {
    margin-bottom: 3rem;
    padding-bottom: .2em; }
  .news-form .steps.is-large:not(.is-vertical):not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-large:not(.is-vertical):not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
    left: 3.3rem;
    right: 0.3rem; }
  .news-form .steps.is-large:not(.is-vertical):not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-large:not(.is-vertical):not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 1.8rem);
    right: calc(-50% + 1.8rem); } }

.news-form .steps.is-large.is-horizontal .steps-segment:not(:last-child):after {
  height: 0.4em;
  left: 2.76rem;
  right: -0.24rem;
  top: calc(1.5rem - (0.2em)); }

.news-form .steps.is-large.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(1.5rem - (0.2em));
  top: auto; }

.news-form .steps.is-large.is-horizontal .extra-data {
  left: calc(50% + 1.8rem);
  right: calc(-50% + 1.8rem);
  bottom: 100%;
  position: absolute; }

.news-form .steps.is-large.is-horizontal .extra-data.has-overflow-right {
  overflow: visible;
  right: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - (0.2em)); }

.news-form .steps.is-large.is-horizontal .extra-data.has-overflow-left {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - (0.2em)); }

.news-form .steps.is-large.is-horizontal .extra-data.has-overflow-centered {
  overflow: visible;
  left: auto;
  white-space: nowrap;
  min-width: calc(100% - 1.5rem - (0.2em)); }

.news-form .steps.is-large.is-horizontal.has-content-above .extra-data {
  top: 100%;
  bottom: auto; }

.news-form .steps.is-large.is-horizontal .steps-content {
  margin-left: 1.5rem; }

.news-form .steps.is-large.is-horizontal .steps-content:not(:last-child) {
  margin-right: -1.5rem; }

.news-form .steps.is-large.is-horizontal .steps-content.is-divider-content {
  margin-right: -1.5rem;
  padding-left: 2em;
  padding-right: 2em; }

.news-form .steps.is-large.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: 50%;
  right: -50%; }

.news-form .steps.is-large.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 1.5rem); }

.news-form .steps.is-large.is-horizontal.has-content-centered .steps-content {
  margin-top: 3rem;
  margin-left: .5em;
  margin-right: .5em;
  padding-top: .2em; }

.news-form .steps.is-large.is-horizontal.has-content-above.has-content-centered .steps-content {
  margin-bottom: 3rem;
  padding-bottom: .2em; }

.news-form .steps.is-large.is-horizontal:not(.is-thin).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-large.is-horizontal:not(.is-thin) .steps-segment.has-gaps:not(:last-child):after {
  left: 3.3rem;
  right: 0.3rem; }

.news-form .steps.is-large.is-horizontal:not(.is-thin).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-large.is-horizontal:not(.is-thin).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 1.8rem);
  right: calc(-50% + 1.8rem); }

.news-form .steps-segment:after {
  background-color: #23d160; }

.news-form .steps-segment.is-active:after {
  background-color: #dbdbdb; }

.news-form .steps-segment.is-active ~ .steps-segment:after {
  background-color: #dbdbdb; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow) {
  background-color: #23d160;
  color: #fff; }

.news-form .steps:not(.is-hollow) .steps-segment.is-active .steps-marker:not(.is-hollow) {
  background-color: #23d160;
  color: #fff; }

.news-form .steps:not(.is-hollow) .steps-segment.is-active ~ .steps-segment .steps-marker:not(.is-hollow) {
  background-color: #dbdbdb;
  color: rgba(0, 0, 0, 0.7); }

.news-form .steps.is-hollow .steps-marker,
.news-form .steps-marker.is-hollow {
  border: 0.3em solid #23d160; }

.news-form .steps.is-hollow .is-active .steps-marker,
.news-form .steps .is-active .steps-marker.is-hollow {
  border-color: #23d160; }

.news-form .steps.is-hollow .steps-segment.is-active ~ .steps-segment .steps-marker,
.news-form .steps-segment.is-active ~ .steps-segment .steps-marker.is-hollow {
  border-color: #dbdbdb; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-white {
  background-color: white !important;
  color: #0a0a0a !important; }

.news-form .steps.is-hollow .steps-marker.is-white,
.news-form .steps .steps-marker.is-hollow.is-white {
  border-color: white !important; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-black {
  background-color: #0a0a0a !important;
  color: white !important; }

.news-form .steps.is-hollow .steps-marker.is-black,
.news-form .steps .steps-marker.is-hollow.is-black {
  border-color: #0a0a0a !important; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-light {
  background-color: whitesmoke !important;
  color: #363636 !important; }

.news-form .steps.is-hollow .steps-marker.is-light,
.news-form .steps .steps-marker.is-hollow.is-light {
  border-color: whitesmoke !important; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-dark {
  background-color: #363636 !important;
  color: whitesmoke !important; }

.news-form .steps.is-hollow .steps-marker.is-dark,
.news-form .steps .steps-marker.is-hollow.is-dark {
  border-color: #363636 !important; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-primary {
  background-color: #00d1b2 !important;
  color: #fff !important; }

.news-form .steps.is-hollow .steps-marker.is-primary,
.news-form .steps .steps-marker.is-hollow.is-primary {
  border-color: #00d1b2 !important; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-link {
  background-color: #3273dc !important;
  color: #fff !important; }

.news-form .steps.is-hollow .steps-marker.is-link,
.news-form .steps .steps-marker.is-hollow.is-link {
  border-color: #3273dc !important; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-info {
  background-color: #209cee !important;
  color: #fff !important; }

.news-form .steps.is-hollow .steps-marker.is-info,
.news-form .steps .steps-marker.is-hollow.is-info {
  border-color: #209cee !important; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-success {
  background-color: #23d160 !important;
  color: #fff !important; }

.news-form .steps.is-hollow .steps-marker.is-success,
.news-form .steps .steps-marker.is-hollow.is-success {
  border-color: #23d160 !important; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-warning {
  background-color: #ffdd57 !important;
  color: rgba(0, 0, 0, 0.7) !important; }

.news-form .steps.is-hollow .steps-marker.is-warning,
.news-form .steps .steps-marker.is-hollow.is-warning {
  border-color: #ffdd57 !important; }

.news-form .steps:not(.is-hollow) .steps-marker:not(.is-hollow).is-danger {
  background-color: #ff3860 !important;
  color: #fff !important; }

.news-form .steps.is-hollow .steps-marker.is-danger,
.news-form .steps .steps-marker.is-hollow.is-danger {
  border-color: #ff3860 !important; }

@media screen and (max-width: 768px) {
  .news-form .steps:not(.is-horizontal).is-dashed .steps-segment:after, .news-form .steps:not(.is-horizontal) .steps-segment.is-dashed:after {
    background: -webkit-repeating-linear-gradient(bottom, #23d160, #23d160 5px, transparent 5px, transparent 10px);
    background: -o-repeating-linear-gradient(bottom, #23d160, #23d160 5px, transparent 5px, transparent 10px);
    background: repeating-linear-gradient(0deg, #23d160, #23d160 5px, transparent 5px, transparent 10px); }
  .news-form .steps:not(.is-horizontal).is-dashed .steps-segment.is-active:after,
  .news-form .steps:not(.is-horizontal).is-dashed .steps-segment.is-active ~ .steps-segment:after,
  .news-form .steps:not(.is-horizontal) .steps-segment.is-active.is-dashed:after,
  .news-form .steps:not(.is-horizontal) .steps-segment.is-active ~ .steps-segment.is-dashed:after {
    background: -webkit-repeating-linear-gradient(bottom, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px);
    background: -o-repeating-linear-gradient(bottom, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px);
    background: repeating-linear-gradient(0deg, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px); } }

.news-form .steps.is-vertical.is-dashed .steps-segment:after, .news-form .steps.is-vertical .steps-segment.is-dashed:after {
  background: -webkit-repeating-linear-gradient(bottom, #23d160, #23d160 5px, transparent 5px, transparent 10px);
  background: -o-repeating-linear-gradient(bottom, #23d160, #23d160 5px, transparent 5px, transparent 10px);
  background: repeating-linear-gradient(0deg, #23d160, #23d160 5px, transparent 5px, transparent 10px); }

.news-form .steps.is-vertical.is-dashed .steps-segment.is-active:after,
.news-form .steps.is-vertical.is-dashed .steps-segment.is-active ~ .steps-segment:after,
.news-form .steps.is-vertical .steps-segment.is-active.is-dashed:after,
.news-form .steps.is-vertical .steps-segment.is-active ~ .steps-segment.is-dashed:after {
  background: -webkit-repeating-linear-gradient(bottom, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px);
  background: -o-repeating-linear-gradient(bottom, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px);
  background: repeating-linear-gradient(0deg, #dbdbdb, #dbdbdb 5px, transparent 5px, transparent 10px); }

@media screen and (min-width: 769px), print {
  .news-form .steps:not(.is-vertical).is-dashed .steps-segment:after,
  .news-form .steps:not(.is-vertical) .steps-segment.is-dashed:after {
    background: -webkit-repeating-linear-gradient(left, #23d160, #23d160 10px, transparent 10px, transparent 20px);
    background: -o-repeating-linear-gradient(left, #23d160, #23d160 10px, transparent 10px, transparent 20px);
    background: repeating-linear-gradient(90deg, #23d160, #23d160 10px, transparent 10px, transparent 20px); }
  .news-form .steps:not(.is-vertical).is-dashed .steps-segment.is-active:after,
  .news-form .steps:not(.is-vertical).is-dashed .steps-segment.is-active ~ .steps-segment:after,
  .news-form .steps:not(.is-vertical) .steps-segment.is-active.is-dashed:after,
  .news-form .steps:not(.is-vertical) .steps-segment.is-active ~ .steps-segment.is-dashed:after {
    background: -webkit-repeating-linear-gradient(left, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px);
    background: -o-repeating-linear-gradient(left, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px);
    background: repeating-linear-gradient(90deg, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px); } }

.news-form .steps.is-horizontal.is-dashed .steps-segment:after,
.news-form .steps.is-horizontal .steps-segment.is-dashed:after {
  background: -webkit-repeating-linear-gradient(left, #23d160, #23d160 10px, transparent 10px, transparent 20px);
  background: -o-repeating-linear-gradient(left, #23d160, #23d160 10px, transparent 10px, transparent 20px);
  background: repeating-linear-gradient(90deg, #23d160, #23d160 10px, transparent 10px, transparent 20px); }

.news-form .steps.is-horizontal.is-dashed .steps-segment.is-active:after,
.news-form .steps.is-horizontal.is-dashed .steps-segment.is-active ~ .steps-segment:after,
.news-form .steps.is-horizontal .steps-segment.is-active.is-dashed:after,
.news-form .steps.is-horizontal .steps-segment.is-active ~ .steps-segment.is-dashed:after {
  background: -webkit-repeating-linear-gradient(left, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px);
  background: -o-repeating-linear-gradient(left, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px);
  background: repeating-linear-gradient(90deg, #dbdbdb, #dbdbdb 10px, transparent 10px, transparent 20px); }

.news-form .steps.is-thin .steps-marker {
  width: 0.8em;
  height: 0.8em; }

.news-form .steps.is-thin.is-hollow .steps-marker,
.news-form .steps.is-thin .steps-marker.is-hollow {
  border-width: 1px;
  height: calc(0.8em + 1px);
  width: calc(0.8em + 1px); }

@media screen and (max-width: 768px) {
  .news-form .steps.is-thin:not(.is-horizontal) .steps-segment:not(:last-child):after {
    bottom: 0;
    left: calc(0.4em - 0.5px);
    top: 0.8em;
    width: 1px; }
  .news-form .steps.is-thin:not(.is-horizontal) .steps-content {
    margin-top: -1.2em;
    margin-left: 0.8em; }
  .news-form .steps.is-thin:not(.is-horizontal).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-thin:not(.is-horizontal) .steps-segment.has-gaps:not(:last-child):after {
    bottom: 0.4em;
    top: 1.2em; }
  .news-form .steps.is-thin:not(.is-horizontal).has-content-centered .steps-content {
    padding-top: 1.6em; } }

.news-form .steps.is-thin.is-vertical .steps-segment:not(:last-child):after {
  bottom: 0;
  left: calc(0.4em - 0.5px);
  top: 0.8em;
  width: 1px; }

.news-form .steps.is-thin.is-vertical .steps-content {
  margin-top: -1.2em;
  margin-left: 0.8em; }

.news-form .steps.is-thin.is-vertical.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-thin.is-vertical .steps-segment.has-gaps:not(:last-child):after {
  bottom: 0.4em;
  top: 1.2em; }

.news-form .steps.is-thin.is-vertical.has-content-centered .steps-content {
  padding-top: 1.6em; }

@media screen and (min-width: 769px), print {
  .news-form .steps.is-thin:not(.is-vertical) .steps-segment:not(:last-child):after {
    left: 0.8em;
    right: 0;
    top: calc(0.4em - 0.5px);
    height: 1px; }
  .news-form .steps.is-thin:not(.is-vertical).has-content-above .steps-segment:not(:last-child)::after {
    bottom: calc(0.4em - 0.5px);
    top: auto; }
  .news-form .steps.is-thin:not(.is-vertical) .steps-content {
    margin-top: 0.8em; }
  .news-form .steps.is-thin:not(.is-vertical).has-content-centered .steps-segment:not(:last-child):after {
    left: calc(50% + 0.4em);
    right: calc(-50% + 0.4em); }
  .news-form .steps.is-thin:not(.is-vertical).has-content-centered .steps-marker {
    position: absolute;
    left: calc(50% - 0.4em); }
  .news-form .steps.is-thin:not(.is-vertical).has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-thin:not(.is-vertical) .steps-segment.has-gaps:not(:last-child):after {
    left: 1.2em;
    right: 0.4em; }
  .news-form .steps.is-thin:not(.is-vertical).has-content-centered.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-thin:not(.is-vertical).has-content-centered .steps-segment.has-gaps:not(:last-child):after {
    left: calc(50% + 0.8em);
    right: calc(-50% + 0.8em); } }

.news-form .steps.is-thin.is-horizontal .steps-segment:not(:last-child):after {
  left: 0.8em;
  right: 0;
  top: calc(0.4em - 0.5px);
  height: 1px; }

.news-form .steps.is-thin.is-horizontal.has-content-above .steps-segment:not(:last-child)::after {
  bottom: calc(0.4em - 0.5px);
  top: auto; }

.news-form .steps.is-thin.is-horizontal .steps-content {
  margin-top: 0.8em; }

.news-form .steps.is-thin.is-horizontal.has-content-centered .steps-segment:not(:last-child):after {
  left: calc(50% + 0.4em);
  right: calc(-50% + 0.4em); }

.news-form .steps.is-thin.is-horizontal.has-content-centered .steps-marker {
  position: absolute;
  left: calc(50% - 0.4em); }

.news-form .steps.is-thin.is-horizontal.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-thin.is-horizontal .steps-segment.has-gaps:not(:last-child):after {
  left: 1.2em;
  right: 0.4em; }

.news-form .steps.is-thin.is-horizontal.has-content-centered.has-gaps .steps-segment:not(:last-child):after, .news-form .steps.is-thin.is-horizontal.has-content-centered .steps-segment.has-gaps:not(:last-child):after {
  left: calc(50% + 0.8em);
  right: calc(-50% + 0.8em); }

.news-form .steps:not(.is-vertical).has-content-above .steps-segment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.news-form .steps:not(.is-vertical).has-content-above .steps-segment .steps-content {
  margin-top: 0;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.box-color:before {
  content: "AAAA";
  /*width: 35px;
    height: 35px;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 0.8rem; }

/*.field_color{
  input+div:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 38px;
    width: 20px;
    background-color: #555;
    right: 0;
    bottom: 0;
    
  }
}*/
.field_color .red:after {
  background-color: red; }

.field_color .yellow:after {
  background-color: #FBB040; }

.field_color .orange:after {
  background-color: #ff8e00; }

.field_color .green:after {
  background-color: #35A476; }

.field_color input + div:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 38px;
  width: 20px;
  right: 0;
  bottom: 0; }

body {
  font-size: 1.3rem; }

.btn-success {
  background-color: #35A476;
  border-color: #35A476; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'THSarabunNew'; }

h5 {
  font-weight: bold;
  font-size: 22px; }
  h5 b {
    font-size: 22px; }

input {
  font-size: 18px !important; }

.btn {
  font-size: 22px; }

.sub-menu a {
  font-size: 18px !important; }

select {
  font-size: 18px !important; }
  select option {
    font-size: 18px; }

.bg-color-green {
  background-color: #35A476; }

.bg-color-white {
  background-color: white; }

.bg-color-purple {
  background-color: #97A1FF; }

.bg-color-yellow {
  background-color: #FBB040; }

.bg-color-sky {
  background-color: #6DB6FF; }

.bg-color-pink {
  background-color: #F98291; }

.bg-color-black-light {
  background-color: #231F20; }

.color-white {
  color: white; }

.color-green {
  color: #35A476; }

.color-black {
  color: black; }

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom; }

body {
  font-family: 'THSarabunNew';
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  min-height: 100vh; }

.navbar-light .navbar-nav .nav-link {
  padding: 22px 40px;
  border-right: 1px solid; }

.nav-link-none-line {
  border: 0 !important; }

.border-first {
  border-left: 1px solid; }

.respon {
  display: none; }

@media screen and (max-width: 768px) {
  .border-first {
    border-left: 0; }
  .navbar-light .navbar-nav .nav-link {
    border-right: 0; }
  .respon {
    display: block; }
  .non-respon {
    display: none; }
  .wrap-header .header-menu .nav-line-submenu {
    height: 105px !important; } }

.sub-menu {
  padding: 0px 15px; }

.fick-height-submenu {
  display: block !important; }

.border-bottom-green {
  border-bottom: 3px solid #35A476; }

.wrap-header .header {
  background-color: #231135;
  padding: 10px 0; }

.wrap-header .header-menu .nav-line-submenu {
  width: 100%;
  height: 40px;
  display: none;
  z-index: 888;
  background-color: #F2F3F3;
  z-index: 100; }

.wrap-header .header-menu .navbar-expand-lg .navbar-nav .dropdown-menu .menu li a {
  color: black;
  font-size: 14px; }

.wrap-header .header-menu .navbar-expand-lg .navbar-nav .dropdown-menu .menu li {
  display: inline-block; }

.wrap-header .header-menu .navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 100%;
  background-color: transparent;
  border: 0;
  width: 100%; }

.wrap-header .header-menu .navbar-expand-lg .navbar-nav .dropdown-menu {
  text-align: center; }

.menu {
  padding: 0px; }

.nav-item {
  position: relative; }
  .nav-item ul {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 5px;
    left: -15px; }

.dropdown-divider {
  border-top: 5px solid #F98291 !important; }

.navbar-toggler {
  margin: 10px; }

.nav-item:after {
  position: absolute;
  z-index: 9;
  top: 82px;
  width: 100%;
  content: "";
  border-bottom: 5px solid #F98291;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }

.nav-item:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.active:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

#footer {
  margin-top: auto;
  width: 100%;
  color: white;
  background-color: #35A476; }

@media only screen and (max-width: 1440px) {
  #footer {
    bottom: unset; } }

.footer .copy-right_text .footer_border {
  padding-bottom: 10px; }

.footer .copy-right_text {
  padding-bottom: 10px; }

.form-group > label {
  font-weight: 600; }

.wrap-input-other {
  display: none; }

.required:before {
  color: #D52A28;
  content: "*";
  font-weight: bold;
  margin-right: 5px; }

#dz-content {
  min-height: auto;
  border: 2px dashed #254a66;
  background-color: #f8f9fa;
  min-height: 220px; }
  #dz-content.dropzone .dz-preview.dz-image-preview {
    background: transparent !important; }
  #dz-content.dropzone .dz-preview .dz-image img {
    width: 100%; }
  #dz-content.dropzone .dz-message {
    margin: 0; }

#box-profile {
  text-align: center;
  border-bottom: solid 1px #eaeaea; }
  #box-profile .box-profile-name {
    font-size: 14px; }
  #box-profile .box-profile-role {
    font-size: 12px; }

.hr-dashed {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }

.custom-select {
  line-height: 1.1; }

.headline .h2 {
  font-size: 1.5rem; }

.custom-breadcrumb {
  font-size: 12px; }

.badge {
  font-size: 11px; }

.card-header {
  border-bottom: 0; }

.preload {
  display: none; }

.assign-reviewer-page .sortable {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .assign-reviewer-page .sortable li {
    border-top: dashed 1px #ececec; }
    .assign-reviewer-page .sortable li:last-child {
      border-bottom: dashed 1px #ececec; }
    .assign-reviewer-page .sortable li:hover {
      cursor: -webkit-grabbing;
      cursor: grabbing; }

.assign-reviewer-page #on-add-reviewer i {
  font-size: 12px;
  position: relative;
  top: -2px; }

.dashboard-page .wrap-box a:hover, .dashboard-page .wrap-box a:focus {
  text-decoration: none; }

.pointer {
  cursor: pointer; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "เลือก"; }

.custom-file-label::after {
  content: "เลือก";
  color: white;
  padding: 0.375rem 3.75rem;
  background-color: #35A476; }

.btn-light {
  color: black;
  background-color: #f8f9fa;
  border-color: #A6A8AB; }

.dot-red {
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  display: inline-block; }

.dot-yellow {
  height: 25px;
  width: 25px;
  background-color: #FBB040;
  border-radius: 50%;
  display: inline-block; }

.dot-green {
  height: 25px;
  width: 25px;
  background-color: #35A476;
  border-radius: 50%;
  display: inline-block; }

.no-shadow {
  -webkit-box-shadow: none !important; }

.feather-big {
  width: 25px;
  height: 25px; }

.feather-mediuem {
  width: 20px;
  height: 20px; }

.field_color .red:after {
  background-color: red; }

.field_color .yellow:after {
  background-color: #FFF200; }

.field_color .orange:after {
  background-color: #ff8e00; }

.field_color .green:after {
  background-color: #35A476; }

.field_color input + div:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 41px;
  width: 20px;
  right: 0;
  bottom: 0; }

.btn-seach {
  font-size: 17px !important; }

.rounded-detail {
  border-radius: 1.25rem !important; }

.wrapper {
  height: 500px !important; }

.btn-seach-dashboard {
  font-size: 17px !important;
  top: 5;
  right: 14px;
  position: absolute; }

.taga-no-uder-line {
  text-decoration: none !important; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #35A476;
  border-color: #35A476; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: black;
  background-color: #fff;
  border: 1px solid #dee2e6; }
