@charset "UTF-8";
/* @font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.baovietbank.vn/media/THTT/LandingPage/shared/MaterialIcons.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Neo;
  src: url("https://www.baovietbank.vn/media/THTT/LandingPage/shared/UTM Neo Sans Intel.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MyriadProRegular;
  src: url("https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/MyriadProRegular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: MyriadProBold;
  src: url("https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/MyriadProBold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: MyriadProSemiBold;
  src: url("https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/MyriadProSemiBold.otf") format("opentype");
  font-display: swap;
} */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Neo;
  src: url("../fonts/UTM Neo Sans Intel.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MyriadProRegular;
  src: url("../fonts/MyriadProRegular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: MyriadProBold;
  src: url("../fonts/MyriadProBold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: MyriadProSemiBold;
  src: url("../fonts/MyriadProSemiBold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Motherland;
  src: url("../fonts/NVN-Motherland-Signature.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url("../fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: GilroyM;
  src: url("../fonts/SVN-Gilroy Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: GilroySB;
  src: url("../fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: GilroyB;
  src: url("../fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: GilroyBl;
  src: url("../fonts/SVN-Gilroy Black.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: GilroyI;
  src: url("../fonts/SVN-Gilroy Italic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: GilroyXBI;
  src: url("../fonts/SVN-Gilroy XBold Italic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: GilroyXB;
  src: url("../fonts/SVN-Gilroy XBold.otf") format("opentype");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: Neo, sans-serif;
  font-size: 14px;
  color: #fff;
  background: #fff;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

body::-webkit-scrollbar {
  width: 6px;
  -webkit-appearance: none;
}

body::-webkit-scrollbar-track {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.3);
  border: 1px solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(50, 50, 50, 0.7);
}

body.overflow {
  overflow: hidden;
}

a,
a:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

ul {
  list-style: disc;
}

.color-blue {
  color: #00416D;
}

.color-gold {
  color: #dea100;
}

.to-top {
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: -20px;
  z-index: 999;
}

.outer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

#main-menu {
  background: transparent;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 25px;
}
#main-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
#main-menu > .outer {
  position: relative;
  z-index: 2;
}
#main-menu .lp-logo .top {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
}
#main-menu .lp-logo .fixed {
  visibility: hidden;
  opacity: 0;
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
}
#main-menu .wrap-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#main-menu .wrap-menu .lp-logo {
  padding: 5px 0;
  width: 30%;
}
#main-menu .wrap-menu .lp-logo img {
  max-width: 230px;
}
#main-menu .wrap-menu .lp-menu {
  width: 70%;
  text-align: right;
}
#main-menu .wrap-menu .lp-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-menu .wrap-menu .lp-menu ul li a {
  padding: 0 25px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
#main-menu .wrap-menu .lp-menu ul li a:hover {
  color: #dea100;
}
#main-menu.prefixed {
  top: -100px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
}
#main-menu.prefixed .lp-logo a {
  display: block;
}
#main-menu.prefixed .lp-logo .top {
  visibility: hidden;
  opacity: 0;
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
}
#main-menu.prefixed .lp-logo .fixed {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
}
#main-menu.fixed {
  padding-top: 0;
  top: 0;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  background: url("https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/backmenu.jpg") center/contain repeat-x;
}

#main-menu-mobile {
  display: none;
  width: 100%;
}

/* Button Mobile */
#btnz,
.menu-button {
  padding: 0 5px;
  cursor: pointer;
  display: inline-block;
}

.bar1,
.bar2,
.bar3,
.bar4 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: 0.4s;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.bar1 {
  width: 24px;
}

.bar2 {
  width: 24px;
}

#btnz .bar2 {
  width: 20px;
  margin-left: 4px;
}

.bar3 {
  width: 24px;
  margin-bottom: 0;
}

.bar4 {
  width: 18px;
  margin-left: 6px;
  margin-bottom: 0;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 7px);
  transform: rotate(-45deg) translate(-6px, 7px);
  background-color: #fff;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-3px, -4px);
  transform: rotate(45deg) translate(-3px, -4px);
  background-color: #fff;
}

.change .bar4 {
  opacity: 0;
}

#lp-footer {
  padding: 7px 0 0;
  background: url("https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/back-footer.jpg") center/cover no-repeat;
  position: relative;
  z-index: 100;
}

#lp-footer .wrap-footer {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 7px;
}

#lp-footer .wrap-footer .top {
  width: 100%;
}

#lp-footer .wrap-footer .top .logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 7px;
}

#lp-footer .wrap-footer .top .logo span {
  display: block;
}

#lp-footer .wrap-footer .top .logo span img {
  object-fit: contain;
}

#lp-footer .wrap-footer .top .logo span:nth-child(1) {
  /* width: calc(60% - 20px); */
  margin-right: 40px;
}

#lp-footer .wrap-footer .top .logo span:nth-child(1) img {
  /* width: 100%; */
  object-fit: contain;
  height: 55px;
}

#lp-footer .wrap-footer .top .logo span:nth-child(2) {
  /* width: calc(40% - 20px); */
  position: relative;
}

#lp-footer .wrap-footer .top .logo span:nth-child(2) img {
  /* width: 100%; */
  object-fit: contain;
  height: 55px;
}

#lp-footer .wrap-footer .top .logo span:nth-child(3) {
  height: 55px;
}

#lp-footer .wrap-footer .top .logo span:nth-child(3) img {
  object-fit: contain;
  /* width: 100%; */
  height: 100%;
}

#lp-footer .wrap-footer .top .description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#lp-footer .wrap-footer .top .description span:nth-child(1) {
  width: 30px;
  margin-right: 6px;
}

#lp-footer .wrap-footer .top .description span:nth-child(1) img {
  width: 100%;
  object-fit: contain;
}

#lp-footer .wrap-footer .top .description span:nth-child(2) {
  width: calc(100% - 36px);
  /* font-weight: 600; */
}

#lp-footer .wrap-footer .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#lp-footer .wrap-footer .bottom .item:nth-child(1) {
  width: 25%;
}

#lp-footer .wrap-footer .bottom .item:nth-child(1) a img {
  width: calc(100% - 30px);
}

#lp-footer .wrap-footer .bottom .item:nth-child(2) {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#lp-footer .wrap-footer .bottom .item:nth-child(2) span:nth-child(1) {
  width: 60px;
  margin-right: 6px;
}

#lp-footer .wrap-footer .bottom .item:nth-child(2) span:nth-child(1) img {
  width: 100%;
  object-fit: contain;
}

#lp-footer .wrap-footer .bottom .item:nth-child(2) span:nth-child(2) {
  width: calc(100% - 66px);
  line-height: 1.5;
  font-size: 0.875rem;
}

#lp-footer .wrap-footer .bottom .item:nth-child(2) span:nth-child(2) a {
  color: #fff;
  text-decoration: none;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span:nth-child(1) {
  width: 60px;
  margin-right: 6px;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span:nth-child(1) img {
  width: 100%;
  object-fit: contain;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span:nth-child(2) {
  width: calc(100% - 66px);
  line-height: 1.5;
  font-size: 0.875rem;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span:nth-child(2) a {
  font-size: 0.675rem;
  text-decoration: none;
  color: #fff;
  padding: 3px 10px 0;
  border: 1px solid #fff;
  border-radius: 35px;
  -ms-border-radius: 35px;
  -webkit-border-radius: 35px;
  display: inline-block;
  font-weight: 600;
}

#lp-footer .wrap-footer .bottom .item:nth-child(3) span:nth-child(2) a:hover {
  color: #00648B;
  background: #fff;
}

#lp-footer .wrap-footer .bottom .item:nth-child(4) {
  width: 30%;
}

#lp-footer .wrap-footer .bottom .item:nth-child(4) a {
  color: #fff;
  text-decoration: none;
}

.bvb-site-footer .footer-copyright {
  padding: 7px 0;
  background: #005baa;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
}

.bvb-site-footer .footer-copyright ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}

.bvb-site-footer .footer-copyright .left {
  width: 45%;
}

.bvb-site-footer .footer-copyright .left ul li {
  list-style: none;
  float: left;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
  color: #fff;
}

.bvb-site-footer .footer-copyright .center-social ul li {
  margin: 0 3px;
  line-height: 1;
}

