/*Author: kunlada*/
.heading h1 {
  font-weight: 800 !important;
  color: #004DF4;
  text-shadow: 0px 1px 1px rgb(0 0 0 / 40%);
  margin: 40px 0;
}
/*for font color*/
.gray_blue {
  color: #EBECED !important;
}
.da_blue {
  color: #224099 !important;
}
.gold_yellow {
  color: #ad852e !important;
}
.text_center {
  text-align: center !important;
}
.text_dl {
  text-align: center !important;
    font-size: 14px;
    padding: 0 0 10px 0 !important;
    margin: 0px !important;
}
.text_white{
	color: #fff !important;
}
.howto_pad {
  margin: 20px 0 0 0 !important;
}
.gray_bg {
  background-color: #F2F4F7;
}
.space_top {
  margin-top: 10px;
}
.space_top20 {
  margin-top: 20px !important;
}
.space_top30 {
  margin-top: 30px !important;
}
.space_top_line {
  margin-top: 80px !important;
}
.img-centered {
  margin: 0 auto
}
.t_small {
  font-size: 14px;
}
.t_big {
  font-weight: bold;
}
.pad_sub {
  font-weight: 400;
}
.space_all {
  padding: 10px 0 30px;
}
.btnblack_dl {
  margin: 0 !important;
  box-shadow: none !important;
  width: 50% !important;
  text-align: center !important;
  box-sizing: border-box;
  vertical-align: inherit;
  display: inline;
}
.btn_black_dl img {
  border-radius: 8px;
  padding: 0em;
  margin: -12px 12px 10px 12px !important;
  width: 39% !important;
  text-align: center !important;
  box-sizing: border-box;
  vertical-align: inherit;
}
.btn_black_dl_f img {
  border-radius: 8px;
  padding: 0em;
  margin: 8px !important;
  box-shadow: none !important;
  width: auto !important;
  height: 56px;
  text-align: center !important;
  box-sizing: border-box;
  vertical-align: inherit;
}
.btn_black_dl_f2 img {
  border-radius: 8px;
  padding: 0em;
  margin: 20px 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: 20px;
  text-align: center !important;
  box-sizing: border-box;
  vertical-align: inherit;
}
.pull-left {
  float: left !important;
  margin: 15px 0 20px 0 !important;
}
.font-s {
  font-size: 14px !important;
  color: #666;
  line-height: 20px;
  ;
}
@media screen and (max-width: 768px) {
  .pull-left {
    text-align: center;
    margin: 5px !important;
    width: 100% !important;
  }
  .pull-right {
    text-align: center !important;
    width: 100%;
  }
  .btn_black_dl_f {
    border-radius: 8px;
    padding: 0em;
    margin: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    height: 38px;
    text-align: center !important;
    box-sizing: border-box;
    vertical-align: inherit;
  }
  .font-s {
    font-size: 12px !important;
  }
  .btnblack_dl {
    margin: 0 !important;
    box-shadow: none !important;
    width: 50% !important;
    text-align: center !important;
    box-sizing: border-box;
    vertical-align: inherit;
    display: inline;
  }
  .btn_black_dl img {
    border-radius: 8px;
    padding: 0em;
    margin: 0px 7% 40px 7% !important;
    width: 35% !important;
    text-align: center !important;
    box-sizing: border-box;
    vertical-align: inherit;
  }
}
/*glod bg*/
.gold_tvc {
  padding: 5px;
  width: auto;
  background: rgba(173, 128, 60, 1);
  background: -moz-linear-gradient(-45deg, rgba(173, 128, 60, 1) 0%, rgba(255, 213, 99, 1) 27%, rgba(196, 149, 78, 1) 47%, rgba(255, 227, 127, 1) 72%, rgba(214, 164, 70, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(173, 128, 60, 1)), color-stop(27%, rgba(255, 213, 99, 1)), color-stop(47%, rgba(196, 149, 78, 1)), color-stop(72%, rgba(255, 227, 127, 1)), color-stop(100%, rgba(214, 164, 70, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(173, 128, 60, 1) 0%, rgba(255, 213, 99, 1) 27%, rgba(196, 149, 78, 1) 47%, rgba(255, 227, 127, 1) 72%, rgba(214, 164, 70, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(173, 128, 60, 1) 0%, rgba(255, 213, 99, 1) 27%, rgba(196, 149, 78, 1) 47%, rgba(255, 227, 127, 1) 72%, rgba(214, 164, 70, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(173, 128, 60, 1) 0%, rgba(255, 213, 99, 1) 27%, rgba(196, 149, 78, 1) 47%, rgba(255, 227, 127, 1) 72%, rgba(214, 164, 70, 1) 100%);
  background: linear-gradient(135deg, rgba(173, 128, 60, 1) 0%, rgba(255, 213, 99, 1) 27%, rgba(196, 149, 78, 1) 47%, rgba(255, 227, 127, 1) 72%, rgba(214, 164, 70, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad803c', endColorstr='#d6a446', GradientType=1);
}
/*span bg yellow*/
.bg_yellow {
  background-color: #e2aa0f;
  border: none !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  padding: 8px 30px;
  color: #fff;
  font-size: 20px !important;
  margin: 30px 0 0 0;
  display: inline-block;
  display: inline-block;
  background: #a1602d; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a1602d 0%, #ffd04b 18%, #fff698 36%, #ce982a 70%, #fff698 99%, #ffe647 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a1602d 0%, #ffd04b 18%, #fff698 36%, #ce982a 70%, #fff698 99%, #ffe647 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #ce982a 0%, #fff698 36%, #fff698 56%, #ce982a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1602d', endColorstr='#ffe647', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  border: none;
  color: #224099;
}
.bg_blue {
  background-color: #0f64e2;
  border: none !important;
  border-radius: 40px !important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  padding: 15px 40px;
  color: #fff !important;
  font-size: 14px !important;
  margin: 30px 0 10px 0;
  display: inline-block;
  background: #2d65a1; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3F51B5 0%, #2196F3 36%, #03A9F4 56%, #3F51B5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #3F51B5 0%, #2196F3 36%, #03A9F4 56%, #3F51B5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #3F51B5 0%, #2196F3 36%, #03A9F4 56%, #3F51B5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1602d', endColorstr='#ffe647', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  border: none;
  color: #224099;
  line-height: 20px;
}
.bg_blue_fb {
  background-color: #3B5998;
  border: none !important;
  border-radius: 40px !important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  padding: 15px 20px;
  color: #fff !important;
  font-size: 14px !important;
  margin: 30px 0 10px 0;
  display: inline-block;
  border: none;
  color: #224099;
  line-height: 20px;
}
.bg_blue_2 {
  background-color: #ce972a;
  border: none !important;
  border-radius: 40px !important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  padding: 15px 40px;
  color: #fff !important;
  font-size: 14px !important;
  margin: 30px 0 10px 0;
  display: inline-block;
  border: none;
  color: #224099;
  line-height: 20px;
}
.bg_gray {
  background-color: #ebebeb;
  border: none !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 10px 15px;
  font-size: 13px !important;
}
@media screen and (max-width: 480px) {
  .bg_yellow {
    padding: 10px 13px;
    font-size: 15px !important;
  }
}
/*------for set nav------*/
.img_logo {
  display: block;
  max-width: 120px;
  height: auto;
  margin: 0px 0;
}
.img_logo_f, .img_logo_l {
  max-width: 100px;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .img_logo {
    max-width: 130px;
  }
  .img_logo_f, .img_logo_l {
    max-width: 100px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  .img_logo {
    max-width: 30%;
    margin: 10px 0;
  }
  .bg_blue {
    background-color: #0f64e2;
    padding: 15px 30px;
    color: #fff !important;
    font-size: 12.5px !important;
    margin: 20px 0 10px 0;
    border: none;
    color: #224099;
    line-height: 16px;
  }
  .bg_blue_2 {
    background-color: #ce972a;
    padding: 15px 40px;
    color: #fff !important;
    font-size: 12.5px !important;
    margin: 10px 0 20px 0;
    border: none;
    color: #224099;
    line-height: 16px;
  }
}
/*-----for set main bg-----*/
.reward_bg {
  background: url(../images/reward_bg.png) no-repeat;
  background-size: cover;
  background-position: center top !important;
  min-height: 780px;
}
.lucky_bg {
  background: #fff;
  min-height: 780px;
}
@media screen and (max-width: 680px) {
  .reward_bg {
    background: url(../images/reward_bg_mb.png) no-repeat;
    background-size: cover;
    background-position: center top !important;
    min-height: 780px;
  }
}
.qr_main_banner {
  background: url(../images/qr_main_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top !important;
  height: 820px;
}
.qr_announce_banner {
  /*background: url(../images/qr_annouce_banner.png) no-repeat;
    background-size: contain;*/
  background-color: #224099;
}
.show_web {
  display: block !important;
}
.show_m {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .show_web {
    display: none !important;
  }
  .show_m {
    display: block !important;
  }
.img-icon {
		display: block !important;
    max-width: 75% !important;
    height: auto !important;
	}
}
@media screen and (max-width: 680px) {
  .qr_main_banner {
    background: url(../images/qr_main_bg_mobile.jpg) no-repeat;
    background-size: cover;
    height: 1000px;
  }
}
@media screen and (max-width: 599px) {
  .qr_main_banner {
    background: url(../images/qr_main_bg_mobile.jpg) no-repeat;
    background-size: cover;
    height: 920px;
  }
}
@media screen and (max-width: 480px) {
  .qr_main_banner {
    background-size: 100%;
    height: 580px;
    min-height: 580px;
  }
}
@media screen and (max-width: 414px) {
  .qr_main_banner {
    background-size: 100%;
    height: 680px;
    min-height: 680px;
  }
}
@media screen and (max-width: 375px) {
  .qr_main_banner {
    background-size: 100%;
    height: 620px;
    min-height: 620px;
  }
}
@media screen and (max-width: 374px) {
  .qr_main_banner {
    background-size: 100%;
    height: 420px;
    min-height: 420px;
  }
}
@media screen and (max-width: 360px) {
  .qr_main_banner {
    background-size: 100%;
    height: 600px;
    min-height: 600px;
  }
}
@media screen and (max-width: 320px) {
  .qr_main_banner {
    background-size: 100%;
    height: 490px;
    min-height: 490px;
  }
}
@media screen and (max-width: 280px) {
  .qr_main_banner {
    background-size: 100%;
    height: 440px;
    min-height: 440px;
  }
}
/*IMG RES*/
/*-----for set main bg BOX-----*/
.qr_main_box01 {
  background: url("../images/bg01.png") no-repeat;
  background-size: cover !important;
  background-position: center top !important;
  display: inline-table;
}
.qr_main_box02 {
  background: url("../images/bg02.png") no-repeat;
  background-size: cover !important;
  background-position: center top !important;
  display: inline-table;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 680px) {
  .qr_main_box01 {
    background: url("../images/bg01.png") no-repeat;
    background-size: cover;
    height: auto;
    display: inline-table;
  }
	 .qr_main_box02 {
    background: url(../images/bg02.png) no-repeat;
    background-size: cover;
    height: auto;
    display: inline-table;
  }
}
@media screen and (max-width: 599px) {
  .qr_main_box01 {
    background: url("../images/bg01.png") no-repeat;
    background-size: cover;
    height: auto;
    display: inline-table;
  }
	.qr_main_box02 {
    background: url("../images/bg02_mb.png") no-repeat;
    background-size: cover;
    height: auto;
    display: inline-table;
  }
}
@media screen and (max-width: 480px) {
  .qr_main_box01 {
    background-size: 100%;
    height: 400px;
  }
}
/*---*/
/*-----for set main bg reem-----*/
.qr_main_reem {
  background: url("../images/bg03_mb.png") no-repeat;
  background-size: cover !important;
  background-position: center top !important;
  display: inline-table;
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 680px) {
  .qr_main_reem {
    background: url("../images/bg03_mb.png") no-repeat;
    background-size: cover;
    height: auto;
    display: inline-table;
  }
}
@media screen and (max-width: 599px) {
  .qr_main_reem {
    background: url("../images/bg03_mb.png") no-repeat;
    background-size: cover;
    height: auto;
    display: inline-table;
  }
}
@media screen and (max-width: 480px) {
  .qr_main_reem {
    background-size: 100%;
    height: 580px;
  }
}
/*---*/
.img-medium-res {
  display: inline-block;
  max-width: 94%;
  height: auto;
}
/* for term*/
.qr_term ol {
  margin-bottom: 30px !important;
}
.qr_term ol li {
  font-size: 13.5px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #333;
}
.qr_term ol li a {
  text-decoration: underline !important;
  color: #42C4DD !important;
}
.qr_term h4 {
  margin: 15px 0;
  color: #555 !important;
  font-size: 14px;
}
.qr_term p {
  font-size: 14px;
  margin-bottom: 0 !important;
}
.qr_term h4 span {
  background-color: #ebebeb;
  border: none !important;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 4px 20px;
}
/*row flex*/
.row_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}