@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+Thai:wght@300;400;500;600;700&display=swap");
html {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.25;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
body {
  font-feature-settings: "lnum" 1;
  font-size: 13px;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  position: relative;
  margin: 0;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  animation: fadein 2s;
  -webkit-animation: fadein 2s;
  font-family: "Inter", "Noto Sans Thai", sans-serif;
}
#page.black {
  background-color: #000;
  min-height: 100vh;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
::-webkit-scrollbar {
  display: none;
}
article,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
}
b,
strong {
  font-weight: 700;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  pointer-events: auto;
  outline: 0;
}
a[href^="tel"] {
  white-space: nowrap;
}
a[href^="mailto"] {
  word-break: break-word;
}
a,
button,
[role="button"] {
  cursor: pointer;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin: 0;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
}
fieldset {
  border-width: 1px;
}
.is-device * {
  background-attachment: scroll;
}
mark {
  background-color: transparent;
}

/* Misc 
======================================================= */
.image {
  overflow: hidden;
}
img.full {
  display: block;
  width: 100%;
  max-width: none;
}
.object-fit {
  position: relative;
  display: block;
  overflow: hidden;
}
.object-fit:before {
  content: "";
  display: block;
}
.object-fit > img,
.object-fit > video,
.object-fit > iframe,
.object-fit > .plyr {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.ic {
  display: inline-block;
  vertical-align: middle;
}
.hero .meta {
  width: 100%;
  padding: 100px 40px 40px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.section {
  position: relative;
}
.sc-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.container,
.container-fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container {
  width: 1110px;
}
.tab-link {
  cursor: pointer;
}
._no-gutters {
  margin-right: 0;
  margin-left: 0;
}
._textcenter {
  text-align: center !important;
}
._center {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  max-width: 100%;
}
._upcase {
  text-transform: uppercase !important;
}
._flexcenter {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
._pull-left {
  float: left;
}
._pull-right {
  float: right;
}

.btn {
  background: linear-gradient(
    180deg,
    rgba(178, 0, 10, 1) 0%,
    rgba(255, 0, 0, 1) 100%
  );
  border-radius: 6px;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  height: 26px;
  line-height: 26px;
  border: none;
  font-family: "Inter", "Noto Sans Thai", "sans-serif";
}
.btn:hover {
  color: #fff;
}
.btn:disabled {
  background: rgba(135, 135, 135, 0.2);
  color: rgba(135, 135, 135, 0.4);
}
.richMenu-wrapper {
  background-image: url(../img/bg-richmenu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding: 6px 8px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.richMenu-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.richMenu-list {
  background: rgba(255, 255, 255, 0.62);
  padding: 30px 6px 24px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
}
.richMenu-icon {
  margin-bottom: 20px;
}
.richMenu-icon img {
  height: 35px;
  margin: auto;
  display: block;
}
#header {
  padding: 10px 25px;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header-logo {
  width: 196px;
  height: 56px;
}
.header-info {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header-typeIcon {
  width: 43px;
  height: 43px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  border-radius: 100%;
  margin-right: 13px;
}
.header-menuHamburger {
  padding: 13px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  border-radius: 10px;
  cursor: pointer;
}
.menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  z-index: 999;
  padding: 14px 20px;
}
.menu.open {
  right: 0;
}
#page::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  content: "";
  transition: right 0.3s ease-in-out;
  pointer-events: none;
}
#page.menu-open::after {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: visible;
}
.menu-closeBtn {
  padding: 6px 8px;
  background-color: #a8a8a8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.menu-expandIcon {
  padding: 0 0 14px;
  border-bottom: solid 1px #a8a8a8;
}
.menu-expandIconWrap {
  width: 93px;
  margin: 0 auto;
}
.menu ul {
  padding-top: 18px;
}
.menu ul > li {
  width: 100%;
  text-align: center;
  color: #878787;
  background-color: #dadada;
  margin-bottom: 9px;
  height: 34px;
  line-height: 34px;
  border-radius: 9px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(103, 109, 117, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(103, 109, 117, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(103, 109, 117, 0.4);
}
.menu ul > li > a {
  width: 100%;
  display: block;
}
.menuTabs {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 12px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
}
.menuTabs.divide-3 {
  grid-template-columns: repeat(3, 1fr);
}
.menuTab-icon img {
  height: 24px;
  margin: 0 auto;
}
.menuTab p {
  margin-top: 6px;
  font-size: 10px;
}
.menuTab {
  position: relative;
}
.menuTab.active::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(
    150deg,
    rgba(241, 9, 36, 1) 0%,
    rgba(253, 225, 229, 1) 100%,
    rgba(255, 255, 255, 1) 100%
  );
}
.menuTab.active p {
  color: #f10924;
}
.menuTab.active .menuTab-icon img {
  filter: invert(21%) sepia(100%) saturate(7414%) hue-rotate(359deg)
    brightness(80%) contrast(117%);
}
.homepage-iconFade {
  width: 305px;
  max-width: 100%;
  margin: 25px auto 0;
}
.white-container {
  padding: 25px 20px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
.heading {
  color: #159343;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.subheading {
  color: #159343;
  font-size: 16px;
  text-align: center;
}
.heading-19px {
  font-size: 19px;
}
.input-form {
  width: 100%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(168, 168, 168, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(168, 168, 168, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(168, 168, 168, 0.4);
  border-radius: 9px;
  overflow: hidden;
}
.input-form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 0 20px;
  font-family: "Inter", "Noto Sans Thai", "sans-serif";
}
form p {
  margin-bottom: 16px;
}
form {
  padding-left: 15px;
  padding-right: 15px;
}
.homepage-registerForm {
  margin-top: 35px;
}
.form-btn {
  width: 180px;
  height: 42px;
  font-size: 16px;
  margin: 40px auto 0;
}
.space-20px {
  height: 20px;
  display: block;
}
.space-30px {
  height: 30px;
  display: block;
}
.space-100px {
  height: 100px;
  display: block;
}
.callcenter {
  text-align: center;
}
.branch-btn {
  width: 270px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 24px auto;
}
.text {
  color: #159343;
}
.text-important {
  border: solid 2px #159343;
  border-radius: 13px;
  overflow: hidden;
  margin: 15px 0;
}
.text-importantHeading {
  background-image: url(../img/bg-headline.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 8px;
}
.text-important .text {
  padding: 10px 12px;
}
.text ul,
.text ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.text ol,
.text ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.text ul,
.text ol {
  padding-left: 10px;
}
.text h4 {
  font-weight: 700;
  margin-bottom: 7px;
}
.text p {
  margin-bottom: 15px;
}
.text table td:first-child {
  width: 80px;
}
#content {
  padding-bottom: 120px;
}
.white-container.bg-green {
  background-image: url(../img/bg-register.jpg);
  background-size: cover;
  color: #fff;
}
.register-registerForm .input-form {
  border: solid 1px #d9d9d9;
}
.register-registerForm .input-form input {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.register-registerForm .input-form input::placeholder {
  color: #fff;
}
form input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.input-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.input-checkbox label a {
  text-decoration: underline;
}
.myReward-icon img {
  height: 43px;
  margin: 40px auto 30px;
}
#uploadContainer {
  position: relative;
}
#uploadWrap {
  overflow: hidden;
  width: 300px;
  height: 194px;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
}
#imageFileInput {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#customUploadButton {
  width: 300px;
  height: 194px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url(../img/upload-img-button.png);
  background-size: 100%;
  background-position: center;
  cursor: pointer;
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
#imagePreview {
  display: block;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  display: none;
}
#imagePreview img {
  margin: 0 auto;
  height: 100%;
}
.collectPoint-condition {
  border: solid 2px #159343;
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
}
.collectPoint-conditionHead {
  width: 140px;
  background-image: url(../img/bg-headline.jpg);
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  padding: 20px 5px;
  text-align: center;
}
.collectPoint-conditionText {
  width: calc(100% - 140px);
  color: #159343;
  padding: 20px 10px;
}
.collectPoint-state {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}
.collectPoint-stateBar {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.progress {
  background-color: #d8d8d8;
  border-radius: 3px;
  position: relative;
  margin: 15px 0;
  height: 6px;
  width: 100px;
}
.progress.checkProgress {
  height: 34px;
  width: 100%;
  margin: 60px 0 30px;
}
.progress-done {
  background: #159343;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
}
.progress-done.checkProgress {
  background: #ffc700;
  position: relative;
}
.collectPoint-stateBar p {
  margin-left: 10px;
  color: #8a8a8a;
}
.collectPoint-stateBar p span {
  color: #000;
  font-weight: bold;
}
.collectPoint-stateHeading {
  font-weight: bold;
}
.collectPoint-products {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 30px 0; */
  width: calc(100% + 60px);
  margin: -15px 0 30px -30px !important;
  padding-top: 45px !important;
}
.collectPoint-product {
  padding-top: 50px;
  padding-bottom: 10px;
}
.collectPoint-productImage {
  margin-top: -90px;
}
.collectPoint-productImage img {
  height: 175px;
  margin: 0 auto;
}
.collectPoint-productHeading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
.collectPoint-productText {
  font-size: 14px;
  margin-bottom: 10px;
}
.collectPoint-product .btn {
  font-weight: bold;
}
.rewards-bikePoint {
  width: 120px;
  margin: 20px auto;
  font-size: 14px;
  border-radius: 33px;
}
.rewardsGifts {
  margin: 40px 0 0;
}
.rewardsGift {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
  background: #f2f5f6;
}
.rewardsGift-image {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.rewardsGift-image img {
  max-width: 100%;
  margin: 0 auto;
}
.rewardsGift-btn {
  width: 107px;
  height: 25px;
  line-height: 25px;
  margin-left: auto;
}
.rewardsGift-btn[disabled] {
  background: #8a8a8a;
}
.rewardsGift-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 15px;
}
.rewardsGift-info {
  width: calc(100% - 107px);
  padding-right: 15px;
}
.rewardsGift-info h3 {
  font-weight: bold;
  font-size: 15px;
}
.rewardsGift-point {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #159343;
  font-weight: bold;
  font-size: 13px;
}
.rewardsGift-point img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.heading-30px {
  font-size: 30px;
  text-align: left;
  margin-bottom: 5px;
}
.checkPoint-subhead {
  color: #159343;
}
.checkPoint-card {
  background-image: url(../img/bg-green.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 18px 18px 30px;
  color: #fff;
  margin: 30px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(103, 109, 117, 0.4);
  border-radius: 20px;
}
.checkPoint-cardHead {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.checkPoint-cardHead img {
  width: 28px;
  margin-right: 10px;
}
.checkPoint-cardPoint {
  font-weight: bold;
  font-size: 40px;
  text-align: right;
}
.checkPoint-cardMonth {
  font-size: 14px;
  text-align: right;
}
.progress-valueBar {
  border-radius: 4px;
  background-color: #f2f5f6;
  padding: 4px;
  color: #000;
  position: absolute;
  bottom: -30px;
  z-index: 10;
}
.progress-minBar {
  left: 0;
}
.progress-maxBar {
  right: 0;
}
.progress-indicator {
  position: absolute;
  background-image: url(../img/point-indicator.png);
  background-size: 100%;
  width: 66px;
  height: 32px;
  text-align: center;
  position: absolute;
  top: -40px;
  right: -33px;
  z-index: 10;
  line-height: 24px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tab {
  color: #c2c0c0;
  width: 50%;
  cursor: pointer;
  border-bottom: solid 5px #c2c0c0;
  text-align: center;
  padding-bottom: 10px;
}
.tab.active {
  color: #159343;
  border-bottom-color: #159343;
}
.tab-content {
  display: none;
  padding: 30px 0;
}
.tab-content.active {
  display: block;
}
.tab-reward {
  border-radius: 26px;
  background-color: #f2f5f6;
  padding: 8px;
  color: #159343;
  position: relative;
  margin-bottom: 8px;
}
.arrow {
  border: solid #159343;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform 0.3s;
  position: absolute;
  right: 20px;
  top: 22px;
}
.tab-reward.open .arrow {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.tab-star {
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 18px;
  padding: 4px;
  margin-right: 10px;
}
.tabReward-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: bold;
}
.tabReward-content {
  display: none;
}
.tab-reward.open .tabReward-content {
  display: block;
}
.tabReward-box {
  margin: 15px 0;
  padding: 0 28px;
}
.tabReward-name {
  color: #f10924;
  border: solid 1px #f10924;
  border-radius: 5px;
  padding: 2px 5px;
  width: auto;
  display: inline-block;
  margin: 0 0 10px;
}
.tabHistory-box {
  border-radius: 26px;
  background-color: #f2f5f6;
  padding: 12px 20px;
  color: #159343;
  position: relative;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}
.tabHistory-point {
  margin-left: auto;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.tabHistory-point img {
  width: 21px;
  height: 21px;
  margin-right: 5px;
}
.tabHistory-month {
  font-size: 18px;
}
.pagination-container {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.swiper-pagination1 {
  width: auto !important;
  font-size: 14px !important;
}
.swiper-pagination2 {
  position: relative !important;
  width: 100px !important;
  height: 5px !important;
  margin-right: 10px;
  border-radius: 3px !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #159343 !important;
  border-radius: 3px !important;
}
span.swiper-pagination-current {
  font-weight: bold;
}
