@charset "UTF-8";
.cssload-container {
  width: 72px;
  margin: 58px auto;
  font-size: 0;
  position: relative;
  transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  animation: cssload-clockwise 6.9s linear infinite;
  -o-animation: cssload-clockwise 6.9s linear infinite;
  -ms-animation: cssload-clockwise 6.9s linear infinite;
  -webkit-animation: cssload-clockwise 6.9s linear infinite;
  -moz-animation: cssload-clockwise 6.9s linear infinite;
}
.cssload-container:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  border: 6px solid #e5e5e5;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.cssload-container:after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border: 6px solid #e5e5e5;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cssload-lt, .cssload-rt, .cssload-lb, .cssload-rb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 39px;
  height: 19px;
  opacity: 1;
}

.cssload-lt:before, .cssload-rt:before, .cssload-lb:before, .cssload-rb:before {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  border-top: 6px solid blueviolet;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cssload-lt {
  margin-right: -6px;
  animation: cssload-lt 2.3s linear -2300ms infinite;
  -o-animation: cssload-lt 2.3s linear -2300ms infinite;
  -ms-animation: cssload-lt 2.3s linear -2300ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -2300ms infinite;
  -moz-animation: cssload-lt 2.3s linear -2300ms infinite;
}
.cssload-lt:before {
  top: 0;
  left: 0;
  animation: cssload-not-clockwise 1.15s linear infinite;
  -o-animation: cssload-not-clockwise 1.15s linear infinite;
  -ms-animation: cssload-not-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
  -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

.cssload-rt {
  animation: cssload-lt 2.3s linear -1150ms infinite;
  -o-animation: cssload-lt 2.3s linear -1150ms infinite;
  -ms-animation: cssload-lt 2.3s linear -1150ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -1150ms infinite;
  -moz-animation: cssload-lt 2.3s linear -1150ms infinite;
}
.cssload-rt:before {
  top: 0;
  right: 0;
  animation: cssload-clockwise 1.15s linear infinite;
  -o-animation: cssload-clockwise 1.15s linear infinite;
  -ms-animation: cssload-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-clockwise 1.15s linear infinite;
  -moz-animation: cssload-clockwise 1.15s linear infinite;
}

.cssload-lb {
  margin-right: -6px;
  animation: cssload-lt 2.3s linear -1725ms infinite;
  -o-animation: cssload-lt 2.3s linear -1725ms infinite;
  -ms-animation: cssload-lt 2.3s linear -1725ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -1725ms infinite;
  -moz-animation: cssload-lt 2.3s linear -1725ms infinite;
}
.cssload-lb:before {
  bottom: 0;
  left: 0;
  animation: cssload-not-clockwise 1.15s linear infinite;
  -o-animation: cssload-not-clockwise 1.15s linear infinite;
  -ms-animation: cssload-not-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-not-clockwise 1.15s linear infinite;
  -moz-animation: cssload-not-clockwise 1.15s linear infinite;
}

.cssload-rb {
  animation: cssload-lt 2.3s linear -575ms infinite;
  -o-animation: cssload-lt 2.3s linear -575ms infinite;
  -ms-animation: cssload-lt 2.3s linear -575ms infinite;
  -webkit-animation: cssload-lt 2.3s linear -575ms infinite;
  -moz-animation: cssload-lt 2.3s linear -575ms infinite;
}
.cssload-rb:before {
  bottom: 0;
  right: 0;
  animation: cssload-clockwise 1.15s linear infinite;
  -o-animation: cssload-clockwise 1.15s linear infinite;
  -ms-animation: cssload-clockwise 1.15s linear infinite;
  -webkit-animation: cssload-clockwise 1.15s linear infinite;
  -moz-animation: cssload-clockwise 1.15s linear infinite;
}

@keyframes cssload-clockwise {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(315deg);
  }
}
@-o-keyframes cssload-clockwise {
  0% {
    -o-transform: rotate(-45deg);
  }
  100% {
    -o-transform: rotate(315deg);
  }
}
@-ms-keyframes cssload-clockwise {
  0% {
    -ms-transform: rotate(-45deg);
  }
  100% {
    -ms-transform: rotate(315deg);
  }
}
@-webkit-keyframes cssload-clockwise {
  0% {
    -webkit-transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
  }
}
@-moz-keyframes cssload-clockwise {
  0% {
    -moz-transform: rotate(-45deg);
  }
  100% {
    -moz-transform: rotate(315deg);
  }
}
@keyframes cssload-not-clockwise {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@-o-keyframes cssload-not-clockwise {
  0% {
    -o-transform: rotate(45deg);
  }
  100% {
    -o-transform: rotate(-315deg);
  }
}
@-ms-keyframes cssload-not-clockwise {
  0% {
    -ms-transform: rotate(45deg);
  }
  100% {
    -ms-transform: rotate(-315deg);
  }
}
@-webkit-keyframes cssload-not-clockwise {
  0% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
  }
}
@-moz-keyframes cssload-not-clockwise {
  0% {
    -moz-transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(-315deg);
  }
}
@keyframes cssload-lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes cssload-lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes cssload-lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cssload-lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cssload-lt {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.noScroll {
  overflow-y: hidden;
  padding-right: 12px;
}
.noScroll #stickyFooterMenu {
  margin-left: -6px;
}

table {
  width: 100%;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #8f6def #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #8f6def;
  border-radius: 10px;
  border: 3px double #ffffff;
}

#Zalopay {
  /*height: 720px;*/
  height: auto;
}
#Zalopay.logged {
  /*height: 720px;*/
  height: auto;
}
#Zalopay.hasAlertMessage {
  /*height: 810px;*/
  height: auto;
}
#Zalopay strong {
  font-weight: 600;
}

#Zalopay-Packages {
  width: 100%;
  top: 0;
  left: 15px;
  position: relative;
}

#GROUP765ZP {
  width: 396px;
  height: 60px;
  top: 0px;
  left: 4px;
  position: relative;
}

#GROUP766ZP {
  width: 396px;
  height: 60px;
  top: 0px;
  left: 0px;
}

#HEADLINE767ZP {
  width: 396px;
  top: 8px;
  left: 0px;
}

.heading-collapse {
  z-index: 1;
  left: 20px;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}
.heading-collapse:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #282828;
}
.heading-collapse:hover h2, .heading-collapse.expand h2 {
  color: #ff68a2 !important;
}
.heading-collapse:hover:before, .heading-collapse.expand:before {
  border-color: transparent transparent transparent #ff68a2;
  /*border-width: 7px 7px 0 7px;*/
  /*border-color: rgb(204 27 0) transparent transparent transparent;*/
}

#HEADLINE767ZP > .ladi-headline {
  font-family: "Open Sans", sans-serif;
  color: #1d1d1d;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
}

