@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

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

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

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

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

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

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

@font-face {
  font-family: "utm_cafeta";
  src: url("assets/frontend/home/fonts/utm_cafeta.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;
}

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

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

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

.hide {
  display: none;
}

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

.c-green {
  color: #42ff00;
}

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

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

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

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

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "tahoma";
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
  color: #ffffff;
  background: url(assets/frontend/home/images/img-bg-frame-1.jpg) no-repeat
    center top #e9eff6;
  overflow-x: hidden !important;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  body {
    background: url(assets/frontend/home/images/img-bg-frame-1-mb.jpg) no-repeat
      center top #b1d6e9;
    background-size: contain;
  }
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #1e3f20;
  border-radius: 12px;
}
body::-webkit-scrollbar-thumb {
  background: #b6d4ec;
  border-radius: 12px;
}

.container {
  position: relative;
  width: 1198px;
  margin: 0 auto;
  color: #111;
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
}

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

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

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

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

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

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

#group-top_left {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  #group-top_left {
    top: 0;
    left: 20px;
  }
}
@media only screen and (max-width: 568px) {
  #group-top_left {
    left: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  #group-top_left img {
    width: 115px;
  }
}
@media only screen and (max-width: 568px) {
  #group-top_left img {
    width: 74px;
  }
}

/* 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: 0.75s;
  animation-duration: 0.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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(transparent)
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 568px) {
  .video_mp4 {
    left: 360px;
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .header .logo-pc img {
    max-width: 75px;
    margin-top: 63px;
  }
}

@media only screen and (max-width: 568px) {
  .header .logo-pc img {
    max-width: 75px;
    margin-top: 38px;
  }
}

.header .menu {
  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;
  height: 87px;
}
@media only screen and (max-width: 750px) {
  .header .menu {
    height: 74px;
  }
}
@media only screen and (max-width: 568px) {
  .header .menu {
    height: 55px;
  }
}
.header .menu .btn-napthe,
.header .menu .btn-taigame {
  background: url(assets/frontend/home/images/btn-head.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 160px;
  height: 54px;
  display: block;
  position: relative;
  line-height: 49px;
  margin: 10px;
}
@media only screen and (max-width: 750px) {
  .header .menu .btn-napthe,
  .header .menu .btn-taigame {
    width: 125px;
    height: 41px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 568px) {
  .header .menu .btn-napthe,
  .header .menu .btn-taigame {
    width: 107px;
    height: 35px;
    line-height: 34px;
    margin: 3px;
  }
}
.header .menu .btn-napthe:hover,
.header .menu .btn-taigame:hover {
  background: url(assets/frontend/home/images/btn-head-hover.png) no-repeat
    center center;
  background-size: contain;
}
.header .menu .btn-napthe p,
.header .menu .btn-taigame p {
  text-align: center;
  width: 100%;
  font-size: 24.3px;
  font-family: "uvnlaclongquanr";
}
@media only screen and (max-width: 750px) {
  .header .menu .btn-napthe p,
  .header .menu .btn-taigame p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .header .menu .btn-napthe p,
  .header .menu .btn-taigame p {
    font-size: 16px;
  }
}

#toggle-hambuger:checked ~ nav .icon-hamburger {
  background: transparent;
}
#toggle-hambuger:checked ~ nav .icon-hamburger #hambuger .inner-hambuger {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #08a59c;
}
#toggle-hambuger:checked ~ nav .icon-hamburger #hambuger .inner-hambuger:before,
#toggle-hambuger:checked ~ nav .icon-hamburger #hambuger .inner-hambuger:after {
  background: #08a59c;
}
#toggle-hambuger:checked
  ~ nav
  .icon-hamburger
  #hambuger
  .inner-hambuger:before {
  top: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#toggle-hambuger:checked ~ nav .icon-hamburger #hambuger .inner-hambuger:after {
  top: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#toggle-hambuger:checked ~ nav .navbar-content {
  min-height: 100vh;
}

.navbar {
  background: #fff;
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  .navbar {
    background: #2e3749;
    height: 92px;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 750px) {
  .navbar {
    height: 80px;
  }
}
@media only screen and (max-width: 568px) {
  .navbar {
    height: 65px;
  }
}
.navbar .container {
  padding: 0 3px;
}
@media only screen and (min-width: 375px) {
  .navbar .container {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 480px) {
  .navbar .container {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 640px) {
  .navbar .container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar .container {
    padding: 0;
  }
}
.navbar .icon-hamburger {
  float: right;
  width: 60px;
  height: 40px;
  background: transparent;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 -5px;
}
@media only screen and (max-width: 568px) {
  .navbar .icon-hamburger {
    width: 45px;
    height: 28px;
    margin: 0 0px;
  }
}
.navbar .icon-hamburger #hambuger {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 568px) {
  .navbar .icon-hamburger #hambuger img {
    width: 100%;
  }
}
.navbar .navbar-content {
  position: fixed;
  background: #080d16;
  background-size: 100%;
  width: 100%;
  height: 0;
  min-height: 0;
  top: 0;
  left: 0;
  -webkit-transition: min-height 0.2s ease-out;
  -o-transition: min-height 0.2s ease-out;
  transition: min-height 0.2s ease-out;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .navbar .navbar-content {
    display: block;
    width: auto;
    height: auto;
    min-height: auto !important;
    position: relative;
    background: transparent;
    margin: 0 auto 0;
    text-align: left;
    border: none;
    overflow: visible;
  }
}
.navbar .navbar-content ul#menu {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-content ul#menu {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar .navbar-content ul#menu {
    text-align: left;
  }
}
.navbar .navbar-content ul#menu li {
  position: relative;
  top: 50px;
}
@media only screen and (min-width: 576px) {
  .navbar .navbar-content ul#menu li {
    top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-content ul#menu li {
    top: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar .navbar-content ul#menu li {
    display: inline-block;
    margin: 0 19px;
    top: 0;
    float: left;
  }
  .navbar .navbar-content ul#menu li:first-child {
    margin-left: 0;
  }
  .navbar .navbar-content ul#menu li:first-child a {
    display: inline-block;
    text-align: left;
    position: relative;
    top: 17px;
  }
  .navbar .navbar-content ul#menu li:first-child a::before {
    display: none;
  }
}
.navbar .navbar-content ul#menu li a {
  padding: 5px 10px;
  color: #424242;
  font-size: 13px;
  cursor: pointer;
  font-family: "umtgodswordr";
  line-height: 68px;
  text-indent: 40px;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-content ul#menu li a {
    color: #fff;
  }
}
.navbar .navbar-content ul#menu li a::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(assets/frontend/home/images/icon-home.png) no-repeat center
    left;
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
}
.navbar .navbar-content ul#menu li a.btn_napthe {
  width: 210px;
  height: 72px;
  background: url(assets/frontend/home/images/img-bnt-napthe.png) no-repeat
    center center;
  display: block;
  font-family: "umtgodswordr";
  text-align: center;
  line-height: 67px;
  color: #fff;
}
.navbar .navbar-content ul#menu li a.btn_napthe:hover {
  background: url(assets/frontend/home/images/img-bnt-napthe-hover.png)
    no-repeat center center;
  color: #fff;
}
.navbar .navbar-content ul#menu li a.btn_napthe:before {
  display: none;
}
.navbar .navbar-content ul#menu li a._nt {
  display: block;
}
.navbar .navbar-content ul#menu li a._nt:before {
  background: url(assets/frontend/home/images/icon-napthe.png) no-repeat center
    left;
}
.navbar .navbar-content ul#menu li a._vip {
  display: block;
}
.navbar .navbar-content ul#menu li a._vip:before {
  background: url(assets/frontend/home/images/icon-vip.png) no-repeat center
    left;
}
.navbar .navbar-content ul#menu li a._fp:before {
  background: url(assets/frontend/home/images/icon-face.png) no-repeat center
    left;
}
.navbar .navbar-content ul#menu li a._gr:before {
  background: url(assets/frontend/home/images/icon-group.png) no-repeat center
    left;
}
.navbar .navbar-content ul#menu li a._nhatky:before {
  background: url(assets/frontend/home/images/icon-nhatky.png) no-repeat center
    left;
  background-size: cover;
}
.navbar .navbar-content ul#menu li a.phone {
  color: #424242;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-content ul#menu li a.phone {
    color: #fff;
  }
}
.navbar .navbar-content ul#menu li a.phone:before {
  content: "";
  background: url(assets/frontend/home/images/icon-phone.png) no-repeat center
    left;
  display: block;
  position: absolute;
  top: 17px;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-content ul#menu li a.phone:before {
    left: 0;
  }
}
@media only screen and (min-width: 576px) {
  .navbar .navbar-content ul#menu li a {
    font-size: 25px;
  }
  .navbar .navbar-content ul#menu li a::before {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-content ul#menu li a {
    padding: 10px 100px;
    font-size: 30px;
  }
  .navbar .navbar-content ul#menu li a::before {
    width: 36px;
    height: 36px;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar .navbar-content ul#menu li a {
    font-size: 13px;
    color: #424242;
    padding: 0;
  }
}
.navbar .navbar-content ul#menu li.number-hotline {
  padding: 5px 0 0 60px;
  color: #e9f4ee;
  font-size: 20px;
  top: 75px;
  float: right;
}
@media only screen and (max-width: 1023px) {
  .navbar .navbar-content ul#menu li.number-hotline {
    float: none;
  }
}
.navbar .navbar-content ul#menu li.number-hotline::before {
  content: "";
  width: 85%;
  height: 1px;
  background: #edcc7b;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 576px) {
  .navbar .navbar-content ul#menu li.number-hotline {
    font-size: 25px;
    top: 125px;
  }
  .navbar .navbar-content ul#menu li.number-hotline::before {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-content ul#menu li.number-hotline {
    padding-top: 10px;
    padding-left: 100px;
    font-size: 30px;
    top: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar .navbar-content ul#menu li.number-hotline {
    color: #fff;
    padding: 0;
    font-size: 16px;
    top: -6px;
    line-height: 1;
  }
  .navbar .navbar-content ul#menu li.number-hotline::before {
    display: none;
  }
}
.navbar .navbar-content ul#menu li.number-hotline a {
  width: 210px;
  display: block;
  padding: 0;
  color: #edcc7b;
  font-size: 40px;
  line-height: 1;
  position: relative;
  left: -8px;
}
.navbar .navbar-content ul#menu li.number-hotline a::before {
  top: 0;
  left: -25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
@media only screen and (min-width: 576px) {
  .navbar .navbar-content ul#menu li.number-hotline a {
    width: 260px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-content ul#menu li.number-hotline a {
    width: 350px;
    font-size: 67px;
  }
  .navbar .navbar-content ul#menu li.number-hotline a::before {
    left: -50px;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar .navbar-content ul#menu li.number-hotline a {
    width: 122px;
    font-size: 24px;
    color: #fe9600;
    font-family: "umtgodswordr";
    left: -3px;
  }
  .navbar .navbar-content ul#menu li.number-hotline a::before {
    left: -24px;
  }
}
.navbar .navbar-content ul#menu li.active:not(:first-child),
.navbar .navbar-content ul#menu li:hover:not(:first-child) {
  border-bottom: 6px solid #e0cea6;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-content ul#menu li.active:not(:first-child),
  .navbar .navbar-content ul#menu li:hover:not(:first-child) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 568px) {
  .navbar .navbar-content ul#menu li:first-child {
    display: none;
  }
}

.wrapper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
}

.left-nav {
  width: 80%;
  float: left;
}
.left-nav img {
  width: 60px;
  margin: 5px 3px 0;
}
@media only screen and (min-width: 375px) {
  .left-nav img {
    width: 70px;
    margin: 5px 5px 0;
  }
}
@media only screen and (min-width: 576px) {
  .left-nav img {
    width: 125px;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .left-nav img {
    width: 148px;
  }
}
.left-nav a {
  float: left;
}
.left-nav p {
  margin-top: 19px;
  margin-left: 10px;
}
@media only screen and (max-width: 568px) {
  .left-nav p {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 414px) {
  .left-nav p {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 375px) {
  .left-nav p {
    margin-top: 13px;
  }
}
.left-nav p span {
  color: #00dde3;
  font-size: 17.6px;
  display: block;
}
.left-nav p span.ramat {
  font-size: 19.24px;
  font-family: "umtgodswordr";
}
@media only screen and (max-width: 640px) {
  .left-nav p span.ramat {
    font-size: 17.24px;
  }
}
@media only screen and (max-width: 568px) {
  .left-nav p span.ramat {
    font-size: 13px;
  }
}
.left-nav p span:not(.ramat) {
  color: #fbebb9;
  text-transform: capitalize;
}
@media only screen and (max-width: 568px) {
  .left-nav p span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 414px) {
  .left-nav p span {
    font-size: 12px;
  }
  .left-nav p span.ramat {
    font-size: 16.8px;
  }
}

.btn-nav {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 10px;
  float: right;
}
@media only screen and (max-width: 480px) {
  .btn-nav {
    margin-top: 20px;
  }
}
.btn-nav .btn-taigame,
.btn-nav .btn-napthe,
.btn-nav .btn-face {
  width: 3rem;
  height: 3rem;
  color: #e5d6b9;
  line-height: 25px;
  font-size: 11px;
}
.btn-nav .btn-taigame {
  background-size: 100% 100%;
}
.btn-nav .btn-napthe {
  background-size: 100% 100%;
}
.btn-nav .btn-face {
  background: url(assets/frontend/home/images/icon-face.png) center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 750px) {
  .btn-nav .btn-face {
    width: 30px;
    height: 30px;
  }
}

#footer {
  height: 208px;
  width: 100%;
  background: #000;
  z-index: 9;
  padding-top: 24px;
}
@media only screen and (max-width: 1024px) {
  #footer {
    height: auto;
    background-size: cover;
    padding-top: 240px;
    margin-top: -5rem;
  }
}
#footer .logo {
  display: block;
  height: 39px;
  float: left;
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  #footer .logo {
    float: none;
    width: 100%;
  }
}
#footer .logo.gosu {
  width: 162px;
  height: 42px;
  /* background: url(assets/frontend/home/images/logo_gosu.png) no-repeat center center; */
  background-size: contain;
  margin-left: 65px;
}
@media only screen and (max-width: 1024px) {
  #footer .logo.gosu {
    margin: auto;
  }
}
/* #footer .logo.cubinet {
    width: 238px;
    background: url(assets/frontend/home/images/logo_cubinet.png) no-repeat center center;
    background-size: contain;
    float: right;
} */
@media only screen and (max-width: 1024px) {
  #footer .logo.cubinet {
    float: none;
    width: 100%;
    margin: auto;
    margin-bottom: 1rem;
  }
}
#footer .address {
  width: 586px;
  height: 81px;
  float: left;
  padding-top: 30px;
  margin-left: 100px;
}
@media only screen and (max-width: 1024px) {
  #footer .address {
    float: none;
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin: 0 auto 20px;
    padding-top: 20px;
  }
}
#footer .address a {
  color: #fff;
  font-size: 14px;
  font-family: Tahoma;
  padding: 0 2px 0 5px;
  line-height: 1;
  font-family: "tahomabd";
  text-align: left;
}
#footer .address p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-family: Tahoma;
  color: #fff;
  margin: 6px 0px 0px 0px;
}
@media only screen and (max-width: 1024px) {
  #footer .address p {
    text-align: center;
  }
}
#footer .address .menu_footer {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #footer .address .menu_footer {
    text-align: center;
  }
}
#footer .address .menu_footer li {
  display: inline-block;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  #footer .address .menu_footer li {
    float: none;
    display: inline-block;
  }
}
#footer .address .menu_footer li:nth-child(1) {
  border-left: none;
}
#footer .address .menu_footer li a {
  text-align: left;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #footer .address .menu_footer li a {
    text-align: center;
  }
}
#footer .address .menu_footer li a:hover {
  color: #ff9427;
}

