/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/main/main.scss ***!
  \********************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Philosopher";
  src: url(assets/main/fonts/Philosopher-bold.ttf);
}
@font-face {
  font-family: "Philosopher-Regular";
  src: url(assets/main/fonts/Philosopher-Regular.ttf);
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(assets/main/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: "PSL";
  src: url(assets/main/fonts/PSL.ttf);
}
.MS__PSL {
  font-family: "PSL";
}

.MS__Roboto_Regular {
  font-family: "Roboto-Regular";
}

.MS__Philosopher {
  font-family: "Philosopher";
}

.MS__Philosopher_Regular {
  font-family: "Philosopher-Regular";
}

html,
body {
  overscroll-behavior-y: none;
  /* chặn scroll vượt top/bottom */
  overscroll-behavior-x: none;
}

html {
  overflow: hidden;
  background-color: #183071;
}
@media (max-width: 768px) {
  html {
    overflow: auto;
  }
}

.MS__outer.bottom {
  height: auto !important;
  transform-origin: left bottom !important;
  z-index: 1;
}

.wrapPage {
  height: 1000px;
}
@media (max-width: 768px) {
  .wrapPage {
    height: 1300px;
    touch-action: auto !important;
  }
}

@media (max-width: 768px) {
  body.sub-page .main-swiper {
    height: auto;
  }
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.iframe-wheel-catcher {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
  /* Quan trọng: click xuyên qua overlay */
  pointer-events: none;
}

a {
  text-decoration: none;
}

#rank-iframe,
#diemdanh-iframe {
  width: 2000px;
  height: 1000px;
}
@media (max-width: 768px) {
  #rank-iframe,
  #diemdanh-iframe {
    width: 768px;
    height: 1300px;
  }
}

.iframe-touch-overlay {
  display: none;
}
@media (max-width: 768px) {
  .iframe-touch-overlay {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
    background: transparent;
    height: 20%;
    top: 0;
  }
}

@media (max-width: 768px) {
  .iframe-touch-overlay-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    z-index: 10;
    pointer-events: none;
    background: transparent;
  }
}

#rank-iframe2 {
  width: 100%;
  height: 570px;
}
@media (max-width: 768px) {
  #rank-iframe2 {
    height: 760px;
  }
}
/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/libraryMainsite-t-popup/libraryMainsite-t-popup.scss ***!
  \**********************************************************************************************************************************************************************************/
.popup_login .content .list-btn {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .popup_login .content .list-btn {
    gap: 10px;
  }
}
.popup_login .content .list-btn .btn-login {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px 0px;
  width: 568px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #3b301b;
  font-size: 35px;
  position: relative;
  padding-left: 150px;
  text-shadow: 0 0 10px #fff;
}
.popup_login .content .list-btn .btn-login--google:before, .popup_login .content .list-btn .btn-login--apple:before, .popup_login .content .list-btn .btn-login--facebook:before {
  content: "";
  position: absolute;
  left: 90px;
}
.popup_login .content .list-btn .btn-login--google:before {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -488px -212px;
  width: 46px;
  height: 46px;
}
.popup_login .content .list-btn .btn-login--apple:before {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -488px -161px;
  width: 50px;
  height: 50px;
}
.popup_login .content .list-btn .btn-login--facebook:before {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -402px -325px;
  width: 45px;
  height: 45px;
}
.popup_login .content .list-btn a {
  display: block;
}

.id .popup_login .content .list-btn .btn-login {
  padding-left: 185px;
}
.id .popup_login .content .list-btn .btn-login--google:before,
.id .popup_login .content .list-btn .btn-login--apple:before,
.id .popup_login .content .list-btn .btn-login--facebook:before {
  left: 110px;
}

.th .popup_login .content .list-btn .btn-login {
  padding-left: 180px;
}
.th .popup_login .content .list-btn .btn-login--google:before,
.th .popup_login .content .list-btn .btn-login--apple:before,
.th .popup_login .content .list-btn .btn-login--facebook:before {
  left: 110px;
}