#HEADLINE768ZP {
  width: 376px;
  top: 40px;
  left: 0px;
}
#HEADLINE768ZP > .ladi-headline {
  color: #242424;
  font-size: 10px;
  font-style: italic;
  text-align: left;
  line-height: 1.6;
}

#LINE769ZaloPay {
  top: 7px;
  right: 0;
}
#LINE769ZaloPay img {
  height: 35px;
}

.custom-radio {
  display: block;
  position: relative;
  height: 40px;
  padding-left: 40px;
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio span.checkbox {
  background-color: #bababa;
  border: solid 2px #cccccc;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 26px;
  margin: 0px;
  position: absolute;
  left: 0;
  top: -5px;
  width: 26px;
}
.custom-radio span.checkbox:before {
  content: "";
  color: #fff;
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3px;
}
.custom-radio input[type=radio] + span.checkbox:hover, .custom-radio input[type=radio]:checked + span.checkbox {
  background: #04BE05;
  border-color: #04BE05;
  text-align: center;
}

.package-list {
  /*margin-top: 60px;*/
  margin-top: 0;
}
.package-list .package-item {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.package-list .package-item:last-child {
  margin-bottom: 0;
}
.package-list .package-item:after {
  display: table;
  clear: both;
  content: "";
}
.package-list .package-item strong {
  font-weight: 600;
}
.package-list .package-item .free {
  font-weight: 700;
  margin-left: 18px;
}
.package-list .package-item .free + br + span {
  margin-left: 5px;
}
.package-list .package-item .custom-radio {
  position: absolute;
  top: 0;
  right: -5px;
  padding-left: 22px;
}
.package-list .package-item .package-item--left {
  float: left;
  width: 100px;
}
.package-list .package-item .package-item--right {
  float: right;
  width: calc(100% - 100px);
}
.package-list .package-item .package-item--name {
  font-size: 16px;
  font-weight: bold;
  color: #909090;
}
.package-list .package-item .package-item--price {
  color: #D9001B;
  font-size: 16px;
  margin-top: 10px;
}
.package-list .package-item .package-item--price sub {
  font-size: 12px;
}
.package-list .package-item .package-item--price span {
  font-size: 13px;
}
.package-list .package-item .package-item--desc {
  font-size: 13px;
  line-height: 1.4;
  color: #606060;
}
.package-list .package-item:hover, .package-list .package-item.checked {
  border-color: #04BE05;
}
.package-list .package-item:hover .package-item--name, .package-list .package-item.checked .package-item--name {
  color: #04BE05;
}
.package-list .package-item:hover .package-item--desc, .package-list .package-item.checked .package-item--desc {
  color: #008FE9;
}

.break-line {
  display: block;
  background: #ccc;
  width: 100%;
  height: 4px;
  margin: 10px auto;
}

.payment-package-time.first, .payment-package-time.last {
  margin-top: 25px;
}

.package-time-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
.package-time-title .custom-radio {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 32px;
}

.package-time-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
}

.package-time-item {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  margin: 0 10px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 20px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.package-time-item.red {
  color: #D9001B;
  border-color: #D9001B;
}
.package-time-item.green {
  color: #04BE05;
  border-color: #04BE05;
}
.package-time-item.blue {
  color: #008FE9;
  border-color: #008FE9;
}
.package-time-item.purple {
  color: #892ee9;
  border-color: #892ee9;
}
.package-time-item .custom-radio {
  position: absolute;
  top: -5px;
  right: 10px;
  padding: 0;
  transform: scale(0.6);
}

.payment-package-time:not(.checked) .package-time-item.red, .payment-package-time:not(.checked) .package-time-item.green, .payment-package-time:not(.checked) .package-time-item.blue, .payment-package-time:not(.checked) .package-time-item.purple {
  opacity: 0.6;
}
.payment-package-time:not(.checked):hover .package-time-item.red, .payment-package-time:not(.checked):hover .package-time-item.green, .payment-package-time:not(.checked):hover .package-time-item.blue, .payment-package-time:not(.checked):hover .package-time-item.purple {
  opacity: 1;
}

.payment-total:after {
  clear: both;
  display: table;
  content: "";
}
.payment-total .payment-total--left {
  font-size: 18px;
  font-weight: 700;
  float: left;
  width: 200px;
}
.payment-total .payment-total--left sub {
  font-size: 12px;
  font-weight: 400;
}
.payment-total .payment-total--right {
  color: #D9001B;
  float: right;
  width: calc(100% - 200px);
  text-align: right;
}
.payment-total .payment-total--price {
  font-size: 18px;
  font-weight: 700;
}
.payment-total .payment-total--price sub {
  font-size: 12px;
  font-weight: 400;
}

.vs-buynow {
  text-align: center;
  margin-top: 30px;
}
.vs-buynow .btn-vs-buynow {
  position: relative;
  text-transform: uppercase;
  border: none;
  background-color: #0f8edd;
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px 14px 40px;
  font-size: 14px;
  cursor: pointer;
}
.vs-buynow .btn-vs-buynow:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(spritef33b.png?v=100000000);
  background-position: -305px -313px;
}
.vs-buynow .btn-vs-buynow:hover {
  background: #0076c0;
}
.vs-buynow .btn-edit,
.vs-buynow .btn-nap-edit,
.vs-buynow .btn-zalopay-edit {
  position: relative;
  text-transform: uppercase;
  border: none;
  background-color: #001928;
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px 14px 20px;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}
.vs-buynow .btn-edit:hover,
.vs-buynow .btn-nap-edit:hover,
.vs-buynow .btn-zalopay-edit:hover {
  background: #00090e;
}

.vs-buynow2 {
  text-align: center;
  margin: -10px auto 40px;
}
.vs-buynow2 + .vs-buynow {
  margin: -10px auto 40px;
}
.vs-buynow2 .btn-vs-buynow2 {
  text-transform: uppercase;
  border: none;
  background-color: #e83b30;
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 14px;
  cursor: pointer;
}
.vs-buynow2 .btn-vs-buynow2:hover {
  background: #d01d12;
}

.payment-phone {
  margin-top: 25px;
}

.payment-phone--title {
  font-size: 18px;
}

.payment-phone--input input {
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 5px;
  margin-top: 10px;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 30px;
  height: 48px;
}
.payment-phone--input input:read-only {
  background-color: #f2f2f2;
}
.payment-phone--input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  vertical-align: top;
}
.payment-phone--input p {
  font-style: italic;
  font-size: 11px;
  line-height: 1.4;
}

.payment-userID {
  margin-top: 25px;
}

.payment-user-id--title {
  font-size: 18px;
}

