@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  src: url("https://www.dbs.com.hk/sme/campaign/script/OpenSans.ttf") format("truetype"),
    url("https://www.dbs.com.hk/sme/campaign/script/OpenSans.woff") format("woff"),
    url("https://www.dbs.com.hk/sme/campaign/script/OpenSans.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans Semi Bold";
  font-weight: normal;
  src: url("https://www.dbs.com.hk/sme/campaign/script/OpenSans-SemiBold.ttf") format("truetype"),
    url("https://www.dbs.com.hk/sme/campaign/script/OpenSans-SemiBold.woff") format("woff"),
    url("https://www.dbs.com.hk/sme/campaign/script/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans Bold";
  font-weight: normal;
  src: url("https://www.dbs.com.hk/sme/campaign/script/OpenSans-Bold.ttf") format("truetype"),
    url("https://www.dbs.com.hk/sme/campaign/script/OpenSans-Bold.woff") format("woff"),
    url("https://www.dbs.com.hk/sme/campaign/script/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans Extra Bold";
  font-weight: normal;
  src: url("https://www.dbs.com.hk/sme/campaign/script/OpenSans-ExtraBold.ttf") format("truetype"),
    url("https://www.dbs.com.hk/sme/campaign/script/OpenSans-ExtraBold.woff") format("woff"),
    url("https://www.dbs.com.hk/sme/campaign/script/OpenSans-ExtraBold.woff2") format("woff2");
}
:root {
  --black: #000;
  --white: #fff;
  --gray: #333;
  --lightGray: #f1f1f1;
  --red: red;
  --lightRed: #cc0000;
  --lightRed2: #ff3333;
  --darkRed: #6e070a;
}
#app {
}
body {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black);
  font-family: "Open Sans", "Microsoft JhengHei", 微软雅黑, arial !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  display: inline-block;
}
h1 {
  font-size: 25px;
}

h2 {
  font-size: 18px;
}

h3,
p {
  font-size: 15px;
}

h4 {
  font-size: 12px;
}

.section-new h1 {
  font-size: 48px;
}

.section-new h2 {
  font-size: 28px
}

.section-new h3 {
  font-size: 22px;
  line-height: 29px;
}

sup {
  vertical-align: super;
  font-size: 0.8em;
  cursor: pointer;
}

.section-new sup {
  font-size: 0.6em
}

h2 sup{
  font-size: 0.6em
}

[data-lang="en"] .section-new h1 {
  font-size: 38px;
  line-height: 50px;
}
[data-lang="en"] .section-new h2 {
  font-size: 26px
}

.red {
  color: var(--red);
}

.lightRed {
  color: var(--lightRed2);
}

.bg-lightRed {
  background: var(--lightRed2);
  color: var(--white)
}

.bg-gray {
  background: var(--lightGray);
}

.bold {
  font-family: "Open Sans Bold", "Microsoft JhengHei", 微软雅黑, arial !important;
  font-weight: bold;
}
.semi-bold {
  font-family: "Open Sans Semi Bold", "Microsoft JhengHei", 微软雅黑, arial !important;
  font-weight: bold;
}
.bolder {
  font-family: "Open Sans Extra Bold", "Microsoft JhengHei", 微软雅黑, arial !important;
}

.highlight {
  font-family: "Open Sans Extra Bold", "Microsoft JhengHei", 微软雅黑, arial !important;
}
.underline {
  text-decoration: underline;
}
.btn.gradient {
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  padding: 3px;
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.7);
}

.btn.gradient span {
  font-family: "Open Sans Bold", "Microsoft JhengHei", 微软雅黑, arial !important;
  background: linear-gradient(to right, black, red);
  color: white;
  font-size: 18px;
  padding: 6px 20px;
  z-index: 1;
  display: block;
  position: relative;
  border-radius: 5px;
}

.btn.gradient::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    white 0%,
    white 20%,
    red 50%,
    white 80%,
    white 100%
  );
}
.text-gradient {
  display: inline-block;
  color: #6c0708;
  background-image: linear-gradient(106deg, #6c0708 20%, #ff102d 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 23px;
}
.btn-round{
  border-radius: 23px;
  background: var(--lightRed2);
  color: var(--white);
  padding: 7px 25px;
  font-size: 22px;
  font-weight: bold;
}
.desktop {
  display: flex;
}
.mobile {
  display: none;
}
.btn.gradient:hover span {
  background: linear-gradient(to right, #333333, #cc0000);
}

.btn.gradient.big span {
  padding: 10px 30px;
}

.wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}

#kv img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  aspect-ratio: 19 / 6;
  max-width: 100%;
  text-align: center;
  margin: auto;
}

