@charset "UTF-8";
/* VAR */
/* FONT_FACE */
@font-face {
  font-family: "signlanguage";
  src: url("fonts/signlanguage.eot");
  src: url("fonts/signlanguage.eot?#iefix") format("eot"),
  url("../fonts/signlanguage.ttf") format("truetype"),
  url("fonts/signlanguage.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.font-signlanguage {
  font-family: "signlanguage" !important;
}

@font-face {
  font-family: "astoundersquaredtb";
  src: url("fonts/astoundersquaredtb.eot");
  src: url("fonts/astoundersquaredtb.eot?#iefix") format("eot"),
  url("../fonts/astoundersquaredtb.ttf") format("truetype"),
  url("fonts/astoundersquaredtb.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.font-astoundersquaredtb {
  font-family: "astoundersquaredtb" !important;
}

@font-face {
  font-family: "tahoma";
  src: url("../fonts/tahoma.eot");
  src: url("../fonts/tahoma.eot?#iefix") format("eot"),
  url("../fonts/tahoma.ttf") format("truetype"),
  url("../fonts/tahoma.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.font-tahoma {
  font-family: "tahoma" !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?5zeiwa");
  src: url("../fonts/icomoon.eot?5zeiwa#iefix") format("embedded-opentype"),
  url("../fonts/icomoon.ttf?5zeiwa") format("truetype"),
  url("../fonts/icomoon.woff?5zeiwa") format("woff"),
  url("../fonts/icomoon.svg?5zeiwa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "";
}

.icon-brand:before {
  content: "";
}

.icon-social:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-brand1:before {
  content: "";
}

.icon-social1:before {
  content: "";
}

.icon-home:before {
  content: "";
}

/* =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;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

button {
  cursor: pointer;
}

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

::-webkit-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #595a5a;
}

::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  color: #595a5a;
}

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

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

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

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

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

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

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

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

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

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

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

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

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.reverse-x {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.reverse-y {
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.d-flex {
  display: flex;
}
.d-flex.a-center {
  align-items: center;
}
.d-flex.j-center {
  justify-content: center;
}
.d-flex.j-space-between {
  justify-content: space-between;
}
.d-flex.j-space-around {
  justify-content: space-around;
}
.d-flex.c-direc {
  flex-direction: column;
}
.d-flex.f-wrap {
  flex-wrap: wrap;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block;
}

.btn {
  cursor: pointer;
}

/* VAR */
html {
  overflow-x: hidden !important;
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media only screen and (max-width: 1050px) {
  html {
    font-size: 0.9523809524vw;
  }
}
@media only screen and (max-width: 728px) {
  html {
    font-size: 1.3736263736vw;
  }
}
@media only screen and (max-width: 568px) {
  html {
    font-size: 7.2px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 6.5px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 5.9px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 5.6px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 5px;
  }
}

body {
  margin: 0 auto;
  font-family: "signlanguage";
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
  max-width: 1920px;
  margin: 0 auto;
  background: none;
  overflow-x: hidden !important;
  position: relative;
  color: #ffe8b1;
  background: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: inherit;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #1e3f20;
  border-radius: 12px;
}
body::-webkit-scrollbar-thumb {
  background: #4a7856;
  border-radius: 12px;
}
@media only screen and (max-width: 1001px) {
  body {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
@media only screen and (max-width: 750px) {
  body {
    background: url(../images/bg-top.jpg);
    background-repeat: no-repeat;
    background-color: #392413;
  }
}
@media only screen and (max-width: 480px) {
  body {
    background-position: -49px 0px;
  }
}

.container {
  position: relative;
  width: 1050px;
  margin: 79px auto;
}
@media only screen and (max-width: 1050px) {
  .container {
    width: 1002px;
  }
}
@media only screen and (max-width: 1001px) {
  .container {
    width: 750px;
  }
}
@media only screen and (max-width: 750px) {
  .container {
    width: 100%;
    padding: 0 5px;
  }
}

#wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  #wrapper .obj-background {
    display: none;
  }
}

.title-main-content {
  font-size: 72.58px;
  color: #381615;
  text-align: center;
  font-family: "astoundersquaredtb";
  line-height: 1;
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  .title-main-content {
    font-size: 58px;
  }
}
@media only screen and (max-width: 480px) {
  .title-main-content {
    font-size: 45px;
  }
}
.title-main-content .txt-title {
  background: -webkit-linear-gradient(#a66d0a, #febd22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  transform: scale(1, 0.8);
  line-height: 1.5;
  color: #febd22;
}
.title-main-content .txt-title:before,
.title-main-content .txt-title:after {
  position: absolute;
  content: "";
  top: 58%;
  transform: translateY(-50%);
  background: url(../images/obj-title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 346px;
  height: 25px;
}
.title-main-content .txt-title:before {
  left: -375px;
}
.title-main-content .txt-title:after {
  right: -375px;
  transform: translateY(-50%) scaleX(-1);
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* PLOP_COMPONENTS_IMPORT */
.modal-form {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.bg-mark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-close {
  position: absolute;
  background: url(../images/obj-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 95px;
  height: 95px;
  right: -120px;
  top: -20px;
  cursor: pointer;
  transition: transform 0.8s ease-in-out;
}
.modal-close:hover:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.modal-close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/obj-x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  transition: transform 0.8s ease-in-out;
}

.popup-container:before {
  content: "";
  position: absolute;
  background: url(../images/obj-popup-cuontruc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  width: 206px;
  height: 396px;
  right: -120px;
  bottom: -75px;
  z-index: 2;
}
@media only screen and (max-width: 1050px) {
  .popup-container:before {
    width: 20.6rem;
    height: 39.6rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.popup-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  .popup-title {
    margin-bottom: 2rem;
  }
}
.popup-title span {
  color: #ffe8b1;
  font-size: 30px;
  line-height: 1;
  font-family: "signlanguage";
}
@media only screen and (max-width: 1050px) {
  .popup-title span {
    font-size: 3rem;
  }
}

.popup-text {
  font-family: "signlanguage";
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  .popup-text {
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
.popup-text input {
  font-family: "signlanguage";
}
.popup-text #btn-xacnhan,
.popup-text #btn-close {
  background: url(../images/bg-btn-popup.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 305px;
  height: 71px;
  display: block;
  position: relative;
  grid-column: 1 / span 3;
  font-size: 24px;
  color: #ffe8b1;
}
@media only screen and (max-width: 1050px) {
  .popup-text #btn-xacnhan,
  .popup-text #btn-close {
    width: 30.5rem;
    height: 7.1rem;
  }
}

#popup-type1.modal-main {
  width: 721px;
  height: 434px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 30px;
}
@media only screen and (max-width: 1050px) {
  #popup-type1.modal-main {
    width: 72.1rem;
    height: 43.4rem;
    padding-top: 3rem;
  }
}
#popup-type1.modal-main:before {
  content: "";
  position: absolute;
  left: 50.5%;
  top: 49%;
  transform: translate(-50%, -50%);
  background: url(../images/bg-popup-type1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  width: 823px;
  height: 509px;
  z-index: -1;
}
@media only screen and (max-width: 1050px) {
  #popup-type1.modal-main:before {
    width: 82.3rem;
    height: 50.9rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

#popup-type2.modal-main {
  width: 715px;
  height: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 30px;
}
@media only screen and (max-width: 1050px) {
  #popup-type2.modal-main {
    width: 71.5rem;
    height: 90rem;
    padding-top: 3rem;
    max-width: 596px;
    max-height: 750px;
  }
}
#popup-type2.modal-main:before {
  content: "";
  position: absolute;
  left: 50.5%;
  top: 49%;
  transform: translate(-50%, -50%);
  background: url(../images/bg-popup-type2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  width: 823px;
  height: 969px;
  z-index: -1;
}
@media only screen and (max-width: 1050px) {
  #popup-type2.modal-main:before {
    width: 82.3rem;
    height: 96.9rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    max-width: 686px;
    max-height: 808.42px;
  }
}
#popup-type2.modal-main .popup-container:before {
  content: unset;
}

#popup-dangky .popup-text a,
#popup-dangky .popup-text input[type="email"],
#popup-dangky .popup-text input[type="text"] {
  display: block;
  width: 511px;
  height: 80px;
  position: relative;
  background-color: #3e4364;
  margin: 0 auto 15px;
  border: none;
  font-size: 18px;
  color: #ffe8b1;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .popup-text a,
  #popup-dangky .popup-text input[type="email"],
  #popup-dangky .popup-text input[type="text"] {
    width: 51.1rem;
    height: 8rem;
    margin: 0 auto 1.5rem;
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-dangky .popup-text a span,
#popup-dangky .popup-text input[type="email"] span,
#popup-dangky .popup-text input[type="text"] span {
  text-align: center;
  width: 100%;
  color: #ffe8b1;
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .popup-text a span,
  #popup-dangky .popup-text input[type="email"] span,
  #popup-dangky .popup-text input[type="text"] span {
    font-size: 1.8rem;
  }
}
#popup-dangky .popup-text a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#popup-dangky .popup-text input[type="email"] {
  background-color: #490e0e;
  color: #ffe8b1;
  font-size: 18px;
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .popup-text input[type="email"] {
    font-size: 1.8rem;
  }
}
#popup-dangky .popup-text ::-webkit-input-placeholder {
  text-align: center;
  color: #ffe8b1;
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .popup-text ::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
}
#popup-dangky .popup-text :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  color: #ffe8b1;
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .popup-text :-moz-placeholder {
    font-size: 1.8rem;
  }
}
#popup-dangky .popup-text ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  color: #ffe8b1;
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .popup-text ::-moz-placeholder {
    font-size: 1.8rem;
  }
}
#popup-dangky .popup-text :-ms-input-placeholder {
  text-align: center;
  color: #ffe8b1;
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .popup-text :-ms-input-placeholder {
    font-size: 1.8rem;
  }
}
#popup-dangky .popup-text input[type="submit"] {
  background: url(../images/bg-btn-popup.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 305px;
  height: 71px;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  font-size: 24px;
  color: #ffe8b1;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .popup-text input[type="submit"] {
    width: 30.5rem;
    height: 7.1rem;
    font-size: 2.4rem;
  }
}
#popup-dangky .obj-text {
  position: absolute;
  left: -11px;
  bottom: 0;
  background: url(../images/obj-popup-code.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: inherit;
  width: 744px;
  height: 84px;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .obj-text {
    width: 74.4rem;
    height: 8.4rem;
    left: -1.1rem;
  }
}
#popup-dangky .obj-text p {
  font-size: 30px;
  text-align: center;
  background: -webkit-linear-gradient(#f7e97e, #fdbd49);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px #a05f19;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .obj-text p {
    font-size: 3rem;
  }
}
#popup-dangky .obj-text p:before,
#popup-dangky .obj-text p:after {
  content: "";
  position: absolute;
  left: -63px;
  top: 59%;
  transform: translateY(-50%);
  background: url(../images/obj-arrow-popup.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 61px;
  height: 53px;
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .obj-text p:before,
  #popup-dangky .obj-text p:after {
    left: -6.3rem;
    width: 6.1rem;
    height: 5.3rem;
  }
}
#popup-dangky .obj-text p:after {
  left: unset;
  right: -63px;
  transform: translateY(-50%) scaleX(-1);
}
@media only screen and (max-width: 1050px) {
  #popup-dangky .obj-text p:after {
    right: -6.3rem;
  }
}

