@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;500&display=swap");

.cTelenorBlue {
  color: #19AAF8;
}

.cTelenorLink {
  color: #007AD0;
}

.cTelenorBlack {
  color: #0C1026;
}

.cBlue {
  color: #A3DEFF;
}

.cPaleBlue {
  color: #E7EEF4;
}

.cTextBlack {
  color: #0C1026;
}

.cLightGray1 {
  color: #F5F5F5;
}

.cLightGray2 {
  color: #E5E5E5;
}

.cLightGray3 {
  color: #D6D6D6;
}

.cDarkGray1 {
  color: #767676;
}

.cDarkGray2 {
  color: #414141;
}

.cTextBlack {
  color: #1A1A1A;
}

.cYellow {
  color: #FDBA5C;
}

.cWhite {
  color: #FFFFFF;
}

.cHotPink {
  color: #FF648C;
}

.bPaleBlue {
  background: #E7EEF4;
}

.bTelenorBlue {
  background: #19AAF8;
}

.bTelenorLink {
  background: #007AD0;
}

.bTelenorBlack {
  background: #0C1026;
}

.bBlue {
  background: #A3DEFF;
}

.bPaleBlue {
  background: #E7EEF4;
}

.bGamingOrange {
  background: #FDBA5C;
}

.bLightGray1 {
  background: #F5F5F5;
}

.bLightGray2 {
  background: #E5E5E5;
}

.bLightGray3 {
  background: #D6D6D6;
}

.bDarkGray1 {
  background: #767676;
}

.bDarkGray2 {
  background: #414141;
}

.bYellow {
  background: #FDBA5C;
}

.bWhite {
  background: #FFFFFF;
}

.bHotPink {
  background: #FF648C;
}