.bvb-site-footer .footer-copyright .center-social ul li a {
  color: #0079c1;
}

.bvb-site-footer .footer-copyright .center-social ul li a .default {
  display: block;
}

.bvb-site-footer .footer-copyright .center-social ul li a .hover {
  display: none;
}

.bvb-site-footer .footer-copyright .center-social ul li a:hover .default {
  display: none;
}

.bvb-site-footer .footer-copyright .center-social ul li a:hover .hover {
  display: block;
}

.bvb-site-footer .footer-copyright .center-social ul.flex-end {
  margin-left: auto;
  justify-content: flex-end;
}

.bvb-site-footer .footer-copyright .right-menu {
  width: 45%;
}

.bvb-site-footer .footer-copyright .right-menu li {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px #fff solid;
}

.bvb-site-footer .footer-copyright .right-menu li:first-child {
  border: none;
}

.bvb-site-footer .footer-copyright .right-menu li a {
  color: inherit;
}

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.weight {
  font-weight: 600;
}

#main-content {
  padding-top: 0;
  padding-bottom: 0;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 15;
}
.banner > img {
  width: 100%;
}
.banner .text {
  position: absolute;
  left: 15%;
  width: 30%;
  height: 70%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}
.banner .text .wrap-text {
  max-width: 100%;
  width: calc(100vw * 666 / 1920);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner .text .wrap-text img {
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw * 666 / 1920);
  max-width: 100%;
}
.banner .text .wrap-text img.time {
  width: calc(100vw * 309 / 1920);
  max-width: 100%;
  position: relative;
  top: -20px;
  display: none;
}
.banner .text .wrap-text img.btn {
  width: calc(100vw * 274 / 1920);
  max-width: 100%;
}
.banner .text .wrap-text.text-2 {
  transform: translate(-3%, -60%);
}

.part-section {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.part-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(202, 238, 254);
  background: linear-gradient(0deg, rgb(202, 238, 254) 0%, rgb(132, 203, 231) 50%, rgb(202, 238, 254) 100%);
  z-index: 1;
}

.part-cal-height {
  padding-bottom: 0;
}

.part-save {
  position: absolute;
  z-index: 10;
}
.part-save img {
  width: 100%;
  object-fit: contain;
}
.part-save .part-save-wrap {
  position: relative;
}
.part-save .part-save-wrap > img {
  width: 100%;
}
.part-save .part-save-wrap .text {
  position: absolute;
  right: 5%;
  top: 7%;
  width: 40%;
  height: 86%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
.part-save .part-save-wrap .text .wrap-text {
  max-width: 100%;
  width: calc(100vw * 644 / 1920);
  text-align: center;
}
.part-save .part-save-wrap .text .wrap-text img {
  max-width: 100%;
}
.part-save .part-save-wrap .text .wrap-text img.title {
  width: calc(100vw * 583 / 1920);
}
.part-save .part-save-wrap .text .wrap-text img.description {
  width: calc(100vw * 644 / 1920);
}
.part-save .part-save-wrap .text .wrap-text img.time {
  width: calc(100vw * 309 / 1920);
}

.part-ttbh {
  position: absolute;
  z-index: 10;
}
.part-ttbh img {
  width: 100%;
  object-fit: contain;
}

.game-kv {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  object-position: top;
}
.game-kv.game-kv-1 {
  z-index: 4;
  mix-blend-mode: screen;
}
.game-kv.game-kv-2 {
  z-index: 4;
}
.game-kv.game-kv-3 {
  z-index: 5;
  mix-blend-mode: screen;
}
.game-kv.game-kv-4 {
  z-index: 7;
}
.game-kv.game-kv-5 {
  z-index: 6;
  mix-blend-mode: multiply;
}
.game-kv.game-kv-6 {
  z-index: 9;
}

.game-chosen {
  position: relative;
  z-index: 15;
  width: 100%;
  margin-top: -175px;
}
.game-chosen > .game-patten {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}
.game-chosen > .outer {
  position: relative;
  z-index: 2;
}
.game-chosen .game-kv-text {
  text-align: center;
  font-family: GilroyM, sans-serif;
  font-size: 26px;
  color: #0056ab;
  max-width: 73%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
.game-chosen .game-chosen-wrap {
  display: flex;
  flex-wrap: wrap;
}
.game-chosen .game-chosen-wrap .game-chosen-item {
  width: 50%;
}
.game-chosen .game-chosen-wrap .game-chosen-item img {
  width: 100%;
  object-fit: contain;
}

.game-policy {
  z-index: 15;
  text-align: right;
  width: 100%;
}
.game-policy a {
  color: #0056ab;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: italic;
  display: inline-block;
  text-decoration: underline;
  margin-right: 5%;
}

.qua-other {
  position: absolute;
  right: 0;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.qua-other .qua-other-list {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.qua-other .qua-other-list:before {
  content: "";
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(118, 209, 245);
  position: absolute;
  z-index: -1;
}
.qua-other .qua-other-list:after {
  content: "";
  width: 5%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background: rgb(118, 209, 245);
  background: linear-gradient(90deg, rgb(118, 209, 245) 0%, rgba(118, 209, 245, 0) 100%);
}
.qua-other .qua-other-list .qua-ohter-title {
  position: absolute;
  top: 20px;
  text-align: center;
  width: 100%;
  z-index: 4;
  font-family: GilroyB, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
  color: #0056ab;
}
.qua-other .qua-other-list .qua-other-list-item {
  position: absolute;
  width: 32%;
  margin-right: 0;
  bottom: 10px;
}
.qua-other .qua-other-list .qua-other-list-item:nth-child(1) {
  left: 10%;
  z-index: 3;
}
.qua-other .qua-other-list .qua-other-list-item:nth-child(2) {
  left: 10%;
  z-index: 2;
}
.qua-other .qua-other-list .qua-other-list-item:nth-child(3) {
  left: 37%;
  z-index: 3;
}
.qua-other .qua-other-list .qua-other-list-item:nth-child(4) {
  left: 37%;
  z-index: 2;
}
.qua-other .qua-other-list .qua-other-list-item:nth-child(5) {
  left: 64%;
  z-index: 3;
}
.qua-other .qua-other-list .qua-other-list-item:nth-child(6) {
  left: 64%;
  z-index: 2;
}
.qua-other .qua-other-list .qua-back {
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.qua-other .qua-other-list .qua-patten {
  mix-blend-mode: screen;
}

.game-title-gradient {
  background: radial-gradient(circle 140px at 30% 80%, #26c0e1, #0056ab);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: GilroyB, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
}

.game-main {
  z-index: 15;
  width: 100%;
  padding-top: 50px;
}
.game-main > .outer {
  position: relative;
}
.game-main .game-main-wrap {
  background: url("../images/game-main-back.png") center top/100% no-repeat;
}
.game-main .label-sticky {
  text-align: center;
  position: relative;
  top: -20px;
  margin-bottom: 40px;
}
.game-main .label-sticky .label-sticky-wrap {
  display: inline-block;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
}
.game-main .label-sticky .label-sticky-wrap span {
  padding: 2px 30px 4px;
  position: relative;
  background: radial-gradient(circle 20px at 30% 30%, #f9dd89, #e7992b);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: GilroyXBI, sans-serif;
  font-size: 28px;
  line-height: 30px;
  display: block;
  z-index: 5;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.game-main .label-sticky .label-sticky-wrap span sup {
  font-size: 18px;
}
.game-main .label-sticky .label-sticky-wrap:after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 30px;
  z-index: 1;
}
.game-main .game-main-sapo {
  font-family: GilroyM, sans-serif;
  font-size: 25px;
  color: #0056ab;
  text-align: center;
  margin-bottom: 30px;
}
.game-main .game-main-gift {
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.game-main .game-main-gift.desktop {
  display: flex;
}
.game-main .game-main-gift.mobile {
  display: none;
}
.game-main .game-main-gift .game-main-gift-back {
  width: 100%;
  opacity: 0;
  z-index: -1;
  line-height: 0;
}
.game-main .game-main-gift .game-main-gift-back img {
  width: 100%;
  object-fit: contain;
}
.game-main .game-main-gift .qr {
  position: absolute;
  width: 11.6580310881%;
}
.game-main .game-main-gift .qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.game-main .game-main-gift .qua-1tr {
  position: absolute;
  left: 9.067357513%;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.game-main .game-main-gift .qua-1tr .qua-1tr-back {
  position: absolute;
  right: 0;
  z-index: 1;
}
.game-main .game-main-gift .qua-1tr .qua-1tr-back img {
  width: 100%;
  object-fit: contain;
}
.game-main .game-main-gift .qua-1tr .qua-1tr-title {
  position: relative;
  z-index: 5;
}
.game-main .game-main-gift .qua-1tr .qua-1tr-list {
  position: relative;
  z-index: 5;
}
.game-main .game-main-gift .qua-1tr .qua-1tr-list img {
  width: 100%;
  object-fit: contain;
  z-index: 2;
}
.game-main .game-main-gift .qua-other {
  position: absolute;
  right: 0;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.game-main .game-main-gift .qua-other .qua-other-list {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.game-main .game-main-gift .qua-other .qua-other-list:before {
  content: "";
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(118, 209, 245);
  position: absolute;
  z-index: -1;
}
.game-main .game-main-gift .qua-other .qua-other-list:after {
  content: "";
  width: 5%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background: rgb(118, 209, 245);
  background: linear-gradient(90deg, rgb(118, 209, 245) 0%, rgba(118, 209, 245, 0) 100%);
}
.game-main .game-main-gift .qua-other .qua-other-list .qua-ohter-title {
  position: absolute;
  top: 20px;
  text-align: center;
  width: 100%;
  z-index: 4;
  font-family: GilroyB, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
  color: #0056ab;
}
.game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item {
  position: absolute;
  width: 32%;
  margin-right: 0;
  bottom: 10px;
}
.game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(1) {
  left: 10%;
  z-index: 3;
}
.game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(2) {
  left: 10%;
  z-index: 2;
}
.game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(3) {
  left: 37%;
  z-index: 3;
}
.game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(4) {
  left: 37%;
  z-index: 2;
}
.game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(5) {
  left: 64%;
  z-index: 3;
}
.game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(6) {
  left: 64%;
  z-index: 2;
}
.game-main .game-main-gift .qua-other .qua-other-list .qua-back {
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.game-main .game-main-gift .qua-other .qua-other-list .qua-patten {
  mix-blend-mode: screen;
}

.game-play {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.game-play .game-play-title {
  text-align: center;
  margin-bottom: 30px;
}
.game-play .game-play-title img {
  max-width: 100%;
}

#play {
  position: relative;
  min-height: 700px;
  margin-bottom: 60px;
}
#play .play-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  opacity: 0;
  z-index: -100;
  transition: ease-in-out 0.3s;
}
#play .play-item .question {
  font-size: 25px;
  font-family: GilroyM, sans-serif;
  color: #0056ab;
  line-height: 32px;
  position: relative;
  top: -30px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  transition-delay: 0.3s !important;
  margin-bottom: 30px;
}
#play .play-item .question span {
  font-size: 38px;
  font-family: GilroyB, sans-serif;
  line-height: 45px;
}
#play .play-item .answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#play .play-item .answer .card {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  cursor: pointer;
  position: relative;
  left: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
#play .play-item .answer .card:nth-child(3n+3) {
  margin-right: 0;
}
#play .play-item .answer .card:nth-child(1) {
  transition-delay: 0.5s !important;
}
#play .play-item .answer .card:nth-child(2) {
  transition-delay: 0.7s !important;
}
#play .play-item .answer .card:nth-child(3) {
  transition-delay: 0.9s !important;
}
#play .play-item .answer .card img {
  width: 100%;
}
#play .play-item .next {
  font-size: 20px;
  font-family: GilroyM, sans-serif;
  color: #0056ab;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: -12%;
  bottom: 10%;
}
#play .play-item .next svg {
  width: 26px;
  margin-left: 3px;
}
#play .play-item .next.bounce-next {
  animation: bounceNext 0.4s ease-out infinite;
}
#play .play-item .next.bounce-next:hover {
  animation: none;
}
#play .play-item.play-item-3 .next {
  right: -19%;
}
#play .play-item.active {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 10;
  transition: ease-in-out 0.3s;
}
#play .play-item.active .question {
  top: 0;
  opacity: 1;
  transition: ease-in-out 0.3s;
}
#play .play-item.active .answer .card {
  left: 0;
  opacity: 1;
  transition: ease-in-out 0.3s;
}

#play-message {
  display: none;
  min-height: 650px;
}
#play-message .alert {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#play-message .alert .alert-wrap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#play-message .alert .alert-wrap > img {
  position: absolute;
}
#play-message .alert .alert-wrap > img:nth-child(2) {
  left: -35px;
  top: 0;
  max-width: 75px;
}
#play-message .alert .alert-wrap > img:nth-child(3) {
  right: -30px;
  bottom: 0;
  max-width: 50px;
}
#play-message .alert .alert-wrap .text {
  background: #fff;
  border-radius: 50px;
  border: 1px dashed #0056ab;
  text-align: center;
  padding: 16px 50px;
  line-height: 1.4;
}
#play-message .alert .alert-wrap .text > span {
  font-family: GilroyM, sans-serif;
  color: #0056ab;
  display: block;
  width: 100%;
  font-size: 25px;
}
#play-message .alert .alert-wrap .text > span:nth-child(1) {
  text-transform: uppercase;
}
#play-message .alert .alert-wrap .text > span:nth-child(2) span {
  text-transform: uppercase;
}
#play-message .play-message-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#play-message .play-message-result .play-message-result-wrap .message-result {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  padding-bottom: 67px;
}
#play-message .play-message-result .play-message-result-wrap .message-result img {
  width: 100%;
}
#play-message .play-message-result .play-message-result-wrap .message-result img:nth-child(1) {
  position: relative;
  z-index: 5;
}
#play-message .play-message-result .play-message-result-wrap .message-result img:nth-child(2) {
  width: 90%;
  position: absolute;
  bottom: -50px;
  left: 5%;
  z-index: 4;
}

.patten-message {
  display: none;
  position: absolute;
  bottom: 0;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
.patten-message.show {
  display: block;
  z-index: 3;
}
.patten-message.patten-message-1 {
  width: 90%;
}
.patten-message.patten-message-2 {
  mix-blend-mode: overlay;
  bottom: 10%;
}
.patten-message.patten-message-3 {
  mix-blend-mode: multiply;
  max-width: 38%;
}

.patten-radial-back {
  top: 33%;
  width: 100%;
  height: 65%;
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}

.patten-game {
  display: none;
  position: absolute;
  top: 14%;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  mix-blend-mode: screen;
}
.patten-game.show {
  display: block;
  z-index: 3;
}

#gift {
  display: none;
}
#gift:after {
  background: rgb(202, 238, 254);
  background: linear-gradient(0deg, rgb(202, 238, 254) 0%, rgba(132, 203, 231, 0.8) 50%, rgb(202, 238, 254) 100%);
}
#gift > .outer {
  position: relative;
  z-index: 10;
}
#gift .gift-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#gift .form-gift {
  width: calc(47% - 10px);
  padding: 40px 0 0 10px;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
}
#gift .form-gift:after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 100%;
  background: url("../images/form-right-line.png") center/100% 100% no-repeat;
}
#gift .form-gift .form-title {
  position: relative;
  width: 100%;
  z-index: 4;
  font-family: GilroyB, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
  color: #0056ab;
}
#gift .form-gift form {
  width: 100%;
}
#gift .form-gift form .form-row {
  width: 100%;
  display: flex;
  margin-bottom: 26px;
  position: relative;
}
#gift .form-gift form .form-row:last-child {
  margin-bottom: 0;
}
#gift .form-gift form .form-row input {
  width: 75%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-family: GilroyM, sans-serif;
  font-size: 18px;
  color: #0056ab;
  border: transparent;
  outline: none;
}
#gift .form-gift form .form-row input::placeholder {
  font-family: GilroyM, sans-serif;
  font-size: 18px;
  color: #0056ab;
  opacity: 0.7;
}
#gift .form-gift form .form-row .error {
  color: red;
  font-size: 14px;
  position: absolute;
  bottom: -22px;
  left: 20px;
}
#gift .form-gift form .form-submit {
  justify-content: flex-start;
}
#gift .form-gift form .form-submit button {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  outline: none !important;
  cursor: pointer;
}
#gift .form-gift form .form-submit button img {
  max-width: 240px;
  object-fit: contain;
  transform: translateX(-16.5px);
}
#gift .qua-form {
  position: relative;
  width: 50%;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  left: -10px;
  padding-left: 3%;
  z-index: 5;
}
#gift .qua-form:before {
  content: "";
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background: rgb(118, 209, 245);
}
#gift .qua-form:after {
  content: "";
  width: 20%;
  height: 100%;
  right: calc(-15% + 3px);
  top: 0;
  position: absolute;
  z-index: -1;
  background: rgb(118, 209, 245);
  background: linear-gradient(90deg, rgb(118, 209, 245) 0%, rgba(118, 209, 245, 0) 100%);
}
#gift .qua-form .qua-1tr {
  position: relative;
  text-align: center;
}
#gift .qua-form .qua-1tr .game-title-gradient {
  background: radial-gradient(circle 20px at 35% 80%, #26c0e1, #0056ab);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
#gift .qua-form .qua-1tr .qua-1tr-list img {
  width: 100%;
}
#gift .qua-form .qua-other {
  position: relative;
  right: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#gift .qua-form .qua-other .qua-ohter-title {
  position: relative;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 4;
  font-family: GilroyB, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
  color: #0056ab;
  margin-bottom: 20px;
}
#gift .qua-form .qua-other .qua-other-list {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
#gift .qua-form .qua-other .qua-other-list:before {
  content: "";
  width: 95%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background: rgb(118, 209, 245);
}
#gift .qua-form .qua-other .qua-other-list:after {
  content: "";
  width: 5%;
  height: 100%;
  right: 3px;
  top: 0;
  position: absolute;
  z-index: -1;
  background: rgb(118, 209, 245);
  background: linear-gradient(90deg, rgb(118, 209, 245) 0%, rgba(118, 209, 245, 0) 100%);
  display: none;
}
#gift .qua-form .qua-other .qua-other-list .qua-other-list-item {
  position: relative;
  width: 33.3333333333%;
  margin-right: 0;
  bottom: 10px;
  left: 0;
}
#gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(1) {
  left: 0;
  z-index: 3;
}
#gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(2) {
  left: 0;
  z-index: 2;
}
#gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(3) {
  left: -15px;
  z-index: 3;
}
#gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(4) {
  left: calc(33.3333333333% - 15px);
  z-index: 2;
}
#gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(5) {
  left: -30px;
  z-index: 3;
}
#gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(6) {
  left: calc(66.6666666667% - 30px);
  z-index: 2;
}
#gift .qua-form .qua-other .qua-other-list .qua-back {
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
}
#gift .qua-form .qua-other .qua-other-list .qua-patten {
  mix-blend-mode: screen;
  position: absolute;
}

#game-fanpage {
  display: flex;
  align-items: center;
  position: relative;
}
#game-fanpage .game-fanpage-back {
  line-height: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
#game-fanpage .game-fanpage-back img {
  width: 100%;
}
#game-fanpage .game-fanpage-text {
  position: absolute;
  z-index: 5;
  top: 5%;
  right: 7.5%;
  width: 41.5%;
  height: 90%;
  display: flex;
  align-items: center;
}
#game-fanpage .game-fanpage-text img {
  max-width: 100% !important;
}
#game-fanpage .game-fanpage-text .game-fanpage-text-wrap {
  text-align: center;
}
#game-fanpage .game-fanpage-text .game-fanpage-text-wrap .wrap-title {
  margin-bottom: 0;
}
#game-fanpage .game-fanpage-text .game-fanpage-text-wrap .wrap-title > a img {
  max-width: 400px;
}
#game-fanpage .game-fanpage-text .game-fanpage-text-wrap .giai-thuong img {
  width: 80%;
  margin-left: 50px;
  margin-right: auto;
}
#game-fanpage .game-fanpage-text .game-fanpage-text-wrap .btn-fanpage {
  position: relative;
  top: 42px;
  z-index: 10;
}
#game-fanpage .game-fanpage-text .game-fanpage-text-wrap .btn-fanpage img {
  max-width: 300px;
}

#popup-gift {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
}
#popup-gift.show {
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 30;
  transition: ease-in-out 0.3s;
}
#popup-gift.show .popup-gift-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popup-gift.show .popup-gift-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#popup-gift.show .popup-gift-wrap .popup-gift-detail {
  position: absolute;
  z-index: 20;
  max-width: 42.7083333333%;
}
#popup-gift.show .popup-gift-wrap .popup-gift-detail img {
  width: 100%;
}

#policy-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}
#policy-popup.show {
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.3s;
  z-index: 99999;
}
#policy-popup .policy-popup-wrap {
  height: 100%;
  max-width: 60%;
  position: absolute;
}
#policy-popup .policy-popup-wrap .policy-popup-detail {
  overflow-y: auto;
  max-width: 100%;
  height: calc(100% - 100px);
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 30px;
  background: #fff;
  border-radius: 20px;
  color: #000;
}
#policy-popup .policy-popup-wrap .policy-popup-detail .policy-popup-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: GilroyB, sans-serif;
}

.flip-card {
  position: relative;
  height: 0;
  padding-bottom: calc((33.3333333333% - 20px) * 1239 / 612);
  perspective: 1800px;
  cursor: pointer;
  overflow: hidden;
  /* -----------------------------
     SHINE EFFECT
  --------------------------------*/
  /* -----------------------------
     FLIP INNER
  --------------------------------*/
  /* -----------------------------
     FRONT / BACK
  --------------------------------*/
  /* -----------------------------------
     HOVER TILT (OPTIONAL – commented)
  ------------------------------------*/
}
.flip-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}
.flip-card:hover::before {
  animation: shineMove 0.4s ease-out forwards;
  z-index: 999;
}
.flip-card-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}
.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flip-card-front img, .flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flip-card-back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-card-back > .text {
  position: absolute;
  text-align: center;
  width: 60%;
  color: #0056ab;
  z-index: 5;
}
.flip-card-back > .text .card-icon {
  position: relative;
  margin-bottom: 35px;
}
.flip-card-back > .text .card-icon img {
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.flip-card-back > .text .card-icon img.card-icon-main {
  z-index: 5;
  position: relative;
}
.flip-card-back > .text .card-title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: GilroyB, sans-serif;
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
}
.flip-card-back > .text .card-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 3px;
  transform: translateX(-50%);
  background: #0056ab;
  background: linear-gradient(90deg, rgb(202, 238, 254) 0%, #0056ab 100%);
}
.flip-card-back > .text .card-description {
  font-family: Gilroy, sans-serif;
  font-size: 20px;
}

#countdown {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#countdown p{ display: none; }
#countdown .item {
  font-family: Gilroy, sans-serif;
  color: #0060bf;
  display: flex;
  justify-content: center;
}
#countdown .item .wrap-item {
  width: 64px;
  padding: 30px 14px;
  margin: 0 10px;
  text-align: center;
  background-color: #fbf28c;
  background-image: linear-gradient(#fbf28c, #fec02a);
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -ms-border-radius: 60px;
}
#countdown .item .wrap-item .t-time {
  font-size: 54px;
  padding: 15px 0 30px;
  border-bottom: 1px solid #0060bf;
}
#countdown .item .wrap-item .t-label {
  font-size: 20px;
  padding: 15px 0;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 1440px) {
  #countdown {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 10;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
  }
  #countdown .item {
    font-family: Gilroy, sans-serif;
    color: #0060bf;
    display: flex;
    justify-content: center;
  }
  #countdown .item .wrap-item {
    width: 64px;
    padding: 14px 5px;
    margin: 0 4px;
    text-align: center;
    background-color: #fbf28c;
    background-image: linear-gradient(#fbf28c, #fec02a);
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -ms-border-radius: 60px;
  }
  #countdown .item .wrap-item .t-time {
    font-size: 35px;
    padding: 15px 0 20px;
    border-bottom: 1px solid #0060bf;
  }
  #countdown .item .wrap-item .t-label {
    font-size: 16px;
    padding: 15px 0;
  }
  .game-play .game-play-title img {
    max-width: 60%;
  }
  #game-fanpage .game-fanpage-text .game-fanpage-text-wrap .btn-fanpage {
    top: 16px;
  }
  #play .play-item .next {
    font-size: 16px;
  }
  .game-chosen {
    margin-top: -105px;
  }
  #game-fanpage .game-fanpage-text .game-fanpage-text-wrap .btn-fanpage img {
    max-width: 216px !important;
  }
  .patten-message.patten-message-3 {
    max-width: 52%;
  }
}
@media only screen and (max-width: 1366px) {
  .outer {
    max-width: 1280px;
  }
  #countdown {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 10;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
  }
  #countdown .item {
    font-family: Gilroy, sans-serif;
    color: #0060bf;
    display: flex;
    justify-content: center;
  }
  #countdown .item .wrap-item {
    width: 64px;
    padding: 14px 5px;
    margin: 0 4px;
    text-align: center;
    background-color: #fbf28c;
    background-image: linear-gradient(#fbf28c, #fec02a);
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -ms-border-radius: 60px;
  }
  #countdown .item .wrap-item .t-time {
    font-size: 35px;
    padding: 15px 0 20px;
    border-bottom: 1px solid #0060bf;
  }
  #countdown .item .wrap-item .t-label {
    font-size: 16px;
    padding: 15px 0;
  }
  .game-play .game-play-title img {
    max-width: 60%;
  }
  #game-fanpage .game-fanpage-text .game-fanpage-text-wrap .btn-fanpage {
    top: 16px;
  }
  #play .play-item .next {
    font-size: 16px;
  }
  .game-chosen {
    margin-top: -105px;
  }
  #game-fanpage .game-fanpage-text .game-fanpage-text-wrap .btn-fanpage img {
    max-width: 216px !important;
  }
  .patten-message.patten-message-3 {
    max-width: 52%;
  }
}
@media only screen and (max-width: 1024px) {
  .outer {
    width: 95%;
  }
  #btnz {
    position: absolute;
    right: 0;
    z-index: 999;
  }
  #btnz.change {
    display: none;
  }
  #main-menu {
    display: none;
  }
  #main-menu-mobile {
    display: block;
    background: #005BA9;
    background-image: linear-gradient(#0094D9, #005BA9);
    padding: 10px 0;
  }
  #main-menu-mobile .wrap-menu-mobile {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #main-menu-mobile .lp-logo {
    width: 20%;
    margin-left: 0;
    margin-right: auto;
  }
  #main-menu-mobile .lp-logo img {
    width: 100%;
  }
  #main-menu-mobile .lp-menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 85%;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 121, 193, 0.98);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    transition: 1s;
    -ms-transition: 1s;
    -webkit-transition: 1s;
  }
  #main-menu-mobile .lp-menu.show {
    right: 0;
    z-index: 99;
  }
  #main-menu-mobile .lp-menu ul {
    width: 100%;
  }
  #main-menu-mobile .lp-menu ul li {
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 15px;
    border-bottom: 1px solid #0085d3;
  }
  #main-menu-mobile .lp-menu ul li.logo {
    padding: 10px 15px;
  }
  #main-menu-mobile .lp-menu ul li.logo img {
    max-width: 140px;
    height: auto;
    object-fit: contain;
    top: 0;
  }
  #main-menu-mobile .lp-menu ul li img {
    margin-right: 5px;
    max-width: 35px;
    min-width: 35px;
    height: 22px;
    object-fit: contain;
    position: relative;
    top: -4px;
  }
  #main-menu-mobile .lp-menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-family: MyriadProRegular, sans-serif !important;
    font-weight: normal !important;
    font-size: 1rem;
  }
  #main-menu-mobile .lp-menu .menu-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
  }
  #main-menu-mobile.prefixed {
    position: fixed;
    top: -100px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 99;
  }
  #main-menu-mobile.prefixed .lp-logo a {
    display: block;
  }
  #main-menu-mobile.prefixed .lp-logo .top {
    visibility: hidden;
    opacity: 0;
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
  }
  #main-menu-mobile.prefixed .lp-logo .fixed {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    position: relative;
    top: 0;
    left: 0;
  }
  #main-menu-mobile.fixed {
    top: 0;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    background: url("https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/backmenu.jpg") center/contain repeat-x;
  }
  #lp-footer .wrap-footer .top {
    margin-bottom: 0;
  }
  #lp-footer .wrap-footer .top .description {
    display: none;
  }
  #lp-footer .wrap-footer .bottom {
    align-items: stretch;
  }
  #lp-footer .wrap-footer .bottom .item:nth-child(2),
  #lp-footer .wrap-footer .bottom .item:nth-child(3) {
    width: 30% !important;
    display: none;
  }
  #lp-footer .wrap-footer .bottom .item:nth-child(1),
  #lp-footer .wrap-footer .bottom .item:nth-child(4) {
    width: 50% !important;
  }
  #lp-footer .wrap-footer .bottom .item:nth-child(1) img {
    width: 80% !important;
  }
  #lp-footer .wrap-footer .bottom .item:nth-child(4) {
    text-align: right;
    display: none;
  }
  .to-top {
    right: 50px;
  }
}
@media only screen and (max-width: 820px) {
  .outer {
    width: 95%;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  img {
    max-width: 100%;
  }
  #main-menu-mobile .lp-logo {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
  }
  #lp-footer .wrap-footer .top .logo span:nth-child(1) img,
  #lp-footer .wrap-footer .top .logo span:nth-child(2) img {
    height: 30px;
  }
  .bvb-site-footer .footer-copyright .left,
  .bvb-site-footer .footer-copyright .right-menu {
    width: 50%;
  }
  .bvb-site-footer .footer-copyright ul {
    display: flex;
    flex-wrap: wrap;
  }
  .bvb-site-footer .footer-copyright .left ul li {
    width: 100%;
  }
  .bvb-site-footer .footer-copyright .center-social ul {
    flex-wrap: unset !important;
  }
  #countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 10;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #countdown .item {
    font-family: Gilroy, sans-serif;
    color: #0060bf;
    display: flex;
    justify-content: center;
  }
  #countdown .item .wrap-item {
    width: 50px;
    padding: 20px 3px;
    margin: 0 4px;
    text-align: center;
    background-color: #fbf28c;
    background-image: linear-gradient(#fbf28c, #fec02a);
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -ms-border-radius: 60px;
  }
  #countdown .item .wrap-item .t-time {
    font-size: 30px;
    padding: 6px 0 16px;
    border-bottom: 1px solid #0060bf;
  }
  #countdown .item .wrap-item .t-label {
    font-size: 16px;
    padding: 6px 0;
  }
  .banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 15;
    background: rgb(88, 187, 230);
    background: linear-gradient(0deg, rgb(202, 238, 254) 0%, rgb(88, 187, 230) 10%, rgb(132, 203, 231) 50%, rgb(202, 238, 254) 100%);
    z-index: 1;
  }
  .banner > img {
    width: 100%;
  }
  .banner .text {
    position: absolute;
    left: auto;
    right: auto;
    width: 66%;
    top: 35px;
    height: calc(94% - 100px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
  }
  .banner .text .wrap-text {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner .text .wrap-text img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }
  .banner .text .wrap-text img.time {
    width: calc(100vw * 309 / 1920);
    max-width: 100%;
    position: relative;
    top: -20px;
  }
  .banner .text .wrap-text img.btn {
    width: 180px;
    max-width: 100%;
  }
  .banner .text .wrap-text.text-2 {
    transform: translate(0, -60%);
  }
  .part-section {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .part-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(202, 238, 254);
    background: linear-gradient(0deg, rgb(202, 238, 254) 0%, rgb(132, 203, 231) 50%, rgb(202, 238, 254) 100%);
    z-index: 1;
  }
  .part-cal-height {
    padding-bottom: 0;
  }
  .part-save {
    position: absolute;
    z-index: 10;
  }
  .part-save .part-save-wrap {
    position: relative;
  }
  .part-save .part-save-wrap > img {
    width: 100%;
  }
  .part-save .part-save-wrap .text {
    position: absolute;
    right: 5%;
    top: 7%;
    width: 40%;
    height: 86%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
  }
  .part-save .part-save-wrap .text .wrap-text {
    max-width: 100%;
    width: calc(100vw * 644 / 1920);
    text-align: center;
  }
  .part-save .part-save-wrap .text .wrap-text img {
    max-width: 100%;
  }
  .part-save .part-save-wrap .text .wrap-text img.title {
    width: calc(100vw * 583 / 1920);
  }
  .part-save .part-save-wrap .text .wrap-text img.description {
    width: calc(100vw * 644 / 1920);
  }
  .part-save .part-save-wrap .text .wrap-text img.time {
    width: calc(100vw * 309 / 1920);
  }
  .game-kv {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    object-position: top;
  }
  .game-kv.game-kv-1 {
    z-index: 4;
    mix-blend-mode: screen;
  }
  .game-kv.game-kv-2 {
    z-index: 4;
  }
  .game-kv.game-kv-3 {
    z-index: 5;
    mix-blend-mode: screen;
  }
  .game-kv.game-kv-4 {
    z-index: 7;
  }
  .game-kv.game-kv-5 {
    z-index: 6;
    mix-blend-mode: multiply;
  }
  .game-kv.game-kv-6 {
    z-index: 9;
  }
  .game-chosen {
    position: relative;
    z-index: 15;
    width: 100%;
    margin-top: -35px;
  }
  .game-chosen > .game-patten {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 60%;
    object-fit: cover;
    z-index: 1;
    mix-blend-mode: multiply;
  }
  .game-chosen > .outer {
    position: relative;
    z-index: 2;
  }
  .game-chosen .game-kv-text {
    text-align: center;
    font-family: GilroyM, sans-serif;
    font-size: 16px;
    color: #0056ab;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .game-chosen .game-chosen-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .game-chosen .game-chosen-wrap .game-chosen-item {
    width: 100%;
    margin-bottom: 5px;
  }
  .game-chosen .game-chosen-wrap .game-chosen-item img {
    width: 100%;
    object-fit: contain;
  }
  .game-policy {
    z-index: 15;
    text-align: right;
    width: 100%;
  }
  .game-policy a {
    color: #0056ab;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    text-decoration: underline;
    margin-right: 5%;
  }
  .qua-other {
    position: absolute;
    right: 0;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .qua-other .qua-other-list {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .qua-other .qua-other-list:before {
    content: "";
    width: 95%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(118, 209, 245);
    position: absolute;
    z-index: -1;
  }
  .qua-other .qua-other-list:after {
    content: "";
    width: 5%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgb(118, 209, 245);
    background: linear-gradient(90deg, rgb(118, 209, 245) 0%, rgba(118, 209, 245, 0) 100%);
  }
  .qua-other .qua-other-list .qua-ohter-title {
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%;
    z-index: 4;
    font-family: GilroyB, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    color: #0056ab;
  }
  .qua-other .qua-other-list .qua-other-list-item {
    position: absolute;
    width: 32%;
    margin-right: 0;
    bottom: 10px;
  }
  .qua-other .qua-other-list .qua-other-list-item:nth-child(1) {
    left: 10%;
    z-index: 3;
  }
  .qua-other .qua-other-list .qua-other-list-item:nth-child(2) {
    left: 10%;
    z-index: 2;
  }
  .qua-other .qua-other-list .qua-other-list-item:nth-child(3) {
    left: 37%;
    z-index: 3;
  }
  .qua-other .qua-other-list .qua-other-list-item:nth-child(4) {
    left: 37%;
    z-index: 2;
  }
  .qua-other .qua-other-list .qua-other-list-item:nth-child(5) {
    left: 64%;
    z-index: 3;
  }
  .qua-other .qua-other-list .qua-other-list-item:nth-child(6) {
    left: 64%;
    z-index: 2;
  }
  .qua-other .qua-other-list .qua-back {
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
  .qua-other .qua-other-list .qua-patten {
    mix-blend-mode: screen;
  }
  .game-title-gradient {
    background: radial-gradient(circle 140px at 30% 80%, #26c0e1, #0056ab);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: GilroyB, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
  }
  .game-main {
    z-index: 15;
    width: 100%;
    padding-top: 50px;
  }
  .game-main > .outer {
    position: relative;
  }
  .game-main .game-main-wrap {
    background: url("../images/game-main-back.png") center top/100% no-repeat;
  }
  .game-main .label-sticky {
    text-align: center;
    position: relative;
    top: -20px;
    margin-bottom: 0;
  }
  .game-main .label-sticky .label-sticky-wrap {
    display: inline-block;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 30px;
  }
  .game-main .label-sticky .label-sticky-wrap span {
    padding: 2px 22px 4px;
    position: relative;
    background: radial-gradient(circle 20px at 30% 30%, #f9dd89, #e7992b);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: GilroyXBI, sans-serif;
    font-size: 14px;
    line-height: 22px;
    display: block;
    z-index: 5;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .game-main .label-sticky .label-sticky-wrap span sup {
    font-size: 18px;
  }
  .game-main .label-sticky .label-sticky-wrap:after {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: -4px;
    top: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 30px;
    z-index: 1;
  }
  .game-main .game-main-sapo {
    font-family: GilroyM, sans-serif;
    font-size: 16px;
    color: #0056ab;
    text-align: center;
    margin-bottom: 20px;
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }
  .game-main .game-main-gift {
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 150px;
  }
  .game-main .game-main-gift.desktop {
    display: none;
  }
  .game-main .game-main-gift.mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .game-main .game-main-gift .game-main-gift-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    line-height: 0;
  }
  .game-main .game-main-gift .game-main-gift-back img {
    width: 100%;
    object-fit: contain;
  }
  .game-main .game-main-gift .qr {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 85px;
    z-index: 10;
  }
  .game-main .game-main-gift .qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .game-main .game-main-gift .qua-1tr {
    position: relative;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding-top: 10px;
    overflow: hidden;
  }
  .game-main .game-main-gift .qua-1tr .qua-1tr-back {
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .game-main .game-main-gift .qua-1tr .qua-1tr-back img {
    width: 100%;
    object-fit: contain;
  }
  .game-main .game-main-gift .qua-1tr .qua-1tr-title {
    position: relative;
    z-index: 5;
    width: calc(100% - 90px);
    margin-right: 0;
    margin-left: auto;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
  }
  .game-main .game-main-gift .qua-1tr .qua-1tr-title img {
    width: 100%;
    object-fit: contain;
  }
  .game-main .game-main-gift .qua-1tr .qua-1tr-list {
    position: relative;
    z-index: 5;
    width: calc(100% - 90px);
    margin-right: 0;
    margin-left: auto;
  }
  .game-main .game-main-gift .qua-1tr .qua-1tr-list img {
    width: 100%;
    object-fit: contain;
    object-position: right;
    z-index: 2;
  }
  .game-main .game-main-gift .qua-other {
    position: relative;
    right: 0;
    width: calc(100% - 65px);
    margin-right: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
  }
  .game-main .game-main-gift .qua-other .qua-other-list {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20%;
  }
  .game-main .game-main-gift .qua-other .qua-other-list:before {
    content: "";
    width: 95%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(118, 209, 245);
    position: absolute;
    z-index: -1;
  }
  .game-main .game-main-gift .qua-other .qua-other-list:after {
    content: "";
    width: 5%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgb(118, 209, 245);
    background: linear-gradient(90deg, rgb(118, 209, 245) 0%, rgba(118, 209, 245, 0) 100%);
  }
  .game-main .game-main-gift .qua-other .qua-other-list .qua-ohter-title {
    position: relative;
    top: 0;
    left: 35px;
    text-align: center;
    width: calc(100% - 85px);
    z-index: 4;
    font-family: GilroyB, sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #0056ab;
    transform: translateX(17px);
  }
  .game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item {
    position: absolute;
    width: 32%;
    margin-right: 0;
    bottom: 10px;
  }
  .game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(1) {
    left: 10%;
    z-index: 3;
  }
  .game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(2) {
    left: 10%;
    z-index: 2;
  }
  .game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(3) {
    left: 37%;
    z-index: 3;
  }
  .game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(4) {
    left: 37%;
    z-index: 2;
  }
  .game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(5) {
    left: 64%;
    z-index: 3;
  }
  .game-main .game-main-gift .qua-other .qua-other-list .qua-other-list-item:nth-child(6) {
    left: 64%;
    z-index: 2;
  }
  .game-main .game-main-gift .qua-other .qua-other-list .qua-back {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    display: none;
  }
  .game-main .game-main-gift .qua-other .qua-other-list .qua-patten {
    mix-blend-mode: screen;
  }
  .game-play {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .game-play .game-play-title {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .game-play .game-play-title img {
    max-width: 74%;
    margin-top: 20px;
  }
  #play {
    position: relative;
    min-height: 290px;
    margin-bottom: 60px;
  }
  #play .play-item {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    opacity: 0;
    z-index: -100;
    transition: ease-in-out 0.3s;
  }
  #play .play-item .question {
    font-size: 16px;
    font-family: GilroyM, sans-serif;
    color: #0056ab;
    line-height: 20px;
    position: relative;
    top: -30px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    transition-delay: 0.3s !important;
    margin-bottom: 30px;
  }
  #play .play-item .question span {
    font-size: 20px;
    font-family: GilroyB, sans-serif;
    line-height: 24px;
  }
  #play .play-item .answer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
  }
  #play .play-item .answer .card {
    width: calc(33.3333333333% - 3.3333333333px);
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    left: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    overflow: hidden;
  }
  #play .play-item .answer .card:nth-child(3n+3) {
    margin-right: 0;
  }
  #play .play-item .answer .card:nth-child(1) {
    transition-delay: 0.5s !important;
  }
  #play .play-item .answer .card:nth-child(2) {
    transition-delay: 0.7s !important;
  }
  #play .play-item .answer .card:nth-child(3) {
    transition-delay: 0.9s !important;
  }
  #play .play-item .answer .card img {
    width: 100%;
  }
  #play .play-item .next {
    font-size: 16px;
    font-family: GilroyM, sans-serif;
    color: #0056ab;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    bottom: -10px;
  }
  #play .play-item .next svg {
    width: 22px;
    margin-left: 3px;
  }
  #play .play-item .next.bounce-next {
    animation: bounceNextMb 0.4s ease-out infinite;
  }
  #play .play-item .next.bounce-next:hover {
    animation: none;
  }
  #play .play-item.play-item-3 .next {
    right: 50%;
  }
  #play .play-item.active {
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
    transition: ease-in-out 0.3s;
  }
  #play .play-item.active .question {
    top: 0;
    opacity: 1;
    transition: ease-in-out 0.3s;
  }
  #play .play-item.active .answer .card {
    left: 0;
    opacity: 1;
    transition: ease-in-out 0.3s;
  }
  #play-message {
    display: none;
    min-height: max-content;
  }
  #play-message .alert {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #play-message .alert .alert-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #play-message .alert .alert-wrap > img {
    position: absolute;
  }
  #play-message .alert .alert-wrap > img:nth-child(2) {
    left: -35px;
    top: 0;
    max-width: 56px;
  }
  #play-message .alert .alert-wrap > img:nth-child(3) {
    right: -30px;
    bottom: 0;
    max-width: 45px;
  }
  #play-message .alert .alert-wrap .text {
    background: #fff;
    border-radius: 35px;
    border: 1px dashed #0056ab;
    text-align: center;
    padding: 10px 24px;
    line-height: 1.4;
  }
  #play-message .alert .alert-wrap .text > span {
    color: #0056ab;
    display: block;
    width: 100%;
    font-size: 12px;
  }
  #play-message .alert .alert-wrap .text > span:nth-child(1) {
    text-transform: uppercase;
  }
  #play-message .alert .alert-wrap .text > span:nth-child(2) span {
    text-transform: uppercase;
  }
  #play-message .play-message-result {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #play-message .play-message-result .play-message-result-wrap .message-result {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    padding-bottom: 40px;
  }
  #play-message .play-message-result .play-message-result-wrap .message-result img {
    width: 100%;
  }
  #play-message .play-message-result .play-message-result-wrap .message-result img:nth-child(1) {
    position: relative;
    z-index: 5;
  }
  #play-message .play-message-result .play-message-result-wrap .message-result img:nth-child(2) {
    width: 90%;
    position: absolute;
    bottom: -50px;
    left: 5%;
    z-index: 4;
  }
  .patten-message {
    display: none;
    position: absolute;
    bottom: 0;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
  }
  .patten-message.show {
    display: block;
    z-index: 3;
  }
  .patten-message.patten-message-1 {
    width: 90%;
  }
  .patten-message.patten-message-2 {
    mix-blend-mode: overlay;
    bottom: 50px;
    width: 100%;
  }
  .patten-message.patten-message-3 {
    mix-blend-mode: multiply;
    max-width: 100%;
    bottom: 15px;
  }
  .patten-game {
    display: none;
    position: absolute;
    top: auto;
    bottom: 17%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    mix-blend-mode: screen;
  }
  .patten-game.show {
    display: block;
    z-index: 3;
  }
  #gift {
    display: none;
  }
  #gift > .outer {
    width: 100%;
  }
  #gift:after {
    background: rgb(202, 238, 254);
    background: linear-gradient(0deg, rgb(202, 238, 254) 0%, rgba(132, 203, 231, 0.8) 50%, rgb(202, 238, 254) 100%);
  }
  #gift > .outer {
    position: relative;
    z-index: 10;
  }
  #gift .gift-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #gift .form-gift {
    width: 100%;
    padding: 20px 15px;
    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
  }
  #gift .form-gift:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background: url("../images/form-right-line.png") center/100% 100% no-repeat;
    display: none;
  }
  #gift .form-gift .form-title {
    position: relative;
    width: 100%;
    z-index: 4;
    font-family: GilroyB, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    color: #0056ab;
    text-align: center;
  }
  #gift .form-gift form {
    width: 100%;
  }
  #gift .form-gift form .form-row {
    width: 100%;
    display: flex;
    margin-bottom: 26px;
    position: relative;
  }
  #gift .form-gift form .form-row:last-child {
    margin-bottom: 0;
  }
  #gift .form-gift form .form-row input {
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 18px;
    color: #0056ab;
    border: transparent;
    outline: none;
  }
  #gift .form-gift form .form-row input::placeholder {
    font-size: 18px;
    color: #0056ab;
    opacity: 0.7;
  }
  #gift .form-gift form .form-row .error {
    color: red;
    font-size: 14px;
    position: absolute;
    bottom: -22px;
    left: 20px;
  }
  #gift .form-gift form .form-submit {
    justify-content: center;
  }
  #gift .form-gift form .form-submit button {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    outline: none !important;
    cursor: pointer;
  }
  #gift .form-gift form .form-submit button img {
    max-width: 180px;
    object-fit: contain;
    transform: translateX(-16.5px);
  }
  #gift .qua-form {
    position: relative;
    width: 100%;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    left: 0;
    padding-left: 0;
    z-index: 5;
  }
  #gift .qua-form:before {
    content: "";
    width: 95%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgb(118, 209, 245);
  }
  #gift .qua-form:after {
    content: "";
    width: 5%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgb(118, 209, 245);
    background: linear-gradient(90deg, rgb(118, 209, 245) 0%, rgba(118, 209, 245, 0) 100%);
  }
  #gift .qua-form .qua-1tr {
    position: relative;
    text-align: center;
  }
  #gift .qua-form .qua-1tr .game-title-gradient {
    background: radial-gradient(circle 20px at 35% 80%, #26c0e1, #0056ab);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  #gift .qua-form .qua-1tr .qua-1tr-list img {
    width: 100%;
  }
  #gift .qua-form .qua-other {
    position: relative;
    right: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  #gift .qua-form .qua-other .qua-ohter-title {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 4;
    font-family: GilroyB, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    color: #0056ab;
    margin-bottom: 20px;
  }
  #gift .qua-form .qua-other .qua-other-list {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
  }
  #gift .qua-form .qua-other .qua-other-list:before {
    content: "";
    width: 95%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgb(118, 209, 245);
  }
  #gift .qua-form .qua-other .qua-other-list:after {
    content: "";
    width: 5%;
    height: 100%;
    right: 3px;
    top: 0;
    position: absolute;
    z-index: -1;
    background: rgb(118, 209, 245);
    background: linear-gradient(90deg, rgb(118, 209, 245) 0%, rgba(118, 209, 245, 0) 100%);
    display: none;
  }
  #gift .qua-form .qua-other .qua-other-list .qua-other-list-item {
    position: relative;
    width: 33.3333333333%;
    margin-right: 0;
    bottom: 10px;
    left: 0;
  }
  #gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(1) {
    left: 0;
    z-index: 3;
  }
  #gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(2) {
    left: 0;
    z-index: 2;
  }
  #gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(3) {
    left: -15px;
    z-index: 3;
  }
  #gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(4) {
    left: calc(33.3333333333% - 15px);
    z-index: 2;
  }
  #gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(5) {
    left: -30px;
    z-index: 3;
  }
  #gift .qua-form .qua-other .qua-other-list .qua-other-list-item:nth-child(6) {
    left: calc(66.6666666667% - 30px);
    z-index: 2;
  }
  #gift .qua-form .qua-other .qua-other-list .qua-back {
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
  }
  #gift .qua-form .qua-other .qua-other-list .qua-patten {
    mix-blend-mode: screen;
    position: absolute;
  }
  #game-fanpage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #69c3eb;
    padding-bottom: 35px;
  }
  #game-fanpage .game-fanpage-back {
    line-height: 0;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  #game-fanpage .game-fanpage-back img {
    width: 100%;
  }
  #game-fanpage .game-fanpage-text {
    position: absolute;
    z-index: 5;
    top: auto;
    bottom: 0;
    right: auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  #game-fanpage .game-fanpage-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(118, 209, 245);
    background: linear-gradient(0deg, rgba(0, 153, 221, 0.1) 0%, rgb(0, 153, 221) 100%);
    z-index: 1;
    display: none;
  }
  #game-fanpage .game-fanpage-text .game-fanpage-text-wrap {
    text-align: center;
    position: relative;
    z-index: 5;
  }
  #game-fanpage .game-fanpage-text .game-fanpage-text-wrap .wrap-title {
    margin-bottom: 0;
  }
  #game-fanpage .game-fanpage-text .game-fanpage-text-wrap .wrap-title > a img {
    max-width: 56% !important;
  }
  #game-fanpage .game-fanpage-text .game-fanpage-text-wrap .giai-thuong img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #game-fanpage .game-fanpage-text .game-fanpage-text-wrap .btn-fanpage {
    position: relative;
    top: -20px;
    z-index: 10;
  }
  #game-fanpage .game-fanpage-text .game-fanpage-text-wrap .btn-fanpage img {
    max-width: 180px !important;
  }
  #popup-gift {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
  }
  #popup-gift.show {
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 30;
    transition: ease-in-out 0.3s;
  }
  #popup-gift.show .popup-gift-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #popup-gift.show .popup-gift-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  #popup-gift.show .popup-gift-wrap .popup-gift-detail {
    position: absolute;
    z-index: 20;
    max-width: 94%;
    width: 94%;
  }
  #popup-gift.show .popup-gift-wrap .popup-gift-detail a {
    display: block;
    width: 100%;
  }
  #popup-gift.show .popup-gift-wrap .popup-gift-detail img {
    width: 100%;
  }
  .flip-card {
    position: relative;
    height: auto;
    padding-bottom: 0;
    perspective: 1800px;
    cursor: pointer;
    overflow: hidden;
    /* -----------------------------
       SHINE EFFECT
    --------------------------------*/
    /* -----------------------------
       FRONT / BACK
    --------------------------------*/
    /* -----------------------------
       FLIP INNER
    --------------------------------*/
    /* -----------------------------------
       HOVER TILT (OPTIONAL – commented)
    ------------------------------------*/
  }
  .flip-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
  }
  .flip-card:hover::before {
    animation: shineMove 0.4s ease-out forwards;
    z-index: 999;
  }
  .flip-card-front {
    position: relative;
  }
  .flip-card-back {
    position: absolute;
  }
  .flip-card-front, .flip-card-back {
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .flip-card-front img, .flip-card-back img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .flip-card-inner {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
  }
  .flip-card.is-flipped .flip-card-inner {
    transform: rotateY(180deg);
  }
  .flip-card.is-flipped .flip-card-inner .flip-card-front {
    position: absolute;
  }
  .flip-card.is-flipped .flip-card-inner .flip-card-back {
    position: relative;
  }
  .flip-card-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flip-card-back > .text {
    position: absolute;
    text-align: center;
    width: 86%;
    color: #0056ab;
    z-index: 5;
  }
  .flip-card-back > .text .card-icon {
    position: relative;
    margin-bottom: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .flip-card-back > .text .card-icon img {
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .flip-card-back > .text .card-icon img.card-icon-main {
    z-index: 5;
    position: relative;
  }
  .flip-card-back > .text .card-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-family: GilroyB, sans-serif;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
  }
  .flip-card-back > .text .card-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 3px;
    transform: translateX(-50%);
    background: #0056ab;
    background: linear-gradient(90deg, rgb(202, 238, 254) 0%, #0056ab 100%);
  }
  .flip-card-back > .text .card-description {
    font-family: Gilroy, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }
  #policy-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -100;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.3s;
    display: flex;
    justify-content: center;
  }
  #policy-popup.show {
    visibility: visible;
    opacity: 1;
    transition: ease-in-out 0.3s;
    z-index: 99999;
  }
  #policy-popup .policy-popup-wrap {
    height: 100%;
    max-width: 88%;
    position: absolute;
  }
  #policy-popup .policy-popup-wrap .policy-popup-detail {
    overflow-y: auto;
    max-width: 100%;
    height: 70vh;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px 30px;
    background: #fff;
    border-radius: 20px;
    color: #000;
  }
  #policy-popup .policy-popup-wrap .policy-popup-detail .policy-popup-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: GilroyB, sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  .main-example .time {
    height: 90px;
    width: 68px;
  }
  .main-example .label {
    top: 110px;
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 425px) {
  .flex-center {
    flex-wrap: wrap;
  }
  .bvb-site-footer .footer-copyright {
    position: relative;
  }
  .bvb-site-footer .footer-copyright .left,
  .bvb-site-footer .footer-copyright .right-menu {
    width: 100%;
    float: left;
  }
  .center-social {
    position: absolute;
    right: 5px;
    bottom: 7px;
  }
  .bvb-site-footer .footer-copyright ul.flex-end {
    justify-content: flex-start;
  }
  .bvb-site-footer .footer-copyright .right-menu li:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  #lp-footer .wrap-footer .bottom .item {
    margin-bottom: 0;
  }
  #lp-footer .wrap-footer .bottom .item:nth-child(1) img {
    width: 100% !important;
  }
  #lp-footer .wrap-footer .top .logo span {
    display: inline-block;
    float: left;
    /* flex: 1; */
  }
  .to-top {
    right: 19px;
  }
  #lp-footer .wrap-footer .top .logo span:nth-child(1) {
    /* width: calc(40% - 10px); */
    /* max-width: 126px; */
    margin-right: 10px;
  }
  #lp-footer .wrap-footer .top .logo span:nth-child(2) {
    /* width: calc(34% - 10px); */
    /* max-width: 89px; */
    margin-right: 20px;
  }
  #lp-footer .wrap-footer .top .logo span:nth-child(3) {
    /* max-width: 38px; */
    height: 30px;
  }
  #lp-footer .wrap-footer .top .logo span:nth-child(2):after {
    top: 3px;
    right: -11px;
    height: 75%;
  }
}
/* Loading Effect */
.loading {
  position: relative;
}

.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%,-70%); */
  width: 100%;
  height: 100%;
  background: url("https://www.baovietbank.vn/media/THTT/LandingPage/the-tin-dung-noi-dia/loading.gif") center/70px 70px no-repeat, rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 20;
}

@keyframes back {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shineMove {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes bounceNext {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}
@keyframes bounceNextMb {
  0% {
    transform: translateX(48%);
  }
  100% {
    transform: translateX(52%);
  }
}
/*# sourceMappingURL=style.css.map */
