.cropper_over {
  background: hsla(0, 0%, 8%, .8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.cropper_content {
  background: #fff;
  border-radius: 3px;
  height: 60vh;
  left: 10%;
  position: fixed;
  top: 15vh;
  width: 80%
}

.crop_action {
  padding: 8px 10px
}

.crop_action,
.crop_action a {
  display: -webkit-box;
  display: flex
}

.crop_action a {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 4px solid transparent;
  -webkit-box-shadow: 0 2px 4px #ddd;
  box-shadow: 0 2px 4px #ddd;
  height: 26px;
  margin: 0 7px;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 26px
}

.crop_action a.cropper_resize {
  background-image: url(../images/ico-crop.svg)
}

.crop_action a.cropper_rotate {
  background-image: url(../images/rotate-right.svg)
}

.crop_action a.cropper_position {
  background-image: url(../images/ico-move.svg)
}

.crop_action a.active {
  background-color: #fff;
  border-radius: 99px;
  -webkit-box-shadow: 0 2px 5px #004089;
  box-shadow: 0 2px 5px #004089;
  -webkit-transition: .3s;
  transition: .3s
}

.cropper_zone {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  height: calc(100% - 132px);
  margin: 10px 16px;
  position: relative
}

.cropper_zone:before {
  background: rgba(10, 10, 30, .8);
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.cropper_canvas {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9
}

.process_scrollbar {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: none;
  flex-direction: column;
  height: 70px;
  justify-content: space-around;
  padding: 2px 16px 10px
}

.process_scrollbar.active {
  display: -webkit-box;
  display: flex
}

.process_scrollbar input {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 99px;
  cursor: pointer;
  height: 7px;
  margin: 0;
  width: 100%
}

.process_scrollbar input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #0edd95;
  border: 1px solid #fff;
  border-radius: 99px;
  height: 14px;
  width: 14px
}

.process_scrollbar>div {
  align-items: center;
  -webkit-box-align: center
}

.process_scrollbar>div span {
  -webkit-box-flex: 45px;
  color: #545474;
  flex: 45px 0 0;
  font-size: .93rem
}

.wavesound_custom {
  align-items: center;
  background: #233a95;
  border-radius: 99px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  height: 26px;
  justify-content: space-between;
  padding: 0 6px 0 10px;
  width: 200px
}

.wavesound_custom canvas {
  height: 26px;
  width: 70px
}

.audio-controls {
  display: -webkit-box;
  display: flex
}

.wavesound_custom .audio-controls a {
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 12px;
  height: 20px;
  line-height: 1;
  width: 20px
}

.text-left {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.text-right {
  text-align: right !important
}

.btn-primary,
.btn-success {
  align-items: center;
  background: #005fff;
  border: none;
  border-radius: 9999px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  font-size: 1.14rem;
  height: 2.86rem;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}

.btn-success {
  background: #233a95
}

.btn-primary:focus,
.btn-primary:hover {
  background: #0053e1;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.btn-success:focus,
.btn-success:hover {
  background: #122572;
  color: #fff
}

.btn-cancel {
  align-items: center;
  background: transparent;
  border: 1px solid #424d6c;
  border-radius: 9999px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #424d6c;
  display: -webkit-box;
  display: flex;
  font-size: 1.14rem;
  font-weight: 500;
  height: 2.86rem;
  justify-content: center;
  text-decoration: none
}

.btn_link_group {
  border-radius: .57rem;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column
}

.btn_link,
.btn_link_group {
  background: #fff;
  display: -webkit-box;
  display: flex
}

.btn_link {
  align-items: center;
  border-radius: .5rem;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  color: #005fff;
  font-size: 1rem;
  justify-content: space-between;
  line-height: 1.38;
  padding: .71rem .43rem .71rem .86rem;
  position: relative;
  text-decoration: none
}

.btn_link_2 {
  background: #005fff;
  color: #fff
}

.btn_link:after {
  background: url(https://appay.cloudcms.vn/mfast_assets/img/icons/ico-arrow-right-1.1.svg) no-repeat 50%/contain;
  -webkit-box-flex: 1.29rem;
  content: "";
  flex: 1.29rem 0 0;
  height: 1.29rem;
  margin-left: .71rem;
  width: 1.29rem
}

.btn_link_2:after {
  background: url(https://appay.cloudcms.vn/assets/img/svg/icon-next-1.svg) no-repeat 50%/contain
}

.btn_link_group .btn_link:before {
  border-bottom: 1px solid #dedede;
  bottom: 0;
  content: "";
  left: .86rem;
  position: absolute;
  width: calc(100% - 1.71rem)
}

.btn_link_group .btn_link:last-child:before {
  display: none
}

.btn-disabled {
  align-items: center;
  background: #999;
  border-radius: 99px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #666;
  display: -webkit-box;
  display: flex;
  height: 2.86rem;
  justify-content: center;
  padding: 5px 20px;
  pointer-events: none
}

.gray {
  color: #545474 !important
}

.turbo {
  color: #f7cd23 !important
}

.black {
  color: #000 !important
}

.olive {
  color: #995b00 !important
}

.topaz {
  color: #7c7c8b !important
}

.green {
  color: #2c7d0b !important
}

.ce_soir {
  color: #8c60a8 !important
}

.gamboge {
  color: #ed830b !important
}

.celadon {
  color: #aee1a9 !important
}

.mustard {
  color: #ffe353 !important
}

.cerulean {
  color: #0066b3 !important
}

.sunshade {
  color: #ff9d4b !important
}

.dark_pink {
  color: #f15b6c !important
}

.navy_blue {
  color: #0082e0 !important
}

.endeavour {
  color: #233a95 !important
}

.daisy_bush {
  color: #70418e !important
}

.dodger_blue {
  color: #005fff !important
}

.kelly_green {
  color: #39b818 !important
}

.tenne_tawny {
  color: #d66100 !important
}

.persian_red {
  color: #d52a2a !important
}

.watercourse {
  color: #00863d !important
}

.golden_poppy {
  color: #e2b604 !important
}

.persian_blue {
  color: #231eaf !important
}

.pigment_green {
  color: #008932 !important
}

.midnight_blue {
  color: #15157a !important
}

.fire_engine_red {
  color: #bc0f23 !important
}

.caribbean_green {
  color: #00bd8a !important
}

.free_speech_aquamarine {
  color: #009970 !important
}

.bg_white {
  background-color: #fff !important
}

.bg_lightgray {
  background-color: #f2f2f2 !important
}

.bg_daisy_bush {
  background-color: #70418e !important
}

.bg_persian_blue {
  background-color: #231eaf !important
}

.bg_midnight_blue {
  background-color: #15157a !important
}

.bg_free_speech_aquamarine {
  background-color: #009970 !important
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important
}

.flex-column {
  -webkit-box-orient: vertical !important;
  flex-direction: column !important
}

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  flex-direction: row !important
}

.align-items-start {
  align-items: flex-start !important;
  -webkit-box-align: start !important
}

.align-items-center {
  align-items: center !important;
  -webkit-box-align: center !important
}

.align-items-end {
  align-items: flex-end !important;
  -webkit-box-align: end !important
}

.align-items-baseline {
  align-items: baseline !important;
  -webkit-box-align: baseline !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-end {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 300;
  src: url(../fonts/HelveticaNeue-Light.otf) format("opentype")
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 400;
  src: url(../fonts/HelveticaNeue.woff2) format("woff2"), url(../fonts/HelveticaNeue.woff) format("woff")
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 500;
  src: url(../fonts/helvetica-neue-medium.ttf) format("truetype")
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 600;
  src: url(../fonts/HelveticaNeue-Medium.otf) format("opentype")
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 700;
  src: url(../fonts/HelveticaNeue-Bold.otf) format("opentype")
}

@font-face {
  font-family: HelveticaNeue;
  font-style: italic;
  src: url(../fonts/HelveticaNeue-LightItalic.otf) format("opentype")
}

@font-face {
  font-family: UVNNguyenDu;
  font-weight: 400;
  src: url(../fonts/UVNNguyenDu.TTF) format("truetype")
}

@font-face {
  font-family: MFastVN;
  font-weight: 300;
  src: url(../fonts/MFastVN-Light.ttf) format("truetype")
}

@font-face {
  font-family: MFastVN;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/MFastVN-LightItalic.ttf) format("truetype")
}

@font-face {
  font-family: MFastVN;
  font-weight: 400;
  src: url(../fonts/MFastVN-Regular.ttf) format("truetype")
}

@font-face {
  font-family: MFastVN;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/MFastVN-Italic.ttf) format("truetype")
}

@font-face {
  font-family: MFastVN;
  font-weight: 500;
  src: url(../fonts/MFastVN-Medium.ttf) format("truetype")
}

@font-face {
  font-family: MFastVN;
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/MFastVN-MediumItalic.ttf) format("truetype")
}

@font-face {
  font-family: MFastVN;
  font-weight: 600;
  src: url(../fonts/MFastVN-SemiBold.ttf) format("truetype")
}

@font-face {
  font-family: MFastVN;
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/MFastVN-SemiBoldItalic.ttf) format("truetype")
}

@font-face {
  font-family: MFastVN;
  font-weight: 700;
  src: url(../fonts/MFastVN-Bold.ttf) format("truetype")
}

@font-face {
  font-family: MFastVN;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/MFastVN-BoldItalic.ttf) format("truetype")
}

.font-nguyendu {
  font-family: UVNNguyenDu, Arial, sans-serif
}

.font10 {
  font-size: .71rem !important
}

.font11 {
  font-size: .79rem !important
}

.font12 {
  font-size: .86rem !important
}

.font13 {
  font-size: .93rem !important
}

.font14 {
  font-size: 1rem !important
}

.font15 {
  font-size: 1.07rem !important
}

.font16 {
  font-size: 1.14rem !important
}

.font17 {
  font-size: 1.21rem !important
}

.font18 {
  font-size: 1.29rem !important
}

.font19 {
  font-size: 1.36rem !important
}

.font20 {
  font-size: 1.43rem !important
}

.font21 {
  font-size: 1.5rem !important
}

.font22 {
  font-size: 1.57rem !important
}

.font23 {
  font-size: 1.64rem !important
}

.font24 {
  font-size: 1.71rem !important
}

.font25 {
  font-size: 1.79rem !important
}

.font26 {
  font-size: 1.86rem !important
}

.font27 {
  font-size: 1.93rem !important
}

.font28 {
  font-size: 2rem !important
}

.font29 {
  font-size: 2.07rem !important
}

.font30 {
  font-size: 2.14rem !important
}

.font31 {
  font-size: 2.21rem !important
}

.font32 {
  font-size: 2.29rem !important
}

.font300 {
  font-weight: 300 !important
}

.font400 {
  font-weight: 400 !important
}

.font500 {
  font-weight: 500 !important
}

.font600 {
  font-weight: 600 !important
}

.font700 {
  font-weight: 700 !important
}

.font-italic {
  font-style: italic !important
}

.font-underline {
  text-decoration: underline !important
}

input {
  -webkit-appearance: none;
  appearance: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none
}

.frm_group {
  margin: .71rem 0 .86rem
}

.remark {
  background: #fff;
  position: relative
}

.mf_radio .remark,
.remark {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s
}

.mf_radio .remark {
  border: 2px solid #d0d0d0;
  border-radius: 99px;
  -webkit-box-flex: 2.14rem;
  flex: 2.14rem 0 0;
  height: 2.14rem;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 2.14rem
}

.mf_radio .remark:after {
  background: #005fff;
  border-radius: 99px;
  content: "";
  height: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 0
}

.mf_radio input:checked~.remark {
  border-color: #005fff;
  -webkit-transition: .3s;
  transition: .3s
}

.mf_radio input:checked~.remark:after {
  height: 70%;
  -webkit-transition: .3s;
  transition: .3s;
  width: 70%
}

.mf_radio .text {
  color: #0a0a28;
  font-size: 1rem;
  font-weight: 400
}

.mf_radio input:checked~.text {
  font-weight: 500
}

.mf_checkbox .remark {
  border: 1px solid #d0d0d0;
  border-radius: .36rem;
  height: 24px;
  margin-right: .57rem;
  width: 24px
}

.mf_checkbox input:checked~.remark {
  border-color: #005fff;
  border-width: 12px;
  -webkit-transition: .3s;
  transition: .3s
}

.mf_checkbox .remark:before {
  border: solid #fff;
  border-width: 0 0 2px 2px;
  content: "";
  height: 0;
  left: 4px;
  opacity: 1;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(0) scale(.9);
  transform: rotate(0) scale(.9);
  -webkit-transition: .3s;
  transition: .3s;
  visibility: visible;
  width: 16px
}

.mf_checkbox input:checked~.remark:before {
  height: 8px;
  left: -9px;
  opacity: 1;
  top: -7px;
  -webkit-transform: rotate(-45deg) scale(.9);
  transform: rotate(-45deg) scale(.9);
  -webkit-transition: .3s;
  transition: .3s;
  visibility: visible
}

.mf_checkbox,
.mf_radio {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  position: relative
}

.mf_checkbox input,
.mf_radio input {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9
}

.check_link input {
  width: 1.71rem
}

.float_label {
  padding-top: 1.43rem;
  position: relative
}

.float_label input {
  background: transparent;
  border: solid #d3d3d3;
  border-radius: 0;
  border-width: 0 0 1px;
  font-size: 1rem;
  height: 2rem;
  padding: 0;
  width: 100%
}

.float_label label {
  font-size: 1rem;
  left: 0;
  position: absolute;
  top: 1.71rem;
  -webkit-transition: .3s;
  transition: .3s
}

.float_label input::-webkit-input-placeholder {
  color: transparent
}

.float_label input::placeholder {
  color: transparent
}

.float_label input:focus~label,
.float_label input:not(:placeholder-shown)~label {
  color: #545474;
  font-size: .86rem;
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
  -webkit-transition: .3s;
  transition: .3s
}

.field_error label {
  color: #e73636 !important;
  -webkit-transition: .3s;
  transition: .3s
}

.msg_error {
  align-items: center;
  -webkit-box-align: center;
  color: #e73636;
  display: -webkit-box;
  display: flex;
  font-size: 12px;
  font-style: italic;
  padding-top: .36rem
}

.mf_date input {
  background: url(https://appay.cloudcms.vn/mfast_assets/img/icons/ico-calendar-2.0.svg) no-repeat 100%/1.43rem;
  padding-right: 2.14rem
}

.mf_select input {
  background: url(https://appay.cloudcms.vn/mfast_assets/img/icons/ico-arrow-2.0.svg) no-repeat 100%/1.43rem;
  padding-right: 2.14rem
}

.msg_error:before {
  background: url(https://appay.cloudcms.vn/mfast_assets/img/icons/ico-warning-1.0.svg) no-repeat 50%/contain;
  -webkit-box-flex: 1rem;
  content: "";
  flex: 1rem 0 0;
  height: 1rem;
  margin-right: .36rem;
  width: 1rem
}

.mbsc-ios.mbsc-fr-bottom .mbsc-fr-overlay,
.mbsc-ios.mbsc-fr-top .mbsc-fr-overlay {
  background: rgba(10, 10, 40, .8)
}

.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup {
  border-radius: 1.43rem 1.43rem 0 0;
  border-top: none;
  overflow: hidden
}

.mbsc-ios .mbsc-fr-hdr {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #323252;
  display: -webkit-box;
  display: flex;
  font-size: 1.07rem;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  padding: .36rem 3.71rem
}

.mbsc-ios .mbsc-fr-w {
  padding-top: 3rem
}

.mbsc-ios .mbsc-fr-btn {
  color: #005fff;
  font-size: 1rem;
  height: 3rem;
  line-height: 3rem
}

.mbsc-ios .mbsc-fr-btn-s .mbsc-fr-btn {
  font-weight: 600
}

.mbsc-ios .mbsc-sc-itm,
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  font-size: 1rem
}

.mbsc-ios .mbsc-sc-itm-sel {
  font-size: 1.14rem
}

.mbsc-material .mbsc-sc-itm {
  font-size: 1rem;
  height: 2.71rem;
  line-height: 2.71rem
}

.mbsc-material .mbsc-sc-itm-sel {
  font-size: 1.07rem
}

.mbsc-material .mbsc-fr-btn-cont .mbsc-fr-btn {
  font-size: 1.07rem;
  font-weight: 600
}

.mbsc-material .mbsc-fr-hdr {
  font-size: 1.14rem
}

.mbsc-material .mbsc-sc-whl-gr {
  padding: 1.14rem .36rem
}

.mbsc-material .mbsc-sc-whl-w {
  padding: 0
}

.mbsc-material .mbsc-input input,
.mbsc-material .mbsc-input textarea,
.mbsc-mobiscroll .mbsc-sc-itm {
  font-size: 1rem
}

.mbsc-fr-liq .mbsc-fr-popup,
.mbsc-fr-popup,
.mbsc-mobiscroll.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-mobiscroll.mbsc-fr-center .mbsc-fr-w {
  max-width: 460px
}

.mbsc-mobiscroll .mbsc-fr-hdr {
  font-size: 1.07rem;
  font-weight: 600
}

.mbsc-material .mbsc-fr-w {
  max-width: 100%
}

body.is_modal,
html.is_modal {
  overflow: hidden;
  touch-action: none
}

.md_over {
  background: rgba(10, 10, 40, .8);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: visibility .4s, opacity .4s;
  transition: visibility .4s, opacity .4s;
  visibility: hidden;
  z-index: 99
}

.md_over .btn-modal_close {
  align-items: center;
  background: none;
  border: none;
  bottom: 6vh;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  color: #fff;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  left: calc(50% - 1.71rem);
  position: fixed;
  width: 3.43rem
}

.js-modal.active .md_over {
  opacity: 1;
  -webkit-transition: visibility .4s, opacity .4s;
  transition: visibility .4s, opacity .4s;
  visibility: visible
}

.md_content {
  background: #fff;
  left: 1.14rem;
  position: fixed;
  top: 20vh;
  visibility: hidden;
  width: calc(100% - 2.29rem);
  z-index: 99
}

.md_foot,
.md_head {
  align-items: center;
  background: #e6ebff;
  border-radius: 1.43rem 1.43rem 0 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  height: 3rem;
  justify-content: center;
  padding: 0 1.14rem;
  position: relative
}

.md_foot {
  border-radius: 0 0 1.43rem 1.43rem
}

.md_title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0
}

.btn-close_modal {
  background: transparent;
  border: none;
  height: 1.71rem;
  padding: 0;
  position: absolute;
  top: calc(50% - .86rem);
  -webkit-transform: scale(.8);
  transform: scale(.8);
  width: 1.71rem
}

.btn-close_modal:after,
.btn-close_modal:before {
  background: #424d6c;
  border-radius: 99px;
  content: "";
  height: 2px;
  left: .21rem;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%
}

.btn-close_modal:before {
  -webkit-transform: scale(1.25) rotate(45deg);
  transform: scale(1.25) rotate(45deg)
}

.btn-close_modal:after {
  -webkit-transform: scale(1.25) rotate(-45deg);
  transform: scale(1.25) rotate(-45deg)
}

.btn-close_modal2:after,
.btn-close_modal2:before {
  left: .5rem;
  width: calc(100% - 1rem)
}

.btn-close_modal2:before {
  bottom: .5rem;
  top: auto
}

.btn-close_modal2:after {
  top: .5rem
}

.modal-fadeindown .md_content {
  border-radius: .86rem;
  opacity: 0;
  -webkit-transform: translateY(-7.14rem);
  transform: translateY(-7.14rem);
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden
}

.modal-fadeindown .md_foot {
  border-radius: 0 0 .86rem .86rem
}

.modal-fadeindown.active .md_content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .4s;
  transition: .4s;
  visibility: visible
}

.modal-slideup .md_content {
  border-radius: 1.43rem 1.43rem 0 0;
  height: 85vh;
  left: 0;
  top: 15vh;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  visibility: hidden;
  width: 100%
}

.modal-slideup.active .md_content,
.modal-slideup .md_content {
  -webkit-transition: visibility .4s, -webkit-transform .4s;
  transition: visibility .4s, -webkit-transform .4s;
  transition: visibility .4s, transform .4s;
  transition: visibility .4s, transform .4s, -webkit-transform .4s
}

.modal-slideup.active .md_content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible
}