#kv {
  position: relative;
  text-align: center;
}

#kv-swiper {
  overflow: hidden;
  height: 450px;
}

#kv .kv-bg {
  background-image: url('https://www.dbs.com.hk/sme/campaign/images/kv_desktop_v2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

#kv .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--white);
  z-index: 2;
}

#kv .wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
  padding: 0 25px;
}

#kv .title {
  font-weight: bold;
}

#kv .sup-title {
  font-size: 22px;
  margin-top: 5px
}

#kv .description {
  margin: 5px 0 10px;
}

.kv-button-container {
}
#section02 {
  padding: 3% 25px;
}

#section02 .lead-in {
  text-align: center;
}

#section02 .lead-in .title span {
  display: inline-block;
  padding: 0 10px;
}

#section02 .lead-in .content {
  margin-top: 10px
}

#section02 .lead-in .description {
  margin-top: 20px;
  margin-bottom: 30px;
}

#section02 .content {
}

.ticket-cont {
  overflow: hidden;
  margin-top: 2%
}

.ticket-section {
  position: relative;
  max-width: 860px;
  margin: auto;
}

.plane{
  position: absolute;
  top: 40px;
  right: -30px;
  margin: auto;
  background-image: url('https://www.dbs.com.hk/sme/campaign/images/plane_black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  will-change: transform;
  transition: transform 0.05s linear;
  z-index: 4;
}

.plane-2 {
  background-image: url('https://www.dbs.com.hk/sme/campaign/images/plane_shadow.svg');
  top: 90px;
  right: 0px;
  z-index: 2
}

#section02 .tickets {
  counter-reset: li 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

/* #section02 .tickets:before {
  position: absolute;
  content: '';
  right: 30px;
  top: 50px;
  height: calc(100% - 50px);
  width: 2px;
  background: rgba(0,0,0,0.1);
  z-index: 1;
}

#section02 .tickets:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: calc(100% - 50px);
  width: 2px;
  background: var(--black);
  z-index: 3;
} */

#section02 .tickets li {
  position: relative;
  counter-increment: li +1;
  width: 100%;
  height: 260px;
  max-width: 650px;
  margin: 0 auto;
  background-image: url(https://www.dbs.com.hk/sme/campaign/images/box-01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 0 0 0 30px;
}

#section02 .tickets li.big {
  background-image: url(https://www.dbs.com.hk/sme/campaign/images/box-02.png);
  height: 300px;
}

#section02 .tickets li:before {
    position: absolute;
    top: -40px;
    left: 25px;
    content: counter(li);
    font-size: 104px;
    color: rgba(255, 255, 255, 0.6);
}

#section02 .tickets li:after {
  position: absolute;
  bottom: 32px;
  right: 0;
  width: 100px;
  height: 85px;
  content: '';
  background-image: url(https://www.dbs.com.hk/sme/campaign/images/star.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 9;
}

#section02 .tickets li.big:after {
  bottom: 24px;
}

#section02 .tickets li .head{
  padding: 9px 40px;
  font-weight: bold;
}

#section02 .tickets li .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  height: calc(100% - 35px);
  padding: 0 0 0 100px
}

#section02 .tickets li .body .prizes {
  margin: 10px 0;
}

#section02 .tickets li .body .prize {
  display: flex;
}

#section02 .tickets li .body .prize .cross {
  background-image: url(https://www.dbs.com.hk/sme/campaign/images/star.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px
}

#section02 .tickets li .body .desc {
  font-size: 14px
}

[data-lang="en"] #section02 .tickets li {
  max-width: 750px;
  padding: 0 55px 0 30px
}
[data-lang="en"] #section02 .tickets li:before {
  left: 35px;
}

#section02 ul.list {
  margin-top: 5%;
}

#section02 ul.list li {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 25px;
}
#section02 ul.list li:first-child {
  margin-top: 0;
}

#section02 ul.list li .child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 4px solid;
  border-image-slice: 1;
  border-width: 4px;
  border-image-source: linear-gradient(to right, var(--darkRed), red 45%, red);
  padding: 8px 35px;
}

