@charset "UTF-8";
@-webkit-keyframes moveXY {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); } }
@keyframes moveXY {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); } }

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

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

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

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

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

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

@font-face {
  font-family: 'font-play';
  src: url("../fonts/font-play.eot?25808534");
  src: url("../fonts/font-play.eot?25808534#iefix") format("embedded-opentype"), url("../fonts/font-play.woff?25808534") format("woff"), url("../fonts/font-play.ttf?25808534") format("truetype"), url("../fonts/font-play.svg?25808534#font-play") format("svg");
  font-weight: normal;
  font-style: normal; }

.f-tahoma {
  font-family: 'tahoma'; }

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

.f-utm_cafeta {
  font-family: 'utm_cafeta'; }

.f-svn_kimberley {
  font-family: 'svn_kimberley'; }

.f-svn_saf {
  font-family: 'svn_saf'; }

.f-uvn_laclongquanr {
  font-family: 'uvn_laclongquanr'; }

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

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

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

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

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

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

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

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

.c-pointer {
  cursor: pointer; }

.p-relative {
  position: relative; }

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

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .d-flex.at-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .d-flex.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

button {
  border: none;
  background: transparent; }

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

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

.f-left {
  float: left; }

.f-right {
  float: right; }

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

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

.c-page {
  color: #def1f5 !important; }

.c-yellow {
  color: #fff200 !important; }

.c-red {
  color: #ff7455 !important; }

.b-r-10 {
  border-radius: 10px; }

.b-r-20 {
  border-radius: 20px; }

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

@-webkit-keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000; }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000; }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000; } }

@keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000; }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #FF0000; }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #B20000; } }

@-webkit-keyframes rock-boat {
  0% {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); }
  50% {
    -webkit-transform: rotate(-7deg) translateY(-5px);
    transform: rotate(-7deg) translateY(-5px); }
  100% {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); } }

@keyframes rock-boat {
  0% {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); }
  50% {
    -webkit-transform: rotate(-7deg) translateY(-5px);
    transform: rotate(-7deg) translateY(-5px); }
  100% {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); } }

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

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

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

html {
  overflow-x: hidden !important; }

body {
  margin: 0;
  font-family: "tahoma";
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
  color: #fde6b6;
  background-color: #ba1e33 !important;
  min-height: 100vh;
  overflow-x: hidden !important;
  background: url(../images/bg-top.jpg) no-repeat center -8px; }
  @media only screen and (max-width: 1023px) {
    body {
      background: url(../images/m-bg.jpg) no-repeat center 60px;
      background-size: 100% auto; } }
  body::-webkit-scrollbar {
    width: 8px; }
  body::-webkit-scrollbar-track {
    background: #e8b065;
    border-radius: 12px; }
  body::-webkit-scrollbar-thumb {
    background: #e2462b;
    border-radius: 12px; }

.container {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 1000px) {
    .container {
      width: 1000px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      width: 1200px; } }

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

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

.btn-yellow {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url(../images/bg-btn-join.png) no-repeat center center;
  background-size: 100% 100%;
  text-shadow: 0px 1px 1.56px #ffef56;
  color: #641401; }
  .btn-yellow:hover, .btn-yellow.ac {
    background: url(../images/bg-btn-join-hv.png) no-repeat center center;
    background-size: 100% 100%; }

.t-shadow {
  text-shadow: 2px 2px 3.84px rgba(0, 0, 0, 0.4); }

.b-shadow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); }

.title-section {
  background: url(../images/m-bg-title.png) no-repeat left top;
  background-size: cover;
  height: 90px;
  padding-left: 80px;
  padding-top: 12px;
  position: relative;
  top: -30px;
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    .title-section {
      background: url(../images/bg-title.png) no-repeat center center;
      height: 151px;
      padding-left: 112px;
      padding-top: 12px;
      top: -50px; } }
  .title-section .container {
    max-width: 912px; }
  .title-section .title-big {
    color: #ffe6a3;
    font-size: 16px; }
    @media only screen and (min-width: 375px) {
      .title-section .title-big {
        font-size: 18px; } }
    @media only screen and (min-width: 1024px) {
      .title-section .title-big {
        font-size: 45px; } }
    .title-section .title-big:before {
      position: absolute;
      content: '';
      width: 60px;
      height: 68px;
      background: url(../images/img-socks-title.png) no-repeat center center;
      background-size: contain;
      left: -65px;
      top: -10px; }
      @media only screen and (min-width: 1024px) {
        .title-section .title-big:before {
          width: 114px;
          height: 117px;
          left: -112px;
          top: -5px; } }
  .title-section .title-small {
    font-size: 10px;
    margin-top: 6px;
    margin-left: 10px; }
    @media only screen and (min-width: 1024px) {
      .title-section .title-small {
        font-size: 28px;
        padding-left: 25px;
        margin-top: 0; } }

