@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'),
    url('../fonts/SVN-DINNext.svg#../fonts/SVN-DINNext') format('svg');
  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'),
    url('../fonts/SVN-DINNextBold.svg#SVN-DINNextBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* 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%;
}

.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;
}
.swiper-container.swiper-ratio1x3 .swiper-slide {
  aspect-ratio: 1/0.3;
}
.swiper-container.swiper-ratio21x9 .swiper-slide {
  aspect-ratio: 21/9;
}
.swiper-container.swiper-ratio16x9 .swiper-slide {
  aspect-ratio: 16/9;
}

.section-wrap {
  margin-top: 8vw;
}
.section-wrap .title-wrap {
  margin-bottom: 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-wrap .s-title {
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.8vw;
  font-family: var(--f-montserrat);
  display: flex;
  align-items: center;
  gap: 2vw;
}
.section-wrap .s-title .icon {
  width: 8vw;
  height: 6vw;
  display: block;
}
.section-wrap .s-title .icon:before {
  content: '';
  background-size: 85%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.section-wrap .s-title .icon.iconSchool:before {
  content: '';
  background-image: url('./images/school2.svg');
}
.section-wrap .s-title .icon.iconScan {
  height: 7vw;
}
.section-wrap .s-title .icon.iconScan:before {
  content: '';
  background-image: url('./images/scanbill.svg');
}
.section-wrap .section-link {
  color: var(--primary);
  font-size: 3.1vw;
  font-weight: 700;
  text-decoration: none;
}
.section-wrap .section-link.back-articles::after {
  content: none;
}
.section-wrap .section-link.back-articles::before {
  content: '❮';
  margin-right: 0.5vw;
}
.section-wrap img {
  width: 100%;
}

.title-page {
  text-align: center;
  font-family: var(--f-montserrat);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 5vw;
  font-size: 4.2vw;
  color: var(--primary);
}

.title-form {
  text-align: center;
  font-family: var(--f-roboto);
  text-transform: uppercase;
  font-weight: 700;
  margin: 3vw 0;
  line-height: 1.4;
  font-size: 5vw;
  color: var(--primary);
  width: 70%;
  margin-inline: auto;
}

.btn {
  background: none;
}

.voucher-wrapper {
  display: flex;
  justify-content: space-evenly;
}
.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;
}

.voucher-expired {
  text-align: center;
  margin-block: 4vw;
}

.txt-custom {
  font-weight: 700;
  color: var(--primary);
}

.card-wrapper {
  display: flex;
  margin-bottom: 4vw;
}
.card-wrapper .card-image {
  margin-right: 3vw;
}
.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;
}
.card-wrapper .card-content .card-title {
  color: var(--dark);
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--f-montserrat);
}
.card-wrapper .card-content .date {
  color: #acacac;
  font-size: 3.4vw;
  margin-top: 1.5vw;
}

.action-container {
  display: flex;
  justify-content: space-evenly;
  padding: 0 6vw;
  margin: 1vw 0 8vw 0;
  font-family: var(--f-montserrat);
}
.action-container .btn-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 3vw;
  text-align: center;
  font-weight: 600;
  align-items: center;
  font-family: var(--f-montserrat);
  color: var(--primary);
}
.action-container .btn-child {
  width: 12vw;
  height: 12vw;
  padding: 3vw;
  background: var(--bg-header);
  border-radius: 8px;
  border: none;
  margin-bottom: 0.8vw;
}

.show-wrapper {
  margin: 0 auto;
  width: 100%;
}
.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);
}
.show-wrapper .child .show-img {
  aspect-ratio: 1/0.3;
  background-size: 100%;
  border-radius: 4px 4px 0 0;
}
.show-wrapper .child .show-img.bdrn {
  border-radius: 0;
}
.show-wrapper .child .image-qr {
  width: 35vw;
  margin: 0 auto;
  position: relative;
}
.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;
}
.show-wrapper .child .image-qr.redeemed::after {
  content: 'Đã đổi quà';
  background-color: #acacac;
  opacity: 1;
  border-radius: 8px;
  font-size: 3vw;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2vw 2vw;
  min-width: 25vw;
}
.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;
}
.show-wrapper .child .image-qr.reject::after {
  content: 'Đã từ chối';
  background-color: #acacac;
  opacity: 1;
  border-radius: 8px;
  font-size: 3vw;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2vw 2vw;
  min-width: 25vw;
}
.show-wrapper .child .show-body {
  padding: 2.5vw 4vw;
}
.show-wrapper .child .show-body .show-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
}
.show-wrapper .child .show-body .show-action .show-name {
  color: var(--primary);
  font-weight: 700;
  font-size: 3.6vw;
}
.show-wrapper .child .show-body .brd {
  border-bottom: 1px solid #dddddd;
  margin: 3vw 0;
}
.show-wrapper .child .show-body p {
  color: var(--gray1);
  margin-bottom: 1vw;
  font-size: 3.2vw;
}

.section-article-continue {
  margin-top: 4vw;
  display: flex;
  justify-content: space-between;
  gap: 5vw;
}
.section-article-continue .continue-article {
  font-weight: 700;
  font-size: 3.4vw;
  width: 50vw;
}
.section-article-continue .continue-article .other-article {
  font-size: 14px;
  font-style: italic;
}
.section-article-continue .continue-article .back-articles {
  display: flex;
  align-items: center;
  color: var(--primary);
  text-transform: uppercase;
  border-bottom: 1px solid var(--gray3);
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
}
.section-article-continue .continue-article .next-article {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--primary);
  text-transform: uppercase;
  border-bottom: 1px solid var(--gray3);
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
}

