@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
@font-face {
  font-family: 'SVN-DIN';
  src: url("./fonts/SVN-DINNext.eot");
  src: url("./fonts/SVN-DINNext.eot?#iefix") format("embedded-opentype"), url("./fonts/SVN-DINNext.woff2") format("woff2"), url("./fonts/SVN-DINNext.woff") format("woff"), url("./fonts/SVN-DINNext.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SVN-DIN';
  src: url("./fonts/SVN-DINNextBold.eot");
  src: url("./fonts/SVN-DINNextBold.eot?#iefix") format("embedded-opentype"), url("./fonts/SVN-DINNextBold.woff2") format("woff2"), url("./fonts/SVN-DINNextBold.woff") format("woff"), url("./fonts/SVN-DINNextBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.has-ico1 input::placeholder,
.has-ico2 input::placeholder {
  color: white !important; }

.has-ico1 input::-webkit-input-placeholder,
.has-ico2 input::-webkit-input-placeholder {
  color: white !important; }

.has-ico1 input::-moz-placeholder,
.has-ico2 input::-moz-placeholder {
  color: white !important;
  opacity: 1; }

.has-ico1 input:-ms-input-placeholder,
.has-ico2 input:-ms-input-placeholder {
  color: white !important; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type='number'] {
  appearance: textfield;
  -moz-appearance: textfield; }

#app {
  display: flex;
  flex-direction: column; }

body {
  overflow-x: hidden; }
  body .swiper {
    overflow: hidden; }
    body .swiper .pagination-container {
      text-align: center; }

a {
  text-decoration: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.mt-0 {
  margin-top: 0 !important; }

.p-relative {
  position: relative; }

.main-container {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebf9f7; }

.content-wrap {
  padding: 0;
  position: relative;
  z-index: 100; }
  .content-wrap.content-success {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.img img {
  display: block;
  width: 100%; }

.nan-6hmo {
  background-image: linear-gradient(#d19b85, #fefefd 40%);
  overflow: hidden;
  max-width: 500px;
  margin: auto;
  font-family: var(--f-montserrat);
  color: var(--primary);
  background-color: var(--bg-action); }
  .nan-6hmo .swiper-container .swiper-bg {
    border-radius: 5vw;
    margin: 0 3.8vw;
    width: calc(100% - 7.6vw);
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .nan-6hmo .swiper-container.swiper-ratio1x3 .swiper-slide {
    aspect-ratio: 1/0.3; }
  .nan-6hmo .swiper-container.swiper-ratio21x9 .swiper-slide {
    aspect-ratio: 21/9; }
  .nan-6hmo .swiper-container.swiper-ratio16x9 .swiper-slide {
    aspect-ratio: 16/9; }
  .nan-6hmo .section-wrap {
    margin-top: 8vw; }
    .nan-6hmo .section-wrap .title-wrap {
      margin-bottom: 4vw;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .nan-6hmo .section-wrap .s-title {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 3.8vw;
      display: flex;
      align-items: center;
      gap: 2vw; }
      .nan-6hmo .section-wrap .s-title .icon {
        width: 8vw;
        height: 6vw;
        display: block; }
        .nan-6hmo .section-wrap .s-title .icon:before {
          content: '';
          background-size: 85%;
          background-position: center center;
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
          display: block; }
        .nan-6hmo .section-wrap .s-title .icon.iconSchool:before {
          content: '';
          background-image: url("./images/school2.svg"); }
        .nan-6hmo .section-wrap .s-title .icon.iconScan {
          height: 7vw; }
          .nan-6hmo .section-wrap .s-title .icon.iconScan:before {
            content: '';
            background-image: url("./images/scanbill.svg"); }
    .nan-6hmo .section-wrap .section-link {
      font-size: 3.1vw;
      font-weight: 700;
      text-decoration: none; }
      .nan-6hmo .section-wrap .section-link.back-articles::after {
        content: none; }
      .nan-6hmo .section-wrap .section-link.back-articles::before {
        content: '❮';
        margin-right: 0.5vw; }
    .nan-6hmo .section-wrap img {
      width: 100%; }
  .nan-6hmo .title-page {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5vw;
    font-size: 4.2vw; }
  .nan-6hmo .title-form {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 3vw 0;
    line-height: 1.4;
    font-size: 5vw;
    width: 70%;
    margin-inline: auto; }
  .nan-6hmo .btn {
    background: none; }
  .nan-6hmo .voucher-wrapper {
    display: flex;
    justify-content: space-evenly; }
    .nan-6hmo .voucher-wrapper .voucher-code {
      width: 48%;
      border: 1px solid #ddd;
      background-color: #fff;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      color: #000;
      border-radius: 4px; }
  .nan-6hmo .voucher-expired {
    text-align: center;
    margin-block: 4vw; }
  .nan-6hmo .txt-custom {
    font-weight: 700; }
  .nan-6hmo .card-wrapper {
    display: flex;
    margin-bottom: 4vw; }
    .nan-6hmo .card-wrapper .card-image {
      margin-right: 3vw; }
      .nan-6hmo .card-wrapper .card-image .bg-img {
        width: 29vw;
        padding-bottom: 16vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 2vw; }
    .nan-6hmo .card-wrapper .card-content .card-title {
      font-weight: 700;
      line-height: 1.2; }
    .nan-6hmo .card-wrapper .card-content .date {
      color: #acacac;
      font-size: 3.4vw;
      margin-top: 1.5vw; }
  .nan-6hmo .action-container {
    display: flex;
    justify-content: space-evenly;
    padding: 0 6vw;
    margin: 1vw 0 8vw 0; }
    .nan-6hmo .action-container .btn-wrapper {
      display: flex;
      flex-direction: column;
      font-size: 3vw;
      text-align: center;
      font-weight: 600;
      align-items: center; }
    .nan-6hmo .action-container .btn-child {
      width: 12vw;
      height: 12vw;
      padding: 3vw;
      border-radius: 8px;
      border: none;
      margin-bottom: 0.8vw; }
  .nan-6hmo .show-wrapper {
    margin: 0 auto;
    width: 100%; }
    .nan-6hmo .show-wrapper .child {
      width: 100%;
      border: 1px solid #dddddd;
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 4vw;
      box-shadow: 0px 2px 0px rgba(224, 224, 224, 0.2); }
      .nan-6hmo .show-wrapper .child .show-img {
        aspect-ratio: 1/0.3;
        background-size: 100%;
        border-radius: 4px 4px 0 0; }
        .nan-6hmo .show-wrapper .child .show-img.bdrn {
          border-radius: 0; }
      .nan-6hmo .show-wrapper .child .image-qr {
        width: 35vw;
        margin: 0 auto;
        position: relative; }
        .nan-6hmo .show-wrapper .child .image-qr.redeemed::before {
          content: '';
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.7);
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
        .nan-6hmo .show-wrapper .child .image-qr.redeemed::after {
          content: 'Đã đổi quà';
          background-color: #acacac;
          opacity: 1;
          border-radius: 8px;
          font-size: 3vw;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 2vw 2vw;
          min-width: 25vw; }
        .nan-6hmo .show-wrapper .child .image-qr.reject::before {
          content: '';
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.7);
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
        .nan-6hmo .show-wrapper .child .image-qr.reject::after {
          content: 'Đã từ chối';
          background-color: #acacac;
          opacity: 1;
          border-radius: 8px;
          font-size: 3vw;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 2vw 2vw;
          min-width: 25vw; }
      .nan-6hmo .show-wrapper .child .show-body {
        padding: 2.5vw 4vw; }
        .nan-6hmo .show-wrapper .child .show-body .show-action {
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 1vw; }
          .nan-6hmo .show-wrapper .child .show-body .show-action .show-name {
            font-weight: 700;
            font-size: 3.6vw; }
        .nan-6hmo .show-wrapper .child .show-body .brd {
          border-bottom: 1px solid #dddddd;
          margin: 3vw 0; }
        .nan-6hmo .show-wrapper .child .show-body p {
          margin-bottom: 1vw;
          font-size: 3.2vw; }
  .nan-6hmo .section-article-continue {
    margin-top: 4vw;
    display: flex;
    justify-content: space-between;
    gap: 5vw; }
    .nan-6hmo .section-article-continue .continue-article {
      font-weight: 700;
      font-size: 3.4vw;
      width: 50vw; }
      .nan-6hmo .section-article-continue .continue-article .other-article {
        font-size: 14px;
        font-style: italic; }
      .nan-6hmo .section-article-continue .continue-article .back-articles {
        display: flex;
        align-items: center;
        text-transform: uppercase;
        padding-bottom: 1.5vw;
        margin-bottom: 1.5vw; }
      .nan-6hmo .section-article-continue .continue-article .next-article {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-transform: uppercase;
        padding-bottom: 1.5vw;
        margin-bottom: 1.5vw; }
  .nan-6hmo .bdr-bot {
    border-bottom: 2px solid #eeeeee;
    margin: 4vw -3.8vw; }
  .nan-6hmo .tab-container {
    margin-top: 4vw; }
    .nan-6hmo .tab-container.tab-user .nav-tabs {
      margin: 0; }
    .nan-6hmo .tab-container .nav-tabs {
      border: none;
      margin: 0 -3.8vw;
      font-size: 3.2vw; }
      .nan-6hmo .tab-container .nav-tabs li {
        flex: 1; }
        .nan-6hmo .tab-container .nav-tabs li .nav-link {
          width: 100%;
          text-align: center;
          color: #666666;
          border: 1px solid #ebebeb;
          border-radius: 0;
          position: relative; }
          .nan-6hmo .tab-container .nav-tabs li .nav-link.active {
            font-weight: 700; }
            .nan-6hmo .tab-container .nav-tabs li .nav-link.active::before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%; }
  .nan-6hmo .clr-title {
    color: #002567; }
  .nan-6hmo .clr-success {
    color: #25bb00; }
  .nan-6hmo .txt-blue {
    color: #00a4ff; }
  .nan-6hmo .card-gift-wrapper {
    border: 1px solid #dddddd;
    box-shadow: 0px 2px 0px rgba(224, 224, 224, 0.2);
    border-radius: 4px;
    margin-bottom: 4vw; }
    .nan-6hmo .card-gift-wrapper .card-image {
      padding-bottom: 40vw;
      border-radius: 4px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .nan-6hmo .card-gift-wrapper .card-body {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 3.8vw;
      font-weight: 700;
      font-size: 3.8vw; }
      .nan-6hmo .card-gift-wrapper .card-body .left {
        font-size: 3.5vw; }
      .nan-6hmo .card-gift-wrapper .card-body .right {
        font-size: 3.2vw; }
    .nan-6hmo .card-gift-wrapper .card-info {
      padding: 3.8vw 3.8vw 3.8vw 3.8vw;
      color: #545454; }
      .nan-6hmo .card-gift-wrapper .card-info .card-title {
        margin-bottom: 2vw; }
        .nan-6hmo .card-gift-wrapper .card-info .card-title span {
          font-weight: 700; }
    .nan-6hmo .card-gift-wrapper .card-footer {
      padding: 4vw 0 6vw 0;
      text-align: center; }
      .nan-6hmo .card-gift-wrapper .card-footer .btn-content {
        font-size: 3.8vw; }
  .nan-6hmo .bdr {
    border-bottom: 1px solid #eaeaea;
    margin: 0 3.8vw; }
  .nan-6hmo .modal-custom .modal-dialog {
    padding: 0 3.8vw;
    margin: 0; }
  .nan-6hmo .modal-custom .btn-close {
    background-image: url("../../assets/images/icon_close.svg");
    width: 1.6vw;
    height: 1.6vw;
    background-size: 100%;
    right: 6.2vw;
    background-position: center center;
    position: absolute;
    opacity: 1; }
    .nan-6hmo .modal-custom .btn-close:focus {
      box-shadow: none; }
  .nan-6hmo .modal-custom .modal-content {
    box-shadow: 0px -2px 4px #bcbcbc;
    border: none; }
  .nan-6hmo .modal-custom .modal-header {
    padding: 3.4vw 4.2vw;
    text-transform: uppercase; }
    .nan-6hmo .modal-custom .modal-header h5 {
      font-size: 3.8vw;
      font-weight: 700; }
  .nan-6hmo .modal-custom .modal-body {
    padding: 3.8vw 4.2vw 10vw 4.2vw;
    font-size: 3.6vw; }
    .nan-6hmo .modal-custom .modal-body .modal-image {
      padding-bottom: 35vw;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      margin-bottom: 3.8vw;
      border-radius: 4px; }
    .nan-6hmo .modal-custom .modal-body p {
      margin-bottom: 2vw; }
    .nan-6hmo .modal-custom .modal-body .voucher-name {
      color: #002567;
      font-weight: 700; }
    .nan-6hmo .modal-custom .modal-body .txt-point {
      color: #102dc3;
      font-weight: 700; }
  .nan-6hmo .modal-custom .modal-body-content .status {
    text-align: center;
    text-transform: uppercase;
    font-size: 4.5vw;
    font-weight: 700;
    margin-bottom: 1.5vw; }
    .nan-6hmo .modal-custom .modal-body-content .status.success {
      color: #25bb00; }
    .nan-6hmo .modal-custom .modal-body-content .status.fail {
      color: #ff4949; }
  .nan-6hmo .modal-custom .modal-footer {
    border: none;
    justify-content: center;
    padding: 4vw 0 0 0; }
    .nan-6hmo .modal-custom .modal-footer .btn-content {
      font-size: 3.8vw; }
  .nan-6hmo .btn-layout {
    border-radius: 4px;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2.3vw 5vw;
    margin: 0;
    min-width: 35vw; }
    .nan-6hmo .btn-layout.gray {
      background: #acacac; }
    .nan-6hmo .btn-layout.btn-mod {
      text-transform: unset;
      background-color: #F1B312; }
  .nan-6hmo .wrap-table {
    background-color: #fff;
    margin: 3.8vw;
    padding: 0 3.8vw;
    margin-bottom: 16px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    font-size: 3.4vw; }
    .nan-6hmo .wrap-table .table {
      font-size: 3.2vw;
      color: #666666;
      border-collapse: collapse;
      width: 100%;
      margin-bottom: 0; }
      .nan-6hmo .wrap-table .table tr {
        border-bottom: 1px solid #ddd; }
        .nan-6hmo .wrap-table .table tr:last-child {
          border-bottom: transparent; }
        .nan-6hmo .wrap-table .table tr td {
          padding: 3vw 0; }
          .nan-6hmo .wrap-table .table tr td:first-child {
            width: 35%; }
    .nan-6hmo .wrap-table .text-black {
      color: #000; }
    .nan-6hmo .wrap-table .text-bold {
      font-weight: 700; }
    .nan-6hmo .wrap-table .border-bottom-none {
      border-bottom: none !important; }
    .nan-6hmo .wrap-table .border-bottom-none {
      border-bottom: none; }
      .nan-6hmo .wrap-table .border-bottom-none td {
        border-bottom: none; }
  .nan-6hmo .text-black {
    color: #000; }
  .nan-6hmo .note-wrap {
    color: #545454;
    text-align: center;
    font-size: 3.4vw;
    border-bottom: none !important; }
    .nan-6hmo .note-wrap p {
      margin-bottom: 5vw; }
    .nan-6hmo .note-wrap td {
      padding: 10vw 0;
      border: none; }
  .nan-6hmo .tab-child-wrapper {
    padding-bottom: 20vw; }
    .nan-6hmo .tab-child-wrapper.tab-2 {
      padding-top: 8vw; }
    .nan-6hmo .tab-child-wrapper .tab-title {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 4vw;
      text-align: center; }
  .nan-6hmo .lichsu-content {
    padding: 0 3.8vw; }
    .nan-6hmo .lichsu-content .lichsu-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 3.8vw 3.8vw;
      border: 1px solid #dddddd;
      border-radius: 8px;
      margin-bottom: 3vw;
      box-shadow: 0px 2px 0px rgba(224, 224, 224, 0.2); }
      .nan-6hmo .lichsu-content .lichsu-wrap .left {
        font-weight: 900;
        color: #545454;
        flex: 2;
        font-size: 3.2vw; }
      .nan-6hmo .lichsu-content .lichsu-wrap .center {
        font-weight: 900;
        flex: 1;
        text-align: center;
        font-size: 3.2vw; }
      .nan-6hmo .lichsu-content .lichsu-wrap .right {
        color: #545454;
        font-size: 3vw;
        flex: 1;
        text-align: center; }
  .nan-6hmo .tichdiem-content {
    padding: 6vw 3.8vw 18vw 3.8vw; }
    .nan-6hmo .tichdiem-content .card-footer {
      padding: 6vw 0 5vw 0; }
  .nan-6hmo .mb-3 {
    margin-bottom: 1.5rem; }
  .nan-6hmo .form-wrapper .form-label {
    color: #988053;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
    margin-top: 12px;
    font-weight: 500;
    position: relative;
    border: 0; }
  .nan-6hmo .form-wrapper .form-check-label {
    font-size: 13px;
    font-weight: 500; }
  .nan-6hmo .form-wrapper input {
    width: 100%;
    background: url("./images/6hmo/bginput.png") center no-repeat;
    background-size: 100% 100%;
    padding: 0 20px;
    border: none;
    outline: none;
    color: white;
    font-size: 16px;
    transition: all ease .5s;
    font-weight: bold;
    outline: none;
    height: 40px;
    aspect-ratio: 2100/296; }
    .nan-6hmo .form-wrapper input::-webkit-input-placeholder {
      color: #4f4f4f; }
    .nan-6hmo .form-wrapper input::-moz-placeholder {
      /* Firefox 19+ */
      color: #4f4f4f; }
    .nan-6hmo .form-wrapper input:-ms-input-placeholder {
      /* IE 10+ */
      color: #4f4f4f; }
    .nan-6hmo .form-wrapper input:-moz-placeholder {
      /* Firefox 18- */
      color: #4f4f4f; }
    .nan-6hmo .form-wrapper input:focus {
      box-shadow: none; }
  .nan-6hmo .form-wrapper select {
    padding: 0 2px; }
  .nan-6hmo .form-wrapper input[type="checkbox"] + label:hover,
  .nan-6hmo .form-wrapper input[type="radio"] + label:hover {
    cursor: pointer; }
  .nan-6hmo .form-wrapper input[type="checkbox"] + label span,
  .nan-6hmo .form-wrapper input[type="radio"] + label span {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
    border-radius: 100%;
    border: 2px solid white;
    width: 20px;
    height: 20px;
    transition: all ease 1s;
    background: transparent; }
  .nan-6hmo .form-wrapper input[type="checkbox"] + label span,
  .nan-6hmo .form-wrapper input[type="radio"] + label span {
    content: ""; }
  .nan-6hmo .form-wrapper input[type="checkbox"]:checked + label span,
  .nan-6hmo .form-wrapper input[type="radio"]:checked + label span {
    background: url("~/assets/images/4.png") center no-repeat;
    background-size: 110%; }
  .nan-6hmo .form-wrapper .select-datetime {
    display: flex;
    justify-content: space-between;
    gap: 10px; }
    .nan-6hmo .form-wrapper .select-datetime .item {
      width: 100%;
      position: relative; }
      .nan-6hmo .form-wrapper .select-datetime .item::before {
        width: 16px;
        aspect-ratio: 1;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translate(0, -50%);
        background: url("./images/6hmo/down.png") center no-repeat;
        background-size: 100% 100%; }
      .nan-6hmo .form-wrapper .select-datetime .item select {
        background: url("./images/6hmo/bgselect.png") center no-repeat;
        background-size: 100% 100%;
        padding: 0 16px;
        font-size: 16px;
        transition: all ease .5s;
        font-weight: bold;
        aspect-ratio: 177/73;
        border: none;
        width: 100%;
        height: auto;
        color: white;
        outline: none;
        appearance: none; }
        .nan-6hmo .form-wrapper .select-datetime .item select option {
          color: black; }
  .nan-6hmo .form-wrapper .invalid-feedback {
    font-size: 3.3vw; }
  .nan-6hmo .g-plc .form-check {
    margin-bottom: 1.5vw; }
    .nan-6hmo .g-plc .form-check .form-check-input {
      width: 15px !important;
      margin-top: 0 !important;
      height: 15px !important; }
    .nan-6hmo .g-plc .form-check label {
      padding-left: 12px;
      padding-top: 0 !important; }
  .nan-6hmo .btn-wrap {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto 40px; }
    .nan-6hmo .btn-wrap button:first-child {
      margin-right: 4vw; }
  .nan-6hmo .link-policy {
    font-weight: 700;
    position: relative;
    z-index: 1; }
  .nan-6hmo .justify-center {
    justify-content: center; }
  .nan-6hmo .image-success {
    width: 40vw;
    margin: 0 auto 5vw auto; }
  .nan-6hmo .h-100 {
    height: 100%; }
  .nan-6hmo .thele .title {
    text-align: center;
    text-transform: uppercase;
    color: #002567;
    font-weight: 700;
    font-size: 4.3vw;
    margin-bottom: 5vw; }
  .nan-6hmo .thele .section-wrap {
    color: #27222f;
    margin-bottom: 3vw; }
    .nan-6hmo .thele .section-wrap .section-title {
      color: #00a4ff;
      font-weight: 700; }
  .nan-6hmo .user-page {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .nan-6hmo .form-container {
    overflow-x: auto;
    background-size: cover;
    position: relative;
    flex: 1; }
    .nan-6hmo .form-container .content-wrap {
      background: unset; }
    .nan-6hmo .form-container.bg-horoscope {
      background: #0a002e !important; }
  .nan-6hmo .article-top-wrap .article-createDate {
    font-size: 3vw;
    margin: 2vw 0; }
  .nan-6hmo .article-top-wrap .article-title {
    font-weight: 700;
    font-size: 5vw;
    margin-top: 4vw;
    margin-bottom: 2vw; }
  .nan-6hmo .article-top-wrap .article-description {
    font-weight: 700; }
  .nan-6hmo .btn-before {
    position: absolute !important;
    bottom: 6vw;
    left: 50%;
    transform: translateX(-50%); }
  .nan-6hmo .select-filter {
    margin-bottom: 4vw;
    margin-top: -1vw; }
    .nan-6hmo .select-filter select {
      font-weight: 700;
      text-transform: uppercase; }
  .nan-6hmo .step-wrapper {
    width: 100%; }
    .nan-6hmo .step-wrapper .step {
      display: flex;
      justify-content: center;
      border-radius: 4px;
      margin-bottom: 3vw; }
      .nan-6hmo .step-wrapper .step .left {
        width: 28vw;
        padding: 6vw;
        display: flex;
        justify-content: center;
        align-items: center; }
      .nan-6hmo .step-wrapper .step .right {
        width: 80vw;
        padding: 3vw 5vw; }
        .nan-6hmo .step-wrapper .step .right .step-number {
          font-weight: 700;
          font-size: 4.2vw;
          text-transform: uppercase; }
        .nan-6hmo .step-wrapper .step .right p {
          color: #545454;
          margin: 0; }
  .nan-6hmo .style-mkd-phase2 {
    background: #f4eac6;
    background: linear-gradient(180deg, white 40%, #f4eac6 100%) !important; }
    .nan-6hmo .style-mkd-phase2 .modal-container-custom {
      margin-top: 20px;
      margin-bottom: 40px; }
      .nan-6hmo .style-mkd-phase2 .modal-container-custom .modal-content {
        background-size: 108%;
        height: auto;
        min-height: 400px; }
      .nan-6hmo .style-mkd-phase2 .modal-container-custom .modal-content .modal-header h5 {
        font-family: 'SVN-DIN', sans-serif;
        font-weight: bold;
        font-size: 6.5vw;
        padding-bottom: 10px; }
      .nan-6hmo .style-mkd-phase2 .modal-container-custom .modal-content .modal-body {
        padding: 3.8vw 14vw 10vw 14vw; }
      .nan-6hmo .style-mkd-phase2 .modal-container-custom .modal-footer {
        text-align: center;
        justify-content: center;
        bottom: -20px !important; }
    .nan-6hmo .style-mkd-phase2 .content-wrap {
      padding-left: 24px;
      padding-right: 24px; }
    .nan-6hmo .style-mkd-phase2 .title-form {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 0;
      margin-bottom: 0; }
      .nan-6hmo .style-mkd-phase2 .title-form .clr-error {
        font-size: 12px;
        text-transform: none;
        font-weight: normal;
        padding-top: 12px; }
    .nan-6hmo .style-mkd-phase2 .form-wrapper .has-ico1 .form-label {
      text-transform: uppercase;
      color: #808080;
      font-weight: bold;
      font-size: 12px;
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      width: 100%; }
      .nan-6hmo .style-mkd-phase2 .form-wrapper .has-ico1 .form-label:before {
        display: block;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #000;
        margin-right: 10px;
        background: url(./images/icon1.png) no-repeat center center;
        background-size: 100%; }
    .nan-6hmo .style-mkd-phase2 .form-wrapper .has-ico2 {
      text-transform: uppercase;
      color: #808080;
      font-weight: bold;
      font-size: 15px;
      display: flex;
      align-items: top;
      margin-bottom: 8px; }
      .nan-6hmo .style-mkd-phase2 .form-wrapper .has-ico2 .tt-i {
        flex: 1; }
      .nan-6hmo .style-mkd-phase2 .form-wrapper .has-ico2:before {
        display: block;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #000;
        margin-right: 10px;
        background: url(./images/icon2.png) no-repeat center center;
        background-size: 100%; }
    .nan-6hmo .style-mkd-phase2 .form-wrapper .form-control,
    .nan-6hmo .style-mkd-phase2 .form-wrapper .form-select {
      border-radius: 12px;
      border: 1px solid #9A9A9A;
      font-size: 18px;
      padding: 20px; }
    .nan-6hmo .style-mkd-phase2 .btn-img {
      background: none !important;
      border: 0;
      width: 320px;
      margin: 0 auto !important; }
      .nan-6hmo .style-mkd-phase2 .btn-img:hover {
        background: none !important; }
    .nan-6hmo .style-mkd-phase2 .modal-content .btn-layout {
      background-color: #D20023; }
    .nan-6hmo .style-mkd-phase2 .g-plc a {
      color: #00A38E; }
    .nan-6hmo .style-mkd-phase2 .form-check-input:checked {
      background-color: #00A38E;
      border-color: #00A38E; }
  .nan-6hmo .style-new {
    background: #f4eac6;
    background: #42cdc4 url(./images/bg_def.png) no-repeat center top !important;
    background-size: 100% !important;
    background-attachment: initial !important;
    padding: 16px;
    height: 100vh; }
    .nan-6hmo .style-new .banner-r {
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }
    .nan-6hmo .style-new .title-form {
      padding-left: 40px;
      padding-right: 40px;
      margin-top: 0;
      margin-bottom: 0; }
      .nan-6hmo .style-new .title-form .clr-error {
        font-size: 16px;
        text-transform: none;
        font-weight: normal;
        padding-top: 12px; }
    .nan-6hmo .style-new .content-wrap {
      padding: 12px 4px; }
    .nan-6hmo .style-new .content-wrap-in {
      padding: 16px;
      border-radius: 16px;
      background-color: rgba(237, 249, 248, 0.9);
      border: 5px solid #14A896;
      margin-top: 10px; }
    .nan-6hmo .style-new .form-wrapper .form-label {
      color: #6D6E71;
      text-transform: none;
      font-weight: bold;
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 12px;
      margin-top: 12px;
      position: relative; }
    .nan-6hmo .style-new .label-2 {
      color: #6D6E71;
      font-size: 16px;
      margin-bottom: 8px; }
    .nan-6hmo .style-new .form-wrapper .form-control,
    .nan-6hmo .style-new .form-wrapper .form-select {
      border-radius: 10px;
      border: 1px solid #D4EFEC;
      font-size: 16px;
      padding: 16px;
      background-color: #D4EFEC; }
      .nan-6hmo .style-new .form-wrapper .form-control:focus,
      .nan-6hmo .style-new .form-wrapper .form-select:focus {
        background-color: #F5EFD7; }
    .nan-6hmo .style-new .form-wrapper .style-select {
      background-color: #D4EFEC;
      color: #0CC2B3;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      appearance: none;
      background-image: url(./images/arrowDef.png);
      background-size: 14px 6px; }
    .nan-6hmo .style-new .form-wrapper .style-select-2 {
      background-image: url(./images/arrow_select.png);
      background-size: 14px 6px; }
    .nan-6hmo .style-new .g-plc {
      color: #fff; }
      .nan-6hmo .style-new .g-plc .form-check label {
        color: #fff; }
      .nan-6hmo .style-new .g-plc a,
      .nan-6hmo .style-new .g-plc .link-policy {
        color: #fff;
        font-weight: bold;
        text-decoration: underline; }
    .nan-6hmo .style-new .form-check-input:checked {
      background-color: #21C0B2;
      border-color: #fff; }
    .nan-6hmo .style-new .btn-layout {
      border-radius: 50px;
      margin-right: 0 !important;
      border: 5px solid #fff;
      padding: 10px 30px;
      font-size: 20px;
      background: #fff;
      color: #00A08D;
      font-weight: bold; }
      .nan-6hmo .style-new .btn-layout:focus {
        background-color: #F5EFD7 !important; }
    .nan-6hmo .style-new .btn-layout-custom {
      border-radius: 50px;
      margin-right: 0 !important;
      border: 5px solid #fff;
      font-size: 20px;
      background: #d8c37d !important;
      background: linear-gradient(90deg, #d8c37d 0%, #bb9645 31%, #bb9645 69%, #d8c37d 100%) !important;
      width: 230px; }
  .nan-6hmo .header-wrap {
    position: relative;
    z-index: 200; }
  .nan-6hmo .main-container {
    background-size: 100% !important; }
    .nan-6hmo .main-container .bg-article-detail {
      display: block;
      content: "";
      width: 100%;
      position: relative;
      z-index: 100;
      margin-top: -70px;
      padding-top: 70px;
      background: #8adacf;
      background: linear-gradient(180deg, #8adacf 0%, #bbeae4 6%, white 12%, #ace5dd 37%, white 86%, #6adcd0 96%, #6adcd0 100%); }
      .nan-6hmo .main-container .bg-article-detail:after {
        display: block;
        content: "";
        width: 100%;
        height: 300px;
        position: absolute;
        bottom: -140px;
        left: 0;
        top: auto;
        background: url(./images/n_bg_bottom_articles.png) no-repeat center bottom;
        background-size: 100%; }
    .nan-6hmo .main-container .title-img {
      padding: 0 20px; }
  .nan-6hmo .content-tab {
    position: relative;
    z-index: 100;
    padding: 8vw 5vw 0vw 5vw; }
    .nan-6hmo .content-tab .nav-tabs {
      margin-left: 12px;
      margin-right: 12px;
      background-color: #FEF8C3;
      padding: 0px 10px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      height: 70px;
      display: flex;
      align-items: flex-end;
      position: relative;
      z-index: 10;
      flex-wrap: nowrap; }
      .nan-6hmo .content-tab .nav-tabs .nav-link {
        padding: 0 1vw;
        border: 0;
        background-color: transparent; }
        .nan-6hmo .content-tab .nav-tabs .nav-link .img-link {
          display: block; }
        .nan-6hmo .content-tab .nav-tabs .nav-link .img-active {
          display: none; }
        .nan-6hmo .content-tab .nav-tabs .nav-link.active .img-link {
          display: none; }
        .nan-6hmo .content-tab .nav-tabs .nav-link.active .img-active {
          display: block; }
  .nan-6hmo .tab-container {
    background-color: #FEF8C3;
    padding: 0px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 70px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 10; }
    .nan-6hmo .tab-container .tab {
      padding: 0 1vw; }
      .nan-6hmo .tab-container .tab.active {
        padding: 0 5vw;
        background: url(./images/bg_tab.png) no-repeat center top 20px;
        background-size: 100% 100%; }
        .nan-6hmo .tab-container .tab.active img {
          margin-bottom: 0px; }
  .nan-6hmo .bl-section-wrap {
    margin-top: 0px;
    margin-bottom: 100px;
    position: relative;
    z-index: 20;
    background-color: #fff;
    padding: 20px 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); }
    .nan-6hmo .bl-section-wrap .title-wrap {
      margin-bottom: 10px;
      margin-top: -5px; }
    .nan-6hmo .bl-section-wrap .readmore {
      text-align: center;
      padding: 10px;
      text-transform: uppercase; }
    .nan-6hmo .bl-section-wrap .card-wrapper .card-content .card-title {
      font-weight: normal; }
  .nan-6hmo .bl-nav-bottom {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: auto;
    overflow: visible; }
    .nan-6hmo .bl-nav-bottom a {
      display: block; }
    .nan-6hmo .bl-nav-bottom .router-link-active {
      margin-top: -25px; }
    .nan-6hmo .bl-nav-bottom .container-fluid > div {
      flex: 1;
      text-align: center; }
    .nan-6hmo .bl-nav-bottom .btn-content {
      font-size: 10px;
      color: #BCBEC0;
      text-transform: uppercase;
      padding: 5px 0; }
    .nan-6hmo .bl-nav-bottom .btn-child .icon {
      margin-bottom: 4px; }
      .nan-6hmo .bl-nav-bottom .btn-child .icon.icon-home:before {
        background-image: url(./images/n_df_nav2.png); }
      .nan-6hmo .bl-nav-bottom .btn-child .icon.icon-gift:before {
        background-image: url(./images/n_df_nav1.png); }
      .nan-6hmo .bl-nav-bottom .btn-child .icon.icon-user:before {
        background-image: url(./images/n_df_nav3.png); }
    .nan-6hmo .bl-nav-bottom .router-link-active .btn-child .btn-content {
      position: relative;
      font-size: 12px; }
    .nan-6hmo .bl-nav-bottom .router-link-active .btn-child .icon {
      border-radius: 50%;
      padding: 2.5vw;
      width: 11.5vw;
      height: 11.5vw; }
      .nan-6hmo .bl-nav-bottom .router-link-active .btn-child .icon.icon-home:before {
        background-image: url(./images/n_df_nav2_active.png); }
      .nan-6hmo .bl-nav-bottom .router-link-active .btn-child .icon.icon-gift:before {
        background-image: url(./images/n_df_nav1_active.png); }
      .nan-6hmo .bl-nav-bottom .router-link-active .btn-child .icon.icon-user:before {
        background-image: url(./images/n_df_nav3_active.png); }
  .nan-6hmo .step-wrapper .image-form {
    margin-bottom: 10px; }
  .nan-6hmo .step-wrapper .step {
    margin-top: 3vw;
    background: #d8f3f0;
    background: linear-gradient(180deg, #d8f3f0 0%, white 100%);
    border: 4px solid #fff;
    border-radius: 8px; }
    .nan-6hmo .step-wrapper .step .left {
      width: 40vw; }
    .nan-6hmo .step-wrapper .step .right .step-number {
      font-size: 5.5vw; }
  .nan-6hmo .hight {
    background-color: #F5EFD7; }
  .nan-6hmo .ico-f {
    width: 24px;
    height: 24px;
    margin-right: 5px; }
  .nan-6hmo .al-m {
    align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 14px; }
  .nan-6hmo .style-wrap-table {
    padding: 3px;
    border-radius: 16px;
    background: #edcd7e;
    background: linear-gradient(4deg, #edcd7e 0%, white 100%); }
  .nan-6hmo .style-wrap-table2 {
    position: relative;
    z-index: 10;
    padding: 6px;
    border-radius: 16px;
    background: #edcd7e;
    background: linear-gradient(180deg, #edcd7e 0%, white 30%); }
    .nan-6hmo .style-wrap-table2 .bl-section-wrap {
      padding-top: 36px; }
  .nan-6hmo .style-wrap-in {
    padding: 4px;
    border-radius: 16px;
    margin: 0;
    background: #6ed9cf;
    background: linear-gradient(180deg, #6ed9cf 0%, white 100%); }
    .nan-6hmo .style-wrap-in .table-in {
      padding: 12px;
      border-radius: 12px;
      background: #cef1ee;
      background: linear-gradient(180deg, #cef1ee 0%, white 100%); }
    .nan-6hmo .style-wrap-in .table tr {
      border-bottom: 1px solid #21C0B2;
      border-radius: 30px;
      overflow: hidden; }
      .nan-6hmo .style-wrap-in .table tr td {
        padding: 15px 10px; }
      .nan-6hmo .style-wrap-in .table tr td:first-child {
        width: 150px; }
    .nan-6hmo .style-wrap-in .text-black {
      word-break: break-all; }
  .nan-6hmo .tabPanel-wrap {
    position: relative;
    z-index: 2; }
  .nan-6hmo .title-img {
    margin-bottom: 0px;
    padding: 0 50px;
    position: relative;
    z-index: 1; }
  .nan-6hmo .input-wrap select {
    border-radius: 30px;
    border: 1px solid #AEB0B2;
    background-image: url(./images/arr.png) !important;
    background-size: 16px 10px !important; }
  .nan-6hmo .select-wrap::after {
    opacity: 0; }
  .nan-6hmo .bl-title-user {
    margin: 0 auto;
    margin-bottom: -5px;
    margin-top: 10px;
    width: 70%; }
  .nan-6hmo .bl-select-style {
    width: 80%;
    margin: 0 auto;
    margin-bottom: -20px;
    position: relative;
    z-index: 20; }
    .nan-6hmo .bl-select-style .form-select {
      border-radius: 50px;
      padding: 10px;
      background-image: url(./images/arr.png);
      background-size: 16px 8px;
      background-color: #FBEDB1; }
  .nan-6hmo .section-wrap .back-link {
    color: #00A08D;
    font-size: 16px; }
  .nan-6hmo .section-article-continue .continue-article .back-articles,
  .nan-6hmo .section-article-continue .continue-article .next-article {
    border: 0;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    padding: 4px 12px; }
    .nan-6hmo .section-article-continue .continue-article .back-articles .iconBack,
    .nan-6hmo .section-article-continue .continue-article .next-article .iconBack {
      width: 6px;
      height: 12px;
      display: block;
      background: url(./images/arr_p.png) no-repeat;
      background-size: 100% 100%;
      margin-right: 5px;
      margin-top: -3px; }
    .nan-6hmo .section-article-continue .continue-article .back-articles .iconNext,
    .nan-6hmo .section-article-continue .continue-article .next-article .iconNext {
      width: 6px;
      height: 12px;
      display: block;
      background: url(./images/arr_n.png) no-repeat;
      background-size: 100% 100%;
      margin-left: 5px;
      margin-top: -3px; }
  .nan-6hmo .modal-container-custom .modal-content {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    position: relative;
    background-color: transparent !important;
    position: relative;
    background: url(./images/n_bg_popup.png) no-repeat center top;
    background-size: 100% 100%;
    height: 450px; }
    .nan-6hmo .modal-container-custom .modal-content .modal-header {
      border: 0;
      padding-top: 125px;
      width: 60%;
      margin: 0 auto;
      text-align: center;
      border-bottom: 3px solid #C69F13; }
      .nan-6hmo .modal-container-custom .modal-content .modal-header h5 {
        font-size: 8vw;
        color: #00A08D;
        line-height: 1.1; }
      .nan-6hmo .modal-container-custom .modal-content .modal-header.fail {
        border-bottom: 3px solid #BE1E2D; }
    .nan-6hmo .modal-container-custom .modal-content .modal-body {
      position: relative;
      padding: 3.8vw 14vw 10vw 14vw; }
    .nan-6hmo .modal-container-custom .modal-content .text-center img {
      width: 50px !important; }
  .nan-6hmo .modal-container-custom .btn-layout {
    color: #A97C50;
    border-radius: 40px;
    padding: 1.5vw 4vw;
    font-family: 'SVN-DIN', sans-serif;
    background: #efd18c;
    background: linear-gradient(90deg, #efd18c 0%, #fbebaf 31%, #fbebaf 69%, #fceeb3 100%);
    font-size: 4.5vw !important;
    width: 55vw;
    border: 3px solid #fff; }
  .nan-6hmo .modal-container-custom .modal-footer .btn-content {
    font-size: inherit; }
  .nan-6hmo .modal-container-custom .btn-close {
    mask-image: none;
    background: url(./images/n_btn_close.png) no-repeat center center;
    background-size: 100%;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 6vw;
    right: 22vw;
    z-index: 10; }
  .nan-6hmo .modal-container-custom .modal-title {
    color: #C69F13;
    margin-bottom: 0; }
    .nan-6hmo .modal-container-custom .modal-title.fail {
      color: #BE1E2D;
      font-size: 4.25vw; }
  .nan-6hmo .modal-container-custom .txt {
    padding: 0 20px; }
  .nan-6hmo .modal-container-custom .btn-wrap,
  .nan-6hmo .modal-container-custom .modal-footer {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    width: 100%; }
  .nan-6hmo .modal-container-custom .form-control {
    border-radius: 50px;
    width: 80%;
    margin: 10px auto;
    border: 3px solid #fff; }
  .nan-6hmo .modal-container-custom.has-icon-top .modal-content .modal-header h5 {
    position: relative; }
    .nan-6hmo .modal-container-custom.has-icon-top .modal-content .modal-header h5:before {
      display: block;
      content: "";
      width: 60px;
      height: 60px;
      position: absolute;
      top: -80px;
      left: 50%;
      margin-left: -30px;
      background: url(./images/n_hi.png) no-repeat center top;
      background-size: 100%; }
  .nan-6hmo .section-article-continue {
    margin-bottom: 70px; }
  .nan-6hmo .article-top-wrap .article-title {
    font-family: 'SVN-DIN', sans-serif;
    font-size: 6vw;
    line-height: 1.2;
    margin-top: 0;
    background: #997834;
    background: linear-gradient(to right, #997834 0%, #C1A158 50%, #C1A158 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .nan-6hmo .bdr-bot {
    display: none; }
  .nan-6hmo .bl-list-qrCode {
    padding: 20px;
    background-color: #DCF4EF;
    border: 3px solid #fff;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .nan-6hmo .bl-qrCode {
    display: flex;
    align-items: center;
    padding: 10px 10px 0;
    border-radius: 10px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    background: #f2d48d;
    background: linear-gradient(90deg, #f2d48d 0%, #fffecc 55%, #fbedb2 100%); }
    .nan-6hmo .bl-qrCode.bg-white {
      background-image: none;
      background-color: #90DCD2 !important;
      color: #fff; }
    .nan-6hmo .bl-qrCode .col-qr {
      width: 45%;
      padding: 8px;
      background: #fff;
      border-radius: 5px;
      position: relative; }
      .nan-6hmo .bl-qrCode .col-qr.redeemed::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      .nan-6hmo .bl-qrCode .col-qr.redeemed::after {
        content: 'Đã đổi quà';
        background-color: #acacac;
        opacity: 1;
        border-radius: 8px;
        font-size: 3vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2vw 2vw;
        min-width: 25vw;
        text-align: center; }
      .nan-6hmo .bl-qrCode .col-qr.reject::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      .nan-6hmo .bl-qrCode .col-qr.reject::after {
        content: 'Đã từ chối';
        background-color: #acacac;
        opacity: 1;
        border-radius: 8px;
        font-size: 3vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2vw 2vw;
        min-width: 25vw; }
    .nan-6hmo .bl-qrCode .col-txt {
      flex: 1;
      padding: 0 20px; }
      .nan-6hmo .bl-qrCode .col-txt .tt-qr {
        margin-left: -15px; }
      .nan-6hmo .bl-qrCode .col-txt p {
        font-size: 11px;
        margin-top: 5px; }
  .nan-6hmo .btn-wrapper {
    display: flex; }
  .nan-6hmo .align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .nan-6hmo .wrapper-voucher-copy {
    background: #00A08D;
    border-radius: 50px;
    border: 3px solid #fff; }
    .nan-6hmo .wrapper-voucher-copy .voucher-wrapper .voucher-code {
      background: transparent;
      border: 0;
      color: #fff; }
    .nan-6hmo .wrapper-voucher-copy .btn-layout {
      background-color: #fff !important;
      color: #00A08D !important;
      background-image: none !important; }
  .nan-6hmo .style-hlbs {
    color: #6d6e71;
    background: #fbf5e5;
    background: linear-gradient(0deg, #fbf5e5 0%, white 56%);
    padding: 0 0 16px;
    padding-bottom: 100px; }
    .nan-6hmo .style-hlbs .banner-r {
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }
    .nan-6hmo .style-hlbs .title-form {
      padding-left: 60px;
      padding-right: 60px;
      margin-top: 0;
      margin-bottom: 0; }
      .nan-6hmo .style-hlbs .title-form .clr-error {
        font-size: 16px;
        text-transform: none;
        font-weight: normal;
        padding-top: 12px; }
    .nan-6hmo .style-hlbs .content-wrap {
      padding: 0 24px 12px 24px; }
    .nan-6hmo .style-hlbs .content-wrap-in {
      background: url("../../assets/images/6hmo/bgform.png") center no-repeat;
      background-size: 100% 100%;
      padding: 2.25rem;
      margin-bottom: 1rem; }
    .nan-6hmo .style-hlbs .label-2 {
      color: #988053;
      font-size: 16px;
      margin-bottom: 8px; }
    .nan-6hmo .style-hlbs .form-wrapper .has-ico1 .form-label {
      font-size: 12px; }
      .nan-6hmo .style-hlbs .form-wrapper .has-ico1 .form-label:before {
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        background-color: #000;
        margin-right: 10px;
        background: url(./images/icon_d1.png) no-repeat center center;
        background-size: 100%; }
    .nan-6hmo .style-hlbs .form-wrapper .has-ico2 .form-label:before {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      background-color: #000;
      margin-right: 10px;
      background: url(./images/icon_d2.png) no-repeat center center;
      background-size: 100%; }
    .nan-6hmo .style-hlbs .form-wrapper .has-ico3 .form-label:before {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      background-color: #000;
      margin-right: 10px;
      background: url(./images/icon_d3.png) no-repeat center center;
      background-size: 100% 100%; }
    .nan-6hmo .style-hlbs .form-wrapper .form-control,
    .nan-6hmo .style-hlbs .form-wrapper .form-select {
      border-radius: 10px;
      border: 1px solid #dfdfdf;
      font-size: 16px;
      padding: 16px;
      background-color: #dfdfdf; }
      .nan-6hmo .style-hlbs .form-wrapper .form-control:focus,
      .nan-6hmo .style-hlbs .form-wrapper .form-select:focus {
        background-color: #F5EFD7; }
    .nan-6hmo .style-hlbs .form-wrapper .style-select {
      background-color: #dfdfdf;
      color: #555;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      appearance: none;
      background-image: url(./images/arrow_select.png);
      background-size: 14px 6px; }
    .nan-6hmo .style-hlbs .form-wrapper .style-select-2 {
      background-image: url(./images/arrow_select.png);
      background-size: 14px 6px; }
    .nan-6hmo .style-hlbs .g-plc {
      color: #6d6e71; }
      .nan-6hmo .style-hlbs .g-plc .form-check label {
        color: #6d6e71; }
      .nan-6hmo .style-hlbs .g-plc a,
      .nan-6hmo .style-hlbs .g-plc .link-policy {
        color: #6d6e71;
        font-weight: bold;
        text-decoration: underline; }
    .nan-6hmo .style-hlbs .form-check-input:checked {
      background-color: #988053;
      border-color: #fff; }
    .nan-6hmo .style-hlbs .btn-layout {
      border-radius: 50px;
      margin-right: 0 !important;
      border: 5px solid #fff;
      padding: 10px 30px;
      font-size: 20px;
      background: #fff;
      color: #00A08D;
      font-weight: bold; }
      .nan-6hmo .style-hlbs .btn-layout:focus {
        background-color: #F5EFD7 !important; }
    .nan-6hmo .style-hlbs .btn-layout-hlbs {
      background: none !important;
      border: none !important;
      padding: 0;
      margin: 0; }
    .nan-6hmo .style-hlbs fieldset {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }
  .nan-6hmo .s-qa-hlbs {
    background-color: #fff;
    position: relative; }
    .nan-6hmo .s-qa-hlbs .s-header {
      background: #eddbc0;
      background: linear-gradient(0deg, #eddbc0 0%, #efe0c5 22%, #e4caa6 100%); }
    .nan-6hmo .s-qa-hlbs .bl-brand {
      padding: 10px;
      display: flex;
      justify-content: space-between; }
      .nan-6hmo .s-qa-hlbs .bl-brand .col-l {
        width: 40px; }
      .nan-6hmo .s-qa-hlbs .bl-brand .col-r {
        width: 80px; }
    .nan-6hmo .s-qa-hlbs .bl-title {
      text-align: center;
      padding: 5px 10px 10px; }
      .nan-6hmo .s-qa-hlbs .bl-title h4 {
        font-weight: bold;
        color: #81632c;
        text-transform: uppercase;
        font-size: 24px; }
    .nan-6hmo .s-qa-hlbs .s-body {
      padding: 20px;
      padding-bottom: 160px; }
    .nan-6hmo .s-qa-hlbs .bl-qa {
      margin-bottom: 10px; }
    .nan-6hmo .s-qa-hlbs .bg-avatar {
      padding: 2px;
      border-radius: 50%;
      border: 1px solid #b47f16;
      background: #be9b51;
      background: linear-gradient(83deg, #be9b51 0%, #dbb057 43%, #efc56d 47%, #dbb155 100%); }
      .nan-6hmo .s-qa-hlbs .bg-avatar .avtar {
        padding-top: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #fff;
        border-radius: 50%; }
    .nan-6hmo .s-qa-hlbs .row-qa {
      display: flex;
      align-items: flex-start;
      position: relative; }
      .nan-6hmo .s-qa-hlbs .row-qa .col-av {
        width: 50px;
        padding: 3px;
        border: 1px solid #e5d9bd;
        border-radius: 50%;
        position: relative;
        z-index: 10; }
      .nan-6hmo .s-qa-hlbs .row-qa .col-content {
        padding-left: 10px;
        flex: 1;
        padding-top: 8px; }
      .nan-6hmo .s-qa-hlbs .row-qa .bl-name {
        display: flex;
        align-items: center;
        color: #81632c;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 6px; }
      .nan-6hmo .s-qa-hlbs .row-qa .bl-fb {
        color: #808080;
        font-size: 11px;
        padding-left: 10px;
        text-transform: none;
        font-weight: normal; }
      .nan-6hmo .s-qa-hlbs .row-qa .bl-txt {
        padding: 10px;
        border-radius: 8px;
        background-color: #efefef;
        color: #666666;
        word-break: break-word; }
      .nan-6hmo .s-qa-hlbs .row-qa.question::before {
        display: block;
        content: "";
        width: 48px;
        height: 100%;
        position: absolute;
        top: 40px;
        left: 24px;
        background-color: transparent;
        border-color: #cccccc;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-radius: 6px; }
      .nan-6hmo .s-qa-hlbs .row-qa.answer {
        padding-left: 50px;
        padding-top: 10px; }
        .nan-6hmo .s-qa-hlbs .row-qa.answer .col-av {
          width: 36px;
          padding: 1px; }
        .nan-6hmo .s-qa-hlbs .row-qa.answer .bg-avatar {
          padding: 1px; }
        .nan-6hmo .s-qa-hlbs .row-qa.answer .col-content {
          padding-left: 6px; }
        .nan-6hmo .s-qa-hlbs .row-qa.answer .bl-name {
          text-transform: uppercase; }
        .nan-6hmo .s-qa-hlbs .row-qa.answer .bl-txt {
          background-color: #f6f0d8; }
        .nan-6hmo .s-qa-hlbs .row-qa.answer .hide {
          display: none; }
    .nan-6hmo .s-qa-hlbs .bl-send-qa {
      border-radius: 30px;
      padding: 8px;
      border: 1px solid #81632c;
      display: flex;
      align-items: center;
      background: #ebd9a4;
      background: linear-gradient(83deg, #ebd9a4 0%, #efe6c5 34%, #f1edd7 70%, #ebd8a4 100%);
      position: fixed;
      bottom: 80px;
      left: 5%;
      width: 90%;
      z-index: 100; }
      .nan-6hmo .s-qa-hlbs .bl-send-qa .area-qa {
        color: #989796;
        border: 0;
        flex: 1;
        background-color: transparent;
        font-size: 16px;
        height: 35px;
        overflow-y: hidden; }
      .nan-6hmo .s-qa-hlbs .bl-send-qa .btn-send-qa {
        border: 0;
        background: transparent url("./images/btn_sendQ.png") no-repeat;
        background-size: 24px 24px;
        width: 24px;
        height: 24px; }
  .nan-6hmo .txt-qr-big {
    font-weight: bold;
    line-height: 1.2;
    color: #925C35;
    padding-left: 14px;
    text-transform: uppercase;
    margin-right: -20px; }
    .nan-6hmo .txt-qr-big .txt-lg {
      font-size: 28px; }
    .nan-6hmo .txt-qr-big .txt-sm {
      font-size: 20px; }
    .nan-6hmo .txt-qr-big.txt-white {
      color: #fff; }
  .nan-6hmo .wrap-horo {
    position: relative; }
    .nan-6hmo .wrap-horo .bl-note-horo {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px 30px;
      min-height: 100px;
      text-align: center;
      display: flex;
      align-items: center;
      background-color: #BBFFE8;
      font-weight: bold;
      color: #04459D;
      font-size: 11px; }
  .nan-6hmo .style-nan3 {
    background-color: #fff;
    padding: 16px; }
    .nan-6hmo .style-nan3 .clr-error {
      color: #ffab2e; }
    .nan-6hmo .style-nan3 .title-form {
      position: relative;
      z-index: 10; }
    .nan-6hmo .style-nan3 .content-wrap {
      padding: 0px;
      margin-top: -40px;
      position: relative;
      z-index: 1; }
    .nan-6hmo .style-nan3 .form-wrapper {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      padding: 20px;
      border-radius: 10px;
      padding-top: 40px; }
    .nan-6hmo .style-nan3 .form-wrapper .form-label {
      font-size: 18px;
      color: #00a08d;
      font-weight: bold;
      margin-bottom: 10px; }
    .nan-6hmo .style-nan3 .form-wrapper .invalid-feedback {
      margin-top: 16px; }
    .nan-6hmo .style-nan3 .form-control {
      font-size: 18px;
      padding: 10px 10px 10px 50px;
      background-color: #b6fcf3 !important;
      color: #008675;
      border: 0;
      border-radius: 20px;
      position: relative; }
    .nan-6hmo .style-nan3 .has-ico1 {
      position: relative; }
      .nan-6hmo .style-nan3 .has-ico1 > div {
        position: relative; }
        .nan-6hmo .style-nan3 .has-ico1 > div:before {
          display: block;
          content: "";
          position: absolute;
          left: -3px;
          top: -3px;
          z-index: 100;
          width: 48px;
          height: 48px;
          background: url(./images/nan3/ico1.png) no-repeat center center;
          background-size: auto 100%; }
    .nan-6hmo .style-nan3 .has-ico2 {
      position: relative; }
      .nan-6hmo .style-nan3 .has-ico2 > div {
        position: relative; }
        .nan-6hmo .style-nan3 .has-ico2 > div:before {
          display: block;
          content: "";
          position: absolute;
          left: -3px;
          top: -3px;
          z-index: 100;
          width: 48px;
          height: 55px;
          background: url(./images/nan3/ico2.png) no-repeat center center;
          background-size: auto 100%; }
      .nan-6hmo .style-nan3 .has-ico2 .form-control {
        background-color: #ffe8b3 !important;
        color: #ff9a0f; }
    .nan-6hmo .style-nan3 .form-wrapper .select-datetime {
      border: 2px solid #bfece7;
      border-radius: 30px;
      padding: 0px; }
      .nan-6hmo .style-nan3 .form-wrapper .select-datetime select {
        border-width: 0 0 0 2px;
        padding-left: 20px;
        border-color: #bfece7;
        background-color: transparent;
        font-size: 18px;
        color: #ffc001;
        background-image: url(./images/nan3/arr.png);
        background-size: 12px 6px; }
        .nan-6hmo .style-nan3 .form-wrapper .select-datetime select:first-child {
          border: 0; }
    .nan-6hmo .style-nan3 .label-2 {
      color: #00a18c;
      font-size: 16px;
      font-weight: bold; }
    .nan-6hmo .style-nan3 .style-select-2 {
      width: 100%;
      height: 45px;
      background: url(./images/nan3/button_tc.png) no-repeat;
      font-size: 18px;
      background-size: 100% 100%;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      border: 0;
      padding-left: 20px; }
      .nan-6hmo .style-nan3 .style-select-2 option {
        color: #000; }
    .nan-6hmo .style-nan3 .g-plc {
      background-color: #d9f3f4;
      padding: 0 20px 30px;
      border-radius: 20px;
      margin-left: -20px;
      margin-right: -20px;
      margin-top: 0px; }
    .nan-6hmo .style-nan3 .form-check {
      display: flex; }
      .nan-6hmo .style-nan3 .form-check .form-check-input[type=checkbox] {
        border: 0;
        width: 30px;
        height: 32px;
        background: url(./images/nan3/check.png) no-repeat;
        background-size: 100%;
        margin-right: 6px; }
      .nan-6hmo .style-nan3 .form-check label {
        flex: 1;
        padding-top: 4px; }
      .nan-6hmo .style-nan3 .form-check .form-check-input:checked[type=checkbox] {
        background-image: url(./images/nan3/check_active.png); }
    .nan-6hmo .style-nan3 .btn-nan3 {
      width: 268px;
      height: 60px;
      text-align: center;
      background: url(./images/nan3/button_send.png) no-repeat;
      background-size: 100%;
      color: #ff8000;
      font-size: 18px;
      margin-top: -50px; }
    .nan-6hmo .style-nan3 .modal-container-custom .modal-content {
      background: none;
      height: auto;
      border: 0 !important;
      font-size: 20px;
      color: #b7b7b7;
      box-shadow: none !important; }
      .nan-6hmo .style-nan3 .modal-container-custom .modal-content .modal-img {
        padding: 20px;
        position: relative; }
      .nan-6hmo .style-nan3 .modal-container-custom .modal-content .modal-header {
        padding-top: 0;
        width: 100% !important;
        border: 0;
        text-transform: uppercase; }
      .nan-6hmo .style-nan3 .modal-container-custom .modal-content .modal-footer {
        border: 0 !important; }
      .nan-6hmo .style-nan3 .modal-container-custom .modal-content .modal-title {
        font-size: 32px !important;
        font-weight: bold;
        color: #5bbcb1; }
        .nan-6hmo .style-nan3 .modal-container-custom .modal-content .modal-title small {
          font-size: 23px !important; }
        .nan-6hmo .style-nan3 .modal-container-custom .modal-content .modal-title .hightlight {
          color: #ffbf2e; }
      .nan-6hmo .style-nan3 .modal-container-custom .modal-content .modal-body {
        text-align: center;
        padding: 10px 20px 20px;
        flex: 1; }
      .nan-6hmo .style-nan3 .modal-container-custom .modal-content .modal-footer {
        position: static;
        transform: translateX(0);
        left: 0;
        display: block;
        padding-top: 10px; }
    .nan-6hmo .style-nan3 .wrapper-voucher-copy {
      background: none;
      padding-top: 10px; }
    .nan-6hmo .style-nan3 .btn-mds {
      border: 0;
      font-size: 22px !important;
      background-color: #00c3b3 !important;
      color: #fff !important;
      font-weight: bold;
      text-transform: uppercase;
      padding: 8px 24px;
      border-radius: 30px;
      margin-top: 0px;
      width: 80%; }
  .nan-6hmo .bg-user-3 {
    background: url(./images/nan3/bg_user3.png) no-repeat top center;
    background-size: 100%; }
    .nan-6hmo .bg-user-3 .bl-user-phone {
      width: 380px;
      height: 210px;
      background: url(./images/nan3/bg_tabInfo.png) no-repeat center top;
      background-size: 100%;
      padding-top: 100px;
      margin: 0 auto;
      padding-left: 40px;
      margin-bottom: 20px; }
      .nan-6hmo .bg-user-3 .bl-user-phone .row-ht {
        width: 287px;
        height: 33px;
        padding-top: 5px;
        background: url(./images/nan3/bg_ht.png) no-repeat left top;
        background-size: 100%;
        padding-left: 50px;
        margin-bottom: 10px; }
      .nan-6hmo .bg-user-3 .bl-user-phone .row-dt {
        width: 287px;
        height: 40px;
        padding-top: 7px;
        background: url(./images/nan3/bg_dt.png) no-repeat left top;
        background-size: 100%;
        padding-left: 50px; }
    .nan-6hmo .bg-user-3 .text-r {
      text-align: right;
      color: #555 !important; }
    .nan-6hmo .bg-user-3 .style-wrap-table {
      background: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
      .nan-6hmo .bg-user-3 .style-wrap-table .style-wrap-in {
        background: #fff;
        border: 0; }
        .nan-6hmo .bg-user-3 .style-wrap-table .style-wrap-in .table-in {
          background: #fff; }
      .nan-6hmo .bg-user-3 .style-wrap-table .wrap-table .table {
        font-size: 16px; }
      .nan-6hmo .bg-user-3 .style-wrap-table .al-m {
        font-size: 16px; }
  .nan-6hmo .bl-list-qrCode-2 {
    background: #ffe8b3; }
    .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2 {
      position: relative;
      margin-bottom: 10px;
      background-color: #00b8b1;
      color: #ffed3c;
      padding: 15px;
      border: 2px solid #a8dde8;
      border-radius: 20px;
      display: flex;
      flex-direction: column-reverse; }
      .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2 .txt-qr-big {
        display: flex;
        justify-content: center;
        margin-right: 0;
        color: #fff; }
        .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2 .txt-qr-big .txt-sm {
          font-size: 32px;
          padding-left: 10px; }
      .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2 p {
        text-align: center; }
      .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2 .col-qr {
        background: url(./images/nan3/bg_qrCode.png) no-repeat 0 0;
        background-size: 100% 100%;
        padding: 45px;
        width: 240px;
        margin: 0 auto; }
        .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2 .col-qr img {
          border-radius: 20px; }
        .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2 .col-qr.redeemed::before {
          content: '';
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.7);
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
        .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2 .col-qr.redeemed::after {
          content: 'Đã đổi quà';
          background-color: #acacac;
          opacity: 1;
          border-radius: 8px;
          font-size: 3vw;
          position: absolute;
          top: 65%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 2vw 2vw;
          min-width: 25vw;
          text-align: center; }
      .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2:before, .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2:after {
        display: block;
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0 0; }
      .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2::before {
        top: 25%;
        right: -25px;
        background-image: url(./images/nan3/star_1.png);
        width: 45px;
        height: 45px; }
      .nan-6hmo .bl-list-qrCode-2 .bl-qrCode-2::after {
        bottom: 50px;
        left: -15px;
        background-image: url(./images/nan3/star_2.png);
        width: 30px;
        height: 30px; }
  .nan-6hmo .devider {
    margin-top: 10px;
    height: .5px;
    background-color: #cccccc; }
  .nan-6hmo .qr-wrap {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 47%; }
    .nan-6hmo .qr-wrap .qr-code {
      display: block;
      width: 70%;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      height: 70%;
      position: absolute;
      top: 14%;
      left: 15%;
      border-radius: 20%; }
  .nan-6hmo .style-hlbs {
    color: #6d6e71;
    background: #fbf5e5;
    background: linear-gradient(0deg, #fbf5e5 0%, white 56%);
    padding: 0 0 16px;
    padding-bottom: 100px; }
    .nan-6hmo .style-hlbs .banner-r {
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); }
    .nan-6hmo .style-hlbs .title-form {
      padding-left: 60px;
      padding-right: 60px;
      margin-top: 0;
      margin-bottom: 0; }
      .nan-6hmo .style-hlbs .title-form .clr-error {
        font-size: 16px;
        text-transform: none;
        font-weight: normal;
        padding-top: 12px; }
    .nan-6hmo .style-hlbs .content-wrap {
      padding: 0 24px 12px 24px; }
    .nan-6hmo .style-hlbs .content-wrap-in {
      background: url("../../assets/images/6hmo/bgform.png") center no-repeat;
      background-size: 100% 100%;
      padding: 2.25rem;
      margin-bottom: 1rem; }
    .nan-6hmo .style-hlbs .form-wrapper .form-label {
      color: #988053;
      text-transform: none;
      font-weight: normal;
      font-size: 16px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 12px;
      margin-top: 12px;
      position: relative; }
    .nan-6hmo .style-hlbs .label-2 {
      color: #988053;
      font-size: 16px;
      margin-bottom: 8px; }
    .nan-6hmo .style-hlbs .form-wrapper .has-ico1 .form-label:before {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      background-color: #000;
      margin-right: 10px;
      background: url(./images/icon_d1.png) no-repeat center center;
      background-size: 100%; }
    .nan-6hmo .style-hlbs .form-wrapper .has-ico2 .form-label:before {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      background-color: #000;
      margin-right: 10px;
      background: url(./images/icon_d2.png) no-repeat center center;
      background-size: 100%; }
    .nan-6hmo .style-hlbs .form-wrapper .has-ico3 .form-label:before {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      background-color: #000;
      margin-right: 10px;
      background: url(./images/icon_d3.png) no-repeat center center;
      background-size: 100% 100%; }
    .nan-6hmo .style-hlbs .form-wrapper .form-control,
    .nan-6hmo .style-hlbs .form-wrapper .form-select {
      border-radius: 10px;
      border: 1px solid #dfdfdf;
      font-size: 16px;
      padding: 16px;
      background-color: red; }
      .nan-6hmo .style-hlbs .form-wrapper .form-control:focus,
      .nan-6hmo .style-hlbs .form-wrapper .form-select:focus {
        background-color: #F5EFD7; }
    .nan-6hmo .style-hlbs .form-wrapper .style-select {
      background-color: #dfdfdf;
      color: #555;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      appearance: none;
      background-image: url(./images/arrow_select.png);
      background-size: 14px 6px; }
    .nan-6hmo .style-hlbs .form-wrapper .style-select-2 {
      background-image: url(./images/arrow_select.png);
      background-size: 14px 6px; }
    .nan-6hmo .style-hlbs .g-plc {
      color: #6d6e71; }
      .nan-6hmo .style-hlbs .g-plc .form-check label {
        color: #6d6e71; }
      .nan-6hmo .style-hlbs .g-plc a,
      .nan-6hmo .style-hlbs .g-plc .link-policy {
        color: #6d6e71;
        font-weight: bold;
        text-decoration: underline; }
    .nan-6hmo .style-hlbs .form-check-input:checked {
      background-color: #988053;
      border-color: #fff; }
    .nan-6hmo .style-hlbs .btn-layout {
      border-radius: 50px;
      margin-right: 0 !important;
      border: 5px solid #fff;
      padding: 10px 30px;
      font-size: 20px;
      background: #fff;
      color: #00A08D;
      font-weight: bold; }
      .nan-6hmo .style-hlbs .btn-layout:focus {
        background-color: #F5EFD7 !important; }
    .nan-6hmo .style-hlbs .btn-layout-hlbs {
      background: none !important;
      border: none !important;
      padding: 0;
      margin: 0; }
    .nan-6hmo .style-hlbs fieldset {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }
  .nan-6hmo .form-container {
    overflow-x: auto;
    background-size: cover;
    position: relative;
    flex: 1; }
    .nan-6hmo .form-container .content-wrap {
      background: unset; }
    .nan-6hmo .form-container.bg-horoscope {
      background: #0a002e !important; }
  .nan-6hmo .mt-3 {
    margin-top: 1rem !important; }
  .nan-6hmo .form-wrapper .form-check {
    margin-bottom: 1.5vw; }
  .nan-6hmo .form-check {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    --bs-border-color: #dee2e6; }
    .nan-6hmo .form-check x
.form-check-input[type=checkbox] {
      border: 0;
      width: 1em;
      height: 1em;
      background: url(./images/nan3/check.png) no-repeat;
      background-size: 100%;
      margin-right: 6px;
      vertical-align: top;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border: 1px solid #dee2e6;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      print-color-adjust: exact; }
    .nan-6hmo .form-check label {
      flex: 1;
      padding-top: 4px; }
    .nan-6hmo .form-check .form-check-input:checked[type=checkbox] {
      background-image: url(./images/nan3/check_active.png); }
  .nan-6hmo .form-wrapper .has-ico1 .form-label {
    font-weight: 500; }
    .nan-6hmo .form-wrapper .has-ico1 .form-label:before {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      background-color: #000;
      margin-right: 10px;
      background: url(./images/icon_d1.png) no-repeat center center;
      background-size: 100%; }
  .nan-6hmo .form-wrapper .has-ico2 .form-label:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #000;
    margin-right: 10px;
    background: url(./images/icon_d2.png) no-repeat center center;
    background-size: 100%; }
  .nan-6hmo .w-100 {
    width: 100%;
    display: block; }
  .nan-6hmo .form-wrapper .has-ico3 .form-label:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #000;
    margin-right: 10px;
    background: url(./images/icon_d3.png) no-repeat center center;
    background-size: 94%; }
  .nan-6hmo .content-wrap-in {
    background: url("./images/6hmo/bgform.png") center no-repeat;
    background-size: 100% 100%;
    padding: 32px;
    margin-bottom: 16px; }
  .nan-6hmo .style-hlbs {
    color: #6d6e71;
    background: #fbf5e5;
    background: linear-gradient(0deg, #fbf5e5 0%, white 56%);
    padding: 0 0 16px;
    padding-bottom: 100px; }
  .nan-6hmo .block-title {
    text-align: center;
    font-weight: bold;
    line-height: 1.25;
    color: #d8592a;
    text-transform: uppercase;
    margin: 0 0 20px 0; }