.payment-user-id--input input {
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 5px;
  margin-top: 10px;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 30px;
  height: 48px;
}
.payment-user-id--input input:read-only {
  background-color: #f2f2f2;
}
.payment-user-id--input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  vertical-align: top;
}
.payment-user-id--input p {
  font-size: 11px;
  line-height: 1.4;
}

.payment-voucher {
  margin-top: 25px;
}

.payment-voucher--title {
  font-size: 18px;
}

.payment-voucher--input input {
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 5px;
  margin-top: 10px;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 30px;
  height: 48px;
  text-transform: uppercase;
}
.payment-voucher--input input:read-only {
  background-color: #f2f2f2;
}
.payment-voucher--input input::placeholder {
  font-weight: 400;
  font-size: 18px;
  vertical-align: top;
}
.payment-voucher--input p {
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
}

.voucherInfo {
  color: #ff0000;
  display: none;
  text-align: center;
}
.voucherInfo .badge {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-style: initial;
  margin: 0 5px;
  font-size: 14px;
  line-height: 2.8;
}
.sc-text {
  color: #ff68a2;
}
a.sc-text {
    color: #ff68a2;
}
.alert-topup { color: #ff68a2; background: #fff; font-size: 14px; }
.alert.alert-danger {
  display: none;
  color: #ff0000;
  margin-top: 5px;
  margin-bottom: -5px;
  text-align: center;
  font-size: 10px;
}
.alert.alert-danger.show {
  display: block;
}
.alert.alert-error {
  color: #ff0000;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  border: 1px solid #ff0707;
  background-color: #fdf2f2;
  word-break: break-word;
  padding: 10px 10px 10px 15px;
  margin-top: 0px;
  border-radius: 5px;
  position: relative;
}
.alert.alert-error:before {
  /*content: '⚠';*/
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  font-size: 28px;
  padding-right: 15px;
}
.alert.alert-success {
  color: #009301;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  border: 1px solid #0fad10;
  background-color: #f1fff3;
  word-break: break-word;
  padding: 10px 10px 10px 15px;
  margin-top: 0px;
  border-radius: 5px;
  position: relative;
}
.alert.alert-success:before {
  /*content: '✔';*/
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  padding-right: 15px;
}
.alert.alert-success .active_code_link {
  color: #ff0000 !important;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.btn-zalologin {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 0px;
  white-space: nowrap;
  padding: 0px;
  font-size: 16px;
  border-radius: 4px;
  user-select: none;
  margin: 5px 0;
  width: 100%;
  height: 41px;
  line-height: 41px;
  outline: none;
  background: #0f8edd;
  color: white !important;
  font-weight: 600;
}
.btn-zalologin:hover {
  background: #0076c0;
}

a[disabled], a.disabled {
  pointer-events: none;
}

.zalo-icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url(spritef33b.png?v=100000000);
  background-position: -240px -72px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.zalo-follow-wrapper {
  margin: 30px auto;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #008de4;
  border: 1px solid #0092ec;
  border-radius: 5px;
  padding: 10px 0;
}

.zalo-follow-only-button {
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: -10px;
}

.zalo-follow-widget-wrapper {
  margin: 20px auto;
  text-align: center;
}
.zalo-follow-widget-wrapper .zalo-follow-button {
  margin-left: -10px;
}

form.confirm .package-list, form.confirm .payment-total, form.confirm .payment-phone, form.confirm .payment-userID, form.confirm .payment-package-time {
  pointer-events: none;
}
form.confirm .package-list .package-item:not(.checked) {
  opacity: 0.5;
}
form.confirm .payment-phone--input input,
form.confirm .payment-user-id--input input,
form.confirm .payment-voucher--input input {
  background: #f9f9f9;
}
form.confirm #confirmPayment {
  display: block;
}
form.confirm #inputPayment {
  display: none;
}
form.confirm #confirmPaymentMoMo {
  display: block;
}
form.confirm #inputPaymentMoMo {
  display: none;
}
form.confirm #confirmPaymentAppota {
  display: block;
}
form.confirm #inputPaymentAppota {
  display: none;
}
form.confirm #confirmPaymentMobiz {
  display: block;
}
form.confirm #inputPaymentvs {
  display: none;
}

#alertFollow {
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 14px !important;
}

.payment-voucher + .vs-buynow {
  margin-top: 25px;
}
.payment-voucher img {
  max-width: 100%;
}
.payment-voucher.in-valid + .vs-buynow button {
  filter: grayscale(1);
  cursor: not-allowed;
  pointer-events: none;
}
.payment-voucher.in-valid + .vs-buynow button:hover {
  filter: grayscale(1);
  cursor: not-allowed;
  pointer-events: none;
}

.payment-voucher--input {
  position: relative;
}

.voucherState {
  position: absolute;
  top: 22px;
  right: 15px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url(spritef33b.png?v=100000000);
  background-position: -107px -197px;
  width: 25px;
  height: 25px;
  outline: none;
  border: none;
  pointer-events: none;
}
.voucherState.valid {
  cursor: pointer;
  background-position: -108px -175px;
}
.voucherState.in-valid {
  pointer-events: auto;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-position: -305px -30px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#mobiPackageLogo {
  top: 0px;
  right: 5px;
}

#paymLogo {
  top: 0px;
  right: 5px;
  padding-top: 3px;
}
#paymLogo img {
  height: 40px;
}

#AppotaLogo {
  top: 0px;
  right: 5px;
}
#AppotaLogo img {
  height: 33px;
  vertical-align: middle;
}
#AppotaLogo img.icon-appotapay {
  height: 44px;
  margin-top: -5px;
  margin-right: 5px;
}

#MobizLogo {
  top: 10px;
  right: 5px;
}
#MobizLogo img {
  height: 16px;
}

.mobi-package-list {
  margin-top: 20px;
  text-align: center;
}
.mobi-package-list .mobi-package-item {
  list-style: none;
  display: inline-block;
  width: calc(100% / 3 - 13px);
  margin: 0 5px;
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #434343;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
}
.mobi-package-list .mobi-package-item.Viettel {
  border-color: #E80030;
  color: #E80030;
}
.mobi-package-list .mobi-package-item.Viettel.open, .mobi-package-list .mobi-package-item.Viettel:hover {
  color: #fff;
  background-color: #E80030;
  animation: fadeIn ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forward;
}
.mobi-package-list .mobi-package-item.Mobifone {
  border-color: #005DB1;
  color: #005DB1;
}
.mobi-package-list .mobi-package-item.Mobifone.open, .mobi-package-list .mobi-package-item.Mobifone:hover {
  color: #fff;
  background-color: #005DB1;
  animation: fadeIn ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forward;
}
.mobi-package-list .mobi-package-item.Vinaphone {
  border-color: #009DDE;
  color: #009DDE;
}
.mobi-package-list .mobi-package-item.Vinaphone.open, .mobi-package-list .mobi-package-item.Vinaphone:hover {
  color: #fff;
  background-color: #009DDE;
  animation: fadeIn ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forward;
}

