/* start index */
.img-land1 {
  margin-top: 8vh;
  margin-bottom: 30px;
}

.img-land {
  margin-top: 142px;
  margin-bottom: 30px;
}
@media (min-width: 375px ) {
  .img-land1 {
    margin-top: 9vh;
  }
  #btn-next{
    margin-top: 90px;
  }
}
@media (min-width: 360px ) { 
  #btn-next{
    margin-top: 50px;
  }
}
@media (max-width:  360px) {
  .cat-list li {
    width: 58px !important;
  }
  .cat-list li div {
    width: 58px !important;
  }
}
@media (max-width: 320px ) {
  .img-land1 {
    margin-top: 3vh;
    margin-bottom: 30px;
  }
}
/* end index*/

/* start phone */
/*.cls-phone {
  font-size: 24px;
  color: #fff;
}*/
#txt-phone {
  position: relative;
  text-indent: 55px;
  height: 50px;
  border: 1px solid #fff;
  letter-spacing: 0.03em;
  background: #fff;
  border-radius: 8px;
  font-family: 'Cera';
  font-size: 14px;
  z-index: 1;
  color: #323232;
}
.th #txt-phone {
  font-family: 'Sukhumvit';
}
.phone-addon {
  font-family: 'Cera';
  position: absolute;
  color: #323232;
  font-size: 20px;
  margin-top: 12px;
  margin-left: 10px;
  padding-right: 10px;
  z-index: 2;
  border-right: 1px solid #CCDCD5;
}
.phone-addon1 {
  font-family: 'Cera';
  position: absolute;
  color: #323232;
  font-size: 14px;
  margin-top: 15px;
  margin-left: 10px;
  padding-right: 10px;
  z-index: 2;
  border-right: 1px solid #CCDCD5;
}
.th .phone-addon1, .th .phone-addon {
  font-family: 'Sukhumvit';
}
.txt-search {
  text-indent: 35px;
  height: 50px;
  border: none !important;
  font-size: 24px;
  color: #fff;
  background-color: #545454;
  border-radius: 10px;
  background-image: url('/images/icon/search.svg');
  background-repeat: no-repeat;
  background-position: 15px;
}
.search-close {
  position: absolute;
    top: 13px;
    right: 25px;
    font-size: 25px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D8D8D;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8D8D8D;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #8D8D8D;
}

/*.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;
}*/
.reg-form .lbl {
  position: relative;
  font-size: 14px;
  color: #323232;
}
.reg-form .cls-err {
  position: absolute;
  top: 2px;
  margin-left: 3px;
  color: #FAB244;
  background: #FAB244;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
}
#txt-phone.txt-err, .txt-otp.txt-err{
  border: 1.5px solid #CB181E !important; 
}
/* end phone */


/* start otp */
.otp-group {
  display: flex;
  margin-top: 55px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
}
.txt-otp {
  display: inline-block;
  width: 43px;
  border: none;
  border: 1px solid #fff;
  text-align: center;
  font-family: 'Cera Bold';
  font-size: 22px;
  color: #323232;
  margin-right: 10px;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  border-radius: 0;
  cursor: none !important;
  background: #fff;
  border-radius: 10px;

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

/*for some ios */
.txt-otp::-webkit-selection {
  background-color: #fff;
  background:#fff; /*#57C8E8;*/
  color: #323232;
  cursor: none !important;
}
.txt-otp:last-child {
  margin: 0;
}
.txt-otp:active, .txt-otp:focus, .txt-otp.active {
  border: 1px solid #55986B;
  outline: none;
  cursor: none !important;
}
.resend-width{
  display: inline-block;
  width: 50px;
  text-align: left;
}
.under {
  text-decoration: underline;
}
/*.resend .inactive {
  color: #6A6A6A;
}*/
/* end otp */

/* register */
.form-group {
  margin-bottom: 10px;
}
.reg-form {
  /*padding-bottom: 60px;*/
}
.reg-form .form-control,
.reg-form select.form-control,
.reg-form .calendar-box,
.reg-form .gender-select{
  font-size: 14px;
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 50px !important;
  background: #fff;
  border: 1px solid #fff;
  text-indent: 13px;
  border-radius: 8px;
  color: #323232;
}
.reg-form .form-control:focus,
.reg-form .gender-select:focus {
  border: 1px solid #55986B;
  outline-color: #55986B;
}
.btn-calendar {
  position: absolute;
  right: 12px;
  top: 50px;
}
#datepicker, #datepicker:disabled, #datepicker.form-control:disabled{
  -webkit-text-fill-color: #555555;
  opacity: 1; /* required on iOS */
  color: #555555 !important;
  background: white;
}
.gender-list {
  font-size: 14px;
  list-style: none;
  padding: 0 20px;
}
.lan-list {
  font-size: 14px;
  list-style: none;
  padding: 0 ;
}
.lan-list li {
  float: left;
  width: 100%;
  padding: 15px;
  border: 1px solid #EDF1F0;
  border-radius: 8px;
  margin-top: 10px;
}
.lan-list li.active {
  border: 1.5px solid #55986B;
}
.gender-list li{
  float: left;
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.5);
}
.gender-list li:last-child {
  border:  none;
}
.lan-list li i,
.gender-list li i {
  position: absolute;
  right: 40px;
  font-size: 15px;
  line-height: 30px;
}
.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: inline-flex;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*color: #fff;*/
}
.reg-form .container-check {
  font-size: 15px;
  line-height: 19px;
}

/* 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: 17px;
  width: 17px;
  background-color: #fff;
  border: 2px solid #000;
}
.checkmark-c {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
}
.checkmark-c-1 {
  position: absolute;
  top: 22px;
  left: 15px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50px;
}

/* 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-c,
.container-check input:checked ~ .checkmark-c-1 {
  /* background-color: #8DC68F;*/
  border-color: #138844; 
}

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

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

/* Style the checkmark/indicator */
.container-check .checkmark:after{
  left: 4px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: solid #138844;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container-check .checkmark-c:after {
  left: 1px;
  top: 1px;
  width: 11px;
  height: 11px;
  background-color: #138844;
  border: 1px solid #138844;
  border-width: 0 2px 2px 0;
  border-radius: 50%;
}
.container-check .checkmark-c-1:after{
  left: 6px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid #138844;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.footer-fix, .footer-fix2, .footer-fix3, .footer-fix4{
  position: fixed !important;
  bottom: 0;
  z-index: 100;
  background: transparent;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.footer-fix {
  height: 85px;
  bottom: 40px;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
}
.footer-fix4 {
  height: 190px;
}
.footer-fix3 {
  height: 120px;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
}
.footer-fix.trans {
  background: transparent;
}
.footer-fix2 {
  padding-top: 10px;
  min-height: 212px;
  -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);
}
.footer-fix-pb{
  padding-bottom: 100px !important;
}
.footer-fix2-pb{
  padding-bottom: 230px !important;
}
.footer-fix3-pb{
  padding-bottom: 135px !important;
}
.detail-price-block {
  border-bottom: 1px solid #EDF1F0;
  padding: 15px 0px 15px 0;
}
/*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;
}
.dob-input {
  background-image: url(/images/icon/calendar.svg) !important;
  background-position: 95% !important;
  background-repeat: no-repeat !important;
  background-color: #545454;
}
/*end datepick skin*/
/* end register */

/*home */

.greeting {
  padding-top: 10px;
  padding-bottom: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.greeting-box {
  /*height: 80px;
  padding: 15px 10px 15px 10px;
  font-size: 24px;
  line-height: 24px;
  color: #E7D79D;*/
}

.brand-clr {
  margin-left: 10px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7C7C7C;
}
.brand-clr2 {
  width: 54%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-box {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  width: 60px;
  height: 24px;
  float: left;
  text-align: center;



  background-image: radial-gradient(circle at 100% 100%, transparent 3px, #ffffff 3px, #ffffff 4px, transparent 4px), linear-gradient(to right, #ffffff, #ffffff), radial-gradient(circle at 0% 100%, transparent 3px, #ffffff 3px, #ffffff 4px, transparent 4px), linear-gradient(to bottom, #ffffff, #ffffff), radial-gradient(circle at 0% 0%, transparent 3px, #ffffff 3px, #ffffff 4px, transparent 4px), linear-gradient(to left, #ffffff, #ffffff), radial-gradient(circle at 100% 0%, transparent 3px, #ffffff 3px, #ffffff 4px, transparent 4px), linear-gradient(to top, #ffffff, #ffffff);
  background-size: 4px 4px, calc(100% - 8px) 1px, 4px 4px, 1px calc(100% - 8px);
  background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
  background-repeat: no-repeat;
}
/*.member-box::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:5px; 
  padding:2px; 
  background:linear-gradient(180deg, #fff, #fff); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out; 
  mask-composite: exclude; 

}*/
.name-box {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-box.elite,
.greeting-box .member-box.gold,
.jid .member-box.gold {
  color: #E7D79D;
}

/*.greeting-box .member-box.gold::before,
.member-box.elite::before {
  background:linear-gradient(180deg, #E7D79D, #B69044) border-box; 
}*/
.jid .member-box.gold,
.greeting-box .member-box.gold,
.member-box.elite{
  background-image: radial-gradient(circle at 100% 100%, transparent 3px, #e7d79d 3px, #e7d79d 4px, transparent 4px), linear-gradient(to right, #e7d79d, #e7d79d), radial-gradient(circle at 0% 100%, transparent 3px, #e7d79d 3px, #e7d79d 4px, transparent 4px), linear-gradient(to bottom, #e7d79d, #b69044), radial-gradient(circle at 0% 0%, transparent 3px, #b69044 3px, #b69044 4px, transparent 4px), linear-gradient(to left, #b69044, #b69044), radial-gradient(circle at 100% 0%, transparent 3px, #b69044 3px, #b69044 4px, transparent 4px), linear-gradient(to top, #b69044, #e7d79d);
  background-size: 4px 4px, calc(100% - 8px) 1px, 4px 4px, 1px calc(100% - 8px);
  background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
  background-repeat: no-repeat;
}

.jid .member-box.bronze {
  background-image: radial-gradient(circle at 100% 100%, transparent 3px, #E79D78 3px, #E79D78 4px, transparent 4px), linear-gradient(to right, #E79D78, #E79D78), radial-gradient(circle at 0% 100%, transparent 3px, #E79D78 3px, #E79D78 4px, transparent 4px), linear-gradient(to bottom, #E79D78, #D96A33), radial-gradient(circle at 0% 0%, transparent 3px, #D96A33 3px, #D96A33 4px, transparent 4px), linear-gradient(to left, #D96A33, #D96A33), radial-gradient(circle at 100% 0%, transparent 3px, #D96A33 3px, #D96A33 4px, transparent 4px), linear-gradient(to top, #D96A33, #E79D78);
  background-size: 4px 4px, calc(100% - 8px) 1px, 4px 4px, 1px calc(100% - 8px);
  background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
  background-repeat: no-repeat;
  color: #E79D78;
}

.jid .member-box.silver {
  background-image: radial-gradient(circle at 100% 100%, transparent 3px, #FFFFFF 3px, #FFFFFF 4px, transparent 4px), linear-gradient(to right, #FFFFFF, #FFFFFF), radial-gradient(circle at 0% 100%, transparent 3px, #FFFFFF 3px, #FFFFFF 4px, transparent 4px), linear-gradient(to bottom, #FFFFFF, #CFCFCF), radial-gradient(circle at 0% 0%, transparent 3px, #CFCFCF 3px, #CFCFCF 4px, transparent 4px), linear-gradient(to left, #CFCFCF, #CFCFCF), radial-gradient(circle at 100% 0%, transparent 3px, #CFCFCF 3px, #CFCFCF 4px, transparent 4px), linear-gradient(to top, #CFCFCF, #FFFFFF);
  background-size: 4px 4px, calc(100% - 8px) 1px, 4px 4px, 1px calc(100% - 8px);
  background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.member-box.gold {
  color: #AA090D;
  background-image: radial-gradient(circle at 100% 100%, transparent 3px, #aa090d 3px, #aa090d 4px, transparent 4px), linear-gradient(to right, #aa090d, #aa090d), radial-gradient(circle at 0% 100%, transparent 3px, #aa090d 3px, #aa090d 4px, transparent 4px), linear-gradient(to bottom, #aa090d, #710003), radial-gradient(circle at 0% 0%, transparent 3px, #710003 3px, #710003 4px, transparent 4px), linear-gradient(to left, #710003, #710003), radial-gradient(circle at 100% 0%, transparent 3px, #710003 3px, #710003 4px, transparent 4px), linear-gradient(to top, #710003, #aa090d);
  background-size: 4px 4px, calc(100% - 8px) 1px, 4px 4px, 1px calc(100% - 8px);
  background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
  background-repeat: no-repeat;
}
/*.member-box.gold::before {
  background:linear-gradient(180deg, #AA090D, #710003) border-box; 
}*/
.member-box.silver {
  color: #000000;
  background-image: radial-gradient(circle at 100% 100%, transparent 3px, #2e2e2e 3px, #2e2e2e 4px, transparent 4px), linear-gradient(to right, #2e2e2e, #2e2e2e), radial-gradient(circle at 0% 100%, transparent 3px, #2e2e2e 3px, #2e2e2e 4px, transparent 4px), linear-gradient(to bottom, #2e2e2e, #000000), radial-gradient(circle at 0% 0%, transparent 3px, #000000 3px, #000000 4px, transparent 4px), linear-gradient(to left, #000000, #000000), radial-gradient(circle at 100% 0%, transparent 3px, #000000 3px, #000000 4px, transparent 4px), linear-gradient(to top, #000000, #2e2e2e);
  background-size: 4px 4px, calc(100% - 8px) 1px, 4px 4px, 1px calc(100% - 8px);
  background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
  background-repeat: no-repeat;
}
/*.member-box.silver::before {
  background:linear-gradient(180deg, #2E2E2E, #000000) border-box; 
}
*/

.greeting-box .member-box.silver {
  color: #CCCCCC;

  background-image: radial-gradient(circle at 100% 100%, transparent 3px, #cccccc 3px, #cccccc 4px, transparent 4px), linear-gradient(to right, #cccccc, #cccccc), radial-gradient(circle at 0% 100%, transparent 3px, #cccccc 3px, #cccccc 4px, transparent 4px), linear-gradient(to bottom, #cccccc, #cccccc), radial-gradient(circle at 0% 0%, transparent 3px, #cccccc 3px, #cccccc 4px, transparent 4px), linear-gradient(to left, #cccccc, #cccccc), radial-gradient(circle at 100% 0%, transparent 3px, #cccccc 3px, #cccccc 4px, transparent 4px), linear-gradient(to top, #cccccc, #cccccc);
  background-size: 4px 4px, calc(100% - 8px) 1px, 4px 4px, 1px calc(100% - 8px);
  background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
  background-repeat: no-repeat;
}
/*.greeting-box .member-box.silver::before {
  background:linear-gradient(180deg, #CCCCCC, #CCCCCC) border-box; 
}*/

.greeting-box .logo {
  width: 40px;
  height: 50px;
}
.greeting-box .money-box {
  min-width: 74%;
  text-align: right;
}
.greeting-box .money i{
  text-align: right;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 25px;
}

.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 .carousel-inner > .item > img, 
.hot-pro .carousel-inner > .item > a > img  {
  margin: 0 auto;
  width: 100%;
}*/
.hot-pro .btn-more{
  line-height: 18px;
  font-size: 14px;
  min-width: 144px;
  font-family: 'Cera';
  font-weight: bold;
  height: 30px;
  position: absolute;
  z-index: 200;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-align: center;
  padding:5px 15px;
  background: #1A603E;
  border-radius: 5px;
}
.th .hot-pro .btn-more {
  font-family: 'Sukhumvit';
}
.pro-box {
  list-style: none;
  display: inline-flex;
  padding: 0;
  margin: 0;
  height: 136px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.pro-box {
  height: 201px;
}

.news-box {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 140px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.news-box li {
  height: 140px;
  width: 340px;
  margin-right: 7px;
}
.news-box li .btn-more{
  line-height: 18px;
  font-size: 18px;
  min-width: 100px;
  height: 25px;
  position: absolute;
  z-index: 200;
  bottom: 2px;
  right: 0px;
  color: #E7D79D;
  text-align: right;
  padding:2px 15px;
  background: linear-gradient(90deg, rgba(46, 46, 46, 0) 20%, #2E2E2E 93.06%);
}
.news-list-box {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 100px;
}
.news-box-in {
  width: 355px;
  height: 270px;
  border-radius: 10px;
  background: #2E2E2E;
  margin-bottom: 10px;
}
.news-box-in .news-title {
  margin-top: 10px;
  margin-bottom: 0;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.news-box-in .fa-clock ,
.news-box-detail .fa-clock{
  font-size: 13px;
}
.news-box-in img.img-fluid {
  width: 340px;
  height: 140px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.gender-select img{
    width: 20px !important;
}
@media(max-width: 320px) {
  .news-box-in img.img-fluid {
    width: 310px;
    height: 174px;
  }
  .news-box-in {
    width: 310px;
    height: 250px;
  }
  .gender-select {
    font-size: 20px !important;
  }
  .gender-select img{
    width: 20px !important;
  }
  .txt-otp{
    margin-right: 3px;
  }
}

.special-pro .btn-more {
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 120px;
  font-family: 'Cera';
  height: 30px;
  float: left;
  color: #fff;
  border-radius: 5px;
}
.th .special-pro .btn-more {
  font-family: 'Sukhumvit';
}
/*.btn-block{
   color: #fff;
}*/
.btn-block.read-more,
.card-pro .btn-more.read-more,
.special-pro .btn-more.read-more {
  background: #1A603E;
}
.btn-coupon {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}
.btn-copy {
  height: 50px;
  font-size: 15px;
  color: #fff;
  width: 110px;
}
.btn-copy,
.btn-block.redeem,
.card-pro .btn-more.redeem,
.special-pro .btn-more.redeem {
  background: #CC5328;
  color: #fff;
}
.btn-block.need-redeem,
.card-pro .btn-more.need-redeem,
.special-pro .btn-more.need-redeem {
  background: #C4C4C4;
  color: #888888;
}
.btn-block.free,
.card-pro .btn-more.free,
.special-pro .btn-more.free {
  background: #FAB244;
  color: #fff;
}
.special-pro{
  position: relative;
  height: 140px;
  width: 340px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.special-pro img {
  margin: 0 auto;
  width: 340px;
  height: 140px;
  border-radius: 5px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 15px;
  height: 15px;
}
#carouselhot .carousel-item img {
  width: 340px;
  height: 140px;
  border-radius: 10px;
}
@media (max-width: 360px ) {
  .special-pro,
  .special-pro img,
  #carouselhot .carousel-item img  {
    width: 325px;
    height: 134px;
  }

  .pro-detail-img {
    width: 360px;
    height: 280px;
  }
}
@media (max-width: 320px ) {
  .special-pro,
  .special-pro img,
  #carouselhot .carousel-item img  {
    width: 280px;
    height: 115px;
  }
  .pro-detail-img {
    width: 320px ;
    height: 249px;
  }
}
#carouselhot .carousel-indicators {
  bottom: 0;
  /*right: auto;
  left: auto;*/
  margin: 0 auto -20px auto;
}
#carouselhot .carousel-indicators li {
  height: 7px;
  width: 7px;
  background: #C4C4C4;
  border-radius: 50px;
}
#carouselhot .carousel-indicators li.active {
  background: #55986B;
}
.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;
}
.pro-box li {
  width: 160px;
  height: 200px;
  margin-right: 10px;
}
.home-pro {
  width: 100%;
  height: 140px;
  background: #fff;
  position: relative;
  border-radius: 5px;
}
.home-pro img {
  height: 140px;
  width: 180px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.home-pro .pro-title {
  color: #000;
  width: 90%;
  font-size: 18px;
  line-height: 20px;
  margin-top: 5px;
  margin-left:  10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.home-pro .price-tag {
   position: absolute;
  left: 10px;
  bottom: 5px;
  line-height: 18px;
  height: 28px;
  font-size: 18px;
  line-height: 15px;
  color: #AA090D;
  display : inline-flex;
  align-items : center;
}
.home-pro.gold {
  background: #2E2E2E;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #E7D79D;
}
.home-pro.gold .pro-title {
  color: #fff;
}
.home-pro.gold .price-tag  {
  color: #E7D79D;
}
.home-pro .btn-more {
  position: absolute;
  bottom: 5px;
  right: 10px;
  padding-right: 10px;
  width: 80px;
}

.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-view .panel-body 
{
  max-width: 98% !important;
  overflow: auto;
}
.faq .panel {
  border: none;
  float: left;
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #EDF1F0;
  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;
}
.bg-tran {
  background-color: transparent;
}
.cat-list-div {
  margin: 0px 0 0px;
  overflow-x: auto;
  border-radius: 10px;
  background: #2E2E2E;
  padding: 10px 0 0;
}
.cat-list {
  width: 100%;
  /*height: 68px;*/
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
  overflow-y: auto;
}
.cat-list li {
  margin: 5px 5px 0 5px;
  width: 61px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  overflow-y: hidden;
}
.cat-list li div{ 
  width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
@media (max-width: 320px) {
  .cat-list li { width: 52px !important;}
  .cat-list li div{ 
    width: 51px !important;
  }
}
.cat-list li img {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
}
.cat-list li.active {
  color: #E7D79D;
}
.reward-list .pro-box {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}
.reward-list .pro-box .home-pro {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.reward-list .pro-box .home-pro:nth-child(odd) {
  margin-right: 10px;
} 
.reward-list .image-block img {
  width: 180px;
  height: 140px;
}
.reward-list .left-box {
  margin-right: 10px;
}
#mycoupon-view .card-pro .btn-more {
    width: 142px;
  }
@media (max-width: 360px) { 
  /*.reward-list .pro-box .home-pro {
    width: 165px;
  }
  .reward-list .pro-box img {
    height: 92px;
  }*/
  .cop-date {
    font-size: 13px;
  }
  #mycoupon-view .card-pro .btn-more {
    width: 126px;
  }
}
@media (max-width: 320px) {
  /*.reward-list .pro-box .home-pro {
    width: 152px;
  }
  .reward-list .pro-box .home-pro:nth-child(odd) {
    margin-right: 5px;
  }
  .reward-list .pro-box img {
    height: 85px;
  }*/
  .cop-date {
    font-size: 11px;
  }
  #mycoupon-view .card-pro .btn-more {
    width: 120px;
  }
}
.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: 12px;
  padding-left: 0;
  margin: 0px 0px 10px 0;
  background: #fff;
}
.card-pro .title-part {
  width: calc(100% - 180px);
  height: 140px;
  float: right;
  padding-left: 10px;
  padding-top: 8px;
  position: relative;
}
.mh-84{min-height: 84px;}
.card-pro .img-part {
  width: 180px;
  height: 140px;
  float: left;
  border-radius: 5px;
  text-align: left;
  position: relative;
}
.card-pro .img-part img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 180px;
  height: 140px;
}
.card-pro .pro-title {
  font-family: 'Cera Bold';
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
  height: 44px;
  color: #000;
  word-break: break-word;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.th .card-pro .pro-title {
  font-family: 'Sukhumvit Bold';
}
.card-pro .btn-more {
  line-height: 15px;
  padding: 0;
  width: 100%;
  height: 30px;
  z-index: 200;
  /*bottom: 5px;
  right: 5px;*/
  border-radius: 5px;
  font-size: 14px;
}
.card-pro .price {
  font-family: 'Cera Bold';
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-weight: bold;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: -2px;
}
.th .card-pro .price {
  font-family: 'Sukhumvit Bold';
}
.skip-box1 {
    display: none;
  }
@media (max-width: 320px) {
  .skip-box {
    display: none;
  }
  .skip-box1 {
    display: block;
  }
  .card-pro {
    height: 108px;
  }
  .card-pro .img-part {
    width: 140px;
    height: 108px;
  }
  .card-pro .img-part img {
    width: 140px;
    height: 108px;
  }
  .card-pro .title-part {
    width: calc(100% - 140px);
    height: 108px;
  }
  .card-pro .pro-title {
    height: 25px;
    font-size: 12px;
    line-height: 12px;
  }
  .card-pro .btn-more {
    height: 25px;
  }
  .mt-15 {
    margin-top: 8px;
  }
}


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

/* 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 {
  padding: 20px 0 10px;
  width: 180px;
  margin: 0 auto;
  background: #fff;
}

.qr-div1 {
  padding: 20px 0 10px;
  background: #fff;
  border-radius: 5px;
  height: 280px;
}
.qr-div1-inner{
  height: 200px;
}
.qr-div1 canvas {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}

/*.qr-div::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:10px; 
  padding:1px; 
  background:linear-gradient(180deg, #E7D79D, #B69044) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out; 
  mask-composite: exclude; 
}*/
.qr-canvas-div {
  background: #fff;
  padding: 10px;
  text-align: center;
  color: #000;
  border-radius: 3px;
  width: 240px;
  margin: 0 auto;
}
.qr-div canvas {
  width: 100%;
}
.coupon-box {
  min-height: 45px;
  border-radius: 5px;
  vertical-align: center;
  padding: 10px 10px 5px;
  word-break: break-word;
}
.coupon-count {
  min-width: 20px;
  min-height: 20px;
  border-radius: 50px;
  background: #C4C4C4;
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  color: #939393;
}
.active .coupon-count {
  background: #fff;
  color: #55986B;
}
#qr-text{
  opacity: 0;
}
.qr-disabled {
  /*filter: grayscale(100%);*/
}
.qr-ban {
    font-size: 14px;
    color: #323232;
    text-align: center;
    position: absolute;
    z-index: 20;
    top: 30px;
    left: 47px;
    width: 72%;
    background: rgb(255 255 255/ 0.9);
    height: 74%;
    padding-top: 85px;
}
.qr-ban-bar {
  font-size: 14px;
  color: #323232;
  text-align: center;
  position: absolute;
  z-index: 20;
  top: 8px;
  left: 27px;
  width: 80%;
  background: rgb(255 255 255/ 0.9);
  height: 101%;
  padding-top: 42px;
}
.qr-ban-bar img,
.qr-ban img {
  width: 15px;
  height: 15px;
}
.phone-box {
  background: #000000;
  border: 1px solid #E7D79D;
  box-sizing: border-box;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  color: #E7D79D;
  padding: 15px 25px 15px 25px;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
/*end promotion*/

/*premiuim */
.member-card {
  margin: 0 auto;
  width: 100%;
  min-height: 131px;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  padding: 10px;
  border: 1px solid #fff;
}
.member-card.green {
  color: #8DC68F;
  background-color: #55986B;
}
.member-card.gold {
  color: #805D18;
  background-color: #C9AB70;
}
.member-card.diamond {
  color: #696B6C;
  background-color: #BEBEBE;
}
.quick {
  font-family: 'Quick' !important;
}
.btn-outline {
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-family: 'Cera Light';
  border-radius: 5px;
}
.th .btn-outline {
  font-family: 'Sukhumvit';
}
.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;
}
.member-card .progress {
  height: 8px;
  border-radius: 8px;
  background: #BBBBBB;
}
.member-card .progress-bar {
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.member-card.diamond .progress {
  background-color: #F3F7F8;
}
.progress-lbl.diamond,
.member-card.diamond .progress-bar {
  background: #696B6C;
}
.member-card.gold .progress {
  background-color: #F3F7F8;
}
.progress-lbl.gold,
.member-card.gold .progress-bar {
  background: #EECD8B;
}
.member-card.green .progress {
  background-color: #F3F7F8;
}
.progress-lbl.green,
.member-card.green .progress-bar {
  background: #267152;
}
.progress-lbl {
  color: #fff;
  min-width: 45px;
  padding: 3px 4px;
  font-size: 12px;
  border-radius: 5px 0px 5px 5px;
}
.big{
  text-transform: uppercase;
}
.birthday-block {
  background: #E98875;
  color: #fff;
  height: 70px;
  border-radius: 6px;
}
.birthday-block .image-block{
  margin-right: 5px;
  width: 60px;
  height: 70px;
  background-image: url('/images/icon/bd.svg');
  background-position: left;
  border-radius: 6px;
  background-repeat: no-repeat;
  padding: 22px 13px;
}
.block1 .name-block,
.birthday-block .name-block{
  padding-top: 15px;
  position: relative;
  width: calc(100% - 65px);
}
.block1 {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 72px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.block1 .image-block{
  margin-right: 5px;
  width: 60px;
  height: 70px;
  padding: 22px 13px;
}
.block1 .next {
  position: absolute;
  height: 70px;
  width: 20px;
  padding-top: 25px;
  right: 0px;
  top: 0;
}
@media (max-width: 320px ) {
  .block1 .title4-2 {
    font-size: 11px;
  }
  .block1 .text5 {
    font-size: 10px !important;
  }
}
.block2 {
  background: #F2F6F5;
  padding: 10px;
  border-radius: 50px;
}
.diamond-block {
  background: #EDF1F0;
  width: 100%;
}
.diamond-block .image-block{
  padding: 17px 5px;
  width: 36px;
}
.diamond-block .name-block{
  padding: 17px 5px;
  width: calc(100% - 42px);
}
.block3 {
  border-radius: 6px;
  min-height: 70px;
  padding: 15px 15px 10px 15px
}
.gold-margin {
  margin: 6px 0px 15px 10px;
}
@media (max-width: 320px) {
  .block3 {
    padding: 15px 10px 10px 0px
  }
  .gold-margin {
    margin: 5px 0px 15px 8px;
    width: 244px;
  }
}
.block3.green{
  background: #CCDCD5;
}
.block3.gold{
  background: #D2CAB3
}
.block3.diamond{
  background: #E1E1E1;
}


.upgrade-btn {
  width: 165px;
  height: 38px;
  border-radius: 8px;
  font-family: 'Cera Bold';
  font-size: 14px;
  padding-top: 9px;
}
.th .upgrade-btn {
  font-family: 'Sukhumvit Bold';
}
.upgrade-btn.gold {
  background: #D2CAB3;
  color: #805D18;
}
.upgrade-btn.diamond {
  background: #CCDCD5;
  color: #696B6C;
}


.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: 50px;
  z-index: 100;
  width: 100%;
  height: 90px;
  background: #transparent;
}
.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: 105px;
  /*font-size: 50px;*/

  border: 1.5px solid #EDF1F0;
  padding: 0;
}
.point-overview .left {
  background: #fff;
  /*border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;*/

}
.point-overview .right {
  background: #fff;
 /* 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 {
  float: left;
  width: 100%;
  min-height: 40px;
  border-bottom: 1.5px solid #EDF1F0;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 10px 10px 10px;
}
.point-detail-block:last-child{
  border: none;
}
.point-trans-block1 {
  min-height: 45px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #F3F7F8;
  border-radius: 5px;
}
.point-trans-block {
  width: 100%;
  /*float: left;*/
  border-bottom: 1px solid #EDF1F0;
  padding: 10px 0px 10px 0px;
  display: flex;
  font-size: 24px;
}
.point-trans-block:last-child {
  border-bottom: none;
}
.point-trans-block img {
  margin-right: 10px;
}
.point-trans-block .left{
  width: 65%;
}
.point-trans-block .right{
  width: 35%;
}
.point-card {
  border-radius: 10px;
  padding: 10px 0 10px 0;
  float: left;
  width: 100%;
  height: 100px;
  position: relative;
  background-size: 100% 100px;
}
.point-card .point-line-box {
  padding: 5px 10px;
  margin: 15px 0 15px 0;
  border-top: 1px solid #3E3E3E;
  border-bottom: 1px solid #3E3E3E;
}
.point-card.green-point {
  background-image: url('/images/card/green.png');
}
.point-card.gold-point {
  background-image: url('/images/card/gold.png');
}
.point-card.diamond-point {
  background-image: url('/images/card/diamond.png');
}
.point-detail-link {
  position: absolute;
  right: 0px;
  top: 25px;
  height: 55px;
  width: 27px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.p-hr {
  border-top: 1px solid #3E3E3E;
}
.p-hr2 {
  border-top: 1px solid #3E3E3E;
  border-bottom: 1px solid #3E3E3E;
}
.point-card .point-line {
  float: left;
  max-width: 72%;
  margin-top: 5px;
}
.tier-info-box {
  border-radius: 10px;
  background: #2E2E2E;
  float: left;
  padding: 15px 10px 15px;
}
.btn-tier-group {

}
.btn-tier {
  background: #2E2E2E;
  color: #E7D79D;
  border: 1px solid #E7D79D;
  height: 30px;
  padding: 0px 15px;
  width: 75px;
  border-radius: 5px;
}
.btn-tier.active {
  color: #AA090D;
  background: #E7D79D;
}
.tier-explain-box {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 18px 10px 12px 5px;
  display: flex;
}
.tier-info-list {
  list-style: none;
  width: 100%;
  padding: 0;
}
.tier-info-list li {
  float: left;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #EEEEEE;
}
.tier-info-list li:last-child {
  border: none;
}
.common-box {
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}
.common-box2 {
  border-radius: 5px;
  background: #fff;
  padding: 10px;
}
.common-box3 {
  border-top: 1px solid ;
}
/*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*/

/*coupon detail*/
.lbl-used {
  text-align: center;
  width: 80px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0;
}

/*end coupon detail */

/*more */
.more-box {
  border: 1px solid #EDF1F0;
}
.more-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.more-menu li {
  padding: 10px 3px;
  border-bottom: 1px solid #EDF1F0;
  background-image: url('/images/more/go.svg');
  background-repeat: no-repeat;
  background-position: 97%;
  font-size: 24px;
}
.more-menu li:last-child {
  border: none;
}
.more-menu a   {
  color: #323232;
  display: block;
  width: 100%;
}
.more-card {
  background: #F3F7F8;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.more-menu li img {
  margin-right: 10px;
}
.profile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-list li {
  height: 50px;
  margin-top: 5px;
  border-bottom: 1px solid #3E3E3E;
  line-height: 45px;
}
/*end more */

/* tier */
.tab-holder {
  min-height: 420px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #F3F7F8;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.08);
  margin-top: -26px;
  position: relative;
  padding-top: 20px;
}
.tab-holder1 {
  min-height: 200px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #F2F6F5;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.03);
  position: relative;
  padding-top: 20px;
}
.tab-holder ul li.tab3{
  width: 32.01%;
}
.tab-holder ul li.tab3 a {
  height: 45px;
  border-radius: 300px;
  width: 100%;
  background: #fff;
  display: block;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  color: #C4C4C4;
  font-family: "Cera";
  font-size: 15px;
  text-align: center;
  padding: 11px;
}
.th .tab-holder ul li.tab3 a {
  font-family: 'Sukhumvit';
}
.tab-holder ul li.tab3 a.tab-green.active{
  background: #55986B;
  color: #fff;
}
.tab-holder ul li.tab3 a.tab-gold.active{
  background: #C9AB70;
  color: #fff;
}
.tab-holder ul li.tab3 a.tab-diamond.active{
  background: #99B8AB;
  color: #fff;
}
.tab-holder .nav-tabs {
  border-bottom: none;
}
.float-text1{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 100px;
  z-index: 20;
}
.card-form {
  background: #EDF1F0;
  border-radius: 10px;
  border: 1.5px solid #83AAB9;
  padding: 15px 10px 5px 10px;
}
.tbl-blk {
  float: left;
  background: #fff;
  border-radius: 10px;
}
.tbl-blk ul {
  list-style: none;
  padding: 0;
}
.tbl-blk ul li {
  border-bottom: 1px solid #F3F7F8;
  padding: 10px 0px;
  float: left;
  width: 100%;
}
/* end tier */