body {
  font-family: "dtac_2018regular";
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.bttn-list:hover {
  color: #007ad0 !important;
}

.header-container-mahaheng {
  position: fixed;
  width: 100%;
  top: 55px;
  left: 0;
  background: #007ad0;
  z-index: 99;
  -webkit-box-shadow: 0px 2px 3px 0 rgba(37, 37, 37, 0.2);
  box-shadow: 0px 2px 3px 0 rgba(37, 37, 37, 0.2);
  text-align: center;
}

.header-container-mahaheng header {
  height: 60px;
}

.header-container-mahaheng .main-nav-mahaheng {
  padding-top: 20px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
}

.header-container-mahaheng .main-nav-mahaheng li {
  /* float: left; */
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}

.header-container-mahaheng .main-nav-mahaheng li a {
  position: relative;
  font-family: "dtac_2018regular";
  color: #ffffff;
  font-size: 18px;
  padding: 0 !important;
}

.header-container-mahaheng .main-nav-mahaheng li a:hover,
.header-container-mahaheng .main-nav-mahaheng li.active a {
  text-decoration: none;
  color: #fff;
  background: none !important;
  display: inline-block;
}

.header-container-mahaheng .main-nav-mahaheng li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-container-mahaheng .main-nav-mahaheng li a:hover::before,
.header-container-dtac-at-home .main-nav-mahaheng li.active a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.header-container-mahaheng .main-nav-mahaheng li a:active::before {
  width: 100%;
}

.header-container-mahaheng .main-nav-mahaheng li a img {
  display: inline-block;
  margin-top: -15px;
  max-width: 90px;
  width: 100%;
}

.header-container-mahaheng .btn-menu-mahaheng.fixPosition {
  top: 65px;
}

.header-container-mahaheng .nav > li > a:focus,
.header-container-mahaheng .nav > li > a:hover {
  background: transparent;
}

.btn-default {
  border: 7px solid #00a1e4;
  line-height: 1;
  height: 50px;
  font-size: 22px;
  padding: 8px 20px;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.header-container-mahaheng .main-nav-mahaheng li:first-child a::before {
  width: 0;
}

.section-banner {
  margin-top: 55px;
  font-family: "dtac_2018regular";
}

.section-banner [class^="aw-"] {
  position: absolute;
}

.section-banner [class^="aw-"] img {
  width: 100%;
}

.section-banner .aw-caption {
  width: 100%;
  max-width: 475px;
  top: 40px;
  left: 0;
}

.section-banner .aw-call {
  width: 100%;
  max-width: 415px;
  bottom: 30px;
  left: 0;
}

.section-banner .aw-reward {
  width: 1040px;
  bottom: 0;
  right: -220px;
}

.section-banner .caption-event {
  background: #ffff55;
  padding: 26px 0;
}

.section-banner .caption-event .inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-banner .caption-event .inner-wrapper span {
  font-size: 32px !important;
}

.section-banner .caption-event .inner-wrapper .bttn-blue {
  margin-left: 40px;
}

.section-banner .banner-wrapper {
  position: relative;
  height: 434px;
  width: 100%;
  overflow: hidden;
  background: url("/mahaheng-2/assets/images/aw-banner-bg.png") center center no-repeat;
  background-size: cover;
}

.section-banner .banner-wrapper .inner-banner {
  position: absolute;
  max-width: 1110px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
}

section {
  font-family: "dtac_2018regular";
}

.section-rules {
  background: #ffffff;
  font-family: "dtac_2018regular";
  padding: 30px 0;
}

.section-rules .rules-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section-rules .block-image {
  display: flex;
}

.section-rules .block-image img {
  width: 475px;
}

.section-rules .block-content {
  display: flex;
  flex-direction: column;
}

.section-rules .block-content .icons {
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  top: -5px;
}

.section-rules .block-content .icons.ico-star {
  background: url("/mahaheng-2/assets/images/icons/ico-star.svg") center center no-repeat;
  background-size: 100% auto;
  font-size: 18px;
  line-height: 1;
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
  font-family: "dtac_2018bold";
}

.section-rules .block-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-rules .block-content ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 55px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 2px dotted #d6d6d6;
}

.section-rules .block-content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-mahaheng-reward {
  position: relative;
  background: url("/mahaheng-2/assets/images/aw-background-light.jpg") center top no-repeat;
  background-size: cover;
  padding: 60px 0 130px;
}

.section-mahaheng-reward .inner-wrapper {
  position: relative;
  z-index: 10;
}

.section-mahaheng-reward .aw-all-reward {
  position: absolute;
  bottom: -270px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-mahaheng-reward .aw-all-reward img {
  display: block;
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
}

.section-mahaheng-reward::after {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 1248px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("/mahaheng-2/assets/images/aw-background-ribbon.png") center top no-repeat;
  background-size: auto 100%;
}

.section-mahaheng-reward .label-light {
  display: flex;
  width: 295px;
  height: 168px;
  align-items: center;
  margin: auto;
  justify-content: center;
  background: url("/mahaheng-2/assets/images/aw-label-light.png") center center no-repeat;
  background-size: cover;
}

.section-mahaheng-reward .caption-reward {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
}

.section-mahaheng-reward .caption-reward .text-box {
  display: inline-block;
  text-align: left;
}

.section-mahaheng-reward .caption-reward .text-box:first-child {
  padding-right: 60px;
  position: relative;
}

.section-mahaheng-reward .caption-reward .text-box:first-child::after {
  content: "";
  width: 3px;
  top: 0;
  bottom: 0;
  right: 30px;
  position: absolute;
  background: #ffff55;
}

.section-mahaheng-reward .caption-reward .text-box p {
  font-size: 36px;
  line-height: 48px;
}

.section-mahaheng-reward .caption-reward .text-box h3 {
  color: #ffff55;
  font-size: 62px;
  line-height: 58px;
}

.section-mahaheng-reward .caption-reward .text-box h3 span {
  font-size: 30px;
  line-height: 28px;
}

.section-mahaheng-reward .mahaheng-wrapper {
  position: relative;
  z-index: 2;
}

.mahaheng-reward {
  position: relative;
  z-index: 5;
  text-align: center;
}

.mahaheng-reward .slider-control {
  display: inline-block;
}

.mahaheng-reward.active {
  display: block;
}

.card-mahaheng {
  display: block;
  width: 255px;
  margin-right: 30px;
  margin-bottom: 60px;
  background: #ffffff;
  border-radius: 3px;
  font-family: "dtac_2018regular";
  float: left;
}

.card-mahaheng:nth-child(4n), .card-mahaheng:last-child {
  margin-right: 0;
}

.card-mahaheng .capsule {
  margin-top: -20px;
}

.card-mahaheng .inner-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.card-mahaheng .image-box {
  display: inline-block;
  max-width: 220px;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.card-mahaheng .content-box {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
}

.card-mahaheng .content-box .list-reward {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #767676;
  align-items: flex-start;
}

.card-mahaheng .content-box .list-reward p:first-child {
  text-align: left;
  line-height: 24px !important;
}

.card-mahaheng .content-box .list-reward:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.space-130 {
  display: flex;
  height: 130px;
  width: 100%;
}

.section-terms {
  padding: 60px 0;
}

.table-dtac-2020 .table {
  border-radius: 8px;
  overflow: hidden;
}

.term-con > h3 {
  padding-left: 34px;
  margin-bottom: 0;
}

.term-con > h3::before {
  display: none;
}

.term-con [class*="bttn-"],
.term-con .txt-link {
  font-size: 16px !important;
}

.term-con .table thead > tr > th {
  vertical-align: middle !important;
  text-align: center;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}

.term-con .table thead > tr > th:last-child, .term-con .table thead > tr > th.no-border {
  border-right: none !important;
}

.term-con .content {
  padding-bottom: 20px;
}

.term-con > ul > li .tc-content-1 ul li {
  margin-top: 0;
}

.term-con .table tbody td {
  background: rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ffffff;
}

.term-con .table tbody td:last-child {
  border-right: none;
}

.term-con .table tbody td.txt-left {
  text-align: left;
}

.term-con > ul > li:first-child > header {
  border-top: none;
}

.term-con > ul > li > header {
  border-bottom: none;
  border-top: 1px solid #d3d3d3;
}

.term-con > ul li .-dash > ul {
  list-style: none !important;
}

.term-con > ul li .-dash > ul li {
  position: relative;
}

.term-con > ul li .-dash > ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -15px;
}

.term-con .content ol li,
.term-con .content ul li {
  margin-top: 10px;
}

.term-con .content ol li:first-child,
.term-con .content ul li:first-child {
  margin-top: 0;
}

.main-nav-mahaheng .button-nav {
  text-align: center;
}

.main-nav-mahaheng .button-nav.active p::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}

.main-nav-mahaheng .button-nav p {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.main-nav-mahaheng .button-nav p::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("/mahaheng-2/assets/images/icons/ico-caret.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 8px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.term-con > ul > li .tc-head-1 {
  margin-bottom: 0;
}

.term-con > ul > li:last-child {
  border-bottom: 1px solid #d3d3d3;
}

.term-con > ul > li .tc-head-1 {
  border-bottom: none;
}

.light-block {
  border: 3px solid #ebd06f;
  border-radius: 20px;
  width: 100%;
  position: relative;
  padding: 40px;
  margin-top: 100px;
  text-align: center;
  margin-bottom: 60px;
  max-width: 1107px;
  display: inline-block;
  background: #007ad0;
  z-index: 10;
}

.light-block .logo-mahaheng {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 315px;
  z-index: 5;
}

.light-block .logo-mahaheng img {
  width: 100%;
}

.light-block .bulb-left {
  position: absolute;
  width: 45px;
  height: 100%;
  background: url(../images/bg-bulb.png) 63px -20px repeat;
  background-size: 85px auto;
  top: 0;
  left: 0;
}

.light-block .bulb-right {
  position: absolute;
  width: 45px;
  height: 100%;
  background: url(../images/bg-bulb.png) 67px -60px repeat;
  background-size: 85px auto;
  top: 0;
  right: 0;
}

.light-block .bulb-top {
  position: absolute;
  height: 45px;
  background: url(../images/bg-bulb.png) 15px -22px repeat;
  background-size: 85px auto;
  top: 0;
  left: 45px;
  right: 45px;
}

.light-block .bulb-bottom {
  position: absolute;
  height: 45px;
  background: url(../images/bg-bulb.png) -25px -17px repeat;
  background-size: 85px auto;
  bottom: 0;
  left: 45px;
  right: 45px;
}

.light-block .inner-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 3px solid #ebd06f;
  background: #1ba7f3;
  background: -moz-linear-gradient(-45deg, #1ba7f3 0%, #2165a0 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1ba7f3), color-stop(100%, #2165a0));
  background: -webkit-linear-gradient(-45deg, #1ba7f3 0%, #2165a0 100%);
  background: -o-linear-gradient(-45deg, #1ba7f3 0%, #2165a0 100%);
  background: -ms-linear-gradient(-45deg, #1ba7f3 0%, #2165a0 100%);
  background: linear-gradient(135deg, #1ba7f3 0%, #2165a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba7f3', endColorstr='#2165a0', GradientType=1 );
  z-index: 1;
}

.light-block .inner-wrapper .col-gift {
  text-align: center;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-self: stretch;
  justify-content: center;
  flex-direction: column;
  border-right: 1px dashed #ffffff;
}

.light-block .inner-wrapper .col-gift:first-child {
  padding-left: 0;
}

.light-block .inner-wrapper .col-gift:last-child {
  border-right: none;
  padding-right: 0;
}

.light-block .inner-wrapper .col-gift.lg-col {
  width: 350px;
}

.light-block .inner-wrapper .col-gift.lg-col .label-number {
  line-height: 1;
  font-size: 18px;
  padding: 6px 10px 2px;
}

.light-block .inner-wrapper .col-gift.lg-col .text-box .number-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.light-block .inner-wrapper .col-gift.lg-col .text-box .label-number {
  float: left;
  margin-bottom: 5px;
}

.light-block .inner-wrapper .col-gift .image-box {
  display: block;
  max-width: 190px;
  width: 100%;
  margin: 0 auto 20px;
}

.light-block .inner-wrapper .col-gift .image-box img {
  width: 100%;
}

.light-block .inner-wrapper .col-gift .text-box {
  display: inline-block;
  width: 100%;
}

.light-block .inner-wrapper .col-gift .label-number {
  border-radius: 3px;
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  padding: 7px 14px 3px;
  line-height: 30px;
}

.light-block .inner-wrapper .col-gift .label-number.-pink {
  background: #ee498a;
}

.light-block .inner-wrapper .col-gift .label-number.-peach {
  background: #ff9698;
}

.light-block .inner-wrapper .col-gift .label-number.-lightBlue {
  background: #4bdcff;
}

.light-block.less-col .col-gift {
  width: 38%;
}

.light-block.less-col .col-gift.lg-col {
  width: 62%;
}

.light-block.less-col .col-gift.lg-col .text-box .label-number {
  margin: 0 3px 6px;
}

.light-block.more-col .col-gift {
  width: 30%;
}

.light-block.more-col .col-gift .label-number {
  margin-bottom: 6px;
}

.light-block.more-col .col-gift.lg-col {
  width: 40%;
}

.light-block.more-col .col-gift.lg-col .text-box .label-number {
  margin: 0 3px 6px;
}

.led-light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0 auto;
  width: 100px;
}

.led-light img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-animation: zoom 2s ease-in-out infinite;
  -moz-animation: zoom 2s ease-in-out infinite;
  -ms-animation: zoom 2s ease-in-out infinite;
  -o-animation: zoom 2s ease-in-out infinite;
  animation: zoom 2s ease-in-out infinite;
}

.led-light::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 33px;
  left: 32px;
  z-index: 7;
  -webkit-animation: zoom 2s ease-in-out infinite;
  -moz-animation: zoom 2s ease-in-out infinite;
  -ms-animation: zoom 2s ease-in-out infinite;
  -o-animation: zoom 2s ease-in-out infinite;
  animation: zoom 2s ease-in-out infinite;
}

.led-light.-pink::after {
  content: "";
  width: 10px;
  height: 10px;
  z-index: 1;
  position: absolute;
  top: 45px;
  left: 44px;
  border-radius: 50%;
  -webkit-animation: light-pink 2s ease-in-out infinite;
  -moz-animation: light-pink 2s ease-in-out infinite;
  -ms-animation: light-pink 2s ease-in-out infinite;
  -o-animation: light-pink 2s ease-in-out infinite;
  animation: light-pink 2s ease-in-out infinite;
  z-index: 0;
}

.led-light.-green::after {
  content: "";
  width: 10px;
  height: 10px;
  z-index: 1;
  position: absolute;
  top: 45px;
  left: 44px;
  border-radius: 50%;
  -webkit-animation: light-green 2s ease-in-out infinite;
  -moz-animation: light-green 2s ease-in-out infinite;
  -ms-animation: light-green 2s ease-in-out infinite;
  -o-animation: light-green 2s ease-in-out infinite;
  animation: light-green 2s ease-in-out infinite;
  z-index: 0;
}

.led-light.led-1 {
  top: -25px;
  left: -25px;
}

.led-light.led-2 {
  top: -13px;
  left: 24%;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
}

.led-light.led-2 img {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.led-light.led-2.-green::after, .led-light.led-2.-green::before {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.led-light.led-3 {
  top: -20px;
  left: 12.5%;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
}

.led-light.led-3 img {
  -webkit-animation-duration: 3.5s;
  -moz-animation-duration: 3.5s;
  -ms-animation-duration: 3.5s;
  -o-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.led-light.led-3.-pink::after, .led-light.led-3.-pink::before {
  -webkit-animation-duration: 3.5s;
  -moz-animation-duration: 3.5s;
  -ms-animation-duration: 3.5s;
  -o-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.led-light.led-4 {
  top: -30px;
  left: 34%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.led-light.led-4 img {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}

.led-light.led-4.-pink::after, .led-light.led-4.-pink::before {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}

.led-light.led-5 {
  top: -20px;
  left: auto;
  right: 20.5%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
}

.led-light.led-5 img {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.led-light.led-5.-pink::after, .led-light.led-5.-pink::before {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.led-light.led-6 {
  top: -12px;
  left: auto;
  right: 5.2%;
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
}

.led-light.led-6 img {
  -webkit-animation-duration: 3.8s;
  -moz-animation-duration: 3.8s;
  -ms-animation-duration: 3.8s;
  -o-animation-duration: 3.8s;
  animation-duration: 3.8s;
}

.led-light.led-6.-green::after, .led-light.led-6.-green::before {
  -webkit-animation-duration: 3.8s;
  -moz-animation-duration: 3.8s;
  -ms-animation-duration: 3.8s;
  -o-animation-duration: 3.8s;
  animation-duration: 3.8s;
}

.led-light.led-7 {
  top: 53%;
  left: -29px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.led-light.led-7 img {
  -webkit-animation-duration: 3.8s;
  -moz-animation-duration: 3.8s;
  -ms-animation-duration: 3.8s;
  -o-animation-duration: 3.8s;
  animation-duration: 3.8s;
}

.led-light.led-7.-green::after, .led-light.led-7.-green::before {
  -webkit-animation-duration: 3.8s;
  -moz-animation-duration: 3.8s;
  -ms-animation-duration: 3.8s;
  -o-animation-duration: 3.8s;
  animation-duration: 3.8s;
}

.led-light.led-8 {
  top: 70%;
  left: auto;
  right: -29px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.led-light.led-8 img {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.led-light.led-8.-green::after, .led-light.led-8.-green::before {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.led-light.led-9 {
  top: auto;
  bottom: 70px;
  left: 17%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.led-light.led-9 img {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.led-light.led-9.-pink::after, .led-light.led-9.-pink::before {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.led-light.led-10 {
  top: auto;
  bottom: 65px;
  left: 28%;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

.led-light.led-10 img {
  -webkit-animation-duration: 3.8s;
  -moz-animation-duration: 3.8s;
  -ms-animation-duration: 3.8s;
  -o-animation-duration: 3.8s;
  animation-duration: 3.8s;
}

.led-light.led-10.-green::after, .led-light.led-10.-green::before {
  -webkit-animation-duration: 3.8s;
  -moz-animation-duration: 3.8s;
  -ms-animation-duration: 3.8s;
  -o-animation-duration: 3.8s;
  animation-duration: 3.8s;
}

.led-light.led-11 {
  top: auto;
  bottom: 60px;
  left: auto;
  right: 9%;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
}

.led-light.led-11 img {
  -webkit-animation-duration: 3.5s;
  -moz-animation-duration: 3.5s;
  -ms-animation-duration: 3.5s;
  -o-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.led-light.led-11.-pink::after, .led-light.led-11.-pink::before {
  -webkit-animation-duration: 3.5s;
  -moz-animation-duration: 3.5s;
  -ms-animation-duration: 3.5s;
  -o-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.led-light.led-12 {
  top: auto;
  bottom: 70px;
  left: -29px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.led-light.led-12 img {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.led-light.led-12.-green::after, .led-light.led-12.-green::before {
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.led-light.led-13 {
  top: auto;
  bottom: 70px;
  left: auto;
  right: -29px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.led-light.led-13 img {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

.led-light.led-13.-green::after, .led-light.led-13.-green::before {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  50% {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes light-pink {
  form {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(237, 14, 237, 0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(237, 14, 237, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(237, 14, 237, 0.2);
  }
  50% {
    -webkit-box-shadow: 0px 0px 50px 20px #ed0eed;
    -moz-box-shadow: 0px 0px 50px 20px #ed0eed;
    box-shadow: 0px 0px 50px 20px #ed0eed;
  }
  to {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(237, 14, 237, 0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(237, 14, 237, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(237, 14, 237, 0.2);
  }
}

@keyframes light-green {
  form {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(1, 41, 5, 0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(1, 41, 5, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(1, 41, 5, 0.2);
  }
  50% {
    -webkit-box-shadow: 0px 0px 50px 20px #14ec35;
    -moz-box-shadow: 0px 0px 50px 20px #14ec35;
    box-shadow: 0px 0px 50px 20px #14ec35;
  }
  to {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(1, 41, 5, 0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(1, 41, 5, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(1, 41, 5, 0.2);
  }
}

.section-reward {
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 150px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #ff83bf 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #ff83bf));
  background: -webkit-linear-gradient(top, white 0%, #ff83bf 100%);
  background: -o-linear-gradient(top, white 0%, #ff83bf 100%);
  background: -ms-linear-gradient(top, white 0%, #ff83bf 100%);
  background: linear-gradient(to bottom, white 0%, #ff83bf 100%);
}

.section-reward::after {
  content: "";
  position: absolute;
  height: 150px;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 0;
  background: #a3deff;
}

.section-reward::before {
  content: "";
  position: absolute;
  height: 310px;
  left: 0;
  width: 100%;
  bottom: 60px;
  z-index: 10;
  background: url("/mahaheng-2/assets/images/aw-people.svg") left 40% bottom no-repeat;
}

.section-reward .block-gift .slider-control {
  position: relative;
  z-index: 5;
}

.section-reward .title-reward {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-reward .title-reward h3 {
  position: relative;
  padding-right: 65px;
}

.section-reward .title-reward h3 > span {
  position: absolute;
  right: 0;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 2px 7px 5px;
  background: #ee498a;
}

.section-reward .title-reward h3 > span::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 20px;
  width: 100%;
  background: url("/mahaheng-2/assets/images/tri-label.svg") center center no-repeat;
  background-size: auto 20px;
}

.section-reward .title-reward h3 > span i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  text-align: center;
  font-style: normal;
  font-size: 28px;
  font-family: "dtac_2018bold";
  z-index: 1;
}

.section-reward .gift-box {
  position: absolute;
  z-index: 10;
}

.section-reward .gift-box img {
  width: 100%;
}

.section-reward .gift-box .aw-ribbon {
  position: relative;
  width: 100%;
  z-index: 0;
}

.section-reward .gift-box .aw-gift {
  position: absolute;
  z-index: 1;
}

.section-reward .gift-box.-left {
  bottom: 38%;
  left: 220px;
}

.section-reward .gift-box.-left .aw-ribbon {
  max-width: 250px;
  -webkit-animation: ribbon 10s ease-in-out infinite;
  -moz-animation: ribbon 10s ease-in-out infinite;
  -o-animation: ribbon 10s ease-in-out infinite;
  animation: ribbon 10s ease-in-out infinite;
}

.section-reward .gift-box.-left .aw-gift {
  max-width: 170px;
  left: 50px;
  bottom: 40px;
  -webkit-animation: gift_1 7s ease-in-out infinite;
  -moz-animation: gift_1 7s ease-in-out infinite;
  -o-animation: gift_1 7s ease-in-out infinite;
  animation: gift_1 7s ease-in-out infinite;
}

.section-reward .gift-box.-right {
  top: 2%;
  right: 280px;
}

.section-reward .gift-box.-right .aw-ribbon {
  max-width: 220px;
  -webkit-animation: ribbon 8s ease-in-out infinite;
  -moz-animation: ribbon 8s ease-in-out infinite;
  -o-animation: ribbon 8s ease-in-out infinite;
  animation: ribbon 8s ease-in-out infinite;
}

.section-reward .gift-box.-right .aw-gift {
  max-width: 100px;
  left: 70px;
  bottom: 50px;
  -webkit-animation: gift_2 6s ease-in-out infinite;
  -moz-animation: gift_2 6s ease-in-out infinite;
  -o-animation: gift_2 6s ease-in-out infinite;
  animation: gift_2 6s ease-in-out infinite;
}

.section-reward .flag-wrapper {
  position: absolute;
  width: 100%;
  top: -125px;
  left: 0;
  z-index: 2;
}

.section-reward .flag-wrapper::after {
  content: "";
  width: 670px;
  height: 50px;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  background: url("/mahaheng-2/assets/images/light-shadow.png") center center no-repeat;
  background-size: 100% auto;
}

.section-reward .aw-flag {
  position: absolute;
  width: 915px;
  height: 240px;
  z-index: 1;
}

.section-reward .aw-flag.-left {
  left: -38%;
  background: url("/mahaheng-2/assets/images/aw-flag-left.svg") right top no-repeat;
  background-size: cover;
}

.section-reward .aw-flag.-right {
  right: -38%;
  background: url("/mahaheng-2/assets/images/aw-flag-right.svg") left top no-repeat;
  background-size: cover;
}

.gift-winner {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.block-winner {
  display: inline-block;
  width: 100%;
}

.block-winner .slider-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 60px;
}

.card-winner {
  display: flex;
  background: #ffffff;
  flex-direction: column;
  padding: 5px;
  margin-right: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.card-winner:last-child {
  margin-right: 0;
}

.card-winner .image-box {
  width: 245px;
  height: 203px;
  background: #d8eefc;
}

.card-winner > p {
  margin-top: 5px;
  text-align: center;
}

@-webkit-keyframes gift_1 {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(6eg);
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(-8deg);
  }
}

@-moz-keyframes gift_1 {
  0%,
  100% {
    -moz-transform: translateY(0) rotate(6deg);
  }
  50% {
    -moz-transform: translateY(-30px) rotate(-8deg);
  }
}

@-o-keyframes gift_1 {
  0%,
  100% {
    -o-transform: translateY(0) rotate(6deg);
  }
  50% {
    -o-transform: translateY(-30px) rotate(-8deg);
  }
}

@keyframes gift_1 {
  0%,
  100% {
    transform: translateY(0) rotate(6deg);
  }
  50% {
    transform: translateY(-30px) rotate(-8deg);
  }
}

@-webkit-keyframes gift_2 {
  0%,
  100% {
    -webkit-transform: translate(0, -10px) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-10px, 10px) rotate(-8deg);
  }
}

@-moz-keyframes gift_2 {
  0%,
  100% {
    -moz-transform: translate(0, -10px) rotate(6deg);
  }
  50% {
    -moz-transform: translate(-10px, 10px) rotate(-8deg);
  }
}

@-o-keyframes gift_2 {
  0%,
  100% {
    -o-transform: translate(0, -10px) rotate(6deg);
  }
  50% {
    -o-transform: translate(-10px, 10px) rotate(-8deg);
  }
}

@keyframes gift_2 {
  0%,
  100% {
    transform: translate(0, -10px) rotate(6deg);
  }
  50% {
    transform: translate(-10px, 10px) rotate(-8deg);
  }
}

@-webkit-keyframes ribbon {
  0%,
  100% {
    -webkit-transform: translate(0, -10px) rotate(2deg);
  }
  50% {
    -webkit-transform: translate(0, 10px) rotate(-2deg);
  }
}

@-moz-keyframes ribbon {
  0%,
  100% {
    -moz-transform: translate(0, -10px) rotate(62eg);
  }
  50% {
    -moz-transform: translate(0, 10px) rotate(-2deg);
  }
}

@-o-keyframes ribbon {
  0%,
  100% {
    -o-transform: translate(0, -10px) rotate(62eg);
  }
  50% {
    -o-transform: translate(0, 10px) rotate(-2deg);
  }
}

@keyframes ribbon {
  0%,
  100% {
    transform: translate(0, -10px) rotate(62eg);
  }
  50% {
    transform: translate(0, 10px) rotate(-2deg);
  }
}

.block-gift {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.block-gift .item {
  overflow: hidden;
}

.gift-wrapper {
  display: inline-block;
  width: 1230px;
  padding: 40px 60px 0;
  text-align: center;
}

.nav-external {
  position: absolute;
  top: 42%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 1120px;
  margin: 0 auto;
  z-index: 20;
}

.nav-external button {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  cursor: pointer;
}

.nav-external button span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  text-indent: -9999999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.nav-external button.owl-prev {
  left: -50px;
}

.nav-external button.owl-prev span {
  background: #ee498a url("/mahaheng-2/assets/images/icons/nav-prev-white.svg") center center no-repeat;
  background-size: 10px auto;
}

.nav-external button.owl-next {
  right: -50px;
}

.nav-external button.owl-next span {
  background: #ee498a url("/mahaheng-2/assets/images/icons/nav-next-white.svg") center center no-repeat;
  background-size: 10px auto;
}

.nav-external button.disabled {
  opacity: 0.2;
}

.nav-external button.disabled:hover {
  cursor: default;
}

.block-winner .owl-dots {
  margin-top: 10px;
}

.block-winner .owl-nav {
  position: absolute;
  top: 39%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 1270px;
  margin: 0 auto;
  z-index: 20;
}

.block-winner .owl-nav button {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  cursor: pointer;
}

.block-winner .owl-nav button span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  text-indent: -9999999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.block-winner .owl-nav button.owl-prev {
  left: -50px;
}

.block-winner .owl-nav button.owl-prev span {
  background: #ee498a url("/mahaheng-2/assets/images/icons/nav-prev-white.svg") center center no-repeat;
  background-size: 10px auto;
}

.block-winner .owl-nav button.owl-next {
  right: -50px;
}

.block-winner .owl-nav button.owl-next span {
  background: #ee498a url("/mahaheng-2/assets/images/icons/nav-next-white.svg") center center no-repeat;
  background-size: 10px auto;
}

.block-winner .owl-nav button.disabled {
  opacity: 0.2;
}

.block-winner .owl-nav button.disabled:hover {
  cursor: default;
}

.select2-search--dropdown {
  display: none;
}

.select2-dropdown {
  border: 2px solid #ffffff;
  border-radius: 3px;
  overflow: hidden;
}

.owlSelect-mobile {
  display: inline-block;
  width: 100%;
}

.owlSelect-mobile .select2-container .select2-selection--single {
  height: 35px;
}

.owlSelect-mobile .select-wrapper {
  display: inline-block;
  padding: 5px 7px 0;
  background: #ee498a;
  position: relative;
}

.owlSelect-mobile .select-wrapper::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 20px;
  width: 100%;
  background: url("/mahaheng-2/assets/images/tri-label-mobile.svg") center bottom no-repeat;
  background-size: auto 20px;
}

.owlSelect-mobile .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 19px;
  line-height: 32px;
  padding-right: 40px;
  padding-left: 10px;
  padding-top: 3px;
  font-family: "dtac_2018bold";
}

.owlSelect-mobile .select2-container--default .select2-selection--single {
  border: none;
}

.owlSelect-mobile .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: aliceblue;
}

.owlSelect-mobile .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  border-left: 1px solid #ee498a;
  background: url("/mahaheng-2/assets/images/icons/select-caret-down.svg") center center no-repeat;
  background-size: 10px 5px;
}

.owlSelect-mobile .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.owlSelect-mobile .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: url("/mahaheng-2/assets/images/icons/select-caret-up.svg") center center no-repeat;
  background-size: 10px 5px;
}

.owlSelect-mobile .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #1ba7f3;
}

.owlSelect-mobile .select2-results__option {
  font-size: 16px;
}

.light-block.less-col.row-number-4 .inner-wrapper .col-gift {
  margin-bottom: 40px;
}

.light-block.less-col.row-number-4 .bulb-bottom {
  background-position: 15px -17px;
}

.light-block.less-col.row-number-5 .inner-wrapper .col-gift {
  margin-bottom: 40px;
}

.light-block.less-col.row-number-5 [class^="bulb-"] {
  background-size: 84px auto;
}

.light-block.less-col.row-number-5 .bulb-top {
  background-position: 18px -22px;
}

.light-block.less-col.row-number-5 .bulb-bottom {
  background-position: 68px -17px;
}

.light-block.less-col.row-number-5 .bulb-right {
  background-position: 65px -62px;
}

.light-block.less-col.row-number-7 [class^="bulb-"] {
  background-size: 81px auto;
}

.light-block.less-col.row-number-7 .inner-wrapper .col-gift {
  margin-bottom: 40px;
}

.light-block.less-col.row-number-7 .bulb-top {
  background-position: 20px -20px;
}

.light-block.less-col.row-number-7 .bulb-right {
  background-position: 61px 60px;
}

.light-block.less-col.row-number-7 .bulb-left {
  background-position: 61px 60px;
}

.light-block.less-col.row-number-7 .bulb-bottom {
  background-position: 59px -16px;
}

.light-block.less-col.row-number-9 [class^="bulb-"] {
  background-size: 84px auto;
}

.light-block.less-col.row-number-9 .inner-wrapper .col-gift {
  margin-bottom: 40px;
}

.light-block.less-col.row-number-9 .bulb-top {
  background-position: 22px -22px;
}

.light-block.less-col.row-number-9 .bulb-bottom {
  background-position: 22px -17px;
}

.light-block.less-col.row-number-9 .bulb-right {
  background-position: 66px -61px;
}

.light-block.more-col.row-number-13 [class^="bulb-"] {
  background-size: 84px auto;
}

.light-block.more-col.row-number-13 .inner-wrapper .col-gift {
  margin-bottom: 40px;
}

.light-block.more-col.row-number-13 .bulb-bottom {
  background-position: -18px -17px;
}

@media only screen and (max-width: 1600px) {
  .section-reward .aw-flag.-left {
    left: -38%;
  }
  .section-reward .aw-flag.-right {
    right: -38%;
  }
  .section-reward .gift-box.-left {
    left: 5%;
  }
  .section-reward .gift-box.-right {
    right: 8%;
  }
}

@media only screen and (max-width: 1440px) {
  .section-reward::before {
    background-position: right 20px bottom;
  }
  .section-reward .gift-box.-left .aw-ribbon {
    max-width: 170px;
  }
  .section-reward .gift-box.-right {
    top: 5%;
    right: 8%;
    max-width: 170px;
  }
  .section-reward .gift-box.-left .aw-gift {
    max-width: 100px;
  }
  .section-reward .gift-box.-right .aw-gift {
    max-width: 80px;
  }
}

@media only screen and (max-width: 1366px) {
  .section-reward::before {
    background-position: right -10px bottom;
  }
  .nav-external button span {
    width: 50px;
    height: 50px;
  }
  .nav-external button.owl-prev span,
  .nav-external button.owl-next span {
    background-size: 10px auto;
  }
  .gift-wrapper {
    width: 1140px;
  }
  .led-light.led-3 {
    left: 13.5%;
  }
  .led-light.led-2 {
    left: 22%;
  }
  .led-light.led-4 {
    left: 31%;
  }
  .led-light.led-5 {
    right: 17.5%;
  }
  .led-light.led-9 {
    left: 14%;
  }
  .led-light.led-10 {
    left: 31%;
  }
  .nav-external {
    top: 40%;
    max-width: 1150px;
  }
  .card-winner .image-box {
    width: 210px;
  }
  .section-reward {
    padding-bottom: 130px;
  }
  .nav-external {
    top: 42%;
  }
  .nav-external button.owl-prev {
    left: 0;
  }
  .nav-external button.owl-next {
    right: 0;
  }
  .section-reward .aw-flag.-left {
    left: -31%;
  }
  .section-reward .aw-flag.-right {
    right: -31%;
  }
}

@media only screen and (max-width: 1200px) {
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffff55;
  }
  .mahaheng-reward .card-mahaheng {
    margin: 30px 0 0;
  }
  .section-rules .block-image img {
    width: 320px;
  }
  .section-rules {
    padding: 40px 0;
  }
  .section-banner .aw-reward {
    width: 1030px;
  }
  .section-banner .aw-caption,
  .section-banner .aw-call {
    max-width: 400px;
    left: 20px;
    z-index: 10;
  }
  .block-gift .nav-external {
    display: none;
  }
  .light-block .inner-wrapper {
    flex-direction: column;
  }
  .light-block {
    margin-bottom: 30px;
    max-width: 750px;
    border-width: 2px;
    padding: 25px;
  }
  .gift-wrapper {
    width: 100%;
  }
  .light-block .inner-wrapper .col-gift.lg-col {
    width: auto;
  }
  .light-block .bulb-left {
    background-position: 58px -30px;
    background-size: 45px auto;
    width: 25px;
  }
  .light-block .bulb-top {
    background-position: 34px -30px;
    background-size: 45px auto;
    left: 25px;
    right: 25px;
    height: 25px;
  }
  .light-block .bulb-right {
    background-position: 58px -30px;
    background-size: 45px auto;
    width: 25px;
  }
  .light-block .bulb-bottom {
    background-position: 34px -30px;
    background-size: 45px auto;
    left: 25px;
    right: 25px;
    height: 25px;
  }
  .light-block .inner-wrapper .col-gift.lg-col {
    min-height: 315px;
    padding-left: 0;
  }
  .led-light {
    width: 80px;
  }
  .led-light::before {
    top: 30px;
    left: 29px;
  }
  .led-light.led-9 {
    left: 9%;
    bottom: 51px;
  }
  .led-light.led-10 {
    left: 27%;
    bottom: 47px;
  }
  .led-light.led-11 {
    bottom: 46px;
    right: 8%;
  }
  .light-block .inner-wrapper .col-gift {
    border-right: none;
    border-bottom: 1px dashed #ffffff;
    padding-bottom: 20px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .light-block .inner-wrapper .col-gift:first-child {
    margin-top: 40px;
  }
  .light-block .inner-wrapper .col-gift:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .card-winner .image-box {
    width: 245px;
  }
  .block-winner {
    position: relative;
    padding: 0 50px;
  }
  .block-winner .nav-external {
    display: block;
    top: 40%;
  }
  .space-130 {
    height: 60px;
  }
  .light-block .inner-wrapper .col-gift.lg-col .text-box .label-number {
    font-size: 16px;
  }
  .section-reward::before {
    left: 30px;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
    height: 150px;
    width: 600px;
    background-size: 900px auto;
    background-position: center top -60px;
  }
  .section-reward {
    padding-bottom: 100px;
  }
  .section-reward::after {
    height: 100px;
  }
  .block-winner .slider-control {
    margin-bottom: 0;
  }
  .section-reward .gift-box.-right {
    top: -2%;
  }
  .section-reward .gift-box.-left {
    bottom: auto;
    top: 60%;
  }
  .led-light.-pink::after,
  .led-light.-green::after {
    top: 35px;
    left: 35px;
  }
  .light-block .inner-wrapper .col-gift {
    padding-left: 0;
    padding-right: 0;
  }
  .section-reward .flag-wrapper {
    top: -95px;
  }
  .section-reward .aw-flag.-left {
    left: -11%;
  }
  .section-reward .aw-flag.-right {
    right: -11%;
  }
  .section-reward .aw-flag {
    width: 500px;
    height: 170px;
  }
  .section-reward .title-reward {
    display: none;
  }
  .gift-wrapper {
    padding-top: 10px;
  }
  .block-gift::after {
    content: "";
    width: 300px;
    height: 220px;
    position: absolute;
    left: -16px;
    bottom: 170px;
    background: url("/mahaheng-2/assets/images/aw-tree.svg") center center no-repeat;
    background-size: cover;
  }
  .light-block.less-col .col-gift,
  .light-block.less-col .col-gift.lg-col {
    width: auto;
  }
  .light-block.more-col.row-number-13 .inner-wrapper .col-gift {
    width: auto;
  }
  .light-block .inner-wrapper .col-gift:first-child {
    margin-top: 70px;
  }
  .light-block [class^="bulb-"] {
    background-size: 45px auto !important;
  }
  .light-block.less-col.row-number-4 .bulb-bottom {
    background-position: 11px 12px;
  }
  .light-block.less-col.row-number-5 .bulb-top {
    background-position: 14px -10px;
  }
  .light-block.less-col.row-number-5 .bulb-right {
    background-position: 35px -55px;
  }
  .light-block.less-col.row-number-5 .bulb-bottom {
    background-position: 78px 34px;
  }
  .light-block.less-col.row-number-7 .bulb-top {
    background-position: 10px -10px;
  }
  .light-block.less-col.row-number-7 .bulb-right,
  .light-block.less-col.row-number-7 .bulb-right {
    background-position: 13px 56px;
  }
  .light-block.less-col.row-number-7 .inner-wrapper .col-gift {
    margin-bottom: 35px;
  }
  .light-block.less-col.row-number-7 .bulb-bottom {
    background-position: 12px 12px;
  }
  .light-block.less-col.row-number-9 .bulb-top {
    background-position: 34px -32px;
  }
  .light-block.less-col.row-number-9 .bulb-right,
  .light-block.less-col.row-number-9 .bulb-right {
    background-position: 56px -32px;
  }
  .light-block.less-col.row-number-9 .bulb-bottom {
    background-position: 10px -10px;
  }
  .light-block.more-col.row-number-13 .inner-wrapper .col-gift {
    margin-bottom: 45px;
  }
  .light-block.more-col.row-number-13 .bulb-top,
  .light-block.more-col.row-number-13 .bulb-bottom {
    background-position: 35px 13px;
  }
  .light-block.more-col .col-gift .label-number {
    margin: 0 3px 6px;
  }
}

@media only screen and (max-width: 991px) {
  .section-mahaheng-reward .caption-reward {
    flex-direction: column;
  }
  .section-rules .block-image img {
    width: 400px;
  }
  .section-mahaheng-reward .caption-reward .text-box:first-child {
    padding: 0;
    margin-bottom: 40px;
  }
  .section-mahaheng-reward .caption-reward .text-box:first-child::after {
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -20px;
  }
  .section-mahaheng-reward .caption-reward .text-box {
    text-align: center;
  }
  .section-banner .caption-event .inner-wrapper {
    flex-direction: column;
  }
  .section-banner .caption-event .inner-wrapper p {
    text-align: center;
  }
  .section-banner .caption-event .inner-wrapper .bttn-blue {
    margin-left: 0;
    margin-top: 10px;
  }
  .section-rules .rules-wrapper {
    flex-direction: column;
  }
  .section-rules .block-image {
    margin-bottom: 30px;
  }
  .section-mahaheng-reward .caption-reward .text-box p {
    font-size: 26px;
    line-height: 30px;
  }
  .section-mahaheng-reward .caption-reward .text-box h3 span {
    font-size: 21px;
    line-height: 19px;
  }
  .section-mahaheng-reward .caption-reward .text-box h3 {
    font-size: 45px;
    line-height: 42px;
  }
  .section-banner .aw-caption,
  .section-banner .aw-call {
    left: 0;
    right: 0;
    max-width: 250px;
    margin: 0 auto;
  }
  .section-banner .aw-reward {
    width: 800px;
    right: -100px;
    left: 0;
    margin: 0 auto;
    bottom: auto;
    top: 90px;
  }
  .section-banner .aw-caption {
    top: 25px;
  }
  .section-banner .aw-call {
    bottom: 15px;
  }
  .section-reward .gift-box.-left {
    left: -30px;
  }
  .section-reward .gift-box.-right {
    right: 0;
  }
  .light-block .bulb-bottom {
    background-position: 7px -19px;
  }
  .led-light::before {
    top: 24px;
    left: 22px;
  }
  .led-light.led-2 {
    left: -30px;
    top: 40%;
  }
  .led-light.led-3 {
    left: auto;
    right: -31px;
    top: 5%;
  }
  .led-light.led-4 {
    left: auto;
    right: -12px;
    top: -29px;
  }
  .led-light.led-5 {
    right: -32px;
    top: 32%;
  }
  .led-light.led-6 {
    top: 53%;
    left: auto;
    right: -30px;
  }
  .led-light.led-7 {
    top: 25%;
    left: -29px;
  }
  .led-light.led-9 {
    left: -30px;
    bottom: 20%;
  }
  .led-light.led-10 {
    left: -2%;
    bottom: 44px;
  }
  .led-light.led-11 {
    bottom: 43px;
    right: 3%;
  }
  .section-reward .aw-flag {
    width: 350px;
  }
  .light-block .bulb-bottom {
    background-position: 20px -31px;
  }
}

@media only screen and (max-width: 767px) {
  .header-container-mahaheng header {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
  }
  .main-nav-mahaheng ul.nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(0, 122, 208, 0.9);
    padding: 0;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .main-nav-mahaheng ul.nav li {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px dashed #ffffff;
  }
  .main-nav-mahaheng ul.nav li:last-child {
    border-bottom: none;
  }
  .main-nav-mahaheng ul.nav span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
  }
  .section-banner .caption-event .inner-wrapper span {
    font-size: 26px !important;
  }
  .term-con [class*="bttn-"],
  .term-con .txt-link {
    font-size: 14px !important;
  }
  .header-container-mahaheng {
    top: 50px;
  }
  .section-banner .aw-reward {
    width: 750px;
    right: -230px;
    left: auto;
    margin: 0;
    bottom: auto;
    top: 105px;
  }
  .light-block .inner-wrapper .col-gift .label-number {
    font-size: 20px;
  }
  .gift-wrapper {
    padding: 40px 14px 0;
  }
  .light-block .logo-mahaheng {
    max-width: 280px;
  }
  .section-reward .gift-box {
    display: none;
  }
  .light-block {
    padding: 18px;
    border-radius: 12px;
  }
  .light-block,
  .light-block .inner-wrapper {
    border-width: 1px;
  }
  .bulb-wrapper [class^="bulb-"] {
    background-size: 35px auto;
  }
  .light-block .bulb-left {
    background-position: -9px -8px;
    width: 18px;
  }
  .light-block .bulb-right {
    background-position: -9px -6px;
    width: 18px;
  }
  .light-block .bulb-top {
    background-position: 60px -26px;
  }
  .led-light.led-1 {
    top: -30px;
    left: -30px;
  }
  .light-block .inner-wrapper .col-gift {
    margin-left: 10px;
    margin-right: 10px;
  }
  .block-winner {
    padding: 0 40px;
  }
  .block-winner .owl-nav button.owl-prev {
    left: -45px;
  }
  .block-winner .owl-nav button.owl-next {
    right: -45px;
  }
  .card-winner {
    display: inline-block;
  }
  .section-reward .flag-wrapper {
    top: -85px;
  }
  .section-reward .aw-flag {
    height: 130px;
  }
  .light-block [class^="bulb-"] {
    background-size: 35px auto !important;
  }
  .light-block.less-col .col-gift.lg-col .text-box .label-number {
    margin: 0 2px 5px;
  }
  .light-block [class^="bulb-"] {
    background-size: 33px auto !important;
  }
  .light-block .bulb-left,
  .light-block .bulb-right {
    background-position: -7px -7px;
  }
  .light-block .bulb-top {
    background-position: 52px 9px;
  }
  .light-block.less-col.row-number-4 .inner-wrapper .col-gift {
    margin-bottom: 30px;
  }
  .light-block.less-col.row-number-4 .bulb-bottom {
    background-position: 25px 16px;
  }
  .light-block .bulb-bottom {
    left: 18px;
    right: 18px;
  }
  .light-block.less-col.row-number-5 .bulb-bottom {
    background-position: 23px 32px;
  }
  .light-block .bulb-top,
  .light-block .bulb-right {
    background-position: 8px 10px;
  }
  .light-block.less-col.row-number-5 .bulb-top {
    background-position: 7px -8px;
  }
  .led-light.led-11 {
    bottom: 42px;
    right: -30px;
  }
  .led-light.led-10 {
    left: -29px;
    bottom: 44px;
  }
  .led-light.led-4 {
    left: auto;
    right: -30px;
    top: -32px;
  }
  .light-block.less-col.row-number-5 .bulb-right {
    background-position: 25px -55px;
  }
  .light-block.less-col.row-number-7 .bulb-left {
    background-position: 58px 75px;
  }
  .light-block.less-col.row-number-7 .bulb-bottom {
    background-position: 8px 58px;
  }
  .light-block.less-col.row-number-7 .bulb-bottom {
    background-position: -9px 16px;
  }
  .light-block.more-col .col-gift.lg-col .text-box .label-number {
    margin: 0 2px 4px;
  }
  .light-block.more-col.row-number-13 .bulb-bottom {
    background-position: 20px 16px;
  }
  .light-block.more-col.row-number-13 .bulb-top {
    background-position: 40px 9px;
  }
  .light-block.less-col.row-number-7 .bulb-right {
    background-position: 8px 11px;
  }
  .light-block.less-col.row-number-9 .bulb-right {
    background-position: 58px -32px;
  }
  .light-block.less-col.row-number-9 .bulb-bottom {
    background-position: 10px 0px;
  }
  .light-block.less-col.row-number-9 .bulb-top {
    background-position: 38px -40px;
  }
  .light-block .inner-wrapper .col-gift .label-number {
    font-size: 18px;
  }
  .light-block .inner-wrapper .col-gift.lg-col .label-number {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 420px) {
  .section-rules .block-image {
    display: inline-block;
  }
  .section-rules .block-image img {
    width: 100%;
    height: auto;
  }
  .section-mahaheng-reward::after {
    display: none;
  }
  .section-mahaheng-reward {
    padding: 30px 0 130px;
  }
  .section-mahaheng-reward .aw-all-reward {
    left: -45px;
    right: -45px;
    bottom: -180px;
  }
  .section-mahaheng-reward .label-light {
    width: 225px;
    height: 128px;
  }
  .section-mahaheng-reward .caption-reward .text-box {
    width: 100%;
  }
  .section-banner .banner-wrapper img {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .fancybox-slide--iframe .fancybox-content {
    width: 320px !important;
    max-width: 90% !important;
    max-height: 80%;
  }
  .section-banner .aw-caption {
    max-width: 280px;
  }
  .section-banner .aw-call {
    max-width: 90%;
  }
  .section-banner .aw-reward {
    width: 700px;
    right: -200px;
    left: auto;
    margin: 0;
    bottom: auto;
    top: 110px;
  }
  .section-banner .caption-event {
    padding: 35px 0;
  }
  .section-reward .flag-wrapper::after {
    display: none;
  }
  .gift-winner {
    margin-top: 20px;
  }
  .block-winner .slider-control {
    margin-top: 15px;
  }
  .section-reward::before {
    height: 210px;
    bottom: 0;
    background: url("/mahaheng-2/assets/images/aw-people-mobile.svg") left center no-repeat;
  }
  .section-reward {
    padding-bottom: 130px;
  }
  .section-reward .flag-wrapper {
    top: -65px;
  }
  .section-reward .aw-flag {
    height: 120px;
  }
  .section-reward .aw-flag.-left {
    left: -56%;
  }
  .section-reward .aw-flag.-right {
    right: -56%;
  }
}

@media only screen and (max-width: 320px) {
  .section-banner .caption-event .inner-wrapper span {
    font-size: 22px !important;
  }
  .section-banner .aw-caption {
    max-width: 250px;
  }
  .section-banner .aw-reward {
    right: -225px;
  }
}
