@charset "UTF-8";
/* Settings:  contain of font, colors definitions,helpers .... */
@font-face {
  font-family: "iCielBambola";
  src: url('../fonts/icielbambola-webfont.woff?1494783440') format('woff'), url('../fonts/icielbambola-webfont.woff2?1494783440') format('woff2'); }
@font-face {
  font-family: "HelveticaNeue-Light";
  src: url('../fonts/HelveticaNeue-Light.ttf?1494792566') format('truetype'), url('../fonts/HelveticaNeue-Light.woff?1494792568') format('woff'), url('../fonts/HelveticaNeue-Light.eot?1494792568') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.svg?1494792568') format('svg'); }
@font-face {
  font-family: "HelveticaNeue";
  src: url('../fonts/HelveticaNeue.woff?1489561082') format('woff'), url('../fonts/HelveticaNeue.woff2') format('woff2'), url('../fonts/HelveticaNeue.eot?1489561082') format('embedded-opentype'), url('../fonts/HelveticaNeue.svg?1489561082') format('svg'); }
/*---- Main Varibles ----*/
/*---- Content CSS Varibles ----*/
/*---- End Content CSS Varibles ----*/
/*---- End Main Varibles ----*/
.icons-sprite, .icons-bt-gui, .icons-bt-huy, .icons-close, .icons-next, .icons-prev, .owl-carousel .owl-controls .owl-prev, .owl-carousel .owl-controls .owl-next {
  background-image: url('../images/icons-s6629571214.png');
  background-repeat: no-repeat; }

.icons-bt-gui {
  background-position: 0 -105px;
  height: 53px;
  width: 119px; }
  .icons-bt-gui:hover, .icons-bt-gui.bt-gui-hover {
    background-position: 0 -52px; }

.icons-bt-huy {
  background-position: 0 -158px;
  height: 54px;
  width: 102px; }
  .icons-bt-huy:hover, .icons-bt-huy.bt-huy-hover {
    background-position: 0 -212px; }

.icons-close {
  background-position: 0 0;
  height: 52px;
  width: 48px; }
  .icons-close:hover, .icons-close.close-hover {
    background-position: -48px 0; }

.icons-next {
  background-position: -50px -266px;
  height: 75px;
  width: 50px; }
  .icons-next:hover, .icons-next.next-hover {
    background-position: 0 -266px; }

.icons-prev {
  background-position: -50px -341px;
  height: 75px;
  width: 50px; }
  .icons-prev:hover, .icons-prev.prev-hover {
    background-position: 0 -341px; }

/* Tools: contain of mixins and functions,... */
/* For pseudo-elements */
#loader:before, #loader:after {
  display: block;
  content: '';
  position: absolute; }

/* Sử dụng cho Pagination */
/* Generic: contain of reset and/or normalize styles,... */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

ul, ol, dl, dt, li {
  list-style: none;
  padding: 0;
  margin: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  font-family: "HelveticaNeue", Arial;
  color: #c29768;
  background: #0B1723;
  font-size: 14px;
  overflow-x: hidden;
  line-height: 1.5; }

a {
  color: #cd9f6d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ffba00; }

html {
  box-sizing: border-box; }
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit; }

img {
  max-width: 100% !important;
  height: auto !important;
  display: inline !important; }