.popup_register .content form {
  width: 83%;
  height: 70%;
  padding: 0 22px;
  overflow-y: auto;
}
.popup_register .content form .row {
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin: 20px auto 40px;
}
@media (max-width: 768px) {
  .popup_register .content form .row {
    width: 100%;
  }
}
.popup_register .content form .row .value {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.popup_register .content form .row .value label {
  font-size: 24px;
  text-align: left;
}
.popup_register .content form .row .value select,
.popup_register .content form .row .value input {
  font-family: "Philosopher-Regular";
  height: 50px;
  padding: 0 12px;
  background-color: white;
  color: #000;
  font-size: 22px;
  border: 0;
  outline: none;
}
.popup_register .content form .row .value select::placeholder,
.popup_register .content form .row .value input::placeholder {
  color: #000;
}

.th .popup_register .content form .row .value label {
  font-size: 30px;
}
.th .popup_register .content form .row .value select,
.th .popup_register .content form .row .value input {
  font-family: "PSL";
  font-size: 30px;
}

.popup_history .content {
  justify-content: flex-start;
}
.popup_history .content .template_history {
  width: 100%;
  height: 450px;
  overflow: auto;
}
.popup_history .content .template_history::-webkit-scrollbar-thumb {
  background: #4fa0eb;
}
.popup_history .content .template_history nav {
  margin-top: 18px;
}
.popup_history .content .template_history nav .pagination > li > a {
  color: #fff;
}
.popup_history .content .template_history nav .pagination > li.active > a {
  background-color: #4fa0eb;
  color: #fff;
}
.popup_history .content .template_history nav .pagination a:hover:not(.active) {
  background-color: #4fa0eb;
  color: white;
}

.popup_getlist .content table {
  width: 820px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .popup_getlist .content table {
    width: 100%;
  }
}
.popup_getlist .content table th {
  font-size: 25px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .popup_getlist .content table th {
    font-size: 20px;
  }
}
.popup_getlist .content table th:first-child {
  text-align: left;
}
.popup_getlist .content table th:last-child {
  width: 100px;
}
.popup_getlist .content table tbody tr td {
  font-size: 25px;
}
@media (max-width: 768px) {
  .popup_getlist .content table tbody tr td {
    font-size: 20px;
  }
}
.popup_getlist .content table tbody tr td:first-child {
  text-align: left;
}
.popup_getlist .content tr th,
.popup_getlist .content tr td {
  padding: 12px !important;
}
.popup_getlist .content .template_history {
  width: 100%;
  height: 400px;
  overflow: auto;
}
.popup_getlist .content .btn_get {
  display: block;
  font-size: 0;
  transform: scale(0.8);
}
.popup_getlist .content .btn:after {
  content: attr(data-normal);
}
.popup_getlist .content .btn.received:after {
  content: attr(data-received);
}

.th .popup_getlist .content table th {
  font-size: 35px;
}
.th .popup_getlist .content table tbody tr td {
  font-size: 30px;
  line-height: 25px;
}
@media (max-width: 768px) {
  .th .popup_getlist .content table tbody tr td {
    font-size: 27px;
  }
}

.popup_condition .content {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup_condition .content #pm__invite-form .text-invite {
  margin-left: 22px;
  margin-bottom: 22px;
}
.popup_condition .content form {
  margin: 0 12px;
}
.popup_condition .content .btn-condition {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -324px -81px;
  width: 235px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f331d;
  text-shadow: 0 0 10px #fff;
  font-size: 26px;
  text-decoration: none;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 20px;
}
.popup_condition .content .table {
  width: 92%;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 20px auto 0;
}
.popup_condition .content .table .text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
}
.popup_condition .content .table .text span {
  font-size: 22px;
  text-transform: none;
}
.popup_condition .content .table .btn {
  margin: 12px auto !important;
}
.popup_condition .content .table .text-invite {
  background-color: #c9ede6;
  width: 70%;
  padding: 20px 0;
  box-sizing: border-box;
  border-radius: 34px;
  color: #3a7b90;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.popup_condition .content .table .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 24px 0;
  position: relative;
}
.popup_condition .content .captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}
.popup_condition .content .captcha img {
  background-color: white;
  border: 1px solid;
}
.popup_condition .content .captcha .btn-refresh {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -447px -325px;
  width: 44px;
  height: 44px;
  position: relative;
  top: -3px;
}
.popup_condition .content .captcha-input input {
  font-family: "Philosopher-Regular";
  height: 50px;
  width: 70%;
  text-align: center;
  outline: none;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .popup_condition .content .captcha-input input {
    width: 90%;
  }
}
.popup_condition .content .template_history .table_history {
  height: auto;
  overflow-y: unset;
}