.title-section-small {
  width: 90%;
  max-width: 560px;
  height: 60px;
  line-height: 56px;
  background: url(../images/bg-title-small.png) no-repeat center center;
  background-size: 100% 100%;
  color: #ffe6a3;
  font-size: 25px;
  border-radius: 15px; }
  @media only screen and (min-width: 768px) {
    .title-section-small {
      width: 560px;
      height: 99px;
      line-height: 90px;
      font-size: 45px; } }
  .title-section-small:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 68px;
    background: url(../images/img-socks-title.png) no-repeat center center;
    background-size: contain;
    left: -10px;
    top: -10px; }
    @media only screen and (min-width: 768px) {
      .title-section-small:before {
        width: 114px;
        height: 117px;
        left: -50px;
        top: -5px; } }
  .title-section-small.title-section-blue {
    background-color: #1b5a51; }
  .title-section-small.title-section-red {
    background-color: #c81623; }

._title_2 {
  text-align: center;
  font-size: clamp(20px, 4vw, 31.7px);
  color: #ffe6a3;
  margin: 1rem 0; }

.pagination {
  font-size: 16px;
  margin-top: 10px; }
  @media only screen and (min-width: 375px) {
    .pagination {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .pagination {
      font-size: 20px; } }
  .pagination ul {
    text-align: center; }
    .pagination ul li {
      display: inline-block;
      margin: 0 3px; }
      .pagination ul li a {
        color: #fff; }
      .pagination ul li:hover a, .pagination ul li.active a {
        color: #fff200; }

.list-btn-small .btn-item {
  background: url(../images/bg-btn-small.png) no-repeat center center;
  background-size: 100% 100%; }
  .list-btn-small .btn-item:hover {
    background: url(../images/bg-btn-small-hv.png) no-repeat center center;
    background-size: 100% 100%; }

.slide-custom-arrow .slick-arrow {
  z-index: 2;
  width: 25px;
  height: 39px;
  background: url(../images/icon-arrow.png) no-repeat center center;
  background-size: contain; }
  @media only screen and (min-width: 768px) {
    .slide-custom-arrow .slick-arrow {
      width: 36px;
      height: 56px; } }
  @media only screen and (min-width: 1200px) {
    .slide-custom-arrow .slick-arrow {
      width: 51px;
      height: 80px; } }
  .slide-custom-arrow .slick-arrow.slick-prev {
    left: 0; }
    @media only screen and (min-width: 1200px) {
      .slide-custom-arrow .slick-arrow.slick-prev {
        left: 0px; } }
  .slide-custom-arrow .slick-arrow.slick-next {
    right: 0;
    -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: 1200px) {
      .slide-custom-arrow .slick-arrow.slick-next {
        right: 0px; } }
  .slide-custom-arrow .slick-arrow:hover {
    background: url(../images/icon-arrow.png) no-repeat center center;
    background-size: contain; }
  .slide-custom-arrow .slick-arrow:before {
    display: none; }

.slick-custom-dots .slick-dots {
  bottom: -25px; }
  .slick-custom-dots .slick-dots li {
    background: #bc2035;
    border-radius: 10px;
    width: 14px;
    height: 14px;
    margin: 0 3px; }
    .slick-custom-dots .slick-dots li.slick-active {
      width: 60px;
      background: #33b395; }
    .slick-custom-dots .slick-dots li button {
      width: 14px;
      height: 14px; }
      .slick-custom-dots .slick-dots li button:before {
        width: 14px;
        height: 14px;
        content: ''; }

.btn-page {
  width: 200px;
  height: 64px;
  line-height: 60px;
  background: url(../images/bg-btn-button.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 18px; }
  @media only screen and (min-width: 1200px) {
    .btn-page {
      width: 309px;
      height: 99px;
      line-height: 85px;
      font-size: 35px; } }
  .btn-page:hover {
    background: url(../images/bg-btn-button-hv.png) no-repeat center center;
    background-size: 100% 100%; }

.number-gift {
  position: absolute;
  font-size: 16px;
  right: 7%;
  bottom: 5%;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 0 3px;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px; }
  @media only screen and (max-width: 568px) {
    .number-gift {
      font-size: 10px;
      padding: 0 2px;
      height: 16px; } }

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #0e5145;
  width: 100%;
  padding: 2px; }
  @media only screen and (min-width: 375px) {
    .header {
      padding: 5px; } }
  @media only screen and (min-width: 1200px) {
    .header {
      padding: 0;
      background: transparent;
      position: absolute; } }

#toggle-hambuger:checked ~ .navbar #hambuger .inner-hambuger {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  #toggle-hambuger:checked ~ .navbar #hambuger .inner-hambuger:before {
    top: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  #toggle-hambuger:checked ~ .navbar #hambuger .inner-hambuger:after {
    top: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

#toggle-hambuger:checked ~ .navbar .navbar-content {
  display: block; }

@media only screen and (max-width: 999px) {
  .navbar .container {
    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; } }

.left-header {
  width: 60%;
  float: left; }

.icon-name-game .icon-game img {
  width: 50px;
  display: block; }

.txt-name-game {
  color: #ffffff;
  font-size: 9px;
  margin-left: 5px;
  margin-top: 5px; }
  @media only screen and (min-width: 375px) {
    .txt-name-game {
      margin-top: 0; } }
  @media only screen and (min-width: 414px) {
    .txt-name-game {
      font-size: 11px; } }
  @media only screen and (min-width: 600px) {
    .txt-name-game {
      margin-left: 10px;
      font-size: 13px; } }
  .txt-name-game .name-game {
    font-size: 18px; }
    @media only screen and (min-width: 375px) {
      .txt-name-game .name-game {
        font-size: 20px; } }

.navbar-content {
  display: none;
  position: fixed;
  z-index: 99999;
  background: #0e5145;
  width: 100%;
  height: calc(100% - 60px);
  left: 0;
  bottom: 0;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px; }
  @media only screen and (min-width: 1200px) {
    .navbar-content {
      display: block;
      background: rgba(45, 36, 35, 0.6);
      height: auto;
      position: inherit;
      padding: 3px 10px;
      width: auto;
      float: left;
      border-radius: 10px;
      margin-left: 50px;
      margin-top: 5px; } }
  @media only screen and (min-width: 1200px) {
    .navbar-content ul {
      text-align: center; } }
  .navbar-content ul li {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .navbar-content ul li {
        padding: 0;
        display: inline-block;
        margin: 0 5px; } }
    @media only screen and (min-width: 1200px) {
      .navbar-content ul li:not(:last-child):before {
        width: 1px;
        height: 15px;
        background: #fce1c3;
        right: -8px;
        top: 4px; } }
    .navbar-content ul li:before {
      position: absolute;
      content: ''; }
      @media only screen and (max-width: 999px) {
        .navbar-content ul li:before {
          width: 94%;
          height: 2px;
          left: 5px;
          top: 0; } }
    @media only screen and (max-width: 999px) {
      .navbar-content ul li:last-child:after {
        width: 94%;
        height: 2px;
        position: absolute;
        content: '';
        left: 5px;
        bottom: 0; } }
    .navbar-content ul li a {
      color: #fce1c3;
      font-size: 18px;
      position: relative; }
      @media only screen and (min-width: 1200px) {
        .navbar-content ul li a {
          font-size: 15px; } }
      @media only screen and (max-width: 999px) {
        .navbar-content ul li a:before {
          content: '';
          width: 6px;
          height: 6px;
          background: #fce1c3;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: -15px; } }

.link-download {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 35px;
  margin-right: 5px; }
  @media only screen and (min-width: 375px) {
    .link-download {
      width: 150px; } }
  @media only screen and (min-width: 600px) {
    .link-download {
      width: 165px;
      height: 50px;
      line-height: 45px;
      font-size: 20px; } }
  @media only screen and (min-width: 1200px) {
    .link-download {
      margin-right: 0;
      float: right; } }
  .link-download a {
    font-size: 18px; }

.icon-hamburger {
  float: right; }
  .icon-hamburger #hambuger {
    display: inline-block;
    position: relative;
    height: 35px;
    width: 40px;
    cursor: pointer; }
    .icon-hamburger #hambuger .inner-hambuger {
      height: 5px;
      width: 100%;
      top: 16px;
      background-color: #faf2c1;
      position: absolute;
      -webkit-transition: -webkit-transform .2s ease 0s;
      transition: -webkit-transform .2s ease 0s;
      -o-transition: transform .2s ease 0s;
      transition: transform .2s ease 0s;
      transition: transform .2s ease 0s, -webkit-transform .2s ease 0s; }
      .icon-hamburger #hambuger .inner-hambuger:before, .icon-hamburger #hambuger .inner-hambuger:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        height: 5px;
        width: 100%;
        background-color: #faf2c1; }
      .icon-hamburger #hambuger .inner-hambuger:before {
        top: -12px; }
        @media only screen and (min-width: 640px) {
          .icon-hamburger #hambuger .inner-hambuger:before {
            top: -15px; } }
      .icon-hamburger #hambuger .inner-hambuger:after {
        top: 12px; }
        @media only screen and (min-width: 640px) {
          .icon-hamburger #hambuger .inner-hambuger:after {
            top: 15px; } }

.about-footer {
  background: url(../images/bg-footer.png) no-repeat center top #faf2c1;
  padding-top: 100px; }
  @media only screen and (min-width: 768px) {
    .about-footer {
      padding-top: 120px; } }
  .about-footer .link-go-top {
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 70px;
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .about-footer .link-go-top:before, .about-footer .link-go-top:after {
      position: absolute;
      z-index: -1;
      content: '';
      width: 0;
      height: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .about-footer .link-go-top:before {
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-bottom: 50px solid #ba1e33; }
    .about-footer .link-go-top:after {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #fff;
      top: 10px; }

.about-link .list-link-about {
  text-align: center; }
  .about-link .list-link-about .link-to {
    display: inline-block;
    width: 21%;
    max-width: 183px;
    margin: 0 1%; }
    .about-link .list-link-about .link-to img {
      width: 100%; }
    .about-link .list-link-about .link-to:hover {
      -webkit-animation: moveXY 0.3s ease infinite;
      animation: moveXY 0.3s ease infinite; }

.footer {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .footer {
      font-size: 15px; } }

.link-footer {
  text-align: center; }
  .link-footer li {
    display: inline-block;
    margin: 0 5px; }
    .link-footer li:not(:first-child):before {
      position: absolute;
      content: '';
      width: 1px;
      height: 15px;
      background: #fce1c3;
      top: 5px;
      left: -7px; }

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

.box-animation {
  position: fixed;
  top: 0;
  left: 0;
  height: 80vh;
  width: 100%;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .box-animation {
      height: 95vh; } }

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
    opacity: 1; }
  80% {
    top: 80%;
    opacity: 0.9; }
  100% {
    top: 100%;
    opacity: 0; } }

@keyframes snowflakes-fall {
  0% {
    top: -10%;
    opacity: 1; }
  80% {
    top: 80%;
    opacity: 0.9; }
  100% {
    top: 100%;
    opacity: 0; } }

@-webkit-keyframes snowflakes-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px); } }

@keyframes snowflakes-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px); } }

.snowflake {
  display: none;
  position: absolute;
  top: -10%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation: snowflakes-fall 15s ease-in-out infinite;
  animation: snowflakes-fall 15s ease-in-out infinite; }
  @media only screen and (min-width: 1024px) {
    .snowflake {
      display: block; } }
  .snowflake span {
    position: absolute;
    -webkit-animation: snowflakes-shake 8s ease-in-out infinite alternate;
    animation: snowflakes-shake 8s ease-in-out infinite alternate; }

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s; }

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
  font-size: 18px; }

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
  font-size: 25px; }

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
  font-size: 30px; }

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
  font-size: 25px; }

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
  font-size: 35px; }

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
  font-size: 15px; }

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
  font-size: 20px; }

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
  font-size: 27px; }

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
  font-size: 22px; }

.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s;
  font-size: 16px; }

.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s, 2.5s;
  animation-delay: 4s, 2.5s;
  font-size: 30px; }

.snowflake:nth-of-type(12) {
  -webkit-animation-delay: 3s, 2.5s;
  animation-delay: 3s, 2.5s; }

.snowflake:nth-of-type(13) {
  -webkit-animation-delay: 5s, 3.5s;
  animation-delay: 5s, 3.5s; }

.snowflake:nth-of-type(14) {
  -webkit-animation-delay: 4s, 5.5s;
  animation-delay: 4s, 5.5s; }

.snowflake:nth-of-type(15) {
  -webkit-animation-delay: 6s, 5.5s;
  animation-delay: 6s, 5.5s; }

.snowflake:nth-of-type(16) {
  -webkit-animation-delay: 1s, 1.5s;
  animation-delay: 1s, 1.5s; }

.snowflake:nth-of-type(17) {
  -webkit-animation-delay: 2s, 1.5s;
  animation-delay: 2s, 1.5s; }

#bubble-wrap,
#bubble-wrap2,
#bubble-wrap3 {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden; }

#bubble-wrap {
  width: 50%;
  left: 0; }

#bubble-wrap2 {
  width: 40%;
  left: 20%; }
  #bubble-wrap2 .x1 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  #bubble-wrap2 .x2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  #bubble-wrap2 .x3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  #bubble-wrap2 .x4 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  #bubble-wrap2 .x5 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  #bubble-wrap2 .x6 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  #bubble-wrap2 .x7 {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s; }
  #bubble-wrap2 .x8 {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s; }
  #bubble-wrap2 .x9 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s; }
  #bubble-wrap2 .x10 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }

#bubble-wrap3 {
  left: 40%; }

.bubble-wrapper .bubble {
  position: absolute;
  opacity: 0;
  display: block; }

.bubble-wrapper .x1 {
  -webkit-animation: animateBubble 6s linear infinite;
  animation: animateBubble 6s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  left: 50%;
  top: 0%; }

.bubble-wrapper .x1 .bubble-scale {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3); }

.bubble-wrapper .bubble-scale:after {
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px 6px #ffffff; }

.bubble-wrapper .x1 .bubble-scale:after {
  -webkit-animation: sideWays 5s ease-in-out infinite alternate;
  animation: sideWays 5s ease-in-out infinite alternate; }

.bubble-wrapper .x2 {
  -webkit-animation: animateBubble 8s linear infinite;
  animation: animateBubble 8s linear infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  left: 30%;
  top: 10%; }

.bubble-wrapper .x2 .bubble-scale {
  -webkit-transform: scale(0.35);
  -ms-transform: scale(0.35);
  transform: scale(0.35); }

.bubble-wrapper .x2 .bubble-scale:after {
  -webkit-animation: sideWays 2s ease-in-out infinite alternate;
  animation: sideWays 2s ease-in-out infinite alternate; }

.bubble-wrapper .x3 {
  -webkit-animation: animateBubble 5s linear infinite;
  animation: animateBubble 5s linear infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  left: 71%;
  top: 20%; }

.bubble-wrapper .x3 .bubble-scale {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6); }

.bubble-wrapper .x3 .bubble-scale:after {
  -webkit-animation: sideWays 10s ease-in-out infinite alternate;
  animation: sideWays 10s ease-in-out infinite alternate; }

.bubble-wrapper .x4 {
  -webkit-animation: animateBubble 4s linear infinite;
  animation: animateBubble 4s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  left: 60%;
  top: 20%; }

.bubble-wrapper .x4 .bubble-scale {
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1); }

.bubble-wrapper .x4 .bubble-scale:after {
  -webkit-animation: sideWays 7s ease-in-out infinite alternate;
  animation: sideWays 7s ease-in-out infinite alternate; }

.bubble-wrapper .x5 {
  -webkit-animation: animateBubble 4s linear infinite;
  animation: animateBubble 4s linear infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  left: 80%;
  top: 30%; }

.bubble-wrapper .x5 .bubble-scale {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2); }

.bubble-wrapper .x5 .bubble-scale:after {
  -webkit-animation: sideWays 6s ease-in-out infinite alternate;
  animation: sideWays 6s ease-in-out infinite alternate; }

.bubble-wrapper .x6 {
  -webkit-animation: animateBubble 8s linear infinite;
  animation: animateBubble 8s linear infinite;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  left: 15%;
  top: 30%; }

.bubble-wrapper .x6 .bubble-scale {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2); }

.bubble-wrapper .x6 .bubble-scale:after {
  -webkit-animation: sideWays 9s ease-in-out infinite alternate;
  animation: sideWays 9s ease-in-out infinite alternate; }

.bubble-wrapper .x7 {
  -webkit-animation: animateBubble 7s linear infinite;
  animation: animateBubble 7s linear infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  left: 65%;
  top: 30%; }

.bubble-wrapper .x7 .bubble-scale {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3); }

.bubble-wrapper .x7 .bubble-scale:after {
  -webkit-animation: sideWays 4s ease-in-out infinite alternate;
  animation: sideWays 4s ease-in-out infinite alternate; }

.bubble-wrapper .x8 {
  -webkit-animation: animateBubble 8s linear infinite;
  animation: animateBubble 8s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  left: 75%;
  top: 30%; }

.bubble-wrapper .x8 .bubble-scale {
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45); }

.bubble-wrapper .x8 .bubble-scale:after {
  -webkit-animation: sideWays 6s ease-in-out infinite alternate;
  animation: sideWays 6s ease-in-out infinite alternate; }

.bubble-wrapper .x9 {
  -webkit-animation: animateBubble 3s linear infinite;
  animation: animateBubble 3s linear infinite;
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  left: 65%;
  top: 50%; }

.bubble-wrapper .x9 .bubble-scale {
  -webkit-transform: scale(0.15);
  -ms-transform: scale(0.15);
  transform: scale(0.15); }

.bubble-wrapper .x9 .bubble-scale:after {
  -webkit-animation: sideWays 3s ease-in-out infinite alternate;
  animation: sideWays 3s ease-in-out infinite alternate; }

.bubble-wrapper .x10 {
  -webkit-animation: animateBubble 4s linear infinite;
  animation: animateBubble 4s linear infinite;
  left: 70%;
  top: 30%; }

.bubble-wrapper .x10 .bubble-scale {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3); }

.bubble-wrapper .x10 .bubble-scale:after {
  -webkit-animation: sideWays 5s ease-in-out infinite alternate;
  animation: sideWays 5s ease-in-out infinite alternate; }

@-webkit-keyframes animateBubble {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    -webkit-transform: translateY(750px);
    transform: translateY(750px);
    opacity: 0; } }

@keyframes animateBubble {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    -webkit-transform: translateY(750px);
    transform: translateY(750px);
    opacity: 0; } }

@-webkit-keyframes animateBubble2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    -webkit-transform: translateY(550px);
    transform: translateY(550px);
    opacity: 0; } }

@keyframes animateBubble2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  10% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    -webkit-transform: translateY(550px);
    transform: translateY(550px);
    opacity: 0; } }

@-webkit-keyframes sideWays {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px); } }

@keyframes sideWays {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(450px);
    transform: translateX(450px); } }

.join-hand {
  margin-top: 50px; }
  @media only screen and (min-width: 1024px) {
    .join-hand {
      margin-top: 80px; } }

.box-number-socks {
  font-size: 30px; }
  .box-number-socks span {
    font-size: 40px;
    color: #f8cc3b; }

.box-rank {
  margin-top: 15px;
  max-width: 731px;
  background: url(../images/join-hand/bg-bxh.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    .box-rank {
      margin-top: 35px;
      max-width: 837px;
      height: 811px;
      position: relative; } }
  @media only screen and (min-width: 1024px) {
    .box-rank:before {
      position: absolute;
      content: "";
      width: 596px;
      height: 892px;
      background: url(../images/join-hand/art-left.png) no-repeat center center;
      bottom: -95px;
      left: -562px;
      pointer-events: none;
      z-index: 1; } }
  .box-rank:after {
    content: "";
    width: 323px;
    height: 504px;
    background: url(../images/icon-info-user-1.png) no-repeat center center;
    background-size: contain;
    bottom: 28%;
    right: -40%;
    position: absolute; }
    @media only screen and (max-width: 1024px) {
      .box-rank:after {
        display: none; } }
  .box-rank .table-rank {
    width: 97%;
    max-width: 740px;
    height: 100%; }
    .box-rank .table-rank table {
      width: 100%; }
      .box-rank .table-rank table tr td {
        font-size: 14px;
        color: #2e3d52;
        width: 33%;
        padding: 8px 0px; }
        @media only screen and (min-width: 1024px) {
          .box-rank .table-rank table tr td {
            padding: 11px 0px;
            font-size: 16px; } }
      .box-rank .table-rank table thead tr td {
        padding: 12px 0 8px 0;
        font-size: 20px;
        color: #ecf9f2;
        font-family: "utm_cafeta"; }
        @media only screen and (min-width: 1024px) {
          .box-rank .table-rank table thead tr td {
            padding: 30px 0 8px 0;
            font-size: 22px; } }
      .box-rank .table-rank table tbody tr:nth-child(-n + 14) {
        border-bottom: 1px solid #d8dddd; }
      .box-rank .table-rank table tbody tr:nth-child(-n + 3) {
        font-family: "tahomabold"; }
      .box-rank .table-rank table tbody tr:nth-child(1) td {
        color: #ff7455; }
      .box-rank .table-rank table tbody tr:nth-child(2) td {
        color: #2bc0b0; }
      .box-rank .table-rank table tbody tr:nth-child(3) td {
        color: #a893be; }
    .box-rank .table-rank .table-all-rank {
      width: 100%;
      height: calc(100% - 100px); }
      .box-rank .table-rank .table-all-rank table {
        height: 100%; }
      .box-rank .table-rank .table-all-rank tbody {
        background: #ffffff; }
        @media only screen and (min-width: 1024px) {
          .box-rank .table-rank .table-all-rank tbody {
            background: transparent; } }
        .box-rank .table-rank .table-all-rank tbody tr:nth-child(-n + 3) td {
          position: relative; }
          .box-rank .table-rank .table-all-rank tbody tr:nth-child(-n + 3) td:first-child:before {
            position: absolute;
            content: "";
            top: 2%;
            width: 25px;
            left: calc(50% - 25px - 20px); }
            @media only screen and (min-width: 1024px) {
              .box-rank .table-rank .table-all-rank tbody tr:nth-child(-n + 3) td:first-child:before {
                width: 33px;
                left: calc(50% - 33px - 25px); } }
        .box-rank .table-rank .table-all-rank tbody tr:nth-child(1) td:first-child:before {
          height: 43px;
          background: url(../images/join-hand/icon-top1.png) no-repeat center center;
          background-size: contain; }
        .box-rank .table-rank .table-all-rank tbody tr:nth-child(2) td:first-child:before {
          height: 48px;
          background: url(../images/join-hand/icon-top2.png) no-repeat center center;
          background-size: contain; }
        .box-rank .table-rank .table-all-rank tbody tr:nth-child(3) td:first-child:before {
          height: 43px;
          background: url(../images/join-hand/icon-top3.png) no-repeat center center;
          background-size: contain; }
    .box-rank .table-rank .my-rank {
      margin-top: 0;
      background: #1b5a52; }
      @media only screen and (min-width: 1024px) {
        .box-rank .table-rank .my-rank {
          background: transparent; } }
      .box-rank .table-rank .my-rank tr {
        border: none !important; }
        .box-rank .table-rank .my-rank tr td {
          color: #ecf9f2 !important;
          padding: 12px 0;
          font-size: 13px; }
          @media only screen and (min-width: 1024px) {
            .box-rank .table-rank .my-rank tr td {
              padding: 23px 0;
              font-size: 16px; } }
  .box-rank .note-rank {
    color: #ff7455;
    margin-top: 12px; }
    @media only screen and (max-width: 1023px) {
      .box-rank .note-rank {
        font-size: 12px;
        padding-bottom: 10px; } }

.table_ruong {
  text-align: center; }
  @media only screen and (max-width: 991px) {
    .table_ruong {
      width: 80%;
      margin: auto; } }
  .table_ruong .items {
    display: inline-block;
    margin: 0 10px; }
    @media only screen and (max-width: 991px) {
      .table_ruong .items {
        width: calc(100% / 3 - 4px);
        margin: auto; } }
    .table_ruong .items p {
      cursor: pointer;
      display: block; }
      @media only screen and (max-width: 991px) {
        .table_ruong .items p {
          width: 100%; } }
      @media only screen and (max-width: 991px) {
        .table_ruong .items p img {
          width: 100%; } }
    .table_ruong .items:hover p:hover {
      -webkit-animation: moveXY 0.3s ease infinite;
      animation: moveXY 0.3s ease infinite; }

.featured {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #faf2c1; }
  @media only screen and (min-width: 1200px) {
    .featured {
      margin-top: 120px; } }

.slide-dacsac {
  margin-bottom: 50px;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1200px) {
    .slide-dacsac {
      margin-bottom: 0;
      width: 100%; } }
  .slide-dacsac .slick-list {
    max-width: 1080px;
    margin: 0 auto; }
  @media only screen and (min-width: 1200px) {
    .slide-dacsac .slick-dots {
      bottom: -100px; } }
  .slide-dacsac .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 8px; }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li {
        width: 216px;
        height: 105px;
        border-radius: 0;
        padding: 6px;
        background: transparent !important; } }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li.slick-active {
        width: 216px; } }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li.slick-active.slick-active button:before {
        background: url(../images/featured/bg-item-hover.png) no-repeat center center; } }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li button {
        width: 100%;
        height: 100%;
        border-radius: 10px; } }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li button:before {
        width: 100%;
        height: 100%;
        background: #fff8f2;
        opacity: 1;
        border-radius: 10px;
        border: 1px solid #2ba477; } }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li button:after {
        position: absolute;
        content: '';
        width: 94%;
        height: 94%;
        left: 3.5%;
        top: 3%;
        border-radius: 15px; } }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li:nth-child(1) button:after {
        background: url(../images/featured/icon-sl1.png) no-repeat center center; } }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li:nth-child(2) button:after {
        background: url(../images/featured/icon-sl2.png) no-repeat center center; } }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li:nth-child(3) button:after {
        background: url(../images/featured/icon-sl3.png) no-repeat center center; } }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li:nth-child(4) button:after {
        background: url(../images/featured/icon-sl4.png) no-repeat center center; } }
    @media only screen and (min-width: 1200px) {
      .slide-dacsac .slick-dots li:nth-child(5) button:after {
        background: url(../images/featured/icon-sl5.png) no-repeat center center; } }

.item-ds img {
  width: 100%; }

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999; }
  .popup .content-popup {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 98%;
    max-width: 850px; }
    @media only screen and (min-width: 1024px) {
      .popup .content-popup:before {
        position: absolute;
        content: '';
        width: 1045px;
        height: 595px;
        background: url(../images/popup/box-icon-pc.png) no-repeat center top;
        background-size: contain;
        z-index: 9;
        top: 0px;
        left: -83px;
        pointer-events: none; } }
  .popup .wrapper-popup {
    background: #e9f2ff;
    width: 100%;
    position: relative;
    border-radius: 6px;
    min-height: 450px;
    background: url(../images/popup/bg-popup.png) no-repeat center center;
    background-size: 100% 100%; }
    @media only screen and (min-width: 1024px) {
      .popup .wrapper-popup {
        width: 850px;
        height: 551px; } }
    .popup .wrapper-popup:before {
      width: 100%;
      height: 54px;
      z-index: -1;
      top: -52px; }
    .popup .wrapper-popup:after {
      width: 100%;
      height: 14px;
      bottom: 0; }
    @media only screen and (min-width: 360px) {
      .popup .wrapper-popup {
        min-height: 500px; } }
    @media only screen and (min-width: 768px) {
      .popup .wrapper-popup {
        min-height: 550px; } }
  .popup .main-popup {
    position: relative;
    z-index: 1; }
  .popup .title-popup {
    width: 100%;
    position: relative;
    font-size: 25px;
    color: #fff;
    padding-top: 15px; }
    @media only screen and (min-width: 480px) {
      .popup .title-popup {
        font-size: 32px; } }
    .popup .title-popup span {
      position: relative; }
      .popup .title-popup span:before, .popup .title-popup span:after {
        position: absolute;
        content: '';
        width: 85px;
        height: 12px;
        top: 60%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .popup .title-popup span:before {
        background: url(../images/popup/icon-left-title.png) no-repeat center center;
        left: -120px; }
      .popup .title-popup span:after {
        background: url(../images/popup/icon-right-title.png) no-repeat center center;
        right: -120px; }

.close-popup {
  position: absolute;
  background: url(../images/popup/close-popup.png) no-repeat center center;
  background-size: 100%;
  top: -40px;
  right: 5px;
  width: 40px;
  height: 38px;
  cursor: pointer;
  z-index: 99; }
  @media only screen and (min-width: 768px) {
    .close-popup {
      top: -55px;
      right: 10px;
      width: 60px;
      height: 57px; } }
  @media only screen and (min-width: 1024px) {
    .close-popup {
      top: 5px;
      right: -65px; } }

.close-popup-full {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1; }

.tit-form {
  font-size: 25px; }
  @media only screen and (min-width: 480px) {
    .tit-form {
      font-size: 32px; } }
  @media only screen and (min-width: 768px) {
    .tit-form {
      font-size: 40px; } }

#popup-login .wrapper-popup, #popup-server .wrapper-popup {
  border: none;
  min-height: 450px; }
  @media only screen and (min-width: 768px) {
    #popup-login .wrapper-popup, #popup-server .wrapper-popup {
      min-height: 500px; } }

