@charset "UTF-8";

@-webkit-keyframes sprin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes sprin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
  }
}

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

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

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

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes moveX {
  0% {
    -webkit-transform: translate(-50%, -50%) translateX(5px);
    transform: translate(-50%, -50%) translateX(5px);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) translateX(0);
    transform: translate(-50%, -50%) translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateX(5px);
    transform: translate(-50%, -50%) translateX(5px);
  }
}

@keyframes moveX {
  0% {
    -webkit-transform: translate(-50%, -50%) translateX(5px);
    transform: translate(-50%, -50%) translateX(5px);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) translateX(0);
    transform: translate(-50%, -50%) translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateX(5px);
    transform: translate(-50%, -50%) translateX(5px);
  }
}

@-webkit-keyframes moveHover {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@keyframes moveHover {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.border_angle {
  width: 40rem;
  height: 20rem;
  position: relative;
  margin: 10% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.border_angle::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: block;
  --border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle), #213, #112 5%, #112 60%, #213 95%);
  border: solid 1rem transparent;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 3s linear infinite;
  animation: bg-spin 3s linear infinite;
  z-index: -1;
}

.border_angle span {
  color: #fff;
  font-size: 8rem;
  text-transform: uppercase;
}

@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@-webkit-keyframes animatedlighttext {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -20% 0;
  }
}

@keyframes animatedlighttext {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -20% 0;
  }
}

@-webkit-keyframes moveY {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(0px);
    transform: translate(-50%, -50%) translateY(0px);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
    transform: translate(-50%, -50%) translateY(10px);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateY(0px);
    transform: translate(-50%, -50%) translateY(0px);
  }
}

@keyframes moveY {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(0px);
    transform: translate(-50%, -50%) translateY(0px);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
    transform: translate(-50%, -50%) translateY(10px);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateY(0px);
    transform: translate(-50%, -50%) translateY(0px);
  }
}

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

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

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

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

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

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

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

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

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

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

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

a img {
  border: 0;
}

figure {
  margin: 0;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button {
  border: none;
  background: transparent;
}

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

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

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.hide {
  display: none;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

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

.c-pointer {
  cursor: pointer;
}

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

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

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

.c-black {
  color: #000 !important;
}

.c-xam {
  color: #62728b;
}

.c-333 {
  color: #333333 !important;
}

.tsd {
  text-shadow: 1px 2px 4px #000;
}

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

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

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

.go-top {
  z-index: 6;
  position: fixed;
  right: 1%;
  bottom: 10%;
  opacity: 0;
}

@keyframes sprin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
  }
}

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

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

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

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoomIcon {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes moveX {
  0% {
    -webkit-transform: translate(-50%, -50%) translateX(5px);
    transform: translate(-50%, -50%) translateX(5px);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) translateX(0);
    transform: translate(-50%, -50%) translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateX(5px);
    transform: translate(-50%, -50%) translateX(5px);
  }
}

@keyframes moveHover {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.border_angle {
  width: 40rem;
  height: 20rem;
  position: relative;
  margin: 10% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.border_angle::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: block;
  --border-angle: 0turn;
  --main-bg: conic-gradient(from var(--border-angle), #213, #112 5%, #112 60%, #213 95%);
  border: solid 1rem transparent;
  --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent);
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 3s linear infinite;
  animation: bg-spin 3s linear infinite;
  z-index: -1;
}

.border_angle span {
  color: #fff;
  font-size: 8rem;
  text-transform: uppercase;
}

@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

@keyframes animatedlighttext {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -20% 0;
  }
}

@keyframes moveY {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(0px);
    transform: translate(-50%, -50%) translateY(0px);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
    transform: translate(-50%, -50%) translateY(10px);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateY(0px);
    transform: translate(-50%, -50%) translateY(0px);
  }
}

/*! sanitize.css v7.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default user interface font in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Use the default cursor in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.15;
  /* 2 */
  cursor: default;
  /* 3 */
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: #F4638F;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

a,
abbr {
  text-decoration: none;
}

a:hover,
a:focus,
abbr:hover,
abbr:focus {
  text-decoration: none;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: border-box;
  margin: 0;
  outline: 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
  color: inherit;
}

textarea {
  resize: vertical;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}

[disabled],
[disabled] * {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

html {
  overflow-x: hidden !important;
}

@media only screen and (max-width: 1920px) {
  html {
    font-size: 0.521vw;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 1vw;
  }
}

body {
  margin: 0;
  font-family: "tahoma";
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
  color: #ffffff;
  background: url(../images/bg_ctn_top.jpg) 100% 0 no-repeat, url(../images/bg_ctn_repeat.jpg) repeat;
  ;
  overflow-x: hidden !important;
  background-color: #fdf1d9;
  position: relative;
  background-size: contain;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #e8b065;
  border-radius: 12px;
}

body::-webkit-scrollbar-thumb {
  background: #e2462b;
  border-radius: 12px;
}

.container {
  position: relative;
  width: 121.4rem;
  margin: 0 auto;
}

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

.visible-pc {
  display: block !important;
}

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

.visible-mobile {
  display: none !important;
}

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

.isclose {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.list-menu {
  font-size: 15px;
}

.list-menu .it-menu {
  width: 120px;
}

.list-menu .it-menu .link-menu {
  display: block;
  color: #224d85;
  text-align: center;
}

.list-menu .it-menu:hover .name-hover+.list-menu-show {
  display: block;
}

.list-menu .it-menu .list-menu-show {
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  left: -15%;
  width: 130%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: none;
}

.list-menu .it-menu .list-menu-show .link-to-end {
  color: #0d1528;
  font-size: 11px;
  width: 100%;
  display: block;
  margin-bottom: 6px;
  padding-block: 2px;
}

.list-menu .it-menu .list-menu-show .link-to-end:hover {
  background: url(../images/header/bg-link-in.html) no-repeat center center;
  background-size: 100% 100%;
}

.bg-home .main-headerpage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28px;
}

.bg-home .logo-page {
  position: absolute;
  top: -8px;
}

.bg-home .list-menu .it-menu:not(:last-child) .link-menu {
  border-right: 1px solid #abb6ca;
}

.bg-home .list-menu .it-menu:nth-child(4) {
  margin-right: 50px;
}

.bg-home .list-menu .it-menu:nth-child(4) .link-menu {
  border-right: 0;
}

.bg-home .list-menu .it-menu:nth-child(5) {
  margin-left: 50px;
}

.footer-gosu {
  width: 100%;
  padding: 4% 0 30px;
  text-align: center;
  color: #000000;
  font-family: Tahoma, Arial, Helvetica, sans-serift;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
  font-family: "cambria";
}

.footer-gosu a img {
  width: auto;
  height: 40px;
}

.footer-link-privacy {
  margin-bottom: 1rem;
  color: #000000;
  font-family: "cambria";
  font-size: 13px;
}

.footer-link-privacy a {
  text-decoration: none;
  text-transform: uppercase;
}

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

.footer-gosu hr {
  height: 0.3rem;
}

.footer-gosu p {
  margin-bottom: 0.6rem;
}

.footer-gosu p.rs a {
  color: #000;
  font-family: "cambria";
  font-size: 1.5rem;
}

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

.footer-logo-gosu {
  position: absolute;
  display: block;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: -10.5rem;
  top: 3rem;
}

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

/*media */
@media (max-width: 768px) {
  .footer-link-privacy {
    font-size: 4rem;
  }

  .footer-logo-gosu {
    position: inherit;
    top: 0;
    margin: 0 auto 1rem;
    left: 0;
  }

  .footer-gosu-18 {
    display: block;
    position: relative;
    left: 50%;
    margin-top: 10px;
    margin-left: -10px;
  }

  .footer-gosu p.rs a {
    font-size: 3.5rem;
  }
}

.nav-left-new {
  background: #f6f6f6;
  width: 36.4rem;
  min-height: calc(100vh - 75px - 95px);
  margin-top: 57px;
}

@media only screen and (max-width: 1023px) {
  .nav-left-new {
    width: 100%;
    min-height: unset;
    margin-top: 25px;
  }
}

.nav-left-new .main-nav-left-new {
  position: static;
  /* Đặt giá trị mặc định */
  -webkit-transition: position 0.3s ease;
  -o-transition: position 0.3s ease;
  transition: position 0.3s ease;
  /* Thêm transition cho position */
  width: 36.4rem;
}

@media only screen and (max-width: 1023px) {
  .nav-left-new .main-nav-left-new {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
  }
}

.nav-left-new .taigame-newpage {
  width: 100%;
}

.nav-left-new .taigame-newpage img {
  width: 100%;
}

.nav-left-new .list-link-bt-left {
  margin-top: 10px;
  width: 90%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1023px) {
  .nav-left-new .list-link-bt-left {
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.nav-left-new .list-link-bt-left .it-link-btleft {
  width: 75px;
}

.nav-left-new .list-link-bt-left .it-link-btleft:hover .thumb-link-btleft {
  background: url(../images/new-page/nav-left/hover.png) no-repeat center center;
}

.nav-left-new .list-link-bt-left .it-link-btleft .thumb-link-btleft {
  width: 100%;
  height: 56px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 1023px) {
  .nav-left-new .list-link-bt-left .it-link-btleft .thumb-link-btleft {
    height: 50px;
  }
}

.nav-left-new .list-link-bt-left .it-link-btleft .name-link-btleft {
  margin-top: 3px;
  font-size: 13px;
  color: #737373;
}

.nav-left-new .tin-lienquan {
  position: relative;
  z-index: 4;
}

.nav-left-new .tin-lienquan .title-big-tinlq {
  border-top: 3px solid #834a3f;
  width: 100%;
  height: 45px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #282828;
  font-size: 2rem;
  font-family: "cambria";
}

.nav-left-new .tin-lienquan .it-tinlienquan {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1f2e45;
  padding-inline: 2%;
  margin-block: 3%;
}

.nav-left-new .tin-lienquan .it-tinlienquan:hover .title-tinlienquan {
  color: #ae3b43;
}

.nav-left-new .tin-lienquan .it-tinlienquan .cat {
  background: #1f2e45;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
}

.nav-left-new .tin-lienquan .it-tinlienquan .title-tinlienquan {
  width: 60%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.main-page .video_mp4 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  width: 100%;
  z-index: 1;
}

.main-page .video_mp4 video {
  width: 100%;
}

.main-page .header {
  position: relative;
  z-index: 1;
}

.main-page .header .logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.main-page .header .logo a img {
  width: 18.3rem;
}

.main-page .header .logo a:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

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

@media only screen and (max-width: 1024px) {
  .main-page .header ul {
    padding-left: 18rem;
  }
}

.main-page .header ul li {
  display: inline-block;
  margin: 2rem 3.4rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .header ul li {
    margin: 2rem 1.4rem;
  }
}

.main-page .header ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-page .header ul li a span {
  font-family: "cambria";
  color: #282828;
  font-size: 1.9rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .main-page .header ul li a span {
    font-size: 2.9rem;
  }
}

.main-page .header ul li a span:before,
.main-page .header ul li a span:after {
  position: absolute;
  content: '';
  width: 1.9rem;
  height: 2.1rem;
  background: url(../images/img-icon-hover.png) no-repeat center center;
  top: 1.2rem;
  left: -2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  display: none;
}

.main-page .header ul li a span:after {
  left: inherit;
  right: -4rem;
}

.main-page .header ul li a:hover {
  -webkit-animation: moveHover 0.3s ease infinite;
  animation: moveHover 0.3s ease infinite;
}

.main-page .header ul li a:hover span:before,
.main-page .header ul li a:hover span:after {
  display: block;
}

.main-page .title {
  width: 54.5rem;
  height: 4rem;
  background: url(../images/img-title.png) no-repeat center center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5rem auto 5rem;
  padding-top: 0.4rem;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .main-page .title {
    width: 66.5rem;
    height: 7rem;
  }
}

.main-page .title span {
  color: #000000;
  font-size: 1.8rem;
  font-family: "cambria";
  text-transform: uppercase;
  letter-spacing: 0.8rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .title span {
    font-size: 2.8rem;
  }
}

.main-page .title._2 {
  margin-top: 9rem;
}

.main-page .slogan {
  text-align: center;
  margin-top: 10rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .slogan {
    margin-top: 54rem;
  }
}

.main-page .slogan>p {
  position: relative;
  width: 113.5rem;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/img-slogan.png) no-repeat;
  mask-image: url(../images/img-slogan.png);
  -webkit-mask-image: url(../images/img-slogan.png);
  -moz-mask-image: url(../images/img-slogan.png);
  -o-mask-image: url(../images/img-slogan.png);
  background-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  -moz-mask-size: 100%;
  -o-mask-size: 100%;
}

@media only screen and (max-width: 1024px) {
  .main-page .slogan>p {
    width: 102.4rem;
  }
}

.main-page .slogan>p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/lightbk.png) top left no-repeat;
  -webkit-animation: animatedlighttext 2.5s ease-out infinite;
  animation: animatedlighttext 2.5s ease-out infinite;
  mix-blend-mode: overlay;
}

.main-page .slogan>p img {
  width: 113.5rem;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .main-page .slogan>p img {
    width: 100%;
  }
}

.main-page .slogan .bnt_two {
  text-align: center;
  margin-top: 4rem;
}