.th .popup_condition .content .captcha-input input {
  font-family: "PSL";
  font-size: 30px;
}
.th .popup_condition .content .table .text span {
  font-size: 30px;
  line-height: 20px;
}
.th .popup_condition .content .btn-condition {
  font-size: 35px;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.th .popup_condition .content .table .text {
  margin: 20px 0;
  font-size: 35px;
  line-height: 30px;
}

.popup_rule .content .iframe {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
.popup_rule .content div.iframe {
  overflow-x: hidden;
  overflow-y: auto;
}

.popup_reward .content #rewardContainer {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_reward .content .text {
  font-size: 30px;
  margin-top: 20px;
}
.popup_reward .content .item .item-name {
  font-size: 25px;
}
@media (max-width: 768px) {
  .popup_reward .content .item {
    transform: scale(0.8);
  }
}
.popup_reward .content .item img {
  margin-bottom: 10px;
}
.popup_reward .content .note {
  margin-top: 20px;
}
.popup_reward.gift-10 #rewardContainer {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_reward.gift-10 .content .text {
  margin-top: 10px;
}
.popup_reward.gift-10 .content #rewardContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px auto 0;
  width: 100%;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .popup_reward.gift-10 .content #rewardContainer .item {
    transform: scale(1);
  }
}
.popup_reward.gift-10 .content #rewardContainer .item img {
  max-width: 200px;
}
@media (max-width: 768px) {
  .popup_reward.gift-10 .content #rewardContainer .item img {
    max-width: 118px;
  }
}
.popup_reward.gift-10 .content #rewardContainer .item-name {
  max-width: 150px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .popup_reward.gift-10 .content #rewardContainer .item-name {
    max-width: 100px;
  }
}

.th .popup_reward .content .title {
  font-size: 70px !important;
}
@media (max-width: 768px) {
  .th .popup_reward .content .title {
    font-size: 50px !important;
  }
}
.th .popup_reward.gift-10 .content #rewardContainer {
  margin-top: 0;
}
.th .popup_reward.gift-10 .content #rewardContainer .item-name {
  line-height: 0.8;
  font-size: 25px;
}
.th .base .box .btn-confirm {
  font-weight: normal;
  font-size: 55px;
}
.th .popup_reward .content .text {
  font-size: 40px;
  margin-top: 10px;
}