.modal-scaleleft {
  position: relative
}

.modal-scaleleft .md_content {
  border-radius: .57rem;
  left: auto;
  max-width: 400px;
  padding: .86rem 1.07rem;
  position: absolute;
  right: 0;
  top: calc(100% + .43rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  width: 73vw
}

.modal-scaleleft.active .md_content,
.modal-scaleleft .md_content {
  -webkit-transition: visibility .4s, -webkit-transform .4s;
  transition: visibility .4s, -webkit-transform .4s;
  transition: visibility .4s, transform .4s;
  transition: visibility .4s, transform .4s, -webkit-transform .4s
}

.modal-scaleleft.active .md_content {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible
}

.modal-scaleleft .md_content:before {
  border-bottom: .5rem solid #fff;
  border-left: .57rem solid transparent;
  border-right: .57rem solid transparent;
  content: "";
  position: absolute;
  right: 2.14rem;
  top: -.43rem
}

.modal-scaleleft .md_body p {
  font-size: .93rem;
  line-height: 1.43;
  margin: .36rem 0
}

.modal-scaleleft .md_body p:first-child {
  margin-top: 0
}

.modal-scaleleft .md_body p:last-child {
  margin-bottom: 0
}

.modal-scaleleft .md_body ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.modal-scaleleft .md_body li {
  letter-spacing: normal;
  line-height: 1.43;
  margin: 2px 0 .57rem .86rem;
  text-indent: -.86rem
}

.modal-scaleleft .md_body li:before {
  content: "-";
  margin-right: .36rem
}

.modal-fadeup .md_content {
  background: #fff;
  border-radius: .57rem;
  left: 1.14rem;
  opacity: 0;
  position: fixed;
  top: 12vh;
  -webkit-transform: translateY(7.14rem);
  transform: translateY(7.14rem);
  -webkit-transform-origin: top;
  transform-origin: top;
  width: calc(100% - 2.29rem)
}

.modal-fadeup.active .md_content,
.modal-fadeup .md_content {
  -webkit-transition: visibility .4s, opacity .4s, -webkit-transform .4s;
  transition: visibility .4s, opacity .4s, -webkit-transform .4s;
  transition: visibility .4s, opacity .4s, transform .4s;
  transition: visibility .4s, opacity .4s, transform .4s, -webkit-transform .4s
}

.modal-fadeup.active .md_content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible
}

.modal-slideup .md_body {
  background: #f2f2f2;
  height: calc(85vh - 3rem);
  overflow-y: auto;
  padding-bottom: 2.14rem
}

.tabs-nav {
  z-index: 1
}

.tabs-nav,
.tabs-nav__item {
  margin: 0;
  position: relative
}

.tabs-nav__item {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  padding: 0
}

.tabs-nav__item:after {
  border-right: 1px solid #cfd3d6;
  content: "";
  height: 48%;
  position: absolute;
  right: 0;
  top: 26%
}

.tabs-nav__item:last-child:after {
  display: none
}

.tabs-nav__item.active .tabs-nav__link {
  color: #005fff;
  font-weight: 500;
  text-decoration: none
}

.tabs-nav__link {
  color: #505164;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: .2s linear;
  transition: .2s linear
}

.tabs-nav__link:focus,
.tabs-nav__link:hover {
  outline: none;
  text-decoration: none
}

.tabs-nav__drag {
  border-bottom: 2px solid #005fff;
  bottom: 1px;
  position: absolute
}

.tabs-nav__drag.active {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

.tabs-nav__list {
  border-bottom: 1px solid #cfd3d6;
  display: -webkit-box;
  display: flex;
  height: 2.86rem;
  margin: 0;
  padding: 0
}

.tabs-content {
  color: #0a0a28;
  font-size: 1rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative
}

.tabs-content .tabs-content {
  margin: 0
}

.tabs-content .tabs-nav {
  font-size: 1rem
}

.tab {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  visibility: hidden;
  width: 100%;
  z-index: -1
}

.tab.active {
  opacity: 1;
  position: relative;
  visibility: visible;
  z-index: 1
}

.tab.slide {
  display: none;
  opacity: 1
}

.tab.slide.active,
.tab.slide.moved {
  display: block
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes a {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: a;
  animation-name: a
}

@-webkit-keyframes b {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes b {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: b;
  animation-name: b
}

@-webkit-keyframes c {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden
  }
}

@keyframes c {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden
  }
}

.slideOutLeft {
  -webkit-animation-name: c;
  animation-name: c
}

@-webkit-keyframes d {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden
  }
}

@keyframes d {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden
  }
}

.slideOutRight {
  -webkit-animation-name: d;
  animation-name: d
}

.m-auto {
  margin: auto !important
}

.mt-20 {
  margin-top: -1.43rem !important
}

.mt-19 {
  margin-top: -1.36rem !important
}

.mt-18 {
  margin-top: -1.29rem !important
}

.mt-17 {
  margin-top: -1.21rem !important
}