#section02 ul.list li .child .info {
  max-width: 70%;
}

#section02 ul.list li .child .info .title {
  /* font-family: "Open Sans Bold", "Microsoft JhengHei", 微软雅黑, arial !important; */
}

#section02 ul.list li .child .info p {
  line-height: 1.1;
}

#section02 ul.list li .child .gift {
  display: flex;
  gap: 0 30px;
  color: var(--red);
  font-family: "Open Sans Extra Bold", "Microsoft JhengHei", 微软雅黑, arial !important;
  text-align: end;
  align-items: end;
}

#section02 ul.list li .child .gift .crossline {
  position: relative;
}

#section02 ul.list li .child .gift .crossline::after {
  content: "";
  position: absolute;
  width: calc(100% + 35px);
  background-image: url(https://www.dbs.com.hk/sme/campaign/images/cross.png);
  background-repeat: no-repeat;
  height: 40px;
  left: -15px;
  background-size: 100%;
  top: 5px;
}

#section02 .button-container {
  margin-top: 2%;
  text-align: center;
}

.tnc li {
  font-size: 14px;
  line-height: 25px;
}

.tnc li sup {
  font-size: 0.8em;
  vertical-align: super;
}

#section02 .tnc {
  margin-top: 5%;
}
#section02 .tnc a {
  display: inline-block;
}

#section04 {
  padding: 3% 0 3% 0;
}

#section04 .wrapper {
  align-items: center;
  margin: 25px auto;
}

#section04 .title-image-container {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  width: auto;
}

#section04 .x-image {
  width: 250px;
}

#swiper-video-section {
  width: 100%;
  margin-top: 50px;
}

#swiper {
  position: relative;
  overflow: hidden;
}

#swiper .swiper-wrapper {
  padding: 70px 0 50px 0;
}

#swiper .swiper-slide{
  width: 280px !important;
  height: 400px;
  transition: all 0.3s linear;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition-delay: 0.3s;
  cursor: pointer;
  border-image-slice: 1;
  border: 4px solid transparent;
  border-radius: 15px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(
        to right,
        white 0%,
        white 35%,
        red 50%,
        white 75%,
        white 100%
      )
      border-box;
  background-clip: padding-box, border-box;
}

#swiper .swiper-slide.swiper-slide-active {
  width: 680px !important;
  transform: translateY(-15%);
}

.swiper-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% center;
  border-radius: 0px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.swiper-image img {
  object-fit: cover;
}

#swiper .swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

#swiper .swiper-pagination-bullet {
  width: auto !important;
  height: 10px !important;
  flex: 1;
  border-radius: 23px;
  background: rgba(0, 0, 0, 0.45) !important;
  border: 1px solid transparent !important;
  opacity: 1 !important;
}

#swiper .swiper-pagination-bullet-active {
  background: #fff !important;
  border-color: var(--black) !important;
}

#swiper .swiper-slide .overlay-info {
  position: absolute;
  bottom: 5%;
  left: -10px;
}

#swiper .swiper-slide .info {
  display: inline-block;
  color: white;
  padding: 5px 25px;
  z-index: 1;
  position: relative;
  transition: opacity 0.1s ease-in;
}

#swiper .swiper-slide .info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid white;
  transform: skew(-15deg);
  z-index: -1;
}

#swiper .swiper-slide .info .title {
  font-weight: bold;
}

#swiper .swiper-slide .active-info {
  opacity: 0;
  color: white;
  position: absolute;
  left: 58%;
  top: 23%;
}
#swiper .swiper-slide .active-info .title {
    font-weight: bold;
}

#swiper .swiper-slide.swiper-slide-active .info {
  opacity: 0;
}
#swiper .swiper-slide.swiper-slide-active .active-info {
  opacity: 1;
  transition: all 0.5s ease-in-out 0.3s;
}

#swiper-video {
  margin-top: 3%;
  padding: 0 25px;
}

.video-title {
  position: relative;
  padding: 2px;
}

.video-title span {
  font-family: "Open Sans Bold", "Microsoft JhengHei", 微软雅黑, arial !important;
  background: linear-gradient(to right, var(--darkRed), red);
  display: block;
  padding: 12px 36px;
  text-align: center;
  color: var(--white);
  border-radius: 7px;
  font-size: 18px;
  margin: 4px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.border-gradient {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, var(--darkRed), red 45%, red) border-box;
  background-clip: padding-box, border-box;
}