a {
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -khtml-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

button:active, button:focus {
  outline: none;
  border: none; }

iframe {
  max-width: 100% !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li, ol li {
    list-style: none; }

figure {
  width: 100% !important; }

[class*="icons-"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

/* Vendors */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel {
  clear: both;
  display: block;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  /* Owl Carousel - Video Plugin */ }
  .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-controls {
    width: 100%; }
    .owl-carousel .owl-controls .owl-prev,
    .owl-carousel .owl-controls .owl-next,
    .owl-carousel .owl-controls .owl-dot {
      cursor: pointer;
      cursor: hand;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .owl-carousel .owl-controls .owl-prev, .owl-carousel .owl-controls .owl-next {
    position: absolute;
    top: 32%;
    text-indent: 9999px; }
  .owl-carousel .owl-controls .owl-prev {
    background-position: -50px -341px;
    height: 75px;
    width: 50px;
    left: -35%; }
    .owl-carousel .owl-controls .owl-prev:hover, .owl-carousel .owl-controls .owl-prev.prev-hover {
      background-position: 0 -341px; }
  .owl-carousel .owl-controls .owl-next {
    background-position: -50px -266px;
    height: 75px;
    width: 50px;
    right: -35%; }
    .owl-carousel .owl-controls .owl-next:hover, .owl-carousel .owl-controls .owl-next.next-hover {
      background-position: 0 -266px; }
  .owl-carousel .owl-refresh .owl-item {
    display: none; }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Owl Carousel - Lazy Load Plugin */ }
    .owl-carousel .owl-item img {
      display: block;
      width: 100%;
      -webkit-transform-style: preserve-3d; }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      -webkit-transition: opacity 400ms ease;
      -moz-transition: opacity 400ms ease;
      -ms-transition: opacity 400ms ease;
      -o-transition: opacity 400ms ease;
      transition: opacity 400ms ease; }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease; }
    .owl-carousel .owl-video-play-icon:hover {
      -webkit-transition: scale(1.3, 1.3);
      -moz-transition: scale(1.3, 1.3);
      -ms-transition: scale(1.3, 1.3);
      -o-transition: scale(1.3, 1.3);
      transition: scale(1.3, 1.3); }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-video-tn .owl-video-play-icon,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel.owl-loaded {
  /*display: block;*/ }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel.owl-rtl {
  direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*---------------------------------------*/
.owl-btn {
  position: absolute;
  top: 50%;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/*---------- OWL NAV -----------*/
.owl-controls {
  text-align: right; }

.owl-dots {
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 30px; }

.owl-dots .owl-dot.active span {
  background: #ff340c; }

.owl-dots .owl-dot:hover span {
  background: #ff340c;
  color: #000; }

.owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0px 2px;
  background: #000000;
  display: block;
  color: #333;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }

.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  -moz-user-select: none;
  cursor: pointer; }

/*------------------------------*/
/* Components */
/* Trumps  */
body {
  font-family: 'HelveticaNeue';
  overflow: hidden; }

.Wrapper {
  position: relative;
  height: 100%;
  background: url('../images/bg-wrapper.jpg?1494813589') no-repeat center 0;
  background-size: cover; }

.container {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .container {
      width: 100%; } }

.bganimate, .bganimate2 {
  background: url('../images/text02.png?1495013192') no-repeat center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  margin: 0 auto; }

.bganimate2 {
  background: url('../images/text01.png?1495013192') no-repeat center 0;
  background-size: cover; }

.logo {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  display: block;
  position: relative;
  z-index: 50; }
  @media (min-width: 320px) and (max-width: 760px) {
    .logo {
      width: 15%;
      padding-top: 5px; } }

.send_wish {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  background: url('../images/bt-goiloichuc.png?1494813556') no-repeat center 0;
  background-size: cover;
  z-index: 20;
  width: 257px;
  height: 109px; }
  .send_wish:hover {
    background: url('../images/bt-goiloichuc-hover.png?1494818949') no-repeat center 0;
    background-size: cover; }

.bongbong {
  z-index: 50 !important;
  position: absolute; }
  .bongbong a {
    color: #333333;
    font-size: 16px; }
  .bongbong span {
    position: absolute;
    bottom: 27px;
    left: 0%;
    right: 0;
    text-align: center; }
  @media (min-width: 320px) and (max-width: 760px) {
    .bongbong {
      width: 15%; }
      .bongbong a {
        font-size: 14px; }
      .bongbong span {
        bottom: 18px; } }

/* popup */
.bgover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 60;
  display: none;
  top: 0;
  left: 0; }

.popup {
  position: fixed;
  right: 0;
  left: 0;
  text-align: center;
  top: 0%;
  bottom: 0;
  z-index: 15; }
  .popup.active {
    z-index: 65; }
  .popup .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none; }
  .popup .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none; }
  .popup__wish {
    background: url('../images/popup-goiloichuc.png?1494815697') no-repeat center 0;
    width: 536px;
    margin: 0 auto;
    text-align: center;
    padding-top: 208px;
    padding-left: 35px;
    position: relative;
    color: #000;
    pointer-events: all; }
    .popup__wish p {
      margin: 0; }
    .popup__wish--content {
      margin: 0 70px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .popup__wish {
        background-size: cover;
        background-position: center 75%;
        width: 90%;
        padding-left: 30px;
        padding-top: 20px; } }
  .popup__list {
    background: url('../images/popup-listtin.png?1494817325') no-repeat center 0;
    width: 824px;
    height: 622px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    pointer-events: all;
    position: relative; }
    .popup__list .close {
      top: 8% !important;
      right: -32px !important; }
    .popup__list .title {
      font-size: 54px !important;
      text-shadow: 2px 2px 0px #fff,-2px -2px 0px #fff; }
    .popup__list .mCSB_container {
      background: none; }
    .popup__list--content {
      margin: 0 70px; }
    .popup__list li {
      list-style: none;
      border-bottom: 1px solid #cc99ff;
      overflow: hidden;
      margin-bottom: 15px; }
      .popup__list li .avarta {
        float: left;
        margin-right: 35px;
        width: 9%; }
        .popup__list li .avarta img {
          border-radius: 48px;
          border: 2px solid #fff;
          vertical-align: text-top; }
      .popup__list li .comment {
        float: left;
        width: 84%; }
        .popup__list li .comment__des {
          position: relative;
          border: 1px dashed #cc00c0;
          background-color: #e2beee;
          color: #8f0606;
          border-radius: 10px;
          padding: 0 10px;
          min-height: 65px;
          margin-bottom: 10px; }
          .popup__list li .comment__des:before {
            position: absolute;
            top: 44%;
            left: -8px;
            display: inline-block;
            border-bottom: 1px dashed #cc00c0;
            border-left: 1px dashed #cc00c0;
            width: 15px;
            height: 15px;
            transform: rotate(45deg);
            background: #e2beee;
            z-index: 1;
            content: ''; }
        .popup__list li .comment .vote {
          font-size: 10px;
          padding-left: 0;
          margin-bottom: 0; }
          .popup__list li .comment .vote span + span {
            width: 6%;
            margin-right: 8px; }
          .popup__list li .comment .vote a {
            color: #000; }
        .popup__list li .comment p {
          margin: 5px 0; }
  .popup .title {
    font-size: 43px;
    color: #000;
    font-family: "iCielBambola";
    word-spacing: 5px;
    margin: 0; }
    @media (min-width: 320px) and (max-width: 768px) {
      .popup .title {
        font-size: 30px !important; } }
  .popup__content {
    color: #000;
    line-height: 31px; }
  .popup .loichuc {
    background: url("../images/line-gui.gif") repeat-y 0 bottom;
    padding-left: 1px;
    text-align: left; }
  .popup .close {
    position: absolute;
    top: 34%;
    right: -6px;
    display: block;
    opacity: 1;
    z-index: 6; }
    @media (min-width: 320px) and (max-width: 740px) {
      .popup .close {
        top: 13%;
        right: -3px; } }
  .popup .btSend {
    background: url('../images/bt-gui.png?1494815165') no-repeat center 0;
    background-size: cover;
    width: 119px;
    height: 53px;
    border: none;
    text-indent: -9999px;
    background-color: transparent;
    margin: 50px 0 0 80px; }
    .popup .btSend:hover, .popup .btSend:focus {
      outline: none;
      background: url('../images/bt-gui-hover.png?1494815158') no-repeat center 0;
      background-size: cover; }
    @media (min-width: 320px) and (max-width: 760px) {
      .popup .btSend {
        margin-top: 10px;
        width: 90px;
        height: 40px; } }
  .popup .btReset {
    background: url('../images/bt-huy.png?1494815032') no-repeat center 0;
    background-size: cover;
    width: 102px;
    height: 54px;
    border: none;
    text-indent: -9999px;
    background-color: transparent; }
    @media (min-width: 320px) and (max-width: 768px) {
      .popup .btReset {
        left: 62%;
        width: 80px;
        height: 40px; } }
    .popup .btReset:hover, .popup .btReset:focus {
      outline: none;
      background: url('../images/bt-huy-hover.png?1494815060') no-repeat center 0;
      background-size: cover; }
  .popup .btOthoerWish {
    background: url('../images/bt-xemloikhac.png?1494815731') no-repeat 0 0;
    background-size: cover;
    text-indent: -9999px;
    margin-left: 145px;
    width: 274px;
    height: 53px;
    display: block; }
    .popup .btOthoerWish:hover, .popup .btOthoerWish:focus {
      outline: none;
      background: url('../images/bt-xemloikhac-hover.png?1494815762') no-repeat 0 0;
      background-size: cover; }
    @media (min-width: 320px) and (max-width: 768px) {
      .popup .btOthoerWish {
        width: 196px;
        height: 35px;
        margin-left: 202px; } }
  .popup .vote {
    overflow: hidden;
    padding-left: 150px;
    margin-bottom: 5px; }
    .popup .vote span {
      float: left;
      margin-right: 10px;
      position: relative; }
    .popup .vote .text {
      padding-top: 16px;
      color: #fff; }
    .popup .vote a:hover img {
      opacity: 0.8; }
    .popup .vote a:hover .text {
      color: #0066ff; }
    .popup .vote .active span .imghover {
      opacity: 1; }

.TextStrong {
  font-size: 40px;
  color: #ff0000; }
  @media (min-width: 320px) and (max-width: 740px) {
    .TextStrong {
      font-size: 20px; } }

.imghover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.hidden {
  display: none; }

.textupper {
  font-size: 25px;
  vertical-align: super; }

.text17 {
  font-size: 17px; }

.Blittle {
  animation: moveclouds 14s  linear forwards;
  -webkit-animation: moveclouds 14s  linear forwards;
  -moz-animation: moveclouds 14s  linear forwards;
  -o-animation: moveclouds 14s  linear forwards; }
  .Blittle:hover, .BlittleUP:hover, .BlittleUP.active, .Bmedium:hover, .Bmedium.active, .BmediumUP:hover, .BmediumUP.active, .BmediumUPUP:hover, .BmediumUPUP.active, .Bbig:hover, .Bbig.active, .Blittle.active {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }

.BlittleUP {
  animation: moveclouds 16s  linear forwards;
  -webkit-animation: moveclouds 16s  linear forwards;
  -moz-animation: moveclouds 16s  linear forwards;
  -o-animation: moveclouds 16s  linear forwards; }

.Bmedium {
  animation: moveclouds 17s  linear forwards;
  -webkit-animation: moveclouds 17s  linear forwards;
  -moz-animation: moveclouds 17s  linear forwards;
  -o-animation: moveclouds 17s  linear forwards; }

.BmediumUP {
  animation: moveclouds 18s  linear forwards;
  -webkit-animation: moveclouds 18s  linear forwards;
  -moz-animation: moveclouds 18s  linear forwards;
  -o-animation: moveclouds 18s  linear forwards; }

.BmediumUPUP {
  animation: moveclouds 19s  linear forwards;
  -webkit-animation: moveclouds 19s  linear forwards;
  -moz-animation: moveclouds 19s  linear forwards;
  -o-animation: moveclouds 19s  linear forwards; }

.Bbig {
  animation: moveclouds 22s  linear forwards;
  -webkit-animation: moveclouds 22s  linear forwards;
  -moz-animation: moveclouds 22s  linear forwards;
  -o-animation: moveclouds 22s  linear forwards; }

.BC-1 {
  left: 5%; }

.BC-2 {
  left: 14.5%; }

.BC-3 {
  left: 25%; }

.BC-4 {
  left: 37.5%; }

.BC-5 {
  left: 50%; }

.BC-6 {
  left: 62.5%; }

.BC-7 {
  left: 75%; }

.BC-8 {
  left: 87.5%; }

@keyframes moveclouds {
  0% {
    transform: translate(0px, 700px); }
  100% {
    transform: translate(0px, -1200px); } }
@-webkit-keyframes moveclouds {
  0% {
    -webkit-transform: translate(0px, 700px); }
  100% {
    -webkit-transform: translate(0px, -1200px); } }
@-moz-keyframes moveclouds {
  0% {
    -moz-transform: translate(0px, 700px); }
  100% {
    -moz-transform: translate(0px, -1200px); } }
@-o-keyframes moveclouds {
  0% {
    -o-transform: translate(0px, 700px); }
  100% {
    -o-transform: translate(0px, -1200px); } }
label {
  display: none; }

.nhaptext {
  border: none;
  background-color: #ffffcc;
  height: 208px;
  text-align: left;
  width: 100%; }
  .nhaptext:focus {
    outline: none; }

@media (min-device-width: 320px) and (max-device-width: 740px) and (orientation: portrait) {
  .logo {
    width: 25%;
    padding-top: 5px; }

  .bongbong {
    width: 14%; }
    .bongbong a {
      font-size: 13px; }
    .bongbong span {
      bottom: 30px; } }
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #1e1639; }

#loader {
  display: block;
  position: relative;
  left: 0;
  top: 30%;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fcf295;
  -moz-animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001; }
  #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fe4653;
    -moz-animation: spin 3s linear infinite;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite; }
  #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fefefe;
    -moz-animation: spin 1.5s linear infinite;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }

.anhien {
  animation: nhapnhay 0.3s linear infinite;
  -webkit-animation: nhapnhay .3s linear  infinite; }

@-webkit-keyframes nhapnhay {
  0% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes nhapnhay {
  0% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */
