@font-face {
  font-family: "tahoma";
  src: url("../fonts/tahoma.woff") format("woff");
  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: "utmcafeta";
  src: url("../fonts/utmcafeta.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

@font-face {
  font-family: "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;
}

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

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

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

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

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

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

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

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

:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #585757;
}

::-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #585757;
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #585757;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #585757;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #585757;
}

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

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

.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-d-underline {
  text-decoration: underline !important;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

.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: -1px 2px 1.92px rgba(0, 0, 0, 0.67);
}

.box-shadow-block {
  -webkit-box-shadow: -1px 2px 4.75px 0.25px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 2px 4.75px 0.25px rgba(0, 0, 0, 0.3);
}

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

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

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

body > img {
  display: none;
}

#canvas_anbang {
  position: absolute;
  left: 0;
  width: 109%;
  top: -14px;
}

@media only screen and (min-width: 1024px) {
  #canvas_anbang {
    top: -21px;
  }
}

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

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

@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) {
  .visible-mobile {
    display: none !important;
  }
}

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

@media only screen and (min-width: 1024px) {
  .main-center {
    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;
    height: 100%;
  }
}

.title-section img {
  width: 95%;
  max-width: 620px;
}

.xxx_plus {
  display: none !important;
}

@media only screen and (min-width: 1600px) {
  .xxx_plus {
    display: block !important;
    position: absolute;
    z-index: 999;
  }
}

.header-mobile {
  width: 100%;
  position: absolute;
  top: 1%;
  z-index: 999;
}

#toggle-hambuger:checked ~ nav .icon-hamburger {
  width: 30px;
  height: 30px;
  background: url(../images/mobile/close-ham.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 2px;
}

#toggle-hambuger:checked ~ nav .icon-hamburger #hambuger {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 480px) {
  #toggle-hambuger:checked ~ nav .icon-hamburger {
    width: 40px;
    height: 40px;
  }
  #toggle-hambuger:checked ~ nav .icon-hamburger #hambuger {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 640px) {
  #toggle-hambuger:checked ~ nav .icon-hamburger {
    width: 67px;
    height: 67px;
    top: -15px;
  }
  #toggle-hambuger:checked ~ nav .icon-hamburger #hambuger {
    width: 67px;
    height: 67px;
  }
}

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

@media only screen and (min-width: 1024px) {
  .navbar {
    background: transparent;
    position: absolute;
    display: none;
  }
}

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

.navbar .icon-hamburger {
  float: right;
  width: 22px;
  height: 22px;
  background: url(../images/mobile/icon-hamburger.png) center no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 414px) {
  .navbar .icon-hamburger {
    width: 26px;
    height: 26px;
  }
}

@media only screen and (min-width: 480px) {
  .navbar .icon-hamburger {
    width: 33px;
    height: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar .icon-hamburger {
    width: 38px;
    height: 34px;
  }
}

.navbar .icon-hamburger #hambuger {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.navbar .navbar-content {
  display: none;
  position: fixed;
  background: url(../images/mobile/bg-ham.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  overflow-y: auto;
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content {
    height: auto;
    position: relative;
    width: auto;
    background: transparent;
    top: 0px;
    right: 0;
    margin: 0px 0px 0 0;
    text-align: center;
    border: none;
    overflow: hidden;
  }
}

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

.navbar .navbar-content ul#menu li {
  position: relative;
  top: 50px;
}

.navbar .navbar-content ul#menu li::after {
  width: 94%;
  height: 4px;
  background: url(../images/mobile/line-header-mb.png) no-repeat;
  background-size: 100%;
  position: absolute;
  content: "";
  left: 5px;
}

@media only screen and (min-width: 411px) {
  .navbar .navbar-content ul#menu li {
    top: 100px;
  }
}

@media only screen and (min-width: 480px) {
  .navbar .navbar-content ul#menu li {
    top: 130px;
  }
}

@media only screen and (min-width: 640px) {
  .navbar .navbar-content ul#menu li {
    top: 156px;
  }
}

@media only screen and (min-width: 800px) {
  .navbar .navbar-content ul#menu li {
    top: 200px;
  }
}

