@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/umtgodswordr.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "umtgodswordbold";
  src: url("../fonts/umtgodswordbold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "uvnlaclongquanr";
  src: url("../fonts/uvnlaclongquanr.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "uvnlaclongquanbold";
  src: url("../fonts/uvnlaclongquanbold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "seagull-bold";
  src: url("../fonts/Seagull-Bold.ttf") format("truetype");
  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-uvnlaclongquanr {
  font-family: "uvnlaclongquanr";
}

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

.f-seagull-bold {
  font-family: "seagull-bold";
}

/* =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;
}

.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;
}

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

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

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

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

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

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

.container {
  width: 1230px;
  margin: 0 auto;
  position: relative;
}
.container.container2 {
  width: 1003px;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.c-pointer {
  cursor: pointer;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

@media only screen and (min-width: 1000px) {
  .hidden-1000 {
    display: none;
  }
}

.fs-15 {
  font-size: 15px;
}

.c-white {
  color: #fff;
}

.color-orange {
  color: #f88218;
}

.color-orange-nhat {
  color: #e0cc9d;
}

.c-orange-2 {
  color: #e8d19f;
}

.c-purple {
  color: #30467b;
}

.c-brown {
  color: #6d472c;
}

.c-red {
  color: #d16059;
}

.text-shadow {
  text-shadow: 2px 2px 5px #000000;
}

.m-auto {
  margin: auto;
}

.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 #8386bf;
}
.thoi-left:after {
  width: 8px;
  height: 8px;
  background: #e8d19f;
}
.thoi-left.thoi-right {
  left: inherit;
  right: -30px;
}

.pagination {
  margin-top: 8px;
  overflow: hidden;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  color: #fff;
  background: #b6b8eb;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.pagination ul li a:hover, .pagination ul li a.active {
  background: #545796;
}
.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);
}

.gradient-text {
  background: -webkit-linear-gradient(#fffbde, #c79936);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

button, select {
  border: none;
}

.list-text-info {
  color: #031a32;
  font-size: 18px;
  margin-top: 15px;
}
.list-text-info ul li {
  display: inline-block;
  position: relative;
  margin: 0 12px;
}
.list-text-info ul li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #c4264b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -16px;
  top: 11px;
}

.header {
  position: relative;
  left: 20px;
  z-index: 99;
  top: 20px;
  width: calc(100% - 40px);
  right: 20px;
}
.header .logo {
  margin-top: 10px;
}
.header .img-18plus {
  margin-left: 20px;
}
.header ul {
  margin-left: 135px;
  margin-top: 10px;
}
.header ul li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
.header ul li a {
  background: url(../images/icon-home.png) no-repeat left center;
  height: 34px;
  text-indent: 40px;
  line-height: 34px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  color: #424242;
}
.header ul li a:hover {
  color: #a22622;
}
.header ul li:nth-child(2) a {
  background: url(../images/icon-face.png) no-repeat left center;
}

#footer {
  height: 120px;
  width: 100%;
  background: #000;
  z-index: 9;
}
#footer .logo {
  display: block;
  height: 39px;
  float: left;
  margin-top: 35px;
}
#footer .logo.gosu {
  width: 162px;
  height: 42px;
  background: url(../images/logo_gosu.png) no-repeat center center;
  background-size: contain;
  margin-left: 2px;
}
#footer .logo.cubinet {
  width: 238px;
  background: url(../images/logo_cubinet.png) no-repeat center center;
  background-size: contain;
}
#footer .address {
  width: 575px;
  height: 81px;
  float: left;
  padding-top: 30px;
}
#footer .address a {
  color: #fff;
  font-size: 14px;
  font-family: Tahoma;
  padding: 0 2px 0 5px;
  line-height: 1;
}
#footer .address p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: Tahoma;
  float: left;
  color: #fff;
  margin: 6px 0px 0px 0px;
}
#footer .address .menu_footer {
  text-align: center;
  margin-left: 15px;
}
#footer .address .menu_footer li {
  float: left;
  margin: 1px 4px;
  border-left: 1px solid #fff;
}
#footer .address .menu_footer li:nth-child(1) {
  border-left: none;
}
#footer .address .menu_footer li a {
  width: 100%;
  height: 100%;
  display: block;
}
#footer .address .menu_footer li a:hover {
  color: #ff9427;
}

.anchor {
  width: 180px;
  position: fixed;
  right: 10px;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.anchor .btn-tai-dk {
  margin-left: 0;
}
.anchor .btn-tai-dk .btn-tai-game {
  width: 180px;
  height: 64px;
  background: url(../images/btn-tai-game.png);
  background-size: 100% 100%;
}
.anchor .btn-tai-dk .btn-tai-game:hover {
  background: url(../images/btn-tai-game-hv.png);
  background-size: 100% 100%;
}

.link-group {
  width: 180px;
  height: 178px;
  background: url(../images/bg-4-nut.png) left top;
}
.link-group a {
  width: 50%;
  height: 50%;
  float: left;
  text-align: center;
  padding-top: 58px;
  color: #fff;
}
.link-group a:hover {
  background: url(../images/bg-link-nav-right-hover.png) no-repeat;
  background-size: contain;
}
.link-group a:nth-child(3), .link-group a:nth-child(4) {
  padding-top: 50px;
}

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

.text-mung {
  color: #ff4aa5;
  font-size: 15px;
  margin-top: 25px;
  line-height: 1.3;
}

.time-countdown {
  margin-top: 15px;
}

#timecd {
  margin-top: 5px;
  color: #f2ead7;
  width: 100px;
  height: 22px;
  line-height: 22px;
  background: #5e6391;
}

.go-top {
  cursor: pointer;
  width: 49px;
  height: 129px;
  background: url(../images/bg-go-top.png);
  margin: 10px auto 0;
}

#video-top {
  pointer-events: none;
}

.it-laklak:hover .img-laklak {
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.hv-up {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hv-up:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hover-zoom {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-zoom:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.box-skhoiquy .select-gift {
  padding: 5px;
}
.box-skhoiquy .select-gift label {
  font-size: 14px;
}
.box-skhoiquy .select-gift select {
  width: 100%;
  height: 30px;
  border: 1px solid #333d71;
  margin-top: 5px;
}

.main-skhoiquy {
  margin-left: 165px;
  margin-top: 20px;
}

.hellouser {
  width: 726px;
  background: url(../images/main/bg-user.png) no-repeat center left;
  padding-left: 22px;
  background-size: 100% 100%;
  padding-block: 6px;
}
.hellouser .login {
  color: #a17337;
  background: url(../images/bg-btn-login.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 17px;
  width: 200px;
  height: 45px;
  margin-left: 180px;
}
.hellouser .infouser {
  line-height: 1.2;
  color: #424242;
  font-size: 18px;
}
.hellouser .infouser a {
  color: #424242;
}
.hellouser .select-sv-game {
  font-size: 15px;
  margin-block: 6px;
  gap: 0 8px;
}
.hellouser .select-sv-game .list-svsl {
  width: 200px;
  height: 30px;
  border: 1px solid #424242;
}
.hellouser .select-sv-game select, .hellouser .select-sv-game option {
  color: #424242;
  font-size: 15px;
}
.hellouser .select-sv-game select {
  width: 100%;
  height: 100%;
}

.list-gifthoiquy {
  margin-top: 30px;
  gap: 0 60px;
}
.it-gifthoiquy {
  color: #432e5f;
  width: 165px;
  height: 595px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: moveY 3s ease-in-out infinite;
          animation: moveY 3s ease-in-out infinite;
}
.it-gifthoiquy:hover .it-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.it-gifthoiquy .it-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.it-gifthoiquy .it-front, .it-gifthoiquy .it-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.it-gifthoiquy .it-front {
  background: url(../images/main/bg-it1.png) no-repeat center center;
  font-size: 16px;
  line-height: 1.2;
}
.it-gifthoiquy .it-front .thumb-it {
  margin-top: 10px;
}
.it-gifthoiquy .it-front .year-created {
  margin-top: 33px;
}
.it-gifthoiquy .it-front .fromtoyear {
  font-size: 57px;
  line-height: 1.4;
}
.it-gifthoiquy .it-front .fromtoyear:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #5b4655;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.it-gifthoiquy .it-front .fromtoyear.fromtoyear_none:after {
  width: 0;
  height: 0;
}
.it-gifthoiquy .it-back {
  background: url(../images/main/bg-it1-hv.png) no-repeat center center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.it-gifthoiquy .it-back .list-gift-year {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  grid-gap: 0 1px;
  width: 90%;
}
.it-gifthoiquy .it-back .list-gift-year .it-gift-year {
  margin-bottom: 25px;
}
.it-gifthoiquy .it-back .list-gift-year .it-gift-year .thumb-gift {
  width: 55px;
  height: 55px;
}
.it-gifthoiquy .it-back .list-gift-year .it-gift-year .thumb-gift img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.it-gifthoiquy .it-back .list-gift-year .it-gift-year .name-gift {
  font-size: 16px;
  line-height: 1.1;
}
.it-gifthoiquy .it-back .btn-nhanqua {
  font-size: 18px;
  color: #9d6f30;
  width: 135px;
  height: 58px;
  background: url(../images/bg-btn-nhan.png) no-repeat center center;
}

.itgifthq2 {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.itgifthq2 .it-front {
  background: url(../images/main/bg-it2.png) no-repeat center center;
}

.itgifthq3 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.itgifthq3 .it-front {
  background: url(../images/main/bg-it3.png) no-repeat center center;
}

.itgifthq4 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.itgifthq4 .it-front {
  color: #65271b;
  background: url(../images/main/bg-it4.png) no-repeat center center;
}
.itgifthq4 .it-back {
  background: url(../images/main/bg-it4-hv.png) no-repeat center center;
}

.itgifthq5 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.itgifthq5 .it-front {
  color: #65271b;
  background: url(../images/main/bg-it5.png) no-repeat center center;
}
.itgifthq5 .it-back {
  background: url(../images/main/bg-it5-hv.png) no-repeat center center;
}

.box-ctevent {
  margin-left: 60px;
  margin-top: 45px;
}
.box-ctevent .btn-show-ct {
  font-size: 20px;
  color: #e2edf6;
  width: 471px;
  height: 76px;
  background: url(../images/bg-btn-rule.png) no-repeat center center;
}

@-webkit-keyframes moveY {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@keyframes moveY {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.popup .content-popup {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup .wrapper-popup {
  width: 1012px;
  min-height: 758px;
  background: url(/assets/frontend/intro/conluandaichien/assets/images/img-bg-popup.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0 5%;
}
.popup .close-content {
  position: absolute;
  background: url(../images/icon-close-pop.png) no-repeat center center;
  background-size: 100%;
  top: 38px;
  right: -60px;
  width: 51px;
  height: 51px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popup .close-content:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content-detail .text {
  max-height: 80%;
  overflow: scroll;
  height: 400px;
}

.close-content-full {
  position: absolute;
  width: 100%;
  height: 100%;
}

#popup-thong-bao .wrapper-popup, #popup-thele .wrapper-popup {
  width: 740px;
  height: 400px;
  min-height: 200px;
  background: url(/assets/frontend/intro/conluandaichien/assets/images/img-bg-popup.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0 5%;
}
#popup-thong-bao .title-pop, #popup-thele .title-pop {
  padding-top: 30px;
}
#popup-thong-bao .title-pop p, #popup-thele .title-pop p {
  font-size: 20px;
  color: #5f62a6;
}
#popup-thong-bao .content-detail, #popup-thele .content-detail {
  width: 100%;
  height: 100%;
}
#popup-thong-bao .content-detail .text, #popup-thele .content-detail .text {
  max-height: 85%;
  overflow-y: scroll;
  width: 90%;
  margin: auto;
  overflow-x: auto;
  height: auto;
}
#popup-thong-bao .txt-tb, #popup-thele .txt-tb {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  padding: 0 10px;
}
#popup-thong-bao .close-content, #popup-thele .close-content {
  top: 0;
}

#popup-thele .wrapper-popup {
  width: 840px;
  height: 500px;
}

.title-pop {
  padding-top: 70px;
}
.title-pop p {
  font-size: 26px;
  color: #ffffff;
}

.table-cauhinh {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 16px;
}
.table-cauhinh tr:first-child td {
  background-color: transparent;
  color: #2d2d2d;
  font-family: "tahoma";
}
.table-cauhinh tr td {
  padding: 10px;
}

.table-ds-banbe {
  width: 900px;
  margin: 35px auto 15px;
}
.table-ds-banbe table {
  width: 100%;
}

.text {
  padding-top: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  color: #2d2d2d;
  line-height: 30px;
  font-family: "tahoma";
  font-size: 16px;
}
.text .content-event-first {
  font-size: 36px;
}
.text p {
  margin: 5px 0;
}
.text .content-event-h1 {
  color: #000;
  font-family: "tahomabold";
  font-size: 18px;
  padding-left: 60px;
  padding-top: 10px;
  background: url(../images/icon-h1.png) no-repeat left 0;
  background-size: contain;
  margin: 15px 0px;
  height: 45px;
}
.text .content-event-h2 {
  color: #000;
  font-family: "tahomabold";
  font-size: 16px;
  padding-left: 45px;
  padding-top: 10px;
  background: url(../images/icon-h2.png) no-repeat left 0;
  background-size: contain;
  margin: 15px 26px;
  height: 25px;
}
.text ul {
  margin: 0px 0px 0px 40px;
  padding: 0px;
}
.text ul li {
  list-style-type: disc;
}
.text strong {
  font-weight: bold;
}
.text fieldset {
  border: 1px solid #378654;
  margin: 20px 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.text fieldset legend {
  color: #ffffff;
  background-color: #378654;
  padding: 0px 10px;
  font-weight: bold;
}
.text img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  font-size: 14px;
  font-family: "tahoma";
  margin-top: 10px;
}
table tr:first-child td {
  background-color: #5f62a6;
  color: #e0cc9d;
  font-family: "tahomabold";
  text-align: center;
  padding: 10px 0px;
}
table tr td {
  border: 1px solid #000000;
  vertical-align: middle;
  color: #2d2d2d;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}