.dacsac {
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .dacsac {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .dacsac .slider_ds {
    width: calc(100% - 48px);
    margin: 1rem auto 0;
  }
}
@media only screen and (max-width: 568px) {
  .dacsac .slider_ds {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .dacsac .slider_ds {
    margin-bottom: 0.5rem;
  }
}
.dacsac .slider_ds .item p img {
  width: 100%;
}
.dacsac .slider_ds .slick-arrow {
  width: 50px;
  height: 130px;
  background: url(assets/frontend/home/images/img-arrow.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .dacsac .slider_ds .slick-arrow {
    width: 50px;
    height: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .dacsac .slider_ds .slick-arrow {
    width: 77px;
    height: 203px;
  }
}
.dacsac .slider_ds .slick-arrow.slick-prev {
  left: -40px;
  -webkit-transform: translate(0, -50%) rotateZ(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotateZ(180deg);
}
@media only screen and (min-width: 480px) {
  .dacsac .slider_ds .slick-arrow.slick-prev {
    left: -60px;
  }
}
@media only screen and (min-width: 768px) {
  .dacsac .slider_ds .slick-arrow.slick-prev {
    left: -80px;
  }
}
@media only screen and (max-width: 1024px) {
  .dacsac .slider_ds .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .dacsac .slider_ds .slick-arrow.slick-prev {
    left: -90px;
  }
}
.dacsac .slider_ds .slick-arrow.slick-next {
  right: -40px;
}
@media only screen and (min-width: 480px) {
  .dacsac .slider_ds .slick-arrow.slick-next {
    right: -60px;
  }
}
@media only screen and (min-width: 768px) {
  .dacsac .slider_ds .slick-arrow.slick-next {
    right: -80px;
  }
}
@media only screen and (max-width: 1024px) {
  .dacsac .slider_ds .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .dacsac .slider_ds .slick-arrow.slick-next {
    right: -90px;
  }
}
.dacsac .slider_ds .slick-dots {
  display: block;
  position: absolute;
  bottom: -35px;
}
.dacsac .slider_ds .slick-dots li {
  width: 25px;
  height: 25px;
  margin: 0 2px;
}
.dacsac .slider_ds .slick-dots li button {
  background: url(assets/frontend/home/images/img-dot.png) no-repeat center;
  float: left;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
}
@media only screen and (max-width: 414px) {
  .dacsac .slider_ds .slick-dots li button {
    width: 100%;
    height: 100%;
  }
}
.dacsac .slider_ds .slick-dots li.slick-active button {
  background: url(assets/frontend/home/images/img-dot-active.png) no-repeat
    center;
}
@media only screen and (max-width: 414px) {
  .dacsac .slider_ds .slick-dots li.slick-active button {
    width: 100%;
    height: 100%;
  }
}
.dacsac .slider_ds .slick-dots li:first-child button {
  margin-left: 0;
}
.dacsac .slider_ds .slick-dots li:last-child button {
  margin-right: 0;
}

.main-page {
  /*group2*/
  /*end group2*/
}
.main-page .group._1 {
  position: relative;
  z-index: 3;
}
.main-page .group._2 {
  background: url(assets/frontend/home/images/img-bg-frame-2.png) no-repeat
    center top;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 2rem;
  padding-top: 28rem;
  margin-top: -18rem;
}
@media only screen and (max-width: 1024px) {
  .main-page .group._2 {
    background: url(assets/frontend/home/images/img-bg-frame-2-mb.png) no-repeat
      center top;
    padding-top: 23rem;
  }
}
@media only screen and (max-width: 991px) {
  .main-page .group._2 {
    padding-top: 17rem;
    background-size: 991px auto;
    margin-top: -14rem;
  }
}
@media only screen and (max-width: 750px) {
  .main-page .group._2 {
    padding-top: 15rem;
    background-size: 750px auto;
    margin-top: -11rem;
  }
}
.main-page .group._3 {
  background: url(assets/frontend/home/images/img-bg-frame-3.jpg) no-repeat
    center top;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-page .group._3 {
    background: url(assets/frontend/home/images/img-bg-frame-3-mb.jpg) no-repeat
      center top;
  }
}
.main-page .group._3:after {
  content: "";
  background: url(assets/frontend/home/images/img-lua.png) no-repeat center top;
  width: 1916px;
  height: 1432px;
  position: absolute;
  top: -50%;
  right: -13%;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .main-page .group._3:after {
    width: 118%;
    height: 65%;
    top: 33%;
    right: -38%;
    background-size: contain;
  }
}
.main-page .group._4 {
  background: url(assets/frontend/home/images/img-bg-frame-4.jpg) no-repeat
    center top #93b7cf;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-page .group._4 {
    background-size: cover;
  }
}
.main-page .group._4:after {
  content: "";
  background: url(assets/frontend/home/images/img-la.png) no-repeat center top;
  width: 1600px;
  height: 563px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .main-page .group._4:after {
    width: 100%;
    height: 50%;
    background-size: contain;
  }
}
.main-page .slogan {
  margin-top: 12rem;
  width: 679px;
}
@media only screen and (max-width: 1024px) {
  .main-page .slogan {
    width: 95%;
    text-align: center;
    margin: 52rem auto 0;
  }
}
@media only screen and (max-width: 991px) {
  .main-page .slogan {
    margin: 41rem auto 0;
  }
}
@media only screen and (max-width: 750px) {
  .main-page .slogan {
    margin: 30rem auto 0;
  }
}
@media only screen and (max-width: 568px) {
  .main-page .slogan {
    margin: 22rem auto 0;
  }
}
@media only screen and (max-width: 991px) {
  .main-page .slogan p img {
    width: 100%;
  }
}
.main-page .slogan .date {
  width: 491px;
  height: 67px;
  background: url(assets/frontend/home/images/img-date.png) no-repeat left top;
  display: block;
  margin: 10px auto 25px;
  color: #343b49;
  font-size: 22px;
  text-align: center;
  font-family: "umtgodswordr";
  text-transform: uppercase;
  line-height: 67px;
}
@media only screen and (max-width: 991px) {
  .main-page .slogan .date {
    margin: -17px auto 25px;
  }
}
@media only screen and (max-width: 568px) {
  .main-page .slogan .date {
    width: 365px;
    height: 67px;
    font-size: 18px;
    background-size: 100% 100%;
  }
}
.main-page .slogan .date span {
  display: inline-block;
  color: #c31636;
  font-family: "uvnlaclongquanr";
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .main-page .slogan .video {
    position: absolute;
    top: 7%;
    left: 77%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 991px) {
  .main-page .slogan .video {
    top: 6%;
    left: 82%;
  }
}
@media only screen and (max-width: 750px) {
  .main-page .slogan .video {
    left: 84%;
  }
}
.main-page .slogan .video a i {
  width: 104px;
  height: 95px;
  background: url(assets/frontend/home/images/img-video.png) no-repeat center
    top;
  display: block;
  margin: auto;
  -webkit-animation: zoom 1.5s infinite;
  animation: zoom 1.5s infinite;
}
@media only screen and (max-width: 750px) {
  .main-page .slogan .video a i {
    width: 81px;
    height: 76px;
    background-size: contain;
  }
}
.main-page .block_taigame {
  text-align: center;
  width: 679px;
  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: 2rem;
}
@media only screen and (max-width: 1024px) {
  .main-page .block_taigame {
    width: auto;
  }
}
.main-page .block_taigame div {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .main-page .block_taigame div {
    margin: 0 10px;
  }
}
.main-page .block_taigame div:not(:nth-child(2)) a {
  width: 175px;
  height: 138px;
  background: url(assets/frontend/home/images/img-btn-napthe.png) no-repeat
    center top;
  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;
}
.main-page .block_taigame div:not(:nth-child(2)) a:hover {
  background: url(assets/frontend/home/images/img-btn-napthe-hover.png)
    no-repeat center top;
}
@media only screen and (max-width: 750px) {
  .main-page .block_taigame div:not(:nth-child(2)) a {
    width: 135px;
    height: 107px;
    background-size: contain;
  }
}
.main-page .block_taigame div:not(:nth-child(2)) a i {
  width: 197px;
  height: 104px;
  background: url(assets/frontend/home/images/icon-bnt-napthe.png) no-repeat
    center top;
  display: block;
  width: 100%;
  background-size: contain;
}
.main-page .block_taigame div:not(:nth-child(2)) a span {
  font-size: 21.46px;
  font-family: "utm_godsword_bold";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, #fffbf8),
    to(#ffbc40)
  );
  background: -webkit-linear-gradient(top, #fffbf8 30%, #ffbc40 100%);
  background: -o-linear-gradient(top, #fffbf8 30%, #ffbc40 100%);
  background: linear-gradient(to bottom, #fffbf8 30%, #ffbc40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  line-height: 26px;
}
.main-page .block_taigame div._3_nut {
  margin: 0 5px;
}
.main-page .block_taigame div._3_nut a {
  width: 246px;
  height: 43px;
  background: url(assets/frontend/home/images/img-bnt-down.png) no-repeat left
    top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  line-height: 43px;
  padding-left: 20px;
  margin-bottom: 2px;
}
.main-page .block_taigame div._3_nut a span {
  color: #f1dbb2;
  font-size: 14px;
  font-family: "uvnlaclongquanr";
  display: inline-block;
  text-transform: uppercase;
  margin-left: 10px;
}
.main-page .block_taigame div._3_nut a i {
  width: 33px;
  height: 31px;
  background: url(assets/frontend/home/images/icon-ios.png) no-repeat center top;
  display: inline-block;
}
.main-page .block_taigame div._3_nut a:nth-child(2) i {
  background: url(assets/frontend/home/images/icon-android.png) no-repeat center
    top;
}
.main-page .block_taigame div._3_nut a:last-child i {
  background: url(assets/frontend/home/images/icon-apk.png) no-repeat center top;
}
.main-page .block_taigame div._3_nut a:hover {
  background: url(assets/frontend/home/images/img-bnt-down-hover.png) no-repeat
    center top;
}
.main-page .block_taigame div.dg_mb a i {
  background: url(assets/frontend/home/images/icon-bnt-taigame.png) no-repeat
    center top;
  width: 100%;
  background-size: contain;
}
.main-page .block_taigame div:last-child a i {
  background: url(assets/frontend/home/images/icon-bnt-code.png) no-repeat
    center top;
  width: 100%;
  height: 76px;
}
.main-page .block_taigame div:last-child a span {
  line-height: 21px;
}
.main-page .group_news_slide {
  position: relative;
}
.main-page .group_news_slide .box-slide {
  float: left;
  width: 690px;
}
@media only screen and (max-width: 1024px) {
  .main-page .group_news_slide .box-slide {
    width: calc(95% - 2px);
    float: none;
    margin: auto;
  }
}
.main-page .group_news_slide .box-slide img {
  width: 100%;
}
.main-page .group_news_slide .box-slide .slick-dots {
  bottom: 22px;
  text-align: right;
  right: 15px;
}
@media only screen and (max-width: 1024px) {
  .main-page .group_news_slide .box-slide .slick-dots {
    bottom: -23px;
    text-align: center;
    right: 0;
  }
}
.main-page .group_news_slide .box-slide .slick-dots li {
  width: 22px;
  height: 12px;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 4px;
}
.main-page .group_news_slide .box-slide .slick-dots li.slick-active {
  width: 53px;
  background-color: #3e3f4b;
}
@media only screen and (max-width: 1024px) {
  .main-page .group_news_slide .box-slide .slick-dots li.slick-active {
    background-color: #fff;
  }
}
.main-page .group_news_slide .box-slide .slick-dots li button:before {
  display: none;
}
.main-page .group_news_slide .box-news {
  width: calc(100% - 690px);
  height: 460px;
  background-color: #fff;
  float: right;
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .main-page .group_news_slide .box-news {
    width: calc(95% - 2px);
    margin: 3rem auto;
    padding: 15px 30px;
    float: none;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .main-page .group_news_slide .box-news {
    height: 465px;
  }
}
@media only screen and (max-width: 750px) {
  .main-page .group_news_slide .box-news {
    padding: 15px 10px;
  }
}
.main-page .group_news_slide .box-news .menu-news {
  height: 53px;
}
@media only screen and (max-width: 1024px) {
  .main-page .group_news_slide .box-news .menu-news {
    background-size: 100% 100%;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 414px) {
  .main-page .group_news_slide .box-news .menu-news {
    height: 30px;
  }
}
.main-page .group_news_slide .box-news .menu-news ul {
  width: 100%;
  height: 100%;
  margin: auto;
  border-bottom: 1px solid #b4b4b4;
}
.main-page .group_news_slide .box-news .menu-news ul li {
  float: left;
  width: 21%;
  text-align: left;
  line-height: 53px;
}
@media only screen and (max-width: 750px) {
  .main-page .group_news_slide .box-news .menu-news ul li {
    float: left;
    width: 25%;
    text-align: left;
    line-height: 29px;
  }
}
.main-page .group_news_slide .box-news .menu-news ul li a {
  font-size: 14px;
  color: #4b5057;
  font-family: "uvnlaclongquanbold";
  text-transform: uppercase;
}
@media only screen and (max-width: 375px) {
  .main-page .group_news_slide .box-news .menu-news ul li a {
    font-size: 13px;
  }
}
.main-page .group_news_slide .box-news .menu-news ul li a:hover {
  color: #ffa740;
  display: block;
}
.main-page .group_news_slide .box-news .menu-news ul li.active a {
  color: #ffa740;
  display: block;
}
.main-page .group_news_slide .news-content {
  width: 100%;
  margin: auto;
}
.main-page .group_news_slide .news-content .gr.active {
  display: block;
}
.main-page .group_news_slide .news-content .sub-news .item {
  height: 65px;
  border-bottom: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-page .group_news_slide .news-content .sub-news .item:last-child {
  border-bottom: none;
}
.main-page .group_news_slide .news-content .sub-news .item a {
  font-size: 15px;
  color: #4b5057;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
  width: calc(100% - 85px);
  font-family: "tahoma";
}
.main-page .group_news_slide .news-content .sub-news .item a:hover,
.main-page .group_news_slide .news-content .sub-news .item a.acitve {
  color: #d33059;
}
.main-page .group_news_slide .news-content .sub-news .item a span {
  display: block;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 95%;
}
.main-page .group_news_slide .news-content .sub-news .item a span:first-child {
  font-family: "tahomabd";
  text-transform: uppercase;
}
.main-page .group_news_slide .news-content .sub-news .item .date {
  float: right;
  font-family: "tahoma";
  color: #4b5057;
  font-size: 15px;
}
.main-page .group_news_slide .news-content .view-more {
  width: 28px;
  height: 28px;
  background-color: #d33059;
  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: absolute;
  right: 16px;
  top: 11px;
}
@media only screen and (max-width: 1024px) {
  .main-page .group_news_slide .news-content .view-more {
    right: 0;
    top: initial;
    bottom: 0;
    width: auto;
    height: auto;
    position: relative;
    width: 100%;
    margin: auto;
    display: block;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1024px) {
  .main-page .group_news_slide .news-content .view-more p a {
    background: url(assets/frontend/home/images/img-bnt-khampha.png) no-repeat
      center bottom;
    width: 204px;
    height: 63px;
    margin: auto;
    display: block;
    text-align: center;
    line-height: 63px;
    position: relative;
  }
  .main-page .group_news_slide .news-content .view-more p a:hover {
    background: url(assets/frontend/home/images/img-bnt-khampha-hover.png)
      no-repeat center bottom;
  }
}
.main-page .group_news_slide .news-content .view-more p a:before {
  content: "+";
  font-size: 30px;
  color: #faf4e1;
  font-family: "utm_godsword_bold";
  margin-top: -6px;
  display: inherit;
  position: absolute;
  top: -1px;
  left: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .main-page .group_news_slide .news-content .view-more p a:before {
    content: "Xem thêm";
    top: 3px;
    left: 43px;
    font-size: 23px;
  }
}
.main-page .info-guide {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .main-page .info-guide {
    width: 95%;
    margin: auto;
  }
}
.main-page .info-guide a {
  display: inline-block;
}
.main-page .info-guide a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
@media only screen and (max-width: 1024px) {
  .main-page .info-guide a {
    width: calc(25% - 4px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-page .info-guide a img {
    width: 100%;
  }
}
.main-page .monphai {
  width: 1920px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai {
    width: 100%;
  }
}
.main-page .monphai .menu-monphai {
  width: 1198px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .menu-monphai {
    width: 95%;
    margin: auto;
  }
}
.main-page .monphai .menu-monphai ul {
  text-align: center;
  width: 748px;
  height: 97px;
  position: absolute;
  right: 0;
  top: -20px;
  background: url(assets/frontend/home/images/img-line.png) no-repeat center
    bottom;
  z-index: 4;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .menu-monphai ul {
    position: relative;
    width: 100%;
    background-size: 100% auto;
    background-position: bottom left;
    top: 77px;
  }
}
.main-page .monphai .menu-monphai ul li {
  display: inline-block;
  width: calc(100% / 6 - 4px);
  position: relative;
}
.main-page .monphai .menu-monphai ul li.active:before {
  content: "";
  background: url(assets/frontend/home/images/img-line-active.png) no-repeat
    center top;
  width: 100%;
  height: 17px;
  position: absolute;
  bottom: -12px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .menu-monphai ul li.active:before {
    bottom: -25px;
  }
}
@media only screen and (max-width: 750px) {
  .main-page .monphai .menu-monphai ul li.active:before {
    bottom: -25px;
  }
}
@media only screen and (max-width: 375px) {
  .main-page .monphai .menu-monphai ul li.active:before {
    bottom: -26px;
  }
}
.main-page .monphai .menu-monphai ul li a {
  width: 100%;
  text-align: center;
}
.main-page .monphai .menu-monphai ul li a i {
  background: url(assets/frontend/home/images/monphai/icon-vodang.png) no-repeat
    center top;
  width: 44px;
  height: 44px;
  display: block;
  margin: 0 auto 5px;
}
.main-page .monphai .menu-monphai ul li a span {
  color: #f1dbb2;
  font-size: 16px;
  font-family: "uvnlaclongquanr";
  text-transform: uppercase;
  display: table-cell;
  height: 40px;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .menu-monphai ul li a span {
    font-size: 11px;
    height: 28px;
  }
}
@media only screen and (max-width: 375px) {
  .main-page .monphai .menu-monphai ul li a span {
    font-size: 10px;
  }
}
.main-page .monphai .menu-monphai ul li:nth-child(2) a i {
  background: url(assets/frontend/home/images/monphai/icon-duongmon.png)
    no-repeat center top;
}
.main-page .monphai .menu-monphai ul li:nth-child(3) a i {
  background: url(assets/frontend/home/images/monphai/icon-ngamy.png) no-repeat
    center top;
}
.main-page .monphai .menu-monphai ul li:nth-child(4) a i {
  background: url(assets/frontend/home/images/monphai/icon-langtieuthanh.png)
    no-repeat center top;
}
.main-page .monphai .menu-monphai ul li:nth-child(5) a i {
  background: url(assets/frontend/home/images/monphai/icon-minhgiao.png)
    no-repeat center top;
}
.main-page .monphai .menu-monphai ul li:nth-child(6) a i {
  background: url(assets/frontend/home/images/monphai/icon-camyve.png) no-repeat
    center top;
}
.main-page .monphai .box-monphai {
  margin-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .box-monphai {
    padding-bottom: 2rem;
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 568px) {
  .main-page .monphai .box-monphai {
    padding-bottom: 4rem;
  }
}
.main-page .monphai .box-monphai .monphai-content .sub-monphai {
  background: url(assets/frontend/home/images/img-bg-monphai.png) no-repeat
    right top;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai {
    position: relative;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 568px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai {
    padding-bottom: 2rem;
  }
}
.main-page .monphai .box-monphai .monphai-content .sub-monphai ._le {
  float: left;
  width: 738px;
  background: url(assets/frontend/home/images/monphai/img-bg-vodang.jpg)
    no-repeat right top;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._le {
    background: none !important;
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._le {
    left: 14%;
  }
}
@media only screen and (max-width: 568px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._le {
    width: 75%;
    left: 26%;
  }
}
@media only screen and (max-width: 375px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._le {
    left: 36%;
  }
}
.main-page .monphai .box-monphai .monphai-content .sub-monphai ._le img {
  margin-top: -12rem;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._le img {
    margin-top: 4rem;
    float: right;
    width: 840px;
  }
}
@media only screen and (max-width: 568px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._le img {
    width: 678px;
  }
}
.main-page .monphai .box-monphai .monphai-content .sub-monphai ._ri {
  float: right;
  width: calc(100% - 738px);
  margin-top: 7rem;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._ri {
    width: 100%;
    float: none;
    margin-top: 0rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._ri {
    padding-right: 2rem;
  }
}
.main-page .monphai .box-monphai .monphai-content .sub-monphai ._ri > div {
  width: 823px;
  padding-right: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._ri > div {
    width: 100%;
    top: 7em;
  }
}
@media only screen and (max-width: 568px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._ri > div {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .main-page .monphai .box-monphai .monphai-content .sub-monphai ._ri > div {
    padding-right: 15px;
  }
}
.main-page
  .monphai
  .box-monphai
  .monphai-content
  .sub-monphai
  ._ri
  > div:before {
  content: "";
  background: url(assets/frontend/home/images/img-tip-monphai.png) no-repeat
    center top;
  width: 60px;
  height: 94px;
  position: absolute;
  top: -4px;
  right: -24px;
}
@media only screen and (max-width: 1024px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div:before {
    top: 7px;
  }
}
@media only screen and (max-width: 568px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div:before {
    width: 41px;
    height: 65px;
    top: -25px;
    right: -25px;
    background-size: contain;
  }
}
.main-page
  .monphai
  .box-monphai
  .monphai-content
  .sub-monphai
  ._ri
  > div:after {
  content: "";
  background: url(assets/frontend/home/images/img-line-1.png) no-repeat center
    top;
  width: 10px;
  height: 260px;
  position: absolute;
  bottom: -14px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div:after {
    bottom: -75px;
  }
}
@media only screen and (max-width: 568px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div:after {
    bottom: -38px;
    right: -9px;
  }
}
.main-page .monphai .box-monphai .monphai-content .sub-monphai ._ri > div ._te {
  color: #f1dbb2;
  font-size: 39px;
  font-family: "uvnlaclongquanr";
  text-transform: uppercase;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div
    ._te {
    font-size: 25px;
  }
}
.main-page .monphai .box-monphai .monphai-content .sub-monphai ._ri > div ._de {
  color: #ffffff;
  font-size: 15px;
  width: 66%;
  text-align: right;
  float: right;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div
    ._de {
    display: none;
  }
}
.main-page .monphai .box-monphai .monphai-content .sub-monphai ._ri > div ._nd {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div
    ._nd {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div
    ._nd
    ._vi {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 2rem;
  }
}
.main-page
  .monphai
  .box-monphai
  .monphai-content
  .sub-monphai
  ._ri
  > div
  ._nd
  ._vi
  a {
  width: 235px;
  height: 120px;
  background-color: #09101a;
  display: block;
  float: left;
  position: relative;
  left: 30%;
  border: 2px solid #81726a;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div
    ._nd
    ._vi
    a {
    float: right;
    left: 0;
  }
}
@media only screen and (max-width: 568px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div
    ._nd
    ._vi
    a {
    width: 170px;
    height: 86px;
  }
}
.main-page
  .monphai
  .box-monphai
  .monphai-content
  .sub-monphai
  ._ri
  > div
  ._nd
  ._vi
  a
  img {
  width: 100%;
}
.main-page
  .monphai
  .box-monphai
  .monphai-content
  .sub-monphai
  ._ri
  > div
  ._nd
  ._kn {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div
    ._nd
    ._kn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 568px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div
    ._nd
    ._kn {
    width: 190px;
  }
}
.main-page
  .monphai
  .box-monphai
  .monphai-content
  .sub-monphai
  ._ri
  > div
  ._nd
  ._kn
  span {
  display: block;
}
.main-page
  .monphai
  .box-monphai
  .monphai-content
  .sub-monphai
  ._ri
  > div
  ._nd
  ._kn
  span
  span {
  color: #ffffff;
  font-size: 15px;
  font-family: "tahomabd";
  display: inline-block;
}
.main-page
  .monphai
  .box-monphai
  .monphai-content
  .sub-monphai
  ._ri
  > div
  ._nd
  ._kn
  a {
  background: url(assets/frontend/home/images/img-bnt-khampha.png) no-repeat
    center top;
  width: 204px;
  height: 63px;
  display: block;
  float: right;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: "uvnlaclongquanr";
}
.main-page
  .monphai
  .box-monphai
  .monphai-content
  .sub-monphai
  ._ri
  > div
  ._nd
  ._kn
  a:hover {
  background: url(assets/frontend/home/images/img-bnt-khampha-hover.png)
    no-repeat center top;
}
@media only screen and (max-width: 1024px) {
  .main-page
    .monphai
    .box-monphai
    .monphai-content
    .sub-monphai
    ._ri
    > div
    ._nd
    ._kn
    a {
    display: none;
  }
}
.main-page .monphai .box-monphai .monphai-content .kp_mb {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .box-monphai .monphai-content .kp_mb {
    display: block;
    margin-top: 6rem;
    position: relative;
    top: 5rem;
  }
}
@media only screen and (max-width: 568px) {
  .main-page .monphai .box-monphai .monphai-content .kp_mb {
    margin-top: 5rem;
    top: 6rem;
  }
}
.main-page .monphai .box-monphai .monphai-content .kp_mb a {
  background: url(assets/frontend/home/images/img-bnt-khampha.png) no-repeat
    center top;
  width: 204px;
  height: 63px;
  display: block;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: "uvnlaclongquanr";
  margin: auto;
}
.main-page .monphai .box-monphai .monphai-content .kp_mb a:hover {
  background: url(assets/frontend/home/images/img-bnt-khampha-hover.png)
    no-repeat center top;
  background-size: contain;
}
@media only screen and (max-width: 568px) {
  .main-page .monphai .box-monphai .monphai-content .kp_mb a {
    width: 175px;
    height: 50px;
    line-height: 45px;
    font-size: 17px;
    background-size: contain;
  }
}
.main-page .monphai .box-monphai .monphai-content .gr._2 ._le {
  background: url(assets/frontend/home/images/monphai/img-bg-duongmon.jpg)
    no-repeat right top;
}
@media only screen and (max-width: 568px) {
  .main-page .monphai .box-monphai .monphai-content .gr._2 ._le,
  .main-page .monphai .box-monphai .monphai-content .gr._6 ._le {
    left: 43%;
  }
}
@media only screen and (max-width: 375px) {
  .main-page .monphai .box-monphai .monphai-content .gr._2 ._le,
  .main-page .monphai .box-monphai .monphai-content .gr._6 ._le {
    left: 51%;
  }
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .box-monphai .monphai-content .gr._2 ._le img,
  .main-page .monphai .box-monphai .monphai-content .gr._6 ._le img {
    margin-top: 0rem;
    width: 900px;
  }
}
.main-page .monphai .box-monphai .monphai-content .gr._3 ._le {
  background: url(assets/frontend/home/images/monphai/img-bg-ngamy.jpg)
    no-repeat right top;
}
.main-page .monphai .box-monphai .monphai-content .gr._4 ._le {
  background: url(assets/frontend/home/images/monphai/img-bg-langtieuthnah.jpg)
    no-repeat right top;
}
@media only screen and (max-width: 568px) {
  .main-page .monphai .box-monphai .monphai-content .gr._4 ._le {
    left: 34%;
  }
}
@media only screen and (max-width: 1024px) {
  .main-page .monphai .box-monphai .monphai-content .gr._4 ._le img {
    margin-top: -2rem;
    width: 900px;
  }
}
@media only screen and (max-width: 568px) {
  .main-page .monphai .box-monphai .monphai-content .gr._4 ._le img {
    width: 832px;
  }
}
@media only screen and (max-width: 375px) {
  .main-page .monphai .box-monphai .monphai-content .gr._4 ._le img {
    width: 684px;
    margin-top: -1rem;
  }
}
.main-page .monphai .box-monphai .monphai-content .gr._5 ._le {
  background: url(assets/frontend/home/images/monphai/img-bg-minhgiao.jpg)
    no-repeat right top;
}
.main-page .monphai .box-monphai .monphai-content .gr._6 ._le {
  background: url(assets/frontend/home/images/monphai/img-bg-camyve.jpg)
    no-repeat right top;
}
@media only screen and (max-width: 375px) {
  .main-page .monphai .box-monphai .monphai-content .gr._6 ._le img {
    width: 785px;
  }
}
.main-page .title {
  margin-top: 6rem;
  position: relative;
}
.main-page .title._bl {
  margin-top: 5rem;
}
.main-page .title._bl p {
  color: #323b4a;
}
.main-page .title._bl p:last-child {
  color: #60717e;
}
.main-page .title._bl:before {
  background: url(assets/frontend/home/images/img-affter-title-2.png) no-repeat
    center top;
  background-size: contain;
}
.main-page .title p {
  font-size: 28.72px;
  color: #f0e7d0;
  font-family: "uvnlaclongquanr";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .main-page .title p {
    font-size: 25px;
  }
}
.main-page .title p:last-child {
  font-size: 16.46px;
  color: #858277;
  font-family: inherit;
}
@media only screen and (max-width: 750px) {
  .main-page .title p:last-child {
    font-size: 15px;
  }
}
.main-page .title:before {
  content: "";
  background: url(assets/frontend/home/images/img-affter-title.png) no-repeat
    center top;
  width: 258px;
  height: 195px;
  position: absolute;
  top: -99px;
  left: calc(50% - 130px);
}
@media only screen and (max-width: 750px) {
  .main-page .title:before {
    width: 200px;
    height: 166px;
    left: calc(50% - 100px);
    background-size: contain;
  }
}

.social ul {
  text-align: center;
  padding: 6rem 0 0;
}
.social ul li {
  display: inline-block;
}
.social ul li a {
  background: url(assets/frontend/home/images/img-bnt-three.png) no-repeat
    center top;
  width: 209px;
  height: 58px;
  display: block;
  float: right;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: "uvnlaclongquanr";
}
.social ul li a:hover {
  background: url(assets/frontend/home/images/img-bnt-three-hover.png) no-repeat
    center top;
  background-size: 100% 100%;
}
@media only screen and (max-width: 750px) {
  .social ul li a {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin-top: 15px;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 568px) {
  .social ul li a {
    width: 130px;
  }
}
@media only screen and (max-width: 375px) {
  .social ul li a {
    width: 100px;
  }
}

body.news-page #footer {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  body.news-page #footer {
    margin-top: -6rem;
  }
}

body.news-page .social ul {
  padding: 0;
  background-color: #bad1e0;
  margin-top: 5rem;
}

.logo-big {
  background: url(assets/frontend/home/images/img-bg-new.jpg) no-repeat right
    top;
}
@media only screen and (max-width: 1024px) {
  .logo-big {
    background-size: 1024px auto;
    height: 250px;
  }
}
.logo-big img {
  margin-top: 60px;
}

.news-page .info {
  padding-bottom: 210px;
}
.news-page .info .gotop:before {
  border-bottom: 25px solid #191526;
}

.news-page .n_slogan {
  margin-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  .news-page .n_slogan a img {
    display: none;
  }
}

.news-page .block_taigame {
  text-align: center;
  width: 679px;
  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: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .news-page .block_taigame {
    width: auto;
  }
}
.news-page .block_taigame div {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .news-page .block_taigame div {
    margin: 0 10px;
  }
}
.news-page .block_taigame div:not(:nth-child(2)) a {
  width: 175px;
  height: 138px;
  background: url(assets/frontend/home/images/img-btn-napthe.png) no-repeat
    center top;
  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;
}
.news-page .block_taigame div:not(:nth-child(2)) a:hover {
  background: url(assets/frontend/home/images/img-btn-napthe-hover.png)
    no-repeat center top;
}
@media only screen and (max-width: 750px) {
  .news-page .block_taigame div:not(:nth-child(2)) a {
    width: 135px;
    height: 107px;
    background-size: contain;
  }
}
.news-page .block_taigame div:not(:nth-child(2)) a i {
  width: 197px;
  height: 104px;
  background: url(assets/frontend/home/images/icon-bnt-napthe.png) no-repeat
    center top;
  display: block;
  width: 100%;
  background-size: contain;
}
.news-page .block_taigame div:not(:nth-child(2)) a span {
  font-size: 21.46px;
  font-family: "utm_godsword_bold";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, #fffbf8),
    to(#ffbc40)
  );
  background: -webkit-linear-gradient(top, #fffbf8 30%, #ffbc40 100%);
  background: -o-linear-gradient(top, #fffbf8 30%, #ffbc40 100%);
  background: linear-gradient(to bottom, #fffbf8 30%, #ffbc40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  line-height: 19px;
}
.news-page .block_taigame div._3_nut {
  margin: 0 5px;
}
.news-page .block_taigame div._3_nut a {
  width: 246px;
  height: 43px;
  background: url(assets/frontend/home/images/img-bnt-down.png) no-repeat left
    top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  line-height: 43px;
  padding-left: 20px;
  margin-bottom: 2px;
}
.news-page .block_taigame div._3_nut a span {
  color: #f1dbb2;
  font-size: 14px;
  font-family: "uvnlaclongquanr";
  display: inline-block;
  text-transform: uppercase;
  margin-left: 10px;
}
.news-page .block_taigame div._3_nut a i {
  width: 33px;
  height: 31px;
  background: url(assets/frontend/home/images/icon-ios.png) no-repeat center top;
  display: inline-block;
}
.news-page .block_taigame div._3_nut a:nth-child(2) i {
  background: url(assets/frontend/home/images/icon-android.png) no-repeat center
    top;
}
.news-page .block_taigame div._3_nut a:last-child i {
  background: url(assets/frontend/home/images/icon-apk.png) no-repeat center top;
}
.news-page .block_taigame div._3_nut a:hover {
  background: url(assets/frontend/home/images/img-bnt-down-hover.png) no-repeat
    center top;
}
.news-page .block_taigame div.dg_mb a i {
  background: url(assets/frontend/home/images/icon-bnt-taigame.png) no-repeat
    center top;
  width: 100%;
  background-size: contain;
}

.news {
  min-height: 600px;
  background: #f8f7fa;
  padding-bottom: 100px;
  background: url(assets/frontend/home/images/img-bg-new-footer.png) no-repeat
    center 97% #f8f7fa;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .news {
    background-position: center 97%;
  }
}
@media only screen and (min-width: 640px) {
  .news {
    margin-top: 0;
  }
}
.news .tab-link-news {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .news .tab-link-news {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .news .tab-link-news {
    margin-bottom: 65px;
    margin-top: 0;
  }
}
.news .tab-link-news ul {
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #757575;
}
@media only screen and (min-width: 1000px) {
  .news .tab-link-news ul {
    margin: 0 80px;
    text-align: left;
  }
}
.news .tab-link-news ul li {
  display: inline-block;
  padding: 10px;
  position: relative;
}
@media only screen and (min-width: 375px) {
  .news .tab-link-news ul li {
    padding: 10px 12px;
  }
}
@media only screen and (min-width: 1000px) {
  .news .tab-link-news ul li {
    padding: 0;
    margin: 0 20px;
  }
}
.news .tab-link-news ul li.active:after,
.news .tab-link-news ul li:hover:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 5px;
  background: #234a98;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .news .tab-link-news ul li.active:after,
  .news .tab-link-news ul li:hover:after {
    height: 6px;
  }
}
@media only screen and (min-width: 1000px) {
  .news .tab-link-news ul li.active:after,
  .news .tab-link-news ul li:hover:after {
    background: #234a98;
    bottom: -3px;
    width: 100%;
  }
}
.news .tab-link-news ul li.active a,
.news .tab-link-news ul li:hover a {
  color: #234a98;
}
@media only screen and (min-width: 1000px) {
  .news .tab-link-news ul li.active a,
  .news .tab-link-news ul li:hover a {
    font-family: "utm_cafeta";
    color: #234a98;
  }
}
.news .tab-link-news ul li a {
  color: #757575;
  font-size: 20px;
  font-family: "utm_cafeta";
}
@media only screen and (min-width: 360px) {
  .news .tab-link-news ul li a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 480px) {
  .news .tab-link-news ul li a {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .news .tab-link-news ul li a {
    color: #434242;
    padding: 20px 27px;
  }
}

.bar-back {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #32274d;
  padding: 0 10px;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-family: "tahomabd";
  color: #f8f7fa;
  text-transform: uppercase;
}
@media only screen and (min-width: 640px) {
  .bar-back {
    height: 86px;
    line-height: 86px;
    font-size: 43px;
  }
}
.bar-back a {
  position: absolute;
  left: 30px;
  color: #b6b6b6;
  font-family: "tahoma";
  font-size: 16px;
}
@media only screen and (min-width: 640px) {
  .bar-back a {
    font-size: 30px;
    left: 40px;
  }
}
.bar-back a i {
  position: absolute;
  content: "";
  background: url(assets/frontend/home/images/icon_back.png) no-repeat right top;
  background-size: cover;
  width: 10px;
  height: 23px;
  left: -15px;
  top: 16px;
}
@media only screen and (min-width: 640px) {
  .bar-back a i {
    width: 20px;
    height: 33px;
    left: -24px;
    top: 26px;
    background-position: left top;
  }
}

.list-new-item .item {
  padding: 12px 0px;
  margin: 0px 10px;
  border-bottom: 1px solid #b4b4b4;
}
@media only screen and (min-width: 768px) {
  .list-new-item .item {
    padding: 20px 0px;
    margin: 0px 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .list-new-item .item {
    margin: 0 80px;
  }
}
.list-new-item .item .thumb-new,
.list-new-item .item .description,
.list-new-item .item .date-more {
  float: left;
}
.list-new-item .item .thumb-new {
  width: 236px;
}
.list-new-item .item .description {
  width: calc(100% - 45px);
}
@media only screen and (min-width: 600px) {
  .list-new-item .item .description {
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1000px) {
  .list-new-item .item .description {
    width: calc(100% - 366px);
    margin-left: 30px;
  }
}
.list-new-item .item .description p {
  font-size: 15px;
}
@media only screen and (min-width: 600px) {
  .list-new-item .item .description p {
    font-size: 24px;
  }
}
.list-new-item .item .description .des-cat {
  font-family: "tahomabd";
  color: #6c6c6c;
}
.list-new-item .item .description .des-title a {
  color: #192926;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
}
@media only screen and (min-width: 1000px) {
  .list-new-item .item .description .des-title a {
    font-size: 17px;
    font-family: "tahomabd";
    color: #434242;
  }
}
.list-new-item .item .description .des-title a:hover {
  color: #f40e3a;
}
@media only screen and (min-width: 1000px) {
  .list-new-item .item .description .des-text {
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (min-width: 1000px) {
  .list-new-item .item .description .des-text a {
    font-size: 15px;
    color: #4f4f4f;
  }
}
.list-new-item .item .date-more {
  float: right;
  text-align: right;
  width: 45px;
}
@media only screen and (min-width: 600px) {
  .list-new-item .item .date-more {
    width: 100px;
  }
}
.list-new-item .item .date-more p {
  color: #434242;
}
@media only screen and (min-width: 600px) {
  .list-new-item .item .date-more p {
    font-size: 24px;
    line-height: 1.2;
  }
}
.list-new-item .item .date-more p:first-child {
  font-family: "tahomabd";
}
@media only screen and (min-width: 600px) {
  .list-new-item .item .date-more p:first-child {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .list-new-item .item .date-more p:nth-child(3) {
    margin-top: 8px;
  }
  .list-new-item .item .date-more p:nth-child(3) a {
    font-size: 18px;
    text-transform: uppercase;
    color: #9c9c9c;
    border: 1px solid #9c9c9c;
    padding: 6px 30px;
    font-family: "geoslab703_condensed";
  }
  .list-new-item .item .date-more p:nth-child(3) a:hover {
    background: #cb1e2d;
    color: #fff;
    border: 1px solid #cb1e2d;
  }
}

.pagination {
  margin-top: 50px;
}
.pagination ul {
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 1000px) {
  .pagination ul {
    text-align: right;
    margin: 0 80px;
  }
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li.active a,
.pagination ul li:hover a {
  background: #324582;
}
.pagination ul li a {
  font-size: 26px;
  color: #c6c6c6;
  border: 1px solid #aeadad;
  line-height: 1;
  padding: 3px 10px;
}
@media only screen and (min-width: 768px) {
  .pagination ul li a {
    font-size: 30px;
  }
}

.new-detail .title-new-detail,
.new-detail .content-detail {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 375px) {
  .new-detail .title-new-detail,
  .new-detail .content-detail {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .new-detail .title-new-detail,
  .new-detail .content-detail {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.new-detail .title-new-detail {
  padding-bottom: 10px;
  border-bottom: 1px solid #b4b4b4;
}
@media only screen and (min-width: 1000px) {
  .new-detail .title-new-detail .back-title {
    width: 100px;
    float: left;
    position: relative;
    margin-top: 30px;
    margin-left: 33px;
  }
}
@media only screen and (min-width: 1000px) {
  .new-detail .title-new-detail .back-title a {
    font-family: "utm_cafeta";
    color: #070e1e;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .new-detail .title-new-detail .back-title a i {
    width: 20px;
    height: 33px;
    left: -33px;
    top: 0px;
    position: absolute;
    content: "";
    background: url(assets/frontend/home/images/icon_back.png) no-repeat right
      top;
  }
}
.new-detail .title-new-detail .title-detail {
  margin-top: 15px;
  font-family: "tahomabd";
  font-size: 20px;
  color: #434242;
  text-align: justify;
}
@media only screen and (min-width: 375px) {
  .new-detail .title-new-detail .title-detail {
    font-size: 24px;
  }
}
@media only screen and (min-width: 600px) {
  .new-detail .title-new-detail .title-detail {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .new-detail .title-new-detail .title-detail {
    float: left;
    width: calc(100% - 220px);
  }
}
.new-detail .title-new-detail .date-detail {
  text-align: right;
  font-size: 18px;
  color: #434242;
}
@media only screen and (min-width: 1000px) {
  .new-detail .title-new-detail .date-detail {
    float: right;
  }
}

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

.new-detail .arrow-control {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .new-detail .arrow-control {
    margin-right: 100px;
    margin-left: 100px;
  }
}
.new-detail .arrow-control a {
  display: inline-block;
  font-family: "tahomabd";
  font-size: 20px;
  color: #434242;
}
@media only screen and (min-width: 375px) {
  .new-detail .arrow-control a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .new-detail .arrow-control a {
    font-size: 31px;
  }
}
.new-detail .arrow-control a:first-child {
  float: left;
}
.new-detail .arrow-control a:last-child {
  float: right;
}

.text {
  font-size: 14px;
  color: #0f191f;
  font-family: Roboto;
}
@media only screen and (min-width: 1000px) {
  .text {
    font-size: 15px;
  }
}
.text div {
  font-family: "tahoma";
}
.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: #d97815;
  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(assets/frontend/home/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: #d97815;
  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(assets/frontend/home/images/icon-h2.png) no-repeat 1px 1px
    transparent;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.text a {
  color: #0f191f;
}
.text ul {
  margin-left: 25px;
}
.text ul li {
  line-height: 28px;
  font-family: "tahoma";
}
.text p {
  font-family: "tahoma";
  line-height: 28px;
  color: #0f191f;
}
.text p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
  outline: 1px solid #9c9a9f;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto !important;
}
.text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .text table {
    width: auto;
  }
}
.text table tr td {
  border: 1px solid #4e5051;
  margin: 0;
  padding: 5px;
  vertical-align: middle !important;
  text-align: center;
}
.text table tr:first-child {
  background: #d97815;
}
.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;
}
@media only screen and (max-width: 768px) {
  table img {
    width: 100% !important;
    height: auto !important;
  }
}

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

.v-slick-slide-group img {
  display: block;
}

.news-link {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.news-link:hover {
  color: #4a9eff;
}

.content-detail a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.content-detail a:hover {
  color: #4a9eff;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
.post-content th, .post-content td {
  border: 1px solid #ddd;
  padding: 10px;
}
.post-content thead {
  background: #f8f8f8;
}
.post-content th {
  text-align: left;
}

