.select2-search--dropdown {
  display: none;
}

.preRegister .button-control {
  display: flex;
  align-items: center;
  justify-content: center;
}
.preRegister .titlePage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 24px;
}
.preRegister .registerWrapper {
  display: flex;
  flex-direction: column;
  padding: 32px 0;
}
.preRegister .formInner {
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  background: rgba(231, 238, 244, 0.4);
  font-family: "dtac_2018regular";
}
.preRegister .formInner h3 {
  margin-bottom: 16px;
}
.preRegister .formInner .form-control {
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 4px;
  height: 52px;
  padding: 0 16px;
}
.preRegister .formInner .formGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.preRegister .formInner .formGroup p {
  margin-bottom: 8px;
}
.preRegister .wrapTc {
  width: 100%;
  margin-top: 32px;
}
.preRegister .select2-container--default .select2-selection--single {
  border: 1px solid #d6d6d6;
  height: 44px;
  display: flex;
  align-items: center;
}
.preRegister .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
}
.preRegister .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 11px;
  bottom: 1px;
  height: auto;
  width: 16px;
}
.preRegister .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 16px;
  height: 16px;
  border: none;
  top: 50%;
  margin-top: -8px;
  transform: rotate(0);
  right: 0;
  transition: all 0.35s ease-in-out 0s;
  background: url("../images/ico-caret.svg") center center no-repeat;
}
.preRegister .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-180deg);
}

.select2-container--default .select2-results > .select2-results__options {
  box-shadow: 0 4px 8px 0 rgba(96, 97, 112, 0.16);
  border: none;
  background: #FFFFFF;
}

.select2-results__option {
  padding: 12px 16px 14px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.08);
}

.select2-results__option--highlighted,
.select2-container--default .select2-results__option--selected {
  background: #EAF3F5 !important;
  color: #1A1A1A !important;
}

.select2-container--open .select2-dropdown--above {
  border: none;
}

.couponCard {
  display: flex;
  margin-top: 16px;
  margin: 0 auto;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
}
.couponCard .innerWrapper {
  display: flex;
  padding: 14px 16px;
  position: relative;
  width: 100%;
}
.couponCard .innerWrapper::before {
  content: "";
  width: 4px;
  position: absolute;
  top: -1px;
  left: -5px;
  bottom: -1px;
  background: #19AAF8;
}
.couponCard .innerWrapper .content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 42px);
}

.ico-eCoupon {
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-top: -6px;
  background-image: url("../images/e-coupon.svg");
}

.preRegister.-thankyou {
  padding: 30px 0 40px;
}
.preRegister.-thankyou .titleThankyou {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}
.preRegister.-thankyou .titleThankyou .aw-tua-d {
  margin: 0 auto 4px;
  width: 85px;
}
.preRegister.-thankyou .container {
  max-width: 570px;
}
.preRegister.-thankyou .button-control {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
}

i.ico-color {
  display: flex;
  position: absolute;
  left: 10px;
  top: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #DADADA;
}

.preRegister .selectColor .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 36px;
}

@media only screen and (min-width: 992px) {
  .registerWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 736px;
  }

  .preRegister .wrapTc {
    margin-top: 48px;
  }

  .preRegister.-thankyou .titleThankyou {
    margin-bottom: 32px;
  }

  .preRegister.-thankyou .button-control {
    margin-top: 32px;
  }

  .preRegister .formInner {
    border-radius: 8px;
    padding: 16px 32px;
  }
}