.popup_inform .content p {
  margin-top: -50px;
  font-size: 26px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.th .popup_inform .content p {
  font-size: 35px;
}

.base .box {
  top: 100px;
}
@media (max-width: 768px) {
  .base .box {
    transform: translateX(-50%);
    transform-origin: left;
    top: 240px;
  }
}
.base .box .btn-close {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -459px;
  width: 75px;
  height: 75px;
  right: 40px;
  top: 70px;
}
@media (max-width: 768px) {
  .base .box .btn-close {
    right: -10px;
    transform: scale(0.6);
    top: 30px;
  }
}
.base .box .btn-confirm {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -81px;
  width: 324px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 0 10px #c53e11;
  text-decoration: none;
  margin: 0 auto;
  font-size: 37px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.base .box .content {
  padding: 110px 145px 150px 145px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "Philosopher";
}
@media (max-width: 768px) {
  .base .box .content {
    padding: 100px 30px 50px 30px;
    scale: 0.9;
    transform-origin: top center;
  }
}
.base .box .content .btn-reward {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: 0px -325px;
  width: 252px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffc9;
  font-size: 24px;
  text-decoration: none;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 20px;
}
.base .box .content .btn {
  background-image: url(assets/libraryMainsite-t-popup/images/sprite.png);
  background-position: -324px -81px;
  width: 235px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f331d;
  text-shadow: 0 0 5px #fff;
  text-decoration: none;
  margin: 0 auto;
  font-size: 26px;
}
.base .box .content .btn.received {
  filter: grayscale(1);
}
.base .box .content .title {
  font-size: 38px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  text-shadow: 0 0 5px #ffffc9;
}
.base .box .content .title span {
  position: relative;
}
.base .template_history .table_history {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .base .template_history .table_history {
    width: 100%;
  }
}
.base .template_history .table_history::-webkit-scrollbar-thumb {
  background: #4fa0eb;
}
.base .template_history .table_history table {
  margin-top: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
  background: transparent;
}
.base .template_history .table_history table thead {
  background: url(assets/libraryMainsite-t-popup/images/bg-head.png);
  color: #fff;
  font-size: 25px;
  text-shadow: 0 0 5px #547bc6;
  height: 41px;
}
.base .template_history .table_history table thead th {
  font-weight: normal;
  border: none;
  margin: 0;
  padding: 0;
  border-width: 0;
}
.base .template_history .table_history table tbody tr {
  height: 60px;
  margin: 0;
  padding: 0;
  border-width: 0;
}
.base .template_history .table_history table tbody tr:nth-child(even) {
  background-color: #f0ecd8;
}
.base .template_history .table_history table tbody tr:nth-child(odd) {
  background-color: #91a0c2;
}
.base .template_history .table_history table tbody tr td {
  font-family: "Philosopher-Regular";
  padding: 10px;
  color: #091227;
  font-size: 20px;
  border: none;
  margin: 0;
  vertical-align: middle;
  border-width: 0;
  outline: none;
}

.th .base .box .content,
.th .base .box .content .btn {
  font-family: "PSL";
}
.th .base .box .content .btn {
  font-size: 35px;
}
.th .popup_login .content .list-btn .btn-login {
  font-size: 40px;
}
.th .base .template_history .table_history table thead {
  font-family: "PSL";
  font-size: 30px;
  line-height: 0.8;
}
.th .base .template_history .table_history table tbody tr td {
  font-family: "PSL";
  font-size: 25px;
  line-height: 22px;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/pwm-ld-25-bigupdate-diemdanh/pwm-ld-25-bigupdate-diemdanh.scss ***!
  \********************************************************************************************************************************************************************************************/
.MS__sprite-shape1 {
  background-image: url(assets/pwm-ld-25-bigupdate-diemdanh/images/sprite.png);
  background-position: 0px 0px;
  width: 111px;
  height: 31px;
  display: block;
}

.MS__sprite-shape2 {
  background-image: url(assets/pwm-ld-25-bigupdate-diemdanh/images/sprite.png);
  background-position: 0px -31px;
  width: 97px;
  height: 27px;
  display: block;
}

#pwm-ld-25-bigupdate-diemdanh {
  position: relative;
  height: 1000px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh {
    height: 1300px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .background {
  position: absolute;
  top: 0;
  left: 0;
}
#pwm-ld-25-bigupdate-diemdanh .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
}
#pwm-ld-25-bigupdate-diemdanh .content .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .title {
    top: 87px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item {
  position: absolute;
  background: url(assets/pwm-ld-25-bigupdate-diemdanh/images/item-2.png);
  width: 166px;
  height: 162px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item {
    scale: 0.9;
    transform-origin: top left;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.off {
  filter: grayscale(1);
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.received .day,
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.received .btn_claim {
  filter: grayscale(1);
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.received .btn_claim::after {
  content: attr(data-received);
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item:hover .tooltip {
  display: block;
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item .btn_claim {
  background-image: url(assets/pwm-ld-25-bigupdate-diemdanh/images/sprite.png);
  background-position: 0px -31px;
  width: 97px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item .btn_claim::after {
  content: attr(data-active);
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item .tooltip {
  position: absolute;
  z-index: 1;
  bottom: 60%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item .day {
  margin-top: 66px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.special {
  background: url(assets/pwm-ld-25-bigupdate-diemdanh/images/item-1.png);
  width: 214px;
  height: 208px;
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.special .day {
  margin-top: 87px;
  margin-right: 5px;
  font-size: 20px;
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.special.received .btn_claim::after {
  content: attr(data-received);
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.special .btn_claim {
  background-image: url(assets/pwm-ld-25-bigupdate-diemdanh/images/sprite.png);
  background-position: 0px 0px;
  width: 111px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.special .btn_claim::after {
  content: attr(data-active);
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-1 {
  left: 380px;
  top: 345px;
  z-index: 1;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-1 {
    left: -5px;
    top: 510px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-2 {
  left: 575px;
  top: 345px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-2 {
    left: 50px;
    top: 390px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-3 {
  left: 700px;
  top: 245px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-3 {
    left: 150px;
    top: 290px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-4 {
  left: 915px;
  top: 235px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-4 {
    left: 50%;
    transform: translateX(-50%);
    top: 280px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-5 {
  left: 1080px;
  top: 270px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-5 {
    left: 450px;
    top: 310px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-6 {
  right: 608px;
  top: 355px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-6 {
    right: 50px;
    top: 390px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-7 {
  right: 410px;
  top: 345px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-7 {
    right: -25px;
    top: 510px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-8 {
  right: 433px;
  top: 595px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-8 {
    right: 0px;
    top: 700px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-9 {
  right: 608px;
  top: 594px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-9 {
    right: 40px;
    top: 840px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-10 {
  left: 1080px;
  top: 680px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-10 {
    left: 440px;
    top: 920px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-11 {
  left: 915px;
  top: 765px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-11 {
    left: 49%;
    transform: translateX(-50%);
    top: 970px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-12 {
  left: 728px;
  top: 695px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-12 {
    left: 170px;
    top: 920px;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-13 {
  left: 575px;
  top: 595px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-13 {
    left: 50px;
    top: 840px;
    z-index: 2;
  }
}
#pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-14 {
  left: 380px;
  top: 595px;
}
@media (max-width: 768px) {
  #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.item-14 {
    left: -5px;
    top: 678px;
    z-index: 1;
  }
}

.th #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.special .day {
  font-size: 30px;
  line-height: 20px;
}
.th #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item .day {
  font-size: 26px;
  line-height: 16px;
}
.th #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item.special .btn_claim {
  font-size: 22px;
  box-sizing: border-box;
  padding-bottom: 7px;
}
.th #pwm-ld-25-bigupdate-diemdanh .content .gr_checkin .checkin-item .btn_claim {
  font-size: 20px;
  box-sizing: border-box;
  padding-bottom: 4px;
}

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