.mt-16 {
  margin-top: -1.14rem !important
}

.mt-15 {
  margin-top: -1.07rem !important
}

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

.mt-13 {
  margin-top: -.93rem !important
}

.mt-12 {
  margin-top: -.86rem !important
}

.mt-11 {
  margin-top: -.79rem !important
}

.mt-10 {
  margin-top: -.71rem !important
}

.mt-9 {
  margin-top: -.64rem !important
}

.mt-8 {
  margin-top: -.57rem !important
}

.mt-7 {
  margin-top: -.5rem !important
}

.mt-6 {
  margin-top: -.43rem !important
}

.mt-5 {
  margin-top: -.36rem !important
}

.mt-4 {
  margin-top: -.29rem !important
}

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

.mt-2 {
  margin-top: -.14rem !important
}

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

.mt0 {
  margin-top: 0 !important
}

.mt1 {
  margin-top: 1px !important
}

.mt2 {
  margin-top: 2px !important
}

.mt3 {
  margin-top: .21rem !important
}

.mt4 {
  margin-top: .29rem !important
}

.mt5 {
  margin-top: .36rem !important
}

.mt6 {
  margin-top: .43rem !important
}

.mt7 {
  margin-top: .5rem !important
}

.mt8 {
  margin-top: .57rem !important
}

.mt9 {
  margin-top: .64rem !important
}

.mt10 {
  margin-top: .71rem !important
}

.mt11 {
  margin-top: .79rem !important
}

.mt12 {
  margin-top: .86rem !important
}

.mt13 {
  margin-top: .93rem !important
}

.mt14 {
  margin-top: 1rem !important
}

.mt15 {
  margin-top: 1.07rem !important
}

.mt16 {
  margin-top: 1.14rem !important
}

.mt17 {
  margin-top: 1.21rem !important
}

.mt18 {
  margin-top: 1.29rem !important
}

.mt19 {
  margin-top: 1.36rem !important
}

.mt20 {
  margin-top: 1.43rem !important
}

.mt21 {
  margin-top: 1.5rem !important
}

.mt22 {
  margin-top: 1.57rem !important
}

.mt23 {
  margin-top: 1.64rem !important
}

.mt24 {
  margin-top: 1.71rem !important
}

.mt25 {
  margin-top: 1.79rem !important
}

.mt26 {
  margin-top: 1.86rem !important
}

.mt27 {
  margin-top: 1.93rem !important
}

.mt28 {
  margin-top: 2rem !important
}

.mt29 {
  margin-top: 2.07rem !important
}

.mt30 {
  margin-top: 2.14rem !important
}

.mt31 {
  margin-top: 2.21rem !important
}

.mt32 {
  margin-top: 2.29rem !important
}

.mt33 {
  margin-top: 2.36rem !important
}

.mt34 {
  margin-top: 2.43rem !important
}

.mt35 {
  margin-top: 2.5rem !important
}

.mt36 {
  margin-top: 2.57rem !important
}

.mt37 {
  margin-top: 2.64rem !important
}

.mt38 {
  margin-top: 2.71rem !important
}

.mt39 {
  margin-top: 2.79rem !important
}

.mt40 {
  margin-top: 2.86rem !important
}

.mr-20 {
  margin-right: -1.43rem !important
}

.mr-19 {
  margin-right: -1.36rem !important
}

.mr-18 {
  margin-right: -1.29rem !important
}

.mr-17 {
  margin-right: -1.21rem !important
}

.mr-16 {
  margin-right: -1.14rem !important
}

.mr-15 {
  margin-right: -1.07rem !important
}

.mr-14 {
  margin-right: -1rem !important
}

.mr-13 {
  margin-right: -.93rem !important
}

.mr-12 {
  margin-right: -.86rem !important
}

.mr-11 {
  margin-right: -.79rem !important
}

.mr-10 {
  margin-right: -.71rem !important
}

.mr-9 {
  margin-right: -.64rem !important
}

.mr-8 {
  margin-right: -.57rem !important
}

.mr-7 {
  margin-right: -.5rem !important
}

.mr-6 {
  margin-right: -.43rem !important
}

.mr-5 {
  margin-right: -.36rem !important
}

.mr-4 {
  margin-right: -.29rem !important
}

.mr-3 {
  margin-right: -.21rem !important
}

.mr-2 {
  margin-right: -.14rem !important
}

.mr-1 {
  margin-right: -.07rem !important
}

.mr0 {
  margin-right: 0 !important
}

.mr1 {
  margin-right: 1px !important
}

.mr2 {
  margin-right: 2px !important
}

.mr3 {
  margin-right: .21rem !important
}

.mr4 {
  margin-right: .29rem !important
}

.mr5 {
  margin-right: .36rem !important
}

.mr6 {
  margin-right: .43rem !important
}

.mr7 {
  margin-right: .5rem !important
}

.mr8 {
  margin-right: .57rem !important
}

.mr9 {
  margin-right: .64rem !important
}

.mr10 {
  margin-right: .71rem !important
}

.mr11 {
  margin-right: .79rem !important
}

.mr12 {
  margin-right: .86rem !important
}

.mr13 {
  margin-right: .93rem !important
}

.mr14 {
  margin-right: 1rem !important
}

.mr15 {
  margin-right: 1.07rem !important
}

.mr16 {
  margin-right: 1.14rem !important
}

.mr17 {
  margin-right: 1.21rem !important
}

.mr18 {
  margin-right: 1.29rem !important
}

.mr19 {
  margin-right: 1.36rem !important
}

.mr20 {
  margin-right: 1.43rem !important
}

.mr21 {
  margin-right: 1.5rem !important
}

.mr22 {
  margin-right: 1.57rem !important
}

.mr23 {
  margin-right: 1.64rem !important
}

.mr24 {
  margin-right: 1.71rem !important
}

.mr25 {
  margin-right: 1.79rem !important
}

.mr26 {
  margin-right: 1.86rem !important
}

.mr27 {
  margin-right: 1.93rem !important
}

.mr28 {
  margin-right: 2rem !important
}

.mr29 {
  margin-right: 2.07rem !important
}

.mr30 {
  margin-right: 2.14rem !important
}

.mr31 {
  margin-right: 2.21rem !important
}

.mr32 {
  margin-right: 2.29rem !important
}

.mr33 {
  margin-right: 2.36rem !important
}

.mr34 {
  margin-right: 2.43rem !important
}

.mr35 {
  margin-right: 2.5rem !important
}

.mr36 {
  margin-right: 2.57rem !important
}

.mr37 {
  margin-right: 2.64rem !important
}

.mr38 {
  margin-right: 2.71rem !important
}

.mr39 {
  margin-right: 2.79rem !important
}

.mr40 {
  margin-right: 2.86rem !important
}

.mb-20 {
  margin-bottom: -1.43rem !important
}

.mb-19 {
  margin-bottom: -1.36rem !important
}

.mb-18 {
  margin-bottom: -1.29rem !important
}

.mb-17 {
  margin-bottom: -1.21rem !important
}

.mb-16 {
  margin-bottom: -1.14rem !important
}

.mb-15 {
  margin-bottom: -1.07rem !important
}

.mb-14 {
  margin-bottom: -1rem !important
}

.mb-13 {
  margin-bottom: -.93rem !important
}

.mb-12 {
  margin-bottom: -.86rem !important
}

.mb-11 {
  margin-bottom: -.79rem !important
}

.mb-10 {
  margin-bottom: -.71rem !important
}

.mb-9 {
  margin-bottom: -.64rem !important
}

.mb-8 {
  margin-bottom: -.57rem !important
}

.mb-7 {
  margin-bottom: -.5rem !important
}

.mb-6 {
  margin-bottom: -.43rem !important
}

.mb-5 {
  margin-bottom: -.36rem !important
}

.mb-4 {
  margin-bottom: -.29rem !important
}

.mb-3 {
  margin-bottom: -.21rem !important
}

.mb-2 {
  margin-bottom: -.14rem !important
}

.mb-1 {
  margin-bottom: -.07rem !important
}

.mb0 {
  margin-bottom: 0 !important
}

.mb1 {
  margin-bottom: 1px !important
}

.mb2 {
  margin-bottom: 2px !important
}

.mb3 {
  margin-bottom: .21rem !important
}

.mb4 {
  margin-bottom: .29rem !important
}

.mb5 {
  margin-bottom: .36rem !important
}

.mb6 {
  margin-bottom: .43rem !important
}

.mb7 {
  margin-bottom: .5rem !important
}

.mb8 {
  margin-bottom: .57rem !important
}

.mb9 {
  margin-bottom: .64rem !important
}

.mb10 {
  margin-bottom: .71rem !important
}

.mb11 {
  margin-bottom: .79rem !important
}

.mb12 {
  margin-bottom: .86rem !important
}

.mb13 {
  margin-bottom: .93rem !important
}

.mb14 {
  margin-bottom: 1rem !important
}

.mb15 {
  margin-bottom: 1.07rem !important
}

.mb16 {
  margin-bottom: 1.14rem !important
}

.mb17 {
  margin-bottom: 1.21rem !important
}

.mb18 {
  margin-bottom: 1.29rem !important
}

.mb19 {
  margin-bottom: 1.36rem !important
}

.mb20 {
  margin-bottom: 1.43rem !important
}

.mb21 {
  margin-bottom: 1.5rem !important
}

.mb22 {
  margin-bottom: 1.57rem !important
}

.mb23 {
  margin-bottom: 1.64rem !important
}

.mb24 {
  margin-bottom: 1.71rem !important
}

.mb25 {
  margin-bottom: 1.79rem !important
}

.mb26 {
  margin-bottom: 1.86rem !important
}

.mb27 {
  margin-bottom: 1.93rem !important
}

.mb28 {
  margin-bottom: 2rem !important
}

.mb29 {
  margin-bottom: 2.07rem !important
}

.mb30 {
  margin-bottom: 2.14rem !important
}

.mb31 {
  margin-bottom: 2.21rem !important
}

.mb32 {
  margin-bottom: 2.29rem !important
}

.mb33 {
  margin-bottom: 2.36rem !important
}

.mb34 {
  margin-bottom: 2.43rem !important
}

.mb35 {
  margin-bottom: 2.5rem !important
}

.mb36 {
  margin-bottom: 2.57rem !important
}

.mb37 {
  margin-bottom: 2.64rem !important
}

.mb38 {
  margin-bottom: 2.71rem !important
}

.mb39 {
  margin-bottom: 2.79rem !important
}

.mb40 {
  margin-bottom: 2.86rem !important
}

.ml-20 {
  margin-left: -1.43rem !important
}

.ml-19 {
  margin-left: -1.36rem !important
}

.ml-18 {
  margin-left: -1.29rem !important
}

.ml-17 {
  margin-left: -1.21rem !important
}

.ml-16 {
  margin-left: -1.14rem !important
}

.ml-15 {
  margin-left: -1.07rem !important
}

.ml-14 {
  margin-left: -1rem !important
}

.ml-13 {
  margin-left: -.93rem !important
}

.ml-12 {
  margin-left: -.86rem !important
}

.ml-11 {
  margin-left: -.79rem !important
}

.ml-10 {
  margin-left: -.71rem !important
}

.ml-9 {
  margin-left: -.64rem !important
}

.ml-8 {
  margin-left: -.57rem !important
}

.ml-7 {
  margin-left: -.5rem !important
}

.ml-6 {
  margin-left: -.43rem !important
}

.ml-5 {
  margin-left: -.36rem !important
}

.ml-4 {
  margin-left: -.29rem !important
}

.ml-3 {
  margin-left: -.21rem !important
}

.ml-2 {
  margin-left: -.14rem !important
}

.ml-1 {
  margin-left: -.07rem !important
}

.ml0 {
  margin-left: 0 !important
}

.ml1 {
  margin-left: 1px !important
}

.ml2 {
  margin-left: 2px !important
}

.ml3 {
  margin-left: .21rem !important
}

.ml4 {
  margin-left: .29rem !important
}

.ml5 {
  margin-left: .36rem !important
}

.ml6 {
  margin-left: .43rem !important
}

.ml7 {
  margin-left: .5rem !important
}

.ml8 {
  margin-left: .57rem !important
}

.ml9 {
  margin-left: .64rem !important
}

.ml10 {
  margin-left: .71rem !important
}

.ml11 {
  margin-left: .79rem !important
}

.ml12 {
  margin-left: .86rem !important
}

.ml13 {
  margin-left: .93rem !important
}

.ml14 {
  margin-left: 1rem !important
}

.ml15 {
  margin-left: 1.07rem !important
}

.ml16 {
  margin-left: 1.14rem !important
}

.ml17 {
  margin-left: 1.21rem !important
}

.ml18 {
  margin-left: 1.29rem !important
}

.ml19 {
  margin-left: 1.36rem !important
}

.ml20 {
  margin-left: 1.43rem !important
}

.ml21 {
  margin-left: 1.5rem !important
}

.ml22 {
  margin-left: 1.57rem !important
}

.ml23 {
  margin-left: 1.64rem !important
}

.ml24 {
  margin-left: 1.71rem !important
}

.ml25 {
  margin-left: 1.79rem !important
}

.ml26 {
  margin-left: 1.86rem !important
}

.ml27 {
  margin-left: 1.93rem !important
}

.ml28 {
  margin-left: 2rem !important
}

.ml29 {
  margin-left: 2.07rem !important
}

.ml30 {
  margin-left: 2.14rem !important
}

.ml31 {
  margin-left: 2.21rem !important
}

.ml32 {
  margin-left: 2.29rem !important
}

.ml33 {
  margin-left: 2.36rem !important
}

.ml34 {
  margin-left: 2.43rem !important
}

.ml35 {
  margin-left: 2.5rem !important
}

.ml36 {
  margin-left: 2.57rem !important
}

.ml37 {
  margin-left: 2.64rem !important
}

.ml38 {
  margin-left: 2.71rem !important
}

.ml39 {
  margin-left: 2.79rem !important
}

.ml40 {
  margin-left: 2.86rem !important
}

.pt0 {
  padding-top: 0 !important
}

.pt1 {
  padding-top: 1px !important
}

.pt2 {
  padding-top: 2px !important
}

.pt3 {
  padding-top: .21rem !important
}

.pt4 {
  padding-top: .29rem !important
}

.pt5 {
  padding-top: .36rem !important
}

.pt6 {
  padding-top: .43rem !important
}

.pt7 {
  padding-top: .5rem !important
}

.pt8 {
  padding-top: .57rem !important
}

.pt9 {
  padding-top: .64rem !important
}

.pt10 {
  padding-top: .71rem !important
}

.pt11 {
  padding-top: .79rem !important
}

.pt12 {
  padding-top: .86rem !important
}

.pt13 {
  padding-top: .93rem !important
}

.pt14 {
  padding-top: 1rem !important
}

.pt15 {
  padding-top: 1.07rem !important
}

.pt16 {
  padding-top: 1.14rem !important
}

.pt17 {
  padding-top: 1.21rem !important
}

.pt18 {
  padding-top: 1.29rem !important
}

.pt19 {
  padding-top: 1.36rem !important
}

.pt20 {
  padding-top: 1.43rem !important
}

.pt21 {
  padding-top: 1.5rem !important
}

.pt22 {
  padding-top: 1.57rem !important
}

.pt23 {
  padding-top: 1.64rem !important
}

.pt24 {
  padding-top: 1.71rem !important
}

.pt25 {
  padding-top: 1.79rem !important
}

.pt26 {
  padding-top: 1.86rem !important
}

.pt27 {
  padding-top: 1.93rem !important
}

.pt28 {
  padding-top: 2rem !important
}

.pt29 {
  padding-top: 2.07rem !important
}

.pt30 {
  padding-top: 2.14rem !important
}

.pt31 {
  padding-top: 2.21rem !important
}

.pt32 {
  padding-top: 2.29rem !important
}

.pt33 {
  padding-top: 2.36rem !important
}

.pt34 {
  padding-top: 2.43rem !important
}

.pt35 {
  padding-top: 2.5rem !important
}

.pt36 {
  padding-top: 2.57rem !important
}

.pt37 {
  padding-top: 2.64rem !important
}

.pt38 {
  padding-top: 2.71rem !important
}

.pt39 {
  padding-top: 2.79rem !important
}

.pt40 {
  padding-top: 2.86rem !important
}

.pt41 {
  padding-top: 2.93rem !important
}

.pt42 {
  padding-top: 3rem !important
}

.pt43 {
  padding-top: 3.07rem !important
}

.pt44 {
  padding-top: 3.14rem !important
}

.pt45 {
  padding-top: 3.21rem !important
}

.pt46 {
  padding-top: 3.29rem !important
}

.pt47 {
  padding-top: 3.36rem !important
}

.pt48 {
  padding-top: 3.43rem !important
}

.pt49 {
  padding-top: 3.5rem !important
}

.pt50 {
  padding-top: 3.57rem !important
}

.pr0 {
  padding-right: 0 !important
}

.pr1 {
  padding-right: 1px !important
}

.pr2 {
  padding-right: 2px !important
}

.pr3 {
  padding-right: .21rem !important
}

.pr4 {
  padding-right: .29rem !important
}

.pr5 {
  padding-right: .36rem !important
}

.pr6 {
  padding-right: .43rem !important
}

.pr7 {
  padding-right: .5rem !important
}

.pr8 {
  padding-right: .57rem !important
}

.pr9 {
  padding-right: .64rem !important
}

.pr10 {
  padding-right: .71rem !important
}

.pr11 {
  padding-right: .79rem !important
}

.pr12 {
  padding-right: .86rem !important
}

.pr13 {
  padding-right: .93rem !important
}

.pr14 {
  padding-right: 1rem !important
}

.pr15 {
  padding-right: 1.07rem !important
}

.pr16 {
  padding-right: 1.14rem !important
}

.pr17 {
  padding-right: 1.21rem !important
}

.pr18 {
  padding-right: 1.29rem !important
}

.pr19 {
  padding-right: 1.36rem !important
}

.pr20 {
  padding-right: 1.43rem !important
}

.pr21 {
  padding-right: 1.5rem !important
}

.pr22 {
  padding-right: 1.57rem !important
}

.pr23 {
  padding-right: 1.64rem !important
}

.pr24 {
  padding-right: 1.71rem !important
}

.pr25 {
  padding-right: 1.79rem !important
}

.pr26 {
  padding-right: 1.86rem !important
}

.pr27 {
  padding-right: 1.93rem !important
}

.pr28 {
  padding-right: 2rem !important
}

.pr29 {
  padding-right: 2.07rem !important
}

.pr30 {
  padding-right: 2.14rem !important
}

.pr31 {
  padding-right: 2.21rem !important
}

.pr32 {
  padding-right: 2.29rem !important
}

.pr33 {
  padding-right: 2.36rem !important
}

.pr34 {
  padding-right: 2.43rem !important
}

.pr35 {
  padding-right: 2.5rem !important
}

.pr36 {
  padding-right: 2.57rem !important
}

.pr37 {
  padding-right: 2.64rem !important
}

.pr38 {
  padding-right: 2.71rem !important
}

.pr39 {
  padding-right: 2.79rem !important
}

.pr40 {
  padding-right: 2.86rem !important
}

.pr41 {
  padding-right: 2.93rem !important
}

.pr42 {
  padding-right: 3rem !important
}

.pr43 {
  padding-right: 3.07rem !important
}

.pr44 {
  padding-right: 3.14rem !important
}

.pr45 {
  padding-right: 3.21rem !important
}

.pr46 {
  padding-right: 3.29rem !important
}

.pr47 {
  padding-right: 3.36rem !important
}

.pr48 {
  padding-right: 3.43rem !important
}

.pr49 {
  padding-right: 3.5rem !important
}

.pr50 {
  padding-right: 3.57rem !important
}

.pb0 {
  padding-bottom: 0 !important
}

.pb1 {
  padding-bottom: 1px !important
}

.pb2 {
  padding-bottom: 2px !important
}

.pb3 {
  padding-bottom: .21rem !important
}

.pb4 {
  padding-bottom: .29rem !important
}

.pb5 {
  padding-bottom: .36rem !important
}

.pb6 {
  padding-bottom: .43rem !important
}

.pb7 {
  padding-bottom: .5rem !important
}

.pb8 {
  padding-bottom: .57rem !important
}

.pb9 {
  padding-bottom: .64rem !important
}

.pb10 {
  padding-bottom: .71rem !important
}

.pb11 {
  padding-bottom: .79rem !important
}

.pb12 {
  padding-bottom: .86rem !important
}

.pb13 {
  padding-bottom: .93rem !important
}

.pb14 {
  padding-bottom: 1rem !important
}

.pb15 {
  padding-bottom: 1.07rem !important
}

.pb16 {
  padding-bottom: 1.14rem !important
}

.pb17 {
  padding-bottom: 1.21rem !important
}

.pb18 {
  padding-bottom: 1.29rem !important
}

.pb19 {
  padding-bottom: 1.36rem !important
}

.pb20 {
  padding-bottom: 1.43rem !important
}

.pb21 {
  padding-bottom: 1.5rem !important
}

.pb22 {
  padding-bottom: 1.57rem !important
}

.pb23 {
  padding-bottom: 1.64rem !important
}

.pb24 {
  padding-bottom: 1.71rem !important
}

.pb25 {
  padding-bottom: 1.79rem !important
}

.pb26 {
  padding-bottom: 1.86rem !important
}

.pb27 {
  padding-bottom: 1.93rem !important
}

.pb28 {
  padding-bottom: 2rem !important
}

.pb29 {
  padding-bottom: 2.07rem !important
}

.pb30 {
  padding-bottom: 2.14rem !important
}

.pb31 {
  padding-bottom: 2.21rem !important
}

.pb32 {
  padding-bottom: 2.29rem !important
}

.pb33 {
  padding-bottom: 2.36rem !important
}

.pb34 {
  padding-bottom: 2.43rem !important
}

.pb35 {
  padding-bottom: 2.5rem !important
}

.pb36 {
  padding-bottom: 2.57rem !important
}

.pb37 {
  padding-bottom: 2.64rem !important
}

.pb38 {
  padding-bottom: 2.71rem !important
}

.pb39 {
  padding-bottom: 2.79rem !important
}

.pb40 {
  padding-bottom: 2.86rem !important
}

.pb41 {
  padding-bottom: 2.93rem !important
}

.pb42 {
  padding-bottom: 3rem !important
}

.pb43 {
  padding-bottom: 3.07rem !important
}

.pb44 {
  padding-bottom: 3.14rem !important
}

.pb45 {
  padding-bottom: 3.21rem !important
}

.pb46 {
  padding-bottom: 3.29rem !important
}

.pb47 {
  padding-bottom: 3.36rem !important
}

.pb48 {
  padding-bottom: 3.43rem !important
}

.pb49 {
  padding-bottom: 3.5rem !important
}

.pb50 {
  padding-bottom: 3.57rem !important
}

.pl0 {
  padding-left: 0 !important
}

.pl1 {
  padding-left: 1px !important
}

.pl2 {
  padding-left: 2px !important
}

.pl3 {
  padding-left: .21rem !important
}

.pl4 {
  padding-left: .29rem !important
}

.pl5 {
  padding-left: .36rem !important
}

.pl6 {
  padding-left: .43rem !important
}

.pl7 {
  padding-left: .5rem !important
}

.pl8 {
  padding-left: .57rem !important
}

.pl9 {
  padding-left: .64rem !important
}

.pl10 {
  padding-left: .71rem !important
}

.pl11 {
  padding-left: .79rem !important
}

.pl12 {
  padding-left: .86rem !important
}

.pl13 {
  padding-left: .93rem !important
}

.pl14 {
  padding-left: 1rem !important
}

.pl15 {
  padding-left: 1.07rem !important
}

.pl16 {
  padding-left: 1.14rem !important
}

.pl17 {
  padding-left: 1.21rem !important
}

.pl18 {
  padding-left: 1.29rem !important
}

.pl19 {
  padding-left: 1.36rem !important
}

.pl20 {
  padding-left: 1.43rem !important
}

.pl21 {
  padding-left: 1.5rem !important
}

.pl22 {
  padding-left: 1.57rem !important
}

.pl23 {
  padding-left: 1.64rem !important
}

.pl24 {
  padding-left: 1.71rem !important
}

.pl25 {
  padding-left: 1.79rem !important
}

.pl26 {
  padding-left: 1.86rem !important
}

.pl27 {
  padding-left: 1.93rem !important
}

.pl28 {
  padding-left: 2rem !important
}

.pl29 {
  padding-left: 2.07rem !important
}

.pl30 {
  padding-left: 2.14rem !important
}

.pl31 {
  padding-left: 2.21rem !important
}

.pl32 {
  padding-left: 2.29rem !important
}

.pl33 {
  padding-left: 2.36rem !important
}

.pl34 {
  padding-left: 2.43rem !important
}

.pl35 {
  padding-left: 2.5rem !important
}

.pl36 {
  padding-left: 2.57rem !important
}

.pl37 {
  padding-left: 2.64rem !important
}

.pl38 {
  padding-left: 2.71rem !important
}

.pl39 {
  padding-left: 2.79rem !important
}

.pl40 {
  padding-left: 2.86rem !important
}

.pl41 {
  padding-left: 2.93rem !important
}

.pl42 {
  padding-left: 3rem !important
}

.pl43 {
  padding-left: 3.07rem !important
}

.pl44 {
  padding-left: 3.14rem !important
}

.pl45 {
  padding-left: 3.21rem !important
}

.pl46 {
  padding-left: 3.29rem !important
}

.pl47 {
  padding-left: 3.36rem !important
}

.pl48 {
  padding-left: 3.43rem !important
}

.pl49 {
  padding-left: 3.5rem !important
}

.pl50 {
  padding-left: 3.57rem !important
}

.w-0 {
  width: 0 !important
}

.w-5 {
  width: 5% !important
}

.w-10 {
  width: 10% !important
}

.w-15 {
  width: 15% !important
}

.w-20 {
  width: 20% !important
}

.w-25 {
  width: 25% !important
}

.w-30 {
  width: 30% !important
}

.w-35 {
  width: 35% !important
}

.w-40 {
  width: 40% !important
}

.w-45 {
  width: 45% !important
}

.w-50 {
  width: 50% !important
}

.w-55 {
  width: 55% !important
}

.w-60 {
  width: 60% !important
}

.w-65 {
  width: 65% !important
}

.w-70 {
  width: 70% !important
}

.w-75 {
  width: 75% !important
}

.w-80 {
  width: 80% !important
}

.w-85 {
  width: 85% !important
}

.w-90 {
  width: 90% !important
}

.w-95 {
  width: 95% !important
}

.w-100 {
  width: 100% !important
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: MFastVN, HelveticaNeue, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility
}

:focus {
  outline: none
}

html {
  font-size: min(14px, 3.733vw)
}

body {
  background: #f2f2f2;
  color: #24253d;
  font-size: 1rem;
  margin: 0
}

a {
  text-decoration: none
}

.row {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between
}

.col-6 {
  -webkit-box-flex: 50% !important;
  flex: 50% 0 0 !important;
  width: 50% !important
}

.col-12 {
  -webkit-box-flex: 100% !important;
  flex: 100% 0 0 !important;
  width: 100% !important
}

.switch_datetime {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin: 1.14rem 0 .79rem;
  width: 100%
}

.current_date {
  font-size: 1.21rem;
  font-weight: 600;
  margin: 0 1.43rem -.14rem
}

.btn-disabled {
  background-color: #c4c7d8 !important
}

.btn-switch_date {
  background: url(https://appay.cloudcms.vn/mfast_assets/img/icons/ico-arrow-left-4.0.svg) no-repeat 0 0/contain;
  display: -webkit-box;
  display: flex;
  height: 1.57rem;
  width: 1.57rem
}

.btn-switch_date.btn-disabled {
  background-color: transparent !important;
  opacity: .6
}

.next_date {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.mf-search_frm input:focus~.remark_icon {
  background: transparent url(../images/ico-search-2.svg) no-repeat 0 0/contain
}

.mf_intro {
  margin-top: 1.07rem;
  padding: 0 .71rem
}

.intro_list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  padding-bottom: 1.79rem
}

.intro_item,
.intro_list {
  display: -webkit-box;
  display: flex
}

.intro_item {
  margin: 0;
  padding-bottom: 1.36rem;
  position: relative
}

.intro_item:after {
  background: repeating-linear-gradient(#b1b1c2 .5rem, transparent .5rem 1rem);
  content: "";
  height: 100%;
  left: 1.14rem;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 0
}

.intro_item:last-child:after {
  display: none
}

.intro_item>dt {
  -webkit-box-flex: 2.29rem;
  flex: 2.29rem 0 0;
  z-index: 9
}

.intro_item>dd {
  -webkit-box-flex: calc(100% - 2.29rem);
  flex: calc(100% - 2.29rem) 0 0;
  margin: 0;
  padding: .36rem 0 0 .71rem
}

.intro_item>dd h4 {
  color: #24253d;
  font-size: .93rem;
  font-weight: 600;
  margin: 0 0 .43rem
}

.intro_item>dd img {
  max-width: 100%
}

.group_info {
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-radius: .57rem;
  padding: .36rem 1.14rem
}

.modal_otp .md_content,
.modalphone_otp .md_content {
  border-radius: .57rem;
  padding: 20px 20px 25px;
  text-align: center;
  top: 15vh
}

.modal_otp .md_content p,
.modalphone_otp .md_content p {
  margin: 0
}

.opt_code_group {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin: 1.57rem 0 0
}

.opt_code_group input {
  -webkit-appearance: none;
  appearance: none;
  background: #f2f2f2;
  border: 1px solid #cfd3d6;
  border-radius: .29rem;
  color: #222;
  font-size: 1.21rem;
  font-weight: 500;
  height: 2.86rem;
  margin: 0 .21rem;
  text-align: center;
  width: 2.86rem
}

.opt_code_group input:disabled {
  background: #c2c2c2
}

.opt_code_group input:focus {
  background: #e0ecff;
  border-color: #005fff;
  color: #005fff
}

.opt_code_group input::-webkit-input-placeholder {
  color: transparent
}

.opt_code_group input::placeholder {
  color: transparent
}

.opt_code_group input:not(:placeholder-shown) {
  background: #fff
}

.wrong_code input {
  border-color: #e73636
}

.modal_otp .btn-primary,
.modalphone_otp .btn-primary {
  margin: 1.86rem auto 0;
  width: 60%
}

#loading {
  background-color: rgba(10, 10, 40, .8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

#loading-content {
  border-radius: 5px;
  left: 50%;
  margin-left: -106px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 212.5px
}

#loading-content .snippet {
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin-top: 10px
}

#loading-content .snippet:before {
  -webkit-box-flex: 36px;
  content: "";
  flex: 36px 0 0
}

#loading-content p.mfast-loading-desc {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: center
}

#loading-content .stage {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 40px;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex: 40px 0 0;
  justify-content: center;
  margin: 0 0 0 .21rem;
  overflow: hidden;
  padding: 5px 0;
  position: relative
}

#loading-content .dot-typing {
  -webkit-animation: e 1.5s infinite linear;
  animation: e 1.5s infinite linear;
  background-color: #fff;
  border-radius: 999px;
  -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
  box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
  color: #fff;
  height: 3px;
  left: -9999px;
  position: relative;
  width: 3px
}

@-webkit-keyframes e {
  0% {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff
  }

  16.667% {
    -webkit-box-shadow: 9984px -3px 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px -3px 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff
  }

  33.333% {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff
  }

  50% {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px -3px 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px -3px 0 0 #fff, 9996px 0 0 0 #fff
  }

  66.667% {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff
  }

  83.333% {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px -3px 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px -3px 0 0 #fff
  }

  to {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff
  }
}

@keyframes e {
  0% {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff
  }

  16.667% {
    -webkit-box-shadow: 9984px -3px 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px -3px 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff
  }

  33.333% {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff
  }

  50% {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px -3px 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px -3px 0 0 #fff, 9996px 0 0 0 #fff
  }

  66.667% {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff
  }

  83.333% {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px -3px 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px -3px 0 0 #fff
  }

  to {
    -webkit-box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff;
    box-shadow: 9984px 0 0 0 #fff, 9990px 0 0 0 #fff, 9996px 0 0 0 #fff
  }
}

.resend_otp {
  color: #005fff;
  display: none;
  font-size: 15px;
  font-weight: 500
}

.modal_message .md_content {
  text-align: center
}

.modal_message .msg_error {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  font-size: 1rem;
  justify-content: center;
  margin: 0;
  padding: 0
}

.modal_message .msg_error:before {
  height: 1.29rem;
  width: 1.29rem
}

.modal_message .btn-primary {
  font-size: 1rem;
  height: 2.71rem;
  margin: 1.14rem auto 0;
  width: 50%
}

.js-alert_otpcode {
  -webkit-box-pack: center;
  justify-content: center
}

.mf_container {
  background: #fff;
  -webkit-box-shadow: 0 0 6px #aaa;
  box-shadow: 0 0 6px #aaa;
  margin: auto;
  max-width: 560px;
  min-height: 100vh;
  width: 100%
}

.progress_bar {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  counter-reset: counter-step;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin: .71rem auto 0;
  min-width: 300px;
  position: relative;
  width: 50%
}

.bar_step {
  -webkit-box-direction: normal;
  -webkit-box-flex: 33.333%;
  -webkit-box-orient: vertical;
  flex: 33.333% 0 0;
  flex-direction: column;
  position: relative;
  width: 33.333%
}

.bar_step,
.bar_step span.bar_item {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center
}

.bar_step span.bar_item {
  background: #c4c7d8;
  border-radius: 99px;
  font-size: .79rem;
  font-weight: 500;
  height: 1.43rem;
  line-height: 1;
  padding-top: .07rem;
  -webkit-transition: .3s;
  transition: .3s;
  width: 1.43rem;
  z-index: 9
}

.bar_step span.text {
  color: #545474;
  font-size: .86rem;
  margin-top: .29rem;
  text-align: center
}

.bar_step.done .bar_item {
  font-size: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.bar_step.active .bar_item,
.bar_step.done .bar_item {
  background: linear-gradient(45deg, #005fff, #5896ff);
  border: 1px solid #fff
}

.bar_step.active .bar_item {
  color: #fff
}

.bar_step:before {
  background: #c4c7d8;
  height: .29rem;
  right: calc(50% + .71rem);
  top: .57rem
}

.bar_step:after,
.bar_step:before {
  content: "";
  position: absolute;
  width: 100%
}

.bar_step:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 100%;
  opacity: 0;
  top: .41rem;
  -webkit-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 9
}

.bar_step.active:before,
.bar_step.done:before {
  background: -webkit-gradient(linear, left top, right top, from(#005fff), to(#5896ff));
  background: linear-gradient(90deg, #005fff, #5896ff)
}

.bar_step.active:after {
  color: #fff
}

.bar_step.done:after {
  color: #fff;
  height: .38rem;
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(.75);
  transform: rotate(-45deg) scale(.75);
  -webkit-transition: .3s;
  transition: .3s;
  width: .714rem
}

.bar_step:first-child:before {
  display: none
}

.frm_field label {
  align-items: center;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='7' ry='7' stroke='%23bbbbbbFF' stroke-width='2' stroke-dasharray='7, 7' stroke-dashoffset='7'/%3E%3C/svg%3E");
  border: 0 solid transparent;
  border-radius: 7px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  color: #545474;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 7.35rem;
  justify-content: center;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%
}

.frm_field label.field_error {
  border-color: #b33;
  border-width: 1px;
  -webkit-transition: .3s;
  transition: .3s
}

.frm_field input {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9
}

.identity_content {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 24.29rem
}

.identity_content .frm_field {
  -webkit-box-flex: calc(50% - 8px);
  flex: calc(50% - 8px) 0 0;
  width: calc(50% - 8px)
}

.frm_field img {
  margin-bottom: .29rem;
  object-fit: contain;
  width: 2.86rem
}

.frm_field .img_review {
  border-radius: 7px;
  height: 0;
  left: 50%;
  margin: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(0);
  transform: translate(-50%, -50%) rotateY(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 0;
  z-index: 8
}

.is_file .img_review {
  -webkit-box-shadow: 0 2px 3px #999;
  box-shadow: 0 2px 3px #999;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%
}

.ani_file img.img_review {
  -webkit-transform: translate(-50%, -50%) rotateY(90deg);
  transform: translate(-50%, -50%) rotateY(90deg);
  -webkit-transition: .3s;
  transition: .3s
}

.reset_value {
  background: url(../images/ico-close.svg) no-repeat 50%/contain;
  border: none;
  cursor: pointer;
  height: 24px;
  padding: 0;
  position: absolute;
  right: -.29rem;
  top: -.29rem;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  width: 24px;
  z-index: 10
}

.is_file .reset_value,
.reset_value {
  -webkit-transition: .3s;
  transition: .3s
}

.is_file .reset_value {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible
}

.frm_field label.selfie_capture {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='999' ry='999' stroke='%23bbbbbbFF' stroke-width='2' stroke-dasharray='7, 7'/%3E%3C/svg%3E");
  border-radius: 999px;
  height: 12.86rem;
  margin: auto;
  width: 12.86rem
}

.frm_field label.selfie_capture .img_review {
  border-radius: 999px
}

.identity_capture {
  margin: 2.14rem auto 0
}

.identity_capture>p {
  margin: 0 0 .57rem
}

.progress_panel {
  align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  width: 100%
}

.progress_item {
  -webkit-box-flex: 100%;
  flex: 100% 0 0;
  padding-bottom: 2.14rem;
  width: 100%
}

.progress_item>form {
  margin-bottom: 0
}

.msg_valid {
  color: #00bd8a;
  line-height: 1
}

.msg_valid:before {
  background: url(https://appay.cloudcms.vn/mfast_assets/img/icons/ico-checkmark-1.0.svg) no-repeat 50%/contain;
  height: 1.86rem;
  margin-top: -.14rem;
  width: 1.86rem
}

#onboarding_contain {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden
}

#onboarding_contain.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  transition: .5s;
  visibility: visible
}

#customer_contain {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden
}

#customer_contain.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  transition: .5s;
  visibility: visible
}

.profile_detect .msg_error {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1.38;
  margin: .21rem auto 0;
  width: 75%
}

.profile_detect .msg_error:before {
  -webkit-box-flex: 1.29rem;
  flex: 1.29rem 0 0;
  height: 1.29rem;
  width: 1.29rem
}

.profile_detect .msg_valid:before {
  -webkit-box-flex: 1.86rem;
  flex: 1.86rem 0 0;
  height: 1.86rem;
  margin-top: -.29rem;
  width: 1.86rem
}

.customer_info {
  padding: 0 1.14rem
}

.form_ttl {
  color: #f3870c;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 .71rem
}

.customer_info .group_info {
  border: none
}

.term_condition_container {
  background: #fff;
  margin: auto;
  max-width: 840px;
  padding: 1.14rem
}

.esign_iframe,
.term_condition_container {
  -webkit-box-shadow: 0 0 6px #aaa;
  box-shadow: 0 0 6px #aaa
}

.esign_iframe {
  border: solid #fff;
  border-radius: 8px;
  border-width: 12px 16px;
  height: calc(100vh - 32px);
  margin: 16px;
  width: calc(100% - 32px)
}

@media screen and (min-width: 560px) {
  .md_content {
    left: calc(50% - 210px);
    width: 420px
  }

  #customer_contain,
  #onboarding_contain {
    left: calc(50% - 280px);
    width: 560px
  }
}

.mf_video_contain {
  background: rgba(10, 10, 40, .9);
  bottom: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  left: 0;
  padding: 8vh 1.14rem 1.14rem;
  position: fixed;
  right: 0;
  top: 0;
}

.mf_video {
  border-radius: .57rem;
  height: 216px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 343px;
}

.mf_video:before {
  background: url(../images/bg-video.png) no-repeat 50%/contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9
}

.mf_video video {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.mf_camera_options {
  background: #fff;
  border-radius: .57rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: .86rem 1.14rem;
  width: 343px;
}

.mf_camera_options,
.option_item {
  display: -webkit-box;
  display: flex
}

.option_item {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  color: #545474;
  flex: 1 0 0;
  flex-direction: column;
  font-size: .93rem;
  font-weight: 400;
  padding: 0 .57rem;
  text-align: center
}

.option_item img {
  margin: 0 -.79rem .57rem 0;
  object-fit: contain;
  width: 4.57rem
}

.capture_action {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-flex: 0.7;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: flex;
  flex: 0.7 0 0;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  width: 343px;
}

.submit_capture {
  display: none;
  width: 100%
}

.btn_capture,
.on_recapture .submit_capture {
  display: -webkit-box;
  display: flex
}

.btn_capture {
  background: url(../images/ico-circle.svg) no-repeat 50%/contain;
  color: transparent;
  font-size: 0;
  height: 4.57rem;
  width: 4.57rem
}

.on_recapture .btn_capture {
  display: none
}

.btn_recapture,
.btn_set_image {
  align-items: center;
  border-radius: 99px;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: flex;
  flex: 1 0 0;
  font-weight: 500;
  height: 2.86rem;
  justify-content: center
}

.btn_recapture {
  background: #fff;
  color: #545474;
  margin-right: .5rem
}

.btn_set_image {
  background: #005fff;
  color: #fff;
  margin-left: .5rem
}

/* selfie */
.selfie_container .mf_video {
  border: 2px solid #005fff;
  border-radius: 999px;
  height: 260px;
  width: 260px;
}
.selfie_container .mf_video:before {
  display: none;
}
.selfie_container .option_item img {
  width: 3.6rem;
}
/* END selfie */