.bdr-bot {
  border-bottom: 2px solid #eeeeee;
  margin: 4vw -3.8vw;
}

.tab-container {
  margin-top: 4vw;
}
.tab-container.tab-user .nav-tabs {
  margin: 0;
}
.tab-container .nav-tabs {
  border: none;
  margin: 0 -3.8vw;
  font-size: 3.2vw;
}
.tab-container .nav-tabs li {
  flex: 1;
}
.tab-container .nav-tabs li .nav-link {
  width: 100%;
  text-align: center;
  color: #666666;
  border: 1px solid #ebebeb;
  border-radius: 0;
  position: relative;
}
.tab-container .nav-tabs li .nav-link.active {
  font-weight: 700;
  color: var(--primary);
}
.tab-container .nav-tabs li .nav-link.active::before {
  content: '';
  border-bottom: 2px solid var(--secondary);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.clr-primary {
  color: var(--primary);
}

.clr-title {
  color: #002567;
}

.clr-success {
  color: #25bb00;
}

.txt-blue {
  color: #00a4ff;
}

.clr-error {
  color: var(--error);
}

.txt-point {
  color: var(--primary);
}

.card-gift-wrapper {
  border: 1px solid #dddddd;
  box-shadow: 0px 2px 0px rgba(224, 224, 224, 0.2);
  border-radius: 4px;
  margin-bottom: 4vw;
}
.card-gift-wrapper .card-image {
  padding-bottom: 40vw;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.card-gift-wrapper .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.8vw;
  font-weight: 700;
  font-size: 3.8vw;
}
.card-gift-wrapper .card-body .left {
  color: var(--black);
  font-size: 3.5vw;
}
.card-gift-wrapper .card-body .right {
  color: var(--primary);
  font-size: 3.2vw;
}
.card-gift-wrapper .card-info {
  padding: 3.8vw 3.8vw 3.8vw 3.8vw;
  color: #545454;
}
.card-gift-wrapper .card-info .card-title {
  margin-bottom: 2vw;
}
.card-gift-wrapper .card-info .card-title span {
  font-weight: 700;
}
.card-gift-wrapper .card-footer {
  padding: 4vw 0 6vw 0;
  text-align: center;
}
.card-gift-wrapper .card-footer .btn-content {
  font-size: 3.8vw;
}

.bdr {
  border-bottom: 1px solid #eaeaea;
  margin: 0 3.8vw;
}

.modal-custom .modal-dialog {
  padding: 0 3.8vw;
  margin: 0;
}
.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;
}
.modal-custom .btn-close:focus {
  box-shadow: none;
}
.modal-custom .modal-content {
  box-shadow: 0px -2px 4px #bcbcbc;
  border: none;
}
.modal-custom .modal-header {
  padding: 3.4vw 4.2vw;
  color: var(--black);
  text-transform: uppercase;
  font-family: var(--f-montserrat);
}
.modal-custom .modal-header h5 {
  font-size: 3.8vw;
  font-weight: 700;
}
.modal-custom .modal-body {
  padding: 3.8vw 4.2vw 10vw 4.2vw;
  font-size: 3.6vw;
}
.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;
}
.modal-custom .modal-body p {
  margin-bottom: 2vw;
}
.modal-custom .modal-body .voucher-name {
  color: #002567;
  font-weight: 700;
}
.modal-custom .modal-body .txt-point {
  color: #102dc3;
  font-weight: 700;
}
.modal-custom .modal-body-content .status {
  text-align: center;
  text-transform: uppercase;
  font-size: 4.5vw;
  font-weight: 700;
  margin-bottom: 1.5vw;
}
.modal-custom .modal-body-content .status.success {
  color: #25bb00;
}
.modal-custom .modal-body-content .status.fail {
  color: #ff4949;
}
.modal-custom .modal-footer {
  border: none;
  justify-content: center;
  padding: 4vw 0 0 0;
}
.modal-custom .modal-footer .btn-content {
  font-size: 3.8vw;
}

.btn-layout {
  background: var(--primary);
  border-radius: 4px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2.3vw 5vw;
  margin: 0;
  min-width: 35vw;
}
.btn-layout.gray {
  background: #acacac;
}
.btn-layout.btn-form {
  background: var(--third);
}
.btn-layout:hover,
.btn-layout:active {
  background-color: var(--primary) !important;
}
.btn-layout.btn-mod {
  text-transform: unset;
  background-color: #f1b312;
}

.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;
}
.wrap-table .table {
  font-size: 3.2vw;
  color: #666666;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0;
}
.wrap-table .table tr {
  border-bottom: 1px solid #ddd;
}
.wrap-table .table tr:last-child {
  border-bottom: transparent;
}
.wrap-table .table tr td {
  padding: 3vw 0;
}
.wrap-table .table tr td:first-child {
  width: 35%;
}
.wrap-table .text-black {
  color: #000;
}
.wrap-table .text-bold {
  font-weight: 700;
}
.wrap-table .border-bottom-none {
  border-bottom: none !important;
}
.wrap-table .border-bottom-none td {
  border-bottom: none;
}
.wrap-table .border-bottom-none {
  border-bottom: none;
}

.text-black {
  color: #000;
}

.note-wrap {
  color: #545454;
  text-align: center;
  font-size: 3.4vw;
  border-bottom: none !important;
}
.note-wrap p {
  margin-bottom: 5vw;
}
.note-wrap td {
  padding: 10vw 0;
  border: none;
}

.tab-child-wrapper {
  padding-bottom: 20vw;
}
.tab-child-wrapper.tab-2 {
  padding-top: 8vw;
}
.tab-child-wrapper .tab-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4vw;
  text-align: center;
}

.lichsu-content {
  padding: 0 3.8vw;
}
.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);
}
.lichsu-content .lichsu-wrap .left {
  font-weight: 900;
  color: #545454;
  flex: 2;
  font-size: 3.2vw;
}
.lichsu-content .lichsu-wrap .center {
  font-weight: 900;
  flex: 1;
  text-align: center;
  font-size: 3.2vw;
}
.lichsu-content .lichsu-wrap .right {
  color: #545454;
  font-size: 3vw;
  flex: 1;
  text-align: center;
}

.tichdiem-content {
  padding: 6vw 3.8vw 18vw 3.8vw;
}
.tichdiem-content .card-footer {
  padding: 6vw 0 5vw 0;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.form-wrapper {
  color: var(--gray3);
}
.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;
  border: 0;
}
.form-wrapper .form-check-label {
  font-size: 13px;
  font-weight: 500;
}
.form-wrapper .form-control,
.form-wrapper .form-select {
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  padding: 16px;
  background-color: #dfdfdf;
  appearance: none;
  display: block;
  height: 54px;
}
.form-wrapper .select-datetime {
  display: flex;
  justify-content: space-between;
}
.form-wrapper .select-datetime select {
  width: 32%;
}
.form-wrapper .form-check {
  margin-bottom: 1.5vw;
}
.form-wrapper .form-check label {
  color: var(--gray3);
}
.form-wrapper .invalid-feedback {
  color: var(--error);
  font-size: 3.3vw;
}

.btn-wrap {
  display: flex;
  justify-content: center;
}
.btn-wrap button:first-child {
  margin-right: 4vw;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.link-policy {
  color: var(--primary);
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.justify-center {
  justify-content: center;
}

.image-success {
  width: 40vw;
  margin: 0 auto 5vw auto;
}

.h-100 {
  height: 100%;
}

.thele .title {
  text-align: center;
  text-transform: uppercase;
  color: #002567;
  font-weight: 700;
  font-size: 4.3vw;
  margin-bottom: 5vw;
}
.thele .section-wrap {
  color: #27222f;
  margin-bottom: 3vw;
}
.thele .section-wrap .section-title {
  color: #00a4ff;
  font-weight: 700;
}

.user-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.form-container {
  overflow-x: auto;
  color: var(--gray3);
  background-size: cover;
  position: relative;
  flex: 1;
}
.form-container .content-wrap {
  background: unset;
}
.form-container.bg-horoscope {
  background: #0a002e !important;
}

.article-top-wrap .article-createDate {
  font-size: 3vw;
  color: var(--gray1);
  margin: 2vw 0;
}
.article-top-wrap .article-title {
  color: var(--primary);
  font-weight: 700;
  font-size: 5vw;
  margin-top: 4vw;
  margin-bottom: 2vw;
}
.article-top-wrap .article-description {
  font-weight: 700;
}

.btn-before {
  position: absolute !important;
  bottom: 6vw;
  left: 50%;
  transform: translateX(-50%);
}

.select-filter {
  margin-bottom: 4vw;
  margin-top: -1vw;
}
.select-filter select {
  font-weight: 700;
  text-transform: uppercase;
}

.step-wrapper {
  width: 100%;
}
.step-wrapper .step {
  display: flex;
  justify-content: center;
  border: 1px solid var(--gray4);
  border-radius: 4px;
  margin-bottom: 3vw;
  background-color: var(--white);
}
.step-wrapper .step .left {
  width: 28vw;
  border-right: 1px solid var(--gray4);
  padding: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-wrapper .step .right {
  width: 80vw;
  padding: 3vw 5vw;
}
.step-wrapper .step .right .step-number {
  font-weight: 700;
  color: var(--primary);
  font-size: 4.2vw;
  text-transform: uppercase;
}
.step-wrapper .step .right p {
  color: #545454;
  margin: 0;
}

.style-mkd-phase2 {
  background: rgb(244, 234, 198);
  background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(244, 234, 198) 100%) !important;
}
.style-mkd-phase2 .modal-container-custom {
  margin-top: 20px;
  margin-bottom: 40px;
}
.style-mkd-phase2 .modal-container-custom .modal-content {
  background-size: 108%;
  height: auto;
  min-height: 400px;
}
.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;
}
.style-mkd-phase2 .modal-container-custom .modal-content .modal-body {
  padding: 3.8vw 14vw 10vw 14vw;
}
.style-mkd-phase2 .modal-container-custom .modal-footer {
  text-align: center;
  justify-content: center;
  bottom: -20px !important;
}
.style-mkd-phase2 .content-wrap {
  padding-left: 24px;
  padding-right: 24px;
}
.style-mkd-phase2 .title-form {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.style-mkd-phase2 .title-form .clr-error {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  padding-top: 12px;
}
.style-mkd-phase2 .form-wrapper .has-ico1 .form-label {
  text-transform: uppercase;
  color: #808080;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}
.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%;
}
.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;
}
.style-mkd-phase2 .form-wrapper .has-ico2 .tt-i {
  flex: 1;
}
.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%;
}
.style-mkd-phase2 .form-wrapper .form-control,
.style-mkd-phase2 .form-wrapper .form-select {
  border-radius: 12px;
  border: 1px solid #9a9a9a;
  font-size: 18px;
  padding: 20px;
}
.style-mkd-phase2 .btn-img {
  background: none !important;
  border: 0;
  width: 320px;
  margin: 0 auto !important;
}
.style-mkd-phase2 .btn-img:hover {
  background: none !important;
}
.style-mkd-phase2 .modal-content .btn-layout {
  background-color: #d20023;
}
.style-mkd-phase2 .g-plc a {
  color: #00a38e;
}
.style-mkd-phase2 .form-check-input:checked {
  background-color: #00a38e;
  border-color: #00a38e;
}

.style-new {
  background: rgb(244, 234, 198);
  background: #42cdc4 url(../images/bg_def.png) no-repeat center top !important;
  background-size: 100% !important;
  background-attachment: initial !important;
  padding: 16px;
  height: 100vh;
}
.style-new .banner-r {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.style-new .title-form {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
.style-new .title-form .clr-error {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  padding-top: 12px;
}
.style-new .content-wrap {
  padding: 12px 4px;
}
.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;
}
.style-new .form-wrapper .form-label {
  color: #6d6e71;
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  margin-top: 12px;
  position: relative;
}
.style-new .label-2 {
  color: #6d6e71;
  font-size: 16px;
  margin-bottom: 8px;
}
.style-new .form-wrapper .form-control,
.style-new .form-wrapper .form-select {
  border-radius: 10px;
  border: 1px solid #d4efec;
  font-size: 16px;
  padding: 16px;
  background-color: #d4efec;
}
.style-new .form-wrapper .form-control:focus,
.style-new .form-wrapper .form-select:focus {
  background-color: #f5efd7;
}
.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;
}
.style-new .form-wrapper .style-select-2 {
  background-image: url(../images/arrow_select.png);
  background-size: 14px 6px;
}
.style-new .g-plc {
  color: #fff;
}
.style-new .g-plc .form-check label {
  color: #fff;
}
.style-new .g-plc a,
.style-new .g-plc .link-policy {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.style-new .form-check-input:checked {
  background-color: #21c0b2;
  border-color: #fff;
}
.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;
}
.style-new .btn-layout:focus {
  background-color: #f5efd7 !important;
}
.style-new .btn-layout-custom {
  border-radius: 50px;
  margin-right: 0 !important;
  border: 5px solid #fff;
  font-size: 20px;
  background: rgb(216, 195, 125) !important;
  background: linear-gradient(
    90deg,
    rgb(216, 195, 125) 0%,
    rgb(187, 150, 69) 31%,
    rgb(187, 150, 69) 69%,
    rgb(216, 195, 125) 100%
  ) !important;
  width: 230px;
}

.header-wrap {
  position: relative;
  z-index: 200;
}

.main-container {
  background-size: 100% !important;
}
.main-container .bg-article-detail {
  display: block;
  content: '';
  width: 100%;
  position: relative;
  z-index: 100;
  margin-top: -70px;
  padding-top: 70px;
  background: rgb(138, 218, 207);
  background: linear-gradient(
    180deg,
    rgb(138, 218, 207) 0%,
    rgb(187, 234, 228) 6%,
    rgb(255, 255, 255) 12%,
    rgb(172, 229, 221) 37%,
    rgb(255, 255, 255) 86%,
    rgb(106, 220, 208) 96%,
    rgb(106, 220, 208) 100%
  );
}
.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%;
}
.main-container .title-img {
  padding: 0 20px;
}

.content-tab {
  position: relative;
  z-index: 100;
  padding: 8vw 5vw 0vw 5vw;
}
.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;
}
.content-tab .nav-tabs .nav-link {
  padding: 0 1vw;
  border: 0;
  background-color: transparent;
}
.content-tab .nav-tabs .nav-link .img-link {
  display: block;
}
.content-tab .nav-tabs .nav-link .img-active {
  display: none;
}
.content-tab .nav-tabs .nav-link.active .img-link {
  display: none;
}
.content-tab .nav-tabs .nav-link.active .img-active {
  display: block;
}

.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;
}
.tab-container .tab {
  padding: 0 1vw;
}
.tab-container .tab.active {
  padding: 0 5vw;
  background: url(../images/bg_tab.png) no-repeat center top 20px;
  background-size: 100% 100%;
}
.tab-container .tab.active img {
  margin-bottom: 0px;
}