.main-page .slogan .bnt_two a {
  width: 30.9rem;
  height: 6.1rem;
  background: url(../images/img-bnt-two.png) no-repeat center center;
  background-size: 100% 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-page .slogan .bnt_two a span {
  color: #46372e;
  font-size: 2.5rem;
  font-family: "cambria";
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .main-page .slogan .bnt_two a span {
    font-size: 3rem;
  }
}

.main-page .slogan .bnt_two a:hover {
  -webkit-animation: moveHover 0.3s ease infinite;
  animation: moveHover 0.3s ease infinite;
}

.main-page .slogan .download_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 23rem;
}

.main-page .slogan .download_slide .col._1 {
  background-color: #d2d5d7;
  width: 22.4rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .slogan .download_slide .col._1 {
    width: 17.4rem;
  }
}

.main-page .slogan .download_slide .col._1 a:first-child img {
  width: 23.6rem;
  margin-left: -0.6rem;
  margin-top: -1.5rem;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .main-page .slogan .download_slide .col._1 a:first-child img {
    width: 17.4rem;
  }
}

.main-page .slogan .download_slide .col._1 a:first-child img._hv {
  display: none;
}

.main-page .slogan .download_slide .col._1 a:first-child:hover img,
.main-page .slogan .download_slide .col._1 a:first-child.ac img {
  display: none;
}

.main-page .slogan .download_slide .col._1 a:first-child:hover img._hv,
.main-page .slogan .download_slide .col._1 a:first-child.ac img._hv {
  display: block;
}

.main-page .slogan .download_slide .col._1 a:not(:first-child) {
  width: 21.6rem;
  height: 5.9rem;
  background: url(../images/img-bnt.png) no-repeat center center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0.7rem auto;
}

@media only screen and (max-width: 1024px) {
  .main-page .slogan .download_slide .col._1 a:not(:first-child) {
    width: 17.4rem;
  }
}

.main-page .slogan .download_slide .col._1 a:not(:first-child):hover {
  background: url(../images/img-bnt-hover.png) no-repeat center center;
  background-size: 100% 100%;
}

.main-page .slogan .download_slide .col._1 a:not(:first-child):hover span {
  color: #fff;
}

.main-page .slogan .download_slide .col._1 a:not(:first-child):hover i {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
}

.main-page .slogan .download_slide .col._1 a:not(:first-child) img {
  width: 4rem;
  margin: 0 1rem 0 2rem;
}

.main-page .slogan .download_slide .col._1 a:not(:first-child) p {
  overflow: hidden;
  margin: 0 0.5rem 0 1.5rem;
  width: 4rem;
  height: 3.9rem;
}

.main-page .slogan .download_slide .col._1 a:not(:first-child) p i {
  width: 100%;
  height: 100%;
  background: url(../images/icon-dangky.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.main-page .slogan .download_slide .col._1 a:not(:first-child) p i:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon-dangky.png) no-repeat center center;
  background-size: 100% 100%;
}

.main-page .slogan .download_slide .col._1 a:not(:first-child) span {
  color: #ece2d4;
  font-family: "cambria";
  font-size: 1.8rem;
}

.main-page .slogan .download_slide .col._1 a:nth-child(3) p i {
  background: url(../images/icon-quyenloi.png) no-repeat center center;
  background-size: 100% 100%;
}

.main-page .slogan .download_slide .col._1 a:nth-child(3) p i:before {
  background: url(../images/icon-quyenloi.png) no-repeat center center;
  background-size: 100% 100%;
}

.main-page .slogan .download_slide .col._1 a:nth-child(4) p i {
  background: url(../images/icon-vip.png) no-repeat center center;
  background-size: 100% 100%;
}

.main-page .slogan .download_slide .col._1 a:nth-child(4) p i:before {
  background: url(../images/icon-vip.png) no-repeat center center;
  background-size: 100% 100%;
}

.main-page .slogan .download_slide .col._2 {
  margin: 0 2rem;
}

.main-page .slogan .download_slide .col._2 #news_slider {
  width: 64.5rem;
  height: 30.4rem;
  background: url(../images/img-bg-banner.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.8rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .main-page .slogan .download_slide .col._2 #news_slider {
    width: 47.5rem;
    height: 26.4rem;
    overflow: hidden;
  }
}

.main-page .slogan .download_slide .col._2 #news_slider img {
  width: 63rem;
  max-height: 29.1rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .slogan .download_slide .col._2 #news_slider img {
    width: 53rem;
  }
}

.main-page .slogan .download_slide .col._2 #news_slider .slick-dots {
  bottom: 1rem;
  text-align: right;
  right: 1rem;
}

.main-page .slogan .download_slide .col._2 #news_slider .slick-dots li button {
  background: #ab302c;
  border-radius: 2px;
  width: 1.5rem;
  height: 1.5rem;
}

.main-page .slogan .download_slide .col._2 #news_slider .slick-dots li button:before {
  display: none;
}

.main-page .slogan .download_slide .col._2 #news_slider .slick-dots li.slick-active button {
  background: #fdeeb6;
}

.main-page .slogan .download_slide .col._3 a img {
  width: 37.1rem;
  margin: 0 -3rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .slogan .download_slide .col._3 a img {
    width: 32.1rem;
  }
}

.main-page .slogan .download_slide .col._3 a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.main-page .news {
  width: 121.4rem;
  height: 52.3rem;
  background: url(../images/img-bg-news.png) no-repeat center center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1rem 0 0.5rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .news {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-page .news .slide_volam {
  width: 66.8rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .slide_volam {
    width: 100%;
  }
}

.main-page .news .slide_volam a {
  position: relative;
  display: block;
  width: 21.2rem;
  margin: 0 0.5rem;
  overflow: hidden;
}

.main-page .news .slide_volam a img {
  width: 100%;
}

.main-page .news .slide_volam a span {
  width: 18.4rem;
  height: 5rem;
  background: url(../images/img-bnt-slide.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  color: #46372e;
  font-size: 1.6rem;
  font-family: "cambria";
}

@media only screen and (max-width: 1024px) {
  .main-page .news .slide_volam a span {
    font-size: 2.6rem;
    width: 29.4rem;
    height: 6rem;
  }
}

.main-page .news .slide_volam a:hover img {
  -webkit-animation: zoomIcon 2s infinite linear;
  animation: zoomIcon 2s infinite linear;
}

.main-page .news .slide_volam a:hover span {
  -webkit-animation: moveX 0.3s ease infinite;
  animation: moveX 0.3s ease infinite;
}

.main-page .news .slide_volam .slick-arrow {
  width: 3rem;
  height: 4.6rem;
  background: url(../images/img-arrow.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 3;
}

.main-page .news .slide_volam .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translate(0, -50%) rotateZ(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotateZ(180deg);
}

.main-page .news .slide_volam .slick-arrow.slick-next {
  right: 0;
}

.main-page .news .box-news {
  width: 60rem;
  height: 43.7rem;
  background: url(../images/img-bg-list-news.png) no-repeat center center;
  float: right;
  position: relative;
  background-size: 100% 100%;
  z-index: 2;
  padding: 0 1.7rem 0 2rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .box-news {
    width: 100%;
    height: 54.7rem;
    margin-left: 0;
  }
}

.main-page .news .box-news .menu-news {
  height: 5.8rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .box-news .menu-news {
    height: 7.8rem;
  }
}

.main-page .news .box-news .menu-news ul {
  width: 90%;
  height: 100%;
  border-bottom: 1px dotted #d0d9e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-page .news .box-news .menu-news ul li {
  float: left;
  width: 23%;
  text-align: left;
  line-height: 5.8rem;
  display: block;
}

@media only screen and (max-width: 750px) {
  .main-page .news .box-news .menu-news ul li {
    float: left;
    text-align: left;
  }
}

.main-page .news .box-news .menu-news ul li a {
  font-size: 2rem;
  color: #5a5a5a;
  font-family: "barlowmedium";
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .box-news .menu-news ul li a {
    font-size: 3rem;
  }
}

.main-page .news .box-news .menu-news ul li a:hover {
  color: #596999;
  display: block;
}

.main-page .news .box-news .menu-news ul li.active a {
  color: #596999;
  display: block;
}

.main-page .news .box-news .menu-news ul li:last-child a:before {
  display: none;
}

.main-page .news .news-content {
  width: 100%;
  margin: auto;
}

.main-page .news .news-content .gr.active {
  display: block;
}

.main-page .news .news-content .sub-news .item {
  border-bottom: 1px solid #d0d9e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 7rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .news-content .sub-news .item {
    height: 9rem;
  }
}

.main-page .news .news-content .sub-news .item:hover {
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}

.main-page .news .news-content .sub-news .item:last-child {
  border-bottom: none;
}

.main-page .news .news-content .sub-news .item a {
  display: block;
  float: left;
  width: 38rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .news-content .sub-news .item a {
    width: calc(100% - 10rem);
  }
}

.main-page .news .news-content .sub-news .item a:hover span {
  color: #596999;
}

.main-page .news .news-content .sub-news .item a span {
  display: block;
  font-size: 1.7rem;
  color: #5a5a5a;
  font-family: "barlowsemibold";
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .news-content .sub-news .item a span {
    font-size: 2.7rem;
  }
}

.main-page .news .news-content .sub-news .item a span:first-child {
  color: #d14d54;
  text-transform: uppercase;
}

.main-page .news .news-content .sub-news .item a span:last-child {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 41rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .news-content .sub-news .item a span:last-child {
    width: 100%;
  }
}

.main-page .news .news-content .sub-news .item .date {
  float: right;
  font-family: "barlowsemibold";
  font-size: 2.5rem;
  color: #ad2c2c;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .news-content .sub-news .item .date {
    font-size: 3rem;
  }
}

.main-page .news .news-content .sub-news .item .date span {
  display: block;
}

.main-page .news .news-content .sub-news .item .date span:last-child {
  font-family: "barlowmedium";
  font-size: 1.5rem;
  color: #5a5a5a;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .news-content .sub-news .item .date span:last-child {
    font-size: 2.5rem;
  }
}

.main-page .news .news-content .sub-news .item:first-child {
  position: relative;
}



.main-page .news .news-content .view-more p a {
  position: absolute;
  top: 2rem;
  right: 3rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .news-content .view-more p a {
    top: 1rem;
    right: 3rem;
  }
}

.main-page .news .news-content .view-more p a img {
  width: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .news .news-content .view-more p a img {
    width: 2.5rem;
  }
}

.main-page .news .news-content .view-more p a:hover img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.70s;
  -o-transition: 0.70s;
  transition: 0.70s;
}

.main-page .hephai_bxh {
  width: 121.4rem;
  height: 60rem;
  background: url(../images/img-bg-hephai.png) no-repeat center center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.6rem;
  padding-left: 1.5rem;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.main-page .hephai_bxh:after {
  position: absolute;
  content: '';
  width: 38.8rem;
  height: 63.7rem;
  background: url(../images/img-monphai-after.png) no-repeat center center;
  top: 6rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  pointer-events: none;
}

.main-page .hephai_bxh .bxh {
  width: 52.3rem;
  height: 54rem;
  background: url(../images/img-bg-bxh.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0 5rem;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .bxh {
    width: 100%;
    height: 47.7rem;
  }
}

.main-page .hephai_bxh .bxh>p {
  text-align: center;
  margin: 2rem 0 1rem;
}

.main-page .hephai_bxh .bxh>p span {
  color: #4f4b3d;
  font-size: 2rem;
  font-family: "cambria";
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .bxh>p span {
    font-size: 3rem;
  }
}

.main-page .hephai_bxh .bxh>p span:before,
.main-page .hephai_bxh .bxh>p span:after {
  position: absolute;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/img-dau.png) no-repeat center center;
  top: 1.2rem;
  left: -2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  pointer-events: none;
}

.main-page .hephai_bxh .bxh>p span:after {
  left: inherit;
  right: -3rem;
}

.main-page .hephai_bxh .bxh .list_bxh {
  width: 100%;
}

.main-page .hephai_bxh .bxh .list_bxh div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .bxh .list_bxh div {
    margin: 1px 0;
  }
}

.main-page .hephai_bxh .bxh .list_bxh div:first-child p:first-child {
  background: none;
}

.main-page .hephai_bxh .bxh .list_bxh div:nth-child(2) p:first-child,
.main-page .hephai_bxh .bxh .list_bxh div:nth-child(3) p:first-child,
.main-page .hephai_bxh .bxh .list_bxh div:nth-child(4) p:first-child {
  color: #ad2c2c;
  font-family: "cambriabold";
}

.main-page .hephai_bxh .bxh .list_bxh div p {
  font-family: 'tahoma';
  font-size: 1.5rem;
  color: #000000;
  width: 10%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .bxh .list_bxh div p {
    font-size: 2.5rem;
  }
}

