body {
  font-family: Microsoft JhengHei, Arial, "Noto Sans", "Liberation Sans", sans-serif; }
  body label.error {
    font-size: 14px;
    color: red;
    display: block; }

a {
  text-decoration: none; }

#wrapper {
  position: relative;
  transition: 0.5s; }
  #wrapper #sidebar {
    height: 100vh;
    width: 250px;
    background: white;
    position: fixed;
    right: -250px;
    top: 0;
    z-index: 99999;
    transition: 0.4s;
    padding-top: 30px; }
    #wrapper #sidebar .sidemenu a {
      display: block;
      padding: 8px 20px;
      color: black !important; }
      #wrapper #sidebar .sidemenu a:hover, #wrapper #sidebar .sidemenu a.active {
        background: #eaf5fb; }
    #wrapper #sidebar .sideLang a {
      color: black; }
      #wrapper #sidebar .sideLang a:hover, #wrapper #sidebar .sideLang a.active {
        color: #098ed7; }
    #wrapper #sidebar.luckyside {
      left: -250px;
      right: auto; }
  #wrapper .overlay {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99998;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer; }
  #wrapper.toggle .overlay {
    display: block; }
  #wrapper.toggle #sidebar {
    right: 0; }
    #wrapper.toggle #sidebar.luckyside {
      left: 0;
      right: auto; }

#header {
  background: #000d20;
  color: white;
  font-size: 14px; }
  #header .navMenu {
    display: inline-block; }
    #header .navMenu a {
      display: inline-block;
      color: white;
      margin-right: 16px; }
  #header .btn-group {
    margin-left: 16px; }
    #header .btn-group .btn {
      color: white;
      padding: 0;
      font-size: 14px; }

.btn-group .dropdown-menu {
  border-radius: 0; }

#footer {
  /* background: #000d20; */
  background: black;
  color: white;
  padding-top: 60px; }

.ffBlock {
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 20px; }
  .ffBlock.sky1 {
    background-image: url("../images/ff-block-bg.jpg");
    color: white; }
  .ffBlock.sky2 {
    background-image: url("../images/sky2.jpg"); }
  .ffBlock .logo {
    margin-bottom: 70px; }
  .ffBlock .title {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 70px; }
  .ffBlock h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px; }
  .ffBlock h5 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0; }
  .ffBlock .content {
    line-height: 38px; }

.readmore {
  font-size: 20px;
  padding: 10px 80px; }
  .readmore.white {
    color: white;
    border: 1px solid white; }

.storeBlock {
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  /* margin-bottom: 40px; */
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px; }

.btn-group .btn-secondary {
  background: #f4f4f4;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #f4f4f4;
  color: black; }

.storeCard {
  min-height: 160px;
  border-bottom: 1px solid #9a9a9a; }

#back2top {
  position: fixed;
  right: 20px;
  bottom: 10%;
  background: url("../images/back2top.png") no-repeat center;
  width: 40px;
  height: 40px;
  z-index: 100; }

.footerMenu a {
  color: white;
  font-size: 18px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; }

.ssbtn {
  display: inline-block;
  border: 1px solid #adadad;
  padding: 13px 50px;
  margin: 0 20px;
  min-width: 230px; }

.copyRight {
  font-size: 14px;
  border-top: 1px solid #333333; }

.copyRight a {
  color: white;
  display: inline-block;
  padding: 0 10px; }

.luckyFooterMenu a {
  color: white;
  font-size: 12px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; }
  .luckyFooterMenu a span {
    display: inline-block; }

.luckyCopyRight {
  font-size: 14px;
  border-top: 1px solid #333333;
  color: #a0a6b4; }

.formWrap {
  background: #eaf5fb;
  padding-top: 40px;
  padding-bottom: 40px; }

.formWrapTitle {
  font-size: 30px;
  font-weight: bold;
  color: #098ed7;
  text-align: center;
  position: relative;
  margin-bottom: 25px; }

.formWrapTitle span {
  display: inline-block;
  background: #eaf5fb;
  position: relative;
  z-index: 10;
  padding: 0 15px; }

.formWrapTitle::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  border-top: 2px solid #098ed7;
  z-index: 1; }

.myformStyle {
  font-size: 15px; }

.myformStyle .form-control {
  border-color: #e3e3e3; }

.myformStyle label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px; }

.form-check label {
  font-weight: normal;
  font-size: 15px; }

.myformStyle label span {
  font-size: 15px; }

.submitBtn {
  background: #098ed7;
  border-color: #098ed7;
  width: 100%;
  max-width: 330px; }

.form-check a {
  color: #098ed7;
  text-decoration: underline; }

.uploadArea {
  border: 1px dashed #e3e3e3;
  background: white;
  height: 140px;
  position: relative; }

.uploadArea > div {
  background: url("../images/upload.png") no-repeat center 0;
  color: #666666;
  width: 145px;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-top: 50px;
  text-align: center;
  top: 26px; }

#formFile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }

.awardWrap a {
  color: #098ed7;
  text-decoration: underline;
  font-size: 18px; }

.awardWrap .awardBox {
  border: 3px solid #098ed7;
  border-radius: 15px;
  text-align: center;
  position: relative;
  margin-top: 20px;
  padding-top: 40px;
  margin-bottom: 20px; }
  .awardWrap .awardBox .awardLabel {
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    font-size: 32px;
    font-weight: bold;
    color: #098ed7;
    background: white;
    width: 180px;
    margin: 0 auto; }
  .awardWrap .awardBox .awardName {
    font-size: 24px;
    font-weight: bold;
    color: #098ed7; }
  .awardWrap .awardBox .desc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px; }

.sliderWrap {
  position: relative; }
  .sliderWrap .bx-wrapper {
    margin-bottom: 0;
    box-shadow: 0;
    border: 0;
    background: transparent; }
  .sliderWrap .luckydrawIcons {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 9999; }

.navToggler {
  display: inline-block;
  width: 50px;
  padding: 5px 12px 10px;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 10px; }
  .navToggler span {
    display: block;
    border-top: 3px solid white;
    margin-top: 5px; }

.scrollWrap {
  overflow: hidden;
  overflow-y: scroll;
  height: 162px; }

.luckyLang {
  font-size: 12px; }
  .luckyLang a {
    color: white !important; }

@media (max-width: 768px) {
  #footer {
    padding-top: 30px; }
    #footer .luckyFooterMenu a {
      font-size: 14px;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; }
      #footer .luckyFooterMenu a span {
        display: inline-block;
        float: right; }
    #footer .luckyCopyRight {
      font-size: 14px; } }