.bOnlyForYou {
  background: #19aaf8;
  background: linear-gradient(90deg, #19aaf8 0%, #917dcc 100%);
}

.bPlatinum {
  background: #143F6C;
}

.bPlatinumGd {
  background: #143f6c;
  background: linear-gradient(90deg, #143f6c 0%, #005e8b 100%);
}

.bWelcome {
  background: #00ADEF;
}

.bWelcomeGd {
  background: #00a5e5;
  background: linear-gradient(90deg, #00a5e5 0%, #3fc5f3 100%);
}

.bSilver {
  background: #949599;
}

.bSilverGd {
  background: #929497;
  background: linear-gradient(90deg, #929497 0%, #bbbdbf 100%);
}

.bGold {
  background: #DBA751;
}

.bGoldGd {
  background: #d9a651;
  background: linear-gradient(90deg, #d9a651 0%, #e1c680 100%);
}

.btn {
  font-size: 14px;
  line-height: 14px;
  padding: 14px 12px 10px;
  height: 40px;
  min-width: 120px;
  font-family: "dtac_2018bold";
  font-weight: normal;
  border-radius: 4px;
  overflow: hidden;
  width: max-content;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
}

.btn.btnPrimary {
  background-color: #007AD0;
  color: #FFFFFF;
}

.btn.btnWhite {
  background-color: #FFFFFF;
  color: #007AD0;
}

.btn.btnOutline {
  border: 1px solid #007AD0;
  color: #007AD0;
}

.btn.btnGaming {
  background-color: #FDBA5C;
  color: #0C1026;
  box-shadow: 0px 0px 10px 3px rgba(56, 56, 56, 0.15);
}

.btn.btnLinkBlue {
  padding: 0;
  color: #007AD0;
  font-family: "dtac_2018bold";
  text-decoration: underline;
  font-size: 16px;
  line-height: 16px;
}

.btn.btnLinkBlue:hover {
  color: #19AAF8;
}

.btn.btnLinkBlack {
  padding: 0;
  color: #0C1026;
  font-family: "dtac_2018bold";
  text-decoration: underline;
  font-size: 16px;
  line-height: 16px;
}

.btn.btnLinkBlack:hover {
  color: #19AAF8;
}

.btn.btnFilter {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  min-width: inherit;
  padding: 10px;
  background: #007AD0;
}

.btn.btnFilter i {
  margin-right: 12px;
}

.btn.btnFilter i.icoFilter {
  background-image: url("../images/icons/ico-filterWhite.svg");
  background-size: 20px auto;
}

.btn.btnCategory {
  display: flex;
  flex: none;
  align-items: center;
  height: 54px;
  font-size: 16px;
  line-height: 22px;
  padding: 16px;
  color: #000000;
  min-width: inherit;
  background: #E7EEF4;
  margin-right: 8px;
  width: max-content;
  border: 1px solid #19AAF8;
}

.btn.btnCategory.active {
  color: #FFFFFF;
  background: #007AD0;
  border: 1px solid #007AD0;
}

.btn.btnCategory:last-child {
  margin-right: 0;
}

.btn.fReg {
  font-family: "dtac_2018regular";
}

.btn:disabled,
.btn[disabled] {
  background-color: #E5E5E5;
  color: #767676;
  border-color: #E5E5E5;
}

.btn:focus {
  box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
}

.btnLink {
  padding: 0;
  font-family: "dtac_2018bold";
  text-decoration: underline;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.btnLink .icon {
  display: flex;
  width: 16px;
  margin-right: 4px;
  margin-top: -2px;
}

.btnLink .icon img {
  width: 100%;
  align-self: center;
}

.btnLink.btnBlue {
  color: #007AD0;
}

.btnLink.btnBlue:hover {
  color: #007AD0;
}

.btnLink.btnBlack {
  color: #0C1026;
}

.btnLink.btnBlack:hover {
  color: #0C1026;
}

.btnLink.btnYellow {
  color: #FDBA5C;
}

.btnLink.btnYellow:hover {
  color: #FDBA5C;
}

.btnLink:disabled,
.btnLink[disabled] {
  background: none;
  color: #767676;
}

.btnLink:disabled:hover,
.btnLink[disabled]:hover {
  background: none;
  color: #767676;
}

.btnArrow {
  font-family: "dtac_2018bold";
  position: relative;
  padding-right: 16px;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  width: max-content;
}

.btnArrow::after {
  content: "";
  width: 12px;
  height: 14px;
  right: 0;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  transform: translateY(-50%);
}

.btnArrow.btnBlue {
  color: #007AD0;
}

.btnArrow.btnBlue::after {
  background-image: url("../images/icons/arrowLink-blue.svg");
}

.btnArrow.btnBlack {
  color: #0C1026;
}

.btnArrow.btnBlack::after {
  background-image: url("../images/icons/arrowLink-black.svg");
}

.btnArrow.btnYellow {
  color: #FDBA5C;
}

.btnArrow.btnYellow::after {
  background-image: url("../images/icons/arrowLink-yellow.svg");
}

.btnArrow.btnMore {
  color: #000000;
  padding-right: 0;
  padding-left: 32px;
  font-size: 16px;
  line-height: 22px;
}

.btnArrow.btnMore::after {
  width: 10px;
  height: 20px;
  right: auto;
  left: 7px;
  background-size: 10px auto;
  background-image: url("../images/icons/arrowLink-lightBlue.svg");
}

.btnArrow.fReg {
  font-family: "dtac_2018regular";
}

.btnArrow:disabled,
.btnArrow[disabled] {
  color: #767676;
}

.btnArrow:disabled::after,
.btnArrow[disabled]::after {
  background-image: url("../images/icons/arrowLink-disable.svg");
}

.navCategory {
  display: flex;
  margin-right: -16px;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.navCategory::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.navCategory .cateWrapper {
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .navCategory {
    margin-right: 0;
    overflow: visible;
  }
}

.fDtacB {
  font-family: "dtac_2018bold" !important;
}

.fDtacL {
  font-family: "dtac_2018light" !important;
}

.fDtac {
  font-family: "dtac_2018regular" !important;
}

.fDtacI {
  font-family: "dtac_2018italic" !important;
}

.fDtacBI {
  font-family: "dtac_2018bold_italic" !important;
}

.fDtacLI {
  font-family: "dtac_2018light_italic" !important;
}

.fKanit {
  font-weight: 300;
  font-family: "Kanit", sans-serif !important;
}

.fKanitB {
  font-weight: 500;
  font-family: "Kanit", sans-serif !important;
}

.bdTelenorBlue {
  border: 1px solid #19AAF8;
}

.bdTelenorLink {
  border: 1px solid #007AD0;
}

.bdTelenorBlack {
  border: 1px solid #0C1026;
}

.bdLightGray1 {
  border: 1px solid #F5F5F5;
}

.bdLightGray2 {
  border: 1px solid #E5E5E5;
}

.bdDarkGray1 {
  border: 1px solid #767676;
}

.bdGamingOrange {
  border: 1px solid #FDBA5C;
}

.bdYellow {
  border: 1px solid #FDBA5C;
}

.mg-0 {
  margin: 0 !important;
}

.mg-t-0 {
  margin-top: 0 !important;
}

.mg-l-0 {
  margin-left: 0 !important;
}

.mg-r-0 {
  margin-right: 0 !important;
}

.mg-b-0 {
  margin-bottom: 0 !important;
}

.mg-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mg-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mg-t-xxs {
  margin-top: 0px !important;
}

.mg-t-xs {
  margin-top: 4px !important;
}

.mg-t-s {
  margin-top: 8px !important;
}

.mg-t-m {
  margin-top: 12px !important;
}

.mg-t-l {
  margin-top: 16px !important;
}

.mg-t-xl {
  margin-top: 24px !important;
}

.mg-t-xxl {
  margin-top: 32px !important;
}

.mg-b-xxs {
  margin-bottom: 0px !important;
}

.mg-b-xs {
  margin-bottom: 4px !important;
}

.mg-b-s {
  margin-bottom: 8px !important;
}

.mg-b-m {
  margin-bottom: 12px !important;
}

.mg-b-l {
  margin-bottom: 16px !important;
}

.mg-b-xl {
  margin-bottom: 24px !important;
}

.mg-b-xxl {
  margin-bottom: 32px !important;
}

.mg-t-xxs,
.mg-y-xxs {
  margin-top: 0px !important;
}

.mg-t-xs,
.mg-y-xs {
  margin-top: 4px !important;
}

.mg-t-s,
.mg-y-s {
  margin-top: 8px !important;
}

.mg-t-m,
.mg-y-m {
  margin-top: 12px !important;
}

.mg-t-l,
.mg-y-l {
  margin-top: 16px !important;
}

.mg-t-xl,
.mg-y-xl {
  margin-top: 24px !important;
}

.mg-t-xxl,
.mg-y-xxl {
  margin-top: 32px !important;
}

.mg-b-xxs,
.mg-y-xxs {
  margin-bottom: 0px !important;
}

.mg-b-xs,
.mg-y-xs {
  margin-bottom: 4px !important;
}

.mg-b-s,
.mg-y-s {
  margin-bottom: 8px !important;
}

.mg-b-m,
.mg-y-m {
  margin-bottom: 12px !important;
}

.mg-b-l,
.mg-y-l {
  margin-bottom: 16px !important;
}

.mg-b-xl,
.mg-y-xl {
  margin-bottom: 24px !important;
}

.mg-b-xxl,
.mg-y-xxl {
  margin-bottom: 32px !important;
}

.mg-l-xxs,
.mg-x-xxs {
  margin-left: 0px !important;
}

.mg-l-xs,
.mg-x-xs {
  margin-left: 4px !important;
}

.mg-l-s,
.mg-x-s {
  margin-left: 8px !important;
}

.mg-l-m,
.mg-x-m {
  margin-left: 12px !important;
}

.mg-l-l,
.mg-x-l {
  margin-left: 16px !important;
}

.mg-l-xl,
.mg-x-xl {
  margin-left: 24px !important;
}

.mg-l-xxl,
.mg-x-xxl {
  margin-left: 32px !important;
}

.mg-r-xxs,
.mg-x-xxs {
  margin-right: 0px !important;
}

.mg-r-xs,
.mg-x-xs {
  margin-right: 4px !important;
}

.mg-r-s,
.mg-x-s {
  margin-right: 8px !important;
}

.mg-r-m,
.mg-x-m {
  margin-right: 12px !important;
}

.mg-r-l,
.mg-x-l {
  margin-right: 16px !important;
}

.mg-r-xl,
.mg-x-xl {
  margin-right: 24px !important;
}

.mg-r-xxl,
.mg-x-xxl {
  margin-right: 32px !important;
}

.pd-0 {
  padding: 0 !important;
}

.pd-t-0 {
  padding-top: 0 !important;
}

.pd-l-0 {
  padding-left: 0 !important;
}

.pd-r-0 {
  padding-right: 0 !important;
}

.pd-b-0 {
  padding-bottom: 0 !important;
}

.pd-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pd-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pd-t-xxs,
.pd-y-xxs {
  padding-top: 0px !important;
}

.pd-t-xs,
.pd-y-xs {
  padding-top: 4px !important;
}

.pd-t-s,
.pd-y-s {
  padding-top: 8px !important;
}

.pd-t-m,
.pd-y-m {
  padding-top: 12px !important;
}

.pd-t-l,
.pd-y-l {
  padding-top: 16px !important;
}

.pd-t-xl,
.pd-y-xl {
  padding-top: 24px !important;
}

.pd-t-xxl,
.pd-y-xxl {
  padding-top: 32px !important;
}

.pd-b-xxs,
.pd-y-xxs {
  padding-bottom: 0px !important;
}

.pd-b-xs,
.pd-y-xs {
  padding-bottom: 4px !important;
}

.pd-b-s,
.pd-y-s {
  padding-bottom: 8px !important;
}

.pd-b-m,
.pd-y-m {
  padding-bottom: 12px !important;
}

.pd-b-l,
.pd-y-l {
  padding-bottom: 16px !important;
}

.pd-b-xl,
.pd-y-xl {
  padding-bottom: 24px !important;
}

.pd-b-xxl,
.pd-y-xxl {
  padding-bottom: 32px !important;
}

.pd-l-xxs,
.pd-x-xxs {
  padding-left: 0px !important;
}

.pd-l-xs,
.pd-x-xs {
  padding-left: 4px !important;
}

.pd-l-s,
.pd-x-s {
  padding-left: 8px !important;
}

.pd-l-m,
.pd-x-m {
  padding-left: 12px !important;
}

.pd-l-l,
.pd-x-l {
  padding-left: 16px !important;
}

.pd-l-xl,
.pd-x-xl {
  padding-left: 24px !important;
}

.pd-l-xxl,
.pd-x-xxl {
  padding-left: 32px !important;
}

.pd-r-xxs,
.pd-x-xxs {
  padding-right: 0px !important;
}

.pd-r-xs,
.pd-x-xs {
  padding-right: 4px !important;
}

.pd-r-s,
.pd-x-s {
  padding-right: 8px !important;
}

.pd-r-m,
.pd-x-m {
  padding-right: 12px !important;
}

.pd-r-l,
.pd-x-l {
  padding-right: 16px !important;
}

.pd-r-xl,
.pd-x-xl {
  padding-right: 24px !important;
}

.pd-r-xxl,
.pd-x-xxl {
  padding-right: 32px !important;
}

@media only screen and (min-width: 768px) {

  .mg-r-xxs,
  .mg-x-xxs {
    margin-right: 4px !important;
  }

  .mg-r-xs,
  .mg-x-xs {
    margin-right: 8px !important;
  }

  .mg-r-s,
  .mg-x-s {
    margin-right: 16px !important;
  }

  .mg-r-m,
  .mg-x-m {
    margin-right: 24px !important;
  }

  .mg-r-l,
  .mg-x-l {
    margin-right: 32px !important;
  }

  .mg-r-xl,
  .mg-x-xl {
    margin-right: 48px !important;
  }

  .mg-r-xxl,
  .mg-x-xxl {
    margin-right: 64px !important;
  }

  .mg-l-xxs,
  .mg-x-xxs {
    margin-left: 4px !important;
  }

  .mg-l-xs,
  .mg-x-xs {
    margin-left: 8px !important;
  }

  .mg-l-s,
  .mg-x-s {
    margin-left: 16px !important;
  }

  .mg-l-m,
  .mg-x-m {
    margin-left: 24px !important;
  }

  .mg-l-l,
  .mg-x-l {
    margin-left: 32px !important;
  }

  .mg-l-xl,
  .mg-x-xl {
    margin-left: 48px !important;
  }

  .mg-l-xxl,
  .mg-x-xxl {
    margin-left: 64px !important;
  }

  .mg-t-xxs,
  .mg-y-xxs {
    margin-top: 4px !important;
  }

  .mg-t-xs,
  .mg-y-xs {
    margin-top: 8px !important;
  }

  .mg-t-s,
  .mg-y-s {
    margin-top: 16px !important;
  }

  .mg-t-m,
  .mg-y-m {
    margin-top: 24px !important;
  }

  .mg-t-l,
  .mg-y-l {
    margin-top: 32px !important;
  }

  .mg-t-xl,
  .mg-y-xl {
    margin-top: 48px !important;
  }

  .mg-t-xxl,
  .mg-y-xxl {
    margin-top: 64px !important;
  }

  .mg-b-xxs,
  .mg-y-xxs {
    margin-bottom: 4px !important;
  }

  .mg-b-xs,
  .mg-y-xs {
    margin-bottom: 8px !important;
  }

  .mg-b-s,
  .mg-y-s {
    margin-bottom: 16px !important;
  }

  .mg-b-m,
  .mg-y-m {
    margin-bottom: 24px !important;
  }

  .mg-b-l,
  .mg-y-l {
    margin-bottom: 32px !important;
  }

  .mg-b-xl,
  .mg-y-xl {
    margin-bottom: 48px !important;
  }

  .mg-b-xxl,
  .mg-y-xxl {
    margin-bottom: 64px !important;
  }

  .pd-t-xxs,
  .pd-y-xxs {
    padding-top: 4px !important;
  }

  .pd-t-xs,
  .pd-y-xs {
    padding-top: 8px !important;
  }

  .pd-t-s,
  .pd-y-s {
    padding-top: 16px !important;
  }

  .pd-t-m,
  .pd-y-m {
    padding-top: 24px !important;
  }

  .pd-t-l,
  .pd-y-l {
    padding-top: 32px !important;
  }

  .pd-t-xl,
  .pd-y-xl {
    padding-top: 48px !important;
  }

  .pd-t-xxl,
  .pd-y-xxl {
    padding-top: 64px !important;
  }

  .pd-b-xxs,
  .pd-y-xxs {
    padding-bottom: 4px !important;
  }

  .pd-b-xs,
  .pd-y-xs {
    padding-bottom: 8px !important;
  }

  .pd-b-s,
  .pd-y-s {
    padding-bottom: 16px !important;
  }

  .pd-b-m,
  .pd-y-m {
    padding-bottom: 24px !important;
  }

  .pd-b-l,
  .pd-y-l {
    padding-bottom: 32px !important;
  }

  .pd-b-xl,
  .pd-y-xl {
    padding-bottom: 48px !important;
  }

  .pd-b-xxl,
  .pd-y-xxl {
    padding-bottom: 64px !important;
  }

  .pd-l-xxs,
  .pd-x-xxs {
    padding-left: 4px !important;
  }

  .pd-l-xs,
  .pd-x-xs {
    padding-left: 8px !important;
  }

  .pd-l-s,
  .pd-x-s {
    padding-left: 16px !important;
  }

  .pd-l-m,
  .pd-x-m {
    padding-left: 24px !important;
  }

  .pd-l-l,
  .pd-x-l {
    padding-left: 32px !important;
  }

  .pd-l-xl,
  .pd-x-xl {
    padding-left: 48px !important;
  }

  .pd-l-xxl,
  .pd-x-xxl {
    padding-left: 64px !important;
  }

  .pd-r-xxs,
  .pd-x-xxs {
    padding-right: 4px !important;
  }

  .pd-r-xs,
  .pd-x-xs {
    padding-right: 8px !important;
  }

  .pd-r-s,
  .pd-x-s {
    padding-right: 16px !important;
  }

  .pd-r-m,
  .pd-x-m {
    padding-right: 24px !important;
  }

  .pd-r-l,
  .pd-x-l {
    padding-right: 32px !important;
  }

  .pd-r-xl,
  .pd-x-xl {
    padding-right: 48px !important;
  }

  .pd-r-xxl,
  .pd-x-xxl {
    padding-right: 64px !important;
  }
}

.tH1,
.tH2,
.tH3,
.tH4,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.tH1 {
  font-family: "dtac_2018bold";
  font-size: 48px;
  line-height: 50px;
}

.tH2 {
  font-size: 40px;
  line-height: 44px;
}

.tH3 {
  font-size: 30px;
  line-height: 32px;
}

.tH4 {
  font-size: 24px;
  line-height: 28px;
}

.tH5 {
  font-size: 20px;
  line-height: 26px;
}

.tH5.fKanit {
  line-height: 24px;
}

.tH6 {
  font-size: 18px;
  line-height: 28px;
}

.tBody {
  font-size: 16px;
  line-height: 22px;
}

.tCaption {
  font-size: 14px;
  line-height: 20px;
}

.tMacro {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2%;
}

.tMicro {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 4%;
}

.th .tH1 {
  line-height: 62px;
}

.th .tH2 {
  line-height: 52px;
}

.th .tH3 {
  line-height: 40px;
}

.th .tH4 {
  line-height: 32px;
}

.th .tH5 {
  line-height: 26px;
}

.th .tH5.fKanit {
  line-height: 25px;
}

.th .tH6 {
  line-height: 28px;
}

.th .tH6.fKanit {
  line-height: 26px;
}

.th .tBody {
  line-height: 24px;
}

.th .tCaption {
  line-height: 22px;
}

@media only screen and (min-width: 992px) {
  .tH1D {
    font-family: "dtac_2018bold";
    font-size: 48px !important;
    line-height: 50px !important;
  }

  .tH2D {
    font-size: 40px !important;
    line-height: 44px !important;
  }

  .tH3D {
    font-size: 30px !important;
    line-height: 32px !important;
  }

  .tH4D {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  .tH5D {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .tH5D.fKanit {
    line-height: 24px !important;
  }

  .tH6D {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .tBodyD {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .tCaptionD {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .tMacroD {
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 2% !important;
  }

  .tMicroD {
    font-size: 10px !important;
    line-height: 14px !important;
    letter-spacing: 4% !important;
  }

  .th .tH1D {
    line-height: 62px !important;
  }

  .th .tH2D {
    line-height: 52px !important;
  }

  .th .tH3D {
    line-height: 40px !important;
  }

  .th .tH4D {
    line-height: 32px !important;
  }

  .th .tH5D {
    line-height: 26px !important;
  }

  .th .tH5D.fKanit {
    line-height: 25px !important;
  }

  .th .tH6D {
    line-height: 28px !important;
  }

  .th .tH6D.fKanit {
    line-height: 26px !important;
  }

  .th .tBodyD {
    line-height: 24px !important;
  }

  .th .tCaptionD {
    line-height: 22px !important;
  }
}

.otp {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  width: 100%;
}

.otp .icon {
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
}

.otp .ico-paperPlan {
  width: 12px;
  height: 12px;
  background-image: url(../images/icons/ico-paperPlan.svg);
}

.otp .otp-inner {
  display: flex;
  flex-direction: column;
  color: #1A1A1A;
}

.otp .otp-wrapper {
  display: flex;
  flex-direction: row;
}

.otp .otp-wrapper .form-group {
  display: flex;
  width: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 13px;
}

.otp .otp-wrapper .form-group .form-control {
  width: 100%;
  line-height: 40px;
  padding: 0;
  font-size: 40px;
  text-align: center;
  background: none;
  border: none !important;
}

.otp .otp-wrapper .form-group::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.otp .text-alert {
  display: none;
  text-align: center;
  color: #D82730;
}

.otp .link-control {
  display: flex;
}

.otp .link-control .icon {
  margin-right: 5px;
}

.otp .link-control>a {
  margin-left: 12px;
  display: flex;
  align-items: center;
}

.otp .form-error .text-alert {
  display: block;
}

.otp .form-error .form-group::after {
  background-color: #D82730;
}

.otp .form-error .form-group .form-control {
  color: #D82730;
}

.scIntro {
  position: relative;
  background: #FFFFFF;
}

.scIntro .concave-br::after {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  box-shadow: 16px 16px 0 0 #F5F5F5;
}

[class*=concave-] {
  width: 32px;
  height: 32px;
  position: absolute;
  overflow: hidden;
}

.concave-tl {
  top: 0;
  left: 0;
}

.concave-br {
  bottom: 0;
  right: 0;
}

.concave-br::after {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  box-shadow: 16px 16px 0 0 #F5F5F5;
}

.scFeatured .container {
  position: relative;
  background: #F5F5F5;
  padding: 40px 15px;
  border-radius: 32px 0 0 0;
}

.scFeatured .concave-br::after {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  box-shadow: 16px 16px 0 0 #E7EEF4;
}

.scFooter .container {
  position: relative;
  background: #E7EEF4;
  padding: 40px 15px;
  border-radius: 32px 0 0 0;
}

.scFooter .concave-tl::after {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-shadow: 0 0 16px 16px #F5F5F5;
}

.iXs {
  display: flex;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.iSm {
  display: flex;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}

.iMd {
  display: flex;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
}

.iLg {
  display: flex;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

.iXl {
  display: flex;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: center center;
}

.iXs.icoDtac,
.iSm.icoDtac,
.iMd.icoDtac,
.iLg.icoDtac,
.iXl.icoDtac {
  background-image: url("../images/icons/ico-dtac.svg");
}

.iXs.icoDtac.active,
.iSm.icoDtac.active,
.iMd.icoDtac.active,
.iLg.icoDtac.active,
.iXl.icoDtac.active {
  background-image: url("../images/icons/ico-dtacBlue.svg");
}

.iXs.icoGift,
.iSm.icoGift,
.iMd.icoGift,
.iLg.icoGift,
.iXl.icoGift {
  background-image: url("../images/icons/ico-gift.svg");
}

.iXs.icoGift.active,
.iSm.icoGift.active,
.iMd.icoGift.active,
.iLg.icoGift.active,
.iXl.icoGift.active {
  background-image: url("../images/icons/ico-giftBlue.svg");
}

.iXs.icoLocation,
.iSm.icoLocation,
.iMd.icoLocation,
.iLg.icoLocation,
.iXl.icoLocation {
  background-image: url("../images/icons/ico-location.svg");
}

.iXs.icoLocation.active,
.iSm.icoLocation.active,
.iMd.icoLocation.active,
.iLg.icoLocation.active,
.iXl.icoLocation.active {
  background-image: url("../images/icons/ico-locationBlue.svg");
}

.iXs.icoSavingAccount,
.iSm.icoSavingAccount,
.iMd.icoSavingAccount,
.iLg.icoSavingAccount,
.iXl.icoSavingAccount {
  background-image: url("../images/icons/ico-savingAccount.svg");
}

.iXs.icoSavingAccount.active,
.iSm.icoSavingAccount.active,
.iMd.icoSavingAccount.active,
.iLg.icoSavingAccount.active,
.iXl.icoSavingAccount.active {
  background-image: url("../images/icons/ico-savingAccountBlue.svg");
}

.iXs.icoSimCard,
.iSm.icoSimCard,
.iMd.icoSimCard,
.iLg.icoSimCard,
.iXl.icoSimCard {
  background-image: url("../images/icons/ico-simCard.svg");
}

.iXs.icoSimCard.active,
.iSm.icoSimCard.active,
.iMd.icoSimCard.active,
.iLg.icoSimCard.active,
.iXl.icoSimCard.active {
  background-image: url("../images/icons/ico-simCardBlue.svg");
}

.iXs.icoThumbsUp,
.iSm.icoThumbsUp,
.iMd.icoThumbsUp,
.iLg.icoThumbsUp,
.iXl.icoThumbsUp {
  background-image: url("../images/icons/ico-thumbsUp.svg");
}

.iXs.icoThumbsUp.active,
.iSm.icoThumbsUp.active,
.iMd.icoThumbsUp.active,
.iLg.icoThumbsUp.active,
.iXl.icoThumbsUp.active {
  background-image: url("../images/icons/ico-thumbsUpBlue.svg");
}

.iXs.icoThumbsUp,
.iSm.icoThumbsUp,
.iMd.icoThumbsUp,
.iLg.icoThumbsUp,
.iXl.icoThumbsUp {
  background-image: url("../images/icons/ico-thumbsUp.svg");
}

.iXs.icoThumbsUp.active,
.iSm.icoThumbsUp.active,
.iMd.icoThumbsUp.active,
.iLg.icoThumbsUp.active,
.iXl.icoThumbsUp.active {
  background-image: url("../images/icons/ico-thumbsUpBlue.svg");
}

.iXs.icoInternet,
.iSm.icoInternet,
.iMd.icoInternet,
.iLg.icoInternet,
.iXl.icoInternet {
  background-image: url("../images/icons/ico-internet.svg");
}

.iXs.icoInternet.active,
.iSm.icoInternet.active,
.iMd.icoInternet.active,
.iLg.icoInternet.active,
.iXl.icoInternet.active {
  background-image: url("../images/icons/ico-internetBlue.svg");
}

.iXs.icoCalls,
.iSm.icoCalls,
.iMd.icoCalls,
.iLg.icoCalls,
.iXl.icoCalls {
  background-image: url("../images/icons/ico-calls.svg");
}

.iXs.icoCalls.active,
.iSm.icoCalls.active,
.iMd.icoCalls.active,
.iLg.icoCalls.active,
.iXl.icoCalls.active {
  background-image: url("../images/icons/ico-callsBlue.svg");
}

.iXs.icoDtacGo,
.iSm.icoDtacGo,
.iMd.icoDtacGo,
.iLg.icoDtacGo,
.iXl.icoDtacGo {
  background-image: url("../images/icons/ico-dtacGoMono.svg");
}

.iXs.icoDtacGo.active,
.iSm.icoDtacGo.active,
.iMd.icoDtacGo.active,
.iLg.icoDtacGo.active,
.iXl.icoDtacGo.active {
  background-image: url("../images/icons/ico-dtacGo.svg");
}

.iXs.icoWifi,
.iSm.icoWifi,
.iMd.icoWifi,
.iLg.icoWifi,
.iXl.icoWifi {
  background-image: url("../images/icons/ico-wifi.svg");
}

.iXs.icoHome,
.iSm.icoHome,
.iMd.icoHome,
.iLg.icoHome,
.iXl.icoHome {
  background-image: url("../images/icons/ico-home.svg");
}

.iXs.icoHome.active,
.iSm.icoHome.active,
.iMd.icoHome.active,
.iLg.icoHome.active,
.iXl.icoHome.active {
  background-image: url("../images/icons/ico-homeBlue.svg");
}

.iXs.icoPhone,
.iSm.icoPhone,
.iMd.icoPhone,
.iLg.icoPhone,
.iXl.icoPhone {
  background-image: url("../images/icons/ico-phone.svg");
}

.iXs.icoPhone.active,
.iSm.icoPhone.active,
.iMd.icoPhone.active,
.iLg.icoPhone.active,
.iXl.icoPhone.active {
  background-image: url("../images/icons/ico-phoneBlue.svg");
}

.iXs.icoNetVoice,
.iSm.icoNetVoice,
.iMd.icoNetVoice,
.iLg.icoNetVoice,
.iXl.icoNetVoice {
  background-image: url("../images/icons/ico-netVoice.svg");
}

.iXs.icoWifi,
.iSm.icoWifi,
.iMd.icoWifi,
.iLg.icoWifi,
.iXl.icoWifi {
  background-image: url("../images/icons/ico-wifi.svg");
}

.iXs.icoFilter,
.iSm.icoFilter,
.iMd.icoFilter,
.iLg.icoFilter,
.iXl.icoFilter {
  background-image: url("../images/icons/ico-filter.svg");
}

.iXs.icoLuckyNumber,
.iSm.icoLuckyNumber,
.iMd.icoLuckyNumber,
.iLg.icoLuckyNumber,
.iXl.icoLuckyNumber {
  background-image: url("../images/icons/ico-luckyNumber.svg");
}

.iXs.icoLuckyNumber.active,
.iSm.icoLuckyNumber.active,
.iMd.icoLuckyNumber.active,
.iLg.icoLuckyNumber.active,
.iXl.icoLuckyNumber.active {
  background-image: url("../images/icons/ico-luckyNumberBlue.svg");
}

.iXs.icoLuckyNumber2,
.iSm.icoLuckyNumber2,
.iMd.icoLuckyNumber2,
.iLg.icoLuckyNumber2,
.iXl.icoLuckyNumber2 {
  background-image: url("../images/icons/ico-luckyNumber2.svg");
}

.iXs.icoLuckyNumber2.active,
.iSm.icoLuckyNumber2.active,
.iMd.icoLuckyNumber2.active,
.iLg.icoLuckyNumber2.active,
.iXl.icoLuckyNumber2.active {
  background-image: url("../images/icons/ico-luckyNumber2Blue.svg");
}

.iXs.icoHealthCheck,
.iSm.icoHealthCheck,
.iMd.icoHealthCheck,
.iLg.icoHealthCheck,
.iXl.icoHealthCheck {
  background-image: url("../images/icons/ico-healthCheck.svg");
}

.iXs.icoHealthCheck.active,
.iSm.icoHealthCheck.active,
.iMd.icoHealthCheck.active,
.iLg.icoHealthCheck.active,
.iXl.icoHealthCheck.active {
  background-image: url("../images/icons/ico-healthCheckBlue.svg");
}

.iXs.icoBill,
.iSm.icoBill,
.iMd.icoBill,
.iLg.icoBill,
.iXl.icoBill {
  background-image: url("../images/icons/ico-bill.svg");
}

.iXs.icoBill.active,
.iSm.icoBill.active,
.iMd.icoBill.active,
.iLg.icoBill.active,
.iXl.icoBill.active {
  background-image: url("../images/icons/ico-billBlue.svg");
}

.iXs.icoCoins,
.iSm.icoCoins,
.iMd.icoCoins,
.iLg.icoCoins,
.iXl.icoCoins {
  background-image: url("../images/icons/ico-coins.svg");
}

.iXs.icoWeTV,
.iSm.icoWeTV,
.iMd.icoWeTV,
.iLg.icoWeTV,
.iXl.icoWeTV {
  background-image: url("../images/icons/ico-weTV.svg");
}

.iXs.icoSearchBill,
.iSm.icoSearchBill,
.iMd.icoSearchBill,
.iLg.icoSearchBill,
.iXl.icoSearchBill {
  background-image: url('../images/icons/ico-searchBill.svg');
}

.iXs.icoSearchBill.active,
.iSm.icoSearchBill.active,
.iMd.icoSearchBill.active,
.iLg.icoSearchBill.active,
.iXl.icoSearchBill.active {
  background-image: url('../images/icons/ico-searchBillBlue.svg');
}

.iXs.icoCheck.cWhite,
.iSm.icoCheck.cWhite,
.iMd.icoCheck.cWhite,
.iLg.icoCheck.cWhite,
.iXl.icoCheck.cWhite {
  background-image: url('../images/icons/ico-checkWhite.svg');
}

.breadCrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.breadCrumb li {
  display: flex;
  color: #767676;
}

.breadCrumb li i+span {
  margin-left: 8px;
}

.breadCrumb li a,
.breadCrumb li span {
  display: flex;
  margin: 0;
  position: relative;
  align-items: center;
}

.breadCrumb li a {
  position: relative;
  color: #007AD0;
  text-decoration: none;
}

.breadCrumb li a:hover span {
  text-decoration: underline;
}

.breadCrumb li a::after {
  content: "/";
  display: flex;
  font-family: "Kanit", sans-serif;
  color: #0C1026;
  align-items: center;
  margin: 0 8px;
  height: 20px;
}

.navTabs {
  display: block;
  margin-right: -16px;
}

@media only screen and (min-width: 992px) {
  .navTabs {
    margin-right: 0;
  }
}

.navTabs .tabsWrapper {
  display: flex;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}

.navTabs .tabsWrapper::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 1px;
  left: 0;
  border-radius: 4px;
  background: #D6D6D6;
}

.navTabs .navButton {
  display: flex;
  width: 33.333333%;
  flex-direction: column;
  color: #0C1026;
  font-family: "Kanit", sans-serif;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  position: relative;
  padding-bottom: 12px;
  text-decoration: none;
}

.navTabs .navButton.active::after {
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.navTabs .navButton.active .icoPhone {
  background-image: url("../images/icons/ico-phoneBlue.svg");
}

.navTabs .navButton.active .icoNetVoice {
  background-image: url("../images/icons/ico-netVoiceBlue.svg");
}

.navTabs .navButton.active .icoDtacGo {
  background-image: url("../images/icons/ico-dtacGo.svg");
}

.navTabs .navButton::after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  opacity: 0;
  left: 0;
  height: 4px;
  border-radius: 4px;
  background: #007AD0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.35s ease-in-out 0s;
}

.navTabs .navButton>i {
  margin-bottom: 8px;
}

.navTabs .navButton.active {
  color: #007AD0;
  font-weight: 500;
}

.navTabs .navButton:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .navTabs .navButton {
    width: 104px;
  }
}

.navActionBar {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  justify-content: center;
  max-width: 420px;
}

.navActionBar .navButton {
  display: flex;
  padding: 0 8px;
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) {
  .navActionBar .navButton {
    padding: 0 16px;
  }
}

.navActionBar .btnAction {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  align-items: center;
  text-align: center;
  color: #1A1A1A;
  padding: 10px 8px;
  min-width: 99px;
  min-height: 99px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  text-decoration: none;
  transition: all 0.35s ease-in-out 0s;
}

.navActionBar .btnAction:last-child {
  margin-right: 0;
}

.navActionBar .btnAction span {
  margin-top: 8px;
  justify-content: center;
  display: flex;
  min-width: 83px;
}

.navActionBar .btnAction:hover {
  background: #E7EEF4;
  border-color: #D6D6D6;
}

@media only screen and (min-width: 767px) {
  .navActionBar {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    justify-content: center;
  }
}

/* Style the tab content */
.detailTabs {
  position: relative;
  overflow: hidden;
}

.tabsContent {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.tabsContent.active {
  opacity: 1;
  position: relative;
  transition: all 0.35s ease-in-out 0s;
  z-index: 1;
}

.popupTheme {
  padding: 0 !important;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 4px;
}

.popupTheme .popupInner {
  padding: 24px;
  display: flex;
  width: 328px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popupTheme .titlePopup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}

.popupTheme .titlePopup>h3 {
  margin-bottom: 12px;
}

.popupTheme .buttonControl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupTheme .buttonControl [class^=btn]+[class^=btn] {
  margin-left: 16px;
}

.popupOption {
  background-color: #E7EEF4;
  padding: 18px 16px;
  border-radius: 8px;
  min-width: 300px;
}

.popupOption .optionList {
  padding: 0;
  margin: 0;
}

.popupOption .optionList li {
  list-style: none;
}

.popupOption .optionList li a {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #A3DEFF;
  list-style: none;
  transition: box-shadow 0.3s ease;
  text-decoration: none;
  display: block;
}

.popupOption .optionList li a:hover {
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
}

.popupOption .optionList li header {
  box-shadow: none;
  background-color: transparent;
  width: 100%;
}

.card.cardHor {
  padding: 8px;
  width: 100%;
  border: 1px solid #D6D6D6;
  flex-direction: row;
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
}

.card.cardHor .distance {
  display: flex;
}

.card.cardHor .distance i {
  margin-right: 5px;
}

.card.cardHor .cardImg {
  width: 170px;
  height: 115px;
  border-radius: 4px;
  overflow: hidden;
}

.card.cardHor .cardImg img {
  object-fit: cover;
  height: 100%;
  width: auto;
}

.card.cardHor .card-body {
  display: flex;
  flex-direction: column;
  width: calc(100% - 170px);
  padding: 0 0 0 8px;
}

.card.cardHor .card-body .card-title {
  margin-bottom: 2px;
}

.card.cardHor .card-body .totalCoins {
  margin-left: 6px;
}

.card.cardHor button[class^=btn] {
  border: none;
  outline: none;
  background: none;
  margin-top: auto;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  width: 100%;
}

@media only screen and (min-width: 321px) {
  .wrapPackages {
    width: 290px;
  }
}

@media only screen and (min-width: 768px) {
  .wrapPackages {
    width: auto;
  }
}

.wrapPackages .innerWrap {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  flex: none;
  order: 0;
  width: 328px;
  margin: 0 auto;
  flex-grow: 0;
  width: auto;
  overflow: hidden;
}

.wrapPackages .innerWrap .cardHead {
  padding: 12px;
}

@media only screen and (min-width: 768px) {

  /* cardHor - start */
  .card.cardHor {
    max-width: 328px;
  }

  /* cardHor - end */
  .wrapPackages .innerWrap .cardHead {
    padding: 16px;
  }
}

.wrapPackages .innerWrap .cardHead .packPro {
  font-size: 44px;
  line-height: 50px;
  margin-top: auto;
}

.wrapPackages .innerWrap .cardDetail {
  border-top-right-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wrapPackages .innerWrap .cardCenter {
  padding: 12px;
}

@media only screen and (min-width: 768px) {
  .wrapPackages .innerWrap .cardCenter {
    padding: 16px;
  }
}

.wrapPackages .innerWrap .cardFooter {
  padding: 0 16px 16px;
  margin-top: auto;
}

@media only screen and (min-width: 768px) {
  .wrapPackages .innerWrap .cardFooter {
    padding: 16px;
  }
}

.wrapPackages .innerWrap .cardFooter .innerButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrapPackages .innerWrap .cardFooter .innerButton .btn:last-child {
  margin-left: auto;
}

.wrapPackages .innerWrap .cardFooter .innerButton .btnArrow::after {
  right: -4px;
  margin-top: -8px;
  transform: rotate(90deg);
}

.wrapPackages .innerWrap .cardFooter .innerButton .btnArrow.active::after {
  transform: rotate(-90deg) !important;
}

.wrapPackages .innerWrap .cardFooter .contentHidden {
  display: none;
  padding: 20px 0 5px;
}

.wrapPackages .innerWrap .cardFooter .contentHidden .listNote {
  margin: 0;
  padding-left: 20px;
}

.wrapPackages .innerWrap .cardFooter .contentHidden .listNote li {
  margin-bottom: 5px;
}

.wrapPackages .innerWrap .listPack ul {
  padding-left: 0;
  margin: 0;
}

.wrapPackages .innerWrap .listPack ul li {
  list-style: none;
  line-height: 16px !important;
  position: relative;
  padding: 4px 0 4px 20px;
}

.wrapPackages .innerWrap .listPack ul li i {
  position: absolute;
  top: 4px;
  left: 0;
}

.cardDevice {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  min-width: 156px;
  max-width: 256px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  color: initial;
  position: relative;
  transition: box-shadow 0.3s ease;
}

.cardDevice:hover {
  color: initial;
  text-decoration: none;
}

.cardDevice .packshot {
  margin: 0 auto;
  position: relative;
}

.flagSale {
  position: absolute;
  right: 0;
  top: 230px;
  padding: 8px 4px 8px 12px;
  border-radius: 0 0 0 8px;
  background: #19aaf8;
  background: linear-gradient(270deg, #19aaf8 0%, #a3deff 100%);
}

.flagSale::after {
  content: "";
  width: 8px;
  top: 0;
  bottom: -14px;
  border-radius: 0 8px 8px 0;
  position: absolute;
  right: -8px;
  background: #19AAF8;
  z-index: 1;
}

.flagSale::before {
  content: "";
  width: 8px;
  height: 14px;
  bottom: -14px;
  border-radius: 0 8px 8px 0;
  position: absolute;
  right: -8px;
  background: #007AD0;
  z-index: 2;
}

body {
  font-weight: 300;
  font-family: "Kanit", sans-serif;
}

.container {
  padding-right: 16px;
  padding-left: 16px;
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 1152px;
  }
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.col,
[class^=col-] {
  padding-left: 16px;
  padding-right: 16px;
}

/* TC */
.tcList {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
}

.tcList:nth-child(n+2) {
  margin-top: 8px;
}

.tcList header {
  position: relative;
  padding: 16px 40px 16px 56px;
  cursor: pointer;
}

.tcList header i.icoSearchBill {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 32px;
  height: 32px;
}

.tcList header i.icoToggle {
  position: absolute;
  top: 20px;
  right: 16px;
  background: url('../images/icons/ico-plusBlue.svg') center center no-repeat;
  background-size: 100% auto;
  transition: all .3s ease;
}

.tcList.active header i.icoToggle {
  background: url('../images/icons/ico-minusBlue.svg') center center no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}

.tcList .content {
  display: none;
  padding: 16px;
}

@media only screen and (min-width:992px) {
  .tcList:nth-child(n+2) {
    margin-top: 16px;
  }
}

/* TableDtacDefault */
.tableDtacDefault thead tr th,
.tableDtacDefault tbody tr td,
.tableDtacDefault tfoot tr td {
  padding: 8px 16px;
  border: none;
}

.tableDtacDefault thead tr th {
  vertical-align: top;
  background: #F5F5F5;
  border-bottom: 1px solid rgba(67, 67, 67, 0.25);
  font-weight: normal;
}

.tableDtacDefault tbody tr td,
.tableDtacDefault tfoot tr td {
  vertical-align: middle;
}

.tableDtacDefault tbody tr td {
  background-color: #FFFFFF;
}

.tableDtacDefault tbody tr:nth-child(odd) td {
  background-color: #E7EEF4;
}

.tableDtacDefault tfoot tr td {
  background-color: #A3DEFF;
}