@font-face {
  font-family: 'tahoma';
  src: url("../fonts/tahoma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tahomabold';
  src: url("../fonts/tahomabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'umtgodswordr';
  src: url("../fonts/umtgodswordr.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'myriadpro_bold';
  src: url("../fonts/myriadpro_bold.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'myriadproregular';
  src: url("../fonts/myriadproregular.html") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'utm_nyala';
  src: url("../fonts/utm_nyala.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: 'uvn_laclongquanbold';
  src: url("../fonts/uvn_laclongquanbold.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;
}

.f-tahoma {
  font-family: 'tahoma';
}

.f-tahoma-bold {
  font-family: 'tahomabold';
}

.f-utm_nyala {
  font-family: 'utm_nyala';
}

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

.f-utm_godsword_bold {
  font-family: 'utm_godsword_bold';
}

.f-uvn_laclongquanr {
  font-family: 'uvn_laclongquanr';
}

.f-uvn_laclongquanbold {
  font-family: 'uvn_laclongquanbold';
}

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

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

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

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

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

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

a img {
  border: 0;
}

figure {
  margin: 0;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

.text-shadow {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.box-shadow {
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

.txt-linear1 {
  background-image: -webkit-gradient(linear, 50% 30%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffff86));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffff86;
  position: relative;
  z-index: 1;
}

.txt-linear1:after {
  background: none;
  display: inline-block;
  content: attr(data-text);
  left: 0;
  position: absolute;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  top: 0;
  z-index: -1;
}

.txt-linear2 {
  background-image: -webkit-gradient(linear, 50% 40%, 50% 80%, color-stop(0%, #ffffff), color-stop(100%, #ffd33c));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  position: relative;
}

.txt-no-gradient {
  position: relative;
}

.txt-no-gradient:after {
  background: none;
  display: inline-block;
  content: attr(data-text);
  left: 0;
  position: absolute;
  text-shadow: 3px 4px 2px rgba(255, 255, 255, 0.75);
  top: 0;
  z-index: 0;
}

.txt-linear3 {
  background-image: -webkit-gradient(linear, 50% 25%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffff81));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fabd48;
  position: relative;
}

@-webkit-keyframes rotate_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes zoom {
  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 zoom {
  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);
  }
}

body {
  margin: 0;
  font-family: "tahoma";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
  background: url(../images/bg-bottom-news.png), url(../images/bg-newpage.png), #fde7d2;
  min-height: 100vh;
  overflow-x: hidden !important;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center top;
}

@media only screen and (max-width: 1199px) {
  body {
    background: url(../images/m-bg-top.jpg), url(../images/m-bg-bottom.png), #fde7d2;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: center 0px, center bottom;
  }
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1205px;
  }
}

.p-relative {
  position: relative;
}

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

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

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

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

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

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

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

.bg-btn-link {
  width: 100%;
  height: 100%;
  background: url(../images/bg-link-download.png) no-repeat center center;
  background-size: 100% 100%;
}

.bg-btn-link:hover {
  background: url(../images/bg-link-download-hv.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn-link-bottom {
  font-size: 16px;
  cursor: pointer;
  background: url(../images/bg-btn.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100px;
  width: 150px;
  height: 56px;
  line-height: 56px;
}

@media only screen and (min-width: 375px) {
  .btn-link-bottom {
    width: 115px;
  }
}

@media only screen and (min-width: 414px) {
  .btn-link-bottom {
    width: 125px;
  }
}

@media only screen and (min-width: 480px) {
  .btn-link-bottom {
    width: 185px;
    height: 70px;
    line-height: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-link-bottom {
    width: 189px;
  }
}

.btn-link-bottom:hover, .btn-link-bottom.active {
  color: #361c10;
  background: url(../images/bg-btn-hv.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn-link-bottom:hover a, .btn-link-bottom.active a {
  text-shadow: 0 0px 0 transparent;
}

.btn-link-bottom a {
  text-shadow: 1px 2px 1px #113676;
}

.btn-info-top {
  cursor: pointer;
  background: url(../images/bg-btn-register.png) no-repeat center center;
  background-size: 100% 100%;
  color: #432919;
}

.btn-info-top:hover {
  background: url(../images/bg-btn-register-hv.png) no-repeat center center;
  background-size: 100% 100%;
}

.link-tai-cd {
  width: 194px;
  height: 49px;
  position: relative;
}

.link-tai-cd:hover {
  background-position: left bottom;
}

.link-tai-cd:nth-child(n+2) {
  margin-top: 3px;
}

.title-section {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 30px;
  width: 90%;
  max-width: 514px;
  background: url(../images/bg-title-red.png) no-repeat center center;
  background-size: 100% 100%;
  height: 45px;
  line-height: 45px;
  color: #a02916;
}

.title-section.title-section-yellow {
  background: url(../images/bg-title.png) no-repeat center center;
  background-size: 100% 100%;
  color: #a02916;
}

.title-section.title-section-yellow .txt-title-section {
  color: #f7ca89;
}

@media only screen and (min-width: 375px) {
  .title-section {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) {
  .title-section {
    font-size: 35px;
    width: 514px;
    height: 60px;
    line-height: 60px;
    background: url(../images/bg-title-red.png) no-repeat center center;
  }
}

.slide-custom-arrow.slide-custom-arrow-yellow .slick-arrow {
  background: url(../images/m-icon-arrow-yellow.png) no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 1200px) {
  .slide-custom-arrow.slide-custom-arrow-yellow .slick-arrow {
    background: url(../images/icon-arrow-yellow.png) no-repeat center center;
  }
}

.slide-custom-arrow .slick-arrow {
  z-index: 2;
  width: 25px;
  height: 49px;
  background: url(../images/m-icon-arrow-red.png) no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .slide-custom-arrow .slick-arrow {
    width: 36px;
    height: 71px;
  }
}

@media only screen and (min-width: 1200px) {
  .slide-custom-arrow .slick-arrow {
    width: 131px;
    height: 117px;
    background: url(../images/icon-arrow-red.png) no-repeat center center;
  }
}

.slide-custom-arrow .slick-arrow.slick-prev {
  left: -32px;
}

@media only screen and (min-width: 768px) {
  .slide-custom-arrow .slick-arrow.slick-prev {
    left: -45px;
  }
}

@media only screen and (min-width: 1200px) {
  .slide-custom-arrow .slick-arrow.slick-prev {
    left: -199px;
  }
}

.slide-custom-arrow .slick-arrow.slick-next {
  right: -32px;
  -webkit-transform: translate(0, -50%) rotateZ(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotateZ(180deg);
}

@media only screen and (min-width: 768px) {
  .slide-custom-arrow .slick-arrow.slick-next {
    right: -45px;
  }
}

@media only screen and (min-width: 1200px) {
  .slide-custom-arrow .slick-arrow.slick-next {
    right: -193px;
  }
}

.slick-custom-dots .slick-dots {
  bottom: 15px;
}

.slick-custom-dots .slick-dots li {
  background: #ffffff;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  margin: 0 3px;
}

.slick-custom-dots .slick-dots li.slick-active {
  width: 60px;
}

.slick-custom-dots .slick-dots li button {
  width: 14px;
  height: 14px;
}

.slick-custom-dots .slick-dots li button:before {
  width: 14px;
  height: 14px;
  content: '';
}

#toggle-hambuger:checked ~ nav #hambuger .inner-hambuger {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

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

.logo-top {
  position: absolute;
  left: 700px;
  top: 86px;
  width: 400px;
} 

.navbar {
  background: #2a120a;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .navbar {
    height: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar {
    background: #5ea8de;
    height: 70px;
    position: relative;
  }
}

.navbar .container {
  padding: 0 3px;
}

@media only screen and (min-width: 375px) {
  .navbar .container {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 480px) {
  .navbar .container {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 640px) {
  .navbar .container {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar .container {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar .container {
    padding: 0px;
    left: -300px;
  }
}

.navbar .icon-game {
  width: 50px;
  float: left;
  margin-top: 5px;
  border-radius: 8px;
}

@media only screen and (min-width: 640px) {
  .navbar .icon-game {
    width: 85px;
    margin-top: 8px;
  }
}

.navbar .info-game {
  float: left;
  color: #f6cb8f;
  margin-left: 6px;
  margin-top: 8px;
}

@media only screen and (min-width: 480px) {
  .navbar .info-game {
    margin-left: 10px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 640px) {
  .navbar .info-game {
    margin-left: 15px;
    margin-top: 10px;
  }
}

.navbar .info-game .name-game {
  font-size: 13px;
}

@media only screen and (min-width: 375px) {
  .navbar .info-game .name-game {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) {
  .navbar .info-game .name-game {
    font-size: 20px;
  }
}

@media only screen and (min-width: 640px) {
  .navbar .info-game .name-game {
    font-size: 25px;
  }
}

.navbar .info-game .des {
  font-size: 9px;
}

@media only screen and (min-width: 375px) {
  .navbar .info-game .des {
    font-size: 12px;
  }
}

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

@media only screen and (min-width: 640px) {
  .navbar .right-nav {
    height: 100px;
  }
}

.navbar .link-head-setting {
  margin-right: 5px;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .navbar .link-head-setting {
    height: 70px;
  }
}

.navbar .link-head-setting .link-hs {
  display: inline-block;
  width: 40px;
  height: 100%;
  background: url(../images/icon-home.png) no-repeat center center;
  background-size: 100% 100%;
}

@media only screen and (min-width: 768px) {
  .navbar .link-head-setting .link-hs {
    width: 70px;
    margin-right: 8px;
  }
}

.navbar .link-head-setting .icon-fp {
  background: url(../images/icon-fp.png) no-repeat center center;
  background-size: 100% 100%;
}

.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: #f3bf6b;
  position: absolute;
  transition: -webkit-transform .2s ease 0s;
  -webkit-transition: -webkit-transform .2s ease 0s;
  -o-transition: transform .2s ease 0s;
  transition: transform .2s ease 0s;
  transition: transform .2s ease 0s, -webkit-transform .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: #f3bf6b;
}

.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: #2a120a;
  width: 100%;
  height: calc(100% - 59px);
  left: 0;
  top: 59px;
}

@media only screen and (min-width: 640px) {
  .navbar .navbar-content {
    height: calc(100% - 99px);
    top: 99px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content {
    display: block;
    height: auto;
    position: relative;
    width: auto;
    background: transparent;
    top: 20px;
    left: 94%;
    transform: translateX(-50%);
    float: none;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu {
    float: left;
  }
}

.navbar .navbar-content ul#menu li {
  margin-left: 10%;
  position: relative;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu li {
    float: left;
    text-align: center;
    margin-left: 0;
    margin: 0 18px;
  }
}

.navbar .navbar-content ul#menu li:first-child {
  margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu li:first-child {
    margin-top: 0;
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu li:first-child:before {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu li:nth-child(2):before {
    display: none;
  }
}

.navbar .navbar-content ul#menu li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid #fdfaf6;
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu li:before {
    left: -16px;
    top: 6px;
    width: 1px;
    height: 20px;
    background: #654a2e;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border-radius: inherit;
    border: none;
  }
}

.navbar .navbar-content ul#menu a {
  color: #fdfaf6;
  font-size: 22px;
  cursor: pointer;
  font-family: 'uvn_laclongquanr';
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu a {
    font-size: 20px;
    color: #ffffff;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu a:hover {
    color: #c6160b;
  }
}

.number-hotline {
  color: #757575;
  line-height: 0.8;
  position: absolute;
  left: -165px;
  top: -6px;
}

.number-hotline span {
  font-size: 15px;
}

.number-hotline .txt-number-phone {
  font-size: 28px;
}

.footer {
  padding: 10px 0 30px;
  position: relative;
}

@media only screen and (min-width: 414px) {
  .footer {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer {
    padding-bottom: 100px;
    color: #615b52;
  }
}

.footer .container {
  z-index: 1;
}

.footer a {
  color: #fde7d2;
}

@media only screen and (min-width: 1200px) {
  .footer a {
    color: #615b52;
  }
}

.footer p {
  font-size: 15px;
}

@media only screen and (min-width: 375px) {
  .footer p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) {
  .footer p {
    font-size: 30px;
  }
}

.footer p:first-child {
  font-size: 16px;
}

@media only screen and (min-width: 375px) {
  .footer p:first-child {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) {
  .footer p:first-child {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .box-link-footer {
    line-height: 1;
    width: 700px;
    margin-left: auto;
    background: rgba(241, 229, 213, 0.8);
    border-radius: 6px;
    padding: 8px 0;
  }
}

@media only screen and (min-width: 1200px) {
  body.news-page .footer {
    color: #fde7d2;
  }
}

@media only screen and (min-width: 1200px) {
  body.news-page .footer a {
    color: #fde7d2;
  }
}

@media only screen and (min-width: 1200px) {
  body.news-page .box-link-footer {
    line-height: 1;
    width: auto;
    margin-left: inherit;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

.txt-healthy {
  color: #ef8d72;
}

@media only screen and (min-width: 1200px) {
  .txt-healthy {
    color: #ffffff;
  }
}

.hotline {
  color: #e3c998;
  font-size: 15px;
  margin-bottom: 10px;
}

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

.hotline a {
  color: #fff8ea;
  font-size: 30px;
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 544px) {
  .hotline {
    font-size: 25px;
  }
  .hotline a {
    font-size: 50px;
  }
}

.m-logo-gt {
  margin-top: 70px;
}

@media only screen and (min-width: 640px) {
  .m-logo-gt {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 1200px) {
  .m-logo-gt {
    display: none;
  }
}

.m-logo-gt img {
  width: 286px;
}

@media only screen and (min-width: 768px) {
  .m-logo-gt img {
    width: 199px;
  }
}

.slogan {
  position: relative;
  width: 90%;
  max-width: 645px;
  margin-top: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .slogan {
    margin-top: 335px;
    margin-left: 0;
    width: 645px;
  }
}

.slogan img {
  width: 100%;
  max-width: 645px;
}

.play-trailer {
  width: 36px;
  height: 36px;
  position: absolute;
  -webkit-animation: zoom 2s infinite;
  animation: zoom 2s infinite;
  right: 19%;
  bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .play-trailer {
    width: 55px;
    height: 56px;
    top: inherit;
    right: 19%;
    bottom: 0;
  }
}

.play-trailer img {
  width: 100%;
}

.payment-fanpage-link {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 679px;
}

.payment-fanpage-link:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 110px;
  background: url(../images/m-icon-gift.png) no-repeat center center;
  background-size: contain;
  right: 25%;
  top: -28px;
}

@media only screen and (min-width: 480px) {
  .payment-fanpage-link:before {
    width: 135px;
    height: 140px;
    top: -36px;
  }
}

@media only screen and (min-width: 600px) {
  .payment-fanpage-link:before {
    width: 163px;
    height: 153px;
  }
}

@media only screen and (min-width: 768px) {
  .payment-fanpage-link:before {
    width: 232px;
    height: 230px;
    top: -62px;
  }
}

.payment-fanpage-link img {
  width: 100%;
  max-width: 679px;
  display: block;
}

.payment-fanpage-link .btn-link-pm {
  height: 100%;
  position: absolute;
}

.payment-fanpage-link .btn-download-game {
  width: 60%;
  left: 0;
}

.payment-fanpage-link .btn-load-card {
  width: 40%;
  right: 0;
}

.info-card-download {
  margin-top: 220px;
  margin-left: 263px;
  width: 500px;
  height: 140px;
}

.info-card-download:before {
  position: absolute;
  content: '';
  width: 190px;
  height: 190px;
  background: url(../images/m-icon-gift.png) no-repeat center center;
  background-size: contain;
  right: 5px;
  top: -45px;
}

.info-card-download .icon-game, .info-card-download .btn-nap-the, .info-card-download .link-tai-card-download {
  float: left;
}

.info-card-download .icon-game, .info-card-download .link-tai-card-download {
  margin-top: 10px;
}

.info-card-download .icon-game {
  margin-left: 12px;
  border-radius: 20px;
  width: 154px;
}

.info-card-download .link-tai-card-download {
  margin-left: 6px;
}

.btn-nap-the {
  width: 156px;
  height: 85px;
  line-height: 85px;
  background: url(../images/bg-btn-card.png) no-repeat left top;
  background-size: 100% 100%;
  font-size: 22px;
  color: #fffef8;
  margin-left: 6px;
  margin-top: 79px;
}

.btn-nap-the:hover {
  background: url(../images/bg-btn-card-hv.png) no-repeat left top;
  background-size: 100% 100%;
}

.link-dl-game {
  color: #fff4b4 !important;
  font-size: 15px;
}

.link-dl-game .icon-dl {
  width: 30px;
  height: 34px;
  background: url(../images/icon-apple-store.png) no-repeat center center;
  margin-left: 10px;
  margin-right: 10px;
}

.link-dl-game .icon-chplay {
  width: 34px;
  height: 36px;
  background: url(../images/icon-gg-store.png) no-repeat center center;
}

.link-dl-game .icon-pc {
  width: 36px;
  height: 36px;
  background: url(../images/icon-pc.png) no-repeat center center;
}

.link-dl-game .text-dl {
  line-height: 1;
}

.link-dl-game .text-dl span {
  display: block;
}

.link-dl-game .txt-name-dl {
  font-size: 20px;
}

.box-new {
  margin-top: 30px;
}

.box-new .box-new-content {
  padding: 0 10px;
}

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

@media only screen and (min-width: 1200px) {
  .box-new .slide-new {
    float: left;
    width: 697px;
  }
}

.box-new .slide-new img {
  width: 100%;
}

.box-new .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.box-new .list-short-new {
  padding: 10px;
  height: auto;
  background: url(../images/bg-box-new.jpg) no-repeat center center;
  position: relative;
  background-size: 100% 100%;
}

.box-new .list-short-new:before {
  position: absolute;
  content: '';
  left: 1%;
  top: 1%;
  right: 1%;
  bottom: 1%;
  border: 1px solid #e9e9e9;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .box-new .list-short-new {
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .box-new .list-short-new {
    float: left;
    width: calc(160% - 700px);
    height: auto;
    background: url(../images/bg-box-new.jpg) no-repeat center center;
    background-size: 100% 100%;
  }
}

ul.tabs {
  border-bottom: 1px solid #b4b4b4;
}

ul.tabs li {
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  margin-top: 0px;
  padding: 0 5px;
  margin-right: 0px;
  margin-left: 0px;
  color: #757575;
}

@media only screen and (min-width: 375px) {
  ul.tabs li {
    font-size: 16px;
    padding: 0 9px;
  }
}

@media only screen and (min-width: 414px) {
  ul.tabs li {
    font-size: 17px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 480px) {
  ul.tabs li {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 768px) {
  ul.tabs li {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  ul.tabs li {
    font-size: 18px;
  }
}

ul.tabs li.current, ul.tabs li:hover {
  color: #bf0f06;
}

ul.tabs li.current:after, ul.tabs li:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background: #bf0f06;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tab-content .tab-detail {
  display: none;
}

.tab-content .tab-detail.current {
  display: block;
}

.tab-content .item {
  padding: 10px 0;
  border-bottom: 1px solid #b4b4b4;
}

@media only screen and (min-width: 1200px) {
  .tab-content .item {
    padding: 8px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .tab-content .item:last-child {
    padding: 10px 0;
    border-bottom: 1px solid #b4b4b4;
  }
}

.tab-content .item .tit-cat {
  color: #ff0000;
}

@media only screen and (min-width: 360px) {
  .tab-content .item .tit-cat {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .tab-content .item .tit-cat {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .tab-content .item .tit-cat {
    font-size: 14px;
  }
}

.tab-content .item .tit-cat .span-cat {
  float: left;
}

.tab-content .item .tit-date {
  float: right;
  color: #f6b746;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .tab-content .item .tit-date {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .tab-content .item .tit-date {
    font-size: 15px;
  }
}

.tab-content .item .tit-text a {
  font-size: 16px;
  color: #192926;
  float: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 360px) {
  .tab-content .item .tit-text a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 768px) {
  .tab-content .item .tit-text a {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .tab-content .item .tit-text a {
    font-size: 16px;
  }
}

.view-more .tab-view-more {
  width: 200px;
  margin: 20px auto;
  height: 50px;
  line-height: 50px;
  background: url(../images/bg-btn-more.png) no-repeat center center;
  background-size: contain;
  display: none;
  font-size: 25px;
  font-family: 'uvn_laclongquanbold';
  color: #fff4b4;
}

@media only screen and (min-width: 768px) {
  .view-more .tab-view-more {
    width: 316px;
    height: 82px;
    line-height: 82px;
    font-size: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .view-more .tab-view-more {
    width: 27px;
    height: 27px;
    border: 3px solid #d5d5d5;
    background: transparent;
    text-indent: -999999px;
    position: absolute;
    font-size: 55px;
    right: 25px;
    top: 20px;
    line-height: 1;
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .view-more .tab-view-more:after {
    position: absolute;
    content: "+";
    font-family: 'uvn_laclongquanbold';
    left: -2px;
    top: -8px;
    text-indent: 0;
    font-size: 31px;
    color: #192926;
  }
}

.view-more .tab-view-more.current {
  display: block;
}

.box-gotop {
  width: 100px;
  height: 55px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  color: #e38242;
  cursor: pointer;
  z-index: 2;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

@media only screen and (min-width: 768px) {
  .box-gotop {
    top: -50px;
  }
}

.box-gotop .arrow-go-top {
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .box-gotop .arrow-go-top {
    padding-top: 20px;
  }
}

.box-gotop .arrow-go-top span {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .box-gotop .arrow-go-top span {
    font-size: 18px;
  }
}

.box-gotop .arrow-go-top:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #2a2223;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

@media only screen and (min-width: 768px) {
  .box-gotop .arrow-go-top:before {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #2a2223;
  }
}

.box-gotop .arrow-go-top:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e38242;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 12px;
}

@media only screen and (min-width: 768px) {
  .box-gotop .arrow-go-top:after {
    top: 18px;
  }
}

.link-about {
  position: relative;
}

.link-about ul {
  width: 312px;
  margin: 0 auto;
}

@media only screen and (min-width: 360px) {
  .link-about ul {
    width: 360px;
  }
}

@media only screen and (min-width: 480px) {
  .link-about ul {
    width: 474px;
  }
}

@media only screen and (min-width: 600px) {
  .link-about ul {
    width: 510px;
  }
}

@media only screen and (min-width: 1200px) {
  .link-about ul {
    border-bottom: 1px solid #f8f4e9;
    padding-bottom: 44px;
  }
}

.link-about ul li {
  float: left;
  width: 100px;
  height: 100px;
  background: url(../images/bg-link-about.html) no-repeat left top;
  background-size: cover;
  margin: 0 2px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 360px) {
  .link-about ul li {
    width: 116px;
    height: 116px;
  }
}

@media only screen and (min-width: 480px) {
  .link-about ul li {
    width: 154px;
    height: 154px;
  }
}

@media only screen and (min-width: 600px) {
  .link-about ul li {
    margin: 0 8px;
  }
}

.link-about ul li:hover {
  background: url(../images/bg-link-about-hover.html) no-repeat left top;
  background-size: cover;
}

.link-about ul li .span-icon-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.link-about ul li .span-icon-txt .icon {
  margin: 0 auto;
  width: 27px;
  height: 27px;
  display: block;
  background: url(../images/icon-group-link-about.png) no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 480px) {
  .link-about ul li .span-icon-txt .icon {
    width: 46px;
    height: 46px;
  }
}

.link-about ul li .span-txt {
  font-size: 15.5px;
  color: #fbf4d7;
  line-height: 1;
}

@media only screen and (min-width: 360px) {
  .link-about ul li .span-txt {
    font-size: 17.5px;
  }
}

@media only screen and (min-width: 480px) {
  .link-about ul li .span-txt {
    font-size: 22.5px;
  }
}

@media only screen and (min-width: 768px) {
  .link-about ul li .span-txt {
    text-transform: uppercase;
    font-size: 23px;
  }
}

.link-about ul li.link-about-youtube .icon {
  background: url(../images/icon-youtube-link-about.png) no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 480px) {
  .link-about ul li.link-about-youtube .icon {
    width: 30px;
    height: 40px;
  }
}

.link-about ul li.link-about-fanpage .icon {
  background: url(../images/icon-fb-link-about.png) no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 480px) {
  .link-about ul li.link-about-fanpage .icon {
    width: 26px;
    height: 44px;
  }
}

.list-guide {
  margin-top: 23px;
}

.list-guide-detail .link-guide {
  width: 277px;
  height: 88px;
  background: url(../images/bg-link-guide1.png) no-repeat left top;
  font-size: 22px;
  line-height: 1.2;
}

.list-guide-detail .link-guide:hover {
  background: url(../images/bg-link-guide1-hv.png) no-repeat left bottom;
}

.list-guide-detail .link-guide:not(:last-child) {
  margin-right: 1px;
}

.txt-guide {
  font-size: 20px;
  color: #fff4b4;
  text-shadow: 1px 2px 2px #9a2d09;
}

.icon-guide {
  margin-left: 12px;
}

.txt-g-big {
  font-size: 25px;
}

.frame-art {
  background: url(../images/bg-art.jpg) no-repeat center top;
  background-size: 100% 100%;
  min-height: 500px;
  padding-top: 60px;
}

@media only screen and (min-width: 600px) {
  .frame-art {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .frame-art {
    background: url(../images/bg-art.jpg) no-repeat center top;
    background-size: 100% 100%;
    min-height: 500px;
    padding-top: 60px;
  }
}

.slide-art {
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) {
  .slide-art {
    margin-top: 0;
  }
}

.slide-art .item-art img {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .slide-art .item-art img {
    width: auto;
  }
}

.slide-art .slick-arrow {
  top: -40px;
}

@media only screen and (min-width: 1200px) {
  .slide-art .slick-arrow {
    top: 50%;
  }
}

@media only screen and (max-width: 1199px) {
  .slide-art .slick-arrow.slick-prev {
    left: 2%;
  }
}

@media only screen and (max-width: 1199px) {
  .slide-art .slick-arrow.slick-next {
    right: 2%;
  }
}

.slide-art .slick-dots {
  bottom: inherit;
  top: -60px;
}

@media only screen and (min-width: 1200px) {
  .slide-art .slick-dots {
    top: -80px;
    width: auto;
    right: 0;
  }
}

.slide-art .slick-dots li {
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-family: 'utm_nyala';
  text-transform: uppercase;
  background: url(../images/border-dot-art.png) no-repeat center center;
  background-size: 100% 100%;
}

@media only screen and (min-width: 375px) {
  .slide-art .slick-dots li {
    width: 90px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 414px) {
  .slide-art .slick-dots li {
    width: 100px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 480px) {
  .slide-art .slick-dots li {
    width: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .slide-art .slick-dots li {
    width: 160px;
    margin: 0 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .slide-art .slick-dots li {
    background: transparent;
    width: 180px;
    height: 53px;
    line-height: 53px;
    font-size: 21px;
    display: block;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .slide-art .slick-dots li:before, .slide-art .slick-dots li:after {
    position: absolute;
    content: '';
    right: calc(20% - 3.5px);
  }
}

.slide-art .slick-dots li:before {
  width: 7px;
  height: 7px;
  border: 1px solid #e04641;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide-art .slick-dots li:not(:last-child):after {
  right: calc(20%);
  top: 34px;
  width: 1px;
  height: 120%;
  border-right: 1px dashed #e04641;
}

.slide-art .slick-dots li.slick-active {
  background: url(../images/border-dot-art-hv.png) no-repeat center center;
  background-size: 100% 100%;
}

.slide-art .slick-dots li.slick-active:before {
  background: #8f221d;
  border: none;
  width: 14px;
  height: 14px;
  right: calc(20% - 7px);
}

.slide-art .slick-dots li.slick-active a {
  color: #7d271a;
}

@media only screen and (min-width: 1200px) {
  .slide-art .slick-dots li > div {
    width: 80%;
  }
}

.slide-art .slick-dots li a {
  color: #fec598;
}

.dac-sac {
  margin-top: 25px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  .dac-sac {
    margin-top: 25px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .dac-sac .container {
    width: 1200px;
  }
}

.dac-sac .slide-featured {
  line-height: 1.2;
  margin-top: 40px;
  width: 96%;
}

@media only screen and (min-width: 1024px) {
  .dac-sac .slide-featured {
    margin-top: 100px;
    width: 755px;
  }
}

.dac-sac .slide-featured:before {
  position: absolute;
  content: '';
  width: 258px;
  height: 250px;
  background: url(../images/featured/icon-flower.png) no-repeat center center;
  left: -248px;
  top: 25px;
}

.dac-sac .slide-featured .slick-slide img {
  width: 100%;
  max-width: 755px;
  margin: 0 auto;
}

.dac-sac .slide-featured .slick-arrow {
  width: 25px;
  height: 45px;
  background: url(../images/featured/icon-arrow-featured.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}

@media only screen and (min-width: 480px) {
  .dac-sac .slide-featured .slick-arrow {
    width: 41px;
    height: 73px;
  }
}

.dac-sac .slide-featured .slick-arrow:before {
  content: '';
}

.dac-sac .slide-featured .slick-prev {
  left: 2%;
}

.dac-sac .slide-featured .slick-next {
  right: 2%;
  -webkit-transform: translate(0, -50%) rotateZ(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotateZ(180deg);
}

@media only screen and (min-width: 1024px) {
  .dac-sac .slide-featured .slick-dots {
    bottom: 60px;
    left: 760px;
    width: auto;
  }
}

.dac-sac .slide-featured .slick-dots li {
  width: 15px;
  height: 15px;
  background: #998675;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 8px;
}

@media only screen and (min-width: 1024px) {
  .dac-sac .slide-featured .slick-dots li {
    width: 210px;
    height: 70px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background: url(../images/btn-link-rotate.png) no-repeat center center;
    background-size: 100% 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
}

.dac-sac .slide-featured .slick-dots li.slick-active, .dac-sac .slide-featured .slick-dots li:hover {
  background: #ecb850;
}

@media only screen and (min-width: 1024px) {
  .dac-sac .slide-featured .slick-dots li.slick-active, .dac-sac .slide-featured .slick-dots li:hover {
    background: url(../images/btn-link-rotate-hv.png) no-repeat center center;
    background-size: 100% 100%;
  }
}

.dac-sac .slide-featured .slick-dots li.slick-active .txt-dot, .dac-sac .slide-featured .slick-dots li:hover .txt-dot {
  color: #fff;
}

.dac-sac .slide-featured .slick-dots li .txt-dot {
  width: 100%;
  height: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 17px;
  color: #232b2e;
  font-family: "uvn_laclongquanr";
  padding-top: 15px;
  padding-left: 50px;
}

.dac-sac .slide-featured .slick-dots li .txt-dot span {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .dac-sac .slide-featured .slick-dots li .txt-dot span {
    display: none;
  }
}

.dac-sac .slide-featured .slick-dots li .txt-dot .txt-big {
  font-size: 20px;
}

.about-footer {
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 1024px) {
  .about-link {
    margin-top: 95px;
  }
}

.list-link-about {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .list-link-about {
    width: 700px;
    margin-left: auto;
  }
}

.list-link-about .link-to {
  display: inline-block;
  margin: 10px;
}

@media only screen and (min-width: 480px) {
  .list-link-about .link-to {
    margin: 20px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .list-link-about .link-to {
    margin: 40px 30px;
  }
}

.list-link-about .link-to img {
  width: 80px;
}

@media only screen and (min-width: 375px) {
  .list-link-about .link-to img {
    width: 90px;
  }
}

@media only screen and (min-width: 480px) {
  .list-link-about .link-to img {
    width: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .list-link-about .link-to img {
    width: 145px;
  }
}

@media only screen and (min-width: 1200px) {
  body.news-page .list-link-about {
    width: auto;
    margin-left: inherit;
  }
}

.nav-right {
  width: 217px;
  height: 501px;
  position: fixed;
  z-index: 9;
  top: 30%;
  background: url(../images/bg-nav-right.png) no-repeat center top;
  right: -217px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-right:before, .nav-right:after {
  position: absolute;
  content: '';
}

.nav-right:after {
  width: 73px;
  height: 92px;
  background: url(../images/rau-anchor.png);
  left: 51%;
  bottom: -92px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-right.open {
  right: 2px;
}

.nav-right .btn-nap-the {
  width: 194px;
  height: 100px;
  line-height: 100px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
}

.qr-code {
  width: 176px;
  margin-top: 35px;
  display: block;
  border: 3px solid #f3bf6b;
  border-radius: 40px;
  margin-bottom: 10px;
}

.i-control {
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: -29px;
  height: 85px;
  width: 30px;
  background: #2e1712;
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
}

.i-control .i-txt {
  height: 55px;
  width: 25px;
  margin-top: 14px;
  margin-left: 2px;
  background: url(../images/icon-close-nav-right.png) no-repeat;
  background-size: contain;
  display: block;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
}

.i-control.i-control-open .i-txt {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.show-video {
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  left: 0;
}

.show-video .content-video {
  width: 90%;
  height: 175px;
  line-height: 55px;
  text-align: center;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  background-size: cover;
  padding: 4px;
}

@media only screen and (min-width: 480px) {
  .show-video .content-video {
    height: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .show-video .content-video {
    height: 477px;
  }
}

@media only screen and (min-width: 1000px) {
  .show-video .content-video {
    width: 846px;
  }
}

@media only screen and (min-width: 1360px) {
  .show-video .content-video {
    width: 70%;
    height: 80%;
  }
}

.show-video .close-video {
  background: url(../images/icon-close.png) no-repeat center;
  width: 30px;
  height: 30px;
  float: right;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  background-color: #4995a5;
}

body.news-page {
  background: url(../images/m-bg-bottom.png), #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

@media only screen and (min-width: 768px) {
  body.news-page {
    background: url(../images/bg-bottom-news.png), #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

@media only screen and (min-width: 1200px) {
  body.news-page {
    background: url(../images/bg-bottom-news.png), #fde7d2;
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
}

.news-page .info-card-download {
  margin-top: 20px;
}

.news-page .box-gotop {
  display: block !important;
}

.box-download-news {
  background: url(../images/bg-newpage.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top;
  height: 414px;
  position: relative;
  z-index: 2;
}

.box-download-news .slogan-new img {
  width: 570px;
  margin-top: 95px;
  margin-left: 85px;
}

.news {
  min-height: 600px;
  margin-top: 80px;
}

@media only screen and (min-width: 640px) {
  .news {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 1200px) {
  .news {
    margin-top: -110px;
    padding-bottom: 200px;
  }
}

.news .tab-link-news {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
}

@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;
  border-bottom: 1px solid #cccccc;
}

@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;
  padding: 10px 5px;
  position: relative;
}

@media only screen and (min-width: 375px) {
  .news .tab-link-news ul li {
    padding: 10px 8px;
  }
}

@media only screen and (min-width: 1200px) {
  .news .tab-link-news ul li {
    margin: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .news .tab-link-news ul li:first-child {
    margin-left: 0;
  }
}

.news .tab-link-news ul li:not(:first-child):before {
  position: absolute;
  content: '';
  width: 1px;
  height: 40%;
  background: #694c2a;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
  .news .tab-link-news ul li:not(:first-child):before {
    height: 30%;
    -webkit-transform: translateY(-50%) rotate(17deg);
    -ms-transform: translateY(-50%) rotate(17deg);
    transform: translateY(-50%) rotate(17deg);
  }
}

.news .tab-link-news ul li.active:after, .news .tab-link-news ul li:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background: #c6160b;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .news .tab-link-news ul li.active:after, .news .tab-link-news ul li:hover:after {
    height: 7px;
  }
}

@media only screen and (min-width: 1000px) {
  .news .tab-link-news ul li.active:after, .news .tab-link-news ul li:hover:after {
    background: #c6160b;
    bottom: -3px;
    width: 100%;
  }
}

.news .tab-link-news ul li.active a, .news .tab-link-news ul li:hover a {
  color: #c6160b;
}

.news .tab-link-news ul li a {
  color: #1e1e1e;
  font-size: 15px;
}

@media only screen and (min-width: 360px) {
  .news .tab-link-news ul li a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 414px) {
  .news .tab-link-news ul li a {
    font-size: 19px;
  }
}

@media only screen and (min-width: 480px) {
  .news .tab-link-news ul li a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .news .tab-link-news ul li a {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1000px) {
  .news .tab-link-news ul li a {
    padding: 20px 27px;
    color: #1e1e1e;
  }
}

.news-left {
  position: relative;
  padding-bottom: 150px;
}

@media only screen and (min-width: 1200px) {
  .news-left {
    background: #fff;
    border: 1px solid #f0d6af;
    width: 1036px;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.list-new-item .item {
  padding: 12px 0px;
  margin: 0px 10px;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (min-width: 768px) {
  .list-new-item .item {
    padding: 20px 0px;
    margin: 0px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .list-new-item .item {
    margin: 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: 162px;
}

.list-new-item .item .description {
  width: calc(100% - 45px);
}

@media only screen and (min-width: 600px) {
  .list-new-item .item .description {
    width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 1200px) {
  .list-new-item .item .description {
    width: calc(100% - 310px);
    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';
  color: #6c6c6c;
}

.list-new-item .item .description .des-title a {
  color: #192926;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
}

@media only screen and (min-width: 1000px) {
  .list-new-item .item .description .des-title a {
    font-size: 17px;
    font-family: 'tahomabold';
    color: #694c2a;
  }
}

.list-new-item .item .description .des-title a:hover {
  color: #c13e19;
}

@media only screen and (min-width: 1000px) {
  .list-new-item .item .description .des-text a {
    font-size: 15px;
    color: #4f4f4f;
    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: 45px;
}

@media only screen and (min-width: 600px) {
  .list-new-item .item .date-more {
    width: 100px;
  }
}

.list-new-item .item .date-more p {
  color: #694c2a;
}

@media only screen and (min-width: 600px) {
  .list-new-item .item .date-more p {
    font-size: 18px;
    line-height: 1.2;
  }
}

.list-new-item .item .date-more p:first-child {
  font-family: 'tahomabold';
}

@media only screen and (min-width: 600px) {
  .list-new-item .item .date-more p:first-child {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1000px) {
  .list-new-item .item .date-more p:nth-child(3) {
    margin-top: 12px;
  }
  .list-new-item .item .date-more p:nth-child(3) a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 6px 30px;
    background: #c13e19;
  }
  .list-new-item .item .date-more p:nth-child(3) a:hover {
    background: #694c2a;
  }
}

.pagination {
  margin-top: 50px;
}

.pagination .prev, .pagination .next {
  background: transparent;
  border: transparent;
  color: #662314;
}

.pagination .prev:hover, .pagination .next:hover {
  background: transparent;
}

.pagination ul {
  text-align: center;
  font-size: 0;
}

@media only screen and (min-width: 1000px) {
  .pagination ul {
    margin: 0 80px;
  }
}

.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}

.pagination ul li.active a, .pagination ul li:hover a {
  background: #dcc6ac;
  color: #fff;
}

.pagination ul li a {
  font-size: 16px;
  color: #694c2a;
  border: 1px solid #b7a28a;
  line-height: 1;
  padding: 5px 15px;
}

@media only screen and (min-width: 768px) {
  .pagination ul li a {
    font-size: 20px;
    padding: 8px 18px;
  }
}

.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: 10px;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (min-width: 1200px) {
  .new-detail .title-new-detail {
    margin-top: 40px;
  }
}

.new-detail .title-new-detail .title-detail {
  margin-top: 15px;
  font-family: 'tahomabold';
  font-size: 20px;
  color: #434242;
  text-align: justify;
}

@media only screen and (min-width: 375px) {
  .new-detail .title-new-detail .title-detail {
    font-size: 24px;
  }
}

@media only screen and (min-width: 600px) {
  .new-detail .title-new-detail .title-detail {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .new-detail .title-new-detail .title-detail {
    float: left;
    margin-left: 110px;
    width: calc(100% - 190px);
    text-align: center;
  }
}

.new-detail .title-new-detail .date-detail {
  text-align: right;
  font-size: 18px;
  color: #434242;
}

@media only screen and (min-width: 1200px) {
  .new-detail .title-new-detail .date-detail {
    float: right;
  }
}

.new-detail .content-detail {
  margin-top: 25px;
}

@media only screen and (min-width: 1200px) {
  .back-title {
    width: 60px;
    float: left;
    position: absolute;
    margin-top: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .back-title a {
    font-family: 'tahoma';
    color: #070e1e;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .back-title a i {
    width: 20px;
    height: 34px;
    left: -30px;
    top: -2px;
    position: absolute;
    content: '';
    background: url(../images/icon-back.png) no-repeat right top;
  }
}

.text {
  font-size: 14px;
  color: #0f191f;
}

@media only screen and (min-width: 1000px) {
  .text {
    font-size: 15px;
  }
}

.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: #0f191f;
  padding: 4px 0 8px 35px;
  position: relative;
  font-family: 'tahomabold';
}

.text h1:before, .text .content-event-h1:before {
  content: '';
  width: 27px;
  height: 27px;
  background: url(../images/icon-h1.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}

.text h2, .text .content-event-h2 {
  margin-left: 15px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  color: #0f191f;
  font-family: "tahomabold";
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

.text h2:before, .text .content-event-h2:before {
  content: '';
  width: 15px;
  height: 16px;
  background: url(../images/icon-h2.png) no-repeat 1px 1px transparent;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}

.text a {
  color: #1A30FB;
}

.text ul {
  margin-left: 25px;
}

.text ul li {
  line-height: 28px;
}

.text p {
  font-family: 'tahoma';
  line-height: 28px;
  color: #0f191f;
}

.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 #4e5051;
  margin: 0;
  padding: 10px 10px;
  vertical-align: middle !important;
  text-align: center;
}

.text table tr:first-child {
  background: #000;
}

.text table tr:first-child td {
  font-family: 'tahomabold';
}

.text table tr:first-child td p {
  font-family: 'tahomabold';
  color: #ffffff;
}

.text fieldset {
  border: 1px solid #4e5051;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}

.text fieldset legend {
  color: white;
  background: #8c1c08;
  font-family: 'tahomabold';
  padding: 0 15px;
}

.text fieldset ul {
  margin-left: 15px;
}

.text strong {
  font-family: 'tahomabold';
}

.text em {
  font-style: italic;
}

table img {
  display: block;
}

table {
  border-collapse: collapse;
  font-size: 14px;
  font-family: 'tahoma';
  margin-top: 10px;
}

table tr:first-child td {
  background-color: #091d42;
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

table tr td {
  border: 1px solid #ffffff;
  vertical-align: middle;
  color: #000000;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}
	.taigame {
    display: block;
    z-index: 1;
    position: absolute;
    width: 345px;
    height: 95px;
    top: 12px;
    left: 10px;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
	}
	.napthe {
    display: block;
    z-index: 1;
    position: absolute;
    width: 210px;
    height: 95px;
    top: 12px;
    left: 455px;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
}
/*# sourceMappingURL=main.css.map */