.heading-collapse-parent {
  position: relative;
  overflow: hidden;
  height: 42px;
  margin: 0px 0;
}
.ladi-wraper {
  margin-bottom: 0px;
}

#stickyFooterMenu {
  display: block;
  background: #f44451;
  background: linear-gradient(90deg, #f44451 0%, #351a1a 100%);
  color: #fff;
  width: 420px;
  position: fixed;
  padding: 10px 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
#stickyFooterMenu img {
  max-width: 100%;
  max-height: 40px;
  border-radius: 5px;
}
#stickyFooterMenu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#stickyFooterMenu ul li {
  list-style: none;
  margin: 0 10px;
}
#stickyFooterMenu ul li .icon {
  margin-bottom: 5px;
}
#stickyFooterMenu ul li a {
  color: #fff;
}
#stickyFooterMenu ul li a:hover {
  color: #ffd900;
}

#confirmPayment,
#confirmActiveUserCode,
#confirmPaymentMobiz,
#confirmPaymentAppota,
#confirmPaymentMoMo {
  display: none;
  margin-bottom: 30px;
}
#confirmPayment.FANCUONG .confirmPackagePrice,
#confirmActiveUserCode.FANCUONG .confirmPackagePrice,
#confirmPaymentMobiz.FANCUONG .confirmPackagePrice,
#confirmPaymentAppota.FANCUONG .confirmPackagePrice,
#confirmPaymentMoMo.FANCUONG .confirmPackagePrice {
  display: none;
}
#confirmPayment .confirm-value,
#confirmActiveUserCode .confirm-value,
#confirmPaymentMobiz .confirm-value,
#confirmPaymentAppota .confirm-value,
#confirmPaymentMoMo .confirm-value {
  background: #eee;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 180px;
  float: right;
  border-radius: 20px;
  font-weight: 700;
}
#confirmPayment .confirm-title,
#confirmActiveUserCode .confirm-title,
#confirmPaymentMobiz .confirm-title,
#confirmPaymentAppota .confirm-title,
#confirmPaymentMoMo .confirm-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
#confirmPayment .confirm-title:before,
#confirmActiveUserCode .confirm-title:before,
#confirmPaymentMobiz .confirm-title:before,
#confirmPaymentAppota .confirm-title:before,
#confirmPaymentMoMo .confirm-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #DEDEDE;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
#confirmPayment dl,
#confirmActiveUserCode dl,
#confirmPaymentMobiz dl,
#confirmPaymentAppota dl,
#confirmPaymentMoMo dl {
  display: flex;
  flex-wrap: wrap;
}
#confirmPayment dl dt,
#confirmActiveUserCode dl dt,
#confirmPaymentMobiz dl dt,
#confirmPaymentAppota dl dt,
#confirmPaymentMoMo dl dt {
  display: flex;
  align-items: center;
  width: 190px;
  padding-right: 15px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 28px;
  color: #575757;
  font-size: 16px;
  border-bottom: 1px solid #DEDEDE;
  padding-top: 12px;
  padding-bottom: 14px;
}
#confirmPayment dl dt.confirm-voucher-desc-ttl,
#confirmActiveUserCode dl dt.confirm-voucher-desc-ttl,
#confirmPaymentMobiz dl dt.confirm-voucher-desc-ttl,
#confirmPaymentAppota dl dt.confirm-voucher-desc-ttl,
#confirmPaymentMoMo dl dt.confirm-voucher-desc-ttl {
  border-bottom-color: transparent;
  width: 100%;
}
#confirmPayment dl dd,
#confirmActiveUserCode dl dd,
#confirmPaymentMobiz dl dd,
#confirmPaymentAppota dl dd,
#confirmPaymentMoMo dl dd {
  width: calc(100% - 195px);
  line-height: 28px;
  color: #575757;
  font-size: 16px;
  border-bottom: 1px solid #DEDEDE;
  padding-top: 12px;
  padding-bottom: 14px;
}
#confirmPayment dl .confirm-package-price,
#confirmActiveUserCode dl .confirm-package-price,
#confirmPaymentMobiz dl .confirm-package-price,
#confirmPaymentAppota dl .confirm-package-price,
#confirmPaymentMoMo dl .confirm-package-price {
  font-weight: 400;
}
#confirmPayment dl .confirm-package-price strong,
#confirmActiveUserCode dl .confirm-package-price strong,
#confirmPaymentMobiz dl .confirm-package-price strong,
#confirmPaymentAppota dl .confirm-package-price strong,
#confirmPaymentMoMo dl .confirm-package-price strong {
  font-weight: 700;
}
#confirmPayment dl .confirm-voucher-desc,
#confirmActiveUserCode dl .confirm-voucher-desc,
#confirmPaymentMobiz dl .confirm-voucher-desc,
#confirmPaymentAppota dl .confirm-voucher-desc,
#confirmPaymentMoMo dl .confirm-voucher-desc {
  color: blue;
  border-left: 1px solid blue;
  padding-left: 10px;
  margin-bottom: 10px;
}

.blockHeading {
  position: relative;
  margin: 15px 0 10px;
  width: 99%;
}
.blockHeading > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
}
.blockHeading:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 3px;
  width: 100%;
  background-color: #ff68a2;
}

.blockHeading2 {
  position: relative;
  margin: 15px 0 10px;
  width: 95%;
}
.blockHeading2 > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
}
.blockHeading2:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 3px;
  width: 70%;
  background-color: #ff68a2;
}

#MoMo .vs-buynow .btn-vs-buynow {
  background-color: #A91F6C;
}
#MoMo .vs-buynow .btn-vs-buynow:hover {
  background-color: #8e0250;
}
#MoMo .vs-buynow .btn-vs-buynow:before {
  top: 13px;
  background: url(momo-white.png) no-repeat;
  background-size: cover;
  width: 18px;
  height: 17px;
}

#Appota .vs-buynow .btn-vs-buynow {
  background-color: #237C3A;
}
#Appota .vs-buynow .btn-vs-buynow:hover {
  background-color: #0e5620;
}
#Appota .vs-buynow .btn-vs-buynow:before {
  top: 13px;
  background: url(https://appotapay.com/images/logo-apay-white.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 17px;
}

#Mobiz .vs-buynow .btn-vs-buynow {
  background-color: #0b6cb6;
}
#Mobiz .vs-buynow .btn-vs-buynow:hover {
  background-color: #0b6cb6;
}

#inputPaymentMoMo {
  padding: 0 15px;
}
#inputPaymentMoMo .package-list {
  margin-top: 0px;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
#inputPaymentMoMo .package-list .package-item {
  margin: 0 5px;
  padding: 0;
  text-align: center;
  width: calc(100% / 3);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#inputPaymentMoMo .package-list .package-item .package-item--left {
  float: none;
  width: auto;
}
#inputPaymentMoMo .package-list .package-item .package-item--desc {
  font-size: 12px;
}
#inputPaymentMoMo .package-list .package-item .package-item--desc > strong {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 30px;
}
#inputPaymentMoMo .package-list .package-item .package-item--price {
  color: #909090;
}
#inputPaymentMoMo .package-list .package-item.checked .package-item--desc {
  color: #D9001B;
}
#inputPaymentMoMo .package-list .package-item.checked .package-item--price {
  color: #111;
}
#inputPaymentMoMo .package-time-list {
  display: block;
  margin: 15px 0;
}
#inputPaymentMoMo .package-time-list.first-row {
  margin-top: 0;
}
#inputPaymentMoMo .package-time-list.last-row {
  margin-bottom: 0;
}
#inputPaymentMoMo .package-time-list .package-time-item {
  height: 85px;
  width: 85px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: #909090;
  border-radius: 10px;
  flex-direction: column;
  margin: 0 5px;
}
#inputPaymentMoMo .package-time-list .package-time-item.item-lifetime {
  width: calc(91px * 2);
}
#inputPaymentMoMo .package-time-list .package-time-item:hover, #inputPaymentMoMo .package-time-list .package-time-item.checked {
  color: #D9001B;
  border-color: #04BE05;
}
#inputPaymentMoMo .package-time-list .package-time-item > strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
}
#inputPaymentMoMo .payment-phone {
  margin-top: 0;
}
#inputPaymentMoMo .vs-buynow {
  margin-top: 20px;
}
#inputPaymentMoMo .package-price-momo .package-price-item {
  font-size: 16px;
  margin-bottom: 10px;
}
#inputPaymentMoMo .package-price-momo .package-price-item:last-child {
  margin-bottom: 0;
}
#inputPaymentMoMo .package-price-momo .package-price-item .label {
  display: inline-block;
  width: 90px;
}
#inputPaymentMoMo .package-price-momo .package-price-item .value {
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  padding: 0px 10px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: calc(100% - 100px);
  text-align: right;
  height: 36px;
}
#inputPaymentMoMo .package-price-momo .package-price-item.price .value {
  font-weight: 700;
  color: #00ac01;
}

#inputPaymentAppota {
  padding: 0 15px;
}
#inputPaymentAppota .package-list {
  margin-top: 0px;
}
#inputPaymentAppota .package-time-list {
  display: block;
  margin: 15px 0;
}
#inputPaymentAppota .package-time-list.first-row {
  margin-top: 0;
}
#inputPaymentAppota .package-time-list.last-row {
  margin-bottom: 0;
}
#inputPaymentAppota .package-time-list .package-time-item {
  height: 85px;
  width: 85px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: #909090;
  border-radius: 10px;
  flex-direction: column;
  margin: 0 5px;
}
#inputPaymentAppota .package-time-list .package-time-item.item-lifetime {
  width: calc(91px * 2);
}
#inputPaymentAppota .package-time-list .package-time-item:hover, #inputPaymentAppota .package-time-list .package-time-item.checked {
  color: #D9001B;
  border-color: #04BE05;
}
#inputPaymentAppota .package-time-list .package-time-item > strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
}
#inputPaymentAppota .payment-phone {
  margin-top: 0;
}
#inputPaymentAppota .vs-buynow {
  margin-top: 20px;
}
#inputPaymentAppota .package-price-Appota .package-price-item {
  font-size: 16px;
  margin-bottom: 10px;
}
#inputPaymentAppota .package-price-Appota .package-price-item:last-child {
  margin-bottom: 0;
}
#inputPaymentAppota .package-price-Appota .package-price-item .label {
  display: inline-block;
  width: 90px;
}
#inputPaymentAppota .package-price-Appota .package-price-item .value {
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  padding: 0px 10px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: calc(100% - 100px);
  text-align: right;
  height: 36px;
}
#inputPaymentAppota .package-price-Appota .package-price-item.price .value {
  font-weight: 700;
  color: #00ac01;
}

#inputPaymentvs {
  padding: 0 15px;
}
#inputPaymentvs .km-intro {
  background-color: #8f6def;
  color: #fff;
  padding: 3px 5px;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 4px;
}
#inputPaymentvs .package-list {
  margin-top: 0px;
}
#inputPaymentvs .package-list:after {
  display: table;
  content: "";
  clear: both;
}
#inputPaymentvs .package-list .package-item {
  border-color: #868686;
  margin: 5px;
  padding: 0;
  text-align: center;
  width: calc(100% / 2 - 10px);
  height: 80px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
#inputPaymentvs .package-list .package-item .package-item--name {
  font-size: 30px;
}
#inputPaymentvs .package-list .package-item .package-item--name .duration_name {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
#inputPaymentvs .package-list .package-item .package-item--left {
  float: none;
  width: 96%;
}
#inputPaymentvs .package-list .package-item .package-item--desc {
  font-size: 12px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#inputPaymentvs .package-list .package-item .package-item--desc strong {
  font-weight: 600;
  font-size: 18px;
}
#inputPaymentvs .package-list .package-item .package-item--desc sub {
  font-size: 12px;
}
#inputPaymentvs .package-list .package-item .package-item--desc .package-coupon-number, #inputPaymentvs .package-list .package-item .package-item--desc .package-mpoint {
  display: inline-block;
}
#inputPaymentvs .package-list .package-item .package-item--price {
  color: #606060;
}
#inputPaymentvs .package-list .package-item .package-item--price strong {
  font-weight: 700;
}
#inputPaymentvs .package-list .package-item:hover, #inputPaymentvs .package-list .package-item.checked {
  border-color: #ff68a2;
  background-color: #ff68a2;
}
#inputPaymentvs .package-list .package-item:hover .package-item--name, #inputPaymentvs .package-list .package-item.checked .package-item--name {
  color: #fff;
}
#inputPaymentvs .package-list .package-item:hover .package-item--desc, #inputPaymentvs .package-list .package-item.checked .package-item--desc {
  color: #fff;
}
#inputPaymentvs .package-list .package-item:hover .package-item--price, #inputPaymentvs .package-list .package-item.checked .package-item--price {
  color: #fff;
}
#inputPaymentvs .package-time-list {
  display: block;
  margin: 15px 0;
}
#inputPaymentvs .package-time-list.first-row {
  margin-top: 0;
}
#inputPaymentvs .package-time-list.last-row {
  margin-bottom: 0;
}
#inputPaymentvs .package-time-list .package-time-item {
  height: 85px;
  width: 85px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: #909090;
  border-radius: 10px;
  flex-direction: column;
  margin: 0 5px;
}
#inputPaymentvs .package-time-list .package-time-item.item-lifetime {
  width: calc(91px * 2);
}
#inputPaymentvs .package-time-list .package-time-item:hover, #inputPaymentvs .package-time-list .package-time-item.checked {
  color: #D9001B;
  border-color: #0B6CB6;
}
#inputPaymentvs .package-time-list .package-time-item > strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
}
#inputPaymentvs .payment-phone {
  margin-top: 0;
}
#inputPaymentvs .vs-buynow {
  margin-top: 20px;
}
#inputPaymentvs .package-price-Mobiz .package-price-item {
  font-size: 16px;
  margin-bottom: 10px;
}
#inputPaymentvs .package-price-Mobiz .package-price-item:last-child {
  margin-bottom: 0;
}
#inputPaymentvs .package-price-Mobiz .package-price-item .label {
  display: inline-block;
  width: 90px;
}
#inputPaymentvs .package-price-Mobiz .package-price-item .value {
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  padding: 0px 10px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: calc(100% - 100px);
  text-align: right;
  height: 36px;
}
#inputPaymentvs .package-price-Mobiz .package-price-item.price .value {
  font-weight: 700;
  color: #00ac01;
}

