@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: "uvn_laclongquanbold";
  src: url("../fonts/uvn_laclongquanbold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "uvn_laclongquanr";
  src: url("../fonts/uvn_laclongquanr.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "utm_godsword_bold";
  src: url("../fonts/utm_godsword_bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("../fonts/robotobold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.f-tahoma {
  font-family: "tahoma";
}

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

.f-uvn-llqr {
  font-family: "uvn_laclongquanr";
}

.f-uvn-llqb {
  font-family: "uvn_laclongquanbold";
}

.f-utm_godsbold {
  font-family: "utm_godsword_bold";
}

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

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

/* =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: #8993a6;
  font-family: "uvn_laclongquanr";
}

::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  color: #8993a6;
  font-family: "uvn_laclongquanr";
}

:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #8993a6;
  font-family: "uvn_laclongquanr";
}

::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #8993a6;
  font-family: "uvn_laclongquanr";
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #8993a6;
  font-family: "uvn_laclongquanr";
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8993a6;
  font-family: "uvn_laclongquanr";
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8993a6;
  font-family: "uvn_laclongquanr";
}

input, button {
  border: 0;
}

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

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

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

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

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

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

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

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

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

.h-100-percent {
  height: 100%;
}

button {
  border: none;
  background: transparent;
}

.o-hide {
  overflow: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.z-9 {
  z-index: 9;
}

.z-8 {
  z-index: 8;
}

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

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

.c-pointer {
  cursor: pointer;
}

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

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

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

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

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

.c-page {
  color: #3a4e8f !important;
}

.c-btn {
  color: #4b3707 !important;
}

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

.b-radius-5 {
  border-radius: 5px;
}

.b-radius-10 {
  border-radius: 10px;
}

.b-radius-50-percent {
  border-radius: 50%;
}

.t-shadow {
  text-shadow: 0px 2px 2.85px rgba(0, 0, 0, 0.6);
}

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

@keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 991px) {
  html {
    overflow-x: hidden !important;
  }
}

body {
  margin: 0;
  font-family: "uvn_laclongquanr";
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
  color: #ffffff;
  background: url(../images/bg.jpg) no-repeat #191c40;
  background-position: center -35px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  body {
    background: url(../images/m-bg.jpg) no-repeat #4c52af;
    background-position: center top;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 1200px) {
  body.home-page .about-footer {
    margin-top: -0%;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

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

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

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

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

.header {
  height: 56px;
  background: #154176;
}
@media only screen and (min-width: 640px) {
  .header {
    height: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    height: auto;
    max-height: 100px;
    background: rgba(26, 30, 54, 0.97);
    position: absolute;
    width: 100%;
    z-index: 999;
  }
}
@media only screen and (max-width: 1199px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
.header .container {
  max-width: 1920px;
}
.header.header-nav-sticky {
  -webkit-animation: sticky-ef 0.5s ease;
          animation: sticky-ef 0.5s ease;
}

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

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

@media only screen and (min-width: 1200px) {
  .link-logo-top, .best-game-pc {
    width: 20%;
    max-width: 230px;
  }
}
@media only screen and (min-width: 1200px) {
  .link-logo-top img, .best-game-pc img {

    display: block;
	height: 80px;
  }
}

.best-game-pc {
  position: relative;
  -webkit-mask-image: url(../images/best-game.png);
          mask-image: url(../images/best-game.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.best-game-pc:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 150px;
  background: url(../images/lightbk.png) no-repeat center center;
  background-size: auto 100%;
  top: 0;
  left: 0;
  -webkit-animation: animatedlighttext 3s ease-out infinite;
          animation: animatedlighttext 3s ease-out infinite;
}
.best-game-pc img {
  opacity: 1;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .navbar {
    position: relative;
  }
}
.navbar .container {
  padding: 0 1%;
}
@media only screen and (min-width: 1200px) {
  .navbar .container {
    padding: 0 1.5%;
    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;
  }
}
@media only screen and (min-width: 1920px) {
  .navbar .container {
    padding: 0 2.5%;
  }
}
.navbar .icon-game {
  width: 50px;
  float: left;
  margin-top: 8px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 360px) {
  .navbar .icon-game {
    width: 60px;
  }
}
@media only screen and (min-width: 640px) {
  .navbar .icon-game {
    margin-top: 8px;
  }
}
.navbar .info-game {
  float: left;
  color: #f5ca78;
  margin-left: 5px;
  margin-top: 10px;
  line-height: 1.5;
}
@media only screen and (min-width: 480px) {
  .navbar .info-game {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 640px) {
  .navbar .info-game {
    margin-left: 20px;
  }
}
.navbar .info-game .name-game {
  font-size: clamp(12px, 3vw, 25px);
}
.navbar .info-game .des {
  font-size: clamp(9px, 2.5vw, 17px);
}
.navbar .info-game .bestgame-hot {
  width: 25vw;
  max-width: 150px;
}
.navbar .right-nav {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.navbar .link-head-setting .setting {
  width: 22vw;
  max-width: 150px;
  height: 36px;
  display: block;
  float: left;
  font-size: clamp(10px, 3vw, 20px);
  line-height: 33px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .navbar .link-head-setting .setting {
    height: 50px;
    line-height: 50px;
  }
}
.navbar .icon-hamburger {
  float: right;
  height: 38px;
}
.navbar .icon-hamburger #hambuger {
  display: inline-block;
  position: relative;
  height: 35px;
  width: 35px;
  cursor: pointer;
  z-index: 1;
}
.navbar .icon-hamburger #hambuger .inner-hambuger {
  height: 5px;
  width: 100%;
  top: 16px;
  background-color: #84b4f8;
  position: absolute;
  transition: -webkit-transform 0.2s ease 0s;
  -webkit-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;
}
.navbar .icon-hamburger #hambuger .inner-hambuger:before, .navbar .icon-hamburger #hambuger .inner-hambuger:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 5px;
  width: 100%;
  background-color: #84b4f8;
}
.navbar .icon-hamburger #hambuger .inner-hambuger:before {
  top: -12px;
}
@media only screen and (min-width: 640px) {
  .navbar .icon-hamburger #hambuger .inner-hambuger:before {
    top: -15px;
  }
}
.navbar .icon-hamburger #hambuger .inner-hambuger:after {
  top: 12px;
}
@media only screen and (min-width: 640px) {
  .navbar .icon-hamburger #hambuger .inner-hambuger:after {
    top: 15px;
  }
}
.navbar .navbar-content {
  display: none;
  position: fixed;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: calc(100% - 54px);
  right: 0;
  top: 54px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .navbar .navbar-content {
    height: calc(100% - 75px);
    top: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .navbar-content {
    display: block;
    height: auto;
    position: relative;
    width: auto;
    background: transparent;
    float: left;
    left: inherit;
    width: 100%;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu {
    float: none;
    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;
  }
}
.navbar .navbar-content ul#menu li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3d3d3d;
}
@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu li {
    float: left;
    text-align: center;
    margin-left: 0;
    padding: 0;
    border-bottom: 0;
    margin: 0 clamp(10px, 1.3vw, 10px);
    line-height: 66px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1600px) {
  .navbar .navbar-content ul#menu li {
    margin: 0 clamp(13px, 1.8vw, 13px);
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1920px) {
  .navbar .navbar-content ul#menu li {
    margin: 0 clamp(15px, 2vw, 20px);
  }
}
.navbar .navbar-content ul#menu li:first-child {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu li:first-child {
    margin-top: 0;
  }
}
.navbar .navbar-content ul#menu a {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu a {
    font-size: clamp(16px, 1.5vw, 24px);
  }
}
@-webkit-keyframes sticky-ef {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes sticky-ef {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animatedlighttext {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes animatedlighttext {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.footer-gosu {
  width: 100%;
  padding: 40px 0 30px;
  text-align: center;
  color: #fff;
  font-family: Tahoma, Arial, Helvetica, sans-serift;
  font-size: 14px;
  line-height: 1.5;
}
.footer-link-privacy {
  margin-bottom: 10px;
}

.footer-link-privacy a {
  color: #fff;
  text-decoration: none;
}

.footer-link-privacy a:hover {
  color: #ffa000;
}

.footer-gosu p {
  margin-bottom: 6px;
}

.footer-gosu-inner {
  width: 100%;
  max-width: 1000px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.footer-logo-gosu {
  position: absolute;
  display: block;
  text-indent: -999em;
  background: url(https://9dtruyenky.vn/bundles/web/home/assets/images/logo_gosu.png) 0 0 no-repeat;
  width: 149px;
  height: 41px;
  left: 0;
  top: -10px;
}

.footer-gosu-18 {
  position: absolute;
  right: 0;
  top: 0;
}

/*media */
@media (max-width: 768px) {
  .footer-logo-gosu {
    position: inherit;
    top: 0;
    margin: 0 auto 10px;
  }
  .footer-gosu-18 {
    display: block;
    position: relative;
    left: 50%;
    margin-top: 10px;
    margin-left: -30px;
  }
}
.w100per {
  width: 100%;
}

.h100per {
  height: 100%;
}

.l0 {
  left: 0;
}

.t0 {
  top: 0;
}

.overlay-loading {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.overlay-loading .loading-model {
  margin-top: 1%;
}

.btn-moveUp {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-moveUp:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-hv-scale {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-hv-scale:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

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

.bg-name {
  background: url(../images/bg-name.png) no-repeat center center;
  background-size: 100% 100%;
  color: #4b3707;
  font-size: clamp(13px, 3vw, 19px);
}
@media only screen and (min-width: 1024px) {
  .bg-name {
    font-size: clamp(17px, 4vw, 32px);
  }
}

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

.list-result {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .list-result {
    gap: 0px 15px;
  }
}
.list-result .item-out {
  width: 60px;
  margin: 0.5%;
}
@media only screen and (min-width: 768px) {
  .list-result .item-out {
    width: 110px;
  }
}
.list-result .item-out .sl {
  right: 2%;
  bottom: 15%;
  font-size: clamp(8px, 2vw, 14px);
}
.list-result .name-item {
  line-height: 1.1;
  font-size: clamp(10px, 2vw, 13px);
  color: #3d2c07;
  padding: 5% 0;
}
.list-result .thumb-img {
  background: url(../images/bg-img.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 10% 0;
}
.list-result .thumb-img .img-gift {
  left: inherit;
  top: inherit;
  -webkit-transform: inherit;
          transform: inherit;
  width: auto;
  max-width: 80%;
}

.pagination {
  font-size: clamp(12px, 3vw, 16px);
  margin-top: 4%;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .pagination {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    padding-bottom: 25px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ffffff;
  width: 25px;
  height: 25px;
  margin: 0 2px;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .pagination ul li {
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }
}
.pagination ul li:hover, .pagination ul li.active {
  background: #79b6f5;
}
.pagination ul li:hover:before, .pagination ul li.active:before {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #79b6f5;
  left: -3px;
  top: -3px;
}
@media only screen and (min-width: 1024px) {
  .pagination ul li:hover:before, .pagination ul li.active:before {
    width: 39px;
    height: 39px;
  }
}
.pagination ul li:hover a, .pagination ul li.active a {
  color: #fff;
}
.pagination ul li a {
  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;
  color: #1f2149;
}

.slogan {
  width: 100%;
  max-width: 897px;
  padding-top: 90%;
}
@media only screen and (min-width: 1200px) {
  .slogan {
    padding-top: 460px;
  }
}

.link-mobile-top {
  position: relative;
  z-index: 4;
}
.link-mobile-top .it-mb-top {
  position: relative;
  font-size: clamp(12px, 2.5vw, 18px);
  padding: 4% 8%;
  margin-top: -13%;
}

.link-pc-top {
  position: relative;
  z-index: 4;
  background: url(../images/bg-dl.png) no-repeat center center;
  background-size: 100% 100%;
  width: 823px;
  height: 189px;
  margin-top: -115px;
  gap: 0 15px;
}
.link-pc-top .four-btn-dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 345px;
  gap: 10px;
}
.link-pc-top .four-btn-dl .link-dl-game {
  width: 164px;
  height: 56px;
  gap: 0 5px;
}
.link-pc-top .four-btn-dl .link-dl-game .text-dl .topdl {
  font-size: 9px;
}
.link-pc-top .four-btn-dl .link-dl-game .text-dl .downdl {
  font-size: 20px;
}
.link-pc-top .four-btn-dl .guide-st .text-dl .topdl {
  font-size: 14px;
}

@-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 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);
  }
}
@media only screen and (max-width: 1199px) {
  .dua-top {
    background: url(../images/m-bg-duatop.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 30%;
    padding-bottom: 12%;
    margin-top: -20%;
  }
}
@media only screen and (min-width: 1200px) {
  .dua-top {
    margin-top: -18%;
    background: url(../images/bg-duatop.png) no-repeat center top;
    padding-bottom: 6%;
    padding-top: 25%;
  }
}

.main-dua-top {
  max-width: 1920px;
}
@media only screen and (min-width: 1200px) {
  .main-dua-top {
    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: 20px;
  }
}

.rule-short-show {
  width: 98%;
  max-width: 1100px;
  margin-top: 1.5%;
}
@media only screen and (min-width: 1200px) {
  .rule-short-show {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.rule-short-show .rule-short {
  font-size: clamp(12px, 3vw, 18px);
}
.rule-short-show .btn-rgshort {
  margin-top: 1.5%;
}
.rule-short-show .btn-showrg {
  font-size: clamp(17px, 4vw, 30px);
  padding: 3% 0%;
  width: 46%;
  max-width: 345px;
}
@media only screen and (min-width: 1024px) {
  .rule-short-show .btn-showrg {
    padding-block: 2.5%;
  }
}

@media only screen and (min-width: 1200px) {
  .rank-top-gift {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 1660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.rank-top-all {
  background: url(../images/bg-rank.png) no-repeat center top;
  background-size: 100% 100%;
}
@media only screen and (min-width: 1200px) {
  .rank-top-all {
    width: 60%;
    max-width: 819px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -12%;
  }
}
.rank-top-all .list-rank {
  color: #3d3c3a;
  font-size: clamp(13px, 3vw, 20px);
  padding: 10% 6% 3%;
}
@media only screen and (min-width: 1200px) {
  .rank-top-all .list-rank {
    padding: 6% 6% 1%;
  }
}
@media only screen and (min-width: 1600px) {
  .rank-top-all .list-rank {
    font-size: clamp(13px, 3vw, 23px);
  }
}
.rank-top-all .list-rank.list-top10 {
  margin-top: 3%;
  margin-bottom: 2%;
}
.rank-top-all .list-rank .table-rank {
  width: 100%;
}
.rank-top-all .list-rank .table-rank .thead {
  background: url(../images/bg-head-rank.jpg) no-repeat center center;
  background-size: 100% 100%;
  font-size: clamp(13px, 3vw, 20px);
  color: #eae7ec;
}
@media only screen and (min-width: 1600px) {
  .rank-top-all .list-rank .table-rank .thead {
    font-size: clamp(13px, 3vw, 25px);
  }
}
.rank-top-all .list-rank .table-rank .tbody {
  background: #fff7e2;
}
.rank-top-all .list-rank .table-rank .tbody .row:nth-child(odd) {
  background: #ffffff;
}
.rank-top-all .list-rank .table-rank .tbody .row:nth-child(1), .rank-top-all .list-rank .table-rank .tbody .row:nth-child(2), .rank-top-all .list-rank .table-rank .tbody .row:nth-child(3) {
  font-family: "uvn_laclongquanbold";
  color: #e02617;
}
.rank-top-all .list-rank .table-rank .tbody .row:nth-child(2) {
  color: #639c26;
}
.rank-top-all .list-rank .table-rank .tbody .row:nth-child(3) {
  color: #CDDC39;
}
.rank-top-all .list-rank .grid-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15% 1fr 1fr 20%;
  grid-template-columns: 15% 1fr 1fr 20%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  padding: 3px 0;
}
.rank-top-all .list-rank .grid-table > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.rank-top-all .list-rank .grid-table > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.rank-top-all .list-rank .grid-table > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.rank-top-all .list-rank .grid-table > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
@media only screen and (min-width: 1200px) {
  .rank-top-all .list-rank .grid-table {
    padding: 4px 0;
  }
}
.rank-top-all .list-rank .row .col {
  padding: 1% 0;
}
.gift-top-all {
  width: 60%;
  max-width: 1014px;
}
@media only screen and (max-width: 1199px) {
  .gift-top-all {
    width: 100%;
    margin-top: 2%;
  }
}
@media only screen and (min-width: 1200px) {
  .gift-top-all {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.gift-top-all .list-result {
  width: 100%;
  position: absolute;
  bottom: 17%;
}
@media only screen and (min-width: 1200px) {
  .gift-top-all .list-result {
    gap: 0px 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .gift-top-all .list-result .item-out {
    width: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .gift-top-all .list-result .item-out {
    width: 120px;
  }
}
.gift-top-all .list-result .item-out .thumb-img {
  background: transparent;
}
.gift-top-all .list-result .item-out .thumb-img .img-gift {
  max-width: 100%;
}
.gift-top-all .list-result .name-item {
  position: relative;
  font-size: clamp(8px, 2vw, 12px);
  line-height: 1;
  padding: 10% 8%;
  margin-top: -40%;
}
@media only screen and (min-width: 1200px) {
  .gift-top-all .list-result .name-item {
    padding: 1% 6%;
    height: 40px;
  }
}

.main-box-new {
  background: url(../images/m-bg-ttsk.png) no-repeat center top;
  background-size: 100% 100%;
  padding-top: 10%;
  padding-bottom: 7%;
  position: relative;
  z-index: 3;
  margin-top: -9%;
}
@media only screen and (min-width: 1200px) {
  .main-box-new {
    background: url(../images/bg-ttsk.png) no-repeat center center;
    background-size: 100% 100%;
    padding-block: 5%;
    margin-top: -5%;
  }
}

.box-new .box-new-content {
  padding: 0 4px;
}
@media only screen and (min-width: 768px) {
  .box-new .box-new-content {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .box-new .box-new-content {
    padding: 0;
  }
}
.box-new .bg-box-new {
  position: relative;
  padding: 18px 22px;
}
@media only screen and (min-width: 1200px) {
  .box-new .bg-box-new {
    padding: 34px 40px;
  }
}
.box-new .bg-box-new:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg-sl.png) no-repeat center center;
  background-size: 100% 100%;
  top: 0;
  left: 0%;
}
@media only screen and (max-width: 1199px) {
  .box-new .bg-box-new {
    margin-top: 5px;
  }
}
.box-new .bg-box-new > div:not(.view-more) {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .box-new .slide-new {
    float: left;
    width: 707px;
    height: 419px;
  }
}
.box-new .slide-new img {
  width: 100%;
}
.box-new .slide-new .slick-dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -8%;
}
@media only screen and (min-width: 1200px) {
  .box-new .slide-new .slick-dots {
    bottom: -6%;
  }
}
.box-new .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.box-new .list-short-new {
  position: relative;
  padding: 10px;
  margin-top: 4%;
}
@media only screen and (min-width: 1200px) {
  .box-new .list-short-new {
    margin-top: 0;
    float: left;
    width: calc(100% - 707px);
    min-height: 458px;
    padding: 27px 25px;
  }
}

ul.tabs {
  position: relative;
  z-index: 2;
  background: url(../images/bg-tab.png) no-repeat center center;
  background-size: 100% 100%;
}
ul.tabs li {
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: clamp(14px, 3.5vw, 18px);
  height: 35px;
  line-height: 35px;
  margin-top: 0px;
  padding: 0 5px;
  margin-right: 0px;
  margin-left: 0px;
  color: #7c848f;
}
@media only screen and (min-width: 375px) {
  ul.tabs li {
    padding: 0 9px;
  }
}
@media only screen and (min-width: 414px) {
  ul.tabs li {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  ul.tabs li {
    height: 55px;
    line-height: 55px;
    padding: 0 14px;
    width: auto;
  }
}
@media only screen and (min-width: 1600px) {
  ul.tabs li {
    font-size: clamp(14px, 3.5vw, 21px);
    padding: 0 15px;
  }
}
ul.tabs li.current, ul.tabs li:hover {
  background: url(../images/bg-tab-active.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}
.tab-content .tab-detail {
  display: none;
}
.tab-content .tab-detail.current {
  display: block;
}
.tab-content .item {
  position: relative;
  display: block;
  line-height: 1.2;
  padding: 10px 5px;
  border-bottom: 1px solid #384279;
  margin-top: 2px;
}
@media only screen and (min-width: 1200px) {
  .tab-content .item {
    padding: 12px 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-content .item:last-child {
    border-bottom: 0;
  }
}
.tab-content .item:hover {
  background: #fff;
}
.tab-content .item .tit-cat, .tab-content .item .tit-text {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tab-content .item .tit-cat {
  color: #6b87bf;
  position: relative;
  font-size: clamp(13px, 3vw, 15px);
}
@media only screen and (min-width: 768px) {
  .tab-content .item .tit-cat {
    font-size: 17px;
  }
}
.tab-content .item .tit-cat .span-cat {
  float: left;
}
.tab-content .item .tit-date {
  float: right;
  color: #161a3d;
  font-size: clamp(13px, 3vw, 18px);
}
@media only screen and (min-width: 1200px) {
  .tab-content .item .tit-date {
    font-size: 18px;
  }
}
.tab-content .item .tit-text div {
  font-size: clamp(13px, 3.5vw, 18px);
  color: #161a3d;
  float: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.view-more .tab-view-more {
  display: none;
  background: url(../images/plus.png) no-repeat center center;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  text-indent: -999999px;
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 15px;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .view-more .tab-view-more {
    right: 35px;
    top: 34px;
    height: 41px;
    width: 41px;
  }
}
.view-more .tab-view-more.current {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .list-link-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: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .list-link-box-new .list-guide {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.list-guide {
  margin-top: 1%;
}
@media only screen and (max-width: 1199px) {
  .list-guide-detail {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-guide-detail .link-guide {
  width: 24.5%;
  padding-top: 8px;
}
@media only screen and (min-width: 480px) {
  .list-guide-detail .link-guide {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .list-guide-detail .link-guide {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .list-guide-detail .link-guide {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1199px) {
  .box-img img {
    width: 100%;
  }
}

.nhanvat {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .nhanvat {
    background: url(../images/m-bg-char.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 6%;
    padding-bottom: 20%;
    margin-top: -7%;
  }
}
@media only screen and (min-width: 1200px) {
  .nhanvat {
    margin-top: -5%;
    background: url(../images/bg-char.jpg) no-repeat center top;
    padding-bottom: 150px;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  .nhanvat {
    max-width: 1920px;
    margin-inline: auto;
  }
}
.nhanvat .out-title-frame {
  max-width: 1200px;
}
.nhanvat .out-title-frame .title-frame {
  position: relative;
  z-index: 9;
}
.nhanvat:before {
  pointer-events: none;
  position: absolute;
  content: "";
}
@media only screen and (min-width: 1200px) {
  .nhanvat:before {
    width: 100%;
    height: 45%;
    background: rgba(85, 97, 149, 0.34);
    top: 54.5%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.list-avatar-char {
  z-index: 99;
  position: relative;
  width: 93%;
  max-width: 1450px;
  margin-bottom: 10px !important;
  gap: 0 5px;
}
@media only screen and (min-width: 1200px) {
  .list-avatar-char {
    margin-bottom: 20px !important;
    gap: 0 6px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .list-avatar-char {
    gap: 0 15px;
  }
}
.list-avatar-char .it-avatar-char {
  position: relative;
  z-index: 9;
  width: 90%;
  max-width: 105px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media only screen and (min-width: 1600px) {
  .list-avatar-char .it-avatar-char {
    max-width: 114px;
  }
}
.list-avatar-char .it-avatar-char img {
  width: 100%;
}
.list-avatar-char .it-avatar-char.active, .list-avatar-char .it-avatar-char:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.it-info-char {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .it-info-char {
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .it-info-char {
    background: rgba(14, 33, 107, 0.1);
  }
}
.it-info-char.active {
  display: block;
}

.item-fake {
  display: block !important;
  position: absolute;
  width: 100%;
}
.item-fake .info-char-3d {
  z-index: 3;
}
.item-fake .canvas3d.hide {
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .info-char-3d {
    padding-bottom: 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .info-char-3d {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .info-char-3d .char-3d {
    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;
  }
}
.info-char-3d .char-3d .img-char.hide {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1200px) {
  .info-char-3d .char-3d .img-char {
    max-height: 950px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 1199px) {
  .info-char-3d .char-3d .img-char {
    position: relative;
    left: -3vw;
    width: 90%;
    max-height: 600px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.info-char-3d .char-3d .canvas3d {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .info-char-3d .char-3d .canvas3d {
    height: 900px;
    top: inherit;
    bottom: 2%;
  }
}
.info-char-3d .char-3d .canvas3d canvas {
  width: 100%;
  height: 100%;
}
.info-char-3d .char-3d .skill-play-3d-char {
  z-index: 15;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .info-char-3d .char-3d .skill-play-3d-char {
    position: absolute;
  }
}
.info-char-3d .char-3d .skill-play-3d-char .img-skill {
  width: 35vw;
  max-width: 257px;
  margin-top: 1vw;
}
@media only screen and (min-width: 1200px) {
  .info-char-3d .char-3d .skill-play-3d-char .img-skill-pc {
    margin-top: 0;
    position: absolute;
    left: -13%;
    bottom: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .info-char-3d .char-3d .skill-play-3d-char .img-skill-pc {
    left: -10%;
  }
}
@media only screen and (min-width: 1200px) {
  .info-char-3d .char-3d .skill-play-3d-char .out-play {
    position: absolute;
    left: -89%;
    bottom: 4%;
    background: #585e6e;
    width: 500px;
    height: 380px;
    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;
  }
}
@media only screen and (min-width: 1600px) {
  .info-char-3d .char-3d .skill-play-3d-char .out-play {
    left: -670px;
  }
}
.info-char-3d .char-3d .skill-play-3d-char .out-play .img-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-char-3d .char-3d .skill-play-3d-char .out-play .alink-play {
  position: relative;
  z-index: 8;
}
.info-char-3d .char-3d .skill-play-3d-char .out-play .img-play {
  z-index: 10;
  display: block;
  opacity: 1;
  width: 12vw;
  max-width: 50px;
  margin-top: 4vw;
}
@media only screen and (min-width: 1200px) {
  .info-char-3d .char-3d .skill-play-3d-char .out-play .img-play {
    position: relative;
    opacity: 3;
    max-width: 90px;
    margin-top: 0;
  }
}
.info-char-3d .char-3d .skill-play-3d-char .img-load3d {
  position: relative;
  z-index: 8;
  width: 13vw;
  max-width: 54px;
  margin-top: 3vw;
}
@media only screen and (min-width: 1200px) {
  .info-char-3d .char-3d .skill-play-3d-char .img-load3d {
    max-width: 100px;
    margin-top: 0;
    position: absolute;
    left: -1%;
    bottom: 37%;
  }
}

.info-name-des {
  width: 100%;
  max-width: 1500px;
}
@media only screen and (max-width: 1199px) {
  .info-name-des {
    background: rgba(147, 157, 201, 0.34);
    padding: 2% 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .info-name-des {
    height: 540px;
  }
}
.info-name-des .inside-name-des {
  width: 100%;
  max-width: 645px;
}
.info-name-des .top-name-des .img-icon-char {
  width: 20vw;
  max-width: 184px;
}
.info-name-des .top-name-des .name-dd-he {
  font-size: clamp(15px, 3.5vw, 20px);
}
.info-name-des .top-name-des .name-dd-he .name-char {
  color: #fef6da;
  font-size: clamp(22px, 5vw, 45px);
}
.info-name-des .des-char {
  font-size: clamp(12px, 2.5vw, 19px);
  padding-left: 5%;
  margin-top: 3%;
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  .info-name-des .des-char {
    margin-top: 15px;
    padding-left: 13%;
    padding-right: 10%;
  }
}

.thegioi {
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .thegioi {
    background: url(../images/m-bg-dacsac.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 15%;
    padding-bottom: 25%;
    margin-top: -15%;
  }
}
@media only screen and (min-width: 1200px) {
  .thegioi {
    background: url(../images/bg-dacsac.png) no-repeat center top;
    margin-top: -250px;
    padding-top: 250px;
    padding-bottom: 200px;
    padding-bottom: 13%;
  }
}
.thegioi .out-title {
  max-width: 1150px;
}
.slide-thegioi-mb {
  width: 90%;
  max-width: 1024px;
  margin-top: 40%;
}
.slide-thegioi-mb .img-bg-sl-mb {
  width: 100%;
}

.main-slide-thegioi-mb {
  padding: 3% 12% 4%;
}
.main-slide-thegioi-mb .slick-arrow {
  height: 25px;
  width: 25px;
}
.main-slide-thegioi-mb .slick-prev {
  background: url(../images/arl-white.png) no-repeat center center;
  background-size: contain;
  left: -4%;
}
.main-slide-thegioi-mb .slick-next {
  background: url(../images/arr-white.png) no-repeat center center;
  background-size: contain;
  right: -4%;
}

.slide-thegioi-pc {
  width: 90%;
  max-width: 1525px;
  gap: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .slide-thegioi-pc {
    margin-top: 30px;
  }
}
.slide-thegioi-pc .it-tgpc.active .center-image-tgpc {
  width: 100%;
}
.slide-thegioi-pc .it-tgpc.active .center-image-tgpc img {
  width: 100%;
}
.slide-thegioi-pc .it-tgpc.active .img-tru-trai {
  margin-right: -12px;
}
.slide-thegioi-pc .it-tgpc.active .img-tru-phai {
  margin-left: -12px;
}
.slide-thegioi-pc .it-tgpc:not(.active) {
  cursor: pointer;
}
.slide-thegioi-pc .it-tgpc .box-img-tru.box-img-tru-left:before, .slide-thegioi-pc .it-tgpc .box-img-tru.box-img-tru-right:before {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 2;
}
.slide-thegioi-pc .it-tgpc .box-img-tru.box-img-tru-left:before {
  background: url(../images/img-la-left.png) no-repeat center center;
  background-size: contain;
  width: 43px;
  height: 161px;
  left: -43px;
  top: 10%;
}
.slide-thegioi-pc .it-tgpc .box-img-tru.box-img-tru-right:before {
  background: url(../images/img-la-right.png) no-repeat center center;
  background-size: contain;
  width: 158px;
  height: 234px;
  right: -16px;
  bottom: -5%;
}
.slide-thegioi-pc .it-tgpc .img-tru {
  position: relative;
  width: 3.5vw;
  max-width: 60px;
}
.slide-thegioi-pc .it-tgpc .center-image-tgpc {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../images/bg-img.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 12px 0 8px;
  width: 0;
}
.slide-thegioi-pc .it-tgpc .center-image-tgpc .img-sl-pc {
  width: 0;
}

.info-thegioi {
  width: 90%;
  max-width: 1500px;
}
@media only screen and (max-width: 1199px) {
  .info-thegioi {
    background: rgba(65, 77, 155, 0.5);
    padding: 2% 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .info-thegioi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.info-thegioi .arr-pc-thegioi {
  width: 200px;
  gap: 0 30px;
}

@media only screen and (min-width: 1200px) {
  .list-infothegioi {
    width: calc(100% - 200px);
    margin-top: 20px;
  }
}
.list-infothegioi .it-infothegioi {
  display: none;
}
.list-infothegioi .it-infothegioi.active {
  display: block;
}
.list-infothegioi .it-infothegioi .name-ittg {
  color: #fefaea;
  font-size: clamp(18px, 4.5vw, 40px);
}
@media only screen and (max-width: 1199px) {
  .list-infothegioi .it-infothegioi .name-ittg {
    text-align: center;
  }
}
.list-infothegioi .it-infothegioi .des-ittg {
  font-size: clamp(14px, 3vw, 28px);
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .list-infothegioi .it-infothegioi .des-ittg {
    margin-top: 3%;
  }
}

body.news-page {
  background: url(../images/m-bg.jpg) #4c52af;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 1200px) {
  body.news-page {
    background: url(../images/bg.jpg), #1f2149;
    background-repeat: no-repeat;
    background-position: center 92px;
  }
}

.news {
  background: url(../images/m-bg-ct.jpg) no-repeat center top #191c40;
  background-size: 100% auto;
  min-height: 600px;
  padding-bottom: 5%;
  margin-top: 70%;
}
@media only screen and (min-width: 1200px) {
  .news {
    background: url(../images/bg-ct.jpg) no-repeat center top #1f2149;
    margin-top: 660px;
    padding-bottom: 15%;
  }
}
@media only screen and (max-width: 1199px) {
  .news {
    padding-bottom: 30%;
  }
}
.news .tab-link-news {
  border-bottom: 1px solid #fff;
  padding-bottom: 2%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .news .tab-link-news {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .news .tab-link-news {
    margin-bottom: 40px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.news .tab-link-news ul {
  font-size: 0;
  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;
}
@media only screen and (min-width: 1200px) {
  .news .tab-link-news ul {
    margin: 0;
    text-align: left;
  }
}
.news .tab-link-news ul li {
  float: left;
  position: relative;
  margin: 0 8px;
  padding: 3px 8px;
}
@media only screen and (min-width: 1200px) {
  .news .tab-link-news ul li {
    margin: 0 20px;
    padding: 8px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .news .tab-link-news ul li:first-child {
    margin-left: 0;
  }
}
.news .tab-link-news ul li.active, .news .tab-link-news ul li:hover {
  background: #365bcf;
  border-radius: 20px;
}
.news .tab-link-news ul li.active:before, .news .tab-link-news ul li:hover:before {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 108%;
  height: 115%;
  border-radius: 30px;
  border: 1px solid #365bcf;
  left: -5%;
  top: -11%;
}
@media only screen and (min-width: 1024px) {
  .news .tab-link-news ul li.active:before, .news .tab-link-news ul li:hover:before {
    width: 110%;
    height: 120%;
  }
}
.news .tab-link-news ul li a {
  color: #dee2f5;
  font-size: clamp(10px, 3vw, 35px);
}
@media only screen and (min-width: 414px) {
  .news .tab-link-news ul li a {
    font-size: clamp(15px, 3vw, 35px);
  }
}
.news-left {
  position: relative;
  padding-top: 3%;
}
@media only screen and (min-width: 1200px) {
  .news-left {
    width: 1212px;
    padding-top: 10px;
  }
}

.list-new-item .item {
  padding: 12px 0px;
  margin: 0px 10px;
  border-bottom: 1px solid #fff;
  gap: 0 8px;
}
@media only screen and (min-width: 768px) {
  .list-new-item .item {
    padding: 20px 0px 20px;
    margin: 0px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .list-new-item .item {
    margin: 0;
    gap: 0;
  }
}
.list-new-item .item .thumb-new,
.list-new-item .item .description,
.list-new-item .item .date-more {
  float: left;
}
.list-new-item .item .thumb-new {
  width: 25vw;
  max-width: 350px;
}
.list-new-item .item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 50vw);
}
@media only screen and (min-width: 1200px) {
  .list-new-item .item .description {
    width: calc(100% - 345px);
    margin-left: 23px;
  }
}
.list-new-item .item .description p {
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  .list-new-item .item .description p {
    font-size: 24px;
  }
}
.list-new-item .item .description .des-cat {
  font-family: "tahomabold";
}
.list-new-item .item .description .des-title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  font-size: clamp(12px, 2.5vw, 24px);
}
@media only screen and (min-width: 1024px) {
  .list-new-item .item .description .des-title {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .list-new-item .item .description .des-text {
    font-size: clamp(10px, 2vw, 16px);
    margin-top: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.list-new-item .item .date-more {
  float: right;
  text-align: right;
  width: 90px;
}
@media only screen and (min-width: 600px) {
  .list-new-item .item .date-more {
    width: 155px;
  }
}
@media only screen and (min-width: 600px) {
  .list-new-item .item .date-more div {
    font-size: 18px;
    line-height: 1.2;
  }
}
.list-new-item .item .date-more div:first-child {
  font-family: "tahomabold";
}
@media only screen and (min-width: 600px) {
  .list-new-item .item .date-more div:first-child {
    font-size: 20px;
  }
}
.list-new-item .item .date-more div:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .list-new-item .item .date-more div:nth-child(3) {
    margin-top: 20px;
  }
  .list-new-item .item .date-more div:nth-child(3) .view-more {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 35px;
    background: #79b6f5;
    border-radius: 5px;
  }
}

.new-detail .title-new-detail, .new-detail .content-detail {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 375px) {
  .new-detail .title-new-detail, .new-detail .content-detail {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .new-detail .title-new-detail, .new-detail .content-detail {
    margin-left: 0;
    margin-right: 0;
  }
}
.new-detail .title-new-detail {
  padding-bottom: 15px;
  border-bottom: 1px solid #dee2f5;
}
.new-detail .title-new-detail .title-detail {
  margin-top: 15px;
  font-size: clamp(15px, 5vw, 30px);
  color: #dee2f5;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .new-detail .title-new-detail .title-detail {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.new-detail .title-new-detail .date-detail {
  margin-top: 5px;
  text-align: center;
  font-size: clamp(13px, 4vw, 18px);
  color: #dee2f5;
}
@media only screen and (min-width: 1200px) {
  .new-detail .title-new-detail .date-detail {
    margin-top: 10px;
  }
}
.new-detail .content-detail {
  background: #ecebe5;
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) {
  .new-detail .content-detail {
    margin-top: 30px;
  }
}

.back-title {
  position: relative;
  margin-top: 20px;
  padding-left: 25px;
}
@media only screen and (min-width: 1200px) {
  .back-title {
    width: 100px;
    float: left;
    margin-top: 25px;
    padding-left: 30px;
  }
}
.back-title a {
  color: #dee2f5;
  font-size: clamp(15px, 4vw, 20px);
}
.back-title a i {
  width: 20px;
  height: 27px;
  left: 0;
  top: -2px;
  position: absolute;
  content: "";
  background: url(../images/icon-back2.png) no-repeat right top;
  background-size: contain;
}
@media only screen and (min-width: 1200px) {
  .back-title a i {
    width: 25px;
    height: 34px;
  }
}

.about-footer {
  position: relative;
  z-index: 4;
  background: url(../images/m-bg-footer.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 1200px) {
  .about-footer {
    background: url(../images/bg-footer.png) no-repeat center top;
    margin-top: -10%;
  }
}
@media only screen and (max-width: 1199px) {
  .about-footer {
    margin-top: -0%;
  }
}

.about-link {
  gap: 0 5px;
  padding-top: 1%;
}
@media only screen and (min-width: 1200px) {
  .about-link {
    gap: 0 10px;
  }
}
.about-link .alink-ab-link {
  width: 30%;
  max-width: 340px;
}
.about-link .alink-ab-link .img-ab-link {
  width: 100%;
}

.nav-right {
  width: 240px;
  height: 456px;
  position: fixed;
  z-index: 9;
  top: 30%;
  background: url(../images/bg-navright-bk.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 30px 10px;
  right: -240px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-right:before, .nav-right:after {
  position: absolute;
  content: "";
}
.nav-right.open {
  right: 0px;
}
.nav-right.run {
  right: 0px;
}
.nav-right.run .i-control .i-txt {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.nav-right .link-navright {
  background: url(../images/bg-btn.png) no-repeat center center;
  background-size: 100% 100%;
  width: 200px;
  height: 70px;
  margin-top: -10px;
}
.nav-right .link-home {
  font-size: 20px;
}
.nav-right .link-dlr {
  gap: 0 8px;
}
.nav-right .link-dlr .icon-dltop {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .nav-right .link-dlr .icon-dltop {
    height: 8vw;
    max-width: 11vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.nav-right .link-dlr .text-dl-top {
  line-height: 1;
}
.nav-right .link-dlr .text-dl-top .text-sm-dltop {
  font-size: clamp(8px, 2.1vw, 10px);
}
.nav-right .link-dlr .text-dl-top .text-big-dltop {
  font-size: clamp(18px, 4vw, 20px);
}

.qr-code {
  margin-top: 5px;
  display: block;
  margin-bottom: 10px;
  max-width: 165px;
}

.i-control {
  cursor: pointer;
  position: absolute;
  top: 82px;
  left: -56px;
  height: 84px;
  width: 84px;
}
.i-control .i-txt {
  height: 61px;
  width: 34px;
  margin-top: 10px;
  margin-left: 20px;
  background: url(../images/arl-blue.png) no-repeat;
  background-size: contain;
  display: block;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.i-control.i-control-open .i-txt {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  color: #435a9d;
}
.popup .content-popup {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 96%;
  max-width: 755px;
}
.popup .wrapper-popup {
  background: url(../images/bg-popup.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  min-height: 300px;
  padding-top: 6%;
  padding-bottom: 4%;
}
@media only screen and (min-width: 360px) {
  .popup .wrapper-popup {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .popup .wrapper-popup {
    min-height: 500px;
  }
}
.popup .wrapper-popup:before, .popup .wrapper-popup:after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .popup .wrapper-popup:before {
    background: url(../images/img-la-left.png) no-repeat center center;
    background-size: contain;
    width: 43px;
    height: 161px;
    left: -43px;
    top: 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .popup .wrapper-popup:after {
    background: url(../images/img-la-right.png) no-repeat center center;
    background-size: contain;
    width: 158px;
    height: 234px;
    right: -16px;
    bottom: -5%;
  }
}
.popup .wrapper-popup .inside-wp {
  width: 80%;
}
.popup .main-popup {
  position: relative;
  z-index: 1;
}
.popup .title-popup {
  color: #3c5a93;
  font-size: clamp(20px, 5vw, 30px);
}
.popup .wcus-pop {
  width: 80%;
  margin-inline: auto;
}
.popup .box-copy-code {
  background: #d2e2ff;
  border-radius: 8px;
  width: 100%;
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  .popup .box-copy-code {
    max-width: 580px;
    height: 50px;
  }
}
.popup .box-copy-code:not(.active) {
  background: #e9ebed;
}
.popup .box-copy-code:not(.active) .score-open, .popup .box-copy-code:not(.active) .input-copy, .popup .box-copy-code:not(.active) .btn-copy {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
.popup .box-copy-code .input-copy {
  font-size: clamp(13px, 3.5vw, 22px);
  background: transparent;
  color: #3c5a93;
}
.popup .box-copy-code .score-open {
  left: 0;
  top: 0;
  background: #3c5a93;
  color: #eef4ff;
  font-size: clamp(11px, 2vw, 21px);
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 18%;
}
.popup .box-copy-code .btn-copy {
  right: 0;
  top: 0;
  background: #3c5a93;
  color: #d2e2ff;
  font-size: clamp(16px, 4vw, 30px);
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.close-popup {
  position: absolute;
  background: url(../images/icon-close.png) no-repeat center center;
  background-size: 100%;
  top: 7%;
  right: 1.5%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 1200px) {
  .close-popup {
    width: 40px;
    height: 40px;
    top: 7%;
    right: 1%;
  }
}

.close-popup-full {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}

#popup-thele .main-content {
  width: 80%;
  height: 40vh;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (min-width: 768px) {
  #popup-thele .main-content {
    height: 500px;
  }
}
#popup-thele .main-content::-webkit-scrollbar {
  width: 3px;
}
@media only screen and (min-width: 768px) {
  #popup-thele .main-content::-webkit-scrollbar {
    width: 5px;
  }
}
#popup-thele .main-content::-webkit-scrollbar-track {
  background: #7ca3ec;
}
#popup-thele .main-content::-webkit-scrollbar-thumb {
  background: #ffffff;
}
#popup-thele .main-content::-webkit-scrollbar-thumb:hover {
  background: #e66565;
}
#popup-thele .main-content .text {
  height: 100%;
}

#popup-alert .wrapper-popup, #popup-congrat .wrapper-popup {
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  #popup-alert .wrapper-popup, #popup-congrat .wrapper-popup {
    min-height: 330px;
  }
}
#popup-alert .title-popup, #popup-congrat .title-popup {
  padding-top: 6%;
}
#popup-alert .detail-alert, #popup-congrat .detail-alert {
  margin-top: 4%;
  font-size: clamp(14px, 3vw, 20px);
}
#popup-congrat .detail-congrat {
  font-size: clamp(12px, 3vw, 18px);
}
#popup-congrat .detail-congrat .hello-user-poppup {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#popup-congrat .detail-congrat .des-congrat {
  margin-top: 2%;
}
#popup-congrat .detail-congrat .btn-dks {
  margin-top: 3%;
  display: inline-block;
  padding: 2% 5%;
}

.text {
  padding: 1% 3%;
  margin-top: 3%;
  font-size: 14px;
  color: #000;
}
.text span.content-event-first {
  float: left;
  font-size: 40px;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}
.text h1,
.text .content-event-h1 {
  font-size: 19px;
  color: #e22819;
  padding: 4px 0 8px 35px;
  position: relative;
  font-family: "robotobold";
}
.text h1:before,
.text .content-event-h1:before {
  content: "";
  width: 27px;
  height: 20px;
  background: url(../images/icon1.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}
.text h2,
.text .content-event-h2 {
  font-size: 16px;
  font-family: "robotobold";
  color: #e22819;
  font-family: "robotobold";
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 25px;
  margin-left: 8px;
  position: relative;
}
.text h2:before,
.text .content-event-h2:before {
  content: "";
  width: 22px;
  height: 19px;
  background: url(../images/icon2.png) no-repeat 1px 1px transparent;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.text a {
  color: #e22819;
  font-weight: 500;
}
.text ul {
  margin-left: 25px;
}
.text ul li {
  line-height: 30px;
}
.text p {
  line-height: 30px;
}
.text p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .text table {
    width: auto;
  }
}
.text table tr td {
  border: 1px solid #ddccdd;
  margin: 0;
  padding: 5px;
  vertical-align: middle !important;
  text-align: center;
}
.text table tr:first-child {
  background: #e22819;
}
.text table tr:first-child td {
  color: #fff;
  font-family: "robotobold";
}
.text table tr:first-child td p {
  font-family: "robotobold";
  color: #fff;
}
.text fieldset {
  border: 1px solid #ddccdd;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}
.text fieldset legend {
  color: white;
  background: #e22819;
  font-family: "robotobold";
  padding: 0 15px;
}
.text fieldset ul {
  margin-left: 15px;
}
.text strong {
  font-family: "robotobold";
}
.text em {
  font-style: italic;
}

table img {
  display: block;
}

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

.slick-custom-dots .slick-dots {
  bottom: 15px;
}
.slick-custom-dots .slick-dots li {
  background: url(../images/dot.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 3px;
}
@media only screen and (min-width: 1200px) {
  .slick-custom-dots .slick-dots li {
    width: 31px;
    height: 31px;
  }
}
.slick-custom-dots .slick-dots li.slick-active {
  background: url(../images/dot-active.png) no-repeat center center;
  background-size: contain;
}
.slick-custom-dots .slick-dots li button {
  width: 14px;
  height: 14px;
}
.slick-custom-dots .slick-dots li button:before {
  width: 14px;
  height: 14px;
  content: "";
}

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

@keyframes zoom_ani {
  0%, 100% {
    -webkit-transform: translate(10px, 10px) scale(0.8);
            transform: translate(10px, 10px) scale(0.8);
  }
  50% {
    -webkit-transform: translate(10px, 10px) scale(1.4);
            transform: translate(10px, 10px) scale(1.4);
  }
}
/*# sourceMappingURL=main.css.map */
.fa-solid {padding-right:15px;}
.imgshpk{display: block; margin-left: auto; margin-right: auto;max-width: 100%;height: auto; }
.clear{clear:both;}
.contentAll{width:100%;}
.contentAll_m3{float:left;width:31%;margin:0 10px;}