@font-face {
  font-family: "icons";
  src: url("../fonts/icon-custom/fonts/fontello.eot");
  src: url("../fonts/icon-custom/fonts/fontello.eot?#iefix") format("eot"), url("../fonts/icon-custom/fonts/fontello.woff") format("woff"), url("../fonts/icon-custom/fonts/fontello.ttf") format("truetype"), url("../fonts/icon-custom/fonts/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tahoma";
  src: url("../fonts/tahoma.eot");
  src: url("../fonts/tahoma.eot?#iefix") format("eot"), url("../fonts/tahoma.woff") format("woff"), url("../fonts/tahoma.ttf") format("truetype"), url("../fonts/tahoma.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tahomabold";
  src: url("../fonts/tahomabold.eot");
  src: url("../fonts/tahomabold.eot?#iefix") format("eot"), url("../fonts/tahomabold.woff") format("woff"), url("../fonts/tahomabold.ttf") format("truetype"), url("../fonts/tahomabold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "umtgodswordr";
  src: url("../fonts/umtgodswordr.eot");
  src: url("../fonts/umtgodswordr.eot?#iefix") format("eot"), url("../fonts/umtgodswordr.woff") format("woff"), url("../fonts/umtgodswordr.ttf") format("truetype"), url("../fonts/umtgodswordr.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "umtgodswordbold";
  src: url("../fonts/umtgodswordbold.eot");
  src: url("../fonts/umtgodswordbold.eot?#iefix") format("eot"), url("../fonts/umtgodswordbold.woff") format("woff"), url("../fonts/umtgodswordbold.ttf") format("truetype"), url("../fonts/umtgodswordbold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "uvnlaclongquanr";
  src: url("../fonts/uvnlaclongquanr.eot");
  src: url("../fonts/uvnlaclongquanr.eot?#iefix") format("eot"), url("../fonts/uvnlaclongquanr.woff") format("woff"), url("../fonts/uvnlaclongquanr.ttf") format("truetype"), url("../fonts/uvnlaclongquanr.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "uvnlaclongquanbold";
  src: url("../fonts/uvnlaclongquanbold.eot");
  src: url("../fonts/uvnlaclongquanbold.eot?#iefix") format("eot"), url("../fonts/uvnlaclongquanbold.woff") format("woff"), url("../fonts/uvnlaclongquanbold.ttf") format("truetype"), url("../fonts/uvnlaclongquanbold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.f-tahoma {
  font-family: "tahoma";
}

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

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

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

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

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

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

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

.w95_auto {
  width: 95%;
  margin: 0 auto;
}

.c-pointer {
  cursor: pointer;
}

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

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

.img-responsive {
  max-width: 100%;
  width: auto;
  height: auto;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
body {
  font-family: "umtgodswordr";
  line-height: 1.5;
  font-size: 13px;
  padding: 0px;
  color: #ffffff;
  margin: 0px auto;
  width: 100%;
  overflow-x: hidden !important;
  background: url(../images/bg.jpg) no-repeat center top, #ddeef8;
}

.container {
  width: 1009px;
  margin: 0 auto;
  position: relative;
}

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

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

.fs-15 {
  font-size: 15px;
}

.color-orange {
  color: #f88218;
}

.color-orange-nhat {
  color: #e0cc9d;
}

.c-orange-2 {
  color: #e8d19f;
}

.c-purple {
  color: #5f62a6;
}

.c-brown {
  color: #6d472c;
}

.c-yellow-nhat {
  color: #e0cc9d;
}

.c-blue-light {
  color: #35415b;
}

.c-blue-nhat {
  color: #8ac6dc;
}

.c-black-nhat {
  color: #313745;
}

.c-blue-new {
  color: #3e407f;
}

.c-blue-tit {
  color: #4357b2;
}

.bg_red {
  background-color: #cd4d45;
}

.text-shadow {
  text-shadow: 2px 2px 5px #000000;
}

.m-auto {
  margin: auto;
}

.clearfix {
  clear: both;
}

.txt-guide {
  position: relative;
  margin-left: 10px;
  margin-top: 2px;
}
.txt-guide:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #6d472c;
  -webkit-transform: rotatez(45deg);
          transform: rotatez(45deg);
  left: -10px;
  top: 7px;
}

.gradient-text {
  background: -webkit-linear-gradient(#fffbde, #c79936);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

button, select {
  border: none;
}

.video_mp4 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.imgBlock {
  display: block;
}

.img-hv:hover .img-bt {
  display: none;
}
.img-hv:hover .imghide {
  display: block;
}
.img-hv .imghide {
  display: none;
}

.bg-video video {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .bg-video video {
    display: block;
  }
}
.header {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 98%;
  position: relative;
  z-index: 9;
  margin-inline: auto;
}
.header p {
  width: 276px;
}
.header ul {
  width: 276px;
  text-align: center;
}
.header ul li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
.header ul li a {
  color: #ffffff;
  font-size: 13px;
}
.header ul li a:hover {
  color: #f5645e;
}
.header ul li:nth-child(n+2):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #ffffff;
  top: 4px;
  left: -8px;
}

.box-tai-game {
  pointer-events: none;
}
.box-tai-game .video-top {
  margin-top: 80px;
  text-align: center;
}
.box-tai-game .video-top img {
  -webkit-animation: zoomIcon 2s infinite linear;
          animation: zoomIcon 2s infinite linear;
}

.slogan .container {
  width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-slogan {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -68px;
}
.choingay {
  width: 100%;
  text-align: center;
  margin-top: -20px;
}
.choingay img {
  -webkit-animation: zoomTxt_btn 1.5s linear 0.5s infinite;
          animation: zoomTxt_btn 1.5s linear 0.5s infinite;
}

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

@keyframes zoomTxt_btn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  75% {
    opacity: 1.2;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */