@font-face {
  font-family: "atf_fzzh_dfhbjw";
  src: url("../fonts/atf_fzzh_dfhbjw.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "coresangs55_medium";
  src: url("../fonts/coresangs55_medium.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: "asap";
  src: url("../fonts/asap-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "asap_b";
  src: url("../fonts/asap-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "asap_bi";
  src: url("../fonts/asap-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "aaJiaoHei";
  src: url("../fonts/aaJiaoHei.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.f-tahoma {
  font-family: "tahoma";
}

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

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

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

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

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

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

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

/* =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 {
  text-decoration: none;
  outline: none !important;
  color: #fff;
}

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

::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #7c6d5f;
  font-family: "coresangs55_medium";
}

::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  color: #7c6d5f;
  font-family: "coresangs55_medium";
}

:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #7c6d5f;
  font-family: "coresangs55_medium";
}

::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #7c6d5f;
  font-family: "coresangs55_medium";
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #7c6d5f;
  font-family: "coresangs55_medium";
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7c6d5f;
  font-family: "coresangs55_medium";
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7c6d5f;
  font-family: "coresangs55_medium";
}

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

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

.c-pointer {
  cursor: pointer;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.w100percent {
  width: 100%;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-flex.a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-flex.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

input, button, select {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

input, select {
  font-family: "coresangs55_medium";
  font-size: 16px;
  color: #7c6d5f;
}
@media only screen and (min-width: 768px) {
  input, select {
    font-size: 20px;
  }
}

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

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

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.img-res {
  max-width: 100%;
  width: auto;
  height: auto;
}

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

.c-black {
  color: #000 !important;
}

.c-title {
  color: #2d2d2d !important;
}

.c-page {
  color: #ffe5bb;
}

.c-brown {
  color: #2a2929;
}

.c-orange {
  color: #c42900;
}

.link-under {
  text-decoration: underline !important;
}

.t-shadow-red {
  text-shadow: 1px 0 0 #8e2e15, -1px 0 0 #8e2e15, 0 1px 0 #8e2e15, 0 -1px 0 #8e2e15, 1px 1px #8e2e15, -1px -1px 0 #8e2e15, 1px -1px 0 #8e2e15, -1px 1px 0 #8e2e15;
}
@media only screen and (min-width: 1200px) {
  .t-shadow-red {
    text-shadow: 2px 0 0 #8e2e15, -1px 0 0 #8e2e15, 0 2px 0 #8e2e15, 0 -1px 0 #8e2e15, 2px 2px #8e2e15, -1px -1px 0 #8e2e15, 1px -1px 0 #8e2e15, -1px 1px 0 #8e2e15;
  }
}

.t-shadow-red3 {
  text-shadow: 1px 0 0 #b61e01, -1px 0 0 #b61e01, 0 1px 0 #b61e01, 0 -1px 0 #b61e01, 1px 1px #b61e01, -1px -1px 0 #b61e01, 1px -1px 0 #b61e01, -1px 1px 0 #b61e01;
}
@media only screen and (min-width: 1200px) {
  .t-shadow-red3 {
    text-shadow: 2px 0 0 #b61e01, -1px 0 0 #b61e01, 0 2px 0 #b61e01, 0 -1px 0 #b61e01, 2px 2px #b61e01, -1px -1px 0 #b61e01, 1px -1px 0 #b61e01, -1px 1px 0 #b61e01;
  }
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000;
  }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
}
@keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000;
  }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000;
  }
}
@-webkit-keyframes rock-boat {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-7deg) translateY(-5px);
            transform: rotate(-7deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@keyframes rock-boat {
  0% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  50% {
    -webkit-transform: rotate(-7deg) translateY(-5px);
            transform: rotate(-7deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) 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);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) 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);
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "asap_bi";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  background-color: #fffbef;
  min-height: 100vh;
  overflow-x: hidden;
}
@media only screen and (min-width: 1024px) {
  body {
    background: url(../images/bg.jpg) no-repeat center 0 #fffbef;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    background: url(../images/m-bg-f1.jpg) #fffbef;
    background-position: center 60px, center 0;
    background-size: 100% auto, auto;
    background-repeat: no-repeat, repeat;
  }
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

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

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

.link-hv:hover .img-hv, .link-hv.active .img-hv {
  display: inline-block;
}
.link-hv .img-ac, .link-hv .img-hv {
  width: 100%;
}
.link-hv .img-hv {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-tranY {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-tranY:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.mt-1per {
  margin-top: 1%;
}

.mt-2per {
  margin-top: 2%;
}

.mt-3per {
  margin-top: 3%;
}

.mt-4per {
  margin-top: 4%;
}

@media only screen and (max-width: 667px) {
  .btn-img-hv {
    width: 60%;
  }
}
.btn-img-hv .img-ac, .btn-img-hv .img-hv {
  width: 100%;
}
.btn-img-hv .img-hv {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.btn-img-hv:hover .img-hv {
  display: inline;
}

.pagination {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 25px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 25px;
  line-height: 25px;
  background: #2d2d2d;
  font-size: clamp(12px, 3vw, 16px);
  border-radius: 5px;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .pagination ul li {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}
.pagination ul li a {
  color: #fff;
}
.pagination ul li:hover, .pagination ul li.active {
  background: #c42900;
}
.slick-custom-dots .slick-dots {
  bottom: -25px;
}
.slick-custom-dots .slick-dots li {
  background: #fff;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
.slick-custom-dots .slick-dots li.slick-active {
  width: 60px;
}
.slick-custom-dots .slick-dots li button {
  width: 14px;
  height: 14px;
}
.slick-custom-dots .slick-dots li button:before {
  width: 14px;
  height: 14px;
  content: "";
}
.slick-custom-dots.slick-dot-black .slick-dots li {
  background: #fff;
}

.slick-arrow {
  width: 30px;
  height: 59px;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.slick-arrow:focus, .slick-arrow:hover {
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: contain;
}
.slick-arrow.slick-disabled {
  background: transparent;
}
.slick-arrow:before {
  content: "";
}
@media only screen and (min-width: 1024px) {
  .slick-arrow {
    width: 80px;
    height: 73px;
  }
}
.slick-arrow.slick-prev {
  left: -3%;
}
@media only screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 3%;
  }
}
@media only screen and (min-width: 1024px) {
  .slick-arrow.slick-prev {
    left: -5%;
  }
}
.slick-arrow.slick-next:not(.slick-disabled) {
  right: -3%;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .slick-arrow.slick-next:not(.slick-disabled) {
    right: 3%;
  }
}
@media only screen and (min-width: 1024px) {
  .slick-arrow.slick-next:not(.slick-disabled) {
    right: -5%;
  }
}
.slick-arrow.slick-next:not(.slick-disabled):focus, .slick-arrow.slick-next:not(.slick-disabled):hover {
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: contain;
}

.list-feature .slick-arrow.slick-prev {
  left: -7%;
}
@media only screen and (min-width: 768px) {
  .list-feature .slick-arrow.slick-prev {
    left: 3%;
  }
}
@media only screen and (min-width: 1024px) {
  .list-feature .slick-arrow.slick-prev {
    left: 5%;
  }
}
.list-feature .slick-arrow.slick-next:not(.slick-disabled) {
  right: -7%;
}
@media only screen and (min-width: 768px) {
  .list-feature .slick-arrow.slick-next:not(.slick-disabled) {
    right: 3%;
  }
}
@media only screen and (min-width: 1024px) {
  .list-feature .slick-arrow.slick-next:not(.slick-disabled) {
    right: 5%;
  }
}
.list-feature .slick-arrow.slick-next:not(.slick-disabled):focus, .list-feature .slick-arrow.slick-next:not(.slick-disabled):hover {
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: contain;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.out-hv {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.out-hv:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.logo-top {
  position: absolute;
  top: 5px;
  left: 2%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: url(../images/header/bg-header.jpg) no-repeat center center;
  height: 60px;
  width: 100%;
  padding: 2px;
}
@media only screen and (min-width: 375px) {
  .header {
    padding: 4px 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    border-bottom: 0;
    height: 70px;
    padding: 0;
    background: url(../images/header/bg-header.jpg) no-repeat center center;
    position: absolute;
  }
}

#toggle-hambuger:checked ~ .navbar #hambuger .inner-hambuger {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#toggle-hambuger:checked ~ .navbar #hambuger .inner-hambuger:before {
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#toggle-hambuger:checked ~ .navbar #hambuger .inner-hambuger:after {
  top: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#toggle-hambuger:checked ~ .navbar .navbar-content {
  display: block;
}

@media only screen and (max-width: 999px) {
  .navbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.left-header {
  width: 55%;
  float: left;
}
.icon-name-game .icon-game img {
  width: 125px;
  display: block;
}

.txt-name-game {
  color: #ffffff;
  font-size: 2.3vw;
  font-size: clamp(8px, 2.3vw, 14px);
  margin-left: 5px;
  margin-top: 5px;
}
@media only screen and (min-width: 375px) {
  .txt-name-game {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 600px) {
  .txt-name-game {
    margin-left: 10px;
  }
}
.txt-name-game .name-game {
  font-size: clamp(10px, 3.5vw, 20px);
}
.txt-name-game .txt-des {
  color: #fff;
}

.navbar-content {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: calc(100% - 60px);
  left: 0;
  bottom: 0;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 1200px) {
  .navbar-content {
    display: block;
    background: transparent;
    height: auto;
    position: inherit;
    padding: 0;
    float: left;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-content ul {
    text-align: center;
    padding-top: 24px;
  }
}
.navbar-content ul li {
  padding-top: 10px;
  padding-bottom: 13px;
  position: relative;
  border-bottom: 1px solid #3d3d3d;
}
@media only screen and (min-width: 1200px) {
  .navbar-content ul li {
    padding: 0;
    display: inline-block;
    margin: 0 80px;
    border-bottom: 0;
  }
}
.navbar-content ul li:before {
  position: absolute;
  content: "";
}
@media only screen and (max-width: 999px) {
  .navbar-content ul li:before {
    width: 94%;
    height: 2px;
    left: 5px;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-content ul li:not(:first-child):before {
    background: url(../images/icon-link-header.png) no-repeat center center;
    width: 21px;
    height: 21px;
    left: -90px;
    top: 4px;
  }
}
@media only screen and (max-width: 999px) {
  .navbar-content ul li:last-child:after {
    width: 94%;
    height: 2px;
    position: absolute;
    content: "";
    left: 5px;
    bottom: 0;
  }
}
.navbar-content ul li a {
  color: #f8e0a1;
  font-size: 16px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .navbar-content ul li a {
    font-size: 20px;
    display: inline-block;
  }
}
.navbar-content ul li a:hover {
  color: #f47c1f;
}

.link-download {
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin-top: 1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 600px) {
  .link-download {
    width: 190px;
    height: 50px;
    line-height: 50px;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .link-download {
    margin-right: 0;
    float: right;
  }
}
.link-download a img {
  width: 90%;
  display: block;
}

.icon-hamburger {
  float: right;
  margin-top: 1.5%;
}
@media only screen and (min-width: 600px) {
  .icon-hamburger {
    margin-top: 8px;
  }
}
.icon-hamburger #hambuger {
  display: inline-block;
  position: relative;
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.icon-hamburger #hambuger .inner-hambuger {
  height: 5px;
  width: 100%;
  top: 16px;
  background-color: #ffebc0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.icon-hamburger #hambuger .inner-hambuger:before, .icon-hamburger #hambuger .inner-hambuger:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background-color: #ffebc0;
}
.icon-hamburger #hambuger .inner-hambuger:before {
  top: -12px;
}
@media only screen and (min-width: 640px) {
  .icon-hamburger #hambuger .inner-hambuger:before {
    top: -15px;
  }
}
.icon-hamburger #hambuger .inner-hambuger:after {
  top: 12px;
}
@media only screen and (min-width: 640px) {
  .icon-hamburger #hambuger .inner-hambuger:after {
    top: 15px;
  }
}

.logo-header {
  position: absolute;
  left: 3%;
  top: 0;
}
@media only screen and (min-width: 1600px) {
  .logo-header {
    left: 15%;
  }
}
@media only screen and (min-width: 1920px) {
  .logo-header {
    left: 19%;
  }
}

.link-fbottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../images/bg-new.jpg) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 1024px) {
  .link-fbottom {
    background-size: auto;
    padding-block: 50px;
  }
}

.link-fpft {
  width: 98%;
}
@media only screen and (min-width: 1024px) {
  .link-fpft {
    gap: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .link-fpft .lfpft img {
    width: 98%;
  }
}

.footer {
  background: url(../images/bg-footer.jpg) no-repeat center center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: clamp(12px, 3vw, 18px);
  color: #ffe5bb;
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.footer a {
  color: #ffe5bb;
}
.link-footer {
  text-align: center;
}
.link-footer li {
  display: inline-block;
  margin: 0 5px;
}
.link-footer li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #ffe5bb;
  top: 5px;
  left: -7px;
}
@media only screen and (min-width: 768px) {
  .link-footer li:not(:first-child):before {
    height: 20px;
  }
}

.footer-text {
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
  .footer-text {
    line-height: 2;
  }
}

.frame {
  padding-block: 30px 90px;
}
@media only screen and (max-width: 1199px) {
  .frame {
    padding-block: 5% 6%;
  }
}

@media only screen and (max-width: 1023px) {
  .w96pc {
    width: 96%;
  }
}

.ts-btn {
  text-shadow: 0px 4px 0px rgba(5, 5, 5, 0.2);
}

.ts-btn-red {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
}

.transform50 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.left0 {
  left: 0;
}

.top0 {
  top: 0;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.bltr10 {
  border-top-left-radius: 10px;
}

.brbr10 {
  border-bottom-right-radius: 10px;
}

.title-frame {
  font-size: clamp(10px, 3vw, 26px);
}
.title-frame .imgbgTitle {
  width: 130%;
  max-width: 1091px;
  left: 0;
  top: 0;
}

.btn-white-title {
  padding: 10px 35px;
}
@media only screen and (max-width: 767px) {
  .btn-white-title {
    padding: 10px 8vw;
  }
}
.btn-white-title .text-btnwt {
  line-height: 1.1;
}

.bgLong {
  background: url(../images/game-sasuke/bg-long.html) no-repeat center center;
  background-size: 100% 100%;
}

.btn-white {
  background: url(../images/btn-white.png) no-repeat center center;
  background-size: 100% 100%;
}
.btn-white:hover, .btn-white.active {
  background: url(../images/btn-white-hv.png) no-repeat center center;
  background-size: 100% 100%;
  color: #d83427;
}

.btn-kc-vang {
  background: url(../images/btn-khieuchien.png) no-repeat center center;
  background-size: 100% 100%;
}
.btn-kc-vang:hover, .btn-kc-vang.active {
  background: url(../images/btn-khieuchien-hv.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn-red {
  background: url(../images/btn-red.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn-tim {
  background: url(../images/btn-tim.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn-blue {
  background: url(../images/btn-blue.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn-green {
  background: url(../images/btn-green.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn-yellow {
  background: url(../images/btn-yellow.png) no-repeat center center;
  background-size: 100% 100%;
}

.listImgGift {
  gap: 0 3px;
}
@media only screen and (min-width: 768px) {
  .listImgGift {
    gap: 0 6px;
  }
}

.itImgGift .thumbImg {
  background: url(../images/bg-img.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 1023px) {
  .itImgGift .thumbImg {
    width: 100%;
    height: auto;
  }
}
.itImgGift .thumbImg .imgInside {
  width: 80%;
}
@media only screen and (max-width: 1023px) {
  .itImgGift .thumbImg .imgInside {
    width: 80%;
  }
}
.itImgGift .thumbImg .sl {
  line-height: 1;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  right: 0;
  bottom: 0;
  font-size: clamp(12px, 3vw, 16px);
}

.link-img-hv {
  position: relative;
}
.link-img-hv .img-ac {
  display: block;
}
.link-img-hv .img-hv {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.link-img-hv span {
  position: absolute;
  left: 0;
  top: 0;
}
.link-img-hv:hover .img-hv, .link-img-hv.active .img-hv {
  display: block;
}

.fs16page {
  font-size: clamp(10px, 3vw, 16px);
}

.t-yellow {
  text-shadow: 1px 0 0 #906f00, -1px 0 0 #906f00, 0 1px 0 #906f00, 0 -1px 0 #906f00, 1px 1px #906f00, -1px -1px 0 #906f00, 1px -1px 0 #906f00, -1px 1px 0 #906f00;
}
@media only screen and (min-width: 1200px) {
  .t-yellow {
    text-shadow: 2px 0 0 #906f00, -2px 0px 0 #906f00, 0 2px 0 #906f00, 0 -2px 0 #906f00, 2px 2px #906f00, -2px -2px 0 #906f00, 2px -2px 0 #906f00, -2px 2px 0 #906f00;
  }
}

.c-btn-red {
  color: #ffffff;
  text-shadow: 1px 2px 0px #ff7000;
}

.c-btn-yellow {
  color: #703a00;
}
.c-btn-yellow span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#703a00), to(#e3a736));
  background-image: linear-gradient(to bottom, #703a00, #e3a736);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) 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);
  }
}
.tada-ifini {
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.main-frametop .slogan {
  width: 80%;
  margin-top: 75%;
  max-width: 505px;
}
@media only screen and (min-width: 768px) {
  .main-frametop .slogan {
    margin-top: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .main-frametop .slogan {
    margin-top: 480px;
    width: 1058px;
    max-width: 1058px;
  }
}
.main-frametop .slogan img {
  width: 100%;
}

.list-dlgame-ftop {
  gap: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .list-dlgame-ftop {
    margin-top: -40px;
  }
}
.list-dlgame-ftop .btn-dlgameftop {
  gap: 0 5px;
}
.list-dlgame-ftop .btn-dlgameftop .icon-dlgametop {
  width: 5vw;
  max-width: 29px;
}
.list-dlgame-ftop .btn-dlgameftop .textdlgame {
  font-size: clamp(10px, 2.5vw, 16px);
}
.list-dlgame-ftop .btn-dlgameftop .textdlgame .namestore {
  font-size: clamp(12px, 3.5vw, 20px);
}

.dl-mb .tgnt {
  width: 45%;
  max-width: 327px;
}
.dl-mb .tgnt .img-bt {
  width: 100%;
}
.dl-mb .tgnt span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(12px, 6vw, 22px);
}
.dl-mb{
  margin-bottom: 100px;
  margin-top: -270px;
}

.dl-pc {
  gap: 0 10px;
  margin-top: -300px;
  margin-bottom: 100px;
}
.dl-pc .napthe {
  font-size: 34px;
  width: 191px;
  height: 158px;
  background: url(../images/f1/bg-boxgift.png);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dl-pc .napthe:hover {
  background: url(../images/f1/bg-boxgift-hv.png);
}
.dl-pc .napthe .icon-gift {
  margin-top: -15px;
}
.dl-pc .napthe span {
  line-height: 1;
  margin-top: -10px;
}
.dl-pc .threedl {
  width: 232px;
  margin-left: -5px;
}
.dl-pc .threedl .threelink {
  width: 250px;
  height: 50px;
  background: url(../images/btn-white.png);
  background-size: 100% 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 22px;
  padding-left: 40px;
  gap: 0 3px;
}
.dl-pc .threedl .threelink:hover {
  background: url(../images/btn-white-hv.png);
  background-size: 100% 100%;
}

#video-bg-mb, #video-bg-pc {
  position: absolute;
  top: 65px;
}

#video-bg-mb {
  width: 100%;
}

#video-bg-pc {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.95);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.95);
  }
}
@-webkit-keyframes tranY {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes tranY {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.box-new {
  background: url(../images/bg-new.jpg) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 1200px) {
  .box-new {
    margin-top: 100px;
    background-size: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .box-new {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .main-box-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .list-guide-bn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 630px;
  }
}
@media only screen and (max-width: 767px) {
  .list-guide-bn {
    width: 96%;
  }
}
@media only screen and (min-width: 1200px) {
  .list-guide-bn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list-guide-bn .it-gbn {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .list-guide-bn .it-gbn:nth-child(n+3) {
    margin-top: -10%;
  }
}
.list-guide-bn img {
  width: 100%;
  max-width: 300px;
}

@media only screen and (min-width: 1200px) {
  .sl-boxnew {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .sl-boxnew {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .sl-boxnew {
    width: 96%;
  }
}
@media only screen and (min-width: 1200px) {
  .sl-boxnew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sl-boxnew .list-slide-new {
  width: 100%;
  max-width: 599px;
  margin-bottom: 6px;
}
.sl-boxnew .list-slide-new img {
  width: 100%;
}
.sl-boxnew .list-slide-new .slick-dots {
  display: block;
  bottom: 2%;
  right: 2%;
  width: auto;
}
.sl-boxnew .list-slide-new .slick-dots li {
  width: 13px;
  height: 14px;
  background: url(../images/box-new/dot-sl.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .sl-boxnew .list-slide-new .slick-dots li {
    width: 18px;
    height: 19px;
  }
}
.sl-boxnew .list-slide-new .slick-dots li.slick-active {
  background: url(../images/box-new/dot-sl-hv.png) no-repeat center center;
  background-size: contain;
}
.sl-boxnew .list-slide-new .slick-dots li button {
  width: 100%;
  height: 100%;
}
.sl-boxnew .list-slide-new .slick-dots li button:before {
  width: 0;
  content: "";
}
.sl-boxnew .box-list-new {
  padding: 3% 6% 3% 3%;
  background: url(../images/box-new/bg-bn.jpg) no-repeat center top;
  background-size: 100% 100%;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .sl-boxnew .box-list-new {
    padding: 20px 45px 10px 30px;
    margin-top: 0;
    width: 600px;
    height: 375px;
  }
}
@media only screen and (max-width: 1199px) {
  .sl-boxnew .box-list-new {
    margin-left: auto;
    margin-right: auto;
  }
}
.sl-boxnew .box-list-new:after {
  position: absolute;
  content: "";
}
@media only screen and (min-width: 1200px) {
  .sl-boxnew .box-list-new:after {
    width: 53px;
    height: 124px;
    background: url(../images/box-new/img-rau.png) no-repeat center center;
    right: -24px;
    top: 0;
  }
}
.sl-boxnew .box-list-new .tab-new {
  border-bottom: 1px solid #2d2d2d;
  padding-bottom: 5px;
}
.sl-boxnew .box-list-new .tab-new .tab-link {
  position: relative;
  cursor: pointer;
  color: #2d2d2d;
  font-size: clamp(14px, 4vw, 22px);
  float: left;
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .sl-boxnew .box-list-new .tab-new .tab-link {
    margin-right: 25px;
  }
}
.sl-boxnew .box-list-new .tab-new .tab-link.current, .sl-boxnew .box-list-new .tab-new .tab-link:hover {
  color: #cf0706;
}
.sl-boxnew .box-list-new .tab-new .tab-link.current:after, .sl-boxnew .box-list-new .tab-new .tab-link:hover:after {
  position: absolute;
  content: "";
  background: #cf0706;
  width: 100%;
  height: 3px;
  bottom: -6px;
  left: 0;
}
.sl-boxnew .box-list-new .tab-content .tab-detail {
  display: none;
  margin-top: 15px;
}
.sl-boxnew .box-list-new .tab-content .tab-detail.current {
  display: block;
}
.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2px 0 6px;
  margin-bottom: 3px;
  color: #2d2d2d;
  font-size: clamp(12px, 3vw, 15px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box {
    padding: 5px 0 5px;
  }
}
.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box:not(:last-child) {
  border-bottom: 1px solid #2d2d2d;
}
.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box .cat-des {
  width: calc(100%);
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box .cat-des .cat-date {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box .cat-des .des {
  width: calc(100%);
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sl-boxnew .box-list-new .tab-content .tab-detail .item-new-box .date-open {
  color: #9b9aa2;
}
.sl-boxnew .box-list-new .view-more .link-more {
  width: 20px;
  height: 20px;
  background: url(../images/box-new/more.jpg) no-repeat center center;
  background-size: contain;
  display: none;
  position: absolute;
  right: 6%;
  top: 4%;
}
@media only screen and (min-width: 768px) {
  .sl-boxnew .box-list-new .view-more .link-more {
    width: 29px;
    height: 29px;
  }
}
@media only screen and (min-width: 1200px) {
  .sl-boxnew .box-list-new .view-more .link-more {
    right: 45px;
    top: 20px;
  }
}
.sl-boxnew .box-list-new .view-more .link-more.current {
  display: block;
}

.character {
  background: url(../images/m-bg-f5.jpg) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 1200px) {
  .character {
    background: url(../images/bg-f5.jpg) no-repeat center bottom;
    background-size: auto;
  }
}
.character .container {
  max-width: 1350px;
}

@media only screen and (max-width: 1199px) {
  .main-character {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .main-character {
    padding-top: 100px;
    padding-bottom: 340px;
  }
}
.main-character .arChar {
  z-index: 2;
  width: 8vw;
  max-width: 64px;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) {
  .main-character .arChar {
    top: 50%;
  }
}
.main-character .arChar img {
  width: 100%;
}
.main-character .prev-char {
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .main-character .prev-char {
    left: -6%;
  }
}
.main-character .next-char {
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .main-character .next-char {
    right: -8%;
  }
}

.charListFaceChar {
  margin-top: 5%;
}
@media only screen and (min-width: 1200px) {
  .charListFaceChar {
    position: absolute;
    right: 0;
    width: 640px;
    margin-top: 7%;
  }
}

.listImgChar {
  max-width: 517px;
}
@media only screen and (max-width: 1199px) {
  .listImgChar {
    width: 60%;
    margin-inline: auto;
  }
}
.listImgChar .imgChar {
  width: 100%;
}
.listImgChar .imgChar:not(.active) {
  display: none;
}

.listIconChar {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.listIconChar .iconChar {
  width: 15vw;
  max-width: 130px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listIconChar .iconChar:not(.active) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.listIconChar .iconChar:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 1199px) {
  .listIconChar .iconChar1, .listIconChar .iconChar2, .listIconChar .iconChar3, .listIconChar .iconChar4 {
    left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .listIconChar .iconChar5, .listIconChar .iconChar6, .listIconChar .iconChar7, .listIconChar .iconChar8 {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .listIconChar .iconChar1, .listIconChar .iconChar5 {
    top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .listIconChar .iconChar2, .listIconChar .iconChar6 {
    top: 25%;
  }
}
@media only screen and (max-width: 1199px) {
  .listIconChar .iconChar3, .listIconChar .iconChar7 {
    top: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .listIconChar .iconChar4, .listIconChar .iconChar8 {
    top: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .listIconChar .iconChar1 {
    top: -130px;
    left: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .listIconChar .iconChar2 {
    top: -110px;
    left: 230px;
  }
}
@media only screen and (min-width: 1200px) {
  .listIconChar .iconChar3 {
    left: 370px;
    top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .listIconChar .iconChar4 {
    left: 485px;
    top: 135px;
  }
}
@media only screen and (min-width: 1200px) {
  .listIconChar .iconChar5 {
    left: 540px;
    top: 295px;
  }
}
@media only screen and (min-width: 1200px) {
  .listIconChar .iconChar6 {
    left: 520px;
    top: 463px;
  }
}
@media only screen and (min-width: 1200px) {
  .listIconChar .iconChar7 {
    left: 465px;
    top: 615px;
  }
}
@media only screen and (min-width: 1200px) {
  .listIconChar .iconChar8 {
    left: 360px;
    top: 750px;
  }
}

.nameInfoChar {
  max-width: 689px;
}
@media only screen and (max-width: 1199px) {
  .nameInfoChar {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .listNameInfoChar {
    margin-top: 5%;
  }
}

.itInfoChar {
  color: #534334;
}
.itInfoChar .nameChar {
  font-size: clamp(50px, 10vw, 120px);
  line-height: 1.1;
}
.itInfoChar .desSkillChar {
  color: #4a2a28;
  font-size: clamp(14px, 3vw, 25px);
}
.itInfoChar .desSkillChar .titleDessc {
  background: url(../images/charater/bg-title.png) no-repeat center center;
  background-size: contain;
  padding: 5% 0 2.5%;
}
.itInfoChar .desSkillChar .desListSkill {
  background: url(../images/charater/bg-content.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 10%;
  margin-top: -8%;
}
@media only screen and (min-width: 1200px) {
  .itInfoChar .desSkillChar .desListSkill {
    min-height: 358px;
    margin-top: -55px;
  }
}
.itInfoChar .desSkillChar .desDetailChar {
  font-size: clamp(12px, 3vw, 20px);
  line-height: 1.2;
}
.itInfoChar .desSkillChar .listSkill {
  margin-top: 2%;
  gap: 0 10px;
}
.itInfoChar .desSkillChar .listSkill .imgSkill {
  width: 10vw;
  max-width: 70px;
}

.feature {
  background: url(../images/bg-f6.jpg) no-repeat center bottom;
}
@media only screen and (min-width: 1200px) {
  .feature {
    padding-bottom: 150px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature {
    background-size: cover;
  }
}

@media only screen and (min-width: 1200px) {
  .feature .container {
    max-width: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1558px;
  }
}
@media only screen and (min-width: 1600px) {
  .feature .container {
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.list-feature {
  width: 90%;
}
@media only screen and (max-width: 1199px) {
  .list-feature {
    margin-top: 4%;
  }
}
@media only screen and (min-width: 1200px) {
  .list-feature {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
.list-feature img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .list-feature img {
    width: 916px;
  }
}
.list-feature .item-tn {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .list-feature .item-tn {
    width: 916px;
    margin-left: -200px;
  }
}
.list-feature .item-tn.slick-sprev {
  -webkit-transform: translate3d(50%, 0, 0px) scale(0.92);
          transform: translate3d(50%, 0, 0px) scale(0.92);
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
.list-feature .item-tn.slick-snext {
  -webkit-transform: translate3d(-50%, 0, 0px) scale(0.92);
          transform: translate3d(-50%, 0, 0px) scale(0.92);
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
.list-feature .item-tn.slick-current {
  z-index: 2;
}
.list-feature .item-tn:not(.slick-current) {
  z-index: 1;
}
.list-feature .item-tn:not(.slick-active) {
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .list-feature .slick-list {
    padding: 0px 0% !important;
  }
}
.list-feature .slick-dots {
  bottom: -30px;
}
@media only screen and (min-width: 1024px) {
  .list-feature .slick-dots {
    bottom: -50px;
  }
}
.list-feature .slick-dots li, .list-feature .slick-dots button {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1024px) {
  .list-feature .slick-dots li, .list-feature .slick-dots button {
    width: 38px;
    height: 38px;
  }
}
.list-feature .slick-dots li.slick-active button {
  background: url(../images/icons/img-dot-ac.png) no-repeat center center;
  background-size: 100% 100%;
}
.list-feature .slick-dots li button {
  padding: 0;
  background: url(../images/icons/img-dot.png) no-repeat center center;
  background-size: 100% 100%;
}

.nav-right {
  width: 180px;
  height: 404px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -202px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-right.open {
  right: 0px;
  z-index: 9;
}
.nav-right.open .nav-right-content {
  opacity: 1;
}
.nav-right .icon-right {
  margin-bottom: 3px;
}
.nav-right .link-tai-game {
  width: 158px;
  height: 49px;
  line-height: 49px;
  display: inline-block;
  font-size: 24px;
  background: url(../images/navright/bg-tg.png) no-repeat;
  background-position: center;
}
.nav-right .link-tai-game:hover {
  background: url(../images/navright/bg-tg-hv.png) no-repeat;
  background-position: center;
}
.nav-right .link-tai-game:not(.link-apple) {
  margin-top: 5px;
}
.nav-right .link-nap-the {
  font-size: 24px;
  display: inline-block;
  width: 158px;
  height: 49px;
  line-height: 49px;
  background: url(../images/navright/bg-nt.png) no-repeat;
  background-position: center;
  margin-top: 5px;
}
.nav-right .link-nap-the:hover {
  background: url(../images/navright/bg-nt-hv.png) no-repeat;
  background-position: center;
}

.slogan-new .img-slogan {
  width: 98%;
  max-width: 1004px;
  margin-top: 82%;
}
@media only screen and (min-width: 768px) {
  .slogan-new .img-slogan {
    margin-top: 76%;
  }
}
@media only screen and (min-width: 1200px) {
  .slogan-new .img-slogan {
    margin-top: 455px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slogan-new .img-slogan img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .slogan-new .img-slogan .img-sln {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .slogan-new .img-slogan .point-scroll {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.main-news {
  padding-top: 2%;
  min-height: 200px;
  background: url(../images/bg-new.jpg) no-repeat center top #fffbef;
  background-size: 100% auto;
}
@media only screen and (min-width: 1200px) {
  .main-news {
    background-size: auto;
    padding-top: 1%;
  }
}

.head-new-page {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfc5b2;
}
@media only screen and (min-width: 1200px) {
  .head-new-page {
    margin-top: 50px;
  }
}
.head-new-page .tab-link-news ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head-new-page .tab-link-news ul .item {
  position: relative;
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  .head-new-page .tab-link-news ul .item {
    padding: 0 20px;
  }
}
.head-new-page .tab-link-news ul .item a {
  color: #434242;
  font-size: clamp(14px, 3vw, 28px);
}
.head-new-page .tab-link-news ul .item.current a, .head-new-page .tab-link-news ul .item:hover a {
  color: #ffa500;
}
.head-new-page .tab-link-news ul .item.current:after, .head-new-page .tab-link-news ul .item:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #efb64c;
  bottom: -11px;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .head-new-page .tab-link-news ul .item.current:after, .head-new-page .tab-link-news ul .item:hover:after {
    height: 3px;
  }
}

.list-new-page {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  z-index: 2;
}
.list-new-page .item-new {
  padding: 9px 0;
  border-bottom: 1px solid #dbd0bb;
}
@media only screen and (min-width: 768px) {
  .list-new-page .item-new {
    padding: 20px 0;
  }
}
.list-new-page .item-new .thumb {
  width: 135px;
}
@media only screen and (min-width: 768px) {
  .list-new-page .item-new .thumb {
    width: 196px;
  }
}
.list-new-page .item-new .thumb img {
  width: 100%;
  display: block;
}
.list-new-page .item-new .des-item {
  width: calc(100% - 145px);
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .list-new-page .item-new .des-item {
    width: calc(100% - 130px - 100px);
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .list-new-page .item-new .des-item {
    width: calc(100% - 230px - 100px);
  }
}
.list-new-page .item-new .des-item h2, .list-new-page .item-new .des-item .text-des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-new-page .item-new .des-item h2 {
  color: #434242;
  font-size: 13px;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 768px) {
  .list-new-page .item-new .des-item h2 {
    font-size: 17px;
    -webkit-line-clamp: 1;
  }
}
.list-new-page .item-new .des-item .text-des {
  color: #4f4f4f;
  font-size: 12px;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 768px) {
  .list-new-page .item-new .des-item .text-des {
    font-size: 15px;
    -webkit-line-clamp: 3;
    margin-top: 8px;
  }
}
.list-new-page .item-new .more-date .more {
  width: 85px;
  height: 35px;
  line-height: 35px;
  background: #1f4d68;
  border: 2px solid #000;
  font-size: 18px;
  margin-top: 10px;
}
.list-new-page .item-new .more-date .more .icon-hv {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.list-new-page .item-new .more-date .date-open {
  color: #434242;
  text-align: right;
  line-height: 1;
}
.list-new-page .item-new .more-date .date-open .day-month {
  font-size: clamp(20px, 4vw, 30px);
}
.list-new-page .item-new .more-date .date-open .year {
  font-size: clamp(12px, 3vw, 18px);
}
.list-new-page .item-new:hover .des-item h2 {
  color: #7f4a2b !important;
}
.list-new-page .item-new:hover .more-date .more {
  background: #efb64c;
}
.main-detail {
  z-index: 2;
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}
.main-detail .title-date {
  border-bottom: 1px solid #dbd0bb;
  padding-bottom: 15px;
}
.main-detail .title-date .title-post {
  color: #b61e01;
  font-size: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .main-detail .title-date .title-post {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-detail .title-date .title-post {
    text-align: center;
  }
}
.main-detail .title-date .date-post {
  text-align: right;
  color: #434242;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .main-detail .title-date .date-post {
    font-size: 18px;
  }
}
.main-detail .back-detail {
  color: #b52323;
  font-size: 15px;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) {
  .main-detail .back-detail {
    padding-left: 40px;
  }
}
.main-detail .back-detail i {
  position: absolute;
  content: "";
  width: 19px;
  height: 18px;
  background: url(../images/icon-back.png) no-repeat center center;
  background-size: contain;
  left: 0;
  top: -4px;
}
@media only screen and (min-width: 768px) {
  .main-detail .back-detail i {
    width: 29px;
    height: 28px;
    top: -8px;
  }
}
.main-detail .detail-post {
  margin-top: 20px;
}

.text-detail {
  z-index: 2;
  font-size: 14px;
  color: #000;
  font-family: "tahoma";
}
@media only screen and (min-width: 1024px) {
  .text-detail {
    font-size: 16px;
  }
}
.text-detail span.content-event-first {
  float: left;
  font-size: 40px;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}
.text-detail h2, .text-detail .content-event-h2 {
  font-size: 19px;
  color: #c23030;
  padding: 4px 0 8px 30px;
  position: relative;
  font-family: "asap_bi";
  margin-top: 10px;
}
.text-detail h2:before, .text-detail .content-event-h2:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon-h2.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.text-detail h3, .text-detail .content-event-h3 {
  margin-left: 15px;
  font-size: 16px;
  font-family: "asap_bi";
  font-weight: bold;
  padding-left: 25px;
  color: #c23030;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.text-detail h3:before, .text-detail .content-event-h3:before {
  content: "";
  width: 15px;
  height: 16px;
  background: url(../images/icon-h3.html) no-repeat 1px 1px transparent;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.text-detail a {
  color: #c23030;
}
.text-detail ul {
  margin-left: 25px;
}
.text-detail ul li {
  line-height: 28px;
}
.text-detail p {
  line-height: 35px;
  color: #000;
}
.text-detail p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.text-detail 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-detail table {
    width: auto;
  }
}
.text-detail table tr td {
  border: 1px solid #4e5051;
  margin: 0;
  padding: 10px 10px;
  vertical-align: middle !important;
  text-align: center;
}
.text-detail table tr:first-child {
  background: #291107;
}
.text-detail table tr:first-child td {
  font-weight: bold;
}
.text-detail table tr:first-child td p {
  font-weight: bold;
  color: #ffffff;
}
.text-detail fieldset {
  border: 1px solid #291107;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}
.text-detail fieldset legend {
  color: white;
  background: #291107;
  font-weight: bold;
  padding: 0 15px;
}
.text-detail fieldset ul {
  margin-left: 15px;
}
.text-detail strong {
  font-family: "tahomabold";
}
.text-detail em {
  font-style: italic;
}

table img {
  display: block;
}

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