* {
  box-sizing: border-box;
  margin: 0 auto; }

img {
  max-width: 100%;
  vertical-align: middle; }

ul {
  padding: 0;
  list-style: none; }

@font-face {
  font-family: 'samsungsharpsans-regular';
  src: url(../fonts/samsungsharpsans-regular.ttf); }
@font-face {
  font-family: 'samsungsharpsans-medium';
  src: url(../fonts/samsungsharpsans-medium.ttf); }
@font-face {
  font-family: 'samsungsharpsans-bold';
  src: url(../fonts/samsungsharpsans-bold.ttf); }
strong {
  font-family: 'samsungsharpsans-bold'; }

body {
  font-family: 'samsungsharpsans-regular', sans-serif;
  font-size: 25px;
  font-weight: 500; }

input {
  border: none;
  font-size: inherit; }
  input:focus, input:focus-visible {
    border: none;
    box-shadow: none; }

select {
  font-family: 'samsungsharpsans-regular', sans-serif;
  font-size: 20px; }

i {
  font-style: italic; }

label {
  font-family: 'samsungsharpsans-medium'; }

input {
  background-color: transparent;
  font-size: 22px;
  font-weight: 300;
  padding-left: 20px;
  outline: none; }
  input.error {
    box-shadow: 0 0 3px red;
    border-color: red !important; }

.hidden {
  display: none; }

.txt-right {
  text-align: right; }

.txt-center {
  text-align: center; }

a.page-next {
  display: block;
  position: absolute;
  width: 100%;
  height: 20vh;
  top: 56vh;
  left: 0; }

.btn-button, .button.button-primary, button {
  font-family: 'samsungsharpsans-bold';
  background: linear-gradient(90deg, #6A6AE2 0%, #91E5C9 100%);
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 12px 32px;
  border: none;
  border-radius: 999px;
  cursor: pointer; }

.btn-button, .button.button-primary {
  font-size: 30px; }

input[type="checkbox"] {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  accent-color: #1428a0; }

select, input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
  display: block;
  border: 1px solid #1428a0;
  padding: 18px 15px;
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  margin-top: 10px; }

.phase1 {
  color: #0c3184; }
  .phase1 p {
    margin-bottom: 10px; }
  .phase1 ul {
    padding: 0 30px; }
    .phase1 ul li {
      margin-bottom: 20px; }
      .phase1 ul li small {
        color: #b8b8b8;
        padding-top: 5px;
        display: block; }
      .phase1 ul li .status {
        font-size: 16px;
        margin-top: 5px;
        color: red; }
  .phase1 .term {
    padding: 0 30px 30px; }
    .phase1 .term p {
      margin-bottom: 10px; }
      .phase1 .term p label {
        display: flex; }
        .phase1 .term p label span {
          flex: 1; }

.bg2 .banner img {
  width: 100%;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0; }
.bg2 .insert-data {
  position: absolute;
  top: 20vh;
  left: 0;
  width: 100%; }
  .bg2 .insert-data span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 30px;
    color: #fff; }
.bg2 .btn {
  position: absolute;
  width: 100%;
  bottom: 5vh;
  display: block;
  padding-right: 20px;
  text-align: right;
  left: 0; }
  .bg2 .btn a {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 30px;
    color: #fff;
    text-decoration: none; }

.bg5 {
  min-height: 100vh;
  max-width: 720px;
  position: relative;
  overflow: hidden; }
  .bg5 .wrapper {
    position: relative; }
  .bg5 #wheel {
    width: 100%; }
    .bg5 #wheel .point {
      text-align: center;
      position: absolute;
      top: 43%;
      left: 0;
      width: 100%;
      z-index: 3; }
    .bg5 #wheel .lucky {
      background: url(../images/lucky/truc-quay.png) top center no-repeat;
      background-size: 100% auto;
      padding-top: 7.4%;
      padding-bottom: 8%;
      text-align: center; }
      .bg5 #wheel .lucky img {
        position: relative;
        z-index: 0;
        transition: all 2s;
        max-width: 63%;
        transform: rotateZ(0deg); }
  .bg5 .modal h2 {
    font-weight: 300; }
  .bg5 .modal .title {
    font-size: 40px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: .5vh;
    text-transform: uppercase; }
  .bg5 .modal {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 40; }
  .bg5 .modal.is-active {
    display: block; }
  .bg5 .modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .bg5 .modal-content .title {
    display: none; }
  .bg5 .modal-card {
    display: none; }
  .bg5 .modal-card-foot,
  .bg5 .modal-card-head {
    padding: 10px 20px;
    position: relative; }
  .bg5 .modal-card-foot {
    width: 100%;
    text-align: center;
    padding-top: 40px; }
  .bg5 .modal-card-foot .button:not(:last-child) {
    margin-right: 10px; }
  @media (min-width: 1024px) {
    .bg5 .modal-card {
      width: 65%; } }

.wrapper {
  max-width: 720px;
  padding: 0 20px; }

#qr-reader {
  font-size: 18px;
  margin-top: 10px; }

#qr-reader-results {
  margin-top: 20px;
  line-height: 1.5em; }

.footer {
  position: relative;
  padding-bottom: 150px;
  padding-top: 20px; }
  .footer.is-active {
    margin-top: 0; }

.phase2, .phase3 {
  display: none; }

.notice-success .phase2 {
  display: block; }

.bg-form {
  background-color: #fff; }

.phase2 {
  font-size: 18px;
  text-align: center; }
  .phase2 ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0 20px; }
    .phase2 ul li {
      width: 50%;
      margin-bottom: 40px;
      text-align: center;
      padding: 0 20px; }
      .phase2 ul li .ss-img {
        background-color: #d7d7eb;
        border-radius: 20px; }
      .phase2 ul li input {
        display: none; }
      .phase2 ul li.selected .ss-img {
        background-color: #1428a0; }
  .phase2 .notice-qr img {
    border: 2px solid #1428a0;
    padding: 5px;
    border-radius: 15px; }
  .phase2 .notice-qr .txt-center {
    margin-bottom: 20px; }
  .phase2 .btn {
    margin-bottom: 20px; }

.bg-end {
  min-height: 100vh;
  max-width: 720px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between; }

@media (orientation: portrait) {
  .bg2 {
    width: 100%;
    overflow: hidden; }
    .bg2 .banner img {
      height: 100%;
      width: auto;
      max-width: none;
      left: 50%;
      transform: translateX(-50%); } }
@media (max-width: 768px) {
  body {
    font-size: 18px; }

  label {
    white-space: normal; }

  .wrapper-p1 {
    padding: 0 10px; }

  .bg2 .btn img {
    max-width: 200px; }

  .bg5 .modal h1 {
    font-size: 30px; }
  .bg5 .modal h2 {
    font-size: 20px; }
  .bg5 .modal .title {
    font-size: 26px; } }