@media only screen and (min-width: 900px) {
  .navbar .navbar-content ul#menu li {
    top: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu li {
    width: 135px;
    height: 89px;
    line-height: 89px;
    display: inline-block;
    margin: 0 auto;
    top: 0;
  }
  .navbar .navbar-content ul#menu li:hover, .navbar .navbar-content ul#menu li.active {
    background: url(../images/pc/head-hover.png) center no-repeat;
    background-size: auto;
  }
  .navbar .navbar-content ul#menu li:last-child {
    width: 195px;
    height: 54px;
    background: url(../images/pc/hotline.png) center no-repeat;
    background-size: auto;
    line-height: 54px;
    left: 20px;
  }
  .navbar .navbar-content ul#menu li:last-child::after {
    top: 12px;
    left: -23px;
  }
  .navbar .navbar-content ul#menu li:last-child a {
    color: #fbf1d1;
  }
  .navbar .navbar-content ul#menu li::after {
    content: "";
    width: 1px;
    height: 31px;
    background: #fbf1d1;
    position: absolute;
    top: 30px;
    left: -3px;
  }
}

.navbar .navbar-content ul#menu li:first-child::before {
  width: 90%;
  height: 4px;
  background: url(../images/mobile/line-header-mb.png) no-repeat;
  background-size: 100%;
  position: absolute;
  content: "";
  left: 20px;
}

@media only screen and (min-width: 640px) {
  .navbar .navbar-content ul#menu li:first-child::before {
    width: 85%;
    left: 38px;
  }
}

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

.navbar .navbar-content ul#menu li a {
  padding: 10px 60px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

.navbar .navbar-content ul#menu li a::before {
  content: "";
  width: 20px;
  height: 21px;
  background: url(../images/mobile/li-header.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 15px;
  left: 25px;
}

@media only screen and (min-width: 480px) {
  .navbar .navbar-content ul#menu li a::before {
    width: 25px;
    height: 26px;
    top: 16px;
    left: 35px;
  }
}

@media only screen and (min-width: 640px) {
  .navbar .navbar-content ul#menu li a::before {
    width: 29px;
    height: 30px;
    top: 19px;
    left: 45px;
  }
}

.navbar .navbar-content ul#menu li a:hover {
  color: #c86e00;
  background: url(../images/mobile/li-hover.png) no-repeat;
}

.navbar .navbar-content ul#menu li a:hover::before {
  width: 20px;
  height: 21px;
  background: url(../images/mobile/li-header-hover.png) no-repeat;
  background-size: 100%;
}

@media only screen and (min-width: 480px) {
  .navbar .navbar-content ul#menu li a:hover::before {
    width: 25px;
    height: 26px;
  }
}

@media only screen and (min-width: 640px) {
  .navbar .navbar-content ul#menu li a:hover::before {
    width: 29px;
    height: 30px;
  }
}

@media only screen and (min-width: 480px) {
  .navbar .navbar-content ul#menu li a {
    padding: 10px 80px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 640px) {
  .navbar .navbar-content ul#menu li a {
    padding: 10px 100px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .navbar .navbar-content ul#menu li a {
    font-family: font_llq_regular, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0px 2px 1.96px rgba(0, 0, 0, 0.34);
    padding: 0;
  }
  .navbar .navbar-content ul#menu li a::before {
    content: none;
  }
  .navbar .navbar-content ul#menu li a:hover {
    background: transparent;
    color: #fbf1d1;
  }
}

.navbar .navbar-content ul#menu li span {
  font-family: font_llq_regular, Helvetica, sans-serif;
  font-size: 16px;
  color: #fbf1d1;
}

.btn-nav {
  display: inline-block;
  float: right;
}

.btn-nav .btn-nav-left {
  float: left;
}

@media only screen and (min-width: 411px) {
  .btn-nav .btn-nav-left {
    margin-top: 0px;
  }
}

.btn-nav .btn-nav-right {
  float: left;
}

.btn-nav a {
  display: inline-block;
  color: #ffdfa8;
}

