@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoB";
  src: url("../fonts/robotoB.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "svn_blow_brush";
  src: url("../fonts/svn_blow_brush.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "reggaeOne";
  src: url("../fonts/reggaeOne.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.f_roboto {
  font-family: "roboto";
}

.f_robotoB {
  font-family: "robotoB";
}

.f_svn_blow_brush {
  font-family: "svn_blow_brush";
}

.f_reggaeOne {
  font-family: "reggaeOne";
}

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

/* Reset focus styles to prevent white cursor */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

:focus {
  outline: 0 !important;
  caret-color: transparent !important;
}

/* Prevent text cursor on all interactive elements */
a, button, input, select, textarea, [tabindex] {
  outline: none !important;
  caret-color: transparent !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Specific focus styles for links */
a:focus, a:active {
  outline: none !important;
  caret-color: transparent !important;
  text-decoration: none;
}

/* Prevent cursor on images */
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
}

/* Disable text selection globally */
html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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: #c8c8c8;
  font-family: "reggaeOne";
}

::-moz-placeholder { /* Firefox, Chrome, Opera */
  color: #c8c8c8;
  font-family: "reggaeOne";
}

:-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #c8c8c8;
  font-family: "reggaeOne";
}

::-ms-input-placeholder { /* Firefox, Chrome, Opera */
  color: #c8c8c8;
  font-family: "reggaeOne";
}

::placeholder { /* Firefox, Chrome, Opera */
  color: #c8c8c8;
  font-family: "reggaeOne";
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c8c8c8;
  font-family: "reggaeOne";
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #c8c8c8;
  font-family: "reggaeOne";
}

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

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

.c-pointer, .c-p {
  cursor: pointer;
}

.p-r, .pr {
  position: relative;
}

.p-a, .pa {
  position: absolute;
}

.w100percent {
  width: 100%;
}

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

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

.aCenter, .act {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jCenter, .jct {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fCl {
  -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: "reggaeOne";
  font-size: clamp(20px, 4vw, 30px);
  color: #191919;
}
.tUpper, .tup {
  text-transform: uppercase;
}

.tUnder {
  text-decoration: underline;
}

.tCenter, .tct {
  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-page {
  color: #173037 !important;
}

.c-orange {
  color: #ff8717 !important;
}

.c-yellow {
  color: #ffef82 !important;
}

.cYellow2 {
  color: #ff9b00 !important;
}

.cRed {
  color: #a91d23 !important;
}

.cRed2 {
  color: #b4192d !important;
}

.c-blue {
  color: #2cd0ff !important;
}

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

.t-shadow {
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.t-shadow-red {
  text-shadow: 0px 3px 0px rgb(204, 70, 30);
}

@-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.root__page {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

body.wpage {
  font-family: "roboto";
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  background-color: #1a1a19;
  min-height: 100vh;
  max-width: 1920px;
  margin-inline: auto;
  overflow-x: hidden !important;
}
@media only screen and (min-width: 1150px) {
  body.wpage {
    background: url(../images/full__big.jpg) #1a1a19;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media only screen and (max-width: 1199px) {
  body.wpage {
    background: url(../images/sm__full.jpg) #1a1a19;
    background-position: center 56px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.limit__game {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 1150px) {
  .limit__game {
    max-width: 114rem;
  }
}

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

@media only screen and (min-width: 1150px) {
  .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, .btn-tranY.active {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.btn-Zoom {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-Zoom:hover, .btn-Zoom.active {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

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

.btn-page {
  width: 160px;
  height: 43px;
}
@media only screen and (min-width: 768px) {
  .btn-page {
    width: 271px;
    height: 72px;
  }
}

.pagination {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background: #140603;
  font-size: 1.4rem;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .pagination ul li {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.8rem;
  }
}
.pagination ul li a {
  color: #fff;
}
.pagination ul li:hover, .pagination ul li.active {
  background: #9c6535;
}
.pagination ul li:hover a, .pagination ul li.active a {
  color: #fff;
}

.slick-custom-dots .slick-dots {
  bottom: -25%;
}
.slick-custom-dots .slick-dots li {
  background: #fff;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
@media only screen and (min-width: 1150px) {
  .slick-custom-dots .slick-dots li {
    margin: 0 5px;
  }
}
.slick-custom-dots .slick-dots li.slick-active {
  background: #ffc333;
}
.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: 25px;
  height: 36px;
  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: 65px;
    height: 50px;
  }
}
.slick-arrow.slick-prev {
  left: -11%;
}
@media only screen and (min-width: 1024px) {
  .slick-arrow.slick-prev {
    left: 7%;
  }
}
@media only screen and (min-width: 1150px) {
  .slick-arrow.slick-prev {
    left: 16%;
  }
}
.slick-arrow.slick-next:not(.slick-disabled) {
  right: -11%;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .slick-arrow.slick-next:not(.slick-disabled) {
    right: 7%;
  }
}
@media only screen and (min-width: 1150px) {
  .slick-arrow.slick-next:not(.slick-disabled) {
    right: 15%;
  }
}
@media only screen and (min-width: 1920px) {
  .slick-arrow.slick-next:not(.slick-disabled) {
    right: 19%;
  }
}
@-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: 110px;
  right: 0;
}

.main_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #1a1a1a;
  height: 60px;
  width: 100%;
  padding: 2px;
}
@media only screen and (min-width: 375px) {
  .main_head {
    padding: 4px 2px;
  }
}
@media only screen and (min-width: 1150px) {
  .main_head {
    border-bottom: 0;
    height: 70px;
    padding: 0;
    background: transparent;
    position: absolute;
  }
}
.main_head .limit__game {
  max-width: 1300px;
}

#toggle-menu__header-page:checked ~ .navbar #menu__header-page .inner-menu__header-page:before {
  top: 0px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#toggle-menu__header-page:checked ~ .navbar #menu__header-page .inner-menu__header-page:after {
  top: 0px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#toggle-menu__header-page:checked ~ .navbar .navbar-content {
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .navbar .limit__game {
    width: 96%;
    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: 60%;
  float: left;
}
.icon-name-game .icon-game img {
  position: relative;
  z-index: 2;
  width: 70px;
  display: block;
  border-radius: 10px;
}

.txt-name-game {
  color: #ffffff;
  font-size: 2.3vw;
  font-size: clamp(0.9rem, 2.8vw, 1.4rem);
  margin-left: 5px;
  margin-top: 5px;
}
@media only screen and (min-width: 375px) {
  .txt-name-game {
    margin-top: 5px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 600px) {
  .txt-name-game {
    margin-left: 10px;
  }
}
.txt-name-game .name-game {
  font-size: clamp(1.5rem, 5vw, 2rem);
}
.close__menuMB {
  position: absolute;
  right: -38px;
  top: 8px;
}

.icon-game__menu img {
  width: 30vw;
  max-width: 188px;
}

.navbar-content {
  z-index: 2;
  right: -100%;
  top: 56px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  background: rgba(27, 20, 37, 0.9);
  width: 100%;
  height: calc(100% - 58px);
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 1150px) {
  .navbar-content {
    left: 0;
    top: 0;
    display: block;
    background: transparent;
    height: auto;
    position: inherit;
    padding: 0;
    width: auto;
    float: right;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1150px) {
  .navbar-content ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.navbar-content ul li {
  padding-top: 10px;
  padding-bottom: 13px;
  position: relative;
  border-bottom: 1px solid #3d3d3d;
}
@media only screen and (min-width: 1150px) {
  .navbar-content ul li {
    padding: 0;
    display: inline-block;
    margin: 0 5px;
    border-bottom: 0;
  }
  .navbar-content ul li:hover {
    -webkit-filter: sepia(0.3);
            filter: sepia(0.3);
  }
}
.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 (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: #fff;
  font-size: 20px;
  position: relative;
}
@media only screen and (min-width: 1150px) {
  .navbar-content ul li a {
    background: url(../images/bt__red2.png) no-repeat center center;
    background-size: 100% 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5px;
    width: 139px;
    height: 39px;
  }
}
.link-download {
  float: left;
  width: 28vw;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
}
@media only screen and (min-width: 600px) {
  .link-download {
    width: 120px;
    height: 50px;
    line-height: 50px;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1150px) {
  .link-download {
    margin-right: 0;
    float: right;
  }
}
.link-download a img {
  width: 100%;
  display: block;
}

.icon-hamburger {
  float: right;
  margin-top: 1.5%;
}
.icon-hamburger #menu__header-page {
  display: inline-block;
  position: relative;
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.icon-hamburger #menu__header-page .inner-menu__header-page {
  height: 5px;
  width: 100%;
  top: 16px;
  background-color: #f3d24f;
  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 #menu__header-page .inner-menu__header-page:before, .icon-hamburger #menu__header-page .inner-menu__header-page:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background-color: #f3d24f;
}
.icon-hamburger #menu__header-page .inner-menu__header-page:before {
  top: -12px;
}
@media only screen and (min-width: 640px) {
  .icon-hamburger #menu__header-page .inner-menu__header-page:before {
    top: -15px;
  }
}
.icon-hamburger #menu__header-page .inner-menu__header-page:after {
  top: 12px;
}
@media only screen and (min-width: 640px) {
  .icon-hamburger #menu__header-page .inner-menu__header-page:after {
    top: 15px;
  }
}
.icon-hamburger .menu__cus {
  width: 130%;
}

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

.footer__cuss {
  background: url(../images/footer/bg1.png) no-repeat center top;
  background-size: 100% auto;
  padding-block: 8% 7%;
}
@media only screen and (min-width: 1150px) {
  .footer__cuss {
    background: url(../images/footer/bg2.png) no-repeat center top;
    padding-top: 85px;
    padding-bottom: 40px;
  }
}
.footer__cuss .linkREg__icgame {
  margin-top: 2%;
  gap: 0 6px;
}
@media only screen and (min-width: 1150px) {
  .footer__cuss .linkREg__icgame {
    margin-top: 20px;
    gap: 0 10px;
  }
}
.footer__cuss .linkREg__icgame .linkReg__ft {
  font-size: clamp(13px, 3vw, 20px);
  gap: 0 6px;
  padding: 2% 4%;
}
@media only screen and (min-width: 1024px) {
  .footer__cuss .linkREg__icgame .linkReg__ft {
    padding: 0;
    width: 201px;
    height: 75px;
  }
}
.footer__cuss .linkREg__icgame .linkReg__ft .textLeft__reg {
  line-height: 1.1;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.733);
}
.footer__cuss .linkREg__icgame .linkReg__ft .iconREg__ft {
  width: 6vw;
  max-width: 35px;
}
.footer__cuss .linkREg__icgame .linkReg__ft1 {
  background: url(../images/footer/btnYellow.png) no-repeat center center;
  background-size: 100% 100%;
}
.footer__cuss .linkREg__icgame .linkReg__ft2 {
  background: url(../images/footer/btnRed.png) no-repeat center center;
  background-size: 100% 100%;
}
.footer__cuss .linkREg__icgame .lgoFT__ {
  width: 17vw;
  max-width: 105px;
}
.footer__cuss .textDongHanh__ {
  mix-blend-mode: lighten;
  color: #fff5e1;
  font-size: clamp(13px, 3vw, 18px);
  background: url(../images/footer/bg-text-follow.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 1% 10%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2%;
}
@media only screen and (min-width: 1150px) {
  .footer__cuss .textDongHanh__ {
    padding: 0;
    margin-top: 20px;
    width: 350px;
    height: 53px;
  }
}
.footer__cuss .listLinkFGFt {
  margin-top: 2%;
}
@media only screen and (min-width: 1150px) {
  .footer__cuss .listLinkFGFt {
    margin-top: 15px;
  }
}
.footer__cuss .listLinkFGFt img {
  width: 10vw;
  max-width: 55px;
}

.ft__oka {
  background-color: #1a1a19;
  position: relative;
}
@media only screen and (min-width: 1150px) {
  .footer_ads {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .footer_ads {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    display: none;
  }
  .footer_ads .bg_ads {
    width: 100%;
    display: block;
  }
  .footer_ads .btn_ads {
    position: absolute;
    bottom: 12%;
    right: 1%;
    width: 22.8vw;
    cursor: pointer;
    display: block;
    -webkit-animation: zoomInOut 1s linear infinite;
    animation: zoomInOut 1s linear infinite;
  }
  .footer_ads .btn_ads img {
    width: 100%;
    display: block;
  }
}

.w100per {
  width: 100%;
}

.h100per {
  height: 100%;
}

.left0 {
  left: 0;
}

.top0 {
  top: 0;
}

.fs1424px {
  font-size: clamp(1.4rem, 4vw, 2.4rem);
}

.loading__ {
  z-index: 999;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100vh;
}
.loading__.active .load__left_ {
  left: -100%;
}
.loading__.active .load__right_ {
  right: -100%;
}
.loading__ .load__each_ {
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
  height: 100%;
  top: 0;
}
.loading__ .load__left_ {
  z-index: 2;
  background: url(../images/loading/load1.png) no-repeat top right;
  background-size: cover;
  left: 0;
  width: calc(50% + 35px);
}
.loading__ .load__right_ {
  z-index: 1;
  background: url(../images/loading/load2.png) no-repeat top left;
  background-size: cover;
  right: 0;
  width: 50%;
}

.tit__st_ {
  background: url(../images/tired/bg__tired.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: clamp(13px, 4vw, 30px);
  color: #191919;
  padding: 3.5% 10%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .tit__st_ {
    padding: 0;
    width: 558px;
    height: 108px;
  }
}

@media only screen and (max-width: 1199px) {
  .box_game {
    padding-top: 20%;
    padding-bottom: 9%;
  }
}

.tsdBlack {
  text-shadow: 2px 0 0 #000, -1px 0 0 #000, 0 2px 0 #000, 0 -1px 0 #000, 2px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.st__ {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .st__ {
    padding-top: 5%;
    padding-bottom: 10%;
  }
}

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

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

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

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

.img-hv .in-img-hv {
  top: 0;
  left: 0;
  opacity: 0;
}
.img-hv:hover .in-img-hv, .img-hv.active .in-img-hv {
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .list-img {
    width: 90%;
  }
}
.list-img .thumb-img {
  background: url(../images/bg-img.png) no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1199px) {
  .list-img .thumb-img {
    padding: 6px 3px;
    width: 10vw;
    height: 10vw;
  }
}
@media only screen and (min-width: 1024px) {
  .list-img .thumb-img {
    width: 67px;
    height: 67px;
  }
}
.list-img .thumb-img img {
  width: 90%;
  width: auto;
  max-width: 90%;
}
.list-img .thumb-img .sl {
  line-height: 1;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px;
  right: 0;
  bottom: 0;
  font-size: clamp(1rem, 2vw, 1.4rem);
}

#videoBgMb, #videoBgPC {
  position: absolute;
  top: 0;
}

#videoBgMb {
  width: 100%;
  top: 20px;
}

#videoBgPC {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.front__game {
  padding-bottom: 5%;
}
@media only screen and (min-width: 1150px) {
  .front__game {
    padding-bottom: 35px;
  }
}
.front__game .effect__gtop {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .logo__tfrG {
    z-index: 1;
    position: fixed;
    right: 0.5%;
    top: 0.5%;
    width: 12vw;
  }
}
@media only screen and (min-width: 1150px) {
  .logo__tfrG {
    margin-top: 15px;
    width: 150px;
  }
}

.dlg__front {
  color: #fffadc;
  margin-top: 110%;
  gap: 5px;
}
@media only screen and (min-width: 1150px) {
  .dlg__front {
    margin-top: 596px;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.dlg__front .bannergame__frtts {
  border: 2px solid #f3ebd1;
  border-radius: 25px;
  width: 140px;
}
.dlg__front .fourLink__dl_top {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media only screen and (min-width: 1150px) {
  .dlg__front .fourLink__dl_top {
    width: 390px;
    gap: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .dlg__front .fourLink__dl_top {
    width: 55%;
  }
}
.dlg__front .fourLink__dl_top .eaLInk__flstop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../images/front/btRed.png) no-repeat center center;
  background-size: 100% 100%;
  gap: 0 5px;
}
@media only screen and (min-width: 1150px) {
  .dlg__front .fourLink__dl_top .eaLInk__flstop {
    width: 190px;
    height: 58px;
    gap: 0 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .dlg__front .fourLink__dl_top .eaLInk__flstop {
    width: 48%;
    height: 10vw;
  }
}
@media only screen and (max-width: 1199px) {
  .dlg__front .fourLink__dl_top .eaLInk__flstop .icon__dlFrts_ {
    height: 6vw;
  }
}
.dlg__front .fourLink__dl_top .eaLInk__flstop .nts__dltop {
  line-height: 1;
  font-size: clamp(13px, 3vw, 20px);
}
.dlg__front .fourLink__dl_top .eaLInk__flstop_Card {
  background: url(../images/front/btYellow.png) no-repeat center center;
  background-size: 100% 100%;
}
.dlg__front .playNow__ {
  font-size: clamp(15px, 5vw, 33px);
  background: url(../images/front/bgPlay.png) no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (min-width: 1150px) {
  .dlg__front .playNow__ {
    width: 190px;
    height: 127px;
  }
}
@media only screen and (max-width: 1199px) {
  .dlg__front .playNow__ {
    width: 35%;
  }
}

@-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);
  }
}
@-webkit-keyframes imgScrDown {
  0%, 100% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@keyframes imgScrDown {
  0%, 100% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@media only screen and (min-width: 1150px) {
  .section__news--home {
    background: url(../images/news_home/bg2.png) no-repeat center top;
    background-size: auto;
    position: relative;
    margin-top: 0;
    padding-top: 280px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .section__news--home {
    background: url(../images/news_home/bg1.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 15%;
    margin-top: 2%;
  }
}

@media only screen and (min-width: 1150px) {
  .main-section__news--home {
    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: 120px;
  }
}

@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: 92%;
  }
}
@media only screen and (min-width: 1150px) {
  .list-guide-bn {
    width: 1126px;
    -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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
    gap: 0 10px;
  }
}
.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: -2%;
  }
}
@media only screen and (max-width: 1199px) {
  .list-guide-bn .it-gbn:nth-child(2), .list-guide-bn .it-gbn:nth-child(4) {
    position: relative;
  }
}
@media only screen and (min-width: 1150px) {
  .list-guide-bn .it-gbn:nth-child(2) {
    position: relative;
  }
}
@media only screen and (min-width: 1150px) {
  .list-guide-bn .it-gbn:nth-child(3) {
    position: relative;
  }
}
@media only screen and (min-width: 1150px) {
  .list-guide-bn .it-gbn:nth-child(4) {
    position: relative;
  }
}
.list-guide-bn img {
  width: 100%;
  max-width: 268px;
}

@media only screen and (min-width: 1150px) {
  .sl-boxnew {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 1199px) {
  .sl-boxnew {
    margin-top: 5%;
  }
}
.sl-boxnew:before {
  position: absolute;
  content: "";
}
@media only screen and (min-width: 1150px) {
  .sl-boxnew:before {
    width: 1200px;
    height: 492px;
    left: -60px;
    top: -85px;
    background: url(../images/news_home/bgSl__news2.png) no-repeat center top;
  }
}

@media only screen and (max-width: 1199px) {
  .sl-boxnew {
    width: 100%;
    background: url(../images/news_home/bgSl__news.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 8% 4% 2%;
  }
}
@media only screen and (min-width: 1150px) {
  .sl-boxnew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sl-boxnew .listSLNH {
  background: #fff;
  border: 1px solid #46302d;
  width: 100%;
  margin-bottom: 0px;
  padding: 3px;
}
@media only screen and (min-width: 1150px) {
  .sl-boxnew .listSLNH {
    width: 530px;
    padding: 5px;
  }
}
.sl-boxnew .listSLNH img {
  width: 100%;
}
.sl-boxnew .listSLNH .slick-dots {
  display: block;
  bottom: 3%;
  right: 2%;
  width: auto;
}
.sl-boxnew .listSLNH .slick-dots li {
  border-radius: 6px;
  width: 25px;
  height: 12px;
  background: #fff;
  margin: 0 3px;
}
.sl-boxnew .listSLNH .slick-dots li.slick-active {
  width: 52px;
  background: #ff8900;
}
.sl-boxnew .listSLNH .slick-dots li button {
  width: 100%;
  height: 100%;
}
.sl-boxnew .listSLNH .slick-dots li button:before {
  width: 0;
  content: "";
}
.sl-boxnew .boxListNewHome {
  padding: 3% 6% 3% 3%;
  width: 100%;
}
@media only screen and (min-width: 1150px) {
  .sl-boxnew .boxListNewHome {
    padding: 20px 30px 10px 30px;
    margin-top: 0;
    width: 556px;
    height: 345px;
  }
}
@media only screen and (max-width: 1199px) {
  .sl-boxnew .boxListNewHome {
    margin-left: auto;
    margin-right: auto;
  }
}
.sl-boxnew .boxListNewHome .tab-new {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}
.sl-boxnew .boxListNewHome .tab-new .tab-link {
  position: relative;
  cursor: pointer;
  color: #010101;
  font-size: clamp(13px, 3vw, 20px);
  float: left;
  padding: 0 10px;
}
@media only screen and (min-width: 1150px) {
  .sl-boxnew .boxListNewHome .tab-new .tab-link {
    margin-right: 15px;
  }
}
.sl-boxnew .boxListNewHome .tab-new .tab-link.current:after, .sl-boxnew .boxListNewHome .tab-new .tab-link:hover:after {
  position: absolute;
  content: "";
  background: #df4008;
  width: 100%;
  height: 3px;
  bottom: -6px;
  left: 0;
}
.sl-boxnew .boxListNewHome .tabCtTTG .tab-detail {
  display: none;
  margin-top: 15px;
}
.sl-boxnew .boxListNewHome .tabCtTTG .tab-detail.current {
  display: block;
}
.sl-boxnew .boxListNewHome .tabCtTTG .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: 4px 0;
  margin-bottom: 3px;
  color: #fff;
  font-size: clamp(12px, 3.5vw, 16px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .sl-boxnew .boxListNewHome .tabCtTTG .tab-detail .item-new-box {
    padding: 4px 0;
  }
}
.sl-boxnew .boxListNewHome .tabCtTTG .tab-detail .item-new-box:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.sl-boxnew .boxListNewHome .tabCtTTG .tab-detail .item-new-box:not(:last-child) {
  border-bottom: 1px solid #000000;
}
.sl-boxnew .boxListNewHome .tabCtTTG .tab-detail .item-new-box .cat-des {
  width: 100%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sl-boxnew .boxListNewHome .tabCtTTG .tab-detail .item-new-box .cat-des .cat-date {
  font-size: clamp(10px, 3vw, 14px);
  color: #774d37;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
}
.sl-boxnew .boxListNewHome .tabCtTTG .tab-detail .item-new-box .cat-des .des {
  width: 100%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #010101;
}
.sl-boxnew .boxListNewHome .tabCtTTG .tab-detail .item-new-box .date-open {
  color: #774d37;
  font-size: clamp(10px, 3vw, 14px);
}
.sl-boxnew .boxListNewHome .view-more .link-more {
  width: 20px;
  height: 20px;
  background: url(../images/news_home/more.png) no-repeat center center;
  background-size: contain;
  display: none;
  position: absolute;
  right: 6%;
  top: 3%;
}
@media only screen and (min-width: 768px) {
  .sl-boxnew .boxListNewHome .view-more .link-more {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1150px) {
  .sl-boxnew .boxListNewHome .view-more .link-more {
    right: 30px;
    top: 18px;
  }
}
.sl-boxnew .boxListNewHome .view-more .link-more.current {
  display: block;
}

.char__ {
  background: url(../images/char/b1.png) no-repeat center top;
  background-size: 100% auto;
  padding-block: 10% 10%;
  margin-top: -10%;
}
@media only screen and (min-width: 1150px) {
  .char__ {
    background: url(../images/char/b2.png) no-repeat center top;
    padding-top: 160px;
    padding-bottom: 150px;
    margin-top: -115px;
  }
}

.eachChar__ {
  margin-top: 5%;
}
@media only screen and (min-width: 1150px) {
  .eachChar__ {
    margin-top: 110px;
  }
}
.eachChar__:not(.active) {
  display: none;
}
.eachChar__ .tt1__ {
  font-size: clamp(12px, 2.5vw, 18px);
  color: #2d1405;
  gap: 0 5px;
}
@media only screen and (min-width: 1150px) {
  .eachChar__ .tt1__ {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 40px;
  }
}
.eachChar__ .tt1__ .eaTT1__ {
  background: url(../images/char/tt11.png) no-repeat center top;
  background-size: 100% 100%;
  width: 130px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .eachChar__ .tt1__ .eaTT1__ {
    width: 161px;
    height: 38px;
  }
}
.eachChar__ .tt1__ .eaTT1__2 {
  background: url(../images/char/tt12.png) no-repeat center top;
  background-size: 100% 100%;
}
.eachChar__ .ifChar__ {
  background: url(../images/char/bgIfs.png) no-repeat center top;
  background-size: 100% 100%;
  top: 10%;
  color: #fbd69d;
  line-height: 0.9;
}
@media only screen and (min-width: 1150px) {
  .eachChar__ .ifChar__ {
    width: 359px;
    height: 525px;
    left: 25px;
    top: 55px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .eachChar__ .ifChar__ {
    width: 37vw;
    left: 3%;
    padding-block: 3%;
  }
}
.eachChar__ .ifChar__ .nameChar__ {
  font-size: clamp(20px, 4.5vw, 50px);
}
.eachChar__ .ifChar__ .ssr__ {
  width: 95%;
  max-width: 325px;
  margin-top: 2%;
}
@media only screen and (min-width: 1150px) {
  .eachChar__ .ifChar__ .ssr__ {
    margin-top: 15px;
  }
}
.eachChar__ .ifChar__ .ssr__ img {
  width: 100%;
}
.eachChar__ .ifChar__ .label__char_tt {
  font-size: clamp(13px, 3vw, 20px);
}
.eachChar__ .ifChar__ .tt2__ {
  margin-top: 3%;
}
@media only screen and (min-width: 1150px) {
  .eachChar__ .ifChar__ .tt2__ {
    margin-top: 20px;
  }
}
.eachChar__ .ifChar__ .tt2__ .name_tt2 {
  font-size: clamp(15px, 4vw, 30px);
  margin-top: 3%;
}
@media only screen and (min-width: 1150px) {
  .eachChar__ .ifChar__ .tt2__ .name_tt2 {
    margin-top: 15px;
  }
}
.eachChar__ .ifChar__ .lstSkill__ {
  margin-top: 15%;
}
@media only screen and (min-width: 1150px) {
  .eachChar__ .ifChar__ .lstSkill__ {
    margin-top: 30px;
  }
}
.eachChar__ .ifChar__ .lstSkill__ .limgSkill___ {
  margin-top: 2%;
  gap: 0 5px;
}
@media only screen and (min-width: 1150px) {
  .eachChar__ .ifChar__ .lstSkill__ .limgSkill___ {
    margin-top: 10px;
  }
}
.eachChar__ .ifChar__ .lstSkill__ .limgSkill___ .thumSKill__ {
  background: url(../images/char/bgSkill.png) no-repeat center center;
  background-size: 100% 100%;
  width: 7vw;
  height: 7vw;
  max-width: 60px;
  max-height: 60px;
}
.eachChar__ .ifChar__ .lstSkill__ .limgSkill___ .thumSKill__ img {
  border-radius: 50%;
  width: auto;
  max-width: 88%;
}
.eachChar__ .imgChar__ {
  width: 100%;
  margin-top: 20%;
}
@media only screen and (min-width: 1150px) {
  .eachChar__ .imgChar__ {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .eachChar__ .imgChar__ img {
    width: 67vw;
  }
}

.tabChar__ {
  gap: 0 10px;
}
@media only screen and (max-width: 1199px) {
  .tabChar__ {
    margin-top: -5%;
  }
}
@media only screen and (min-width: 1150px) {
  .tabChar__ {
    position: absolute;
    left: 924px;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tabChar__ .imgEaTab__char {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: 20vw;
  max-width: 129px;
}
@media only screen and (min-width: 1150px) {
  .tabChar__ .imgEaTab__char {
    margin-bottom: 30px;
  }
}
.tabChar__ .imgEaTab__char.active, .tabChar__ .imgEaTab__char:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.tabChar__ .imgEaTab__char:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 1199px) {
  .tabChar__ .imgEaTab__char:nth-child(1) {
    top: -50px;
  }
}
@media only screen and (min-width: 1150px) {
  .tabChar__ .imgEaTab__char:nth-child(1) {
    left: -80px;
  }
}
@media only screen and (max-width: 1199px) {
  .tabChar__ .imgEaTab__char:nth-child(4) {
    top: -50px;
  }
}
@media only screen and (min-width: 1150px) {
  .tabChar__ .imgEaTab__char:nth-child(4) {
    left: -60px;
  }
}

.feature__ {
  background: url(../images/feature/b1.png) no-repeat center top;
  background-size: 100% auto;
  padding-block: 10% 20%;
  margin-top: -5%;
}
@media only screen and (min-width: 1150px) {
  .feature__ {
    background: url(../images/feature/b2.png) no-repeat center top;
    padding-top: 130px;
    padding-bottom: 200px;
    margin-top: -65px;
  }
}

.men__feature_ {
  margin-top: 5%;
}
@media only screen and (min-width: 1150px) {
  .men__feature_ {
    margin-top: 70px;
  }
}
.men__feature_ .eachFt__ {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.men__feature_ .eachFt__.active .imgCenterSLfT__ {
  width: 60vw;
  padding: 5px;
}
@media only screen and (min-width: 1150px) {
  .men__feature_ .eachFt__.active .imgCenterSLfT__ {
    padding: 10px;
  }
}
.men__feature_ .eachFt__ .labNameLeft__ img {
  display: block;
  width: 6.7vw;
  max-width: 82px;
}
.men__feature_ .eachFt__ .imgCenterSLfT__ {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../images/feature/bgImg.jpg) no-repeat center top;
  background-size: 100% 100%;
  width: 0;
  max-width: 745px;
  height: 0;
  max-height: 560px;
  overflow: hidden;
}
.men__feature_ .eachFt__.active .imgCenterSLfT__ {
  height: 45vh;
  max-height: 560px;
}
@media only screen and (min-width: 1150px) {
  .men__feature_ .eachFt__.active .imgCenterSLfT__ {
    height: 50vh;
    max-height: 600px;
  }
}
.men__feature_ .eachFt__ .imgCenterSLfT__ img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.men__feature_ .prv__next_ {
  z-index: 3;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12vw;
  max-width: 131px;
}
@media only screen and (max-width: 1199px) {
  .men__feature_ .prv__next_ {
    top: 90%;
  }
}
.men__feature_ .prv__next_.__prevFT {
  left: 1%;
}
@media only screen and (min-width: 1150px) {
  .men__feature_ .prv__next_.__prevFT {
    left: -12%;
  }
}
.men__feature_ .prv__next_.__nextFT {
  right: 1%;
}
@media only screen and (min-width: 1150px) {
  .men__feature_ .prv__next_.__nextFT {
    right: -12%;
  }
}

.lst__dtFT {
  margin-top: 2%;
  gap: 0 6px;
}
@media only screen and (min-width: 1150px) {
  .lst__dtFT {
    gap: 0 10px;
  }
}
.lst__dtFT .eD__ft {
  width: 15px;
  height: 17px;
  background: url(../images/dot.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 1150px) {
  .lst__dtFT .eD__ft {
    width: 19px;
    height: 21px;
  }
}
.lst__dtFT .eD__ft.active {
  background: url(../images/dot__sl.png) no-repeat center center;
  background-size: contain;
}

body.__news__page {
  background-color: #f3eeea;
}

.main--news {
  min-height: 200px;
  background: #f3eeea;
  padding-bottom: 3%;
  background: url(../images/news/bgNews1.jpg) no-repeat center top #f3eeea;
  background-size: 100% auto;
}
@media only screen and (min-width: 1150px) {
  .main--news {
    background: url(../images/news/bgNews2.jpg) no-repeat center top #f3eeea;
  }
}

.head-new-page {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12%;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d3d2;
}
@media only screen and (min-width: 1150px) {
  .head-new-page {
    padding-top: 90px;
  }
}
.head-new-page .tab-link-news ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.head-new-page .tab-link-news ul .item {
  position: relative;
  padding: 0 2px;
  margin-right: 2%;
}
@media only screen and (min-width: 1024px) {
  .head-new-page .tab-link-news ul .item {
    margin-right: 5%;
    padding: 0 10px;
  }
}
.head-new-page .tab-link-news ul .item a {
  color: #422215;
  font-size: clamp(14px, 3vw, 26px);
}
.head-new-page .tab-link-news ul .item.current a, .head-new-page .tab-link-news ul .item:hover a {
  color: #df4008;
}
.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: #df4008;
  bottom: -11px;
  left: 0;
}
@media only screen and (min-width: 1150px) {
  .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: 3%;
  z-index: 2;
}
.list-new-page .item-new {
  padding: 9px 0;
  border-bottom: 1px solid #d4d3d2;
}
@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: 1150px) {
  .list-new-page .item-new .des-item {
    width: calc(100% - 230px - 130px);
  }
}
.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: #422215;
  font-size: 13px;
  -webkit-line-clamp: 2;
  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;
    line-clamp: 1;
  }
}
.list-new-page .item-new .des-item .text-des {
  color: #422215;
  font-size: 12px;
  -webkit-line-clamp: 2;
  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;
    line-clamp: 3;
    margin-top: 8px;
  }
}
.list-new-page .item-new .more-date .more {
  width: 104px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  margin-top: 40px;
  background: url(../images/news/more.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.list-new-page .item-new .more-date .date-open {
  text-align: right;
  line-height: 1;
}
.list-new-page .item-new .more-date .date-open .day-month {
  font-size: clamp(10px, 3vw, 20px);
  color: #b2b2b2;
}
.list-new-page .item-new .more-date .date-open .year {
  font-size: clamp(12px, 3vw, 18px);
}
.list-new-page .item-new:hover .more-date .more {
  background: url(../images/news/more2.jpg) no-repeat center center;
  background-size: 100% 100%;
}

.main--detail {
  z-index: 2;
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
}
@media only screen and (max-width: 1199px) {
  .main--detail {
    padding-top: 8%;
  }
}
.main--detail .title--date {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.main--detail .title--date .title--post {
  color: #422215;
  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: 13px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .main--detail .title--date .date--post {
    font-size: 16px;
  }
}
.main--detail .back--detail {
  color: #422215;
  font-size: 13px;
  padding-left: 25px;
  top: 5px;
}
@media only screen and (min-width: 1150px) {
  .main--detail .back--detail {
    padding-left: 30px;
    font-size: 14px;
    top: 55px;
  }
}
.main--detail .back--detail i {
  position: absolute;
  content: "";
  width: 19px;
  height: 18px;
  background: url(../images/icons/back.png) no-repeat center center;
  background-size: contain;
  left: 0;
  top: -1px;
}
@media only screen and (min-width: 768px) {
  .main--detail .back--detail i {
    width: 29px;
    height: 28px;
    top: -6px;
  }
}
.main--detail .detail--post {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .main--detail .detail--post {
    margin-top: 30px;
  }
}

.fixed__right {
  width: 234px;
  height: 515px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -234px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 42px;
}
.fixed__right.open {
  right: 0px;
  z-index: 9;
}
.fixed__right.open .nav-right-content {
  opacity: 1;
}
.fixed__right.open .i-control {
  left: 2px;
}
.fixed__right:before {
  position: absolute;
  content: "";
  background: url(../images/sibarRight/bg-navright.png) no-repeat center center;
  width: 234px;
  height: 515px;
  left: 0;
  top: 0;
  z-index: -1;
}
.fixed__right .icNR {
  width: 61px;
}
.fixed__right .fb__gr {
  gap: 0 1px;
}
.fixed__right .gr__btRight {
  margin-top: 40px;
}
.fixed__right .gr__btRight .bt__aclink {
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  width: 147px;
  height: 47px;
  margin-bottom: 10px;
}
.fixed__right .gr__btRight .bt__aclink .tbottom {
  font-size: 14px;
}
.fixed__right .i-control {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  width: 69px;
  height: 60px;
  left: -65px;
  bottom: -5px;
}
.fixed__right .i-control.i-control-open:before {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.fixed__right .i-control:before {
  position: absolute;
  content: "";
  width: 69px;
  height: 60px;
  background: url(../images/sibarRight/img-arrow.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.fixed__right .go-top {
  width: 51px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  right: 21px;
  bottom: -5px;
}

.te-content {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  color: #404040;
}
.te-content span.content-event-first {
  float: left;
  font-size: 4rem;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}
.te-content h1, .te-content .content-event-h1 {
  font-size: 20px;
  color: #d31d29;
  padding: 4px 0 8px 35px;
  position: relative;
  font-family: "robotoB";
}
@media only screen and (min-width: 1024px) {
  .te-content h1, .te-content .content-event-h1 {
    font-size: 2.4rem;
  }
}
.te-content h1:before, .te-content .content-event-h1:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/icon-h22-b.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.te-content h2, .te-content .content-event-h2 {
  margin-left: 10px;
  font-size: 1.4rem;
  padding: 4px 0 8px 35px;
  color: #d31d29;
  font-family: "robotoB";
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .te-content h2, .te-content .content-event-h2 {
    font-size: 18px;
  }
}
.te-content h2:before, .te-content .content-event-h2:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/icon-h22-b.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.te-content a {
  color: #d31d29;
}
.te-content ul {
  margin-left: 25px;
}
.te-content ul li {
  line-height: 28px;
}
.te-content p {
  line-height: 1.8;
}
.te-content p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.te-content 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) {
  .te-content table {
    width: auto;
  }
}
.te-content table tr td {
  border: 1px solid #2ccefd;
  margin: 0;
  padding: 5px;
  vertical-align: middle !important;
  text-align: center;
}
.te-content table tr:first-child {
  background: #d97815;
}
.te-content table tr:first-child td {
  font-family: "robotoB";
}
.te-content table tr:first-child td p {
  font-family: "robotoB";
  color: #333;
}
.te-content fieldset {
  border: 1px solid #2ccefd;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}
.te-content fieldset legend {
  color: white;
  background: #fb8142;
  font-family: "robotoB";
  padding: 0 15px;
}
.te-content fieldset ul {
  margin-left: 15px;
}
.te-content strong {
  font-family: "robotoB";
}
.te-content em {
  font-style: italic;
}

table img {
  display: block;
}

table {
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-top: 10px;
}
table tr:first-child td {
  background-color: #f0f0f0;
  color: #ffffff;
  text-align: center;
}
table tr td {
  vertical-align: middle;
  color: #f0f0f0;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}