#popup-login .detail-login, #popup-server .detail-login {
  width: 90%;
  font-size: 18px;
  line-height: 1.23;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff; }
  @media only screen and (min-width: 375px) {
    #popup-login .detail-login, #popup-server .detail-login {
      font-size: 20px; } }
  @media only screen and (min-width: 1000px) {
    #popup-login .detail-login, #popup-server .detail-login {
      width: 80%;
      font-size: 22px; } }
  #popup-login .detail-login a, #popup-server .detail-login a {
    color: #fa7b68;
    cursor: pointer; }
  #popup-login .detail-login .max-form-auto, #popup-server .detail-login .max-form-auto {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  #popup-login .detail-login .box-btn, #popup-server .detail-login .box-btn {
    margin-top: 30px; }
  #popup-login .detail-login .btn-page, #popup-server .detail-login .btn-page {
    width: 180px;
    height: auto;
    line-height: 60px;
    font-size: 20px; }
    @media only screen and (min-width: 768px) {
      #popup-login .detail-login .btn-page, #popup-server .detail-login .btn-page {
        font-size: 25px;
        width: 200px;
        line-height: 70px; } }

#popup-login .form-ctr, #popup-server .form-ctr {
  width: 100%;
  max-width: 500px;
  height: 35px;
  line-height: 35px;
  margin: 25px auto;
  position: relative; }
  @media only screen and (min-width: 480px) {
    #popup-login .form-ctr, #popup-server .form-ctr {
      height: 43px;
      line-height: 43px; } }
  @media only screen and (min-width: 1000px) {
    #popup-login .form-ctr, #popup-server .form-ctr {
      margin: 25px auto 30px; } }
  #popup-login .form-ctr i, #popup-server .form-ctr i {
    width: 19px;
    height: 24px;
    background: url(../images/icon-form-login.png) no-repeat;
    background-position: left top;
    display: block;
    position: absolute;
    left: 0;
    bottom: 25%; }
    #popup-login .form-ctr i.icon-password, #popup-server .form-ctr i.icon-password {
      background-position: -19px top; }
  #popup-login .form-ctr .showhide-pass, #popup-server .form-ctr .showhide-pass {
    display: none;
    cursor: pointer;
    width: 21px;
    height: 18px;
    background-position: -37px 0;
    right: 0;
    left: inherit; }
    #popup-login .form-ctr .showhide-pass.show-pass, #popup-server .form-ctr .showhide-pass.show-pass {
      background-position: -58px 0; }

#popup-login input.text, #popup-server input.text {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 17px;
  border-bottom: 1px solid #fff;
  padding-left: 40px;
  color: #fff; }

#popup-login input[type=checkbox], #popup-server input[type=checkbox] {
  margin: 0;
  position: relative;
  top: 3px; }

#popup-login .info-user, #popup-server .info-user {
  margin-top: 25px;
  font-size: 15px; }
  @media only screen and (min-width: 375px) {
    #popup-login .info-user, #popup-server .info-user {
      font-size: 17px; } }
  @media only screen and (min-width: 1000px) {
    #popup-login .info-user, #popup-server .info-user {
      font-size: 19px; } }
  #popup-login .info-user span, #popup-server .info-user span {
    float: left; }
  #popup-login .info-user .name-user, #popup-server .info-user .name-user {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-left: 5px;
    margin-right: 5px; }
    @media only screen and (min-width: 768px) {
      #popup-login .info-user .name-user, #popup-server .info-user .name-user {
        max-width: 250px; } }

#popup-login select, #popup-login input, #popup-server select, #popup-server input {
  width: 100%;
  padding-left: 5px;
  background: #c92e42;
  border: 1px solid #fff;
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  margin-top: 10px;
  font-family: 'utm_cafeta'; }
  @media only screen and (min-width: 375px) {
    #popup-login select, #popup-login input, #popup-server select, #popup-server input {
      font-size: 17px; } }
  @media only screen and (min-width: 480px) {
    #popup-login select, #popup-login input, #popup-server select, #popup-server input {
      height: 43px;
      line-height: 43px; } }
  @media only screen and (min-width: 1000px) {
    #popup-login select, #popup-login input, #popup-server select, #popup-server input {
      font-size: 19px; } }

#popup-login .choose-text, #popup-server .choose-text {
  line-height: 1.2;
  border-left: 3px solid #fff200;
  padding-left: 10px; }

#popup-login .forgot-login, #popup-server .forgot-login {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #popup-login .forgot-login .btn-login, #popup-server .forgot-login .btn-login {
    background: url(../images/bg-btn-pop-hv.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 10px 20px;
    color: #fff; }

#popup-server .form-ctr {
  height: auto; }

#popup-server .forgot-login {
  margin-top: 40px; }
  @media only screen and (min-width: 1000px) {
    #popup-server .forgot-login .btn-login {
      padding: 15px 30px; } }

.other-login {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (min-width: 1000px) {
    .other-login {
      margin-top: 40px; } }
  .other-login .login-open-id {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px; }
    @media only screen and (min-width: 1000px) {
      .other-login .login-open-id {
        margin-left: 25px; } }
    .other-login .login-open-id a {
      border-radius: 50%;
      margin: 0 6px; }
      .other-login .login-open-id a img {
        width: 45px;
        display: block; }

.popup-content {
  overflow: auto; }
  .popup-content .tit-form {
    padding-top: 30px;
    margin-bottom: 30px; }
  @media only screen and (min-width: 1024px) {
    .popup-content .content-popup {
      top: 40%; } }
  @media only screen and (max-width: 1023px) {
    .popup-content .content-popup {
      top: 20%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }

#popup-mission .wrapper-popup {
  min-height: inherit;
  height: 650px; }
  @media only screen and (max-width: 568px) {
    #popup-mission .wrapper-popup {
      height: 500px; } }

.list-mission {
  padding-bottom: 10%;
  width: 90%;
  max-width: 550px;
  height: calc(100% - 217px);
  overflow-y: scroll; }
  @media only screen and (min-width: 768px) {
    .list-mission {
      padding-bottom: 6%;
      height: calc(100% - 217px);
      overflow-y: scroll; } }

.item-mission {
  width: 98%;
  max-width: 750px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px 0; }
  @media only screen and (min-width: 768px) {
    .item-mission {
      padding: 20px 0; } }
  .item-mission:not(:last-child) {
    border-bottom: 1px solid #fff; }
  .item-mission .number-mission {
    width: 51px;
    height: 59px;
    line-height: 59px;
    background: url(../images/popup/icon-noel-white.png) no-repeat center center;
    background-size: contain;
    color: #c62a3f;
    font-size: 32px;
    margin-right: 3px; }
  .item-mission .des-mission {
    width: 80%;
    font-size: 14px;
    text-align: left; }
    @media only screen and (min-width: 480px) {
      .item-mission .des-mission {
        font-size: 16px; } }
    @media only screen and (min-width: 768px) {
      .item-mission .des-mission {
        font-size: 20px;
        width: 80%; } }
  .item-mission .text-mission {
    text-align: left; }
  .item-mission .btn-get {
    width: 150px;
    height: 45px;
    font-size: 14px;
    line-height: 40px; }
    @media only screen and (min-width: 768px) {
      .item-mission .btn-get {
        height: 55px;
        line-height: 50px;
        font-size: 16px; } }
    @media only screen and (min-width: 768px) {
      .item-mission .btn-get {
        width: 198px;
        height: 65px;
        line-height: 60px;
        font-size: 22px; } }

#popup-history .table-history {
  width: 92%;
  max-width: 530px;
  height: 320px; }
  @media only screen and (max-width: 750px) {
    #popup-history .table-history {
      height: 317px;
      overflow-y: scroll; } }
  #popup-history .table-history table {
    width: 100%;
    margin-top: 0; }
    #popup-history .table-history table tr td {
      font-size: 16px;
      font-family: 'utm_cafeta';
      color: #fff;
      border: 1px solid #fff;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        #popup-history .table-history table tr td {
          font-size: 18px; } }
    #popup-history .table-history table thead {
      background: url(../images/popup/bg-top-history.jpg) no-repeat center center;
      background-size: 100% 100%; }
      #popup-history .table-history table thead tr td {
        font-size: 22px;
        color: #def1f5; }

#popup-history .tabs {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  #popup-history .tabs ul li {
    display: inline-block; }
    #popup-history .tabs ul li a {
      font-size: 15px;
      font-family: 'utm_cafeta';
      width: 135px;
      height: 35px;
      background-color: #a87139;
      color: #ffeb3b;
      display: block;
      text-align: center;
      line-height: 35px;
      text-transform: uppercase; }
      @media only screen and (max-width: 750px) {
        #popup-history .tabs ul li a {
          font-size: 13px;
          width: 110px;
          height: 31px;
          line-height: 31px; } }
      #popup-history .tabs ul li a.active, #popup-history .tabs ul li a:hover {
        background-color: #19429b; }

#popup-history .t_ls {
  display: none; }
  #popup-history .t_ls.active {
    display: block; }

#popup-alert .detail-alert {
  padding: 0 15% 25px; }
  @media only screen and (min-width: 768px) {
    #popup-alert .detail-alert {
      padding: 20px 20%; } }
  #popup-alert .detail-alert .text-alert {
    font-size: 24px; }

#popup-alert .content-popup, #popup-qua-moc .content-popup {
  max-width: 650px; }
  #popup-alert .content-popup:before, #popup-qua-moc .content-popup:before {
    width: 750px;
    height: 430px;
    left: -52px; }

#popup-alert .wrapper-popup, #popup-qua-moc .wrapper-popup {
  min-height: 250px; }
  @media only screen and (min-width: 768px) {
    #popup-alert .wrapper-popup, #popup-qua-moc .wrapper-popup {
      width: 650px;
      height: 389px; } }

#popup-result .wrapper-popup {
  min-height: 300px;
  padding: 0 0 25px 0; }

#popup-result .title-popup {
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    #popup-result .title-popup {
      font-size: 30px; } }

#popup-result .main-result {
  color: #2e3d52;
  font-size: 20px;
  padding: 0 5%;
  width: 90%;
  max-width: 580px; }
  @media only screen and (min-width: 768px) {
    #popup-result .main-result {
      font-size: 22px; } }
  #popup-result .main-result .text-congrat {
    margin: 20px 0;
    font-size: 16px; }
    @media only screen and (min-width: 768px) {
      #popup-result .main-result .text-congrat {
        font-size: 20px; } }
  #popup-result .main-result .list-result {
    font-size: 22px;
    width: 100%;
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      #popup-result .main-result .list-result {
        font-size: 38px; } }
  #popup-result .main-result .text-congrat2 {
    font-size: 16px; }
    @media only screen and (min-width: 768px) {
      #popup-result .main-result .text-congrat2 {
        font-size: 22px; } }

#popup-qua-moc .text-qua-moc {
  font-size: 25px; }

#popup-qua-moc .list-qua {
  max-width: 61%;
  margin: auto; }

