html, body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  color: #2d2d2d;
}

body {
  font-family: "UTM FacebookR K&T";
}

a {
  text-decoration: none;
}

p, span, h1, h2 {
  padding: 0;
  margin: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.hidden {
  display: none !important;
}

.roboto-regular {
  font-family: "Roboto Regular";
}

.roboto-black {
  font-family: "Roboto Black";
}

.italic {
  font-style: italic;
}

@font-face {
  font-family: "UTM FacebookR K&T";
  src: url("../font/UTMFacebookRK&T/UTM-FacebookR-K&T.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SRN CookieRun";
  src: url("../font/SRNCookieRun/SRNCookieRun-Bold.woff2") format("woff2"), url("../font/SRNCookieRun/SRNCookieRun-Bold.woff") format("woff"), url("../font/SRNCookieRun/SRNCookieRun-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Black";
  src: url("../font/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../font/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("../font/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UVN Van";
  src: url("../font/UVNVan/UVNVan_B.TTF") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@keyframes tagline {
  0% {
    filter: brightness(1);
  }
  20% {
    filter: brightness(1.1) drop-shadow(0px 16px 10px white) invert(6%);
  }
  40% {
    filter: brightness(1) drop-shadow(0px 16px 10px white) invert(1%);
  }
  50% {
    filter: brightness(1.2) drop-shadow(0px 16px 10px white) invert(10%);
  }
  70% {
    filter: brightness(1) drop-shadow(0px 16px 10px white) invert(5%);
  }
  80% {
    filter: brightness(1.1) drop-shadow(0px 16px 10px white) invert(5%);
  }
  90% {
    filter: brightness(1.3) drop-shadow(0px 16px 10px white) invert(2%);
  }
  100% {
    filter: brightness(1) drop-shadow(0px 16px 10px white) invert(6%);
  }
}
@keyframes expandtimeline {
  0% {
    height: 20vw;
  }
  100% {
    height: 100vw;
  }
}
.roleName, .roleId {
  width: 100%;
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.55vw;
  transition: 0.3s ease-in-out;
  z-index: 50;
  background-color: #fcec30;
}
.header .nav {
  display: inline-block;
  float: right;
}
.header .nav .nav-item {
  position: relative;
  transition: 0.2s;
  font-size: 1.1vw;
  padding: 0 1.75vw;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #2d2d2d;
}
.header .nav .nav-item.active {
  background: #ff0000;
  color: white;
}
.header .nav .nav-item:hover {
  background: #ff0000;
  color: white;
  cursor: pointer;
}
.header .nav .nav-item:hover .nav-item-sub-wrapper {
  display: block;
}
.header .nav .nav-item:last-child:hover {
  background: transparent;
  color: #2d2d2d;
  cursor: pointer;
}
.header .nav .nav-item-social {
  display: block;
}
.header .nav .nav-item-social .logout {
  color: red;
  display: inline-block;
  margin-left: 0.5vw;
}
.header .nav .nav-item-social .roleId {
  font-size: 0.65vw;
}
.header .nav .nav-item-sub-item {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5vw 0;
  font-size: 1.1vw;
}
.header .nav .nav-item-sub-wrapper {
  left: 0;
  position: absolute;
  width: 20vw;
  background: white;
  display: none;
}
.header .nav .nav-item-sub-wrapper-social {
  bottom: -130%;
}
.header .header-logo-block {
  width: 19.45vw;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-logo-block .logo {
  display: block;
  margin: 0 0.95vw;
  width: 5.1vw;
  height: 2.4vw;
  background: url("../image/logo.webp") no-repeat;
  background-size: contain;
}
.header .header-logo-block .download-block {
  height: 2.7vw;
  width: 11.85vw;
}
.header .header-logo-block .download-block .app-icon {
  height: 2.7vw;
  display: block;
  width: 2.7vw;
  background: url("../image/ptg-icon.webp") no-repeat;
  background-size: contain;
  float: left;
}
.header .header-logo-block .download-block .download-icon-block {
  float: right;
  width: 8.8vw;
  height: 100%;
}
.header .header-logo-block .download-block .download-icon-block .download-title {
  font-size: 0.7vw;
  height: 1.1vw;
  width: 100%;
  box-sizing: border-box;
  border: 0.1vw solid white;
  background: #d7d8d8;
  color: #040707;
  text-align: center;
}
.header .header-logo-block .download-block .download-icon-block .download-icon-block2 {
  width: 100%;
  display: flex;
  columns: 2;
  height: 1.3vw;
  margin-top: 0.25vw;
}
.header .header-logo-block .download-block .download-icon-block .download-icon-block2 .store-apple {
  background: url("../image/store-apple.webp") no-repeat;
  display: block;
  background-size: contain;
  flex: 1;
}
.header .header-logo-block .download-block .download-icon-block .download-icon-block2 .store-google {
  background: url("../image/store-google.webp") no-repeat;
  display: block;
  background-size: contain;
  flex: 1;
}

body {
  background-color: #eb863b;
}

.container {
  width: 70vw;
  margin: 0 auto;
}

.zoomin .main .tagline-zoomin {
  opacity: 1;
}

.zoomin .main .tagline-zoomout {
  opacity: 0;
}

.zoomin .main .button-body-wrapper {
  top: 44vw;
}

.frame-video-wrapper {
  position: fixed;
  width: 18.8vw;
  height: 16.3vw;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  z-index: 15;
}
.frame-video-wrapper.minimize {
  margin-bottom: -12.3vw;
}
.frame-video-wrapper .frame-video {
  background-image: url("../image/background-video.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 12vw;
  bottom: 0;
}
.frame-video-wrapper .title-frame {
  padding: 0.7vw;
  color: white;
  font-size: 1vw;
  margin-left: 3vw;
  margin-top: 42px;
}
.frame-video-wrapper .title-frame:hover {
  cursor: pointer;
}
.frame-video-wrapper .iframe-bg-video {
  position: absolute;
  width: 15.8vw;
  margin-left: 1.35vw;
  height: 9vw;
  background-color: #f1af52;
  bottom: 0;
}

.main .tuarua-trai {
  position: absolute;
  top: 0;
  left: 0;
  width: 29.25vw;
}
.main .tuarua-phai {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.55vw;
}
.main .tuarua-trai-mobile, .main .tuarua-phai-mobile {
  display: none;
}
.main .cake-overlay {
  position: absolute;
  top: 16vw;
  left: 50%;
  transform: translateX(-50%);
  /* background: red; */
  width: 26vw;
  height: 32vw;
}
.main .cake-overlay:hover {
  cursor: pointer;
}
.main .phaser {
  margin-top: 3.55vw;
  width: 100vw;
  height: 69.3vw;
}
.main .diemdanh-block {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  margin-bottom: 1vw;
}
.main .tagline {
  transition: 0.5s;
  position: absolute;
  width: 36.65vw;
  top: 4.3vw;
  transform: translateX(-50%);
  left: 50%;
  animation: tagline 2s linear infinite;
}
.main .tagline-zoomin {
  opacity: 0;
}
.main .button-body-wrapper {
  position: absolute;
  top: 52.5vw;
  width: 100%;
  text-align: center;
}
.main .button-body-wrapper .zs2 {
  position: relative;
  margin-top: 4.4vw;
}
.main .tagline-gift {
  position: absolute;
  background: url("../image/tagline-gift.webp") no-repeat center;
  background-size: contain;
  width: 58.95vw;
  height: 19.85vw;
  left: 50%;
  transform: translate(-50%);
}
.main .timeline-wrapper, .main .timeline-wrapper-mobile {
  position: absolute;
  top: 56.55vw;
  display: flex;
  justify-content: center;
  width: 100%;
}
.main .timeline-wrapper .timeline-block, .main .timeline-wrapper-mobile .timeline-block {
  position: relative;
  width: 61.15vw;
  height: 8.35vw;
  background: rgba(0, 0, 0, 0.75) url("../image/timeline-border.webp") no-repeat;
  border-radius: 1.5vw;
  background-size: contain;
}
.main .timeline-wrapper .timeline-block .line-wrapper, .main .timeline-wrapper-mobile .timeline-block .line-wrapper {
  position: relative;
  height: 3vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.main .timeline-wrapper .timeline-block .line-wrapper .text-line, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .text-line {
  width: 54vw;
  overflow: hidden;
  top: 1.15vw;
  width: 100%;
  display: flex;
  font-family: "Tahoma";
  font-size: 0.7vw;
  align-items: center;
  justify-content: center;
}
.main .timeline-wrapper .timeline-block .line-wrapper .text-line .date, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .text-line .date {
  color: white;
  width: 3.8vw;
  text-align: center;
  margin-bottom: 0.25vw;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line {
  overflow: hidden;
  position: absolute;
  bottom: 0.3vw;
  width: 54vw;
  height: 0.8vw;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-0::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-0::before {
  display: none;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-0 .tron, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-0 .tron {
  display: none;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1::before {
  width: calc(0 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(2), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(2) {
  display: none;
  flex: 2;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(3), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(3) {
  display: none;
  flex: 3;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(4), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(4) {
  display: none;
  flex: 4;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(5), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(5) {
  display: none;
  flex: 5;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(6), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(6) {
  display: none;
  flex: 6;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(7), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(7) {
  display: none;
  flex: 7;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(8), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(8) {
  display: none;
  flex: 8;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(9), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(9) {
  display: none;
  flex: 9;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(10), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(10) {
  display: none;
  flex: 10;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(11) {
  display: none;
  flex: 11;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2::before {
  width: calc(1 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(3), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(3) {
  display: none;
  flex: 3;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(4), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(4) {
  display: none;
  flex: 4;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(5), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(5) {
  display: none;
  flex: 5;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(6), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(6) {
  display: none;
  flex: 6;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(7), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(7) {
  display: none;
  flex: 7;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(8), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(8) {
  display: none;
  flex: 8;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(9), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(9) {
  display: none;
  flex: 9;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(10), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(10) {
  display: none;
  flex: 10;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(11) {
  display: none;
  flex: 11;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3::before {
  width: calc(2 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(4), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(4) {
  display: none;
  flex: 4;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(5), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(5) {
  display: none;
  flex: 5;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(6), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(6) {
  display: none;
  flex: 6;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(7), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(7) {
  display: none;
  flex: 7;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(8), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(8) {
  display: none;
  flex: 8;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(9), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(9) {
  display: none;
  flex: 9;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(10), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(10) {
  display: none;
  flex: 10;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(11) {
  display: none;
  flex: 11;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4::before {
  width: calc(3 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(5), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(5) {
  display: none;
  flex: 5;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(6), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(6) {
  display: none;
  flex: 6;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(7), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(7) {
  display: none;
  flex: 7;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(8), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(8) {
  display: none;
  flex: 8;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(9), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(9) {
  display: none;
  flex: 9;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(10), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(10) {
  display: none;
  flex: 10;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(11) {
  display: none;
  flex: 11;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5::before {
  width: calc(4 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(6), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(6) {
  display: none;
  flex: 6;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(7), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(7) {
  display: none;
  flex: 7;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(8), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(8) {
  display: none;
  flex: 8;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(9), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(9) {
  display: none;
  flex: 9;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(10), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(10) {
  display: none;
  flex: 10;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(11) {
  display: none;
  flex: 11;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-6::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-6::before {
  width: calc(5 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(7), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(7) {
  display: none;
  flex: 7;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(8), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(8) {
  display: none;
  flex: 8;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(9), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(9) {
  display: none;
  flex: 9;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(10), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(10) {
  display: none;
  flex: 10;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(11) {
  display: none;
  flex: 11;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-6 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-7::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-7::before {
  width: calc(6 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(8), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(8) {
  display: none;
  flex: 8;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(9), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(9) {
  display: none;
  flex: 9;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(10), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(10) {
  display: none;
  flex: 10;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(11) {
  display: none;
  flex: 11;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-7 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-8::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-8::before {
  width: calc(7 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(9), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(9) {
  display: none;
  flex: 9;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(10), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(10) {
  display: none;
  flex: 10;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(11) {
  display: none;
  flex: 11;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-8 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-9::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-9::before {
  width: calc(8 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(10), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(10) {
  display: none;
  flex: 10;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(11) {
  display: none;
  flex: 11;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-9 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-10::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-10::before {
  width: calc(9 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-10 .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-10 .tron:nth-child(11) {
  display: none;
  flex: 11;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-10 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-10 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-10 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-10 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-10 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-10 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-10 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-10 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-11::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-11::before {
  width: calc(10 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-11 .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-11 .tron:nth-child(12) {
  display: none;
  flex: 12;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-11 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-11 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-11 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-11 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-11 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-11 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-12::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-12::before {
  width: calc(11 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-12 .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-12 .tron:nth-child(13) {
  display: none;
  flex: 13;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-12 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-12 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-12 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-12 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-13::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-13::before {
  width: calc(12 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-13 .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-13 .tron:nth-child(14) {
  display: none;
  flex: 14;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-13 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-13 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-14::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-14::before {
  width: calc(13 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-14 .tron:nth-child(15), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-14 .tron:nth-child(15) {
  display: none;
  flex: 15;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active.ngay-15::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-15::before {
  width: calc(14 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active::before {
  background-color: #ffcb3d;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active .tron::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active .tron::before {
  background-color: #ffcb3d;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active .tron::after, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active .tron::after {
  background-color: #ffcb3d;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line.line-active .tron:last-child::after, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active .tron:last-child::after {
  background-color: #ffcb3d;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.3vw;
  transform: translateY(-50%);
  top: 50%;
  background: #aa672c;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron {
  position: absolute;
  flex: 1;
  height: 0.8vw;
  width: 0.8vw;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(2), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(2) {
  left: calc(1 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(3), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(3) {
  left: calc(2 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(4), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(4) {
  left: calc(3 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(5), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(5) {
  left: calc(4 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(6), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(6) {
  left: calc(5 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(7), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(7) {
  left: calc(6 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(8), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(8) {
  left: calc(7 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(9), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(9) {
  left: calc(8 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(10), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(10) {
  left: calc(9 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(11), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(11) {
  left: calc(10 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(12), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(12) {
  left: calc(11 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(13), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(13) {
  left: calc(12 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:nth-child(14), .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(14) {
  left: calc(13 * 100%/14);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron::before, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8vw;
  width: 0.8vw;
  background: #aa672c;
  border-radius: 50%;
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:last-child, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:last-child {
  left: calc(100% - 0.8vw);
}
.main .timeline-wrapper .timeline-block .line-wrapper .line .tron:last-child::after, .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.8vw;
  width: 0.8vw;
  background: #aa672c;
  border-radius: 50%;
}
.main .timeline-wrapper .timeline-block .gift-block, .main .timeline-wrapper-mobile .timeline-block .gift-block {
  width: 100%;
  height: 5.3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .timeline-wrapper .timeline-block .gift-block .gift-item, .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item {
  position: relative;
  margin: 0 0.45vw;
  width: 2.9vw;
  height: 2.9vw;
  border-radius: 50%;
  background: #e4e0c5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.main .timeline-wrapper .timeline-block .gift-block .gift-item:hover, .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item:hover {
  filter: brightness(1.2);
  cursor: pointer;
}
.main .timeline-wrapper .timeline-block .gift-block .gift-item .gift-icon, .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item .gift-icon {
  width: 60%;
}
.main .timeline-wrapper .timeline-block .gift-block .gift-item::before, .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.main .timeline-wrapper .timeline-block .gift-block .gift-item.ready, .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item.ready {
  background: #e793e8;
}
.main .timeline-wrapper .timeline-block .gift-block .gift-item.ready .gift-icon, .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item.ready .gift-icon {
  width: 52%;
}
.main .timeline-wrapper .timeline-block .gift-block .gift-item.ready::before, .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item.ready::before {
  width: 40%;
  height: 40%;
  bottom: -0.35vw;
  right: 0.15vw;
  background: url("../image/start.webp") no-repeat;
  background-size: contain;
  z-index: 2;
}
.main .timeline-wrapper .timeline-block .gift-block .gift-item.disable, .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item.disable {
  background: #bdbdbd;
}
.main .timeline-wrapper .timeline-block .gift-block .gift-item.disable .gift-icon, .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item.disable .gift-icon {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.main .timeline-wrapper .timeline-block .gift-block .gift-item.disable::before, .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item.disable::before {
  margin-top: -0.25vw;
  margin-right: -0.25vw;
  background: url("../image/check.webp") no-repeat;
  background-size: contain;
  z-index: 2;
}
.main .timeline-wrapper {
  display: none;
}
.main .timeline-wrapper.show {
  display: flex;
}
.main .timeline-wrapper .diemdanh-block {
  margin-top: 0vw;
  margin-bottom: 0;
  top: 7.5vw;
}
.main .timeline-wrapper-mobile {
  display: none;
}
.main .timeline-section {
  display: none;
}

.footer {
  margin-top: -3.66vw;
  z-index: 9;
  position: relative;
  padding: 6rem 0;
  padding: 3vw;
  background: rgb(45, 45, 45);
}
.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo-link img {
  width: 80%;
}
.footer .footer-logo-link:nth-child(2) {
  margin-left: 0.4vw;
  margin-top: -1vw;
}
.footer .new1 {
  border-top: 1px solid #868686;
  width: 70vw;
  margin-top: 1vw;
}
.footer-content {
  font-family: "Roboto Regular";
  text-align: center;
}
.footer-content .text {
  font-size: 13px;
  color: #868686;
}

.dropdown-group-menu-img {
  height: 5vh;
  width: auto;
  margin-left: 0.7vw;
  margin-top: 0.6vh;
}

.mobile-menu-wrapper {
  display: none;
  top: 0;
  height: 100%;
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  padding-top: 11.3333333333vw;
  font-family: "SRN CookieRun";
  box-sizing: border-box;
}
.mobile-menu-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.mobile-menu .dropdown-group-menu-img {
  display: none;
}
.mobile-menu-item {
  display: none;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 0;
  color: black;
  background: white;
}
.mobile-menu-item:last-child {
  display: block;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  body {
    background-color: #2d2d2d;
  }
  .header {
    height: 11.3333333333vw;
  }
  .header .nav {
    display: none;
  }
  .header .mobile-header-item {
    float: right;
    display: flex;
    padding-top: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
  .header .mobile-header-item a {
    flex: 1;
  }
  .header .header-logo-block {
    width: 24vw;
  }
  .header .header-logo-block .logo {
    width: 13.4666666667vw;
    height: 6.4vw;
  }
  .header .header-logo-block .download-block {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
  }
  .header .header-logo-block .download-block .app-icon {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
  }
  .header .header-logo-block .download-block .download-icon-block {
    display: none;
  }
  .zoomin .main .tagline-zoomout {
    opacity: 0;
  }
  .zoomin .main .tagline-zoomin {
    opacity: 1;
  }
  .zoomin .main .timeline-section {
    height: 20vw;
    animation: expandtimeline 0.5s linear 0.5s 1 forwards;
  }
  .zoomin .main .timeline-section::before {
    opacity: 1;
  }
  .main .tuarua-trai-mobile {
    margin-top: 11vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 13.6vw;
  }
  .main .tuarua-phai-mobile {
    margin-top: 11vw;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10.4vw;
  }
  .main .tuarua-trai, .main .tuarua-phai {
    display: none;
  }
  .main .diemdanh-block {
    margin-bottom: 2.6666666667vw;
  }
  .main .cake-overlay {
    top: 38vw;
    width: 42vw;
    height: 56vw;
  }
  .main .timeline-section {
    display: block;
    height: 0;
    margin-top: -33.333333vw;
    background-size: contain;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background-color: #ca6931;
  }
  .main .timeline-section::before {
    opacity: 0;
    transition: 0.5s;
    content: "";
    background: url(../image/timeline-block-background.webp) no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 28vw;
    margin-top: -26.6666666667vw;
  }
  .main .tagline {
    width: 62.6666666667vw;
    top: 13.3333333333vw;
  }
  .main .tagline-zoomin {
    opacity: 0;
    width: 66.6666666667vw;
    top: 13.3333333333vw;
  }
  .main #container {
    height: 162.7604167vw;
    padding-top: 11.3333333333vw;
    margin-top: -6.6666666667vw;
  }
  .main .timeline-wrapper {
    display: none;
  }
  .main:has(.timeline-wrapper-mobile.show) .diemdanh-block {
    display: block;
  }
  .main .diemdanh-block {
    display: none;
  }
  .main .timeline-wrapper-mobile {
    overflow: hidden;
    display: flex;
    opacity: 0;
    transition: 0.2s;
    top: 0vw;
  }
  .main .timeline-wrapper-mobile.show {
    opacity: 1;
  }
  .main .timeline-wrapper-mobile::before, .main .timeline-wrapper-mobile::after {
    content: "";
    position: absolute;
    z-index: 2;
  }
  .main .timeline-wrapper-mobile::before {
    background: url("../image/timeline-gift.webp") no-repeat;
    background-size: contain;
    width: 25.8666666667vw;
    height: 38.6666666667vw;
    bottom: -2vw;
    left: -5vw;
  }
  .main .timeline-wrapper-mobile::after {
    background: url("../image/timeline-gift-2.webp") no-repeat;
    background-size: contain;
    width: 23.7333333333vw;
    height: 35.0666666667vw;
    bottom: -5vw;
    right: -5vw;
  }
  .main .timeline-wrapper-mobile .timeline-block {
    margin: 0 auto;
    position: relative;
    width: 91.3333333333vw;
    height: 82.1333333333vw;
    background: rgba(0, 0, 0, 0.5) url("../image/timeline-border-mobile.webp") no-repeat;
    border-radius: 4vw;
    background-size: contain;
    box-sizing: border-box;
    padding: 8.5vw 0;
  }
  .main .timeline-wrapper-mobile .timeline-block::before {
    content: "";
    width: 97%;
    height: 96%;
    margin-left: 2vw;
    background: url(../image/timeline-mobile-bg.webp) no-repeat;
    position: absolute;
    background-size: contain;
    top: 6px;
    opacity: 0.4;
  }
  .main .timeline-wrapper-mobile .timeline-block .hhd {
    box-sizing: border-box;
    margin-bottom: 5.5vw;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper {
    height: 13.3vw;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .text-line {
    font-size: 2.4453333333vw;
    height: 2.4453333333vw;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .text-line .date {
    width: 13.8vw;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line {
    bottom: 7vw;
    width: 53.8666666667vw;
    height: 2.8vw;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line::before {
    height: 1.0666666667vw;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron {
    position: absolute;
    flex: 1;
    height: 2.8vw;
    width: 2.8vw;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(2) {
    left: calc(1 * 100%/4);
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(3) {
    left: calc(2 * 100%/4);
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:nth-child(4) {
    left: calc(3 * 100%/4);
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron::before {
    height: 2.8vw;
    width: 2.8vw;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:last-child {
    left: calc(100% - 2.8vw);
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line .tron:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2.8vw;
    width: 2.8vw;
    background: #aa672c;
    border-radius: 50%;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1::before {
    width: calc(0 * 100%/4);
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(2) {
    display: none;
    flex: 2;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(3) {
    display: none;
    flex: 3;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(4) {
    display: none;
    flex: 4;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-1 .tron:nth-child(5) {
    display: none;
    flex: 5;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2::before {
    width: calc(1 * 100%/4);
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(3) {
    display: none;
    flex: 3;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(4) {
    display: none;
    flex: 4;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-2 .tron:nth-child(5) {
    display: none;
    flex: 5;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3::before {
    width: calc(2 * 100%/4);
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(4) {
    display: none;
    flex: 4;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-3 .tron:nth-child(5) {
    display: none;
    flex: 5;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4::before {
    width: calc(3 * 100%/4);
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-4 .tron:nth-child(5) {
    display: none;
    flex: 5;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active.ngay-5::before {
    width: calc(4 * 100%/4);
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active::before {
    background-color: #ffcb3d;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active .tron::before {
    background-color: #ffcb3d;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active .tron::after {
    background-color: #ffcb3d;
  }
  .main .timeline-wrapper-mobile .timeline-block .line-wrapper .line.line-active .tron:last-child::after {
    background-color: #ffcb3d;
  }
  .main .timeline-wrapper-mobile .timeline-block .gift-block {
    height: 10.1333333333vw;
    margin-top: -5.1vw;
  }
  .main .timeline-wrapper-mobile .timeline-block .gift-block .gift-item {
    margin-left: 1.5333333333vw;
    margin-right: 1.5333333333vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
  .main .button-body-wrapper {
    height: 79vw;
    overflow: hidden;
    top: 81.3333333333vw !important;
  }
  .main .button-body-wrapper .tagline-gift {
    width: 115vw;
    height: 40.85vw;
    transition: 0.2s;
    display: block !important;
    top: 0;
  }
  .main .button-body-wrapper .tagline-gift.zoomout {
    background: url(../image/tagline-gift-mobile-zoom-out.webp) no-repeat center;
    background-size: contain;
    top: 4.933333vw;
    width: 355vw;
    height: 115.85vw;
    margin-left: -19vw;
  }
  .main .button-body-wrapper .zs2 {
    position: relative;
    z-index: 3;
    margin-top: 30.2666666667vw;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu-wrapper {
    display: block;
  }
  .mobile-menu-item {
    display: block;
    padding: 4vw 0;
  }
  .mobile-menu-item:hover, .mobile-menu-item.active {
    background: #ee7a31;
    color: white;
  }
  .mobile-menu .dropdown-group-menu-img {
    display: block;
  }
  .roleId {
    font-size: 3.2vw;
  }
  .footer {
    margin-top: 26vw;
    padding: 10vw 0;
    transition: 0.2s;
  }
  .footer.zoomin {
    margin-top: 0;
  }
  .footer .footer-logo-link:nth-child(1) img {
    width: 100%;
    height: auto;
  }
  .footer .footer-logo-link:nth-child(1) {
    width: 30vw;
  }
  .footer .footer-logo-link:nth-child(1) {
    width: 28vw;
  }
  .footer .footer-logo-link:nth-child(2) {
    width: 9rem;
    margin-top: -1.2rem;
  }
  .footer .new1 {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  .footer .text {
    line-height: 1.3;
  }
  .frame-video-wrapper {
    display: none;
  }
}
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 51;
  display: flex;
  justify-items: center;
  align-items: center;
}
.popup#popupTask .popup-button-wrapper {
  margin-top: 3.5vw;
}
.popup#popupTask .popup-button-wrapper .button {
  flex-basis: 100%;
  margin-bottom: 1.8vw;
}
.popup#popupTask .popup-button-wrapper .button:last-child {
  margin-bottom: 0;
  margin-left: 0;
}
.popup#popupTask .popup-button-wrapper .button:first-child {
  margin-right: 0;
}
.popup::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-container {
  position: relative;
  margin: 0 auto;
  width: 35.45vw;
  background: white url("../image/popup-background.webp") no-repeat center top;
  background-size: contain;
  border-radius: 2.25vw;
  z-index: 52;
}
.popup-title {
  width: 26vw;
  height: 3.5vw;
  background: url("../image/tile-background.webp") no-repeat center top;
  background-size: contain;
  margin: -2vw auto 0;
  position: relative;
  display: block;
  color: white;
  font-size: 1.7vw;
  font-family: "UVN Van";
  text-transform: uppercase;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.3vw;
  box-sizing: border-box;
}
.popup-title span {
  line-height: 0.8;
}
.popup-title::before, .popup-title::after {
  content: "";
  position: absolute;
  top: -4.45vw;
  width: 8.3vw;
  height: 8.6vw;
  background: url("../image/phao-hoa.webp") no-repeat center top;
  background-size: contain;
}
.popup-title::before {
  left: -5.45vw;
}
.popup-title::after {
  right: -5.45vw;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.popup-main {
  padding: 6.2vw 1.8vw 1.8vw;
  width: 100%;
  box-sizing: border-box;
  margin-top: -1.5vw;
}
.popup-content {
  font-size: 1vw;
  width: 100%;
  text-align: center;
  color: #3a372a;
  font-family: "Roboto Regular";
}
.popup .gift-box {
  background-color: #ffefbd;
  width: 19.55vw;
  height: 12.05vw;
  border-radius: 1.65vw;
  margin: 0.8vw auto 0;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.popup .gift-box img {
  width: 6.05vw;
  margin: 0.6vw;
}
.popup-button-wrapper {
  min-height: 6.9vw;
  width: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.popup-button-wrapper .button:first-child {
  margin-right: 0.45vw;
}
.popup-button-wrapper .button:last-child {
  margin-left: 0.45vw;
}
.popup-close {
  background: url("../image/popup-close.webp") no-repeat center;
  background-size: contain;
  width: 2.7vw;
  height: 2.7vw;
  position: absolute;
  top: 0.75vw;
  right: -3.9vw;
  transition: 0.2s;
}
.popup-close:hover {
  transform: rotate(180deg);
  cursor: pointer;
  filter: brightness(1.2);
}
.popup .high-light {
  font-size: 1.4vw;
  color: #ce471e;
}
.popup .invite-link {
  font-size: 1.55vw;
  font-family: "Roboto Regular";
  border: none;
  background-color: #ffefbd;
  color: #ce471e;
  padding: 0.8vw;
  margin-top: 1.2vw;
  margin-bottom: 1.5vw;
}
.popup .login-channel {
  font-family: "Roboto Regular";
  font-size: 1.5vw;
  display: inline-block;
  background: #347abd;
  color: white;
  width: 13.15vw;
  height: 3vw;
  border-radius: 0.25vw;
  box-sizing: border-box;
  margin-top: 1.25vw;
  line-height: 2;
  position: relative;
  transition: 0.2s;
}
.popup .login-channel:hover {
  background: #56a3ec;
}
.popup .login-channel span {
  display: inline-block;
  width: 10.15vw;
  margin-left: 3vw;
}
.popup .login-channel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3vw;
  height: 3vw;
  border-top-left-radius: 0.25vw;
  border-bottom-left-radius: 0.25vw;
}
.popup .login-channel-fb::before {
  background: #1d609f url("../image/login-channel_0002_fb.webp") no-repeat center;
  background-size: 0.9vw;
}
.popup .login-channel-zing::before {
  background: #42a3d6 url("../image/login-channel_0003_zing.webp") no-repeat center;
  background-size: 2.5vw;
}
.popup .login-channel-apple::before {
  background: #0180c7 url("../image/login-channel_0000_apple.webp") no-repeat center;
  background-size: 1.65vw;
}
.popup .login-channel-email::before {
  background: #0180c7 url("../image/login-channel_0001_email.webp") no-repeat center;
  background-size: 1.75vw;
}
.popup .login-channel-wrapper {
  margin-bottom: 2.55vw;
}
.popup.popup-large .popup-container {
  background: white url("../image/popup-background-2.webp") no-repeat center top;
  background-size: contain;
  width: 45.3vw;
}
.popup.popup-large .popup-content {
  max-height: 38vw;
  overflow-y: scroll;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .popup.popup-large .popup-container {
    width: 92.3vw;
  }
  .popup.popup-large .popup-content {
    max-height: 118vw;
  }
  .popup-button-wrapper {
    margin-top: 2vw;
  }
  .popup .invite-link {
    padding: 1.8vw;
    margin-top: 3.2vw;
    margin-bottom: 2.5vw;
    font-size: 3.55vw;
  }
  .popup .high-light {
    font-size: 4.4vw;
  }
  .popup-title {
    width: 53vw;
    height: 7.5vw;
    font-size: 3.7vw;
  }
  .popup-title::before, .popup-title::after {
    top: -5.45vw;
    width: 13.3vw;
    height: 23.6vw;
  }
  .popup-close {
    width: 8vw;
    height: 8vw;
  }
  .popup-main {
    padding: 10.2vw 3.8vw 5.8vw;
  }
  .popup .login-channel-wrapper {
    margin-top: 2vw;
    margin-bottom: 4.55vw;
  }
  .popup .popup-container {
    width: 83vw;
    border-radius: 3.25vw;
  }
  .popup .popup-content {
    font-size: 3.5vw;
  }
  .popup .login-channel {
    width: 33.15vw;
    height: 7vw;
    font-size: 3.2vw;
    margin-top: 2.25vw;
  }
  .popup .login-channel::before {
    width: 7vw;
    height: 7vw;
  }
  .popup .login-channel-fb::before {
    background-size: 1.8vw;
  }
  .popup .login-channel-zing::before {
    background-size: 6vw;
  }
  .popup .login-channel-apple::before {
    background-size: 3vw;
  }
  .popup .login-channel-email::before {
    background-size: 3.75vw;
  }
  .popup .gift-box {
    width: 53.55vw;
    height: 26.05vw;
    margin: 1.8vw auto 0;
  }
  .popup .gift-box img {
    width: 17.05vw;
    margin: 2.6vw;
  }
}
.button {
  border: none;
  background: url("../image/btn-short.webp") no-repeat center;
  background-size: contain;
  width: 12.35vw;
  height: 3.1vw;
  text-align: center;
  color: white;
  font-family: "UVN Van";
  font-size: 1.2385vw;
  line-height: 0.9;
  transition: 0.2s;
  padding-bottom: 0.3vw;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 3.9693333333vw;
  }
  .button.button {
    height: 9.1vw;
    font-size: 3vw;
    padding-bottom: 0.4vw;
    width: 29.35vw;
  }
  .button.button-lambanh {
    width: 28.8vw;
    height: 15.0666666667vw;
  }
  .button.button-nhiemvu {
    width: 30.4vw;
    height: 16.6666666667vw;
  }
  .button.button-playnow {
    z-index: 2;
    position: relative;
    margin-top: 20vw;
    background: url("../image/playnow-mobile.webp") no-repeat center;
    background-size: contain;
    width: 43.6vw;
    height: 16.4vw;
  }
  .button.button.button-download {
    font-family: "SRN CookieRun";
    background: url("../image/btn-download.webp") no-repeat center;
    background-size: contain;
    width: 27.8666666667vw;
    height: 9.3333333333vw;
    box-sizing: border-box;
    font-size: 3.6vw;
    padding-top: 2.6vw;
    margin-right: 1.6vw;
    display: block;
    font-family: "SRN CookieRun";
    background: url(../image/btn-download.webp) no-repeat center;
    background-size: contain;
    width: 26.866667vw;
  }
  .button.button.button-hamburger {
    background: url("../image/hamburger.webp") no-repeat center;
    background-size: contain;
    width: 9.533333vw;
    height: 9.3333333333vw;
    display: block;
  }
  .button.button-diemdanh {
    width: 35.2vw;
    height: 13.0666666667vw;
    background: url("../image/btn-diemdanh.webp") no-repeat center;
    background-size: contain;
  }
}
.button:hover {
  cursor: pointer;
  filter: brightness(1.2);
}
.button.button-download {
  display: none;
}
.button.button-hamburger {
  display: none;
}
.button-long {
  background: url("../image/btn-long.webp") no-repeat center;
  background-size: contain;
  width: 17.25vw;
  height: 5.3vw;
}
.button-playnow {
  background: url("../image/btn_0000_playnow-bg.webp") no-repeat center;
  background-size: contain;
  width: 17.25vw;
  height: 5.3vw;
}
.button-lambanh {
  width: 10.75vw;
  height: 5.55vw;
  background: url("../image/btn_0000s_0001_make-cake-bg.webp") no-repeat center;
  background-size: contain;
}
.button-nhiemvu {
  width: 11.35vw;
  height: 6.15vw;
  background: url("../image/btn_0000s_0000_nhiemvu-bg.webp") no-repeat center;
  background-size: contain;
}
.button-diemdanh {
  width: 13.7vw;
  height: 5.35vw;
  background: url("../image/btn-diemdanh.webp") no-repeat center;
  background-size: contain;
}

#container {
  top: 0;
  left: 0;
  width: 100vw;
  height: 69.3vw;
  background-size: contain;
  padding-top: 3.5vw;
  position: relative;
}

#container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

canvas {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

/*# sourceMappingURL=style.css.map */