#popup-code .modal-main,
#popup-sharecode .modal-main,
#popup-sharelink .modal-main {
  padding: 48px 80px;
}
@media only screen and (max-width: 1050px) {
  #popup-code .modal-main,
  #popup-sharecode .modal-main,
  #popup-sharelink .modal-main {
    padding: 4.8rem 8rem;
  }
}
#popup-code .popup-text .code,
#popup-sharecode .popup-text .code,
#popup-sharelink .popup-text .code {
  position: relative;
}
#popup-code .popup-text .code:before,
#popup-sharecode .popup-text .code:before,
#popup-sharelink .popup-text .code:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/obj-sach.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 540px;
  height: 141px;
}
@media only screen and (max-width: 1050px) {
  #popup-code .popup-text .code:before,
  #popup-sharecode .popup-text .code:before,
  #popup-sharelink .popup-text .code:before {
    width: 54rem;
    height: 14.1rem;
  }
}
#popup-code .popup-text .giftcode,
#popup-sharecode .popup-text .giftcode,
#popup-sharelink .popup-text .giftcode {
  color: #330606;
  font-size: 36px;
  text-align: center;
  background-color: transparent;
  border: none;
  position: relative;
  width: 540px;
  height: 141px;
}
@media only screen and (max-width: 1050px) {
  #popup-code .popup-text .giftcode,
  #popup-sharecode .popup-text .giftcode,
  #popup-sharelink .popup-text .giftcode {
    font-size: 3.6rem;
    width: 54rem;
    height: 14.1rem;
  }
}
#popup-code .popup-text button,
#popup-sharecode .popup-text button,
#popup-sharelink .popup-text button {
  color: #ffe8b1;
  font-size: 18px;
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 1050px) {
  #popup-code .popup-text button,
  #popup-sharecode .popup-text button,
  #popup-sharelink .popup-text button {
    font-size: 1.8rem;
  }
}
#popup-code .popup-text .grpBtn,
#popup-sharecode .popup-text .grpBtn,
#popup-sharelink .popup-text .grpBtn {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 152px 152px 152px;
  justify-content: center;
  align-items: center;
  grid-gap: 6px;
}
@media only screen and (max-width: 1050px) {
  #popup-code .popup-text .grpBtn,
  #popup-sharecode .popup-text .grpBtn,
  #popup-sharelink .popup-text .grpBtn {
    margin-top: 2.8rem;
    grid-template-columns: 15.2rem 15.2rem 15.2rem;
    grid-gap: 0.6rem;
  }
}
#popup-code .popup-text .grpBtn #btn-xacnhan,
#popup-code .popup-text .grpBtn #btn-close,
#popup-sharecode .popup-text .grpBtn #btn-xacnhan,
#popup-sharecode .popup-text .grpBtn #btn-close,
#popup-sharelink .popup-text .grpBtn #btn-xacnhan,
#popup-sharelink .popup-text .grpBtn #btn-close {
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  #popup-code .popup-text .grpBtn #btn-xacnhan p,
  #popup-code .popup-text .grpBtn #btn-close p,
  #popup-sharecode .popup-text .grpBtn #btn-xacnhan p,
  #popup-sharecode .popup-text .grpBtn #btn-close p,
  #popup-sharelink .popup-text .grpBtn #btn-xacnhan p,
  #popup-sharelink .popup-text .grpBtn #btn-close p {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1050 - 320)));
    text-align: center;
    width: 100%;
  }
}

#popup-sharelink .popup-text .giftcode {
  padding: 0 60px;
}
@media only screen and (max-width: 1050px) {
  #popup-sharelink .popup-text .giftcode {
    padding: 0 6rem;
  }
}

#popup-share .modal-main,
#popup-nhanNg .modal-main {
  padding: 48px 15px;
}
@media only screen and (max-width: 1050px) {
  #popup-share .modal-main,
  #popup-nhanNg .modal-main {
    padding: 4.8rem 1.5rem;
  }
}
#popup-share .alert,
#popup-nhanNg .alert {
  font-size: 30px;
  color: #ffe7b0;
}
@media only screen and (max-width: 1050px) {
  #popup-share .alert,
  #popup-nhanNg .alert {
    font-size: 3rem;
  }
}
#popup-share .alert b,
#popup-nhanNg .alert b {
  color: #e59606;
}
#popup-share .img,
#popup-nhanNg .img {
  margin-top: 25px;
}
@media only screen and (max-width: 1050px) {
  #popup-share .img,
  #popup-nhanNg .img {
    margin-top: 2.5rem;
    width: 17.1rem;
    height: 10.1rem;
    margin: 2rem auto;
  }
}
#popup-share .img img,
#popup-nhanNg .img img {
  outline: 9px solid #390c0c;
}
@media only screen and (max-width: 1050px) {
  #popup-share .img img,
  #popup-nhanNg .img img {
    outline: 0.9rem solid #390c0c;
  }
}
#popup-share .grpBtn,
#popup-nhanNg .grpBtn {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 6px;
}
@media only screen and (max-width: 1050px) {
  #popup-share .grpBtn,
  #popup-nhanNg .grpBtn {
    margin-top: 2.8rem;
    grid-gap: 0.6rem;
  }
}
@media only screen and (max-width: 1050px) {
  #popup-share .grpBtn p,
  #popup-nhanNg .grpBtn p {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1050 - 320)));
    width: 100%;
    text-align: center;
  }
}