.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);
}
.bl-section-wrap .title-wrap {
  margin-bottom: 10px;
  margin-top: -5px;
}
.bl-section-wrap .readmore {
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
.bl-section-wrap .card-wrapper .card-content .card-title {
  color: var(--primary);
  font-weight: normal;
}

.bl-nav-bottom {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: auto;
  overflow: visible;
}
.bl-nav-bottom a {
  display: block;
}
.bl-nav-bottom .router-link-active {
  margin-top: -25px;
}
.bl-nav-bottom .container-fluid > div {
  flex: 1;
  text-align: center;
}
.bl-nav-bottom .btn-content {
  font-size: 10px;
  color: #bcbec0;
  text-transform: uppercase;
  padding: 5px 0;
}
.bl-nav-bottom .btn-child .icon {
  margin-bottom: 4px;
}
.bl-nav-bottom .btn-child .icon.icon-home:before {
  background-image: url(../images/n_df_nav2.png);
}
.bl-nav-bottom .btn-child .icon.icon-gift:before {
  background-image: url(../images/n_df_nav1.png);
}
.bl-nav-bottom .btn-child .icon.icon-user:before {
  background-image: url(../images/n_df_nav3.png);
}
.bl-nav-bottom .router-link-active .btn-child .btn-content {
  color: var(--primary);
  position: relative;
  font-size: 12px;
}
.bl-nav-bottom .router-link-active .btn-child .icon {
  background-color: var(--primary);
  border-radius: 50%;
  padding: 2.5vw;
  width: 11.5vw;
  height: 11.5vw;
}
.bl-nav-bottom .router-link-active .btn-child .icon.icon-home:before {
  background-image: url(../images/n_df_nav2_active.png);
}
.bl-nav-bottom .router-link-active .btn-child .icon.icon-gift:before {
  background-image: url(../images/n_df_nav1_active.png);
}
.bl-nav-bottom .router-link-active .btn-child .icon.icon-user:before {
  background-image: url(../images/n_df_nav3_active.png);
}

.step-wrapper .image-form {
  margin-bottom: 10px;
}
.step-wrapper .step {
  margin-top: 3vw;
  background: rgb(216, 243, 240);
  background: linear-gradient(180deg, rgb(216, 243, 240) 0%, rgb(255, 255, 255) 100%);
  border: 4px solid #fff;
  border-radius: 8px;
}
.step-wrapper .step .left {
  width: 40vw;
}
.step-wrapper .step .right .step-number {
  font-size: 5.5vw;
}

.hight {
  background-color: #f5efd7;
}

.ico-f {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.al-m {
  align-items: center;
  display: flex;
  font-weight: bold;
  color: var(--primary);
  font-size: 14px;
}

.style-wrap-table {
  padding: 3px;
  border-radius: 16px;
  background: rgb(237, 205, 126);
  background: linear-gradient(4deg, rgb(237, 205, 126) 0%, rgb(255, 255, 255) 100%);
}

.style-wrap-table2 {
  position: relative;
  z-index: 10;
  padding: 6px;
  border-radius: 16px;
  background: rgb(237, 205, 126);
  background: linear-gradient(180deg, rgb(237, 205, 126) 0%, rgb(255, 255, 255) 30%);
}
.style-wrap-table2 .bl-section-wrap {
  padding-top: 36px;
}

.style-wrap-in {
  padding: 4px;
  border-radius: 16px;
  margin: 0;
  background: rgb(110, 217, 207);
  background: linear-gradient(180deg, rgb(110, 217, 207) 0%, rgb(255, 255, 255) 100%);
}
.style-wrap-in .table-in {
  padding: 12px;
  border-radius: 12px;
  background: rgb(206, 241, 238);
  background: linear-gradient(180deg, rgb(206, 241, 238) 0%, rgb(255, 255, 255) 100%);
}
.style-wrap-in .table tr {
  border-bottom: 1px solid #21c0b2;
  border-radius: 30px;
  overflow: hidden;
}
.style-wrap-in .table tr td {
  padding: 15px 10px;
}
.style-wrap-in .table tr td:first-child {
  width: 150px;
}
.style-wrap-in .text-black {
  word-break: break-all;
}

.tabPanel-wrap {
  position: relative;
  z-index: 2;
}

.title-img {
  margin-bottom: 0px;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}

.input-wrap select {
  border-radius: 30px;
  border: 1px solid #aeb0b2;
  background-image: url(../images/arr.png) !important;
  background-size: 16px 10px !important;
}

.select-wrap::after {
  opacity: 0;
}

.bl-title-user {
  margin: 0 auto;
  margin-bottom: -5px;
  margin-top: 10px;
  width: 70%;
}

.bl-select-style {
  width: 80%;
  margin: 0 auto;
  margin-bottom: -20px;
  position: relative;
  z-index: 20;
}
.bl-select-style .form-select {
  border-radius: 50px;
  padding: 10px;
  background-image: url(../images/arr.png);
  background-size: 16px 8px;
  background-color: #fbedb1;
  color: var(--primary);
}

.section-wrap .back-link {
  color: #00a08d;
  font-size: 16px;
}

.section-article-continue .continue-article .back-articles,
.section-article-continue .continue-article .next-article {
  border: 0;
  background-color: var(--primary);
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  padding: 4px 12px;
}
.section-article-continue .continue-article .back-articles .iconBack,
.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;
}
.section-article-continue .continue-article .back-articles .iconNext,
.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;
}

.section-article-continue .continue-article .other-article {
  color: var(--primary);
}

.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;
}
.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;
}
.modal-container-custom .modal-content .modal-header h5 {
  font-size: 8vw;
  color: #00a08d;
  line-height: 1.1;
}
.modal-container-custom .modal-content .modal-header.fail {
  border-bottom: 3px solid #be1e2d;
}
.modal-container-custom .modal-content .modal-body {
  position: relative;
  padding: 3.8vw 14vw 10vw 14vw;
}
.modal-container-custom .modal-content .text-center img {
  width: 50px !important;
}
.modal-container-custom .btn-layout {
  color: #a97c50;
  border-radius: 40px;
  padding: 1.5vw 4vw;
  font-family: 'SVN-DIN', sans-serif;
  background: rgb(239, 209, 140);
  background: linear-gradient(
    90deg,
    rgb(239, 209, 140) 0%,
    rgb(251, 235, 175) 31%,
    rgb(251, 235, 175) 69%,
    rgb(252, 238, 179) 100%
  );
  font-size: 4.5vw !important;
  width: 55vw;
  border: 3px solid #fff;
}
.modal-container-custom .modal-footer .btn-content {
  font-size: inherit;
}
.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;
}
.modal-container-custom .modal-title {
  color: #c69f13;
  margin-bottom: 0;
}
.modal-container-custom .modal-title.fail {
  color: #be1e2d;
  font-size: 4.25vw;
}
.modal-container-custom .txt {
  padding: 0 20px;
}
.modal-container-custom .btn-wrap,
.modal-container-custom .modal-footer {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: 100%;
}
.modal-container-custom .form-control {
  border-radius: 50px;
  width: 80%;
  margin: 10px auto;
  border: 3px solid #fff;
}
.modal-container-custom.has-icon-top .modal-content .modal-header h5 {
  position: relative;
}
.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%;
}