#confirmPaymentMoMo {
  margin-top: 25px;
  padding: 0 15px;
}
#confirmPaymentMoMo .payment-total--price-value {
  font-weight: 600;
}
#confirmPaymentMoMo .payment-duration-value {
  font-weight: 600;
}

#confirmPaymentAppota {
  margin-top: 25px;
  margin-bottom: 120px;
  padding: 0 15px;
}
#confirmPaymentAppota .payment-total--price-value {
  font-weight: 600;
}
#confirmPaymentAppota .payment-duration-value {
  font-weight: 600;
}

#confirmPaymentMobiz {
  margin-top: 25px;
  padding: 0 15px;
}
#confirmPaymentMobiz .payment-total--price-value {
  font-weight: 600;
}
#confirmPaymentMobiz .payment-duration-value {
  font-weight: 600;
}

.customAlertOverlay {
  position: fixed;
  left: 0;
  right: 0;
  display: none;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  z-index: 10000;
}

.welcomeAlert,
.customAlert {
  display: none;
  position: fixed;
  width: 420px;
  max-width: 95%;
  border-radius: 2px;
  min-height: 100px;
  left: 50%;
  top: 50%;
  z-index: 10001;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  background: #3a3a3a;
  overflow: hidden;
}
.welcomeAlert img,
.customAlert img {
  max-width: 100%;
}
.welcomeAlert.welcomePopup,
.customAlert.welcomePopup {
  border-radius: 3px;
  background: #fff;
  margin-top: -12%;
}
.welcomeAlert.welcomePopup .buttonContainer,
.customAlert.welcomePopup .buttonContainer {
  background-color: #fff;
  padding: 0 0 9px;
  margin-top: -4px;
  text-align: center;
}
.welcomeAlert.welcomePopup .buttonContainer .close,
.customAlert.welcomePopup .buttonContainer .close {
  position: relative;
  background-color: #d3243a;
  color: #fff;
  border: 1px solid transparent;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 22px;
  margin: 0;
  cursor: pointer;
  height: 40px;
  line-height: 30px;
  display: inline-block;
  width: 47%;
}
.welcomeAlert.welcomePopup .buttonContainer .close:hover,
.customAlert.welcomePopup .buttonContainer .close:hover {
  background-color: #bf0000;
}
.welcomeAlert.welcomePopup .buttonContainer .close-force,
.customAlert.welcomePopup .buttonContainer .close-force {
  position: relative;
  background-color: #ffffff;
  box-shadow: none;
  color: #6f6f6f;
  border: 1px solid #c4c4c4;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 5px;
  margin: 0;
  cursor: pointer;
  height: 40px;
  line-height: 30px;
  width: 47%;
  display: inline-block;
}
.welcomeAlert.welcomePopup .buttonContainer .close-force:hover,
.customAlert.welcomePopup .buttonContainer .close-force:hover {
  background-color: #f1f1f1;
}
.welcomeAlert.error,
.customAlert.error {
  background: #ff6b6b;
}
.welcomeAlert.error .bodyContainer .smiley,
.customAlert.error .bodyContainer .smiley {
  background-image: url(smiley-sad.png);
}
.welcomeAlert.success,
.customAlert.success {
  background: #04AA6D;
}
.welcomeAlert.success .bodyContainer .smiley,
.customAlert.success .bodyContainer .smiley {
  background-image: url(smiley-happy.png);
}
.welcomeAlert .bodyContainer,
.customAlert .bodyContainer {
  padding: 10px;
}
.welcomeAlert .bodyContainer .close:not(a),
.customAlert .bodyContainer .close:not(a) {
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
}
.welcomeAlert .bodyContainer .close:not(a):before,
.customAlert .bodyContainer .close:not(a):before {
  content: "";
  color: #fff;
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3px;
}
.welcomeAlert .bodyContainer .smiley,
.customAlert .bodyContainer .smiley {
  margin: 10px auto;
  display: block;
  background-image: url(smiley-happy.png);
  width: 64px;
  height: 64px;
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.welcomeAlert .bodyContainer .title,
.customAlert .bodyContainer .title {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 40px;
  display: block;
  text-align: center;
}
.welcomeAlert .bodyContainer .title:empty,
.customAlert .bodyContainer .title:empty {
  display: none;
}
.welcomeAlert .bodyContainer .message,
.customAlert .bodyContainer .message {
  padding: 5px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}
.welcomeAlert .buttonContainer,
.customAlert .buttonContainer {
  background-color: #fff;
  padding: 15px 0;
  text-align: center;
}
.welcomeAlert .buttonContainer .close,
.customAlert .buttonContainer .close {
  position: relative;
  background-color: #001928;
  box-shadow: rgba(78, 205, 196, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset;
  color: #fff;
  border: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 0 22px;
  margin: 0;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
.welcomeAlert .buttonContainer .close:before,
.customAlert .buttonContainer .close:before {
  content: "";
  vertical-align: middle;
  display: none;
  margin-right: 10px;
  background-color: transparent;
  background-image: url(spritef33b.png?v=100000000);
  background-position: -305px -30px;
  width: 25px;
  height: 25px;
}
.welcomeAlert .buttonContainer .close:hover,
.customAlert .buttonContainer .close:hover {
  background-color: #000000;
}

.hide, .hidden {
  display: none !important;
}

.red {
  color: #D9001B;
}

.violet {
  color: #8f6def;
}

.required {
  display: inline-block;
  vertical-align: middle;
  color: #ff0000;
  font-size: 12px;
}

.optional {
  display: inline-block;
  vertical-align: middle;
  color: #0084f2;
  font-size: 12px;
}

#Introduction {
  margin-bottom: 70px;
}

#PARAGRAPH609 > .ladi-paragraph {
  line-height: 1.5;
  padding: 5px 0;
}

.oldPrice {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #111;
}
.oldPrice:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 0;
  border-bottom: 1px solid #111;
  background-color: #111;
}

.newPrice {
  font-size: 20px;
}

.package-item.readonly0 .package-item--name,
.package-item.readonly .package-item--name {
  font-size: 17px;
}
.package-item.readonly0 .package-item--desc .text--price,
.package-item.readonly .package-item--desc .text--price {
  font-size: 12px;
  margin-top: 5px;
}
.package-item.readonly0 .package-item--price,
.package-item.readonly .package-item--price {
  text-align: center;
  margin-top: 5px;
}
.package-item.readonly0 .package-item--price strong,
.package-item.readonly .package-item--price strong {
  font-weight: 700 !important;
  margin-left: -25px;
}
.package-item.readonly0 .package-item--price span,
.package-item.readonly .package-item--price span {
  display: inline-block;
  margin-left: -12%;
  font-size: 13px;
}

#confirmActiveUserCode {
  display: block;
  padding: 0 10px;
}
#confirmActiveUserCode dl dt {
  width: 150px;
}
#confirmActiveUserCode dl dd {
  width: calc(100% - 155px);
}
#confirmActiveUserCode dl dd .confirm-value {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
}
#confirmActiveUserCode dl dd .confirm-value input {
  border: none;
  outline: none;
  background: transparent;
  border-radius: 20px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
#confirmActiveUserCode .btn-active-code-now {
  position: relative;
  background-color: #8f6def;
  color: #fff;
  border: 1px solid transparent;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 22px;
  margin: 0;
  cursor: pointer;
  height: 40px;
  line-height: 30px;
  display: inline-block;
  width: 47%;
}
#confirmActiveUserCode .btn-active-code-now:hover {
  background-color: #4c00a8;
}
#confirmActiveUserCode .vs-buynow {
  position: relative;
}
#confirmActiveUserCode .loading {
  position: absolute;
  top: 12px;
  right: 80px;
}

.active_code_link {
  font-weight: 700;
  color: #ffff00 !important;
}

.loading-wraper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
}
.loading-wraper .loading-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zaloOAFollowSuggest {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
  color: #008FE5;
}
.zaloOAFollowSuggest a {
  color: #0fad10;
}
.zaloOAFollowSuggest a:hover {
  color: #ff0000;
}

.top-menu {
  display: inline-block;
  position: absolute;
  width: calc(100% - 70px);
  height: 50px;
  right: 10px;
  top: 0;
}
.top-menu:after {
  clear: both;
  content: "";
  display: table;
}
.top-menu li {
  float: right;
  position: relative;
  padding: 8px 0 8px 10px;
}
.top-menu li:last-child {
  padding-left: 0;
}
.top-menu li:last-child:after {
  display: none;
}
.top-menu li .a-element {
  display: block;
  color: #fff;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  padding: 0.55rem 0.75rem;
  border: 1px solid #8f6def;
  border-radius: 0.25rem;
}
.top-menu li .a-element.active, .top-menu li .a-element:hover {
  background-color: #8f6def;
}

.ribbon2 {
  width: 30px;
  padding: 8px 0 4px 0;
  position: absolute;
  top: -6px;
  left: 10px;
  text-align: center;
  border-top-left-radius: 3px;
  background: #F8463F;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.ribbon2:before {
  height: 0;
  width: 0;
  right: -5.5px;
  top: 0.1px;
  border-bottom: 6px solid #F8463F;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
}
.ribbon2:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -9.5px;
  left: 0;
  border-left: 15px solid #F8463F;
  border-right: 15px solid #F8463F;
  border-bottom: 10px solid transparent;
}

#menuToggle {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  margin-left: 5px;
}
#menuToggle input {
  pointer-events: none;
  display: block;
  width: 125px;
  height: 50px;
  position: absolute;
  top: -20px;
  right: -15px;
  cursor: pointer;
  opacity: 0;
  z-index: 99999;
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 99998;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
  margin-bottom: 0;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 0);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, 0);
}
#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}

#menu {
  z-index: 9999;
  position: absolute;
  width: 420px;
  height: 200vh;
  margin: -100px 0 0 0;
  padding: 125px 50px 50px 50px;
  right: -23px;
  background: rgba(35, 35, 35, 0.9);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menu li {
  padding: 10px 0;
  font-size: 22px;
}

.tab-container {
  width: 100%;
  position: relative;
  font-size: 0;
  border-radius: 3px;
  overflow: hidden;
}
.tab-container input {
  display: none;
}
.tab-container input:checked + label {
  background: #eee;
  color: #111;
}
.tab-container input:checked + label::before {
  display: none;
}
.tab-container input#tab1:checked ~ .line {
  left: 0%;
}
.tab-container input#tab1:checked ~ .content-container #c1 {
  opacity: 1;
}
.tab-container input#tab2:checked ~ .line {
  left: 33.3333333333%;
}
.tab-container input#tab2:checked ~ .content-container #c2 {
  opacity: 1;
}
.tab-container input#tab3:checked ~ .line {
  left: 66.6666666667%;
}
.tab-container input#tab3:checked ~ .content-container #c3 {
  opacity: 1;
}
.tab-container label {
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  width: calc(100% / 3);
  text-align: center;
  background: #111;
  color: #fff;
  position: relative;
  transition: 0.25s background ease;
  cursor: pointer;
}
.tab-container label::before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  display: block;
  background: #424242;
  bottom: 0;
  opacity: 1;
  right: 0;
}
.tab-container label::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  display: block;
  background: #ccc;
  bottom: 0;
  opacity: 0;
  left: 0;
  transition: 0.25s ease;
}
.tab-container label:hover::after {
  opacity: 1;
}
.tab-container .line {
  position: absolute;
  height: 2px;
  background: #cc1b00;
  width: calc(100% / 3);
  top: 34px;
  left: 0;
  transition: 0.25s ease;
}
.tab-container .content-container {
  background: #f6f6f6;
  position: relative;
  height: 300px;
  font-size: 16px;
  overflow-y: auto;
}
.tab-container .content-container.empty {
  height: 80px;
}
.tab-container .content-container .content {
  position: absolute;
  padding: 10px;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: 0.25s ease;
  color: #333;
}
.tab-container .content-container .content h3 {
  font-weight: 200;
  margin: 10px 0;
}
.tab-container .content-container .content p {
  margin: 10px 0;
}
.tab-container .content-container .content p, .tab-container .content-container .content i {
  font-size: 13px;
}
.tab-container .account-bind-item {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 3px solid #ccc;
}
.tab-container .account-bind-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.tab-container .account-bind-item tr {
  background-color: #fff;
}
.tab-container .account-bind-item tr:nth-child(even) {
  background-color: #f2f2f2;
}
.tab-container .account-bind-item tr th {
  width: 35%;
  text-align: right;
  padding: 10px 20px 10px 10px;
}
.tab-container .account-bind-item tr td {
  width: 65%;
}
.tab-container .account-bind-item tr td a {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #111;
  background-color: #222;
  color: #fff;
  border-radius: 3px;
  margin-left: 5px;
  font-size: 13px;
}
.tab-container .account-bind-item tr td a:hover {
  border-color: #cc1b00;
  background-color: #cc1b00;
  color: #fff;
}

.text-center {
  text-align: center;
}
.text-red {
  color: #ff0707;
}
.text-green {
  color: #008000;
}

.wrap-drop {
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid transparent;
  cursor: pointer;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  width: 100%;
}
.wrap-drop .wrap-img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
.wrap-drop .wrap-img img {
  max-height: 18px;
  vertical-align: middle;
}
.wrap-drop::after {
  border-color: #695d52 transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  content: "";
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0;
}
.wrap-drop .drop {
  background: #e7ded5;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  overflow-y: auto;
  max-height: 200px;
}
.wrap-drop .drop.drop2 {
  padding-bottom: 2.2rem;
}
.wrap-drop .drop li a {
  color: #695d52;
  display: block;
  padding: 1rem;
  text-decoration: none;
}
.wrap-drop div.selected {
  color: #928579;
  font-weight: bold;
}
.wrap-drop .drop li:hover a {
  background-color: #695d52;
  color: #e7ded5;
}
.wrap-drop.active::after {
  border-width: 0 6px 6px;
}
.wrap-drop.active .drop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

#formDoiTheCao {
  margin-top: 4px;
  min-height: 300px;
  font-size: 14px;
}
#formDoiTheCao #DoiTheCaoQuyenLoi {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cc1b00;
  border-radius: 3px;
  box-shadow: 3px 1px 3px #a40000;
}
#formDoiTheCao .input-text {
  width: 100%;
  border-bottom: 1px solid transparent;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
}
#formDoiTheCao .input-text.invalid {
  border-color: #ff0707;
}
#formDoiTheCao .input-text.invalid::placeholder {
  color: #ff0707;
}
#formDoiTheCao table tr th {
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
}
#formDoiTheCao table tr td {
  padding: 2px 0px;
}
#formDoiTheCao.confirm .wrap-drop {
  pointer-events: none;
  box-shadow: none;
  background: #eee;
}
#formDoiTheCao.confirm .wrap-drop:after {
  display: none;
}
#formDoiTheCao.confirm .input-text {
  pointer-events: none;
  box-shadow: none;
  background: #eee;
}
#formDoiTheCao.confirm .btn-nap-edit {
  display: inline-block;
}
#formDoiTheCao .btn-nap-edit {
  display: none;
}
#formDoiTheCao .btn-nap {
  position: relative;
  background-color: #d3243a;
  color: #fff;
  border: 1px solid transparent;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 22px;
  margin: 0;
  cursor: pointer;
  height: 40px;
  line-height: 30px;
  display: inline-block;
  width: 47%;
}
#formDoiTheCao .btn-nap:hover {
  background-color: #bf0000;
}
#formDoiTheCao .vs-buynow {
  position: relative;
  margin-top: 20px;
}
#formDoiTheCao .loading {
  position: absolute;
  top: 12px;
  right: 80px;
}

#doctruyenIframe iframe {
  width: 100vw;
  height: 100vh;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#inputPaymentMethod img {
  max-height: 30px;
  vertical-align: middle;
  margin-left: 5px;
}
#inputPaymentMethod .wrap-img img {
  max-height: 30px;
  margin-left: 0;
}

#inputBank {
  text-align: center;
  margin-top: 10px;
  max-height: 300px;
  overflow-y: auto;
}
#inputBank img {
  max-width: 100%;
}
#inputBank .payment-method-col-1 input,
#inputBank .payment-method-col-2 input,
#inputBank .payment-method-col-3 input,
#inputBank .payment-method-col-4 input {
  display: none;
}
#inputBank .payment-method-col-1 input:checked + label,
#inputBank .payment-method-col-2 input:checked + label,
#inputBank .payment-method-col-3 input:checked + label,
#inputBank .payment-method-col-4 input:checked + label {
  border-color: #ff0707;
}
#inputBank .payment-method-col-1 input:checked + label img,
#inputBank .payment-method-col-2 input:checked + label img,
#inputBank .payment-method-col-3 input:checked + label img,
#inputBank .payment-method-col-4 input:checked + label img {
  opacity: 1;
}
#inputBank .payment-method-col-1 label,
#inputBank .payment-method-col-2 label,
#inputBank .payment-method-col-3 label,
#inputBank .payment-method-col-4 label {
  display: inline-block;
  width: calc((100% / 4) - 10px);
  margin: 4px 2px;
  border: 1px solid #eee;
  text-align: center;
  transition: 0.25s ease;
  vertical-align: middle;
}
#inputBank .payment-method-col-1 label:hover,
#inputBank .payment-method-col-2 label:hover,
#inputBank .payment-method-col-3 label:hover,
#inputBank .payment-method-col-4 label:hover {
  border-color: #ff0707;
}
#inputBank .payment-method-col-1 label:hover img,
#inputBank .payment-method-col-2 label:hover img,
#inputBank .payment-method-col-3 label:hover img,
#inputBank .payment-method-col-4 label:hover img {
  opacity: 1;
}
#inputBank .payment-method-col-1 label img,
#inputBank .payment-method-col-2 label img,
#inputBank .payment-method-col-3 label img,
#inputBank .payment-method-col-4 label img {
  max-width: 100%;
  opacity: 0.75;
}
#inputBank .payment-method-cc {
  text-align: center;
}
#inputBank .payment-method-cc img {
  max-width: 80%;
}
#inputBank .payment-method-atm,
#inputBank .payment-method-cc,
#inputBank .payment-method-mm,
#inputBank .payment-method-ewallet {
  display: none;
}
#inputBank[data-payment-method=ATM] .payment-method-atm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#inputBank[data-payment-method=CC] .payment-method-cc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#inputBank[data-payment-method=MM] .payment-method-mm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#inputBank[data-payment-method=EWALLET] .payment-method-ewallet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*# sourceMappingURL=zalopay.css.map */