.main-page .hephai_bxh .bxh .list_bxh div p:first-child {
  width: 4.3rem;
  height: 3.3rem;
  background: url(../images/img-number.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .bxh .list_bxh div p:first-child {
    width: 9.3rem;
    background-size: auto 100%;
  }
}

.main-page .hephai_bxh .bxh .list_bxh div p:nth-child(2) {
  width: 40%;
  color: #37539b;
}

.main-page .hephai_bxh .bxh .list_bxh div p:nth-child(3) {
  width: 30%;
}

.main-page .hephai_bxh .bxh .list_bxh div p:nth-child(4) {
  width: 20%;
}

.main-page .hephai_bxh .bxh .list_bxh div:first-child p {
  color: #4f4b3d;
}

.main-page .hephai_bxh .mon_phai {
  width: calc(100% - 52.3rem);
  height: 100%;
  -webkit-clip-path: polygon(0% -100%, 400% -100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% -100%, 400% -100%, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai {
    width: 100%;
    height: auto;
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.main-page .hephai_bxh .mon_phai .img-monphai {
  position: relative;
}

.main-page .hephai_bxh .mon_phai .img-monphai .item {
  position: absolute;
  left: -10000px;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .img-monphai .item {
    position: relative;
    display: none;
  }
}

.main-page .hephai_bxh .mon_phai .img-monphai .item ._info {
  position: absolute;
  z-index: 1;
  width: 25.8rem;
  -webkit-transition: left 1100ms ease;
  -o-transition: left 1100ms ease;
  transition: left 1100ms ease;
  left: -1000px;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .img-monphai .item ._info {
    top: 9rem;
    width: 38.8rem;
  }
}

.main-page .hephai_bxh .mon_phai .img-monphai .item ._info p {
  text-align: center;
  color: #3e2924;
  font-size: 1.5rem;
  font-family: "cambria";
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .img-monphai .item ._info p {
    font-size: 2.5rem;
  }
}

.main-page .hephai_bxh .mon_phai .img-monphai .item ._info p img {
  width: 25.8rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .img-monphai .item ._info p img {
    width: 38.8rem;
  }
}

.main-page .hephai_bxh .mon_phai .img-monphai .item ._info p:nth-child(2) {
  width: 22.3rem;
  height: 4.1rem;
  background: url(../images/img-bg-skill.png) no-repeat center center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6rem auto 1rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .img-monphai .item ._info p:nth-child(2) {
    width: 37.3rem;
    height: 6.1rem;
  }
}

.main-page .hephai_bxh .mon_phai .img-monphai .item ._info p:nth-child(2) span {
  width: 50%;
}

.main-page .hephai_bxh .mon_phai .img-monphai .item ._img {
  position: absolute;
  top: -18rem;
  left: -24rem;
  -webkit-transition: left 1100ms ease;
  -o-transition: left 1100ms ease;
  transition: left 1100ms ease;
}

.main-page .hephai_bxh .mon_phai .img-monphai .item ._img img {
  width: 115.6rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .img-monphai .item ._img {
    position: relative;
    top: -7rem;
    left: -11rem;
  }
}

.main-page .hephai_bxh .mon_phai .img-monphai .item.active {
  display: block;
  left: 0;
}

.main-page .hephai_bxh .mon_phai .img-monphai .item.active ._info {
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .img-monphai .item.active ._info {
    left: 6rem;
  }
}

.main-page .hephai_bxh .mon_phai .img-monphai .item.active ._img {
  -webkit-animation: zoomIcon 1.5s linear;
  animation: zoomIcon 1.5s linear;
}

.main-page .hephai_bxh .mon_phai .icon-monphai {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 2rem;
  width: calc(100% - 52.3rem);
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .icon-monphai {
    width: 100%;
  }
}

.main-page .hephai_bxh .mon_phai .icon-monphai:before {
  content: '';
  position: absolute;
  bottom: -2rem;
  left: 3rem;
  width: 65.2rem;
  height: 1px;
  background: url(../images/img-line-1.png) no-repeat center center;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .icon-monphai:before {
    width: 100%;
    left: 0;
  }
}

.main-page .hephai_bxh .mon_phai .icon-monphai a {
  width: 9.7rem;
  height: 3rem;
  background: url(../images/img-bnt-tabs.png) no-repeat center center;
  background-size: 100% 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5rem 1.2rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .icon-monphai a {
    width: 13.7rem;
    height: 4rem;
  }
}

.main-page .hephai_bxh .mon_phai .icon-monphai a:hover,
.main-page .hephai_bxh .mon_phai .icon-monphai a.active {
  background: url(../images/img-bnt-tabs-hover.png) no-repeat center center;
  background-size: 100% 100%;
}

.main-page .hephai_bxh .mon_phai .icon-monphai a:hover span,
.main-page .hephai_bxh .mon_phai .icon-monphai a.active span {
  color: #fff;
}

.main-page .hephai_bxh .mon_phai .icon-monphai a span {
  color: #262626;
  font-size: 1.5rem;
  font-family: "cambria";
}

@media only screen and (max-width: 1024px) {
  .main-page .hephai_bxh .mon_phai .icon-monphai a span {
    font-size: 2rem;
  }
}

.main-page .social {
  text-align: center;
  position: relative;
  margin-top: 33rem;
  padding-bottom: 23rem;
}

.main-page .social:after {
  position: absolute;
  content: '';
  width: 143rem;
  height: 74.7rem;
  background: url(../images/img-bg-social.png) no-repeat center center;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1024px) {
  .main-page .social:after {
    width: 134rem;
    height: 69.7rem;
  }
}

.main-page .social div {
  position: relative;
  z-index: 2;
  width: 101rem;
}

@media only screen and (max-width: 1024px) {
  .main-page .social div {
    width: 83rem;
  }
}

.main-page .social div a {
  width: 19.1rem;
  display: inline-block;
  margin: 0 -1rem;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .main-page .social div a {
    width: 17rem;
  }
}

.main-page .social div a:after {
  position: absolute;
  content: '';
  width: 11.7rem;
  height: 11.7rem;
  background: url(../images/img-bg-item-social-after.png) no-repeat center center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
}

.main-page .social div a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-page .social div a p:first-child {
  width: 19.1rem;
  height: 16.5rem;
  background: url(../images/img-bg-item-social.png) no-repeat center center;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1024px) {
  .main-page .social div a p:first-child {
    width: 17rem;
  }
}

.main-page .social div a p:first-child img {
  width: 9.5rem;
  position: relative;
  z-index: 1;
}

.main-page .social div a p:last-child {
  width: 10.3rem;
  height: 2.1rem;
  background: url(../images/img-bnt-social.png) no-repeat center center;
  background-size: 100% 100%;
  margin: -2.5rem auto 0;
}

.main-page .social div a p span {
  color: #efeee8;
  font-size: 1.6rem;
  font-family: "cambria";
}

.main-page .social div a:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  animation: sprin 10s linear 0s infinite;
  -webkit-animation: sprin 10s linear 0s infinite;
  -moz-animation: sprin 10s linear 0s infinite;
  -o-animation: sprin 10s linear 0s infinite;
}

.main-page .social div a:hover p img {
  -webkit-animation: zoomIcon 2s infinite linear;
  animation: zoomIcon 2s infinite linear;
}

.main-page .social div a:hover p:last-child {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.popup .width {
  width: 795px;
  height: 661px;
  max-height: 80%;
  background: url(../images/img-bg-popup.png) no-repeat center center;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  z-index: 9;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1440px) {
  .popup .width {
    max-height: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .popup .width {
    width: 90%;
    max-width: 596px;
    height: 432px;
  }
}

@media only screen and (max-width: 768px) {
  .popup .width {
    width: 470px;
    height: 365px;
  }
}

@media only screen and (max-width: 568px) {
  .popup .width {
    width: 355px;
    height: 269px;
    line-height: 27px;
  }
}

.popup .width .close {
  position: absolute;
  right: 0.2rem;
  top: 2rem;
  cursor: pointer;
  background: url(../images/icon-close.png) no-repeat center center;
  width: 4.1rem;
  height: 4.1rem;
  display: block;
  background-size: 100% 100%;
  z-index: 2;
}

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

.popup .maj {
  padding: 2rem 0;
  height: 100%;
  width: 100%;
  margin: auto;
}

.popup .maj .p-title {
  text-align: center;
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.popup .maj .p-title:before {
  content: '';
  background: url(../images/img-bg-title-po-after.html) no-repeat center center;
  width: 43.1rem;
  height: 1.5rem;
  margin: auto;
  background-size: 100% 100%;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.popup .maj .p-title span {
  color: #c7562b;
  font-size: 3rem;
  font-family: "cambriabold";
  position: relative;
  z-index: 2;
  display: block;
  text-transform: uppercase;
}

.popup .maj .text {
  height: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup .maj .text p {
  color: #202020;
  font-size: 1.8rem;
}

.popup .maj .text table {
  width: 91%;
  margin: 4rem auto 0;
}

@media only screen and (max-width: 414px) {
  .popup .maj .text table {
    margin: 2rem auto 0;
  }
}

.popup .maj .text table tr td {
  border: 1px solid #866850;
}

.popup .maj .text table tr p {
  color: #1c1c1c;
  text-align: unset;
}

@media only screen and (max-width: 750px) {
  .popup .maj .text table tr p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 568px) {
  .popup .maj .text table tr p {
    font-size: 14px;
  }
}

.popup .maj .text table tr:first-child {
  background-color: #225196;
}

.popup .maj .text table tr:first-child td p {
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
}

@media only screen and (max-width: 568px) {
  .popup .maj .text table tr:first-child td p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 414px) {
  .popup .maj .text table tr:first-child td p {
    font-size: 12px;
  }
}

.popup .maj .text .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup .maj .text .user a {
  text-align: center;
  color: #202020;
  font-size: 1.8rem;
}

.popup .maj .text .user a:hover {
  -webkit-animation: moveX 0.3s ease infinite;
  animation: moveX 0.3s ease infinite;
}

.popup.thongbao .width {
  height: 295px;
  width: 450px;
}

.news-home {
  background: #ffffff;
}

.news-home .container {
  width: 96%;
}

.news-home .header-page {
  background: #1f2e45;
}

.news-home .main-headerpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 8rem;
}

@media only screen and (max-width: 1023px) {
  .news-home .main-headerpage {
    height: 11rem;
  }
}

.news-home .main-headerpage .game-title {
  font-size: 3.5vw;
  font-family: 'cambriabold';
}

.news-home .main-headerpage .menu-btn {
  width: 8.5vw;
  height: 100%;
  background: url(../images/menu-btn.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
  z-index: 888;
}

.news-home .main-headerpage .logo-page img {
  width: 16.5rem;
  margin-top: 5rem;
}

@media only screen and (max-width: 1023px) {
  .news-home .main-headerpage .logo-page img {
    width: 20.5rem;
  }
}

.news-home .main-headerpage .list-menu .it-menu .link-menu {
  color: #b2b2b2;
}

.news-home .main-headerpage .list-menu .it-menu .link-menu:hover {
  -webkit-animation: moveHover 0.3s ease infinite;
  animation: moveHover 0.3s ease infinite;
}

.main-page-new {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 36.4rem 1fr;
  grid-template-columns: 36.4rem 1fr;
  position: relative;
  z-index: 2;
  margin-top: 4rem;
  min-height: calc(100vh - 40px - 95px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .main-page-new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}

.sidenav {
  position: fixed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5%;
  height: 100vh;
  bottom: 0;
  z-index: 887;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

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

.sidenav .sidenav-link {
  width: 100%;
  height: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4vw;
  text-transform: uppercase;
  color: #fff;
}

.main-new-content {
  min-width: 1000px;
  width: calc(100% - 55.4rem);
}

@media only screen and (max-width: 1023px) {
  .main-new-content {
    min-width: unset;
    width: 100%;
  }
}

.main-new-content .download-container {
  width: 69.885vw;
  min-height: 36.771vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: auto;
  margin-top: 57px;
  padding-top: 10%;
  background: url(../images/download/body.jpg) top center;
  background-size: 100% auto;
  background-repeat: repeat;
  overflow-y: hidden;
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container {
    margin: unset;
    width: 100%;
    min-height: 102.771vw;
    margin-top: 57px;
  }
}

.main-new-content .download-container::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 71.771vw;
  background: url(../images/download/download-container.jpg) no-repeat top center;
  background-size: 100% auto;
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container::before {
    height: 102.771vw;
  }
}

.main-new-content .download-container .download-link {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  gap: 1%;
  height: 6vw;
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container .download-link {
    height: 16vw;
  }
}

.main-new-content .download-container .download-link .link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 23%;
  height: 102%;
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 1.2;
  font-family: 'cambria';
  color: #ffea8a;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container .download-link .link-btn {
    font-size: 2vw;
    height: 55%;
  }
}

.main-new-content .download-container .download-link .link-btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.main-new-content .download-container .download-link .link-btn p:nth-child(2) {
  color: #fac637;
}

.main-new-content .download-container .download-link .link-btn:nth-child(2) {
  width: 30%;
  color: #000;
  height: 159%;
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container .download-link .link-btn:nth-child(2) {
    font-size: 2.5vw;
    height: 95%;
  }
}

.main-new-content .download-container .download-link .link-btn:nth-child(2) p:nth-child(2) {
  color: #000;
}

.main-new-content .download-container .download-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  padding-top: 6vw;
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container .download-content {
    padding-top: 8vw;
  }
}

.main-new-content .download-container .download-content .content-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-new-content .download-container .download-content .content-container .content-title {
  font-size: 0.9vw;
  text-transform: uppercase;
  color: #000;
  font-family: 'cambriabold';
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container .download-content .content-container .content-title {
    font-size: 2.2vw;
  }
}

.main-new-content .download-container .download-content .content-container .content-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: url(../images/download/download-holder.png) no-repeat center center;
  width: 33.75vw;
  height: 6.615vw;
  background-size: 100% auto;
  padding-left: 5%;
  color: #000;
  font-size: 0.9vw;
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container .download-content .content-container .content-detail {
    width: 60.75vw;
    height: 12.615vw;
    font-size: 2vw;
  }
}

.main-new-content .download-container .download-content .content-container .content-detail .download-btn {
  position: absolute;
  right: 6%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container .download-content .content-container .content-detail .download-btn {
    right: 3%;
  }
}

.main-new-content .download-container .download-content .content-container .content-detail .download-btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: contrast(1.3);
  filter: contrast(1.3);
}

.main-new-content .download-container .download-content .content-container .content-detail .download-btn img {
  width: auto;
  height: 4.2vw;
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container .download-content .content-container .content-detail .download-btn img {
    height: 9.2vw;
  }
}

.main-new-content .download-container .download-content .note-container {
  width: 100%;
  padding-left: 3.5%;
  font-size: 0.9vw;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5vw;
  margin-top: 5%;
}

.main-new-content .download-container .download-content .note-container a {
  cursor: pointer;
  font-family: 'cambriabold';
  color: #000;
  text-transform: uppercase;
}

.main-new-content .download-container .download-content .note-container a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
  .main-new-content .download-container .download-content .note-container {
    font-size: 2.2vw;
  }
}

.main-new-content .download-container .download-content .new-content {
  height: 100%;
  width: 100%;
  display: none;
  overflow-y: auto;
  color: #000;
}

.main-new-content .download-container .download-content .new-content::-webkit-scrollbar {
  width: 8px;
}

.main-new-content .download-container .download-content .new-content::-webkit-scrollbar-track {
  background: #e8b065;
  border-radius: 12px;
}

.main-new-content .download-container .download-content .new-content::-webkit-scrollbar-thumb {
  background: #e2462b;
  border-radius: 12px;
}

.main-new-content .download-container .download-content .new-content a {
  color: #c45f00;
}

.main-new-content .download-container .download-content .new-content strong {
  font-weight: bold;
}

.main-new-content .download-container .download-content .new-content h1,
.main-new-content .download-container .download-content .new-content .content-event-h1 {
  font-size: 19px;
  color: #0f191f;
  padding: 8px 0 8px 35px;
  position: relative;
  font-family: 'tahomabd';
}

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

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

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

.main-new-content .download-container .download-content .new-content table {
  max-width: 95%;
  margin: 1rem auto;
}

.main-new-content .download-container .download-content .new-content table tr:nth-child(1) td {
  background: #c45f00;
  color: #fff;
}

.main-new-content .download-container .download-content .new-content table tr td {
  padding: 0 1%;
  border: 1px solid #000;
}

.main-new-content .download-container .download-content .new-content img {
  max-width: 95%;
  margin: 1rem auto;
  height: auto;
}

.main-new-content .download-container .download-content .new-content.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-new-content .download-container .download-content .new-content.tai-game .item {
  position: relative;
  overflow: hidden;
  background: url(../images/img-main-bg-download-tai.jpg) no-repeat;
  width: 587px;
  height: 170px;
  display: block;
  margin-bottom: 30px;
}

.main-new-content .download-container .download-content .new-content.tai-game .item .text ._t_top {
  background: url(../images/icon-download.html) no-repeat;
  display: block;
  color: #f5ecc4;
  font-size: 18px;
  font-family: "barlowsemibold";
  line-height: 40px;
  padding-left: 13px;
  text-transform: uppercase;
  margin: 0;
}

.main-new-content .download-container .download-content .new-content.tai-game .item .text ._t_top::before {
  display: none;
}

.main-new-content .download-container .download-content .new-content.tai-game .item .text-full {
  /*background: url(../images/img-bg-vs.png) no-repeat;*/
  width: 100%;
  height: 82px;
  margin: auto;
  display: block;
  padding: 9px 0 0 0;
}

.main-new-content .download-container .download-content .new-content.tai-game .item .text-full p {
  display: block;
  padding-left: 20px;
  line-height: 19px;
  color: #000;
  font-size: 12px;
  font-family: 'tahomabd';
  background: url(../images/buleet.png) no-repeat scroll 15px 5px rgba(0, 0, 0, 0);
  clear: both;
  padding-left: 28px;
}

.main-new-content .download-container .download-content .new-content.tai-game .item._0 .text-full p:nth-child(5),
.main-new-content .download-container .download-content .new-content.tai-game .item .text-full p:last-child {
  background: none;
  padding-left: 17px;
}

.main-new-content .download-container .download-content .new-content.tai-game .item._1 .text-full p:nth-child(5),
.main-new-content .download-container .download-content .new-content.tai-game .item._0 .text-full p:nth-child(6),
.main-new-content .download-container .download-content .new-content.tai-game .item._1 .text-full p:nth-child(4) {
  display: none;
}

.main-new-content .download-container .download-content .new-content.tai-game .item .text-full p span {
  color: #000000;
  font-size: 12px;
  font-family: 'tahoma';
}

.main-new-content .download-container .download-content .new-content.tai-game .item .save {
  position: absolute;
  bottom: 67px;
  right: 30px;
  width: 128px;
  height: 72px;
  background: url(../images/img-bnt-taigame-2.png) no-repeat;
  text-indent: 9999999999px;
  cursor: pointer;
}

.main-new-content .download-container .download-content .new-content.tai-game .item .save:hover {
  background-position: right top;
}

.tab-newpage {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 13.5rem;
}

@media only screen and (max-width: 1023px) {
  .tab-newpage {
    padding-left: 3rem;
  }
}

.tab-newpage:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: url(../images/new-page/line-tab.png) no-repeat center center;
  left: 0;
  bottom: -8px;
}

.tab-newpage .tab-big {
  margin-right: 2rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tab-newpage .tab-big .tab-bigbig {
  position: relative;
  top: 3px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  color: #b2b2b2;
  font-size: 4rem;
  background: -webkit-linear-gradient(#3f73a3, #b2b2b2);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #3f73a3), color-stop(40%, #b2b2b2));
  background: -webkit-linear-gradient(left, #3f73a3 10%, #b2b2b2 40%);
  background: -o-linear-gradient(left, #3f73a3 10%, #b2b2b2 40%);
  background: linear-gradient(to right, #3f73a3 10%, #b2b2b2 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1023px) {
  .tab-newpage .tab-big .tab-bigbig {
    font-size: 7rem;
  }
}

.tab-newpage .tab-big .tab-bigbig:after {
  content: "";
  position: absolute;
  top: 1.6rem;
  right: 0.8rem;
  height: 50%;
  width: 1px;
  background-color: #b2b2b2;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.tab-newpage .tab-big .tab-bigbig-lev {
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.tab-newpage .tab-big .tab-bigbig-lev:after {
  content: "";
  position: absolute;
  top: 1.9rem;
  right: 1.1rem;
  height: 44%;
  width: 1px;
  background-color: #b2b2b2;
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}

.tab-newpage .tab-big .tab-bigbigbig:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 13px;
  height: 60%;
  width: 1px;
  background-color: #b2b2b2;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
}

.tab-newpage .tab-big .tab-bigsmall {
  color: #839ea6;
  font-size: 1.9rem;
  margin-left: -0.4rem;
}

@media only screen and (max-width: 1023px) {
  .tab-newpage .tab-big .tab-bigsmall {
    font-size: 2.9rem;
  }
}

.tab-newpage .tab-newpage-link {
  position: relative;
  font-size: 1.5rem;
  color: #808080;
  margin: 0 23px;
}

@media only screen and (max-width: 1023px) {
  .tab-newpage .tab-newpage-link {
    font-size: 3.2rem;
  }
}

.tab-newpage .tab-newpage-link:hover,
.tab-newpage .tab-newpage-link.active {
  color: #1f2e45;
}

.tab-newpage .tab-newpage-link:hover:after,
.tab-newpage .tab-newpage-link.active:after {
  width: 100%;
  height: 1px;
  background: #515968;
}

.tab-newpage .tab-newpage-link:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -8px;
}

.content-newpage {
  margin-top: 25px;
}

.it-newpage {
  display: block;
  padding-block: 2.5rem;
  color: #fff;
}

.it-newpage .in-newpage {
  width: 100%;
  max-width: 1200px;
}

.it-newpage:hover {
  background: #f2f9ff;
}

.it-newpage:hover .date-time .date {
  color: #eedbb2;
}

.it-newpage:hover .date-time .month-year {
  background: #eedbb2;
}

.it-newpage:hover .icon-view-to {
  border: 1px solid #eedbb2;
  background: #eedbb2;
}

.it-newpage:hover .icon-view-to .img-view-to {
  display: none;
}

.it-newpage:hover .icon-view-to .img-view-to-hover {
  display: block;
}

.it-newpage .date-time {
  width: 90px;
  line-height: 1.2;
}

.it-newpage .date-time .date {
  font-size: 4.8rem;
  color: #6d85a4;
}

.it-newpage .date-time .month-year {
  display: inline-block;
  border-radius: 1rem;
  font-size: 2rem;
  background: #b7c2cf;
  padding: 0 8px;
}

.it-newpage .cat-title-des {
  color: #999999;
  margin-left: 3rem;
  padding-left: 3rem;
  border-left: 1px solid #ccd8e4;
  width: calc(100% - 90px - 150px);
}

.it-newpage .cat-title-des .cat {
  font-size: 1.3rem;
}

.it-newpage .cat-title-des .title-newpage {
  color: #1f2e45;
  font-size: 2.2rem;
  margin-top: 0.7rem;
}

.it-newpage .cat-title-des .des-newpage {
  margin-top: 0.5rem;
  font-size: 1.5rem;
}

.it-newpage .icon-view-to {
  padding: 0.5rem 1.5rem;
  border: 1px solid #a6a6a6;
  border-radius: 3rem;
  display: inline-block;
}

.it-newpage .icon-view-to .img-view-to-hover {
  display: none;
}

.pagination {
  font-size: 1.6rem;
  margin-top: 2rem;
  text-align: center;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #6d85a4;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 2px;
}

@media only screen and (min-width: 1024px) {
  .pagination ul li {
    width: 4rem;
    height: 4rem;
    margin: 0 3px;
  }
}

.pagination ul li:hover,
.pagination ul li.active {
  background: #eedbb2;
}

.pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #6d85a4;
}

.content-news {
  width: 100%;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 50px;
  color: #333333;
  font-size: 13px;
}

.content-news .title-back {
  color: #1f2e45;
  font-size: 40px;
  margin-top: 30px;
}

.content-news .title-back .title-new {
  padding-inline: 15%;
  font-size: 4rem;
}

.content-news .icon-view-to {
  width: 120px;
  height: 40px;
  right: 0;
  top: 8px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  padding: 0 0;
  border: 1px solid #a6a6a6;
  border-radius: 30px;
}

@media only screen and (max-width: 1023px) {
  .content-news .icon-view-to {
    scale: 0.7;
    top: -38px;
    left: -24px;
  }
}

.content-news .icon-view-to .img-view-to {
  margin: 0;
  max-width: auto;
}

.content-news .icon-view-to .img-view-to-hover {
  display: none;
}

.content-news .date-post {
  color: #333333;
  font-size: 20px;
  margin-bottom: 20px;
}

.content-news .content-detail {
  width: 90%;
  max-width: 1200px;
}

@media only screen and (max-width: 1023px) {
  .content-news .content-detail .text table {
    max-width: 100%;
  }
}

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

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

.text span.content-event-first {
  float: left;
  font-size: 40px;
  line-height: 5px;
  margin: 4px 2px 0px 0px;
}

.text h1,
.text .content-event-h1 {
  font-size: 19px;
  color: #000;
  padding: 4px 0 8px 35px;
  position: relative;
  font-family: 'tahomabd';
}

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

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

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

.text h3,
.text h4 {
  margin-left: 55px;
  line-height: 28px;
}

.text a {
  color: #0f191f;
}

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

.text ul li {
  line-height: 28px;
  background: url(../images/icon_li1.png) no-repeat scroll 15px 9px rgba(0, 0, 0, 0);
  clear: both;
  padding-left: 28px;
  vertical-align: middle;
  padding-bottom: 10px;
  color: #000;
  font-family: 'tahoma';
}

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

.text div img {
  border: 1px solid #766b6b;
  padding: 3px;
  max-width: 100%;
  height: auto;
}

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

.text p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #766b6b;
  padding: 3px;
  display: block;
}

.text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

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

.text table tr {
  background-color: #fcefd6;
}

.text table tr td {
  border: 1px solid #4e5051;
  margin: 0;
  padding: 5px;
  vertical-align: middle !important;
  text-align: center;
}

.text table tr td img {
  border: 1px solid #766b6b;
  padding: 3px;
}

.text table tr:nth-child(2n) {
  background-color: #f6f1e8;
}

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

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

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

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

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

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

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

.text em {
  font-style: italic;
}

table img {
  display: block;
}

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

table tr:first-child td {
  text-align: center;
}

table tr td {
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  padding: 5px 0px;
}