@font-face {
  font-family: "icons";
  src: url("../fonts/icon-custom/fonts/fontello.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tahoma";
  src: url("../fonts/tahoma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tahomabold";
  src: url("../fonts/tahomabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "umtgodswordr";
  src: url("../fonts/utm_godsword_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "umtgodswordbold";
  src: url("../fonts/utm_godsword_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "uvnlaclongquanr";
  src: url("../fonts/uvn_laclongquanr.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "uvnlaclongquanbold";
  src: url("../fonts/uvn_laclongquanbold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "utm_essendine_caps";
  src: url("../fonts/utm_essendine_caps.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "uvn_haibatrung";
  src: url("../fonts/uvn_haibatrung.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "svnLastParadise";
  src: url("../fonts/sVN-LastParadise.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cambriaMath";
  src: url("../fonts/cambriaMath.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cambria";
  src: url("../fonts/cambria.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cambriab";
  src: url("../fonts/cambriab.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriadproregular";
  src: url("../fonts/myriadproregular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriadpro_b";
  src: url("../fonts/myriadpro_b.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.f-tahoma {
  font-family: "tahoma";
}

.f-tahomabold {
  font-family: "tahomabold";
}

.f-umtgodswordr {
  font-family: "umtgodswordr";
}

.f-umtgodswordbold {
  font-family: "umtgodswordbold";
}

.f-uvnllq {
  font-family: "uvnlaclongquanr";
}

.f-uvnllq_b {
  font-family: "uvnlaclongquanbold";
}

.f-uvn_haibatrung {
  font-family: "uvn_haibatrung";
}

.f-svnLastParadise {
  font-family: "svnLastParadise";
}

.f-utm_essendine_caps {
  font-family: "utm_essendine_caps";
}

.f-cambriaMath {
  font-family: "cambriaMath";
}

.f-cambria {
  font-family: "cambria";
}

.f-cambriab {
  font-family: "cambriab";
}

.f-myriadproregular {
  font-family: "myriadproregular";
}

.f-myriadpro_b {
  font-family: "myriadpro_b";
}

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

figure {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* -------------------------------------------------------------- */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:focus, a:hover p, select:hover, select:focus, select:active {
  text-decoration: none;
  outline: none !important;
}

a, a:link, a:active {
  text-decoration: none;
  outline: none !important;
}

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

*, .box-sizing-border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a100 {
  width: 100%;
  height: 100%;
  display: block;
}

.m-auto {
  margin-inline: auto;
}

.w95_auto {
  width: 95%;
  margin: 0 auto;
}

.c-pointer {
  cursor: pointer;
}

.text-upper, .t-upper {
  text-transform: uppercase;
}

.text-center, .t-center {
  text-align: center;
}

.c-white {
  color: #fff !important;
}

.c-tim {
  color: #950739 !important;
}

.img-responsive {
  max-width: 100%;
  width: auto;
  height: auto;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "myriadproregular";
  line-height: 1.5;
  font-size: 13px;
  padding: 0px;
  color: #fff;
  margin: 0px auto;
  width: 100%;
  overflow-x: hidden !important;
  background: url(../images/bg.jpg) no-repeat center top, #ddeef8;
}

body > img {
  display: none;
}

.animation-sh {
  position: fixed;
  left: -3%;
  top: 20%;
  width: 500px;
  height: 600px;
  background-image: url("../images/shto.png");
  -webkit-animation: sprite 2s steps(60) infinite;
          animation: sprite 2s steps(60) infinite;
}
@media only screen and (max-width: 1600px) {
  .animation-sh {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    left: -7%;
  }
}
.animation-sh img {
  width: 300px;
  opacity: 0;
}

@-webkit-keyframes sprite {
  from {
    background-position: 0px;
  }
  to {
    background-position: -30000px;
  }
}

@keyframes sprite {
  from {
    background-position: 0px;
  }
  to {
    background-position: -30000px;
  }
}
.container {
  max-width: 1171px;
  margin: 0 auto;
  position: relative;
}
.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

@media only screen and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .hidden-mobile {
    display: none !important;
  }
}

.imgBlock {
  display: block;
}

.img-hv:hover .img-bt {
  display: none;
}
.img-hv:hover .imghide {
  display: block;
}
.img-hv .imghide {
  display: none;
}

video#video-bg {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1366px) {
  video#video-bg {
    width: 1440px;
  }
}
@media only screen and (max-width: 1024px) {
  video#video-bg {
    width: 1250px;
  }
}
@media only screen and (max-width: 768px) {
  video#video-bg {
    display: none;
  }
}

.info-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 1%;
  margin-top: 30px;
  width: 100%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
}
.header p {
  width: 190px;
}
.header ul {
  width: 190px;
  text-align: center;
}
.header ul li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
.header ul li a {
  color: #fff;
  font-size: 13px;
}
.header ul li a:hover {
  color: #a22622;
}
.header ul li:nth-child(n+2):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  top: 4px;
  left: -8px;
}

.footer {
  background: #f7f7f7;
  padding-block: 40px 50px;
  margin-top: 220px;
}

.main-footer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-footer .logo-footer-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 60px;
}
.main-footer .logo-footer-left .logo-gosu {
  width: 202px;
}
.main-footer .logo-footer-left .logo_cubinet {
  width: 202px;
  margin-top: 7px;
}
.main-footer .content-footer {
  margin-right: 30px;
  color: #28261f;
  font-size: 13px;
}
.main-footer .content-footer .title-ct-ft {
  font-size: 16px;
}
.main-footer .content-footer a {
  color: #28261f;
}
.main-footer .content-footer .des-ct-ft {
  margin-top: 10px;
  font-size: 13px;
}
.main-footer .logo-18 {
  margin-left: auto;
  margin-right: 15px;
}

.bg-video {
  width: 100%;
  position: relative;
}
.bg-video video {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -30px;
}
.bg-video #video-mobile {
  width: 100%;
}
.bg-video #video-pc {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.img-loading-custom {
  -webkit-transition: all 1.3s;
  transition: all 1.3s;
  opacity: 1;
}
.img-loading-custom:not(.loaded) {
  background: rgba(130, 130, 130, 0.8);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  -webkit-animation: wave-squares 2s infinite ease-out;
          animation: wave-squares 2s infinite ease-out;
  opacity: 0.4;
}

@-webkit-keyframes wave-lines {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes wave-lines {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes wave-squares {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes wave-squares {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.title-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 29px;
}
.title-frame .text-title-frame {
  width: 100%;
  bottom: 50px;
}

.title-frame-small {
  margin-top: -10px;
  font-size: 15px;
  color: #fff;
}
.link-zoom {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-zoom:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.item-date .name-top-date {
  position: relative;
  z-index: 2;
  font-size: 14px;
  width: 75px;
  height: 75px;
  line-height: 1.2;
}
.item-date .day-date {
  font-size: 19px;
  width: 59px;
  height: 162px;
  padding-top: 35px;
  margin-top: -30px;
}
.item-date .day-date .dot-dd {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #7aa4c1;
  width: 3px;
  height: 3px;
}

.it-hover {
  display: inline-block;
}
.it-hover:hover .img-hv {
  opacity: 1;
}
.it-hover .img-hv {
  opacity: 0;
  left: 0;
  top: 0;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.l0 {
  left: 0;
}

.t0 {
  top: 0;
}

.title {
  width: 615px;
}
.title .img-tieude {
  width: 100%;
  display: block;
}
.title .ct-tieude {
  padding-top: 75px;
}
.title .ct-tieude .title-big {
  color: #f0e7d0;
  font-size: 29px;
}
.title .ct-tieude .title-small {
  color: #34b95a;
  font-size: 15px;
}
.title .ct-tieude2 {
  padding-top: 100px;
}

.btn-bd-copy {
  width: 216px;
  height: 43px;
  line-height: 43px;
}

.imghover-filter:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}

.btn-all {
  background: url(../images/btn-all.png) no-repeat center center;
  background-size: 100% 100%;
}
.btn-vang {
  background: url(../images/btn-vang.png) no-repeat center center;
  background-size: 100% 100%;
}
.btn-vang:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.pagination {
  margin-top: 8px;
  overflow: hidden;
  font-size: 18px;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  color: #5d4c2d;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.pagination ul li a:hover, .pagination ul li a.active {
  background: #f2db9f;
}
.pagination .prev, .pagination .next {
  position: relative;
  text-indent: -999px;
}
.pagination .prev:before, .pagination .next:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 17px;
  background: url(../images/icon-arrow-left.png);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagination .next:before {
  -webkit-transform: translate(-50%, -50%) rotatez(180deg);
          transform: translate(-50%, -50%) rotatez(180deg);
}

.info-top {
  margin-top: -65px;
}

.slogan-video .play-video {
  -webkit-animation: zoomIcon 2s infinite linear;
          animation: zoomIcon 2s infinite linear;
  top: 106px;
  left: 486px;
}

.time-kt-open {
  gap: 0 5px;
  width: 572px;
  height: 55px;
  color: #fff;
  font-size: 20px;
}
.time-kt-open:before, .time-kt-open:after {
  position: absolute;
  content: "";
  width: 572px;
  height: 10px;
  background: url(../images/infotop/line-time.png) no-repeat center center;
  left: 0;
}
.time-kt-open:before {
  top: 0;
}
.time-kt-open:after {
  bottom: 0;
}
.time-kt-open .time-number-open {
  color: #ebcb77;
  font-size: 20px;
  line-height: 0.9;
}
.group-bd-top {
  margin-top: 90px;
  gap: 0 15px;
}

.bg-gr-con {
  background: url(../images/infotop/bg-list.png) no-repeat center center;
  background-size: 100% 100%;
  width: 560px;
  height: 106px;
}

.bg-gr-con1 {
  gap: 0 20px;
}

.bg-gr-con2 {
  background: transparent;
}
.bg-gr-con2:before {
  position: absolute;
  content: "";
  width: 587px;
  height: 107px;
  background: url(../images/infotop/bg-list2.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}

.link-tg-regfasth {
  color: #523308;
  font-size: 22px;
  width: 251px;
  height: 80px;
}

.number-reg {
  background: url(../images/infotop/bg-number-reg.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 14px;
  width: 383px;
  height: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10px;
}

.list-item-baodanh {
  margin-top: 18px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.list-item-baodanh .it-baodanh {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-item-baodanh .it-baodanh .thum-vip-gift {
  width: 79px;
  height: 79px;
  background: url(../images/infotop/bg-img-hot.png) no-repeat center center;
  background-size: 100% 100%;
}
.list-item-baodanh .it-baodanh .thum-vip-gift:hover ~ .list-hover-gift-regtop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.list-item-baodanh .it-baodanh .name-btn-bd .name-bd {
  font-size: 14.5px;
}
.list-item-baodanh .it-baodanh .name-btn-bd .name-bd span {
  color: #eed491;
}
.list-item-baodanh .it-baodanh .name-btn-bd .btn-bd-top {
  margin-top: 5px;
  margin-left: auto;
  line-height: 1.1;
  color: #523308;
  font-size: 13px;
  width: 120px;
  height: 38px;
}

.list-hover-gift-regtop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../images/infotop/bg-list-gift.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 13px;
  width: 244px;
  height: 416px;
  padding-top: 12px;
  bottom: 80px;
  left: -70px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.list-hover-gift-regtop .name-gift {
  background: url(../images/infotop/title-moc-qua.png) no-repeat center center;
  background-size: 100% 100%;
  width: 209px;
  height: 24px;
}
.list-hover-gift-regtop .list-gift-moctop {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
.list-hover-gift-regtop .list-gift-moctop .it-gift-top {
  margin-bottom: 10px;
  width: 45%;
}
.list-hover-gift-regtop .list-gift-moctop .it-gift-top .thumb-gtop {
  background: url(../images/bg-img.png) no-repeat center center;
  background-size: 100% 100%;
  width: 72px;
  height: 72px;
}
.list-hover-gift-regtop .list-gift-moctop .it-gift-top .thumb-gtop img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
.list-hover-gift-regtop .list-gift-moctop .it-gift-top .name-sl {
  margin-top: 2px;
  font-size: 11px;
  color: #dbb15e;
  line-height: 1.2;
}
.list-hover-gift-regtop .list-gift-moctop .it-gift-top .name-sl span {
  color: #fff;
}

@-webkit-keyframes scrollIcon {
  0%, 100% {
    top: 0px;
  }
  50% {
    top: 7px;
  }
}

@keyframes scrollIcon {
  0%, 100% {
    top: 0px;
  }
  50% {
    top: 7px;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pcgift {
  margin-top: 50px;
}

.main-pcgift {
  width: 1335px;
}
.main-pcgift .img-pc {
  width: 100%;
  width: 1335px;
  height: 627px;
}
.main-pcgift .note-pc {
  color: #e7d7ad;
  font-size: 14px;
  bottom: -25px;
  left: 110px;
}
.main-pcgift .link-join-pc {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  color: #523308;
  font-size: 22px;
  width: 251px;
  height: 80px;
}

.giaidau {
  margin-top: 120px;
}

.main-giaidau {
  gap: 0 20px;
}
.main-giaidau .img-gidafs {
  width: 560px;
  height: 703px;
}

.more-info-giaidau {
  margin-top: 10px;
}
.more-info-giaidau .link-more-info-giaidau {
  color: #523308;
  font-size: 22px;
  width: 251px;
  height: 80px;
}

.box-tan-thu {
  margin-top: 90px;
}
.box-tan-thu .zalo_discord img {
  width: 100%;
}

.huong-dan-tan-thu {
  margin-top: 50px;
}

.left-video {
  width: 657px;
}
.left-video img:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.left-video .tanthu {
  gap: 0 34px;
}
.left-video .img-tt-vuong {
  width: 139px;
  height: 193px;
}
.left-video .img-tt-cnhat {
  width: 657px;
  height: 203px;
}
.left-video .grlink-7day {
  left: 20px;
  bottom: 20px;
  gap: 0 20px;
}
.left-video .link-it-tt7day {
  color: #523308;
  font-size: 13px;
  width: 150px;
  height: 48px;
}

.ds-bang-hoi {
  width: 428px;
  margin-left: 25px;
  background: #fff;
}

.title-ds-bh {
  background: url(../images/tanthu/bg-name-right.jpg) no-repeat center center;
  background-size: 100% 100%;
  height: 54px;
  line-height: 54px;
}
.title-ds-bh:before {
  pointer-events: none;
  position: absolute;
  content: "";
  width: calc(100% - 9px);
  height: calc(100% - 9px);
  border: 1px solid #fff;
  left: 4px;
  top: 4px;
}
.title-ds-bh p {
  font-size: 14px;
  width: 95.6%;
  margin: 0 auto;
  height: 100%;
}

.ds-group-fb .ds-name-bang-hoi {
  width: 135px;
  height: 346px;
}
.ds-group-fb .txt-tenbang {
  font-size: 15px;
  color: #4b67ad;
  border-bottom: 1px solid #e0cc9d;
  width: 86%;
  margin: auto;
  padding-bottom: 6px;
  padding-top: 6px;
}

.list-ds-name-bh .item-list-ds {
  position: relative;
  color: #6787b0;
  padding-left: 5px;
  width: 86%;
  margin-inline: auto;
  margin-block: 3px;
  padding-block: 4px;
  cursor: pointer;
}
.list-ds-name-bh .item-list-ds:hover, .list-ds-name-bh .item-list-ds.active {
  color: #403939;
  background: #e8d19f;
}
.list-ds-name-bh .item-list-ds:hover:after, .list-ds-name-bh .item-list-ds.active:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 23px;
  background: url(../images/icon-arrow-right.png);
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.group-fb {
  width: 272px;
  margin-left: 8px;
}
.group-fb .txt-tenbang {
  color: #4b67ad;
  width: 100%;
}
.group-fb .khung-group {
  margin-top: 24px;
  min-height: 240px;
}

.khung-group .fb-group {
  display: none;
}
.khung-group .fb-group.active {
  display: block;
}

.lo-trinh {
  margin-top: 50px;
  margin-left: 30px;
  position: relative;
}
.lo-trinh .txt-left {
  color: #fff;
  float: left;
  margin-top: 20px;
  position: relative;
}
.lo-trinh .txt-left:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #817f5a;
  border-radius: 50%;
  left: -30px;
  top: 16px;
}
.lo-trinh .txt-left p {
  line-height: 1.5;
}
.lo-trinh .txt-left span {
  font-size: 16px;
}
.lo-trinh .list-lotrinh {
  float: left;
  padding: 0 40px;
  margin-left: 30px;
  position: relative;
}
.lo-trinh .list-lotrinh:before, .lo-trinh .list-lotrinh:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #e0cc9d;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.lo-trinh .list-lotrinh:before {
  left: -4px;
}
.lo-trinh .list-lotrinh:after {
  right: -4px;
}
.lo-trinh .list-lotrinh .bar-lotrinh {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #e0cc9d;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lo-trinh .list-lotrinh .item {
  float: left;
  margin: 0 40px;
  position: relative;
}
.lo-trinh .list-lotrinh .item.thoi-left:before {
  width: 14px;
  height: 14px;
  background: #464035;
  border: 1px solid #a99d7c;
}
.lo-trinh .list-lotrinh .item.thoi-left:after {
  width: 5px;
  height: 5px;
  background: #e0cc9d;
}
.lo-trinh .list-lotrinh .item .name {
  font-family: "tahomabold";
  color: #e0cc9d;
  margin-bottom: 50px;
}
.lo-trinh .list-lotrinh .item .date {
  font-family: "tahoma";
  color: #e0cc9d;
}

.thoi-left {
  position: relative;
  left: -30px;
}
.thoi-left:before, .thoi-left:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.thoi-left:before {
  width: 13px;
  height: 13px;
  border: 1px solid #b6dbeb;
}
.thoi-left:after {
  width: 8px;
  height: 8px;
  background: #b6dbeb;
}
.thoi-left.thoi-right {
  left: inherit;
  right: -30px;
}

@-webkit-keyframes laclu {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes laclu {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.box-dac-sac {
  margin-top: 190px;
}

.list-dacsac {
  width: 1170px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 40px;
}
.list-dacsac .for-left {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  width: 530px;
}
.list-dacsac img:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.list-dacsac .img-dsleft {
  width: 248px;
  height: 170px;
}
.list-dacsac .img-center-ds {
  width: 265px;
  height: 337px;
}
.list-dacsac .img-ds-right {
  width: 265px;
  height: 325px;
}

.anchor {
  width: 160px;
  position: fixed;
  right: -160px;
  z-index: 99;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.anchor.open {
  right: 5px;
}
.anchor .btn-tai-dk {
  position: relative;
  z-index: 2;
  margin-left: 0;
}
.anchor .btn-tai-dk .btn-tai-game {
  width: 160px;
  height: 88px;
  background: url(../images/navright/btn-tai-game.jpg);
  background-size: 100% 100%;
}
.anchor .btn-tai-dk .btn-tai-game:hover {
  background: url(../images/navright/btn-tai-game-hover.jpg);
  background-size: 100% 100%;
}
.anchor .linktoright {
  margin-bottom: 6px;
}
.anchor .linktoright img {
  display: block;
}

.link-4nut {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
  background: url(../images/navright/bg-4nut.jpg);
  background-size: 100% 100%;
  width: 160px;
  height: 147px;
  padding-block: 5px;
}
.link-4nut a {
  font-size: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(../images/navright/bg-moi-4nut.png) no-repeat center center;
  width: 71px;
  height: 64px;
  color: #fff;
  padding-bottom: 3px;
}
.link-4nut a:hover {
  background: url(../images/navright/bg-moi-4nut-hover.png) no-repeat center center;
}

.box-giftcode {
  width: 180px;
  height: 217px;
  background: url(../images/bg-giftcode-anchor.jpg);
  margin-top: 4px;
}
.box-giftcode .tit-bgc {
  line-height: 1.2;
  margin-left: 62px;
  padding-top: 17px;
}

.go-top {
  cursor: pointer;
  width: 49px;
  height: 129px;
  margin: 5px auto 0;
}

.i-control {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: -32px;
  height: 143px;
  width: 32px;
  background: url(../images/navright/bg-arr.png) center center/100% 100% no-repeat;
}
.i-control .i-txt {
  margin-top: 72px;
  margin-left: 11px;
  width: 10px;
  height: 15px;
  background: url(../images/navright/arr.png) center center/100% 100% no-repeat;
  display: block;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.i-control.i-control-open .i-txt {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.info-all-user {
  position: relative;
  right: 3px;
  width: 185px;
  height: 167px;
  background: url(../images/navright/bg-user.png) no-repeat center center;
  padding-top: 10px;
  margin-top: 10px;
}
.info-all-user .hello-user {
  font-size: 13px;
  width: 174px;
  height: 82px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}
.info-all-user .hello-user .img-user {
  margin-bottom: 20px;
}
.info-all-user .hello-user .name-sever-log {
  width: 105px;
}
.info-all-user .hello-user .btn-login {
  width: 100%;
  font-size: 13px;
}
.info-all-user .hello-user .name-user {
  color: #000b07;
  line-height: 1.2;
  margin-bottom: 5px;
}
.info-all-user .hello-user .name-user span {
  color: #2d6358;
}
.info-all-user .hello-user .select {
  width: 100%;
}
.info-all-user .hello-user .select select {
  font-size: 11px;
  width: 100%;
  height: 25px;
}
.info-all-user .info-user-other {
  margin-top: 3px;
}
.info-all-user .info-user-other a {
  color: #000b07;
}
.info-all-user .info-user-other .row-otheruser {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000b07;
  width: 90%;
}
.info-all-user .info-user-other .dotot:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #2e6457;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 4px;
}
.info-all-user .info-user-other .dotot .left-label {
  padding-left: 15px;
}

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 8;
  color: #fff;
}
.popup .content-popup {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 98%;
  max-width: 941px;
}
.popup .content-popup:before, .popup .content-popup:after {
  pointer-events: none;
  content: "";
  position: absolute;
}
.popup .wrapper-popup {
  background: url(../images/popup/bg-popup.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  min-height: 300px;
  padding-block: 0.5% 3%;
}
@media only screen and (min-width: 360px) {
  .popup .wrapper-popup {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .popup .wrapper-popup {
    min-height: 500px;
  }
}
.popup .main-popup {
  position: relative;
  z-index: 1;
}
.popup .wcus-pop {
  width: 90%;
}
.popup .title-popup {
  background: url(../images/popup/bg-title.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 99%;
  height: auto;
  font-size: 25px;
  color: #fff;
  padding-block: 5px;
}

.close-popup {
  position: absolute;
  background: url(../images/popup/icon-close.png) no-repeat center center;
  background-size: 100%;
  width: 35px;
  height: 31px;
  top: 9px;
  right: 10px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.close-popup-full {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  #popup-history .wrapper-popup, #popup-danhsach .wrapper-popup, #popup-laptop .wrapper-popup {
    min-height: 500px;
  }
}
#popup-history .main-popup, #popup-danhsach .main-popup, #popup-laptop .main-popup {
  border: 0;
  background: transparent;
}
#popup-history .main-popup .tabs, #popup-danhsach .main-popup .tabs, #popup-laptop .main-popup .tabs {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
#popup-history .main-popup .tabs ul li, #popup-danhsach .main-popup .tabs ul li, #popup-laptop .main-popup .tabs ul li {
  display: inline-block;
}
#popup-history .main-popup .tabs ul li a, #popup-danhsach .main-popup .tabs ul li a, #popup-laptop .main-popup .tabs ul li a {
  font-size: 15px;
  font-family: "tahomabold";
  width: 135px;
  height: 35px;
  background-color: #a87139;
  color: #ffeb3b;
  display: block;
  text-align: center;
  line-height: 35px;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  #popup-history .main-popup .tabs ul li a, #popup-danhsach .main-popup .tabs ul li a, #popup-laptop .main-popup .tabs ul li a {
    font-size: 13px;
    width: 110px;
    height: 31px;
    line-height: 31px;
  }
}
#popup-history .main-popup .tabs ul li a.active, #popup-history .main-popup .tabs ul li a:hover, #popup-danhsach .main-popup .tabs ul li a.active, #popup-danhsach .main-popup .tabs ul li a:hover, #popup-laptop .main-popup .tabs ul li a.active, #popup-laptop .main-popup .tabs ul li a:hover {
  background-color: #f3380c;
}
#popup-history .main-popup .t_ls, #popup-danhsach .main-popup .t_ls, #popup-laptop .main-popup .t_ls {
  display: none;
}
#popup-history .main-popup .t_ls.active, #popup-danhsach .main-popup .t_ls.active, #popup-laptop .main-popup .t_ls.active {
  display: block;
}
#popup-history .tab-his, #popup-danhsach .tab-his, #popup-laptop .tab-his {
  gap: 0 10px;
  margin-top: 3%;
}
#popup-history .tab-his .it-tab-his, #popup-danhsach .tab-his .it-tab-his, #popup-laptop .tab-his .it-tab-his {
  font-size: clamp(2px, 3vw, 18px);
  padding: 8px 30px;
  color: #5d4c2d;
}
#popup-history .tab-his .it-tab-his:not(.active), #popup-danhsach .tab-his .it-tab-his:not(.active), #popup-laptop .tab-his .it-tab-his:not(.active) {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
}
#popup-history .detail-his, #popup-danhsach .detail-his, #popup-laptop .detail-his {
  display: none;
  margin-top: 10px;
}
#popup-history .detail-his.active, #popup-danhsach .detail-his.active, #popup-laptop .detail-his.active {
  display: block;
}
#popup-history .table-history, #popup-danhsach .table-history, #popup-laptop .table-history {
  max-height: 300px;
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (min-width: 414px) {
  #popup-history .table-history, #popup-danhsach .table-history, #popup-laptop .table-history {
    max-height: 345px;
  }
}
@media only screen and (min-width: 768px) {
  #popup-history .table-history, #popup-danhsach .table-history, #popup-laptop .table-history {
    max-height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  #popup-history .table-history, #popup-danhsach .table-history, #popup-laptop .table-history {
    max-height: 500px;
  }
}
#popup-history .table-history::-webkit-scrollbar, #popup-danhsach .table-history::-webkit-scrollbar, #popup-laptop .table-history::-webkit-scrollbar {
  width: 4px;
}
#popup-history .table-history::-webkit-scrollbar-track, #popup-danhsach .table-history::-webkit-scrollbar-track, #popup-laptop .table-history::-webkit-scrollbar-track {
  background: #b5b5b5;
}
#popup-history .table-history::-webkit-scrollbar-thumb, #popup-danhsach .table-history::-webkit-scrollbar-thumb, #popup-laptop .table-history::-webkit-scrollbar-thumb {
  background: #505050;
}
#popup-history .table-history::-webkit-scrollbar-thumb:hover, #popup-danhsach .table-history::-webkit-scrollbar-thumb:hover, #popup-laptop .table-history::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#popup-history table, #popup-danhsach table, #popup-laptop table {
  width: 100%;
  font-size: clamp(10px, 3vw, 16px);
}
#popup-history table tr:first-child, #popup-danhsach table tr:first-child, #popup-laptop table tr:first-child {
  position: sticky;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  #popup-history table tr:first-child td, #popup-danhsach table tr:first-child td, #popup-laptop table tr:first-child td {
    padding: 6px;
  }
}
#popup-history table tr td, #popup-danhsach table tr td, #popup-laptop table tr td {
  border: 1px solid #fff;
}
@media only screen and (min-width: 1024px) {
  #popup-history table tr td, #popup-danhsach table tr td, #popup-laptop table tr td {
    padding: 8px;
  }
}
#popup-history table thead tr td, #popup-danhsach table thead tr td, #popup-laptop table thead tr td {
  background: transparent;
  font-family: "tahomabold";
}
#popup-history table tbody tr:first-child td, #popup-danhsach table tbody tr:first-child td, #popup-laptop table tbody tr:first-child td {
  background: transparent;
}

@media only screen and (min-width: 768px) {
  #popup-rules .wrapper-popup {
    height: 650px;
  }
}
#popup-rules .main-popup {
  width: 80%;
}
#popup-rules .main-content {
  margin-top: 20px;
  width: 95%;
  height: 40vh;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (min-width: 768px) {
  #popup-rules .main-content {
    height: 520px;
  }
}
#popup-rules .main-content::-webkit-scrollbar {
  width: 2px;
}
#popup-rules .main-content::-webkit-scrollbar-track {
  background: #fff;
}
#popup-rules .main-content::-webkit-scrollbar-thumb {
  background: #ca503d;
}
#popup-rules .main-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#popup-rules .main-content .text {
  height: 100%;
}

#popup-alert {
  z-index: 99;
}
#popup-alert .content-popup {
  max-width: 600px;
}
#popup-alert .wrapper-popup {
  min-height: 250px;
}
@media only screen and (min-width: 768px) {
  #popup-alert .wrapper-popup {
    min-height: 300px;
  }
}
#popup-alert .detail-alert {
  width: 85%;
  margin-inline: auto;
  margin-top: 6%;
  font-size: clamp(13px, 3vw, 18px);
}

.text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
.text span.content-event-first {
  float: left;
  font-size: 40px;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}
.text h1,
.text .content-event-h1 {
  font-size: 19px;
  color: #f57825;
  padding: 4px 0 8px 35px;
  position: relative;
  font-family: "myriadpro_b";
}
.text h2,
.text .content-event-h2 {
  font-size: 16px;
  font-weight: bold;
  color: #f57825;
  font-family: "myriadpro_b";
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.text a {
  color: #ba380d;
  font-weight: 500;
}
.text ul {
  margin-left: 25px;
}
.text ul li {
  line-height: 30px;
}
.text p {
  line-height: 30px;
}
.text p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .text table {
    width: auto;
  }
}
.text table tr td {
  border: 1px solid #382f1f;
  margin: 0;
  padding: 3px 0;
  vertical-align: middle !important;
  text-align: center;
}
.text table tr:first-child {
  background: #ba380d;
}
.text table tr:first-child td {
  font-family: "myriadpro_b";
}
.text table tr:first-child td p {
  font-family: "myriadpro_b";
  color: #444444;
}
.text fieldset {
  border: 1px solid #382f1f;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}
.text fieldset legend {
  color: white;
  background: #ba380d;
  font-family: "myriadpro_b";
  padding: 0 15px;
}
.text fieldset ul {
  margin-left: 15px;
}
.text strong {
  font-family: "myriadpro_b";
}
.text em {
  font-style: italic;
}

table img {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 10px;
}
table thead tr {
  background: #ca503d;
}
table thead tr td {
  color: #fff;
}
table tr:first-child td {
  text-align: center;
}
table tr td {
  border: 1px solid #fff;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}

@-webkit-keyframes zoom_ani {
  0%, 100% {
    -webkit-transform: translate(10px, 10px) scale(0.8);
            transform: translate(10px, 10px) scale(0.8);
  }
  50% {
    -webkit-transform: translate(10px, 10px) scale(1.4);
            transform: translate(10px, 10px) scale(1.4);
  }
}

@keyframes zoom_ani {
  0%, 100% {
    -webkit-transform: translate(10px, 10px) scale(0.8);
            transform: translate(10px, 10px) scale(0.8);
  }
  50% {
    -webkit-transform: translate(10px, 10px) scale(1.4);
            transform: translate(10px, 10px) scale(1.4);
  }
}
/*# sourceMappingURL=main.css.map */