.btn-nav .btn-1 {
  width: 63px;
  height: 23px;
  background: url(../images/mobile/btn-head.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  line-height: 23px;
  font-size: 10px;
}

@media only screen and (min-width: 375px) {
  .btn-nav .btn-1 {
    width: 70px;
    height: 22px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 411px) {
  .btn-nav .btn-1 {
    width: 80px;
    height: 26px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 480px) {
  .btn-nav .btn-1 {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 544px) {
  .btn-nav .btn-1 {
    width: 110px;
    height: 35px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 640px) {
  .btn-nav .btn-1 {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .btn-nav .btn-1 {
    width: 139px;
    height: 39px;
    line-height: 39px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 411px) {
  .btn-nav .btn-1.btn-taigame {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 544px) {
  .btn-nav .btn-1.btn-taigame {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 800px) {
  .btn-nav .btn-1.btn-taigame {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 900px) {
  .btn-nav .btn-1.btn-taigame {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1000px) {
  .btn-nav .btn-1.btn-taigame {
    margin-right: 50px;
  }
}

.btn-nav .btn-1.btn-napthe {
  margin-right: 5px;
}

@media only screen and (min-width: 360px) {
  .btn-nav .btn-1.btn-napthe {
    margin-right: 6px;
  }
}

@media only screen and (min-width: 640px) {
  .btn-nav .btn-1.btn-napthe {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 900px) {
  .btn-nav .btn-1.btn-napthe {
    margin-right: 50px;
  }
}

.btn-nav .btn-1 img {
  width: 60px;
}

@media only screen and (min-width: 411px) {
  .btn-nav .btn-1 img {
    width: 70px;
  }
}

@media only screen and (min-width: 480px) {
  .btn-nav .btn-1 img {
    width: 85px;
  }
}

@media only screen and (min-width: 544px) {
  .btn-nav .btn-1 img {
    width: 105px;
  }
}

@media only screen and (min-width: 640px) {
  .btn-nav .btn-1 img {
    width: 125px;
  }
}

@media only screen and (min-width: 700px) {
  .btn-nav .btn-1 img {
    width: 139px;
  }
}

@media only screen and (min-width: 360px) {
  .btn-nav .btn-2.btn-kybao {
    margin-right: 3px;
  }
}

@media only screen and (min-width: 544px) {
  .btn-nav .btn-2.btn-kybao {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 900px) {
  .btn-nav .btn-2.btn-kybao {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 1000px) {
  .btn-nav .btn-2.btn-kybao {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 544px) {
  .btn-nav .btn-2.btn-fb {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 900px) {
  .btn-nav .btn-2.btn-fb {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 1000px) {
  .btn-nav .btn-2.btn-fb {
    margin-right: 25px;
  }
}

.btn-nav .btn-2.btn-home {
  margin-right: 10px;
}

@media only screen and (min-width: 544px) {
  .btn-nav .btn-2.btn-home {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 640px) {
  .btn-nav .btn-2.btn-home {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 700px) {
  .btn-nav .btn-2.btn-home {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .btn-nav .btn-2.btn-home {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 800px) {
  .btn-nav .btn-2.btn-home {
    margin-right: 60px;
  }
}

@media only screen and (min-width: 900px) {
  .btn-nav .btn-2.btn-home {
    margin-right: 70px;
  }
}

.btn-nav .btn-2 img {
  width: 22px;
  max-width: 41px;
  display: block;
}

@media only screen and (min-width: 411px) {
  .btn-nav .btn-2 img {
    width: 26px;
  }
}

@media only screen and (min-width: 480px) {
  .btn-nav .btn-2 img {
    width: 33px;
  }
}

@media only screen and (min-width: 768px) {
  .btn-nav .btn-2 img {
    width: 38px;
  }
}

.left-nav {
  float: left;
}

.left-nav::after {
  content: "";
  width: 60px;
  height: 50px;
  background: url(../images/mobile/nav-flower.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 52px;
  z-index: -1;
  top: 0;
}

@media only screen and (min-width: 375px) {
  .left-nav::after {
    left: 63px;
  }
}

@media only screen and (min-width: 411px) {
  .left-nav::after {
    width: 79px;
    height: 65px;
  }
}

@media only screen and (min-width: 480px) {
  .left-nav::after {
    left: 70px;
  }
}

@media only screen and (min-width: 544px) {
  .left-nav::after {
    left: 77px;
  }
}

@media only screen and (min-width: 544px) {
  .left-nav::after {
    width: 100px;
    height: 83px;
    left: 70px;
  }
}

@media only screen and (min-width: 640px) {
  .left-nav::after {
    left: 90px;
  }
}

@media only screen and (min-width: 700px) {
  .left-nav::after {
    width: 116px;
    height: 96px;
    left: 120px;
  }
}

.left-nav img {
  width: 50px;
  margin: 5px 3px;
}

@media only screen and (min-width: 375px) {
  .left-nav img {
    width: 60px;
    margin: 5px;
  }
}

@media only screen and (min-width: 411px) {
  .left-nav img {
    width: 65px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 544px) {
  .left-nav img {
    width: 75px;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 640px) {
  .left-nav img {
    width: 90px;
  }
}

@media only screen and (min-width: 700px) {
  .left-nav img {
    width: 118px;
  }
}

@media only screen and (min-width: 1024px) {
  .header .main-header {
    margin-top: 25px;
    margin-left: 10%;
    width: 180px;
    position: relative;
    z-index: 1;
  }
}

.header .main-header .logo {
  max-width: 127px;
  width: 20%;
  margin-top: 5%;
  margin-left: 12%;
}

@media only screen and (min-width: 1024px) {
  .header .main-header .logo {
    width: 127px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header .main-header .logo img {
  width: 100%;
}

.header .main-header ul {
  text-align: center;
}

.header .main-header ul li {
  display: inline-block;
  position: relative;
  margin: 0 6px;
}

.header .main-header ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  right: -14px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background: #3d1e23;
}

.header .main-header ul li a {
  color: #3d1e23;
  font-size: 16px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hotline {
  color: #170f0e;
  font-size: 15px;
}

.hotline a {
  color: #170f0e;
  font-size: 30px;
  display: inline-block;
}

@media only screen and (min-width: 411px) {
  .hotline {
    font-size: 20px;
  }
  .hotline a {
    font-size: 40px;
  }
}

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

@media only screen and (min-width: 700px) {
  .hotline {
    font-size: 30px;
  }
  .hotline a {
    font-size: 60px;
  }
}

ul.link-privacy {
  text-align: center;
}

ul.link-privacy li {
  display: inline-block;
  margin: 0 3px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: url(../images/bg-link-privacy.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 13px;
}

@media only screen and (min-width: 375px) {
  ul.link-privacy li {
    width: 175px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  ul.link-privacy li {
    margin: 10px 15px auto;
    width: 285px;
    height: 76px;
    line-height: 76px;
    font-size: 22.7px;
  }
}

.giay-phep {
  font-family: "tahoma";
  color: #170f0e;
  font-size: 15px;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .giay-phep {
    font-size: 22px;
  }
}

.video-bg-top {
  width: 100%;
}

.video-bg-top canvas {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slogan {
  width: 33%;
  max-width: 232px;
  margin-top: 2%;
  margin-left: 2%;
}

@media only screen and (min-width: 1024px) {
  .slogan {
    margin-top: 25px;
    margin-left: 50px;
  }
}

.slogan .img-slogan {
  width: 100%;
}

.slogan canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.icon-video-top {
  cursor: pointer;
  position: absolute;
  right: -18%;
  bottom: 21%;
  width: 30.61%;
  height: 18.69%;
  background: url("../images/icon-video-top.png") no-repeat center center;
  background-size: 100% 100%;
  -webkit-animation: zoom 2s infinite linear;
  animation: zoom 2s infinite linear;
}

.new-feature {
  overflow: hidden;
  margin-top: 30%;
}

@media only screen and (min-width: 768px) {
  .new-feature {
    margin-top: 35%;
  }
}

@media only screen and (min-width: 1024px) {
  .new-feature {
    margin-top: 380px;
  }
}

.new-feature .title-section img {
  -webkit-animation: zoomTxt_btn 1.5s linear 0.5s infinite;
  animation: zoomTxt_btn 1.5s linear 0.5s infinite;
}

.list-new-feature {
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .list-new-feature {
    margin-top: 50px;
  }
}

.list-small-feature, .feature-hot {
  width: 98%;
  max-width: 1024px;
}

@media only screen and (min-width: 1024px) {
  .list-small-feature, .feature-hot {
    width: 1024px;
  }
}

.feature-hot {
  text-align: center;
}

.feature-hot img {
  width: 100%;
  display: block;
}

.feature-hot.feature-hot-after:after {
  position: absolute;
  content: '';
  width: 65%;
  height: 110%;
  background: url(../images/art-anbang.png) no-repeat center center;
  background-size: contain;
  bottom: 0;
  right: -20%;
  pointer-events: none;
}

@media only screen and (min-width: 1024px) {
  .feature-hot.feature-hot-after:after {
    right: -16%;
    bottom: -3px;
  }
}

.list-small-feature {
  margin-top: 6px;
}

@media only screen and (min-width: 1024px) {
  .list-small-feature {
    margin-top: 35px;
  }
}

.list-small-feature a {
  color: #ffeecd;
}

.list-small-feature .item-small-feature {
  overflow: hidden;
  float: left;
  width: calc((100% - 10px) / 3);
  background-size: contain;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .list-small-feature .item-small-feature {
    width: 316px;
    height: 348px;
  }
}

.list-small-feature .item-small-feature:before {
  position: absolute;
  content: "";
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  width: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(255, 255, 255, 0.7)), to(transparent));
  background-image: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.7), transparent);
  background-image: -o-linear-gradient(top, transparent, rgba(255, 255, 255, 0.7), transparent);
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.7), transparent);
  -webkit-animation: animte_glass 4s linear infinite;
  animation: animte_glass 4s linear infinite;
  mix-blend-mode: overlay;
}

.list-small-feature .item-small-feature:not(:last-child) {
  margin-right: 5px;
}

@media only screen and (min-width: 1024px) {
  .list-small-feature .item-small-feature:not(:last-child) {
    margin-right: 38px;
  }
}

.list-small-feature .item-small-feature .img-item-feature {
  width: 100%;
}

.list-small-feature .item-small-feature:hover .txt-feature {
  bottom: 9%;
}

.txt-feature {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 90%;
  max-width: 176px;
  height: 50px;
  background: url(../images/feature/bg-txt-feature.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .txt-feature {
    font-size: 17.89px;
  }
}

@media only screen and (min-width: 1024px) {
  .txt-feature {
    width: 176px;
    height: 68px;
  }
}

.txt-feature .txt-bottom {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .txt-feature .txt-bottom {
    font-size: 21.5px;
  }
}

@-webkit-keyframes animte_glass {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -45deg) translate3d(-10%, -300%, 0);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -45deg) translate3d(-10%, -300%, 0);
  }
  50%,
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -45deg) translate3d(-10%, 300%, 0);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -45deg) translate3d(-10%, 300%, 0);
  }
}

@keyframes animte_glass {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -45deg) translate3d(-10%, -300%, 0);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -45deg) translate3d(-10%, -300%, 0);
  }
  50%,
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -45deg) translate3d(-10%, 300%, 0);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -45deg) translate3d(-10%, 300%, 0);
  }
}

@-webkit-keyframes zoomTxt_btn {
  0% {
    opacity: 1.0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    opacity: 1.2;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomTxt_btn {
  0% {
    opacity: 1.0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    opacity: 1.2;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.anchor {
  width: 150px;
  position: fixed;
  right: -150px;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.anchor.open {
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .anchor {
    display: none;
  }
}

.link-group {
  width: 150px;
  height: 390px;
  background: url(../images/bg-link-nav-right.png) no-repeat;
  padding-top: 25px;
}

.link-group a {
  background: url(../images/img-bnt.png) no-repeat;
  width: 122px;
  height: 53px;
  margin: auto;
  text-align: center;
  color: #fff;
  clear: both;
}

.link-group a:hover {
  background: url(../images/img-bnt-hover.png) no-repeat;
  background-size: contain;
}

.link-group a.ma_rq {
  height: 116px;
  background: none;
  margin-bottom: 10px;
}

.link-group a.ma_rq img {
  width: 116px;
}

.link-group a i {
  background: url(../images/icon-ios.png) no-repeat center;
  width: 23px;
  height: 48px;
  display: block;
  float: left;
  margin: 0 2px 0 11px;
}

.link-group a span {
  color: #544845;
  text-transform: uppercase;
  font-family: 'utmcafeta';
  display: inline-block;
  width: 77px;
  text-align: left;
}

.link-group a span:nth-child(2) {
  font-size: 13px;
  margin: 4px auto 1px;
}

.link-group a span:last-child {
  font-size: 25px;
  line-height: 15px;
}

.link-group a:nth-child(2) i {
  background: url(../images/icon-android.png) no-repeat center;
  background-size: contain;
}

.link-group a:nth-child(3) i {
  background: url(../images/icon-ios.png) no-repeat center;
  background-size: contain;
}

.link-group a:nth-child(4) i {
  background: url(../images/icon-pc.png) no-repeat center;
  background-size: contain;
}

.link-group a.giftcode {
  background: url(../images/img-bnt-napthe.png) no-repeat;
  margin-top: 10px;
}

.link-group a.giftcode span {
  line-height: 47px;
  color: #ddcc93;
  text-align: center;
}

.link-group a.giftcode:hover {
  background: url(../images/img-bnt-napthe-hover.png) no-repeat;
}

.i-control {
  cursor: pointer;
  position: absolute;
  top: 120px;
  left: -32px;
  height: 46px;
  width: 28px;
}

.i-control .i-txt {
  height: 46px;
  width: 28px;
  background: url(../images/icon-close-nav-right.png) center center/100% 100% no-repeat;
  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: 95%;
  height: 235px;
  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: 78%;
  }
}

.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: #c02d4a;
}

/*# sourceMappingURL=main.css.map */