@keyframes loading {
  0% {
    transform: translateY(-50%) rotateY(0); }
  100% {
    transform: translateY(-50%) rotateY(360deg); } }

@keyframes leaves {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(2); } }

@keyframes slideLight {
  0% {
    opacity: 0.1;
    left: -30%; }
  25% {
    opacity: 0.5;
    left: -20%; }
  50% {
    opacity: 1;
    left: 5%; }
  75% {
    opacity: 0.75;
    left: 15%; }
  100% {
    opacity: 0.1;
    left: 30%; } }

@keyframes blink {
  0% {
    opacity: 0.1;
    transform: scale(0.8); }
  50% {
    opacity: 0.5;
    transform: scale(1); }
  100% {
    opacity: 0.1;
    transform: scale(0.8); } }

@keyframes crescendoLeft {
  0% {
    transform: translateY(-5px) translateX(-100%) rotate(-24deg); }
  100% {
    transform: translateY(5px) translateX(-100%) rotate(-24deg); } }

@keyframes crescendo {
  0% {
    transform: translateY(-5px) translateX(-50%); }
  100% {
    transform: translateY(5px) translateX(-50%); } }

@keyframes crescendoRight {
  0% {
    transform: translateY(-5px) translateX(10%) rotate(24deg); }
  100% {
    transform: translateY(5px) translateX(10%) rotate(24deg); } }

@media (min-width: 1366px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1160px; } }

#regModal .modal-header {
  background: #3a84ee;
  color: #fff;
  justify-content: center; }

#regModal .modal-header .close {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0; }

#regModal .modal-body {
  text-align: center; }

.main_page {
  position: relative; }

.main_page__wrap {
  background-image: url("https://file.hstatic.net/1000230347/file/chinhsachuutien_02_98fc3fdd913b4596aa8df285da99bf03.png");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2; }

.section_textarea {
  color: #f8f9fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center; }

.section_board2 {
  box-shadow: 0 0 20px 8px rgba(212, 172, 112, 0.3);
  display: flex;
  gap: 10%;
  padding: 10%;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-image: url("https://file.hstatic.net/1000230347/file/bg-chitieu_464f2ac69a724f09a579dbd9cc881281.png"); }
  .section_board2__left {
    width: 50%; }
  .section_board2__right {
    color: #fff;
    width: 50%;
    display: flex; }
    .section_board2__right ul {
      margin: auto; }
      .section_board2__right ul li {
        font-size: 18px;
        margin-bottom: 15px;
        color: #ecdab3;
        font-weight: 600;
        font-style: italic; }

.section_board {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 120px 45px 30px 45px;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  gap: 15px;
  background-image: url("https://file.hstatic.net/1000230347/file/border-s1_d95e32a6ddb548f186c5ad6282c9b5db.png"); }
  .section_board__col {
    position: relative; }
    .section_board__col .gift {
      position: absolute;
      left: 50%;
      top: -65px;
      text-transform: uppercase;
      border-radius: 0.5rem;
      width: 60%;
      transform: translateX(-50%);
      animation: crescendo 1.5s alternate infinite ease-in; }
      .section_board__col .gift:not(.left, .right) {
        z-index: 2; }
      .section_board__col .gift.left {
        transform: translateX(-100%) rotate(-24deg);
        animation: crescendoLeft 1.5s alternate infinite ease-in; }
      .section_board__col .gift.right {
        animation: crescendoRight 1.5s alternate infinite ease-in;
        transform: translateX(100%) rotate(24deg); }
    .section_board__col b {
      position: absolute;
      left: 50%;
      bottom: 5px;
      text-transform: uppercase;
      transform: translateX(-50%); }

.section_box {
  position: relative;
  z-index: 1;
  transition: all .4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  padding: 15px;
  height: 100%;
  justify-content: flex-end;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://file.hstatic.net/1000230347/file/border-s1_d95e32a6ddb548f186c5ad6282c9b5db.png"); }
  .section_box:hover {
    transform: translateY(-10px) !important; }
  .section_box img {
    width: 10vw;
    aspect-ratio: 1;
    object-fit: contain; }
  .section_box h4 {
    color: #fff;
    margin-top: 24px; }

.section_togglelist {
  display: flex;
  flex-direction: column;
  margin: auto; }

.section_toggleitem {
  cursor: pointer;
  /*background: rgba(255, 255, 255, 0.3);*/
  background: #1c65df;
  padding: 15px;
  border-radius: 0.5rem;
  margin-bottom: 15px; }
  .section_toggleitem ul {
    padding-left: 15px;
    margin: 0; }
    .section_toggleitem ul li {
      margin-bottom: 10px; }
      .section_toggleitem ul li:last-child {
        margin: 0; }
  .section_toggleitem__head {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #fff; }
    .section_toggleitem__head .arrow {
      transition: all .4s;
      width: 24px;
      height: 24px;
      background-size: contain;
      background-position: center;
      background-image: url("https://file.hstatic.net/1000230347/file/icon-toggle_0736eda47f544f6fac2122a1686e96ee.png"); }
  .section_toggleitem__body {
    /*transition: all .4s;*/
    opacity: 0;
    height: 0;
    visibility: hidden;
    color: #fff; }
  .section_toggleitem.open .section_toggleitem__head .arrow {
    transform: rotate(90deg); }
  .section_toggleitem.open .section_toggleitem__body {
    opacity: 1;
    height: auto;
    visibility: visible;
    margin-top: 10px; }

.section_table {
  border: 1px solid #fff;
  border-radius: 0.5rem; }
  .section_table__row {
    background: rgba(255, 255, 255, 0.3);
    display: flex; }
    .section_table__row.head .section_table__cell {
      background: #3a84ee; }
    .section_table__row:first-child {
      border-radius: 0.5rem 0.5rem 0 0; }
      .section_table__row:first-child .section_table__cell:first-child {
        border-radius: 0.5rem 0 0 0; }
      .section_table__row:first-child .section_table__cell:last-child {
        border-radius: 0 0.5rem 0 0; }
    .section_table__row:last-child {
      border-radius: 0 0 0.5rem 0.5rem; }
      .section_table__row:last-child .section_table__cell:first-child {
        border-radius: 0 0 0 0.5rem; }
      .section_table__row:last-child .section_table__cell:last-child {
        border-radius: 0 0 0.5rem 0; }
  .section_table__cell {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    width: calc(100% / 3);
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    /*&:first-child {background: #775027;color: #fff;}*/ }
  .section_table__icon {
    width: 28px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .section_table__icon.no {
      background-image: url("https://file.hstatic.net/1000230347/file/uncheck_3b5f2d38b7f5487982333d978a145b92.png"); }
    .section_table__icon.yes {
      width: 28px;
      height: 38px;
      background-image: url("https://file.hstatic.net/1000230347/file/check_fae92d3036ab4d4a8ffd8336dd6269f7.png"); }
  .section_table.style2 {
    margin-bottom: 10px;
    border: none; }
    .section_table.style2 .section_table__cell {
      width: 25%;
      border: none; }
    .section_table.style2 .section_table__row:not(.head) {
      transition: all 0.2s; }
      .section_table.style2 .section_table__row:not(.head):hover {
        transform: scale(1.02); }

.section_banner {
  position: relative; }
  .section_banner.custom .main-img {
    aspect-ratio: 1920/875;
    object-fit: cover;
    object-position: center; }
  .section_banner.custom img.title {
    width: 50%; }
  .section_banner.custom .memcard {
    top: 45%;
    width: 30vw; }
  .section_banner.custom .shadow {
    display: none; }
  .section_banner .shadow {
    position: absolute;
    top: 81.5%;
    left: 48%;
    transform: translateX(-50%); }
  .section_banner img.title {
    position: absolute;
    top: 0%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%); }

.section_list {
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  padding-top: 0;
  /*background: rgba(140, 140, 140,0.3);
		border-radius: 0.5rem;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://file.hstatic.net/1000230347/file/border-s1_d95e32a6ddb548f186c5ad6282c9b5db.png"); }
  .section_list ul {
    list-style-type: none;
    padding-left: 8rem; }
    .section_list ul li {
      position: relative;
      margin-bottom: 15px;
      font-size: 1.6rem;
      text-transform: uppercase; }
      .section_list ul li:before {
        position: absolute;
        transition: all .4s;
        content: '';
        width: 36px;
        height: 36px;
        left: -48px;
        transform: translateY(-50%);
        animation: loading 3s linear infinite;
        top: 50%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("https://file.hstatic.net/1000230347/file/diamon_dac96a9eb87f44f1ab5cb20258a794b0.png"); }

.section_req {
  /*padding: 2% 0;*/
  position: relative;
  z-index: 1; }

.section_compare {
  /*padding: 2% 0;*/
  position: relative;
  z-index: 1; }

.section_poster img {
  transition: all .4s; }
  .section_poster img:hover {
    transform: scale(1.05); }

.stage-wrap {
  justify-content: space-between;
  position: relative;
  border: 3px solid #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://file.hstatic.net/1000230347/file/border-s1_d95e32a6ddb548f186c5ad6282c9b5db.png"); }
  .stage-wrap--left {
    width: 40%;
    position: relative; }
  .stage-wrap--right {
    width: 42%; }
    .stage-wrap--right h3 {
      color: #abebfe; }
  .stage-wrap:before {
    position: absolute;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    top: 60%;
    left: 44%;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    transform: rotate(45deg); }
  .stage-wrap .memcard {
    width: 50%;
    top: 28%;
    transform: translateX(-50%); }

.border-light {
  position: absolute;
  width: 100%;
  height: 136%;
  left: 0;
  top: -15%;
  animation: slideLight 5s linear infinite; }

.shinning {
  position: absolute;
  border-radius: 50%;
  top: -55%;
  right: -36%;
  left: unset;
  bottom: unset;
  content: '';
  animation: blink 6s linear infinite; }

.memcard {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%) rotate(-12deg);
  width: 36vw; }
  .memcard_wrap {
    position: relative; }

.btn-ldp {
  cursor: pointer;
  transition: all .4s;
  max-width: 500px;
  display: inline-block; }
  .btn-ldp:hover {
    transform: translateY(-5px); }

#confetti {
  background: transparent;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0; }

.title {
  text-align: center; }

@media (min-width: 768px) {
  .section_togglelist {
    width: 60%; }
  .title img {
    width: 66%; } }

@media (max-width: 767px) {
  h2 {
    text-align: center; }
  .section_box img {
    width: 20vw; }
  .stage-wrap:before {
    display: none; }
  .stage-wrap--left, .stage-wrap--right {
    width: 100%; }
  .title {
    font-size: 1.5rem; }
  .section_banner img.title {
    width: 100%;
    top: 0; }
  .section_banner .shadow {
    top: 81%;
    left: 51%;
    width: 50%; }
  .section_list {
    padding: 15px;
    background-size: cover;
    border-radius: 0.5rem; }
    .section_list ul {
      padding-left: 4rem; }
      .section_list ul li {
        font-size: 1rem; }
  .section_table.style2 .section_table__cell {
    font-size: 10px; }
  .section_textarea {
    margin-top: 15px; }
  .section_board {
    padding: 60px 30px;
    margin-bottom: 15px; }
    .section_board .section_board__col .gift {
      top: -36px; }
    .section_board .section_board__col b {
      bottom: 2px;
      font-size: 12px;
      width: 100%;
      text-align: center; } }