.main-header {
  display: flex;
  height: 80px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.logo {
  display: block;
  margin: 0 auto;
  width: 38px;
  justify-content: center;
}

.logo img {
  width: 100%;
  align-self: center;
}

.bannerHero {
  padding-left: 0;
  padding-right: 0;
}

footer {
  padding: 20px 15px;
  border-top: 1px solid #D6D6D6;
}

.page-404, .page-waiting {
  display: flex;
  flex-direction: column;
  padding: 32px 0;
}

.page-404 .aw-tua-d {
  width: 100px;
  margin-bottom: 32px;
}

.page-404 .button-control, .page-waiting .button-control {
  margin-top: 32px;
  justify-content: center;
  display: flex;
}

.page-404 .titlePage, .page-waiting .titlePage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-404 .titlePage > p {
  margin: 8px 0;
}

.page-waiting .form-group {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .heroCarousel .owl-item img {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
  }

  .main-header {
    height: 64px;
  }
}

/* presale css */
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;600&display=swap");
body {
  font-family: "dtac_2018regular";
}

.asl-h1 {
  position: absolute;
  top: 0;
  color: transparent;
}

.c-darkBlue {
  color: #29538d;
}

.b-darkBlue {
  background-color: #29538d;
}

.text-center {
  text-align: center;
}

@media (min-width: 1921px) {
  .mx-auto {
    max-width: 100%;
    width: 100%;
  }
}
.topic-presale {
  width: 100%;
  display: block;
  text-align: center;
}

.icon-line {
  border: 1px solid #d6d6d6;
  border-radius: 25px;
  padding: 4px 10px;
  background: #fff;
  vertical-align: middle;
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
}
.icon-line a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-line a img {
  max-width: 26px;
  width: 100%;
  padding-right: 5px;
}

.sec-privilege {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.sec-privilege .-inner-wrapper {
  justify-content: space-between;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.sec-privilege .-inner-wrapper .-remark {
  text-align: left;
  width: 100%;
  max-width: 350px;
  font-size: 12px;
  line-height: 18px;
}
.sec-privilege .inner-privilege {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  max-width: 350px;
  width: 100%;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto 16px;
  padding: 8px;
}
.sec-privilege .inner-privilege:last-child {
  margin-bottom: 30px;
}
.sec-privilege .inner-privilege::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/cms-storage/oneplus/Intersect.png) -25% 0 no-repeat;
  background-size: 60% auto;
  width: 368px;
  height: 264px;
  z-index: 0;
}
.sec-privilege .inner-privilege .-images {
  position: relative;
  z-index: 1;
  width: 45%;
}
.sec-privilege .inner-privilege .-images img {
  max-width: 100%;
}
.sec-privilege .inner-privilege .-detail {
  width: 65%;
  position: relative;
  z-index: 1;
  margin-left: 12px;
}
.sec-privilege .inner-privilege .-detail > span {
  color: #767676;
}

.sec-dtac-onlinestore {
  margin-top: 32px;
}

.sec-onlinestore {
  margin: 8px auto;
  width: 100%;
  max-width: 350px;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 4px;
  padding: 8px;
}
.sec-onlinestore .top-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.sec-onlinestore .top-inner .icon {
  position: absolute;
}
.sec-onlinestore .top-inner .icon img {
  max-width: 30px;
  width: 100%;
}
.sec-onlinestore .top-inner .text {
  position: relative;
  padding-left: 10px;
}
.sec-onlinestore .top-inner .text .txt-head {
  font-family: "dtac_2018bold";
}
.sec-onlinestore .top-inner .text .txt-subh {
  font-size: 12px;
  line-height: 18px;
}
.sec-onlinestore .center-inner {
  padding: 8px 0;
}
.sec-onlinestore .center-inner .txt-detail {
  font-family: "Kanit", sans-serif !important;
  font-weight: 400;
}
.sec-onlinestore .footer-inner .time-presale {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec-onlinestore .footer-inner .time-presale > p {
  letter-spacing: 0.04em;
  font-family: "Kanit", sans-serif !important;
  line-height: 14px !important;
}
.sec-onlinestore .footer-inner .time-presale .button-control a {
  min-width: 102px;
}

.b-white {
  background-color: #fff;
}

.fcb-shop {
  max-width: 330px;
  width: 100%;
  padding: 16px 12px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 4px;
}
.fcb-shop h3 {
  margin-bottom: 8px;
}
.fcb-shop .inner-tc {
  background: #FFFFFF;
  box-shadow: inset 0px 0.5px 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 12px;
  height: 300px;
  overflow-y: scroll;
}
.fcb-shop .inner-tc h4 {
  padding-bottom: 4px;
}
.fcb-shop .inner-tc ul {
  padding-left: 20px;
}
.fcb-shop .button-control {
  text-align: center;
}

.fancybox-slide--html .fancybox-close-small {
  background: transparent;
}

.db-sub {
  border-radius: 24px 0 24px 0;
  padding: 8px 24px 7px;
  display: inline-block;
}

.db-main {
  border-radius: 24px 0 24px 0;
  padding: 13px 24px 12px;
  display: inline-block;
}

.table-slider .owl-carousel .item {
  text-align: center;
}
.table-slider .owl-carousel .item .table-responsive {
  overflow-y: hidden;
}

.table-package-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.table-slider .table .table-title th {
  width: 20%;
  border-width: 3px;
  border-color: #ffffff;
  position: relative;
  vertical-align: middle;
  border-radius: 8px;
  overflow: hidden;
}
.table-slider .table .table-title th .h3 {
  margin: 0;
}
.table-slider .table-package-container.-bg-grey .table-slider td {
  width: 20%;
  border-width: 3px;
  border-color: #ffffff;
  position: relative;
  vertical-align: middle;
  border-radius: 8px;
  overflow: hidden;
}
.table-slider .table-package-container.-bg-grey th {
  width: 20%;
  border-width: 3px;
  border-color: #ffffff;
  position: relative;
  vertical-align: middle;
  border-radius: 8px;
  overflow: hidden;
}
.table-slider .table-package-container th {
  width: 20%;
  border-width: 3px;
  border-color: #f5f5f5;
  border-radius: 8px;
  color: #1a1a1a;
  text-align: center;
  font-family: "dtac_2018regular";
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.table-slider .table-package-container td {
  width: 20%;
  border-width: 3px;
  border-color: #f5f5f5;
  border-radius: 8px;
}
.table-slider .table-package-container .table-package {
  background: #d9eefd;
}
.table-slider .table-package-container .table-package tr td {
  font-size: 14px;
  color: #002561;
}
.table-slider .table-package-container .table-customer tr th div {
  font-size: 14px;
  color: #002561;
  font-weight: normal;
}
.table-slider .table-package-container .table-member tr th:first-child div {
  font-size: 14px;
}
.table-slider .table-package-container .table-member tr th div {
  font-size: 12px;
  font-weight: normal;
}

.table-slider .table thead.table-title th {
  width: 20%;
  border-width: 3px;
  border-color: #f5f5f5;
  border-radius: 8px;
}

.table-slider.table-package .table thead.table-title th {
  letter-spacing: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #007AD0;
}

.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools {
  width: 3px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #D6D6D6;
}

.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools {
  width: 3px;
}

.inner-term.-default h3 {
  margin-bottom: 23px;
}
.inner-term.-default > ul {
  padding: 0;
}
.inner-term.-default > ul > li {
  padding: 12px 10px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 6px 0px;
  list-style: none;
}
.inner-term.-default > ul > li.active > header::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: none;
  top: 3px;
}
.inner-term.-default > ul > li > header {
  position: relative;
  padding-right: 32px;
}
.inner-term.-default > ul > li > header::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 8px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 11px;
  height: 24px;
  background: url(/images/icons/icon-arrows-blue.png) center center no-repeat;
  background-size: 100% auto;
}
.inner-term.-default > ul > li .content {
  padding-top: 12px;
}
.inner-term.-default > ul > li .content .tc-content-1 > p {
  padding-bottom: 12px;
}
.inner-term.-default > ul > li .content > ol,
.inner-term.-default > ul > li .content ul {
  padding-left: 20px;
}
.inner-term.-default > ul > li .content > ol li .tc-head-1,
.inner-term.-default > ul > li .content ul li .tc-head-1 {
  margin-top: 8px;
}
.inner-term.-default > ul > li .content > p {
  padding-bottom: 12px;
}
.inner-term.-default .table-responsive {
  overflow-y: hidden;
}

.table-bank-2020 .table {
  margin: 0;
}
.table-bank-2020 tbody tr {
  display: flex;
  align-items: flex-start;
}
.table-bank-2020 tbody tr:first-child td {
  width: 50%;
}
.table-bank-2020 tbody tr:first-child td:nth-child(1) {
  padding-right: 12px !important;
}
.table-bank-2020 tbody tr:first-child td:nth-child(2) {
  padding-left: 12px !important;
}
.table-bank-2020 tbody tr td {
  font-family: "dtac_2018regular";
  border: none;
  padding: 3px 8px !important;
  white-space: normal;
  background: transparent !important;
  padding: 0 !important;
  width: 100%;
}
.table-bank-2020 tbody tr td > p {
  position: relative;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 10px 8px;
  background: #19AAF8;
  border-radius: 20px;
  display: inline-block;
  z-index: 1;
  white-space: nowrap;
}
.table-bank-2020 tbody tr td > span {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  width: 100%;
  padding: 30px 0 16px;
  margin-top: -20px;
  display: inline-block;
}
.table-bank-2020 tbody tr td > span img {
  max-height: 25px;
  height: 100%;
}

@media (min-width: 768px) {
  .db-main {
    margin-left: 40px;
  }

  .table-slider .owl-carousel .item .table-responsive {
    overflow-y: hidden;
  }

  .sec-onlinestore {
    margin: 0 auto 12px;
  }
  .sec-onlinestore .top-inner .icon img {
    max-width: 30px;
    width: 100%;
  }
  .sec-onlinestore .top-inner .text {
    padding-left: 35px;
  }

  .fcb-shop {
    height: auto;
  }

  .sec-privilege {
    max-width: 880px;
  }
  .sec-privilege .-inner-wrapper {
    justify-content: space-between;
    max-width: 100%;
  }
  .sec-privilege .-inner-wrapper .-remark {
    max-width: 100%;
  }
  .sec-privilege .inner-privilege {
    max-width: 330px;
  }
  .sec-privilege .inner-privilege:last-child {
    margin-bottom: 16px;
  }
  .sec-privilege .inner-privilege .-images img {
    max-width: 100%;
  }

  .table-slider .table-package-container .table-package tr td {
    font-size: 16px;
  }
  .table-slider .table-package-container .table-customer tr th div {
    font-size: 16px;
  }
  .table-slider .table-package-container .table-member tr th:first-child div {
    font-size: 16px;
  }

  .inner-term.-default > .h3 {
    padding-left: 32px;
  }
  .inner-term.-default > ul > li {
    padding: 24px 32px;
  }
  .inner-term.-default > ul > li header::after {
    width: 7px;
    top: 0;
  }

  .table-bank-2020 tbody tr td > p {
    font-size: 14px;
  }
  .table-bank-2020 tbody tr td > span img {
    max-height: 35px;
  }
}
@media (min-width: 992px) {
  .sec-privilege {
    max-width: 730px;
  }
  .sec-privilege .inner-privilege {
    max-width: 350px;
  }

  .table-package-container {
    max-width: 750px;
  }

  .sec-onlinestore {
    margin: 0 auto;
    padding: 12px;
  }
  .sec-onlinestore .top-inner .icon img {
    max-width: 45px;
  }
  .sec-onlinestore .top-inner .text {
    padding-left: 20px;
  }
}

/* tua-d animate */
.tua-d-wrapper {
  display: inline-block;
  width: 160px;
  overflow: hidden;
}

.tua-d-animate {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 100%;
  width: 100%;
  background-size: auto 100%;
  background-image: url(../images/default_250x250_120f_5s.png);
  -webkit-animation: moveX 5s steps(119) infinite;
  -moz-animation: moveX 5s steps(119) infinite;
  -ms-animation: moveX 5s steps(119) infinite;
  animation: moveX 5s steps(119) infinite;
}

.tua-d-animate.-walk {
  background-image: url(../images/walk_250x250_117f_4-21s.png);
  -webkit-animation: moveX 4.21s steps(116) infinite;
  -moz-animation: moveX 4.21s steps(116) infinite;
  -ms-animation: moveX 4.21s steps(116) infinite;
  animation: moveX 4.21s steps(116) infinite;
}

@-webkit-keyframes moveX {
  from {
    background-position-x: 0;
  }
  to {
    /*background-position-x: 100%;*/
    background-position-x: 100%;
  }
}

@-moz-keyframes moveX {
  from {
    background-position-x: 0;
  }
  to {
    /*background-position-x: 100%;*/
    background-position-x: 100%;
  }
}

@-ms-keyframes moveX {
  from {
    background-position-x: 0;
  }
  to {
    /*background-position-x: 100%;*/
    background-position-x: 100%;
  }
}

@keyframes moveX {
  from {
    background-position-x: 0;
  }
  to {
    /*background-position-x: 100%;*/
    background-position-x: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .couponCard .innerWrapper {
    padding: 14px;
  }
}

.toastNotification {
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  overflow: hidden;
  position: relative;
}

.toastNotification .aw-tua-d {
  width: 45px;
  margin-right: 12px;
}

.toastNotification .aw-tua-d.nongReach {
  width: 79px;
  height: 72px;
  margin-right: 0;
  margin-left: -16px;
  margin-bottom: -43px;
}

.bYellow2 {
  background: #FFFC88;
}

.toastNotification {
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  overflow: hidden;
  position: relative;
}

.toastNotification .aw-tua-d {
  width: 45px;
  margin-right: 12px;
}

.toastNotification .aw-tua-d.nongReach {
  width: 79px;
  height: 72px;
  margin-right: 0;
  margin-left: -16px;
  margin-bottom: -43px;
}

@media only screen and (min-width:992px) {
  .scBannerHero img {
    border-radius: 16px;
  }
}

@media only screen and (min-width: 1921px) {
  .mx-auto {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .toastNotification {
    width: 100%;
  }
}

.bLightRed {
  background: #F7EDED;
}

.toastNotification {
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  overflow: hidden;
  position: relative;
}

.toastNotification .aw-tua-d {
  width: 45px;
  margin-right: 12px;
}

.toastNotification .aw-tua-d.nongReach {
  width: 79px;
  height: 72px;
  margin-right: 0;
  margin-left: -16px;
  margin-bottom: -43px;
}

@media only screen and (min-width:992px) {
  .scBannerHero img {
    border-radius: 16px;
  }
}

@media only screen and (min-width: 1921px) {
  .mx-auto {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .toastNotification {
    width: 100%;
  }
}

/* landingpage pre-booking */
@media (min-width: 768px) {
  .sec-onlinestore .top-inner .text {
    min-height: 47px;
  }
}

.table-package-container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.table-slider .owl-carousel .owl-item {
  opacity: 0.3;
}

.table-slider .owl-carousel .owl-item.active.center {
  opacity: 1;
}

.table-slider .owl-carousel .owl-nav .owl-prev span {
  position: absolute;
  background: url(https://www.dtac.co.th/cms-storage/iphone-12/icon-prev.png) center center no-repeat;
  top: 56%;
  left: 0;
  text-indent: -9999999px;
  width: 68px;
  height: 68px;
  background-size: 100% auto;
  opacity: 1;
}

.table-slider .owl-carousel .owl-nav .owl-next span {
  position: absolute;
  background: url(https://www.dtac.co.th/cms-storage/iphone-12/icon-next.png) center center no-repeat;
  top: 56%;
  right: 0;
  text-indent: -9999999px;
  width: 68px;
  height: 68px;
  background-size: 100% auto;
  opacity: 1;
}

.set-items .iconItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
}

.owl-carousel .item {
  text-align: center;
}

.logo-reward img {
  max-width: 80px;
  display: inline-block;
}

.strike-out {
  position: relative;
}

.strike-out::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  border-top: 2px solid #767676;
  transform: rotate(-15deg);
}

.table-slider .table-package-container th {
  padding: 10px 5px;
}

.btn.btnOutline {
  background-color: #E5E5E5;
  color: #767676;
  border-color: #E5E5E5;
}

.sec-onlinestore .footer-inner .time-presale .button-control {
  display: flex;
  width: 100%;
  align-items: center;
  height: 45px;
}

.sec-onlinestore .footer-inner .time-presale .gift-item {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.sec-onlinestore .footer-inner .time-presale a {
  margin-left: auto;
}

.sec-onlinestore .footer-inner .time-presale .gift-item img {
  width: 40px;
  align-self: center;
  margin-right: 10px;
}

.logo {
  text-align: center; 
  padding: 16px 0;
}

.sec-onlinestore .top-inner .gift-item {
  text-align: center;
}

.sec-onlinestore .top-inner .gift-item > p {
  white-space: nowrap;
}

.sec-onlinestore .top-inner .text > span {
  margin-top: 4px;
  display: flex;
}

.sec-onlinestore .top-inner .gift-item img {
  max-width: 32px;
}

@media (min-width:768px) and (max-width:991px) {
  .set-items {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

@media(max-width:991px) {
  .table-package-container {
    max-width: 600px;
  }

  .set-items .iconItem {
    margin-bottom: 16px;
  }
}

@media(max-width:767px) {
  .set-items .row {
    padding: 0;
    margin: 0 auto;
    max-width: 245px;
  }

  .set-items .iconItem img {
    max-width: 60px;
  }

  .table-slider .owl-carousel .owl-item {
    opacity: 1;
  }

  .table-responsive {
    overflow-y: hidden;
  }

  .logo-reward img {
    max-width: 60px;
  }

  .strike-out::before {
    top: 7px;
  }

  .sec-onlinestore .footer-inner .time-presale .gift-item img {
    width: 32px;
  }
}

.free-boxset .items-device ul {
  padding-left: 20px;  
  list-style: disc;
}

.free-boxset .iconItem .qrCode {
  margin-left: 10px;
}

.stepRegister {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .sec-onlinestore .top-inner .gift-item img {
    max-width: 50px;
  }

  .free-boxset .iconItem {
    margin-bottom: 10px;
  }
  
  .free-boxset .iconItem img {
    width: 94px;
  }

  .step-register {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .set-items .row {
    max-width: 100%;
  }

  .free-boxset .iconItem {
    margin-bottom: 10px;
  }

  .free-boxset .iconItem  .items-device {
    padding-left: 8px !important;
  }
}

@media only screen and (max-width: 320px) {
  .set-items .iconItem img {
    max-width: 45px;
  }
}