.section-article-continue {
  margin-bottom: 70px;
}

.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;
}

.bdr-bot {
  display: none;
}

.btn-layout.btn-form {
  background-color: var(--primary);
}

.bl-list-qrCode {
  padding: 20px;
  background-color: #dcf4ef;
  border: 3px solid #fff;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bl-qrCode {
  display: flex;
  align-items: center;
  padding: 10px 10px 0;
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 20px;
  background: rgb(242, 212, 141);
  background: linear-gradient(90deg, rgb(242, 212, 141) 0%, rgb(255, 254, 204) 55%, rgb(251, 237, 178) 100%);
}
.bl-qrCode.bg-white {
  background-image: none;
  background-color: #90dcd2 !important;
  color: #fff;
}
.bl-qrCode .col-qr {
  width: 45%;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.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;
}
.bl-qrCode .col-qr.redeemed::after {
  content: 'Đã đổi quà';
  background-color: #acacac;
  opacity: 1;
  border-radius: 8px;
  font-size: 3vw;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2vw 2vw;
  min-width: 25vw;
  text-align: center;
}
.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;
}
.bl-qrCode .col-qr.reject::after {
  content: 'Đã từ chối';
  background-color: #acacac;
  opacity: 1;
  border-radius: 8px;
  font-size: 3vw;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2vw 2vw;
  min-width: 25vw;
}
.bl-qrCode .col-txt {
  flex: 1;
  padding: 0 20px;
}
.bl-qrCode .col-txt .tt-qr {
  margin-left: -15px;
}
.bl-qrCode .col-txt p {
  font-size: 11px;
  margin-top: 5px;
}

.btn-wrapper {
  display: flex;
}

.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper-voucher-copy {
  background: #00a08d;
  border-radius: 50px;
  border: 3px solid #fff;
}
.wrapper-voucher-copy .voucher-wrapper .voucher-code {
  background: transparent;
  border: 0;
  color: #fff;
}
.wrapper-voucher-copy .btn-layout {
  background-color: #fff !important;
  color: #00a08d !important;
  background-image: none !important;
}