#popup-thele .popup-text {
  height: 767px;
  text-align: left;
  overflow-y: scroll;
  padding: 48px 80px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text {
    height: 76.7rem;
    padding: 4.8rem 2rem;
    max-height: 650px;
  }
}
#popup-thele .popup-text::-webkit-scrollbar {
  width: 5px;
}
#popup-thele .popup-text::-webkit-scrollbar-track {
  background: #1e3f20;
}
#popup-thele .popup-text::-webkit-scrollbar-thumb {
  background: #4a7856;
}
#popup-thele .popup-text .thele h6 {
  color: #ff9212;
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .thele h6 {
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-thele .popup-text .thele p {
  color: #ffe8b1;
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .thele p {
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-thele .popup-text .nhiemvu h5 {
  color: #ff9212;
  font-size: 20px;
  position: relative;
  margin-left: -2px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .nhiemvu h5 {
    font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-thele .popup-text .nhiemvu h5:before {
  content: "";
  position: absolute;
  left: -7%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/img-lotrinh3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .nhiemvu h5:before {
    content: unset;
  }
}
#popup-thele .popup-text .nhiemvu h5.kythi {
  margin: 27px 0;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .nhiemvu h5.kythi {
    margin: 2.7rem 0;
  }
}
#popup-thele .popup-text .nhiemvu__type1 {
  margin-left: 40px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .nhiemvu__type1 {
    margin-left: 2rem;
  }
}
#popup-thele .popup-text .nhiemvu__type1 > h5.t-upper.nhiemvu__title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .nhiemvu__type1 > h5.t-upper.nhiemvu__title {
    margin-bottom: 3.5rem;
  }
}
#popup-thele .popup-text .nhiemvu__type1 > h5.t-upper.nhiemvu__title:before {
  content: "";
  position: absolute;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/img-lotrinh5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .nhiemvu__type1 > h5.t-upper.nhiemvu__title:before {
    content: unset;
  }
}
#popup-thele .popup-text .nhiemvu__type1 > h5.t-upper.nhiemvu__title:after {
  content: "(Chỉ làm duy nhất 1 lần)";
  position: absolute;
  top: 23px;
  left: 0;
  color: #ffe8b1;
  font-size: 14px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .nhiemvu__type1 > h5.t-upper.nhiemvu__title:after {
    top: 3rem;
    font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-thele .popup-text .nhiemvu__type1 div.nhiemvu__list > div.nhiemvu__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele
  .popup-text
  .nhiemvu__type1
  div.nhiemvu__list
  > div.nhiemvu__item {
    margin-bottom: 1.5rem;
    height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #popup-thele
  .popup-text
  .nhiemvu__type1
  div.nhiemvu__list
  > div.nhiemvu__item {
    margin-bottom: 3.5rem;
  }
}
#popup-thele
.popup-text
.nhiemvu__type1
div.nhiemvu__list
> div.nhiemvu__item
> div.nhiemvu__text {
  font-size: 18px;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  #popup-thele
  .popup-text
  .nhiemvu__type1
  div.nhiemvu__list
  > div.nhiemvu__item
  > div.nhiemvu__text {
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-thele
.popup-text
.nhiemvu__type1
div.nhiemvu__list
> div.nhiemvu__item
> div.nhiemvu__text
> i {
  color: #f28458;
}
#popup-thele
.popup-text
.nhiemvu__type1
div.nhiemvu__list
> div.nhiemvu__item
> div.nhiemvu__btn {
  background: url(../images/btn-head.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 132px;
  height: 44px;
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}
#popup-thele
.popup-text
.nhiemvu__type1
div.nhiemvu__list
> div.nhiemvu__item
> div.nhiemvu__btn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
#popup-thele
.popup-text
.nhiemvu__type1
div.nhiemvu__list
> div.nhiemvu__item
> div.nhiemvu__btn
> p.centered.t-upper {
  width: 100%;
  text-align: center;
}
#popup-thele .popup-text .nhiemvu__type2 {
  margin-left: 40px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .nhiemvu__type2 {
    margin-left: 2rem;
  }
}
#popup-thele .popup-text .nhiemvu__type2 > h5.t-upper.nhiemvu__title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .nhiemvu__type2 > h5.t-upper.nhiemvu__title {
    margin-bottom: 3.5rem;
  }
}
#popup-thele .popup-text .nhiemvu__type2 > h5.t-upper.nhiemvu__title:before {
  content: "";
  position: absolute;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/img-lotrinh4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele .popup-text .nhiemvu__type2 > h5.t-upper.nhiemvu__title:before {
    content: unset;
  }
}
#popup-thele .popup-text .nhiemvu__type2 div.nhiemvu__list > div.nhiemvu__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1050px) {
  #popup-thele
  .popup-text
  .nhiemvu__type2
  div.nhiemvu__list
  > div.nhiemvu__item {
    margin-bottom: 1rem;
    height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #popup-thele
  .popup-text
  .nhiemvu__type2
  div.nhiemvu__list
  > div.nhiemvu__item {
    margin-bottom: 3.5rem;
  }
}
#popup-thele
.popup-text
.nhiemvu__type2
div.nhiemvu__list
> div.nhiemvu__item
> div.nhiemvu__text {
  font-size: 18px;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  #popup-thele
  .popup-text
  .nhiemvu__type2
  div.nhiemvu__list
  > div.nhiemvu__item
  > div.nhiemvu__text {
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-thele
.popup-text
.nhiemvu__type2
div.nhiemvu__list
> div.nhiemvu__item
> div.nhiemvu__text
> i {
  color: #f28458;
}
#popup-thele
.popup-text
.nhiemvu__type2
div.nhiemvu__list
> div.nhiemvu__item
> div.nhiemvu__btn {
  background: url(../images/btn-head.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 132px;
  height: 44px;
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}
#popup-thele
.popup-text
.nhiemvu__type2
div.nhiemvu__list
> div.nhiemvu__item
> div.nhiemvu__btn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
#popup-thele
.popup-text
.nhiemvu__type2
div.nhiemvu__list
> div.nhiemvu__item
> div.nhiemvu__btn
> p.centered.t-upper {
  width: 100%;
  text-align: center;
}
#popup-thele .popup-text .nhiemvu .received {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#popup-thele .popup-text .nhiemvu .received:hover {
  -webkit-filter: grayscale(1) !important;
  filter: grayscale(1) !important;
}

#popup-nhapCode .popup-text {
  padding: 5px 86px;
}
@media only screen and (max-width: 1050px) {
  #popup-nhapCode .popup-text {
    padding: 5px 8.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #popup-nhapCode .popup-text {
    padding: 5px 3rem;
  }
}
#popup-nhapCode .popup-text form {
  margin: 0 auto;
}
#popup-nhapCode .popup-text input {
  width: 345px;
  height: 56px;
  text-align: center;
  margin-bottom: 28px;
  font-size: 20.27px;
  color: #7a8081;
}
@media only screen and (max-width: 1050px) {
  #popup-nhapCode .popup-text input {
    width: 34.5rem;
    height: 5.6rem;
    margin-bottom: 2.8rem;
    font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-nhapCode .popup-text button {
  background-color: black;
  height: 56px;
  width: calc(100% - 345px);
  border: none;
  border-radius: 0;
  color: #7a8081;
  font-size: 15px;
  color: #ffff;
  font-family: "signlanguage";
}
@media only screen and (max-width: 1050px) {
  #popup-nhapCode .popup-text button {
    height: 5.6rem;
    width: calc(100% - 34.5rem);
    font-size: calc(11px + (15 - 11) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-nhapCode .popup-text fieldset {
  border: 2px solid black;
  margin: 10px 0px;
  text-align: left;
}
@media only screen and (max-width: 1050px) {
  #popup-nhapCode .popup-text fieldset {
    margin: 1rem 0;
  }
}
#popup-nhapCode .popup-text fieldset legend {
  font-weight: bold;
  padding: 0 15px;
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  #popup-nhapCode .popup-text fieldset legend {
    padding: 0 1.5rem;
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-nhapCode .popup-text fieldset ul {
  padding: 10px 0 10px 10px;
  margin: 0px;
  list-style: none !important;
}
@media only screen and (max-width: 1050px) {
  #popup-nhapCode .popup-text fieldset ul {
    padding: 1rem 0 1rem 1rem;
  }
}

#popup-history .modal-main {
  padding: 48px 80px;
}
@media only screen and (max-width: 1050px) {
  #popup-history .modal-main {
    padding: 4.8rem 8rem;
  }
}
#popup-history .popup-text {
  width: 100%;
  height: 676px;
  outline: 2px solid #f7d8a5;
  overflow-y: scroll;
}
#popup-history .popup-text::-webkit-scrollbar {
  width: 5px;
}
#popup-history .popup-text::-webkit-scrollbar-track {
  background: #1e3f20;
}
#popup-history .popup-text::-webkit-scrollbar-thumb {
  background: #4a7856;
}
@media only screen and (max-width: 1050px) {
  #popup-history .popup-text {
    height: 67.6rem;
  }
}
#popup-history .category-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}
@media only screen and (max-width: 1050px) {
  #popup-history .category-tab {
    height: 5.5rem;
  }
}
#popup-history .category-tab__item {
  width: 50%;
  height: 100%;
  position: relative;
  border-bottom: 2px solid #f7d8a5;
  cursor: pointer;
  background-color: #2b080a;
}
#popup-history .category-tab__item:last-child {
  border-left: 2px solid #f7d8a5;
}
#popup-history .category-tab__item p {
  color: #f7d8a5;
  font-size: 24px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  #popup-history .category-tab__item p {
    font-size: calc(13px + (24 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-history .category-tab .active {
  border-bottom: none;
  background-color: transparent;
}
#popup-history .history {
  display: none;
  margin-top: 2px solid;
  padding: 44px 20px;
}
@media only screen and (max-width: 1050px) {
  #popup-history .history {
    padding: 4.4rem 2rem;
  }
}
#popup-history .history__item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #f7d8a5;
}
@media only screen and (max-width: 1050px) {
  #popup-history .history__item {
    font-size: calc(11px + (18 - 11) * ((100vw - 320px) / (1050 - 320)));
  }
}
#popup-history .history__item:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
  #popup-history .history__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
#popup-history .history__value {
  cursor: pointer;
}
#popup-history .history.active {
  display: block;
}

#popup-noti {
  z-index: 9999;
}
#popup-noti .popup-text {
  font-size: calc(13px + (20 - 13) * ((100vw - 320px) / (1050 - 320)));
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media only screen and (max-width: 1050px) {
  #popup-noti .popup-text {
    height: 31rem;
  }
}

.footer {
  height: 209px;
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 200px;
}
@media only screen and (max-width: 1050px) {
  .footer {
    margin-top: 50px;
  }
}
.footer__grplink {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer__link {
  color: white;
  font-size: 18px;
  font-family: "tahoma";
  padding: 0 20px;
  line-height: 1;
  display: block;
  transition: 0.5s all;
  z-index: 2;
}
@media only screen and (max-width: 1050px) {
  .footer__link {
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
.footer__link:hover p {
  text-decoration: underline;
}
.footer__link:first-child {
  border-right: 2px solid white;
}
.footer__alert {
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "tahoma";
  margin-top: 10px;
}

.frame4 {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .frame4 {
    margin-top: 0;
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  .frame4::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/frame4-bg-mobi.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }
}
.frame4 .slide {
  margin-top: 204px;
  margin-bottom: 234px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .frame4 .slide {
    margin-top: 168px;
  }
}
@media only screen and (max-width: 750px) {
  .frame4 .slide {
    margin-top: 16.8rem;
    margin-bottom: 23.4rem;
  }
}
.frame4 .slide:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/obj-sach2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  width: 1373px;
  height: 465px;
}
.frame4 .slide__list {
  position: relative;
}
.frame4 .slide__list:before,
.frame4 .slide__list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/obj-popup-cuontruc2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  width: 138px;
  height: 496px;
}
@media only screen and (max-width: 1373px) {
  .frame4 .slide__list:before,
  .frame4 .slide__list:after {
    display: none;
  }
}
.frame4 .slide__list:after {
  right: 0;
  left: unset;
  transform: scaleX(-1) translateY(-50%);
}
.frame4 .slide__item {
  position: relative;
  height: 500px;
  width: 1027px;
  margin: 0 auto;
}
.frame4 .slide__content {
  width: 1027px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .frame4 .slide__content {
    width: 100%;
    max-width: 747px;
  }
}
.frame4 .slide__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10%;
  height: auto;
}
@media only screen and (max-width: 1050px) {
  .frame4 .slide__icon {
    width: 95px;
    height: auto;
    top: 11%;
  }
}
@media only screen and (max-width: 728px) {
  .frame4 .slide__icon {
    width: 9.5rem;
    height: auto;
    min-width: 50px;
  }
}
.frame4 .slide__icon img {
  width: 100%;
  height: 100%;
}
.frame4 .slide__char {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media only screen and (max-width: 728px) {
  .frame4 .slide__char {
    width: 70rem;
  }
}
.frame4 .slide__char img {
  margin: 0 auto;
}
.frame4 .slide__video {
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
  width: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media only screen and (max-width: 1050px) {
  .frame4 .slide__video {
    flex-flow: row;
    width: 100%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 120%;
  }
}
@media only screen and (max-width: 750px) {
  .frame4 .slide__video {
    top: 112%;
  }
}
.frame4 .slide__video-item {
  display: block;
  margin-top: 14px;
  width: 47px;
  height: 47px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1050px) {
  .frame4 .slide__video-item {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  .frame4 .slide__video-item {
    margin: 0 20px 0 0;
    width: 30px;
  }
}
.frame4 .slide__video-item#video {
  width: 88px;
  height: 88px;
  background-color: #808080;
  border-radius: 45px;
  padding: 5px;
  border: 3px solid #f3db99;
}
@media only screen and (max-width: 480px) {
  .frame4 .slide__video-item#video {
    width: 50px;
    height: 50px;
  }
}
.frame4 .slide__video-item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frame4 .slide__video .icon-skill {
  display: none;
  position: absolute;
  left: -600%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 478px;
  height: 550px;
  background: url(../images/obj-sach3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 45px 24px 45px 64px;
  font-family: "signlanguage";
}
@media only screen and (max-width: 1050px) {
  .frame4 .slide__video .icon-skill {
    width: 31.8rem;
    height: 55rem;
    padding: 4.5rem 1.6rem 4.5rem 5.1rem;
    top: -29.8rem;
    left: 50%;
    background-size: 100% 100%;
  }
}
.frame4 .slide__video .icon-skill__close {
  background: url(../images/bg-close2.png);
  background-position: right top;
  background-repeat: no-repeat;
  width: 57px;
  height: 60px;
  position: absolute;
  right: -57px;
}
@media only screen and (max-width: 1050px) {
  .frame4 .slide__video .icon-skill__close {
    width: 5.7rem;
    height: 6rem;
    right: -5.7rem;
    background-size: 150% 100%;
  }
}
.frame4 .slide__video .icon-skill__title {
  font-size: 24px;
  color: #550d0d;
}
@media only screen and (max-width: 1050px) {
  .frame4 .slide__video .icon-skill__title {
    font-size: calc(15px + (24 - 15) * ((100vw - 320px) / (1050 - 320)));
  }
}
.frame4 .slide__video .icon-skill__content {
  font-size: 18px;
  color: #550d0d;
}
@media only screen and (max-width: 1050px) {
  .frame4 .slide__video .icon-skill__content {
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
.frame4 .slide__list {
  margin: 0 auto;
  width: 1373px;
}
@media only screen and (max-width: 1373px) {
  .frame4 .slide__list {
    width: auto;
  }
}
.frame4 .slick-list {
  overflow: unset;
  margin: 0 auto;
  width: auto;
}
.frame4 .slick-prev,
.frame4 .slick-next {
  left: 25px;
  z-index: 2;
  background: url(../images/obj-arrow-popup2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  width: 71px;
  height: 62px;
  transition: 0.5s all;
}
@media only screen and (max-width: 1050px) {
  .frame4 .slick-prev,
  .frame4 .slick-next {
    left: 15px;
  }
}
@media only screen and (max-width: 728px) {
  .frame4 .slick-prev,
  .frame4 .slick-next {
    width: 7.1rem;
    height: 6.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
.frame4 .slick-prev:hover,
.frame4 .slick-next:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.frame4 .slick-next {
  left: unset;
  right: 25px;
  z-index: 2;
  transform: translate(0, -50%) scaleX(-1);
}
@media only screen and (max-width: 1050px) {
  .frame4 .slick-next {
    right: 15px;
  }
}
.frame4 .slick-dots {
  display: block;
  top: -147px;
  bottom: unset;
}
@media only screen and (max-width: 750px) {
  .frame4 .slick-dots {
    top: -11rem;
  }
}
.frame4 .slick-dots:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/obj-dot1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1465px;
  height: 7px;
}
.frame4 .slick-dots li {
  width: 79px;
  height: 81px;
  text-align: center;
  margin: 0 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.frame4 .slick-dots li.slick-active:first-child {
  background-image: url(../images/bg-dot-nv1-hover.png) !important;
}
.frame4 .slick-dots li.slick-active:nth-child(2) {
  background-image: url(../images/bg-dot-nv2-hover.png) !important;
}
.frame4 .slick-dots li.slick-active:nth-child(3) {
  background-image: url(../images/bg-dot-nv3-hover.png) !important;
}
.frame4 .slick-dots li.slick-active:nth-child(4) {
  background-image: url(../images/bg-dot-nv4-hover.png) !important;
}
.frame4 .slick-dots li.slick-active:nth-child(5) {
  background-image: url(../images/bg-dot-nv5-hover.png) !important;
}
@media only screen and (max-width: 750px) {
  .frame4 .slick-dots li {
    width: 7.9rem;
    height: 8.1rem;
    margin: 0 2.5rem;
  }
}

@media only screen and (max-width: 1001px) {
  .frame5 {
    padding-bottom: 0;
  }
}
.frame5 .tinhnang {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  grid-gap: 10px;
  margin-top: 128px;
}
@media only screen and (max-width: 1001px) {
  .frame5 .tinhnang {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.frame5 .tinhnang .item {
  font-family: "astoundersquaredtb";
  position: relative;
  padding: 275px 0 100px;
  -webkit-animation: moveY infinite linear;
  animation: moveY infinite linear;
}
@media only screen and (max-width: 1001px) {
  .frame5 .tinhnang .item {
    padding: 175px 0 71px;
  }
}
.frame5 .tinhnang__video {
  background: url(../images/btn-play2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto;
  -webkit-animation: 1s zoom infinite linear;
  animation: 1s zoom infinite linear;
}
.frame5 .tinhnang__text {
  font-size: 45px;
  color: #f6bb26;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 1001px) {
  .frame5 .tinhnang__text {
    font-size: 31px;
  }
}
.frame5 .tinhnang__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 244px;
  height: 495px;
  z-index: -1;
}
@media only screen and (max-width: 1001px) {
  .frame5 .tinhnang__bg {
    width: 177px;
    height: 353px;
  }
}
.frame5 .tinhnang #tinhnang2 .tinhnang__bg {
  top: unset;
  bottom: 0;
  height: 535px;
}
@media only screen and (max-width: 1001px) {
  .frame5 .tinhnang #tinhnang2 .tinhnang__bg {
    width: 178px;
    height: 375px;
  }
}
.frame5 .tinhnang #tinhnang3 .tinhnang__bg {
  width: 296px;
  height: 503px;
  left: 55%;
}
@media only screen and (max-width: 1001px) {
  .frame5 .tinhnang #tinhnang3 .tinhnang__bg {
    width: 206px;
    height: 351px;
  }
}
.frame5 .tinhnang #tinhnang4 .tinhnang__bg {
  width: 313px;
  height: 601px;
  left: 64%;
  bottom: 25px;
  top: unset;
}
@media only screen and (max-width: 1001px) {
  .frame5 .tinhnang #tinhnang4 .tinhnang__bg {
    width: 212px;
    height: 421px;
    left: 59%;
    bottom: 17px;
    top: unset;
  }
}
.frame5 .slick-list {
  margin-top: 120px;
}
.frame5 .slick-prev,
.frame5 .slick-next {
  left: 25px;
  z-index: 2;
  background: url(../images/obj-arrow-popup2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  width: 71px;
  height: 62px;
  transition: 0.5s all;
}
@media only screen and (max-width: 1050px) {
  .frame5 .slick-prev,
  .frame5 .slick-next {
    left: 15px;
    width: 7.1rem;
    height: 6.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
.frame5 .slick-prev:hover,
.frame5 .slick-next:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.frame5 .slick-next {
  left: unset;
  right: 25px;
  z-index: 2;
  transform: translate(0, -50%) scaleX(-1);
}
@media only screen and (max-width: 1050px) {
  .frame5 .slick-next {
    right: 15px;
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes moveY {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes moveY {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}

.frame3 {
  margin-top: 75px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1001px) {
  .frame3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .frame3 {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.frame3 .info-pp {
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  .frame3 .info-pp {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1050 - 320)));
  }
}
.frame3 .chunin {
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 47px;
  position: relative;
}
@media only screen and (max-width: 728px) {
  .frame3 .chunin {
    grid-template-columns: 1fr;
  }
}
.frame3 .col1 {
  width: 686px;
  height: 624px;
  margin-right: auto;
  background: url(../images/bg-team.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col1 {
    width: 485px;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col1 {
    width: 100%;
    margin: 0 auto;
    order: 2;
    height: auto;
    padding-bottom: 0;
  }
}
.frame3 .col1:before {
  content: "";
  left: 47%;
  top: 51%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url(../images/obj-frame3-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  width: 808px;
  height: 660px;
  z-index: -1;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col1:before {
    left: 47%;
    top: 36%;
    width: 738px;
    height: 471px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col1:before {
    display: none;
  }
}
.frame3 .col1 .category-list {
  width: 100%;
  height: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col1 .category-list {
    height: 32px;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col1 .category-list {
    height: 4.4rem;
  }
}
.frame3 .col1 .category-list__item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  cursor: pointer;
  background-color: #421515;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col1 .category-list__item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col1 .category-list__item {
    font-size: calc(11px + (16 - 11) * ((100vw - 320px) / (728 - 320)));
  }
}
.frame3 .col1 .category-list__item:not(:last-child) {
  border-right: 2px solid red;
}
.frame3 .col1 .category-list__item.active,
.frame3 .col1 .category-list__item:hover {
  color: #ffe8b2;
  background-color: transparent;
}
.frame3 .col1 .category-item {
  position: relative;
  z-index: 1;
}
.frame3 .col1 .category-item .team {
  display: none;
}
.frame3 .col1 .category-item .team__background {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col1 .category-item .team__background {
    overflow: hidden;
    max-height: 304px;
  }
}
.frame3 .col1 .category-item .team__background img {
  margin-top: -1px;
  margin-left: 4px;
}
.frame3 .col1 .category-item .team__thanhvien {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.frame3 .col1 .category-item .team__thanhvien-item {
  width: 229px;
  height: 143px;
  position: relative;
  padding: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col1 .category-item .team__thanhvien-item {
    width: 100%;
    height: 101px;
  }
}
@media only screen and (max-width: 750px) {
  .frame3 .col1 .category-item .team__thanhvien-item {
    height: 14.3rem;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col1 .category-item .team__thanhvien-item {
    padding: 0.8rem 1.5rem;
  }
}
.frame3 .col1 .category-item .team__thanhvien .current {
  border: 5px solid #ff9b25;
}
.frame3 .col1 .category-item .team__thanhvien .objnv {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.frame3 .col1 .category-item .team__thanhvien .objnv img {
  width: 100%;
  height: 100%;
}
.frame3 .col1 .category-item .team__thanhvien .name {
  font-size: 18px;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col1 .category-item .team__thanhvien .name {
    line-height: 1;
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .frame3 .col1 .category-item .team__thanhvien .name {
    font-size: 11px;
  }
}
.frame3 .col1 .category-item .team__thanhvien .soluong {
  color: #ebe2ea;
  font-size: 18px;
}
@media only screen and (max-width: 1050px) {
  .frame3 .col1 .category-item .team__thanhvien .soluong {
    font-size: calc(11px + (18 - 11) * ((100vw - 320px) / (1050 - 320)));
  }
}
.frame3 .col1 .category-item .team__thanhvien .active {
  -webkit-filter: none;
  filter: none;
}
.frame3 .col1 .category-item .team__btn {
  background: url(../images/bg-nhannhangia2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 305px;
  height: 146px;
  position: absolute;
  left: 126%;
  top: 88%;
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: pointer;
}
@media only screen and (min-width: 1002px) and (max-width: 1049px) {
  .frame3 .col1 .category-item .team__btn {
    left: 123%;
  }
}
@media only screen and (max-width: 1001px) {
  .frame3 .col1 .category-item .team__btn {
    background-position: center center;
    background-size: 100% 100%;
    width: 217px;
    height: 89px;
    position: absolute;
    left: 608px;
    top: 89%;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col1 .category-item .team__btn {
    position: relative;
    -webkit-filter: unset;
    filter: unset;
    transform: unset;
    left: unset;
    top: unset;
    margin: 0 auto;
    width: 21.7rem;
    height: 8.9rem;
    margin-top: 1rem;
  }
}
.frame3 .col1 .category-item .team__btn p {
  text-align: center;
  width: 100%;
  font-size: 24px;
  color: #ffe8b1;
}
@media only screen and (max-width: 1050px) {
  .frame3 .col1 .category-item .team__btn p {
    font-size: calc(13px + (24 - 13) * ((100vw - 320px) / (1050 - 320)));
  }
}
.frame3 .col1 .category-item .team .finish {
  -webkit-filter: unset;
  filter: unset;
}
.frame3 .col1 .category-item .active {
  display: block;
}
.frame3 .col2 {
  width: 310px;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col2 {
    width: 217px;
    height: 116px;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    height: auto;
    grid-gap: 1rem;
    margin-bottom: 1rem;
  }
}
.frame3 .col2:before {
  content: "";
  left: 39%;
  top: 61%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url(../images/obj-frame3-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  width: 458px;
  height: 796px;
  z-index: -1;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col2:before {
    left: 40%;
    top: 231%;
    width: 328px;
    height: 686px;
    background-size: contain;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col2:before {
    display: none;
  }
}
.frame3 .col2 #nhannhangia {
  width: 306px;
  height: 165px;
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col2 #nhannhangia {
    width: 210px;
    height: 117px;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col2 #nhannhangia {
    grid-column: span 4;
    margin: 0 auto;
  }
}
.frame3 .col2 #nhannhangia:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.frame3 .col2 #nhannhangia:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/bg-nhannhangia.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 342px;
  height: 165px;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col2 #nhannhangia:before {
    width: 242px;
    height: 118px;
  }
}
.frame3 .col2 #nhannhangia .number {
  font-size: 35px;
  color: black;
  text-shadow: 0 0 0 white;
  text-align: center;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 1050px) {
  .frame3 .col2 #nhannhangia .number {
    font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1050 - 320)));
  }
}
.frame3 .col2 #nhannhangia p {
  text-align: center;
  width: 100%;
  color: #ffe8b1;
  font-size: 44px;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col2 #nhannhangia p {
    font-size: 16px;
  }
}
.frame3 .col2 .item {
  background: url(../images/bg-tinhnang.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 305px;
  height: 67px;
  margin-top: 10.6px;
  position: relative;
  cursor: pointer;
  transition: 0.5s all;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col2 .item {
    width: 100%;
    height: 48px;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col2 .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.frame3 .col2 .item:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.frame3 .col2 .item p {
  text-align: center;
  width: 100%;
  color: #ffe8b1;
  font-size: 24px;
}
@media only screen and (max-width: 1001px) {
  .frame3 .col2 .item p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 728px) {
  .frame3 .col2 .item p {
    font-size: 13px;
  }
}

.frame2 {
  margin-top: 160px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .frame2 {
    margin-top: 20rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 750px) {
  .frame2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url(../images/frame2-bg-mobi.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }
}
.frame2 .container {
  width: 1000px;
}
@media only screen and (max-width: 1001px) {
  .frame2 .container {
    width: 100%;
    max-width: 768px;
  }
}
.frame2 .phucloi {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 86px;
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi {
    flex-flow: row;
    margin: 8.6rem auto 0;
  }
}
.frame2 .phucloi .item {
  width: 20%;
  position: relative;
}
.frame2 .phucloi .item .dot {
  border-radius: 50px;
  margin: 10px auto;
  background-color: #a90b0b;
  background: url(../images/bg-dot.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .item .dot {
    width: 20px;
    height: 20px;
  }
}
.frame2 .phucloi .item .obj {
  position: relative;
  text-align: center;
  width: 100%;
  height: 327px;
  padding: 20px 0;
  cursor: pointer;
}
@media only screen and (max-width: 1001px) {
  .frame2 .phucloi .item .obj {
    height: 230px;
  }
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .item .obj {
    height: 257px;
  }
}
@media only screen and (max-width: 568px) {
  .frame2 .phucloi .item .obj {
    height: 234px;
  }
}
@media only screen and (max-width: 480px) {
  .frame2 .phucloi .item .obj {
    height: 188px;
  }
}
.frame2 .phucloi .item .obj:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/bg-lotrinh.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 327px;
  z-index: -1;
}
@media only screen and (max-width: 1001px) {
  .frame2 .phucloi .item .obj:before {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .item .obj:before {
    background: url(../images/bg-lotrinh3.png);
    background-size: 100% 100%;
  }
}
.frame2 .phucloi .item .obj:after {
  content: "";
  position: absolute;
  left: 51.46%;
  top: 0;
  transform: translateX(-50%);
  background: url(../images/bg-lotrinh2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 193px;
  height: 306px;
  z-index: -1;
}
@media only screen and (max-width: 1001px) {
  .frame2 .phucloi .item .obj:after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .item .obj:after {
    background-image: unset;
    background-color: #000;
    left: 50%;
    width: 95%;
    height: 95%;
  }
}
.frame2 .phucloi .item .obj p {
  text-align: center;
  font-size: 26.4px;
  color: #fdce34;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .item .obj p {
    font-size: calc(16px + (26.8 - 16) * ((100vw - 320px) / (750 - 320)));
  }
}
.frame2 .phucloi .item .obj .obj-text {
  color: #f0a622;
  font-size: 19.8px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .item .obj .obj-text {
    font-size: calc(11px + (19.8 - 11) * ((100vw - 320px) / (750 - 320)));
  }
}
.frame2 .phucloi .item .obj .obj-top {
  width: 192px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #3b2614, #ffff0000);
}
@media only screen and (max-width: 1001px) {
  .frame2 .phucloi .item .obj .obj-top {
    display: none;
  }
}
.frame2 .phucloi .item .obj .obj-top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3b2614;
  width: 100%;
  height: 20px;
}
@media only screen and (max-width: 1001px) {
  .frame2 .phucloi .item .obj .obj-top:before {
    background-color: transparent;
  }
}
.frame2 .phucloi .item .obj img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media only screen and (max-width: 1001px) {
  .frame2 .phucloi .item .obj img {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .item .obj img {
    width: 100%;
  }
}
.frame2 .phucloi .item:last-child .obj::before {
  background: url(../images/bg-lotrinh3.png);
  left: 0;
}
@media only screen and (max-width: 1001px) {
  .frame2 .phucloi .item:last-child .obj::before {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 750px) {
  .frame2 .phucloi .item:last-child .obj:after {
    content: "";
    background-image: unset;
    background-color: black;
    width: 183px;
    height: 304px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1001px) {
  .frame2 .phucloi .item:last-child .obj:after {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .item:last-child .obj:after {
    width: 95%;
    height: 95%;
  }
}
@media only screen and (min-width: 750px) {
  .frame2 .phucloi .active.moc5 .obj:after {
    background: url(../images/bg-lotrinh3-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
.frame2 .phucloi .active .dot {
  background: url(../images/bg-dot-active.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.frame2 .phucloi .active .obj:after {
  content: "";
  position: absolute;
  left: 51.46%;
  top: 0;
  transform: translateX(-50%);
  background: url(../images/bg-lotrinh2-hover.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 193px;
  height: 306px;
  z-index: -1;
}
@media only screen and (max-width: 1001px) {
  .frame2 .phucloi .active .obj:after {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .active .obj:after {
    background: url(../images/bg-lotrinh3-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: inherit;
    left: 50%;
    width: 95%;
    height: 95%;
  }
}
.frame2 .phucloi .active .obj .obj-text {
  text-shadow: 0 0 4px black;
}
.frame2 .phucloi .active .obj img {
  -webkit-animation: 3s brightness infinite linear;
  animation: 3s brightness infinite linear;
}
.frame2 .phucloi .curent .dot::before {
  content: "";
  position: absolute;
  top: -28%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/obj-fire.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 28px;
  height: 69px;
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .curent .dot::before {
    width: 20px;
  }
}
.frame2 .phucloi .bar-lotrinh {
  position: absolute;
  top: 6.5%;
  width: 100%;
  height: 8px;
  border-radius: 50px;
  transform: translateY(-50%);
  overflow: hidden;
  background-color: #251e16;
  text-shadow: 0 0 1px #000;
}
@media only screen and (max-width: 1001px) {
  .frame2 .phucloi .bar-lotrinh {
    top: 8.5%;
  }
}
@media only screen and (max-width: 750px) {
  .frame2 .phucloi .bar-lotrinh {
    top: 8%;
  }
}
.frame2 .phucloi .bar-lotrinh span {
  background-image: linear-gradient(#f7992a, #feee51, #f96a18);
  display: block;
  height: 100%;
  border: none;
}
.frame2 .note {
  text-align: center;
  font-size: 17.6px;
  margin-top: 90px;
}
@media only screen and (max-width: 750px) {
  .frame2 .note {
    margin-top: 9rem;
    font-size: calc(13px + (17.6 - 13) * ((100vw - 320px) / (750 - 320)));
  }
}
.frame2 .note p {
  background: -webkit-linear-gradient(#ffefb1, #fff7d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@-webkit-keyframes brightness {
  0% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  50% {
    -webkit-filter: brightness(160%);
    filter: brightness(160%);
  }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}
@keyframes brightness {
  0% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  50% {
    -webkit-filter: brightness(160%);
    filter: brightness(160%);
  }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

.frame1 {
  margin-top: 90px;
}
@media only screen and (max-width: 1050px) {
  .frame1 {
    margin-top: 172px;
  }
}
@media only screen and (max-width: 1001px) {
  .frame1 {
    margin-top: 172px;
  }
}
@media only screen and (max-width: 750px) {
  .frame1 {
    margin-top: 159px;
  }
}
@media only screen and (max-width: 568px) {
  .frame1 {
    margin-top: 9rem;
  }
}
@media only screen and (max-width: 480px) {
  .frame1 {
    margin-top: 450px;
  }
}
.frame1 .row {
  margin: 0 auto;
  text-align: center;
}
@-webkit-keyframes moveX {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -10440px;
  }
}
@keyframes moveX {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -10440px;
  }
}
@-webkit-keyframes moveX2 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -7440px;
  }
}
@keyframes moveX2 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -7440px;
  }
}
.frame1 .vibrate-1 {
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}
.frame1 .slide-in-bck-top {
  -webkit-animation: slide-in-bck-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
  both;
  animation: slide-in-bck-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.frame1 .slide-in-elliptic-bottom-fwd {
  -webkit-animation: slide-in-elliptic-bottom-fwd 0.7s
  cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-bottom-fwd 0.7s
  cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.frame1 .slogan {
  width: 435px;
  height: 212px;
  background: url(../images/slogan_sprisheet.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2400% 100%;
  width: 435px;
  height: 220px;
  -webkit-animation: moveX 1.7s steps(24) infinite;
  animation: moveX 1.7s steps(24) infinite;
}
@media only screen and (max-width: 480px) {
  .frame1 .slogan {
    width: 310px;
    height: 157px;
    -webkit-animation: moveX2 1.7s steps(24) infinite;
    animation: moveX2 1.7s steps(24) infinite;
  }
}
.frame1 .video a {
  position: relative;
  display: block;
  width: 82px;
  height: 82px;
  margin: 39px auto 42px;
}
@media only screen and (max-width: 568px) {
  .frame1 .video a:before {
    content: "";
    position: absolute;
    top: 61%;
    left: 66%;
    transform: translate(-50%, -50%);
    background: url(../images/obj-video.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: inherit;
    width: 258px;
    height: 306px;
    z-index: -1;
  }
}
.frame1 .video i {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 82px;
  height: 82px;
  border-radius: 50px;
  margin-left: 5px;
  -webkit-animation: 1s zoom2 infinite linear;
  animation: 1s zoom2 infinite linear;
}
@media only screen and (max-width: 568px) {
  .frame1 .video i {
    margin-left: 11px;
    background: url(../images/btn-play.png);
  }
}
.frame1 .joinnow {
  position: relative;
}
.frame1 .joinnow__moc {
  background: url(../images/Moc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14.5rem;
  height: 16rem;
  position: absolute;
  right: 20.6rem;
  top: -16rem;
}
@media only screen and (max-width: 728px) {
  .frame1 .joinnow__moc {
    right: 5.6rem;
  }
}
.frame1 .joinnow__moc:before {
  content: "13H00";
  position: absolute;
  top: 5.5rem;
  left: 3.4rem;
  font-size: 3.4rem;
  color: #ffff58;
  transform: rotate(8deg);
  font-family: "astoundersquaredtb";
  background: -webkit-linear-gradient(#ffffd5, #fef64f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.frame1 .joinnow__moc:after {
  content: "01/08";
  position: absolute;
  top: 7.9rem;
  left: 1.8rem;
  font-size: 4.2rem;
  color: #ffff58;
  transform: rotate(10deg);
  font-family: "astoundersquaredtb";
  background: -webkit-linear-gradient(#ffffd5, #fef64f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.frame1 .joinnow__btn {
  position: relative;
  width: 355px;
  height: 70px;
  margin: 0 auto;
  cursor: pointer;
}
.frame1 .joinnow__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/obj-joinnow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 355px;
  height: 117px;
}
.frame1 .joinnow__btn p {
  width: 100%;
  text-align: center;
  color: #fff595;
  font-size: 29.64px;
  font-family: "astoundersquaredtb";
  line-height: 1;
  position: absolute;
  left: 55%;
  top: 46%;
  transform: translate(-50%, -50%);
  text-shadow: -1.5px 1px 1px red;
}
.frame1 .joinnow__text {
  margin-top: 4px;
  font-family: "astoundersquaredtb";
  background-image: linear-gradient(
          to right,
          #ffffff00,
          #ffffff00,
          #ffffff00,
          #fff595,
          #fff595,
          #ffffff00,
          #ffffff00,
          #ffffff00
  );
}
.frame1 .joinnow__text p {
  font-size: 21.65px;
  color: #6a0101;
}
.frame1 .lotrinh {
  position: relative;
  display: flex;
  width: 768px;
  justify-content: space-between;
  margin-top: 12px;
}
@media only screen and (max-width: 1050px) {
  .frame1 .lotrinh {
    max-width: 768px;
    width: 100%;
  }
}
.frame1 .lotrinh__item {
  width: 148px;
  height: 222px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media only screen and (max-width: 768px) {
  .frame1 .lotrinh__item {
    width: 25%;
  }
}
.frame1 .lotrinh__img {
  width: 100%;
  height: 162px;
  position: relative;
}
.frame1 .lotrinh__img img {
  width: 114px;
  height: 114px;
}
@media only screen and (max-width: 750px) {
  .frame1 .lotrinh__img img {
    width: 100%;
    height: auto;
    max-width: 114px;
  }
}
.frame1 .lotrinh__img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/obj-timeline1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 125px;
  height: 128px;
}
@media only screen and (max-width: 750px) {
  .frame1 .lotrinh__img:after {
    width: 100%;
  }
}
.frame1 .lotrinh__text {
  height: calc(100% - 162px);
}
.frame1 .lotrinh__text .date {
  font-size: 21px;
  color: #faeebd;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .frame1 .lotrinh__text .date {
    font-size: calc(13px + (21 - 13) * ((100vw - 320px) / (750 - 320)));
  }
}
.frame1 .lotrinh__text .text {
  font-size: 18px;
  color: #faeebd;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .frame1 .lotrinh__text .text {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (750 - 320)));
  }
}
.frame1 .lotrinh:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  width: 120%;
  height: calc(100% - 162px);
  background-image: linear-gradient(
          to right,
          #ffffff00,
          #320b0a,
          #320b0a,
          #320b0a,
          #320b0a,
          #320b0a,
          #320b0a,
          #ffffff00
  );
  z-index: -1;
}
.frame1 .lotrinh .mocnguoichoi {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1149px;
  height: auto;
}
.frame1 .lotrinh .mocnguoichoi span {
  width: 100%;
}
.frame1 .lotrinh .mocnguoichoi span:nth-child(2) {
  margin: 2px 0;
}
.frame1 .lotrinh .mocnguoichoi span:nth-child(2) i {
  height: 5px;
}
.frame1 .lotrinh .mocnguoichoi i {
  height: 1px;
  width: 100%;
  display: block;
  background-image: linear-gradient(
          to right,
          #ffffff00,
          #fff595,
          #fff595,
          #ffffff00
  );
  margin: 2px;
}
.frame1 .lotrinh .active {
  -webkit-filter: unset;
  filter: unset;
}
.frame1 .lotrinh .active img {
  -webkit-animation: 1s rotate360 linear infinite;
  animation: 1s rotate360 linear infinite;
}
.frame1 .grp-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 62rem;
  height: 16.4rem;
  background-color: #590505;
  margin: 2rem auto;
  padding: 0 0.5rem;
}
.frame1 .grp-button .col1,
.frame1 .grp-button .col3 {
  background: url(../images/bg-btn-topup.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 19.2rem;
  height: 15.6rem;
  border: 2px solid #7e1f08;
  position: relative;
  transition: 0.5s all;
  cursor: pointer;
  display: block;
}
.frame1 .grp-button .col1:hover,
.frame1 .grp-button .col3:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.frame1 .grp-button .col1 .centered,
.frame1 .grp-button .col3 .centered {
  width: 100%;
}
.frame1 .grp-button .col1 p,
.frame1 .grp-button .col3 p {
  font-size: 2.52rem;
  color: #841816;
}
.frame1 .grp-button .col1 img,
.frame1 .grp-button .col3 img {
  width: 5.4rem;
  height: 3.7rem;
}
.frame1 .grp-button .col2 {
  height: 15.4rem;
  width: 22.2rem;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.frame1 .grp-button .col2 .btn {
  background: url(../images/bg-btn-col2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22.2rem;
  height: 4.9rem;
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 1s;
}
.frame1 .grp-button .col2 .btn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.frame1 .grp-button .col2 .btn .centered {
  /* display: flex; */
  justify-content: start;
  /* align-items: center; */
  /* width: 100%; */
  /* padding-left: 5rem; */
}
.frame1 .grp-button .col2 .btn .grp-text {
  text-align: center;
  /* margin-left: 0.5rem; */
}
.frame1 .grp-button .col2 .btn .grp-text p {
  font-size: 1.6rem;
  line-height: 1;
}
.frame1 .grp-button .col2 .btn .grp-text p:last-child {
  font-size: 1.8rem;
}
.frame1 .grp-button .col2 .btn-ios img {
  width: 1.7rem;
  height: 2.1rem;
}
.frame1 .grp-button .col2 .btn-androi img {
  width: 2.1rem;
  height: 2.2rem;
}
.frame1 .grp-button .col2 .btn-apk img {
  width: 1.8rem;
  height: 1.4rem;
}
.frame1 .grp-button .col3 {
  background: url(../images/bg-btn-giftcode.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.frame1 .grp-button .col3 img {
  width: 3.3rem;
  height: 3.9rem;
}
@-webkit-keyframes zoom2 {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@keyframes zoom2 {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@-webkit-keyframes rotate360 {
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotate360 {
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes slide-in-bck-top {
  0% {
    transform: translateZ(700px) translateY(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-top {
  0% {
    transform: translateZ(700px) translateY(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-elliptic-bottom-fwd {
  0% {
    transform: translateY(600px) rotateX(30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% -1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-bottom-fwd {
  0% {
    transform: translateY(600px) rotateX(30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% -1400px;
    opacity: 1;
  }
}

.video_mp4 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(0);
  z-index: -1;
}
@media only screen and (max-width: 568px) {
  .video_mp4 {
    left: 360px;
    display: none;
  }
}

@media only screen and (max-width: 1050px) {
  .header {
    background: url(../images/bg-header.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 52px;
    position: fixed;
    z-index: 9;
  }
}
.header .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1051px) {
  .header .row {
    height: 75px;
  }
}
@media only screen and (max-width: 1050px) {
  .header .row {
    padding-top: 5px;
    margin-top: -79px;
  }
}
@media only screen and (max-width: 728px) {
  .header .logo-pc img {
    width: 14.9rem;
    min-width: 78px;
  }
}
.header .menu {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1051px) {
  .header .menu {
    align-items: center;
    height: 75px;
  }
}
@media only screen and (min-width: 1051px) {
  .header .menu .item {
    background-color: #bd1a04;
    width: 45px;
    height: 45px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: relative;
    margin-right: 5px;
    overflow: hidden;
    color: #fff3db;
    font-size: 19px;
    display: block;
    transition: 0.5s all;
  }
}
@media only screen and (max-width: 1050px) {
  .header .menu .item {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 728px) {
  .header .menu .item {
    margin: 0 0.5rem;
  }
}
.header .menu .item:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}
.header .menu .btn-napthe,
.header .menu .btn-taigame {
  background: url(../images/btn-head.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 122px;
  height: 39px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .header .menu .btn-napthe,
  .header .menu .btn-taigame {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 65px;
  }
}
.header .menu .btn-napthe p,
.header .menu .btn-taigame p {
  text-align: center;
  width: 100%;
}

.text {
  font-size: 14px;
  color: #ffe8b1;
  font-family: "signlanguage", sans-serif;
  position: relative;
}
.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: #6aae9e;
  padding: 4px 0 8px 35px;
  position: relative;
  font-family: "signlanguage";
  font-weight: 700;
}
.text h1:before,
.text .content-event-h1:before {
  content: "";
  width: 52px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  top: -9px;
  left: -13px;
}
.text h2,
.text .content-event-h2 {
  margin-left: 15px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  color: #6aae9e;
  font-family: "signlanguage";
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.text h2:before,
.text .content-event-h2:before {
  content: "";
  width: 44px;
  height: 38px;
  background-size: 100%;
  position: absolute;
  top: -9px;
  left: -13px;
}
.text blockquote {
  padding-left: 15px;
  border-left: 4px solid #4aac9d;
  margin-left: 5px;
  margin-bottom: 15px;
}
.text a {
  color: #6aae9e;
}
.text ul {
  margin-left: 25px;
}
.text ul li {
  line-height: 28px;
}
.text p {
  font-family: "signlanguage", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #ffe8b1;
}
.text p img {
  margin: 15px auto;
  width: 100% !important;
  max-width: 700px !important;
  height: auto !important;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .text p img {
    width: auto !important;
    max-width: 100% !important;
  }
}
.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;
  }
}
@media only screen and (min-width: 768px) {
  .text table {
    width: auto !important;
  }
}
.text table tbody tr td img {
  width: 60px !important;
  max-width: none !important;
  margin: 5px auto;
}
@media only screen and (min-width: 768px) {
  .text table tbody tr td img {
    width: 78px !important;
    margin: 0 auto;
  }
}
.text table tr td {
  border: 1px solid #4e5051;
  margin: 0;
  padding: 10px 10px;
  vertical-align: middle !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .text table tr td {
    padding: 2px;
  }
}
.text table tr:first-child {
  background: #000;
}
.text table tr:first-child td {
  font-family: "signlanguage";
}
.text table tr:first-child td p {
  font-family: "signlanguage";
  color: #ffff;
}
.text fieldset {
  border: 1px solid #4e5051;
  margin: 20px 0;
  padding: 10px;
  color: #2a2a2a;
  background: #f3f3f3;
}
.text fieldset legend {
  color: white;
  background: #6aae9e;
  font-family: "signlanguage";
  font-weight: 700;
  padding: 0 15px;
}
.text fieldset ul {
  margin-left: 15px;
}
.text strong {
  font-family: "signlanguage";
  font-weight: 500;
}
.text em {
  font-style: italic;
}

table img {
  display: block;
}

table img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 100px;
}

table {
  border-collapse: collapse;
  font-size: 14px;
  font-family: "signlanguage";
  margin-top: 10px;
}
table tr:first-child td {
  background-color: #6aae9e !important;
  color: #ffff;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}
@media only screen and (min-width: 768px) {
  table tr:first-child td {
    padding: 10px;
  }
}
table tr td {
  border: 1px solid #ffff;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.pagination {
  margin: 2rem 0;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  width: 4.3rem;
  height: 4.3rem;
  line-height: 4.3rem;
  background: url(../images/bg-item-pagination.png) no-repeat;
  background-position: left top;
}
@media only screen and (min-width: 1155px) {
  .pagination ul li {
    margin: 0 0.2rem;
  }
}
.pagination ul li:hover,
.pagination ul li.active {
  background-position: right top;
}
.pagination ul li a {
  color: #817874;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
}
.pagination ul li a span {
  visibility: hidden;
}
.pagination ul li a.prev i,
.pagination ul li a.next i {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-right: 0.8rem solid #817874;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
}
.pagination ul li a.next i {
  border-right: transparent;
  border-left: 0.8rem solid #817874;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
}

.nav-right {
  width: 246px;
  height: 394px;
  position: fixed;
  top: 16.5rem;
  background: url(../images/nav-right.png) center top/auto no-repeat;
  right: 15px;
  transition: all 1s ease;
  margin: 0 auto;
  text-align: center;
  z-index: 9999;
  padding: 32px 17px 0px;
}
.nav-right.open {
  right: -144px;
}
@media only screen and (min-width: 1920px) {
  .nav-right.open {
    right: 0px;
  }
}
.nav-right .arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.qr-code {
  margin: 45px 20px 0;
  display: block;
}

.link-down {
  width: 203px;
  height: 109px;
  outline: 2px solid;
}

.link-napthe,
.link-dangky,
.link-appstore,
.link-ggplay {
  display: block;
  background: url(../images/bg-tinhnang.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 206px;
  height: 46px;
  position: relative;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffe8b1;
  font-size: 18px;
  transition: 0.5s all;
}
.link-napthe:hover,
.link-dangky:hover,
.link-appstore:hover,
.link-ggplay:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.link-pc {
  width: 164px;
  height: 51px;
  background: url(https://lmtk.vn/bundles/web/home/images/pc/down-pc.png) left
  top/auto no-repeat;
  margin-top: 12px;
  margin-left: 22px;
  display: block;
}
.link-pc:hover {
  background-position: right top;
}

.btn-social-nav {
  margin: 14px 24px 0;
  text-align: left;
}
.btn-social-nav a {
  width: 41px;
  height: 41px;
  background-color: blue;
  display: inline-block;
  margin: 0 5px;
}
.btn-social-nav a:hover {
  background-position: right top;
}
.btn-social-nav a.btn-fb {
  background-position: left center;
}
.btn-social-nav a.btn-fb:hover {
  background-position: right center;
}
.btn-social-nav a.btn-yt {
  background-position: left bottom;
}
.btn-social-nav a.btn-yt:hover {
  background-position: right bottom;
}

.arrow .pullRight {
  width: 38px;
  height: 74px;
  position: absolute;
  top: 375px;
  right: 375px;
  cursor: pointer;
  transform: rotate(180deg);
  transition: 1s;
  z-index: 1;
}
.arrow .pullLeft {
  transform: none;
}

.go-top {
  width: 32px;
  height: 26px;
  cursor: pointer;
  display: block;
  margin: 13px auto;
}

#toggle-anchor:checked ~ .nav-right {
  right: -242px;
}
.form-control {
    font-family: "signlanguage";
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-family: "signlanguage";
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.title-box{
	font-size: 15px;
    margin: 0px 0px 14px 0px;
    color: #7a3d2a;
}
#msg{
	color: red;
    font-size: 1.5em;
}