.video-content-container {
  margin-top: 4%;
  display: flex;
  justify-content: space-between;
  gap: 0 2%;
}
.video-content-container .video-info-wrap {
  width: 40%;
  min-width: 40%;
}

.video-content-container .video-info-wrap > div {
  font-size: 24px;
  line-height: 1.1;
  font-weight: bold;
}

.video-content-container .video-info-wrap .desc {
  margin-top: 3%;
}

.video-content-container .video-info-wrap .disclaimer {
  font-size: 12px
}

.video {
  position: relative;
  padding-bottom: 33%;
  height: 100%;
  width: 58%;
  min-width: 58%;
}

#youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.play-video {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  height: 100%;
  min-height: 500px;
}
#play-youtube {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.slogan {
  text-align: center;
  width: 100%;
  margin-top: 5%;
}

#section04 .button-container {
  margin-top: 2%;
  text-align: center;
}

#section03 {
  padding: 3% 25px 3% 25px;
}

#section03 .open-acc-container {
  display: flex;
  justify-content: space-between;
  margin: 3% 0;
}
#section03 .icon-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  text-align: center;
}
#section03 .icon {
  width: 70px;
  margin-bottom: 10%;
}

#section03 .pdf-video-container {
  display: flex;
  justify-content: space-between;
}
#section03 .border-container {
  border: 2px solid #eeeeee;
  padding: 4px;
  width: 48%;
  height: 100%;
  border-radius: 10px;
  margin: 3% 0;
  box-sizing: border-box;
}
#section03 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eeeeee;
  border-radius: 8px;
  padding: 20px 10px;
  height: 70px;
}

#section03 .text {
  width: 48%;
  font-weight: bold;
}
#section03 .button-container {
  display: flex;
  width: 48%;
  font-weight: bold;
  cursor: pointer;
}

#section03 .button {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 6px 5px;
  width: 150px;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
}
#section03 .button-icon {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  width: 40px;
}

#section03 .tnc {
  margin: 3% 0;
}
#section03 .notes-container > div{
  display: inline-flex;
  cursor: pointer;
}
#section03 .plus-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
}

#section03 .notes {
  margin-top: 10px;
}

#section03 ul {
  margin-left: 30px;
}

#section03 li {
  list-style-type: disc;
}
#section03 .sub-list li {
  list-style-type: circle;
}

#section03 #close_video {
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 0%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: x-large;
  text-decoration: none;
  color: white;
  background-color: #a8a0a0;
  line-height: 32px;
  text-align: center;
}
#section05 {
  background-color: #e5e5e5;
  padding: 5% 25px 5% 25px;
}
#section05 .wrapper {
  display: flex;
}

#section05 .mobile-image {
  margin-right: 3%;
  height: 100%;
}

#section05 .title-logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 25px;
}

#section05 .text-container {
  margin: 20px 0 0 0;
}

#section05 .tick-text-container {
  display: flex;
  margin-bottom: 20px;
}

#section05 .tick-icon {
  width: 20px;
  margin: 0 10px 10px 0;
  height: 100%;
}

#section05 .image-container {
  display: flex;
}
#section05 .qrcode-image {
  min-width: 80px;
  min-height: 80px;
  max-width: 120px;
  width: 50%;
  height: 50%;
}
#section05 .app-image {
  min-width: 60px;
  width: 100%;
  max-width: 170px;
}
#section05 .search-app-container {
  margin: 0 20px;
}
#section05 .search-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 6px 20px;
  max-width: 200px;
  margin: 0 0 20px 0;
  border-radius: 5px;
}
#section05 .search-icon {
  width: 32px;
}

#section05 .app-container {
  display: flex;
  gap: 3%;
}

#section05 .tnc {
  margin-top: 40px;
}

#section06 .banner {
  width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

#section07 {
  padding: 5% 25px 5% 25px;
}

#section07 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#section07 .title {
  width: 30%;
  text-align: center;
}

#section07 .container {
  display: flex;
  flex-direction: row;
  width: 70%;
  justify-content: center;
  gap: 2%;
}
#section07 .button-container {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border: 2px solid #e2e2e2;
  border-radius: 10px;
  align-items: center;
  text-align: center;
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.7);
}
#section07 .text {
  padding: 3px 6px;
  max-width: 200px;
}
#section07 .button-icon {
  padding: 3px 6px;
  border-left: 2px solid #e2e2e2;
  width: 35px;
  /* height: 60px; */
}

#section07 .btn {
  max-width: 200px;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  #swiper .swiper-slide.swiper-slide-active {
    width: 480px !important
  }
  #swiper .swiper-slide.swiper-slide-active .swiper-image {
    background-position: 37% center;
  }
  #swiper .swiper-slide .active-info {
    left: 53%;
  }
  #section02 .tickets li:after {
    width: 70px;
    height: 58px;
    bottom: 35px;
  }
  #section02 .tickets li.big:after {
    bottom: 27px;
  }
  /* #swiper .swiper-slide .active-info {
    transform: translate3d(90%, -70%, 0)
  } */
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  h3,
  p {
    font-size: 14px;
  }

  h4 {
    font-size: 12px;
  }

  .btn.gradient span {
    font-size: 14px;
  }
  .text-gradient {
    font-size: 18px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: flex;
  }
  #kv-swiper {
    height: 40%;
  }
  #kv .kv-bg {
    background-image: url('https://www.dbs.com.hk/sme/campaign/images/kv_mobile_v2.png');
    background-position: center right;
  }
  #kv .content {
    padding: 0px;
  }
  #kv .wrapper {
    width: auto;
    height: auto;
    padding: 0 25px;
    margin: 0;
    transform: translateY(-6%);
  }
  #kv .sup-title {
    font-size: 18px
  }
  [data-lang="en"] #kv .sup-title {
    text-shadow: 2px 1px 1px var(--black);
  }
  #kv .description {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-shadow: 2px 1px 1px var(--black);
  }
  #kv .description span {
    font-size: 30px;
  }
  #kv .btn {
    /* position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%); */
    margin-top: 15px;
  }
  .section-new h1 {
    font-size: 29px;
  }
  .section-new h2 {
    font-size: 22px;
  }
  .section-new h3 {
    font-size: 18px
  }
  [data-lang="en"] .section-new h1 {
    font-size: 29px;
    line-height: 40px;
  }
  [data-lang="en"] .section-new h2 {
    font-size: 22px;
  }
  [data-lang="en"] .section-new h3 {
    font-size: 20px
  }

  .mobile-break {
    display: inline-block;
    margin-top: 10px
  }

  .s-mobile-break {
    display: block;
  }

  #section02 .lead-in {
    text-align: left;
  }

  #section02 .tickets li {
    background-image: url('https://www.dbs.com.hk/sme/campaign/images/box-01-mobile.png');
  }

  #section02 .tickets li.big{
    background-image: url('https://www.dbs.com.hk/sme/campaign/images/box-02-mobile.png');
    height: 400px;
  }
  [data-lang="en"] #section02 .tickets li:before {
    left: 25px;
  }
  #section02 .tickets li:after {
    bottom: 16px;
    /* width: 50px;
    height: 42px; */
  }

  #section02 .tickets li.big:after {
    bottom: 19px;
  }
  #section02 .tickets li .body {
    padding: 0 0 0 18%;
    height: calc(100% - 20px);
  }
  #section02 .tickets li .body .prize .cross  {
    width: 20px;
    height: 16px;
  }
  #section02 ul.list li .child {
    padding: 8px 20px;
  }
  #section02 ul.list li .child .gift {
    flex-direction: column;
  }
  #section02 ul.list li .child .info {
    max-width: 65%;
  }
  #section02 .tnc {
    margin-top: 10%;
  }
  #section04 {
    padding: 10% 0 10% 0;
  }

  #section04 .title-image-container {
    display: flex;
    padding: 0 25px;
    width: auto;
  }

  #section04 .x-image {
    max-width: 180px;
    width: 40%;
  }

  #swiper .swiper-wrapper {
    padding: 50px 0 0 0;
  }
  #swiper-video-section {
    margin-top: 30px
  }
  #swiper .swiper-slide{
    width: 90px !important;
    height: 150px !important;
    transition: none
  }
  #swiper .swiper-slide.swiper-slide-active {
    width: 250px !important;
    height: 150px !important;
  }
  #swiper .swiper-pagination {
    gap: 0;
  }

  #swiper .swiper-slide .info {
    padding: 5px;
    transform: translate(1%, 220%);
  }

  #swiper .swiper-slide .active-info {
    left: 50%;
    /* transform: translate(45%, -50%); */
  }

  #swiper .swiper-slide.swiper-slide-active .swiper-image{
    background-position: 65% center;
  }
  #swiper .swiper-pagination-bullet {
    width: 7% !important;
    flex: none
  }
  .active-info h3 {
    font-size: 12px;
  }
  .active-info h4 {
    font-size: 10px;
  }
  #swiper-video {
    padding: 0 25px;
  }

  .video-title span {
    font-size: 14px;
  }

  .video-content-container {
    flex-direction: column;
  }

  .video-content-container .video-info-wrap {
    width: 100%;
    min-width: 100%;
  }

  .video-content-container .video-info-wrap > div {
    font-size: 20px;
    line-height: 1.1;
  }

  .video-content-container .video-info-wrap .desc {
    margin: 5% 0;
  }

  .video {
    position: relative;
    padding-bottom: 33%;
    height: 0;
    width: 100%;
    min-width: 50vw;
    min-height: 20vh;
  }

  #youtube {
    width: 100%;
    height: 100%;
  }

  .play-video {
    min-height: 320px;
  }
  #play-youtube {
  }

  #section03 {
    padding: 10% 25px 10% 25px;
  }

  #section03 .open-acc-container {
    flex-direction: column;
    margin: 5% 0 0 0;
    align-items: center;
  }

  #section03 .icon-text-container {
    width: 100%;
    margin-bottom: 6%;
  }

  #section03 .icon {
    width: 100px;
    margin-bottom: 5%;
  }

  #section03 .pdf-video-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  #section03 #close_video {
    top: -50px;
  }
  #section03 .border-container {
    width: 100%;
    margin: 0 0 5% 0;
  }
  #section03 .button-container {
    justify-content: center;
  }

  #section05 {
    padding: 10% 25px 10% 25px;
  }

  #section05 .text-container {
    margin: 40px 0px;
  }

  #section05 .mobile-image {
    display: none;
  }
  #section05 .qrcode-image {
    min-width: 80px;
    min-height: 80px;
    max-width: 120px;
    width: 50%;
  }
  #section05 .search-icon {
    width: 24px;
  }
  #section05 .search-app-container {
    margin: 0 10px;
  }

  #section05 .search-bar-container {
    width: 120px;
    padding: 4px 10px;
  }
  #section05 .app-image {
    min-width: 60px;
    width: 100%;
  }
  #section07 {
    padding: 10% 25px 10% 25px;
  }
  #section07 .wrapper {
    flex-direction: column;
  }
  #section07 .title {
    width: 100%;
    margin-bottom: 5%;
  }

  #section07 .container {
    width: 100%;
    flex-direction: column;

    align-items: center;
  }
  #section07 .button-container {
    max-width: 230px;
    margin-bottom: 5%;
  }
  #section07 .text {
    padding: 3px 6px;
    max-width: 250px;
  }
  #section07 .btn {
    max-width: 250px;
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  [data-lang="en"] .section-new h1 {
    font-size: 22px;
    line-height: 34px;
  }
  .btn-round {
    font-size: 17px;
  }
  #section02 .tickets li {
    padding: 0 30px 0 15px
  }
  [data-lang="en"] #section02 .tickets li {
    padding: 0 30px
  }
  #section02 .tickets li:before {
    font-size: 94px;
    left: 15px !important;
    top: -35px
  }
  #section02 .tickets li:after {
    width: 50px;
    height: 41px;
    bottom: 16px;
  }
  #section02 .tickets li.big:after {
    bottom: 19px;
  }
  #section02 .tickets li .body {
    padding: 8px 0 0 10%
  }
}

@media screen and (max-width: 400px) {
  sup {
    font-size: 0.6em
  }
  h2 {
    font-size: 14px;
  }
  [data-lang="en"] .section-new h3 {
    font-size: 18px
  }
  .se-disable {
    display: none
  }
  #kv .description {
    margin-top: 0;
  }
  #kv .btn {
    margin-top: 0
  }
  #swiper .swiper-slide.swiper-slide-active {
    width: 220px !important
  }
  #swiper .swiper-slide .active-info {
    /* transform: translate(40%, -50%); */
  }
  #section02 .tickets li:before {
      font-size: 74px;
      left: 15px !important;
      top: -25px;
  }
}