.style-hlbs {
  color: #6d6e71;
  background: rgb(251, 245, 229);
  background: linear-gradient(0deg, rgb(251, 245, 229) 0%, rgb(255, 255, 255) 56%);
  padding: 0 0 16px;
  padding-bottom: 100px;
}
.style-hlbs .content-wrap {
  padding: 0 20px 12px 20px;
}
.style-hlbs .g-plc {
  color: #6d6e71;
}
.style-hlbs .g-plc a,
.style-hlbs .g-plc .link-policy {
  color: #c05a0e;
  font-weight: 700;
  text-decoration: underline;
}
.style-hlbs fieldset {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.style-hlbs .section-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  color: #e2631a;
  margin: 20px 0 16px;
}
.style-hlbs .quiz-card {
  position: relative;
  padding: 24px 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.style-hlbs .required-note {
  color: #e55204;
  font-size: 13px;
  margin-bottom: 16px;
}
.style-hlbs .form-groups {
  margin-bottom: 18px;
}
.style-hlbs .form-groups:last-of-type {
  margin-bottom: 0;
}
.style-hlbs .field-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #e55204;
}
.style-hlbs .field-label .icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #e2631a;
}
.style-hlbs .field-label .required {
  color: #e2631a;
  margin-left: 2px;
}
.style-hlbs .field-input input {
  height: 48px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 12px;
  background-color: #fdd6b6;
  padding: 0 16px;
  font-weight: 700;
  font-size: 16px;
  color: #7a4a1c;
}
.style-hlbs .field-input input::placeholder {
  color: #c99872;
  font-weight: 400;
}
.style-hlbs .date-select {
  display: flex;
  gap: 10px;
}
.style-hlbs .date-select select {
  flex: 1;
  min-width: 0;
  height: 48px;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 12px;
  background-color: #fdd6b6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23e55204' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px 7px;
  padding: 0 26px 0 12px;
  font-weight: 700;
  font-size: 15px;
  color: #e55204;
  text-align: center;
  text-align-last: center;
  text-transform: uppercase;
}
.style-hlbs .invalid-feedback {
  display: block;
  width: 100%;
  text-align: center;
  color: #ff4949;
  font-size: 13px;
  margin-top: 6px;
}
.style-hlbs .form-groups.checkbox {
  margin-bottom: 10px;
  padding: 0 4px;
}
.style-hlbs .form-groups.checkbox .form-groups-w {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.style-hlbs .form-groups.checkbox label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.style-hlbs .form-groups.checkbox label span {
  flex: 0 0 auto;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1.5px solid #c9c9c9;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.style-hlbs .form-groups.checkbox label .choice {
  width: calc(100% - 16px);
  padding-left: 8px;
}
.style-hlbs .form-groups.checkbox label .text {
  font-size: 13px;
  line-height: 1.4;
  color: #c05a0e;
}
.style-hlbs .form-groups.checkbox input[type='checkbox'] {
  display: none;
}
.style-hlbs .form-groups.checkbox input[type='checkbox']:checked + label span {
  background: #e2631a;
  border-color: #e2631a;
}
.style-hlbs .form-groups.checkbox input[type='checkbox']:checked + label span::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.style-hlbs .submit {
  margin-top: 20px;
  text-align: center;
}
.style-hlbs .submit .btn-submit-quiz {
  display: block;
  width: 50%;
  margin: 0 auto;

  border: none;
  border-radius: 24px;
  padding: 12px;
  background: linear-gradient(180deg, #f0812e 0%, #e2631a 100%);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 14px rgba(226, 99, 26, 0.35);
  cursor: pointer;
}

.s-qa-hlbs {
  background-color: #fff;
  position: relative;
}
.s-qa-hlbs .s-header {
  background: rgb(237, 219, 192);
  background: linear-gradient(0deg, rgb(237, 219, 192) 0%, rgb(239, 224, 197) 22%, rgb(228, 202, 166) 100%);
}
.s-qa-hlbs .bl-brand {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.s-qa-hlbs .bl-brand .col-l {
  width: 40px;
}
.s-qa-hlbs .bl-brand .col-r {
  width: 80px;
}
.s-qa-hlbs .bl-title {
  text-align: center;
  padding: 5px 10px 10px;
}
.s-qa-hlbs .bl-title h4 {
  font-weight: bold;
  color: #81632c;
  text-transform: uppercase;
  font-size: 24px;
}
.s-qa-hlbs .s-body {
  padding: 20px;
  padding-bottom: 160px;
}
.s-qa-hlbs .bl-qa {
  margin-bottom: 10px;
}
.s-qa-hlbs .bg-avatar {
  padding: 2px;
  border-radius: 50%;
  border: 1px solid #b47f16;
  background: rgb(190, 155, 81);
  background: linear-gradient(
    83deg,
    rgb(190, 155, 81) 0%,
    rgb(219, 176, 87) 43%,
    rgb(239, 197, 109) 47%,
    rgb(219, 177, 85) 100%
  );
}
.s-qa-hlbs .bg-avatar .avtar {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  border-radius: 50%;
}
.s-qa-hlbs .row-qa {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.s-qa-hlbs .row-qa .col-av {
  width: 50px;
  padding: 3px;
  border: 1px solid #e5d9bd;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.s-qa-hlbs .row-qa .col-content {
  padding-left: 10px;
  flex: 1;
  padding-top: 8px;
}
.s-qa-hlbs .row-qa .bl-name {
  display: flex;
  align-items: center;
  color: #81632c;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
.s-qa-hlbs .row-qa .bl-fb {
  color: #808080;
  font-size: 11px;
  padding-left: 10px;
  text-transform: none;
  font-weight: normal;
}
.s-qa-hlbs .row-qa .bl-txt {
  padding: 10px;
  border-radius: 8px;
  background-color: #efefef;
  color: #666666;
  word-break: break-word;
}
.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;
}
.s-qa-hlbs .row-qa.answer {
  padding-left: 50px;
  padding-top: 10px;
}
.s-qa-hlbs .row-qa.answer .col-av {
  width: 36px;
  padding: 1px;
}
.s-qa-hlbs .row-qa.answer .bg-avatar {
  padding: 1px;
}
.s-qa-hlbs .row-qa.answer .col-content {
  padding-left: 6px;
}
.s-qa-hlbs .row-qa.answer .bl-name {
  text-transform: uppercase;
}
.s-qa-hlbs .row-qa.answer .bl-txt {
  background-color: #f6f0d8;
}
.s-qa-hlbs .row-qa.answer .hide {
  display: none;
}
.s-qa-hlbs .bl-send-qa {
  border-radius: 30px;
  padding: 8px;
  border: 1px solid #81632c;
  display: flex;
  align-items: center;
  background: rgb(235, 217, 164);
  background: linear-gradient(
    83deg,
    rgb(235, 217, 164) 0%,
    rgb(239, 230, 197) 34%,
    rgb(241, 237, 215) 70%,
    rgb(235, 216, 164) 100%
  );
  position: fixed;
  bottom: 80px;
  left: 5%;
  width: 90%;
  z-index: 100;
}
.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;
}
.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;
}

.txt-qr-big {
  font-weight: bold;
  line-height: 1.2;
  color: #925c35;
  padding-left: 14px;
  text-transform: uppercase;
  margin-right: -20px;
}
.txt-qr-big .txt-lg {
  font-size: 28px;
}
.txt-qr-big .txt-sm {
  font-size: 20px;
}
.txt-qr-big.txt-white {
  color: #fff;
}

.wrap-horo {
  position: relative;
}
.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;
}

.style-nan3 {
  background-color: #fff;
  padding: 16px;
}
.style-nan3 .clr-error {
  color: #ffab2e;
}
.style-nan3 .title-form {
  position: relative;
  z-index: 10;
}
.style-nan3 .content-wrap {
  padding: 0px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.style-nan3 .form-wrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 10px;
  padding-top: 40px;
}
.style-nan3 .form-wrapper .form-label {
  font-size: 18px;
  color: #00a08d;
  font-weight: bold;
  margin-bottom: 10px;
}
.style-nan3 .form-wrapper .invalid-feedback {
  margin-top: 16px;
}
.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;
}
.style-nan3 .has-ico1 {
  position: relative;
}
.style-nan3 .has-ico1 > div {
  position: relative;
}
.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%;
}
.style-nan3 .has-ico2 {
  position: relative;
}
.style-nan3 .has-ico2 > div {
  position: relative;
}
.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%;
}
.style-nan3 .has-ico2 .form-control {
  background-color: #ffe8b3 !important;
  color: #ff9a0f;
}
.style-nan3 .form-wrapper .select-datetime {
  border: 2px solid #bfece7;
  border-radius: 30px;
  padding: 0px;
}
.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;
}
.style-nan3 .form-wrapper .select-datetime select:first-child {
  border: 0;
}
.style-nan3 .label-2 {
  color: #00a18c;
  font-size: 16px;
  font-weight: bold;
}
.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;
}
.style-nan3 .style-select-2 option {
  color: #000;
}
.style-nan3 .g-plc {
  background-color: #d9f3f4;
  padding: 0 20px 30px;
  border-radius: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0px;
}
.style-nan3 .form-check {
  display: flex;
}
.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;
}
.style-nan3 .form-check label {
  flex: 1;
  padding-top: 4px;
}
.style-nan3 .form-check .form-check-input:checked[type='checkbox'] {
  background-image: url(../images/nan3/check_active.png);
}
.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;
}
.style-nan3 .modal-container-custom .modal-content {
  background: none;
  height: auto;
  border: 0 !important;
  font-size: 20px;
  color: #b7b7b7;
  box-shadow: none !important;
}
.style-nan3 .modal-container-custom .modal-content .modal-img {
  padding: 20px;
  position: relative;
}
.style-nan3 .modal-container-custom .modal-content .modal-header {
  padding-top: 0;
  width: 100% !important;
  border: 0;
  text-transform: uppercase;
}
.style-nan3 .modal-container-custom .modal-content .modal-footer {
  border: 0 !important;
}
.style-nan3 .modal-container-custom .modal-content .modal-title {
  font-size: 32px !important;
  font-weight: bold;
  color: #5bbcb1;
}
.style-nan3 .modal-container-custom .modal-content .modal-title small {
  font-size: 23px !important;
}
.style-nan3 .modal-container-custom .modal-content .modal-title .hightlight {
  color: #ffbf2e;
}
.style-nan3 .modal-container-custom .modal-content .modal-body {
  text-align: center;
  padding: 10px 20px 20px;
  flex: 1;
}
.style-nan3 .modal-container-custom .modal-content .modal-footer {
  position: static;
  transform: translateX(0);
  left: 0;
  display: block;
  padding-top: 10px;
}
.style-nan3 .wrapper-voucher-copy {
  background: none;
  padding-top: 10px;
}
.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%;
}