.list-qua {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px; }
  @media only screen and (max-width: 750px) {
    .list-qua {
      padding-bottom: 2rem; } }
  @media only screen and (min-width: 768px) {
    .list-qua {
      margin-top: 50px; } }
  .list-qua .item-qua {
    display: inline-block;
    margin-bottom: 5px; }
    .list-qua .item-qua p {
      width: 55px;
      height: 55px;
      position: relative;
      background: url(../images/moc-qua/bg-item.png) no-repeat center center;
      background-size: 100% 100%;
      position: relative;
      display: block;
      margin: 0 2px 0; }
      @media only screen and (min-width: 480px) {
        .list-qua .item-qua p {
          width: 65px;
          height: 65px; } }
      @media only screen and (min-width: 768px) {
        .list-qua .item-qua p {
          width: 86px;
          height: 86px;
          margin: 0 6px 0; } }
      .list-qua .item-qua p img {
        width: auto;
        max-width: 80%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .list-qua .item-qua .name-gift {
      color: #fff;
      font-size: 15px;
      display: block;
      width: 55px;
      margin: auto; }
      @media only screen and (min-width: 480px) {
        .list-qua .item-qua .name-gift {
          width: 65px; } }
      @media only screen and (min-width: 768px) {
        .list-qua .item-qua .name-gift {
          width: 86px; } }

.control-audio {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: #35a062;
  border-radius: 50%;
  position: fixed;
  z-index: 1;
  left: 1%;
  top: 70px;
  -webkit-box-shadow: 0px 2px 3px white;
  box-shadow: 0px 2px 3px white;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    .control-audio {
      top: 2%; } }

.control-audio .icon-control {
  display: block;
  font-family: "font-play";
  font-size: 30px;
  font-style: normal;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff; }

.logo-link-top {
  width: 912px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: left; }
  .logo-link-top .logo {
    width: 175px; }
  .logo-link-top .link-top {
    background: #fff;
    width: 184px;
    height: 32px;
    line-height: 32px;
    border-radius: 10px;
    border: 1px solid #060d0e; }
    .logo-link-top .link-top ul {
      text-align: center; }
      .logo-link-top .link-top ul li {
        display: inline-block;
        margin: 0 5px; }
        .logo-link-top .link-top ul li:first-child:before {
          position: absolute;
          content: '';
          width: 1px;
          height: 15px;
          background: #060d0e;
          right: -8px;
          top: 10px; }
        .logo-link-top .link-top ul li a {
          color: #060d0e; }

.slogan {
  width: 80%;
  max-width: 829px;
  margin-top: 65%; }
  @media only screen and (min-width: 1024px) {
    .slogan {
      margin-top: 476px; } }
  @media only screen and (min-width: 1200px) {
    .slogan {
      margin-top: 300px; } }
  .slogan img {
    width: 100%; }

.bnt_hdcn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-sanqua {
  margin: 20px 10px 0; }

.open-socks {
  background: url(../images/open-socks/bg-open-socks.jpg) no-repeat center top #380011;
  margin-top: 40px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 1024px) {
    .open-socks {
      margin-top: 90px;
      padding-bottom: 100px; } }

@media only screen and (min-width: 1024px) {
  .box-already-login {
    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; } }

.box-already-login .info-left {
  background: #faf2c1;
  color: #702e0d;
  font-size: 14px;
  width: 98%;
  max-width: 566px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-left: 80px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .box-already-login .info-left {
      height: 118px;
      padding-left: 170px; } }
  @media only screen and (min-width: 1024px) {
    .box-already-login .info-left {
      margin-left: inherit;
      margin-right: inherit;
      margin-right: 20px; } }
  .box-already-login .info-left:before {
    position: absolute;
    content: '';
    width: 75px;
    height: 76px;
    background: url(../images/open-socks/icon-info-user.png) no-repeat left bottom;
    background-size: contain;
    bottom: 0;
    left: 0; }
    @media only screen and (min-width: 768px) {
      .box-already-login .info-left:before {
        width: 144px;
        height: 149px; } }
  .box-already-login .info-left a {
    color: #702e0d; }
  @media only screen and (min-width: 768px) {
    .box-already-login .info-left .info-user {
      margin-bottom: 4px; } }
  .box-already-login .info-left .info-user span {
    float: left; }
  .box-already-login .info-left .info-user .user-name {
    width: 100px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .box-already-login .info-left .info-user .link-logout {
    margin-left: 5px; }
  @media only screen and (min-width: 768px) {
    .box-already-login .info-left .link-rule-history {
      margin-top: 4px; } }

.box-already-login .btn-right {
  text-align: center;
  margin-top: 15px; }
  @media only screen and (min-width: 1024px) {
    .box-already-login .btn-right {
      margin-top: 0; } }
  .box-already-login .btn-right .btn-user-right {
    width: 150px;
    height: 41px;
    line-height: 41px;
    background: url(../images/open-socks/btn-link.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    font-size: 15px; }
    @media only screen and (min-width: 480px) {
      .box-already-login .btn-right .btn-user-right {
        font-size: 16px;
        width: 194px; } }
    @media only screen and (min-width: 1024px) {
      .box-already-login .btn-right .btn-user-right {
        display: block; } }
    @media only screen and (min-width: 1024px) {
      .box-already-login .btn-right .btn-user-right:nth-child(2) {
        margin-top: 10px; } }
    .box-already-login .btn-right .btn-user-right:hover {
      background: url(../images/open-socks/btn-link-hv.png) no-repeat center center;
      background-size: 100% 100%; }

.box-main-socks {
  width: 100%;
  max-width: 932px;
  height: 365px;
  background: url(../images/open-socks/bg-kitchen.png) no-repeat center center;
  background-size: cover;
  margin-top: 10px;
  padding-top: 6px; }
  @media only screen and (min-width: 414px) {
    .box-main-socks {
      height: 396px; } }
  @media only screen and (min-width: 768px) {
    .box-main-socks {
      height: 599px; } }
  .box-main-socks .title-socks {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(71, 1, 6, 0.75)), color-stop(85%, rgba(71, 1, 6, 0.75)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(71, 1, 6, 0.75) 15%, rgba(71, 1, 6, 0.75) 85%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(71, 1, 6, 0.75) 15%, rgba(71, 1, 6, 0.75) 85%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(71, 1, 6, 0.75) 15%, rgba(71, 1, 6, 0.75) 85%, rgba(255, 255, 255, 0) 100%);
    font-size: 13px;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .box-main-socks .title-socks {
        font-size: 15px; } }
  .box-main-socks .list-socks {
    text-align: center;
    position: relative;
    height: 136px;
    margin-top: 60px; }
    @media only screen and (min-width: 414px) {
      .box-main-socks .list-socks {
        height: 165px; } }
    @media only screen and (min-width: 768px) {
      .box-main-socks .list-socks {
        margin-top: 100px;
        height: 260px; } }
    @media only screen and (min-width: 1024px) {
      .box-main-socks .list-socks {
        margin-top: 40px;
        height: auto; } }
    .box-main-socks .list-socks .item-socks {
      width: 24%;
      display: inline-block;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      @media only screen and (max-width: 999px) {
        .box-main-socks .list-socks .item-socks {
          position: absolute; } }
      .box-main-socks .list-socks .item-socks img {
        height: 136px;
        width: auto; }
        @media only screen and (min-width: 414px) {
          .box-main-socks .list-socks .item-socks img {
            height: 165px; } }
        @media only screen and (min-width: 768px) {
          .box-main-socks .list-socks .item-socks img {
            height: 260px; } }
        @media only screen and (min-width: 1024px) {
          .box-main-socks .list-socks .item-socks img {
            height: auto; } }
      .box-main-socks .list-socks .item-socks.run {
        -webkit-animation: shake;
        animation: shake;
        -webkit-animation-duration: 350ms;
        animation-duration: 350ms;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 6;
        animation-iteration-count: 6; }
      .box-main-socks .list-socks .item-socks.socks-selected img, .box-main-socks .list-socks .item-socks:hover img {
        -webkit-filter: drop-shadow(-10px 10px 10px #fff);
        filter: drop-shadow(-10px 10px 10px #fff); }
    .box-main-socks .list-socks .item-s1 {
      left: 0; }
    .box-main-socks .list-socks .item-s2 {
      left: 23%; }
    .box-main-socks .list-socks .item-s3 {
      left: 45%; }
    .box-main-socks .list-socks .item-s4 {
      left: 66%; }
  .box-main-socks .list-button-socks {
    margin-top: 78px; }
    @media only screen and (min-width: 768px) {
      .box-main-socks .list-button-socks {
        margin-top: 120px; } }
    @media only screen and (min-width: 1024px) {
      .box-main-socks .list-button-socks {
        margin-top: 88px; } }
    .box-main-socks .list-button-socks .btn-open-socks {
      display: inline-block;
      width: 150px; }
      @media only screen and (min-width: 768px) {
        .box-main-socks .list-button-socks .btn-open-socks {
          width: 255px;
          margin: 0 10px; } }
      @media only screen and (max-width: 999px) {
        .box-main-socks .list-button-socks .btn-open-socks {
          height: 50px;
          line-height: 45px; } }

.congrat-ani {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999999;
  display: none;
  pointer-events: none; }
  .congrat-ani .content {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 700px;
    height: 900px; }
  .congrat-ani .bg-animation {
    width: 700px;
    height: 900px;
    background: url(../images/lisst-export-min.png) no-repeat left top; }
  .congrat-ani.active {
    display: block; }
    .congrat-ani.active .bg-animation {
      -webkit-animation: moveX 5s steps(50) 1;
      animation: moveX 5s steps(50) 1; }

.text-all-server {
  font-size: 20px;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .text-all-server {
      font-size: 30px;
      margin-top: 45px; } }

.main-process {
  text-align: center;
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    .main-process {
      margin-top: 25px; } }
  .main-process .item-process {
    display: inline-block;
    width: 11%; }
    @media only screen and (min-width: 1024px) {
      .main-process .item-process {
        width: 12%; } }
    .main-process .item-process.active .thumb-process img {
      -webkit-animation: tada 1.5s linear infinite;
      animation: tada 1.5s linear infinite; }
  .main-process .number-process {
    font-size: 10px; }
    @media only screen and (min-width: 768px) {
      .main-process .number-process {
        font-size: 14px; } }
  .main-process .thumb-process {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .main-process .thumb-process {
        margin-top: 10px;
        height: 80px; } }
    .main-process .thumb-process img {
      z-index: 1;
      left: 0;
      width: auto;
      max-width: 90%; }
  .main-process .process-out {
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 5px;
    background: #0c6051;
    border: 1px solid #fff;
    border-radius: 10px;
    top: 37px; }
    @media only screen and (min-width: 768px) {
      .main-process .process-out {
        border: 2px solid #fff;
        top: 66px;
        height: 10px; } }
    .main-process .process-out .process-in {
      position: absolute;
      height: 100%;
      background: #f64141;
      border-radius: 10px; }

@-webkit-keyframes moveX {
  from {
    background-position-x: 0px; }
  to {
    background-position-x: -35000px; } }

@keyframes moveX {
  from {
    background-position-x: 0px; }
  to {
    background-position-x: -35000px; } }

@-webkit-keyframes animate_socks {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); } }

@keyframes animate_socks {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); } }

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@media only screen and (min-width: 1360px) {
  .moc-qua .container {
    width: 1360px; } }

._number_keo {
  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;
  line-height: 40px; }
  ._number_keo p {
    background-color: #fff;
    padding: 0 10px 10px 10px;
    border-radius: 5px; }
    @media only screen and (max-width: 568px) {
      ._number_keo p {
        padding: 5px;
        border-radius: 5px; } }
    ._number_keo p span {
      font-size: clamp(16px, 4vw, 27px);
      color: #e0323f;
      display: inline-block;
      margin: 0 10px; }
      @media only screen and (max-width: 568px) {
        ._number_keo p span {
          padding: 0 12px 9px;
          margin: 0; } }
      ._number_keo p span:first-child {
        color: #fff;
        background-color: #e0323f;
        padding: 0 15px 9px; }
      ._number_keo p span i {
        width: 26px;
        height: 44px;
        background: url(../images/img-keo.png) no-repeat center center;
        display: inline-block;
        position: relative;
        top: 7px; }
  ._number_keo._red p {
    background-color: #e0323f;
    padding: 10px;
    border-radius: 5px; }
    @media only screen and (max-width: 568px) {
      ._number_keo._red p {
        padding: 5px;
        border-radius: 5px; } }
    ._number_keo._red p span {
      color: #fff; }
      ._number_keo._red p span:last-child {
        background-color: #fff;
        padding: 0 20px 10px 20px;
        color: #e0323f;
        border-radius: 5px; }
        @media only screen and (max-width: 568px) {
          ._number_keo._red p span:last-child {
            padding: 0 15px 5px 15px; } }

.list-mocqua {
  text-align: center;
  position: relative; }
  .list-mocqua .item-mocqua {
    width: 150px;
    display: inline-block;
    margin: 30px 5px 20px; }
    @media only screen and (min-width: 768px) {
      .list-mocqua .item-mocqua {
        margin: 60px 15px 20px;
        width: 300px; } }
    .list-mocqua .item-mocqua:before {
      position: absolute;
      content: '';
      width: 120px;
      height: 45px;
      background: url(../images/moc-qua/img-no.png) no-repeat center center;
      background-size: contain;
      top: -34px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (min-width: 768px) {
        .list-mocqua .item-mocqua:before {
          width: 195px;
          height: 67px;
          top: -50px; } }
    .list-mocqua .item-mocqua.item-done .btn-get-qua {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
    .list-mocqua .item-mocqua.active .list-images .item-image p {
      -webkit-animation: tada 1.5s linear infinite;
      animation: tada 1.5s linear infinite;
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
  .list-mocqua._keo:before, .list-mocqua._keo:after {
    position: absolute;
    content: '';
    pointer-events: none; }
    @media only screen and (max-width: 1024px) {
      .list-mocqua._keo:before, .list-mocqua._keo:after {
        display: none; } }
  .list-mocqua._keo:before {
    width: 200px;
    height: 152px;
    background: url(../images/moc-qua/img-left.png) no-repeat center center;
    background-size: contain;
    bottom: 0px;
    right: -58px; }
    @media only screen and (min-width: 768px) {
      .list-mocqua._keo:before {
        width: 31%;
        height: 39%;
        right: -120px; } }
    @media only screen and (min-width: 1360px) {
      .list-mocqua._keo:before {
        bottom: -1%;
        right: -4%; } }
  .list-mocqua._keo:after {
    width: 250px;
    height: 365px;
    background: url(../images/moc-qua/img-right.png) no-repeat center center;
    background-size: contain;
    bottom: -50px;
    right: -100px; }
    @media only screen and (min-width: 768px) {
      .list-mocqua._keo:after {
        width: 39%;
        height: 96%;
        bottom: -120px;
        right: -220px; } }
    @media only screen and (min-width: 1360px) {
      .list-mocqua._keo:after {
        bottom: 22%;
        right: -2%; } }
  .list-mocqua._keo ._keo_block {
    width: 100%;
    max-width: 845px; }
    @media only screen and (max-width: 1024px) {
      .list-mocqua._keo ._keo_block {
        margin: auto; } }
    .list-mocqua._keo ._keo_block .item-mocqua {
      width: 232px; }
      .list-mocqua._keo ._keo_block .item-mocqua .list-images .item-image {
        width: 160px;
        height: 160px;
        background: #fdecce; }
      .list-mocqua._keo ._keo_block .item-mocqua .list-images p {
        font-size: 18.56px;
        color: #ffffff; }
        .list-mocqua._keo ._keo_block .item-mocqua .list-images p span {
          color: #fff6d5; }
      .list-mocqua._keo ._keo_block .item-mocqua .list-images:hover .item-image img {
        -webkit-animation: zoom 1.5s infinite;
        animation: zoom 1.5s infinite; }
  .list-mocqua._all_server {
    margin: 4rem 0; }
    .list-mocqua._all_server:before, .list-mocqua._all_server:after {
      display: none; }
    .list-mocqua._all_server .all-server .item-mocqua {
      width: calc(100% / 6 - 4px);
      margin: 0;
      padding: 15px; }
      @media only screen and (max-width: 1024px) {
        .list-mocqua._all_server .all-server .item-mocqua {
          padding: 5px; } }
      @media only screen and (max-width: 568px) {
        .list-mocqua._all_server .all-server .item-mocqua {
          padding: 1px; } }
      .list-mocqua._all_server .all-server .item-mocqua:before {
        width: 65%;
        height: 3vw;
        top: -1.5vw;
        background-size: 100% 100%; }
      .list-mocqua._all_server .all-server .item-mocqua:after {
        content: '';
        background: url(../images/icon-arrow-1.png) no-repeat center center;
        width: 11%;
        height: 20%;
        top: 55%;
        left: -1%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-size: 100% 100%;
        position: absolute; }
      .list-mocqua._all_server .all-server .item-mocqua .title-mocqua {
        height: 3vw;
        line-height: 2.7vw;
        font-size: clamp(12px, 2vw, 24px); }
      .list-mocqua._all_server .all-server .item-mocqua .list-images .item-image {
        width: 88%;
        height: 8vw;
        background: #fdecce; }
        .list-mocqua._all_server .all-server .item-mocqua .list-images .item-image img {
          height: 96%; }
      .list-mocqua._all_server .all-server .item-mocqua .list-images p {
        font-size: 18.56px;
        color: #ffffff; }
        .list-mocqua._all_server .all-server .item-mocqua .list-images p span {
          color: #fff6d5; }
      .list-mocqua._all_server .all-server .item-mocqua:first-child:after {
        display: none; }
  .list-mocqua .title-mocqua {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(../images/moc-qua/bg-top-item.png) no-repeat center center;
    color: #ffdd85;
    font-size: 16px; }
    @media only screen and (min-width: 768px) {
      .list-mocqua .title-mocqua {
        height: 60px;
        line-height: 60px;
        font-size: 24px; } }
    .list-mocqua .title-mocqua i {
      width: 15px;
      height: 29px;
      background: url(../images/img-keo.png) no-repeat center center;
      display: inline-block;
      position: relative;
      top: 7px;
      background-size: contain; }
  .list-mocqua .detail-mocqua {
    background: #f64141;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 94%;
    padding-bottom: 6px; }
  .list-mocqua .list-images {
    background: #0c8287;
    width: 98%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    padding: 5px 0;
    cursor: pointer; }
    .list-mocqua .list-images .item-image {
      width: 40px;
      height: 40px;
      background: url(../images/moc-qua/bg-item.png) no-repeat center center;
      background-size: 100% 100%;
      position: relative;
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        .list-mocqua .list-images .item-image {
          width: 86px;
          height: 86px; } }
      .list-mocqua .list-images .item-image img {
        width: auto;
        max-width: 80%;
        max-height: 83%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .list-mocqua .btn-get-qua {
    width: 120px;
    height: 45px;
    line-height: 40px;
    background: url(../images/moc-qua/btn-nhan.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 14px;
    margin-top: 6px; }
    @media only screen and (min-width: 768px) {
      .list-mocqua .btn-get-qua {
        width: 153px;
        height: 54px;
        line-height: 40px;
        font-size: 20px; } }
    .list-mocqua .btn-get-qua:hover {
      background: url(../images/moc-qua/btn-nhan-hv.png) no-repeat center center;
      background-size: 100% 100%; }

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

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

.text {
  font-size: 14px;
  color: #0f191f;
  font-family: Roboto; }
  @media only screen and (min-width: 1000px) {
    .text {
      font-size: 15px; } }
  .text span.content-event-first {
    float: left;
    font-size: 40px;
    line-height: 5px;
    margin: 4px 2px 0px 0px; }
  .text h1, .text .content-event-h1 {
    font-size: 19px;
    color: #d97815;
    padding: 4px 0 8px 35px;
    position: relative;
    font-family: 'tahomabold'; }
    .text h1:before, .text .content-event-h1:before {
      content: '';
      width: 27px;
      height: 27px;
      background: url(../images/icon-h1.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      left: 0;
      top: 5px; }
  .text h2, .text .content-event-h2 {
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    color: #d97815;
    font-family: "tahomabold";
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative; }
    .text h2:before, .text .content-event-h2:before {
      content: '';
      width: 15px;
      height: 16px;
      background: url(../images/icon-h2.png) no-repeat 1px 1px transparent;
      background-size: 100%;
      position: absolute;
      left: 0;
      top: 3px; }
  .text a {
    color: #0f191f; }
  .text ul {
    margin-left: 25px; }
    .text ul li {
      line-height: 28px; }
  .text p {
    font-family: 'tahoma';
    line-height: 28px;
    color: #0f191f; }
    .text p img {
      margin-top: 15px;
      margin-bottom: 15px;
      max-width: 100%;
      height: auto; }
  .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: 'tahomabold'; }
        .text table tr:first-child td p {
          font-family: 'tahomabold';
          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: 'tahomabold';
      padding: 0 15px; }
    .text fieldset ul {
      margin-left: 15px; }
  .text strong {
    font-family: 'tahomabold'; }
  .text em {
    font-style: italic; }

table img {
  display: block; }

table {
  border-collapse: collapse;
  font-size: 14px;
  font-family: 'tahoma';
  margin-top: 10px; }
  table tr:first-child td {
    text-align: center; }
  table tr td {
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    padding: 5px 0px; }

/*# sourceMappingURL=main.css.map */