/* start index */

/* end index*/

/* start phone */
.cls-phone {
  font-size: 33px;
}
.phone-addon {
  background: none;
  border-radius: 0;
  border: none;
  position: absolute;
  z-index: 50;
  color: #000;
  margin-top: 9px;
  display: flex;
}
.phone-addon i{
  font-size: 24px;
  margin: 0px 0 0 5px;
}
#txt-phone {
  text-indent: 35px;
  height: 60px;
  border-bottom: 1px solid #57C8E8;
  letter-spacing: 0.01em;
}
/*.triangle-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #57C8E8;
  border-radius: 4px;
  margin: 14px 0px 0px 5px;
}*/
.cls-err {
  margin-top: 30px;
  color: #E62935;
}
.cls-warning-dob {
  margin-top: 30px;
  color: #E62935;
}
#txt-phone.txt-err, .txt-otp.txt-err{
  border-bottom: 1px solid #E62935 ; 
}
/* end phone */


/* start otp */
.otp-group {
  display: flex;
  margin-top: 23px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.txt-otp {
  display: inline-block;
  min-width: 45px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 50px;
  color: #000;
  margin-right: 10px;
  line-height: 75px;
  font-weight: bold;
  padding: 0;
  border-radius: 0;
  cursor: none !important;

  /* -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;  */
                                 
}
/*for firefox*/
.txt-otp::-moz-selection {
  background:#fff; /*#57C8E8;*/
  background-color: #fff;
  color: #000;
  cursor: none !important;
}
/*for everything else*/
.txt-otp::selection {
  background-color: #fff;
  background:#fff; /*#57C8E8;*/
  color: #000;
  cursor: none !important;
}

/*for some ios */
.txt-otp::-webkit-selection {
  background-color: #fff;
  background:#fff; /*#57C8E8;*/
  color: #000;
  cursor: none !important;
}
.txt-otp:last-child {
  margin: 0;
}
.txt-otp:active, .txt-otp:focus, .txt-otp.active {
  background:#fff; 
  background-color: #fff;
  border-bottom: 1px solid #57C8E8;
  outline: none;
  cursor: none !important;
}
.resend {
  margin-top: 29px;
}
.resend.inactive {
  color: #ABC1DB;
}
/* end otp */

/* register */
.reg-form {
  padding-bottom: 60px;
}
.reg-form label{
  font-size: 20px;
  color: #000;
  font-weight: normal;
  margin:0;
}
.not-edit.reg-form label{
  color: #cccccc;
}
.reg-form .form-control{
  font-size: 24px;
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 6px;
  height: 40px;
}
.not-edit.reg-form .form-control{
  border: none;
}
.reg-form .cls-err{
  margin-top: 10px;
  font-size: 18px;
}
.reg-form .cls-warning-dob{
  margin-top: 10px;
  font-size: 14px;
}
#datepicker, #datepicker:disabled, #datepicker.form-control:disabled{
  -webkit-text-fill-color: #555555;
  opacity: 1; /* required on iOS */
  color: #555555 !important;
  background: white;
}
.gender-group {
  display: flex;
  margin-top: 3px;
} 
.gender-group .gender-box{
  display: inline-block;
  width: 33%;
}
.gender-group .gender-box:first-child{
  margin-right: 12px;
}
.gender-group .gender-box:last-child{
  margin-left: 12px;
}
#term-check{
  opacity: 50%;
}
/*check
/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reg-form .container-check {
  font-size: 24px;
}
.reg-form .container-check a {
  text-decoration: underline;
  color: #57C8E8;
}
/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  width: 34px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #57C8E8;
  border-color: #57C8E8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 12px;
  top: 5px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-fix, .footer-fix2 {
  position: fixed !important;
  bottom: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
}
.footer-fix {
  height: 85px;
  padding-top: 20px;
}
.footer-fix2 {
  padding-top: 10px;
  min-height: 120px;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(160, 160, 160, 0.15);
  -moz-box-shadow:    0px -2px 5px 0px rgba(160, 160, 160, 0.15);
  box-shadow:         0px -2px 5px 0px rgba(160, 160, 160, 0.15);
}

/*datepicker */
.ui-datepicker-trigger {
      position: absolute;
    right: 10px;
    margin-top: -40px;
    background: none;
    border: none;
}
#ui-datepicker-div {
  max-width: 80%;
}
.ui-datepicker th{
  font-size: 15px;
}
.ui-datepicker td span, .ui-datepicker td a{
  font-size: 15px;
}
.ui-datepicker-buttonpane button {
  font-size: 15px;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 16px;
  height: 30px;
}
.ui-datepicker-header {
  background: #57C8E8;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month, 
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  display: inline-block;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 13px;
  width: 30px;
  height: 30px;
 /* background: #000;
  color: #fff;*/
}
.ui-datepicker .ui-datepicker-prev{
  left: 10px;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

/*datepick dq skin */
.ui-widget.ui-widget-content {
    border: 1px solid #57C8E8;
}
.ui-widget-header, .ui-datepicker .ui-datepicker-buttonpane button {
  border: 1px solid #57C8E8;
  background: rgba(87, 200, 232,0.5);
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #57C8E8;
  background: #57C8E8;
}
/*end datepick skin*/
/* end register */

/*home */
.bg2{
  background: url("../images/bg/bg2.png") repeat-x top;
}
.bg4 {
  background: url("../images/wn/bg.png") repeat-x top;
}
.greeting {
  margin-top: 20px;
  letter-spacing: 0.02em;
  padding-top: 10px;
  padding-bottom: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-greet { width: 200px; }
.profile-greet .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dq-card{
  position: relative;
  padding: 14px 17px;
  min-height: 140px;
  border-radius: 5px;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e73c6+0,2d5d96+100 */
  background: #2e73c6; /* Old browsers */
  background: -moz-linear-gradient(top,  #2e73c6 0%, #2d5d96 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #2e73c6 0%,#2d5d96 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #2e73c6 0%,#2d5d96 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e73c6', endColorstr='#2d5d96',GradientType=0 ); /* IE6-9 */


  /*#2E73C6

  #2D5D96*/
}
.dq-card2{
  position: relative;
  padding: 14px 17px;
  min-height: 140px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(160, 160, 160, 0.15);
  -moz-box-shadow:    0px 1px 5px 1px rgba(160, 160, 160, 0.15);
  box-shadow:         0px 1px 5px 1px rgba(160, 160, 160, 0.15);
}
.dq-card2 .progress {
  background-color: #fff;
  height: 54px;
}
.dq-card2 .progress-box {
  display: flex;
}
.dq-card2 .progress-bar {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 1rem;
  margin-top: 22px;
  background-color: #5BB9D2;
}
.dq-card2 .progress-end {
  color: #5BB9D2;
  font-size: 25px;
  text-indent: 7px;
  height: 54px;
  float: left;
  /*background: url('/dq/images/wn/dee1.svg') no-repeat right;*/
  background-repeat: no-repeat;
  background-position: right;
  min-width: 105px;
}
.dq-card2 .progress-end .number-part {
  min-width: 50px;
  background: #F2F2F2;
  border-radius: 5px;
  padding: 1px 20px 1px 3px;
  margin-top: 15px;
  float: left;
  margin-right: -20px;
}
.dq-card2 .progress-end img {
  height: 54px;
  max-width: 60px;
}
.mission-text {
  width: 86%;
}
.smaller {
   font-size: 22px !important;
  text-indent: 1px !important;
}
.bell {
  position: absolute;
  margin-top: -37px;
  font-size: 10px;
  margin-right: 20px;
  z-index: 30;
}
.dq-card .title1 {
  color: white;
  margin-top:0;
  margin-bottom: 0px;
  line-height: 35px;
}
.dq-card .balance .amount {
  font-family: 'DBHeaventMed', Helvetica, sans-serif;
  font-size: 45px;
  line-height: 34px;
  color: #fff;
}

@media (max-width: 320px) {
	.dq-card .balance .amount {
    font-size: 43px;
    color: #fff;
  }
}
.dq-card .balance .unit {
  /*font-size: 27px;*/
  line-height: 20px;
}
.dq-card .link-text{
  position: absolute;
  bottom: 10px;
  z-index: 11;
}


.normal-card, .premium-card {
  position: absolute;
  min-height: 100px;
  right: 0;
  bottom: 0;
  width: 100%;
  
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 10;
}
.normal-card {
  background-image: url("../images/card/normal.svg");
}
.premium-card {
  background-image: url("../images/card/premium.svg");
}
.card-img {
  margin: 5px auto 25px auto;
}
.hot-pro {
  min-height: 245px;
}
/*.hot-pro .carousel-inner > .item > img, 
.hot-pro .carousel-inner > .item > a > img  {
  margin: 0 auto;
  width: 100%;
}*/
.special-pro .btn-more,
.hot-pro .btn-more{
  line-height: 24px;
  min-width: 120px;
  height: 35px;
  position: absolute;
  z-index: 200;
  bottom: 10px;
  right: 10px;
}
.special-pro{
  position: relative;
  min-height: 200px;
  margin-bottom: 20px;
  border: 1px solid #DEE2E6; /*#707070;*/
  border-radius: 5px;
}
.special-pro img {
  margin: 0 auto;
  width: 325px !important;
  height: 245px !important;
  border-radius: 5px;
}

#carouselhot .carousel-item img {
  width: 325px !important;
  height: 245px !important;
  border-radius: 5px;
}

.carousel-control-prev .fa ,
.carousel-control-next .fa {
  /*position: absolute;*/
  font-size: 40px;
 /* top: calc(50% - 20px);*/
  color: #57C8E8;
}
.carousel-control-prev, .carousel-control-next {
  background: none;
  border: none;
}
.fa-caret-left {
  left: 10px;  
}
.fa-caret-right {
  right: 10px;  
}
.qr-over{
  position: fixed;
  z-index: 205;
  right: 10px;
  bottom: 70px;
}
.qr-over2 {
  position: fixed;
  z-index: 205;
  right: 10px;
  bottom: 20px;
}
.p-b10{
  position: absolute;
  bottom: 10px;
}
/*end home*/

/*faq*/
.faq .panel {
  border: none;
  float: left;
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 0;
}
.faq .panel:last-child {
  border-bottom: none;
}
.faq .panel-default .panel-heading {
  background: none;
}
.faq .panel-default .panel-heading .fa {
  font-size: 22px;
}
.faq .panel-default .collapsed .panel-heading  .fa-angle-up {
  display: none;
}
.faq .panel-default .panel-heading .fa-angle-down {
  display: none;
}
.faq .panel-default .collapsed .panel-heading  .fa-angle-down {
  display: block;
}
.faq .panel-heading, .faq .panel-collapse{
  width: 100%;
  float: left;
}
/*end faq*/

/* promotions*/
.pro-balance .balance .amount, .med-amount {
  font-family: 'DBHeaventMed', Helvetica, sans-serif;
  font-size: 50px;
  line-height: 34px;
}

.pro-balance .balance .unit {
  /*font-size: 27px;*/
  line-height: 20px;
}
.pro-balance .link-text{
  position: absolute;
  bottom: 10px;
}
.bg3 {
  background: url("../images/bg/bg3_1.png") repeat-x top;
}
.bg-tran {
  background-color: transparent;
}
.cat-list-div {
  margin: 30px 0 0px;
  height: 70px;
  overflow-x: auto;
}
.cat-list {
  width: 100%;
  height: 68px;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.cat-list li {
  margin: 0px 5px;
  width: 70px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  overflow-y: hidden;
}
.cat-list li div{ 
  width: 68px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.cat-list li img {
  width: 40px;
  height: 40px;
}
.cat-list li.active {
  color: #0D4C98;
}
.card-pro {
  height: 140px;
  position: relative;
-webkit-box-shadow: 0px 1px 5px 1px rgba(160, 160, 160, 0.15);
-moz-box-shadow:    0px 1px 5px 1px rgba(160, 160, 160, 0.15);
box-shadow:         0px 1px 5px 1px rgba(160, 160, 160, 0.15);
  border-radius: 5px;
  padding-right: 0;
  padding-left: 12px;
  margin: 10px 0px 20px;
}
.card-pro .title-part {
  width: calc(100% - 192px);
  height: 130px;
  float: left;
  padding-right: 10px;
  margin-top: 8px;
}
.mh-84{min-height: 84px;}
.card-pro .img-part {
  width: 190px;
  height: 140px;
  float: right;
  border-radius: 5px;
  text-align: right;
}
.card-pro .img-part img {
  border-radius: 5px;
  width: 190px;
  height: 140px;
}
.card-pro .pro-title {
  font-family: 'DBHeaventMed', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 27px;
  color: #000;
  word-break: break-word;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-pro .btn-more {
  line-height: 24px;
  width: 140px;
  height: 35px;
  position: absolute;
  z-index: 200;
  bottom: 10px;
  right: 10px;
}
.card-pro .price {
  font-family: 'DBHeavent', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
@media (max-width: 320px) {
  .card-pro .price {
    font-size: 18px;
    line-height: 13px;
  }
}


.card-pro .exp {
  line-height: 15px;
  font-size: 12px;
  color: #ccc;
}

/* less sweet */
.card-pro2 {
  height: 100px;
  position: relative;
/*-webkit-box-shadow: 0px 1px 5px 1px rgba(160, 160, 160, 0.15);
-moz-box-shadow:    0px 1px 5px 1px rgba(160, 160, 160, 0.15);
box-shadow:         0px 1px 5px 1px rgba(160, 160, 160, 0.15);*/
  border-radius: 5px;
  padding-left: 0;
  padding-right: 12px;
  margin: 10px 0px 0px;
}
.card-pro2 .title-part {
  width: calc(100% - 140px);
  float: right;
  padding-left: 10px;
  margin-top: 8px;
}
.mh-84{min-height: 84px;}
.card-pro2 .img-part {
  width: 135px;
  height: 100px;
  float: left;
  border-radius: 5px;
  text-align: left;
}
.card-pro2 .img-part img {
  border-radius: 5px;
  width: 135px;
  height: 100px;
}
.card-pro2 .pro-title {
  font-family: 'DBHeaventMed', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  word-break: break-word;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-pro2 .btn-more {
  line-height: 17px;
  font-size: 18px;
  width: 104px;
  height: 27px;
  position: absolute;
  z-index: 200;
  bottom: 18px;
  right: 10px;
}
.btn-wn1 {
  background: #CCCCCC;
  color: #fff;
}
.btn-wn {
  background: #EF485D;
  color: #fff;
}
.card-pro2 .price {
  font-family: 'DBHeavent', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}


/*end less sweet */
.qr-div {
  background: #fff;
  border: 5px solid #57C9E8;
  border-radius: 5px;
}
.qr-div canvas {
  width: 100%;
}
.coupon-box {
  min-height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  vertical-align: center;
  padding: 10px 10px 5px;
  word-break: break-word;
}
#qr-text{
  opacity: 0;
}
.qr-disabled {
  filter: grayscale(100%);
}
.qr-ban {
  padding: 31% 0;
  text-align: center;
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 20px;
  width: 85%;
  background: rgba(255,255,255,0.98);
  height: 85%;
}
.qr-ban img {
  width: 15px;
  height: 15px;
}
/*end promotion*/

/*premiuim */
.member-card {
  margin: 0 auto;
  width: 290px;
  height: 170px;
  border-radius: 5px;
  position: relative;
  border: 1px solid rgba(116,116,116,0.5);
}
.member-card .card{
  background: url(../images/card/member-card.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 170px;
  border-radius: 5px;
}
.member-card .card.inactive {
  filter: grayscale(100%);
}
.member-card .card-message {
  top: 60px;
  height: 50px;
  background: #fff;
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 11px 0px;
}
.member-card .card-info {
  position: absolute;
  z-index: 3;
  top: 32px;
  left: 24px;
  width: 240px;
  height: 108px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding-top: 3px;
}
.member-card .card-info .c-number {
  font-size: 16px;
  letter-spacing: 5px;
  color: black;
  margin-top: -5px;
}
.lbl-price {
  border: 1px solid #57C9E8;
  padding: 10px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
}
.pre-pro {
  border-top: 5px solid #F8F8F8;
  padding-top: 23px;
  padding-bottom: 150px;
}
.pre-pro ul{margin:0; padding:0;}
.pre-pro ul li {
  vertical-align: middle; line-height: 50px;
  max-width: 90%;
  padding-right: 10px;
  margin:5px 0px;

  font-family: 'DBHeavent' !important;
  font-size: 24px !important;
}
.pre-pro .pro-info {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;
  white-space: nowrap;
}
.pre-pro .pro-info div, .pre-pro .pro-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.pre-pro img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 10px;
}

/*scan */
.enter-bar-link {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  padding-top: 10px !important;
  background: #000;
  color: #fff;
}
.enter-bar-link a {text-decoration: underline; color: #fff;}
#txt-barcode {
  letter-spacing: 0.2em;
}
#barcode {
  max-width: 100%;
}
.earn-card {
  background-image: url("../images/page/earn/nong-dee-run.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  position: absolute;
  top: 155px;
  width: 94%;
  height: 65px;
}
.pre-pro-h {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  list-style: none;
  height: 230px;
  margin:0;
  padding:0;
}
.pre-pro-box {
  width: 170px;
  margin-right: 17px;
  margin-left: 3px;
  height: 225px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(155,155,155, 0.15);
  -moz-box-shadow:    0px 3px 10px 0px rgba(155,155,155, 0.15);
  box-shadow:         0px 3px 10px 0px rgba(155,155,155, 0.15);
  border-radius: 5px;
}
.pre-pro-box img {
  border-radius: 5px;
}
.pre-pro-box .pro-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  color: #000;
  margin: 10px;
  line-height: 24px;
}
/*end premium*/

/*point detail*/
.point-overview {
  border-radius: 5px;
  min-height: 130px;
  font-size: 50px;
}
.point-overview .left {
  background: #57C9E8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.point-overview .right {
  background: #F0F2F5;
  color: #BAC3D0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.point-overview .right .text4,
.point-overview .left .text4 {
  display: inherit;
}
.point-detail-block {
  min-height: 45px;
  background: #F0F2F5;
  margin-bottom: 5px;
  border-radius: 5px;
  padding-top: 9px;
}
.point-trans-block1 {
  min-height: 45px;
  background: #F0F2F5;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 5px 0;
}
.point-trans-block {
  width: 100%;
  /*float: left;*/
  border-bottom: 1px solid #D8DFEA;
  padding: 10px 15px 10px;
  display: flex;
}
.point-trans-block1 .point-trans-block:last-child {
  border-bottom: none;
}
.point-trans-block .left{
  width: 52%;
}
.point-trans-block .right{
  width: 48%;
}
/*end point detail*/

/* scan qr */
.qr-box {
  height: 100vh;
}
/* end scan qr */

/*news */
.news-div img {
    max-width: 100%;
}
/*end news*/

/*mission*/
.btn-info1 {
  position: absolute;
  top: 2px;
  right: 5px;
}
.bg-mission {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 325px 200px;
}
/*end mission*/