.bg-user-3 {
  background: url(../images/nan3/bg_user3.png) no-repeat top center;
  background-size: 100%;
}
.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;
}
.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;
}
.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;
}
.bg-user-3 .text-r {
  text-align: right;
  color: #555 !important;
}
.bg-user-3 .style-wrap-table {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.bg-user-3 .style-wrap-table .style-wrap-in {
  background: #fff;
  border: 0;
}
.bg-user-3 .style-wrap-table .style-wrap-in .table-in {
  background: #fff;
}
.bg-user-3 .style-wrap-table .wrap-table .table {
  font-size: 16px;
}
.bg-user-3 .style-wrap-table .al-m {
  font-size: 16px;
}

.bl-list-qrCode-2 {
  background: #ffe8b3;
}
.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;
}
.bl-list-qrCode-2 .bl-qrCode-2 .txt-qr-big {
  display: flex;
  justify-content: center;
  margin-right: 0;
  color: #fff;
}
.bl-list-qrCode-2 .bl-qrCode-2 .txt-qr-big .txt-sm {
  font-size: 32px;
  padding-left: 10px;
}
.bl-list-qrCode-2 .bl-qrCode-2 p {
  text-align: center;
}
.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;
}
.bl-list-qrCode-2 .bl-qrCode-2 .col-qr img {
  border-radius: 20px;
}
.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;
}
.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;
  color: var(--white);
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2vw 2vw;
  min-width: 25vw;
  text-align: center;
}
.bl-list-qrCode-2 .bl-qrCode-2:before,
.bl-list-qrCode-2 .bl-qrCode-2:after {
  display: block;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}
.bl-list-qrCode-2 .bl-qrCode-2::before {
  top: 25%;
  right: -25px;
  background-image: url(../images/nan3/star_1.png);
  width: 45px;
  height: 45px;
}
.bl-list-qrCode-2 .bl-qrCode-2::after {
  bottom: 50px;
  left: -15px;
  background-image: url(../images/nan3/star_2.png);
  width: 30px;
  height: 30px;
}

.devider {
  margin-top: 10px;
  height: 0.5px;
  background-color: #cccccc;
}

.qr-wrap {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 47%;
}
.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%;
}

.form-container {
  overflow-x: auto;
  color: var(--gray3);
  background-size: cover;
  position: relative;
  flex: 1;
}
.form-container .content-wrap {
  background: unset;
}
.form-container.bg-horoscope {
  background: #0a002e !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.form-wrapper .form-check {
  margin-bottom: 1.5vw;
}

.form-check {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  --bs-border-color: dee2e6;
}
.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;
}
.form-check label {
  flex: 1;
  padding-top: 4px;
}
.form-check .form-check-input:checked[type='checkbox'] {
  background-image: url(../images/nan3/check_active.png);
}

.form-wrapper .has-ico1 .form-label:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-color: #000;
  margin-right: 10px;
  background: url(../images/icon_d1.png) no-repeat center center;
  background-size: 100%;
}

.form-wrapper .has-ico2 .form-label:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-color: #000;
  margin-right: 10px;
  background: url(../images/icon_d2.png) no-repeat center center;
  background-size: 100%;
}

.w-100 {
  width: 100%;
  display: block;
}

.form-wrapper .has-ico3 .form-label:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-color: #000;
  margin-right: 10px;
  background: url(../images/icon_d3.png) no-repeat center center;
  background-size: 94%;
}

.wrap-hlbs {
  background: url(../images/bg_bottom.png) no-repeat center bottom;
  background-size: 100%;
  padding: 8px;
}

.content-wrap-in {
  padding: 16px;
  border-radius: 16px;
  padding-bottom: 24px;
  margin-top: 10px;
  background: url(../images/bg_top.png) no-repeat center top;
  background-size: 100%;
}
