﻿@import "bootstrap.min.css";
@import "../images/sprite-images.css";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?hk7arr");
  src: url("../fonts/icomoon.eot?hk7arr#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?hk7arr") format("truetype"),
    url("../fonts/icomoon.woff?hk7arr") format("woff"),
    url("../fonts/icomoon.svg?hk7arr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  /* Main Colors */
  --color-dark: #013b7a; /* Updated to dark blue from palette */
  --color-dark-secondary: #012c5a; /* Darker shade of primary blue */
  --color-dark-tertiary: #01224a; /* Even darker shade of primary blue */
  --color-dark-quaternary: #011a3a; /* Darkest shade of primary blue */
  --color-white: #fff; /* Kept white */

  /* Accent Colors */
  --color-primary: #fdb813; /* Updated to gold from palette */
  --color-primary-hover: #fec942; /* Lighter shade of gold for hover effects */
  --color-secondary: #013b7a; /* Using blue as secondary color */
  --color-tertiary: #3d90ff; /* Complementary blue accent */
  --color-red: #e74c3c; /* More refined red color */

  /* Text Colors */
  --color-text-light: #f2f2f2; /* Updated to light gray from palette */
  --color-text-dark: #111; /* Kept dark text */
  --color-text-muted: #9aa3b0; /* Updated muted text to a blue-gray */

  /* Border Colors */
  --color-border-light: #e0e0e0; /* Lighter border color */
  --color-border-dark: #01224a; /* Dark border matching tertiary color */

  /* Background Colors */
  --color-bg-header: #013b7a; /* Kept header background */
  --color-bg-dark: rgba(1, 59, 122, 0.92); /* Semi-transparent dark blue */
  --color-bg-gradient: linear-gradient(
    98.24deg,
    rgba(253, 184, 19, 0.15),
    rgba(255, 255, 255, 0.075) 56.59%
  ); /* Updated gradient to match gold */

  /* Transparent Colors */
  --color-transparent-dark: rgba(
    1,
    44,
    90,
    0.8
  ); /* Semi-transparent dark blue */

  /* Sizes */
  --border-radius-small: 4px;
  --border-radius-medium: 8px;
  --border-radius-large: 12px;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconBauCua {
  background-image: url("../baucua/src/assets/images/icons.png");
  background-repeat: no-repeat;
  display: inline-block;
}

.result-nai {
  width: 32px;
  height: 32px;
  background-size: 268.9075630252px 376.4705882353px;
  background-position: -235.025210084px -73.9495798319px;
}

.result-bau {
  width: 32px;
  height: 32px;
  background-size: 268.9075630252px 376.4705882353px;
  background-position: -170.218487395px -75.025210084px;
}

.result-cua {
  width: 32px;
  height: 32px;
  background-size: 268.9075630252px 376.4705882353px;
  background-position: -201.6806722689px -105.9495798319px;
}

.result-ga {
  width: 32px;
  height: 32px;
  background-size: 268.9075630252px 376.4705882353px;
  background-position: -201.6806722689px -73.9495798319px;
}

.result-tom {
  width: 32px;
  height: 32px;
  background-size: 268.9075630252px 376.4705882353px;
  background-position: -235.025210084px -105.9495798319px;
}

.result-ca {
  width: 32px;
  height: 32px;
  background-size: 268.9075630252px 376.4705882353px;
  background-position: -170.218487395px -106.756302521px;
}

@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes ballboonMove {
  0% {
    right: -250px;
  }

  100% {
    right: 100%;
  }

  0% {
    right: -250px;
  }
}

@-o-keyframes ballboonMove {
  0% {
    right: -250px;
  }

  100% {
    right: 100%;
  }

  0% {
    right: -250px;
  }
}

@-webkit-keyframes ballboonMove {
  0% {
    right: -250px;
  }

  100% {
    right: 100%;
  }

  0% {
    right: -250px;
  }
}

@keyframes ballboonMove {
  0% {
    right: -250px;
  }

  100% {
    right: 100%;
  }

  0% {
    right: -250px;
  }
}

@-moz-keyframes ballVibrate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  60% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  80% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-ms-keyframes ballVibrate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  60% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  80% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-o-keyframes ballVibrate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  60% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  80% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes ballVibrate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  60% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  80% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ballVibrate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  30% {
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }

  60% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  80% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes opacityFade {
  0% {
    opacity: 0.5;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  51% {
    opacity: 0.5;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@-moz-keyframes opacityFade {
  0% {
    opacity: 0.5;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  51% {
    opacity: 0.5;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@-ms-keyframes opacityFade {
  0% {
    opacity: 0.5;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  51% {
    opacity: 0.5;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes opacityFade {
  0% {
    opacity: 0.5;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  51% {
    opacity: 0.5;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@-moz-keyframes refreshLoad {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes refreshLoad {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes refreshLoad {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes refreshLoad {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icons {
  display: inline-block;
  background: url("../images/icons.png?2") no-repeat top left;
}

.icon__soud {
  width: 20px;
  height: 20px;
  background-position: -24px -2px;
}

.icon__user {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-position: -95px 0;
}

.icon__eye {
  width: 16px;
  height: 11px;
  background-position: -74px -1px;
}

.icon__logout {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  background-position: -53px 0;
  vertical-align: middle;
  margin-right: 5px;
}

.icon__user--1 {
  width: 13px;
  height: 15px;
  background-position: -118px -1px;
}

.icon__app {
  width: 50px;
  height: 50px;
  background-position: -16px -50px;
}

.icons2 {
  display: inline-block;
  background: url("../images/icons2.png?2") no-repeat top left;
  vertical-align: middle;
}

.icon__report {
  width: 26px;
  height: 27px;
  background-position: top left;
}

.icon__edit {
  width: 28px;
  height: 28px;
  background-position: -1px -128px;
}

.icon__nt {
  width: 28px;
  height: 28px;
  background-position: 0 -32px;
}

.icon__hisbet {
  width: 26px;
  height: 27px;
  background-position: -1px -64px;
}

.icon__chart {
  width: 28px;
  height: 28px;
  background-position: -1px -159px;
}

.icon__reportgroup {
  width: 28px;
  height: 28px;
  background-position: -1px -96px;
}

.icon__gotit {
  width: 22px;
  height: 18px;
  background-position: -58px -1px;
}

.icon__live {
  width: 22px;
  height: 22px;
  background-position: -33px -1px;
}

.icon__qr {
  width: 28px;
  height: 28px;
  background-position: -33px -107px;
}

.icon__chat {
  width: 24px;
  height: 24px;
  background-position: -31px -28px;
}

.icon__download {
  width: 28px;
  height: 26px;
  background-position: -33px -60px;
}

.icon__top {
  width: 23px;
  height: 12px;
  background-position: -35px -91px;
}

.icon-see-balance {
  width: 18px;
  height: 13px;
  background-position: -55px -140px;
}

.icon__cash {
  width: 19px;
  height: 19px;
  background-position: -33px -140px;
}

.icon__letter-2 {
  width: 28px;
  height: 23px;
  background-position: -83px -2px;
}

.icon__withdraw {
  width: 19px;
  height: 19px;
  background-position: -55px -156px;
}

.icon__eye {
  width: 23px;
  height: 23px;
  background-position: -97px -28px;
}

.icon__speedtest {
  width: 29px;
  height: 23px;
  background-position: -96px -102px;
}

.icon__zalo {
  width: 32px;
  height: 31px;
  background-position: -99px -129px;
}

.icon__down--desktop {
  width: 52px;
  height: 52px;
  background-position: -1px -189px;
}

.icon__down--app {
  width: 52px;
  height: 52px;
  background-position: -57px -196px;
}

.icon__down {
  width: 24px;
  height: 24px;
  background-position: -113px -196px;
}

.icon-star:before {
  content: "";
}

.icon-volume_off:before {
  content: "";
}

.icon-volume_up:before {
  content: "";
}

.icon-error_outline:before {
  content: "";
}

.icon-play_circle_filled:before {
  content: "";
}

.icon-phonelink_setup:before {
  content: "";
}

.icon-add:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-attach_money:before {
  content: "";
}

.icon-keyboard_arrow_down:before {
  content: "";
}

.icon-keyboard_arrow_up:before {
  content: "";
}

.icon-phone_android:before {
  content: "";
}

.icon-navigate_before:before {
  content: "";
}

.icon-navigate_next:before {
  content: "";
}

.icon-portrait:before {
  content: "";
}

.icon-arrow_back:before {
  content: "";
}

.icon-arrow_drop_down:before {
  content: "";
}

.icon-arrow_drop_up:before {
  content: "";
}

.icon-arrow_forward:before {
  content: "";
}

.icon-cancel:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-arrow_upward:before {
  content: "";
}

.icon-arrow_downward:before {
  content: "";
}

.icon-personal_video:before {
  content: "";
}

.icon-group_add:before {
  content: "";
}

.icon-notifications:before {
  content: "";
}

.icon-notifications_none:before {
  content: "";
}

.icon-person:before {
  content: "";
}

.icon-person_add:before {
  content: "";
}

.icon-person_outline:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-highlight_off:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-hourglass_empty:before {
  content: "";
}

.icon-lock_open:before {
  content: "";
}

.icon-lock_outline:before {
  content: "";
}

.icon-schedule:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-visibility:before {
  content: "";
}

.icon-help_outline:before {
  content: "";
}

.icon-qa:before {
  content: "";
}

.icon-pictures:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-funds:before {
  content: "";
}

.icon-funds2:before {
  content: "";
}

.icon-qr-code:before {
  content: "";
}

.icon-recharge:before {
  content: "";
}

.icon-withdrawal:before {
  content: "";
}

.icon-game:before {
  content: "";
}

.icon-warning2:before {
  content: "";
}

.icon-new-message:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-add2:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-pictures2:before {
  content: "";
}

.icon-creditcard:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-group-fulctuation:before {
  content: "";
}

.icon-balance-fulctuations:before {
  content: "";
}

.icon-shuffle:before {
  content: "";
}

.icon-lightning:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-locked:before {
  content: "";
}

.icon-triangle-left:before {
  content: "";
}

.icon-triangle-right:before {
  content: "";
}

.icon-transfer-money:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-floppy-disk:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-stats-dots:before {
  content: "";
}

.icon-stats-bars:before {
  content: "";
}

.icon-bin:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-blocked:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-group:before {
  content: "";
}

.w-0 {
  width: 0%;
}

.w-1 {
  width: 1%;
}

.w-2 {
  width: 2%;
}

.w-3 {
  width: 3%;
}

.w-4 {
  width: 4%;
}

.w-5 {
  width: 5%;
}

.w-6 {
  width: 6%;
}

.w-7 {
  width: 7%;
}

.w-8 {
  width: 8%;
}

.w-9 {
  width: 9%;
}

.w-10 {
  width: 10%;
}

.w-11 {
  width: 11%;
}

.w-12 {
  width: 12%;
}

.w-13 {
  width: 13%;
}

.w-14 {
  width: 14%;
}

.w-15 {
  width: 15%;
}

.w-16 {
  width: 16%;
}

.w-17 {
  width: 17%;
}

.w-18 {
  width: 18%;
}

.w-19 {
  width: 19%;
}

.w-20 {
  width: 20%;
}

.w-21 {
  width: 21%;
}

.w-22 {
  width: 22%;
}

.w-23 {
  width: 23%;
}

.w-24 {
  width: 24%;
}

.w-25 {
  width: 25%;
}

.w-26 {
  width: 26%;
}

.w-27 {
  width: 27%;
}

.w-28 {
  width: 28%;
}

.w-29 {
  width: 29%;
}

.w-30 {
  width: 30%;
}

.w-31 {
  width: 31%;
}

.w-32 {
  width: 32%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-35 {
  width: 35%;
}

.w-36 {
  width: 36%;
}

.w-37 {
  width: 37%;
}

.w-38 {
  width: 38%;
}

.w-39 {
  width: 39%;
}

.w-40 {
  width: 40%;
}

.w-41 {
  width: 41%;
}

.w-42 {
  width: 42%;
}

.w-43 {
  width: 43%;
}

.w-44 {
  width: 44%;
}

.w-45 {
  width: 45%;
}

.w-46 {
  width: 46%;
}

.w-47 {
  width: 47%;
}

.w-48 {
  width: 48%;
}

.w-49 {
  width: 49%;
}

.w-50 {
  width: 50%;
}

.w-51 {
  width: 51%;
}

.w-52 {
  width: 52%;
}

.w-53 {
  width: 53%;
}

.w-54 {
  width: 54%;
}

.w-55 {
  width: 55%;
}

.w-56 {
  width: 56%;
}

.w-57 {
  width: 57%;
}

.w-58 {
  width: 58%;
}

.w-59 {
  width: 59%;
}

.w-60 {
  width: 60%;
}

.w-61 {
  width: 61%;
}

.w-62 {
  width: 62%;
}

.w-63 {
  width: 63%;
}

.w-64 {
  width: 64%;
}

.w-65 {
  width: 65%;
}

.w-66 {
  width: 66%;
}

.w-67 {
  width: 67%;
}

.w-68 {
  width: 68%;
}

.w-69 {
  width: 69%;
}

.w-70 {
  width: 70%;
}

.w-71 {
  width: 71%;
}

.w-72 {
  width: 72%;
}

.w-73 {
  width: 73%;
}

.w-74 {
  width: 74%;
}

.w-75 {
  width: 75%;
}

.w-76 {
  width: 76%;
}

.w-77 {
  width: 77%;
}

.w-78 {
  width: 78%;
}

.w-79 {
  width: 79%;
}

.w-80 {
  width: 80%;
}

.w-81 {
  width: 81%;
}

.w-82 {
  width: 82%;
}

.w-83 {
  width: 83%;
}

.w-84 {
  width: 84%;
}

.w-85 {
  width: 85%;
}

.w-86 {
  width: 86%;
}

.w-87 {
  width: 87%;
}

.w-88 {
  width: 88%;
}

.w-89 {
  width: 89%;
}

.w-90 {
  width: 90%;
}

.w-91 {
  width: 91%;
}

.w-92 {
  width: 92%;
}

.w-93 {
  width: 93%;
}

.w-94 {
  width: 94%;
}

.w-95 {
  width: 95%;
}

.w-96 {
  width: 96%;
}

.w-97 {
  width: 97%;
}

.w-98 {
  width: 98%;
}

.w-99 {
  width: 99%;
}

.w-100 {
  width: 100%;
}

.w--0 {
  width: 0;
}

.w--5 {
  width: 5px;
}

.w--10 {
  width: 10px;
}

.w--15 {
  width: 15px;
}

.w--20 {
  width: 20px;
}

.w--25 {
  width: 25px;
}

.w--30 {
  width: 30px;
}

.w--35 {
  width: 35px;
}

.w--40 {
  width: 40px;
}

.w--45 {
  width: 45px;
}

.w--50 {
  width: 50px;
}

.w--55 {
  width: 55px;
}

.w--60 {
  width: 60px;
}

.w--65 {
  width: 65px;
}

.w--70 {
  width: 70px;
}

.w--75 {
  width: 75px;
}

.w--80 {
  width: 80px;
}

.w--85 {
  width: 85px;
}

.w--90 {
  width: 90px;
}

.w--95 {
  width: 95px;
}

.w--100 {
  width: 100px;
}

.w--105 {
  width: 105px;
}

.w--110 {
  width: 110px;
}

.w--115 {
  width: 115px;
}

.w--120 {
  width: 120px;
}

.w--125 {
  width: 125px;
}

.w--130 {
  width: 130px;
}

.w--135 {
  width: 135px;
}

.w--140 {
  width: 140px;
}

.w--145 {
  width: 145px;
}

.w--150 {
  width: 150px;
}

.w--155 {
  width: 155px;
}

.w--160 {
  width: 160px;
}

.w--165 {
  width: 165px;
}

.w--170 {
  width: 170px;
}

.w--175 {
  width: 175px;
}

.w--180 {
  width: 180px;
}

.w--185 {
  width: 185px;
}

.w--190 {
  width: 190px;
}

.w--195 {
  width: 195px;
}

.w--200 {
  width: 200px;
}

.w--205 {
  width: 205px;
}

.w--210 {
  width: 210px;
}

.w--215 {
  width: 215px;
}

.w--220 {
  width: 220px;
}

.w--225 {
  width: 225px;
}

.w--230 {
  width: 230px;
}

.w--235 {
  width: 235px;
}

.w--240 {
  width: 240px;
}

.w--245 {
  width: 245px;
}

.w--250 {
  width: 250px;
}

.w--255 {
  width: 255px;
}

.w--260 {
  width: 260px;
}

.w--265 {
  width: 265px;
}

.w--270 {
  width: 270px;
}

.w--275 {
  width: 275px;
}

.w--280 {
  width: 280px;
}

.w--285 {
  width: 285px;
}

.w--290 {
  width: 290px;
}

.w--295 {
  width: 295px;
}

.w--300 {
  width: 300px;
}

.w--305 {
  width: 305px;
}

.w--310 {
  width: 310px;
}

.w--315 {
  width: 315px;
}

.w--320 {
  width: 320px;
}

.w--325 {
  width: 325px;
}

.w--330 {
  width: 330px;
}

.w--335 {
  width: 335px;
}

.w--340 {
  width: 340px;
}

.w--345 {
  width: 345px;
}

.w--350 {
  width: 350px;
}

.w--355 {
  width: 355px;
}

.w--360 {
  width: 360px;
}

.w--365 {
  width: 365px;
}

.w--370 {
  width: 370px;
}

.w--375 {
  width: 375px;
}

.w--380 {
  width: 380px;
}

.w--385 {
  width: 385px;
}

.w--390 {
  width: 390px;
}

.w--395 {
  width: 395px;
}

.w--400 {
  width: 400px;
}

.w--405 {
  width: 405px;
}

.w--410 {
  width: 410px;
}

.w--415 {
  width: 415px;
}

.w--420 {
  width: 420px;
}

.w--425 {
  width: 425px;
}

.w--430 {
  width: 430px;
}

.w--435 {
  width: 435px;
}

.w--440 {
  width: 440px;
}

.w--445 {
  width: 445px;
}

.w--450 {
  width: 450px;
}

.w--455 {
  width: 455px;
}

.w--460 {
  width: 460px;
}

.w--465 {
  width: 465px;
}

.w--470 {
  width: 470px;
}

.w--475 {
  width: 475px;
}

.w--480 {
  width: 480px;
}

.w--485 {
  width: 485px;
}

.w--490 {
  width: 490px;
}

.w--495 {
  width: 495px;
}

.w--500 {
  width: 500px;
}

.max--w-0 {
  max-width: 0;
}

.max--w-5 {
  max-width: 5px;
}

.max--w-10 {
  max-width: 10px;
}

.max--w-15 {
  max-width: 15px;
}

.max--w-20 {
  max-width: 20px;
}

.max--w-25 {
  max-width: 25px;
}

.max--w-30 {
  max-width: 30px;
}

.max--w-35 {
  max-width: 35px;
}

.max--w-40 {
  max-width: 40px;
}

.max--w-45 {
  max-width: 45px;
}

.max--w-50 {
  max-width: 50px;
}

.max--w-55 {
  max-width: 55px;
}

.max--w-60 {
  max-width: 60px;
}

.max--w-65 {
  max-width: 65px;
}

.max--w-70 {
  max-width: 70px;
}

.max--w-75 {
  max-width: 75px;
}

.max--w-80 {
  max-width: 80px;
}

.max--w-85 {
  max-width: 85px;
}

.max--w-90 {
  max-width: 90px;
}

.max--w-95 {
  max-width: 95px;
}

.max--w-100 {
  max-width: 100px;
}

.max--w-105 {
  max-width: 105px;
}

.max--w-110 {
  max-width: 110px;
}

.max--w-115 {
  max-width: 115px;
}

.max--w-120 {
  max-width: 120px;
}

.max--w-125 {
  max-width: 125px;
}

.max--w-130 {
  max-width: 130px;
}

.max--w-135 {
  max-width: 135px;
}

.max--w-140 {
  max-width: 140px;
}

.max--w-145 {
  max-width: 145px;
}

.max--w-150 {
  max-width: 150px;
}

.max--w-155 {
  max-width: 155px;
}

.max--w-160 {
  max-width: 160px;
}

.max--w-165 {
  max-width: 165px;
}

.max--w-170 {
  max-width: 170px;
}

.max--w-175 {
  max-width: 175px;
}

.max--w-180 {
  max-width: 180px;
}

.max--w-185 {
  max-width: 185px;
}

.max--w-190 {
  max-width: 190px;
}

.max--w-195 {
  max-width: 195px;
}

.max--w-200 {
  max-width: 200px;
}

.max--w-205 {
  max-width: 205px;
}

.max--w-210 {
  max-width: 210px;
}

.max--w-215 {
  max-width: 215px;
}

.max--w-220 {
  max-width: 220px;
}

.max--w-225 {
  max-width: 225px;
}

.max--w-230 {
  max-width: 230px;
}

.max--w-235 {
  max-width: 235px;
}

.max--w-240 {
  max-width: 240px;
}

.max--w-245 {
  max-width: 245px;
}

.max--w-250 {
  max-width: 250px;
}

.max--w-255 {
  max-width: 255px;
}

.max--w-260 {
  max-width: 260px;
}

.max--w-265 {
  max-width: 265px;
}

.max--w-270 {
  max-width: 270px;
}

.max--w-275 {
  max-width: 275px;
}

.max--w-280 {
  max-width: 280px;
}

.max--w-285 {
  max-width: 285px;
}

.max--w-290 {
  max-width: 290px;
}

.max--w-295 {
  max-width: 295px;
}

.max--w-300 {
  max-width: 300px;
}

.max--w-305 {
  max-width: 305px;
}

.max--w-310 {
  max-width: 310px;
}

.max--w-315 {
  max-width: 315px;
}

.max--w-320 {
  max-width: 320px;
}

.max--w-325 {
  max-width: 325px;
}

.max--w-330 {
  max-width: 330px;
}

.max--w-335 {
  max-width: 335px;
}

.max--w-340 {
  max-width: 340px;
}

.max--w-345 {
  max-width: 345px;
}

.max--w-350 {
  max-width: 350px;
}

.max--w-355 {
  max-width: 355px;
}

.max--w-360 {
  max-width: 360px;
}

.max--w-365 {
  max-width: 365px;
}

.max--w-370 {
  max-width: 370px;
}

.max--w-375 {
  max-width: 375px;
}

.max--w-380 {
  max-width: 380px;
}

.max--w-385 {
  max-width: 385px;
}

.max--w-390 {
  max-width: 390px;
}

.max--w-395 {
  max-width: 395px;
}

.max--w-400 {
  max-width: 400px;
}

.max--w-405 {
  max-width: 405px;
}

.max--w-410 {
  max-width: 410px;
}

.max--w-415 {
  max-width: 415px;
}

.max--w-420 {
  max-width: 420px;
}

.max--w-425 {
  max-width: 425px;
}

.max--w-430 {
  max-width: 430px;
}

.max--w-435 {
  max-width: 435px;
}

.max--w-440 {
  max-width: 440px;
}

.max--w-445 {
  max-width: 445px;
}

.max--w-450 {
  max-width: 450px;
}

.max--w-455 {
  max-width: 455px;
}

.max--w-460 {
  max-width: 460px;
}

.max--w-465 {
  max-width: 465px;
}

.max--w-470 {
  max-width: 470px;
}

.max--w-475 {
  max-width: 475px;
}

.max--w-480 {
  max-width: 480px;
}

.max--w-485 {
  max-width: 485px;
}

.max--w-490 {
  max-width: 490px;
}

.max--w-495 {
  max-width: 495px;
}

.max--w-500 {
  max-width: 500px;
}

.h-5 {
  height: 5px;
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-25 {
  height: 25px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.h-40 {
  height: 40px;
}

.h-45 {
  height: 45px;
}

.h-50 {
  height: 50px;
}

.h-55 {
  height: 55px;
}

.h-60 {
  height: 60px;
}

.h-65 {
  height: 65px;
}

.h-70 {
  height: 70px;
}

.h-75 {
  height: 75px;
}

.h-80 {
  height: 80px;
}

.h-85 {
  height: 85px;
}

.h-90 {
  height: 90px;
}

.h-95 {
  height: 95px;
}

.h-100 {
  height: 100px;
}

.h-105 {
  height: 105px;
}

.h-110 {
  height: 110px;
}

.h-115 {
  height: 115px;
}

.h-120 {
  height: 120px;
}

.h-125 {
  height: 125px;
}

.h-130 {
  height: 130px;
}

.h-135 {
  height: 135px;
}

.h-140 {
  height: 140px;
}

.h-145 {
  height: 145px;
}

.h-150 {
  height: 150px;
}

.h-155 {
  height: 155px;
}

.h-160 {
  height: 160px;
}

.h-165 {
  height: 165px;
}

.h-170 {
  height: 170px;
}

.h-175 {
  height: 175px;
}

.h-180 {
  height: 180px;
}

.h-185 {
  height: 185px;
}

.h-190 {
  height: 190px;
}

.h-195 {
  height: 195px;
}

.h-200 {
  height: 200px;
}

.h-205 {
  height: 205px;
}

.h-210 {
  height: 210px;
}

.h-215 {
  height: 215px;
}

.h-220 {
  height: 220px;
}

.h-225 {
  height: 225px;
}

.h-230 {
  height: 230px;
}

.h-235 {
  height: 235px;
}

.h-240 {
  height: 240px;
}

.h-245 {
  height: 245px;
}

.h-250 {
  height: 250px;
}

.h-255 {
  height: 255px;
}

.h-260 {
  height: 260px;
}

.h-265 {
  height: 265px;
}

.h-270 {
  height: 270px;
}

.h-275 {
  height: 275px;
}

.h-280 {
  height: 280px;
}

.h-285 {
  height: 285px;
}

.h-290 {
  height: 290px;
}

.h-295 {
  height: 295px;
}

.h-300 {
  height: 300px;
}

.h-305 {
  height: 305px;
}

.h-310 {
  height: 310px;
}

.h-315 {
  height: 315px;
}

.h-320 {
  height: 320px;
}

.h-325 {
  height: 325px;
}

.h-330 {
  height: 330px;
}

.h-335 {
  height: 335px;
}

.h-340 {
  height: 340px;
}

.h-345 {
  height: 345px;
}

.h-350 {
  height: 350px;
}

.h-355 {
  height: 355px;
}

.h-360 {
  height: 360px;
}

.h-365 {
  height: 365px;
}

.h-370 {
  height: 370px;
}

.h-375 {
  height: 375px;
}

.h-380 {
  height: 380px;
}

.h-385 {
  height: 385px;
}

.h-390 {
  height: 390px;
}

.h-395 {
  height: 395px;
}

.h-400 {
  height: 400px;
}

.h-405 {
  height: 405px;
}

.h-410 {
  height: 410px;
}

.h-415 {
  height: 415px;
}

.h-420 {
  height: 420px;
}

.h-425 {
  height: 425px;
}

.h-430 {
  height: 430px;
}

.h-435 {
  height: 435px;
}

.h-440 {
  height: 440px;
}

.h-445 {
  height: 445px;
}

.h-450 {
  height: 450px;
}

.h-455 {
  height: 455px;
}

.h-460 {
  height: 460px;
}

.h-465 {
  height: 465px;
}

.h-470 {
  height: 470px;
}

.h-475 {
  height: 475px;
}

.h-480 {
  height: 480px;
}

.h-485 {
  height: 485px;
}

.h-490 {
  height: 490px;
}

.h-495 {
  height: 495px;
}

.h-500 {
  height: 500px;
}

.fs-0 {
  font-size: 0;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-27 {
  font-size: 27px;
}

.fs-28 {
  font-size: 28px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-31 {
  font-size: 31px;
}

.fs-32 {
  font-size: 32px;
}

.fs-33 {
  font-size: 33px;
}

.fs-34 {
  font-size: 34px;
}

.fs-35 {
  font-size: 35px;
}

.fs-36 {
  font-size: 36px;
}

.fs-37 {
  font-size: 37px;
}

.fs-38 {
  font-size: 38px;
}

.fs-39 {
  font-size: 39px;
}

.fs-40 {
  font-size: 40px;
}

.fs-41 {
  font-size: 41px;
}

.fs-42 {
  font-size: 42px;
}

.fs-43 {
  font-size: 43px;
}

.fs-44 {
  font-size: 44px;
}

.fs-45 {
  font-size: 45px;
}

.fs-46 {
  font-size: 46px;
}

.fs-47 {
  font-size: 47px;
}

.fs-48 {
  font-size: 48px;
}

.fs-49 {
  font-size: 49px;
}

.fs-50 {
  font-size: 50px;
}

.lh-0 {
  line-height: 0;
}

.lh-15 {
  line-height: 15px;
}

.lh-16 {
  line-height: 16px;
}

.lh-17 {
  line-height: 17px;
}

.lh-18 {
  line-height: 18px;
}

.lh-19 {
  line-height: 19px;
}

.lh-20 {
  line-height: 20px;
}

.lh-21 {
  line-height: 21px;
}

.lh-22 {
  line-height: 22px;
}

.lh-23 {
  line-height: 23px;
}

.lh-24 {
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.lh-27 {
  line-height: 27px;
}

.lh-28 {
  line-height: 28px;
}

.lh-29 {
  line-height: 29px;
}

.lh-30 {
  line-height: 30px;
}

.lh-31 {
  line-height: 31px;
}

.lh-32 {
  line-height: 32px;
}

.lh-33 {
  line-height: 33px;
}

.lh-34 {
  line-height: 34px;
}

.lh-35 {
  line-height: 35px;
}

.lh-36 {
  line-height: 36px;
}

.lh-37 {
  line-height: 37px;
}

.lh-38 {
  line-height: 38px;
}

.lh-39 {
  line-height: 39px;
}

.lh-40 {
  line-height: 40px;
}

.lh-41 {
  line-height: 41px;
}

.lh-42 {
  line-height: 42px;
}

.lh-43 {
  line-height: 43px;
}

.lh-44 {
  line-height: 44px;
}

.lh-45 {
  line-height: 45px;
}

.lh-46 {
  line-height: 46px;
}

.lh-47 {
  line-height: 47px;
}

.lh-48 {
  line-height: 48px;
}

.lh-49 {
  line-height: 49px;
}

.lh-50 {
  line-height: 50px;
}

.lh-100 {
  line-height: 100%;
}

.mg-0 {
  margin: 0;
}

.mg-5 {
  margin: 5px;
}

.mg-10 {
  margin: 10px;
}

.mg-15 {
  margin: 15px;
}

.mg-20 {
  margin: 20px;
}

.mg-25 {
  margin: 25px;
}

.mg-30 {
  margin: 30px;
}

.mg-35 {
  margin: 35px;
}

.mg-40 {
  margin: 40px;
}

.mg-45 {
  margin: 45px;
}

.mg-50 {
  margin: 50px;
}

.mg-55 {
  margin: 55px;
}

.mg-60 {
  margin: 60px;
}

.mg-65 {
  margin: 65px;
}

.mg-70 {
  margin: 70px;
}

.mg-75 {
  margin: 75px;
}

.mg-80 {
  margin: 80px;
}

.mg-85 {
  margin: 85px;
}

.mg-90 {
  margin: 90px;
}

.mg-95 {
  margin: 95px;
}

.mg-100 {
  margin: 100px;
}

.mgT-0 {
  margin-top: 0;
}

.mgT-5 {
  margin-top: 5px;
}

.mgT-10 {
  margin-top: 10px;
}

.mgT-15 {
  margin-top: 15px;
}

.mgT-20 {
  margin-top: 20px;
}

.mgT-25 {
  margin-top: 25px;
}

.mgT-30 {
  margin-top: 30px;
}

.mgT-35 {
  margin-top: 35px;
}

.mgT-40 {
  margin-top: 40px;
}

.mgT-45 {
  margin-top: 45px;
}

.mgT-50 {
  margin-top: 50px;
}

.mgT-55 {
  margin-top: 55px;
}

.mgT-60 {
  margin-top: 60px;
}

.mgT-65 {
  margin-top: 65px;
}

.mgT-70 {
  margin-top: 70px;
}

.mgT-75 {
  margin-top: 75px;
}

.mgT-80 {
  margin-top: 80px;
}

.mgT-85 {
  margin-top: 85px;
}

.mgT-90 {
  margin-top: 90px;
}

.mgT-95 {
  margin-top: 95px;
}

.mgT-100 {
  margin-top: 100px;
}

.mgTa-20 {
  margin-top: -20px;
}

.mgR-0 {
  margin-right: 0;
}

.mgR-5 {
  margin-right: 5px;
}

.mgR-10 {
  margin-right: 10px;
}

.mgR-15 {
  margin-right: 15px;
}

.mgR-20 {
  margin-right: 20px;
}

.mgR-25 {
  margin-right: 25px;
}

.mgR-30 {
  margin-right: 30px;
}

.mgR-35 {
  margin-right: 35px;
}

.mgR-40 {
  margin-right: 40px;
}

.mgR-45 {
  margin-right: 45px;
}

.mgR-50 {
  margin-right: 50px;
}

.mgR-55 {
  margin-right: 55px;
}

.mgR-60 {
  margin-right: 60px;
}

.mgR-65 {
  margin-right: 65px;
}

.mgR-70 {
  margin-right: 70px;
}

.mgR-75 {
  margin-right: 75px;
}

.mgR-80 {
  margin-right: 80px;
}

.mgR-85 {
  margin-right: 85px;
}

.mgR-90 {
  margin-right: 90px;
}

.mgR-95 {
  margin-right: 95px;
}

.mgR-100 {
  margin-right: 100px;
}

.mgB-0 {
  margin-bottom: 0;
}

.mgB-5 {
  margin-bottom: 5px;
}

.mgB-10 {
  margin-bottom: 10px;
}

.mgB-15 {
  margin-bottom: 15px;
}

.mgB-20 {
  margin-bottom: 20px;
}

.mgB-25 {
  margin-bottom: 25px;
}

.mgB-30 {
  margin-bottom: 30px;
}

.mgB-35 {
  margin-bottom: 35px;
}

.mgB-40 {
  margin-bottom: 40px;
}

.mgB-45 {
  margin-bottom: 45px;
}

.mgB-50 {
  margin-bottom: 50px;
}

.mgB-55 {
  margin-bottom: 55px;
}

.mgB-60 {
  margin-bottom: 60px;
}

.mgB-65 {
  margin-bottom: 65px;
}

.mgB-70 {
  margin-bottom: 70px;
}

.mgB-75 {
  margin-bottom: 75px;
}

.mgB-80 {
  margin-bottom: 80px;
}

.mgB-85 {
  margin-bottom: 85px;
}

.mgB-90 {
  margin-bottom: 90px;
}

.mgB-95 {
  margin-bottom: 95px;
}

.mgB-100 {
  margin-bottom: 100px;
}

.mgL-0 {
  margin-left: 0;
}

.mgL-5 {
  margin-left: 5px;
}

.mgL-10 {
  margin-left: 10px;
}

.mgL-15 {
  margin-left: 15px;
}

.mgL-20 {
  margin-left: 20px;
}

.mgL-25 {
  margin-left: 25px;
}

.mgL-30 {
  margin-left: 30px;
}

.mgL-35 {
  margin-left: 35px;
}

.mgL-40 {
  margin-left: 40px;
}

.mgL-45 {
  margin-left: 45px;
}

.mgL-50 {
  margin-left: 50px;
}

.mgL-55 {
  margin-left: 55px;
}

.mgL-60 {
  margin-left: 60px;
}

.mgL-65 {
  margin-left: 65px;
}

.mgL-70 {
  margin-left: 70px;
}

.mgL-75 {
  margin-left: 75px;
}

.mgL-80 {
  margin-left: 80px;
}

.mgL-85 {
  margin-left: 85px;
}

.mgL-90 {
  margin-left: 90px;
}

.mgL-95 {
  margin-left: 95px;
}

.mgL-100 {
  margin-left: 100px;
}

.pd-0 {
  padding: 0;
}

.pd-5 {
  padding: 5px;
}

.pd-10 {
  padding: 10px;
}

.pd-15 {
  padding: 15px;
}

.pd-20 {
  padding: 20px;
}

.pd-25 {
  padding: 25px;
}

.pd-30 {
  padding: 30px;
}

.pd-35 {
  padding: 35px;
}

.pd-40 {
  padding: 40px;
}

.pd-45 {
  padding: 45px;
}

.pd-50 {
  padding: 50px;
}

.pd-55 {
  padding: 55px;
}

.pd-60 {
  padding: 60px;
}

.pd-65 {
  padding: 65px;
}

.pd-70 {
  padding: 70px;
}

.pd-75 {
  padding: 75px;
}

.pd-80 {
  padding: 80px;
}

.pd-85 {
  padding: 85px;
}

.pd-90 {
  padding: 90px;
}

.pd-95 {
  padding: 95px;
}

.pd-100 {
  padding: 100px;
}

.pdT-0 {
  padding-top: 0;
}

.pdT-5 {
  padding-top: 5px;
}

.pdT-10 {
  padding-top: 10px;
}

.pdT-15 {
  padding-top: 15px;
}

.pdT-20 {
  padding-top: 20px;
}

.pdT-25 {
  padding-top: 25px;
}

.pdT-30 {
  padding-top: 30px;
}

.pdT-35 {
  padding-top: 35px;
}

.pdT-40 {
  padding-top: 40px;
}

.pdT-45 {
  padding-top: 45px;
}

.pdT-50 {
  padding-top: 50px;
}

.pdT-55 {
  padding-top: 55px;
}

.pdT-60 {
  padding-top: 60px;
}

.pdT-65 {
  padding-top: 65px;
}

.pdT-70 {
  padding-top: 70px;
}

.pdT-75 {
  padding-top: 75px;
}

.pdT-80 {
  padding-top: 80px;
}

.pdT-85 {
  padding-top: 85px;
}

.pdT-90 {
  padding-top: 90px;
}

.pdT-95 {
  padding-top: 95px;
}

.pdT-100 {
  padding-top: 100px;
}

.pdR-0 {
  padding-right: 0;
}

.pdR-5 {
  padding-right: 5px;
}

.pdR-10 {
  padding-right: 10px;
}

.pdR-15 {
  padding-right: 15px;
}

.pdR-20 {
  padding-right: 20px;
}

.pdR-25 {
  padding-right: 25px;
}

.pdR-30 {
  padding-right: 30px;
}

.pdR-35 {
  padding-right: 35px;
}

.pdR-40 {
  padding-right: 40px;
}

.pdR-45 {
  padding-right: 45px;
}

.pdR-50 {
  padding-right: 50px;
}

.pdR-55 {
  padding-right: 55px;
}

.pdR-60 {
  padding-right: 60px;
}

.pdR-65 {
  padding-right: 65px;
}

.pdR-70 {
  padding-right: 70px;
}

.pdR-75 {
  padding-right: 75px;
}

.pdR-80 {
  padding-right: 80px;
}

.pdR-85 {
  padding-right: 85px;
}

.pdR-90 {
  padding-right: 90px;
}

.pdR-95 {
  padding-right: 95px;
}

.pdR-100 {
  padding-right: 100px;
}

.pdB-0 {
  padding-bottom: 0;
}

.pdB-5 {
  padding-bottom: 5px;
}

.pdB-10 {
  padding-bottom: 10px;
}

.pdB-15 {
  padding-bottom: 15px;
}

.pdB-20 {
  padding-bottom: 20px;
}

.pdB-25 {
  padding-bottom: 25px;
}

.pdB-30 {
  padding-bottom: 30px;
}

.pdB-35 {
  padding-bottom: 35px;
}

.pdB-40 {
  padding-bottom: 40px;
}

.pdB-45 {
  padding-bottom: 45px;
}

.pdB-50 {
  padding-bottom: 50px;
}

.pdB-55 {
  padding-bottom: 55px;
}

.pdB-60 {
  padding-bottom: 60px;
}

.pdB-65 {
  padding-bottom: 65px;
}

.pdB-70 {
  padding-bottom: 70px;
}

.pdB-75 {
  padding-bottom: 75px;
}

.pdB-80 {
  padding-bottom: 80px;
}

.pdB-85 {
  padding-bottom: 85px;
}

.pdB-90 {
  padding-bottom: 90px;
}

.pdB-95 {
  padding-bottom: 95px;
}

.pdB-100 {
  padding-bottom: 100px;
}

.pdL-0 {
  padding-left: 0;
}

.pdL-5 {
  padding-left: 5px;
}

.pdL-10 {
  padding-left: 10px;
}

.pdL-15 {
  padding-left: 15px;
}

.pdL-20 {
  padding-left: 20px;
}

.pdL-25 {
  padding-left: 25px;
}

.pdL-30 {
  padding-left: 30px;
}

.pdL-35 {
  padding-left: 35px;
}

.pdL-40 {
  padding-left: 40px;
}

.pdL-45 {
  padding-left: 45px;
}

.pdL-50 {
  padding-left: 50px;
}

.pdL-55 {
  padding-left: 55px;
}

.pdL-60 {
  padding-left: 60px;
}

.pdL-65 {
  padding-left: 65px;
}

.pdL-70 {
  padding-left: 70px;
}

.pdL-75 {
  padding-left: 75px;
}

.pdL-80 {
  padding-left: 80px;
}

.pdL-85 {
  padding-left: 85px;
}

.pdL-90 {
  padding-left: 90px;
}

.pdL-95 {
  padding-left: 95px;
}

.pdL-100 {
  padding-left: 100px;
}

.opa-0-1 {
  opacity: 0.1;
}

.opa-0-2 {
  opacity: 0.2;
}

.opa-0-3 {
  opacity: 0.3;
}

.opa-0-4 {
  opacity: 0.4;
}

.opa-0-5 {
  opacity: 0.5;
}

.opa-0-6 {
  opacity: 0.6;
}

.opa-0-7 {
  opacity: 0.7;
}

.opa-0-8 {
  opacity: 0.8;
}

.opa-0-9 {
  opacity: 0.9;
}

.opa-1 {
  opacity: 1;
}

.letter-0 {
  letter-spacing: 0;
}

.letter-1 {
  letter-spacing: 1px;
}

.letter-2 {
  letter-spacing: 2px;
}

.letter-3 {
  letter-spacing: 3px;
}

.letter-4 {
  letter-spacing: 4px;
}

.letter-5 {
  letter-spacing: 5px;
}

.letter-6 {
  letter-spacing: 6px;
}

.letter-7 {
  letter-spacing: 7px;
}

.letter-8 {
  letter-spacing: 8px;
}

.letter-9 {
  letter-spacing: 9px;
}

.letter-10 {
  letter-spacing: 10px;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.txt-uper {
  text-transform: uppercase;
}

.txt-cap {
  text-transform: capitalize;
}

.txt-low {
  text-transform: lowercase;
}

.text-decor {
  text-decoration: underline !important;
}

.hover-under:hover {
  text-decoration: underline;
}

.hover-under-color:hover {
  text-decoration: underline;
  color: #4285f4;
}

.ver-c {
  vertical-align: middle !important;
}

.ver-t {
  vertical-align: top !important;
}

.ver-b {
  vertical-align: bottom !important;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

button {
  outline: none;
}

button:hover,
button:focus,
button:active {
  outline: none;
}

.overflow-all {
  overflow: hidden;
}

.text-overflow,
.result__top .tbl__time .time__inner .bout__txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html,
body {
  font-size: 14px;
  font-weight: 400;
  color: #282c35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  height: 100%;
}

a.link__hover--default:hover {
  text-decoration: underline;
}

.hover__opacity:hover {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #b7b7b7;
}

::-moz-placeholder {
  color: #b7b7b7;
}

:-ms-input-placeholder {
  color: #b7b7b7;
}

:-moz-placeholder {
  color: #b7b7b7;
}

* {
  margin: 0;
  padding: 0;
}

p,
ol,
ul {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

a {
  color: #282c35;
  cursor: pointer;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

input,
select,
textarea {
  outline: none !important;
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: none !important;
}

table {
  width: 100%;
  font-size: inherit;
  border-collapse: collapse;
}

table td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-s {
  position: static;
}

.pos-f {
  position: fixed;
}

.font-bold {
  font-weight: bold;
}

.font-nor {
  font-weight: normal;
}

.fst-i {
  font-style: italic;
}

img {
  max-width: 100%;
  max-height: 100%;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.d-flex {
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-inline {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main-color {
  color: #282c35;
}

.line-color {
  color: #3c3f46;
}

.text-color {
  color: #adb0b6;
}

.color-red {
  color: #d90500;
}

.color-yellow {
  color: #fff79a;
}

.color-fff {
  color: #fff;
}

.color-333 {
  color: #333;
}

.color-5c5146 {
  color: #5c5146;
}

.color-8e8071 {
  color: #8e8071;
}

.colore-5d4c2 {
  color: #e5d4c2;
}

.color-erin {
  color: #53bf12;
}

.color-f49e1d {
  color: #f49e1d;
}

.color-8e8071 {
  color: #8e8071;
}

.color-primary {
  color: #003d67;
}

.color-4f86c1 {
  color: #4f86c1;
}

.color-waitcalcubonus {
  color: #c15c54;
}

.color-waitopenbonus {
  color: #5489c1;
}

.color-truot {
  color: #c19e54;
}

.color-trung {
  color: #d90a2d;
}

.color-huy {
  color: #ab54c1;
}

.bg-d6c0a9 {
  background-color: #d6c0a9;
}

.bg-333 {
  background-color: #3c3c3c;
}

.bg-ccc {
  background-color: #ccc;
}

.bg-e0e0e0 {
  background-color: #e0e0e0;
}

.bg-eaeaea {
  background-color: #eaeaea;
}

.r__c--emu {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.r__c--emu .r__c--ui {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  top: -1px;
}

.r__c--emu .r__c--ui input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.r__c--emu .r__c--ui .check {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.r__c--emu .r__c--ui .checked {
  position: absolute;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.r__c--emu .r__c--ui input[type="radio"] ~ .check {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.r__c--emu .r__c--ui input:checked ~ .check {
  background-color: #fff;
  border-color: #8e8071;
}

.r__c--emu .r__c--ui input:checked ~ .checked {
  opacity: 1;
  border-color: #8e8071;
  background-color: #fff;
}

.r__c--emu.r__c--single .r__c--ui {
  margin: 0;
}

.r__c--emu.r__c--emu13x13 .r__c--ui {
  width: 13px;
  height: 13px;
}

.r__c--emu.r__c--emu13x13 input ~ .checked {
  width: 8px;
  height: 4px;
  top: 4px;
  left: 3px;
}

.frm__item {
  margin-bottom: 25px;
}

.mgB-40 .frm__item {
  display: flex;
  align-items: center;
}

.frm__item label {
  display: inline-block;
  vertical-align: middle;
}

.frm__item input[type="text"],
.frm__item input[type="password"],
.frm__item input[type="number"],
.frm__item input[type="email"],
.frm__item select,
.frm__item textarea {
  border: 1px solid #e5d4c2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 8px;
}

.frm__item input[type="text"]:hover,
.frm__item input[type="password"]:hover,
.frm__item input[type="number"]:hover,
.frm__item input[type="email"]:hover,
.frm__item select:hover,
.frm__item textarea:hover {
  border-color: #d6c0a9;
}

.frm__item input[type="text"]:focus,
.frm__item input[type="password"]:focus,
.frm__item input[type="number"]:focus,
.frm__item input[type="email"]:focus,
.frm__item select:focus,
.frm__item textarea:focus {
  border-color: #d6c0a9;
}

.frm__item input[type="text"]:focus::-webkit-input-placeholder,
.frm__item input[type="password"]:focus::-webkit-input-placeholder,
.frm__item input[type="number"]:focus::-webkit-input-placeholder,
.frm__item input[type="email"]:focus::-webkit-input-placeholder,
.frm__item select:focus::-webkit-input-placeholder,
.frm__item textarea:focus::-webkit-input-placeholder {
  color: #ddd;
}

.frm__item input[type="text"]:focus::-moz-placeholder,
.frm__item input[type="password"]:focus::-moz-placeholder,
.frm__item input[type="number"]:focus::-moz-placeholder,
.frm__item input[type="email"]:focus::-moz-placeholder,
.frm__item select:focus::-moz-placeholder,
.frm__item textarea:focus::-moz-placeholder {
  color: #ddd;
}

.frm__item input[type="text"]:focus:-ms-input-placeholder,
.frm__item input[type="password"]:focus:-ms-input-placeholder,
.frm__item input[type="number"]:focus:-ms-input-placeholder,
.frm__item input[type="email"]:focus:-ms-input-placeholder,
.frm__item select:focus:-ms-input-placeholder,
.frm__item textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

.frm__item input[type="text"]:focus:-moz-placeholder,
.frm__item input[type="password"]:focus:-moz-placeholder,
.frm__item input[type="number"]:focus:-moz-placeholder,
.frm__item input[type="email"]:focus:-moz-placeholder,
.frm__item select:focus:-moz-placeholder,
.frm__item textarea:focus:-moz-placeholder {
  color: #ddd;
}

.frm__item input[readonly="readonly"] {
  background-color: #f5f5f5;
}

.frm__item textarea {
  padding: 10px;
}

.frm__item .iput {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.frm__item .error {
  display: none;
  color: #d90500;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.register__page .inner .frm__item .error {
  display: block;
  color: #d90500;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
  position: static;
}

.frm__item.has__error .error {
  display: block;
}

.frm__block label {
  display: block;
  margin-bottom: 5px;
}

.slect__box {
  position: relative;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.slect__box select {
  background-color: transparent;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slect__box select:focus,
.slect__box select:active {
  outline: none;
}

.slect__box .icon-keyboard_arrow_down {
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  margin-top: -10px;
  font-size: 22px;
}

.inlinefrm__txt input,
.inlinefrm__txt textarea,
.inlinefrm__txt .slect__box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

input[type="button"],
input[type="submit"] {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.btn__primary {
  border: 1px solid var(--color-primary) !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-box-shadow: "inset 0 1px 1px rgba(255,255,255,0.5), 1px 2px 5px rgba(154,125,108,0.6)";
  -moz-box-shadow: "inset 0 1px 1px rgba(255,255,255,0.5), 1px 2px 5px rgba(154,125,108,0.6)";
  -o-box-shadow: "inset 0 1px 1px rgba(255,255,255,0.5), 1px 2px 5px rgba(154,125,108,0.6)";
  -ms-box-shadow: "inset 0 1px 1px rgba(255,255,255,0.5), 1px 2px 5px rgba(154,125,108,0.6)";
  box-shadow: "inset 0 1px 1px rgba(255,255,255,0.5), 1px 2px 5px rgba(154,125,108,0.6)";
  font-weight: 400;
  color: #fff !important;
  background: var(--color-primary);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e89518", endColorstr="#e08d10", GradientType=0);
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.btn__primary:hover {
  background: #ee8765;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaa845 2%, #e89518 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(2%, #eaa845),
    color-stop(100%, #e89518)
  );
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #eaa845 2%,
    #e89518 100%
  );
  background: -o-linear-gradient(top, #ffffff 0%, #eaa845 2%, #e89518 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaa845 2%, #e89518 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaa845 2%, #e89518 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaa845", endColorstr="#e89518", GradientType=0);
}

.btn__primary:active {
  -webkit-box-shadow: "inset 0 1px 2px rgba(96,96,96,0.3)";
  -moz-box-shadow: "inset 0 1px 2px rgba(96,96,96,0.3)";
  -o-box-shadow: "inset 0 1px 2px rgba(96,96,96,0.3)";
  -ms-box-shadow: "inset 0 1px 2px rgba(96,96,96,0.3)";
  box-shadow: "inset 0 1px 2px rgba(96,96,96,0.3)";
  background: #e45835;
  background: -moz-linear-gradient(top, #cc7f0d 0%, #ecaf53 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #cc7f0d),
    color-stop(100%, #ecaf53)
  );
  background: -webkit-linear-gradient(top, #cc7f0d 0%, #ecaf53 100%);
  background: -o-linear-gradient(top, #cc7f0d 0%, #ecaf53 100%);
  background: -ms-linear-gradient(top, #cc7f0d 0%, #ecaf53 100%);
  background: linear-gradient(to bottom, #cc7f0d 0%, #ecaf53 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc7f0d", endColorstr="#ecaf53", GradientType=0);
}

.btn__cancel {
  background-color: #d4d4d4;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 1px solid #d4d4d4;
  background: #dbdbdb;
  background: -moz-linear-gradient(
    top,
    #dbdbdb 0%,
    #dbdbdb 28%,
    #d1d1d1 65%,
    #e6e6e6 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #dbdbdb),
    color-stop(28%, #dbdbdb),
    color-stop(65%, #d1d1d1),
    color-stop(100%, #e6e6e6)
  );
  background: -webkit-linear-gradient(
    top,
    #dbdbdb 0%,
    #dbdbdb 28%,
    #d1d1d1 65%,
    #e6e6e6 100%
  );
  background: -o-linear-gradient(
    top,
    #dbdbdb 0%,
    #dbdbdb 28%,
    #d1d1d1 65%,
    #e6e6e6 100%
  );
  background: -ms-linear-gradient(
    top,
    #dbdbdb 0%,
    #dbdbdb 28%,
    #d1d1d1 65%,
    #e6e6e6 100%
  );
  background: linear-gradient(
    to bottom,
    #dbdbdb 0%,
    #dbdbdb 28%,
    #d1d1d1 65%,
    #e6e6e6 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbdbdb", endColorstr="#e6e6e6", GradientType=0);
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.btn__cancel:hover {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.0588235294);
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.0588235294);
  -o-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.0588235294);
  -ms-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.0588235294);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.0588235294);
}

.btn__cancel:active {
  -webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.0588235294);
  -moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.0588235294);
  -o-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.0588235294);
  -ms-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.0588235294);
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.0588235294);
}

.popup {
  display: none;
}

.popup__content {
  padding: 25px;
  color: black;
}

#popup__guider {
  height: 100%;
  position: relative;
}

#popup__guider .rule__menu {
  height: 100%;
  background-color: #0d6f50;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
}

#popup__guider .rule__menu li.rule__title {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
  color: #fff;
}

#popup__guider .rule__menu li a {
  display: block;
  color: #fff;
  font-size: 13px;
  padding: 12px 20px;
}

#popup__guider .rule__menu li a:hover {
  background-color: #0c3e32;
}

#popup__guider .rule__menu li.active a {
  background-color: #0c3e32;
}

#popup__guider .rule__content {
  height: 100%;
  padding-left: 270px;
  overflow-y: auto;
  padding-top: 20px;
}

#popup__guider .rule__content .rule__tabs {
  height: 100%;
  top: 0;
  padding: 0;
}

#popup__guider .rule__content h2 {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 20px;
  color: #054d49;
}

#popup__guider .rule__content .tab__sub--link {
  margin-bottom: 10px;
}

#popup__guider .rule__content .tab__sub--link li {
  float: left;
  margin-right: 3px;
}

#popup__guider .rule__content .tab__sub--link li a {
  display: block;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  background-color: #05261d;
  padding: 7px 10px 6px;
}

#popup__guider .rule__content .tab__sub--link li a:hover {
  background-color: #0c3e32;
}

#popup__guider .rule__content .tab__sub--link li.active a {
  background-color: #3a4348;
}

#popup__guider .rule__content .tab__sub--item table {
  width: 100%;
  border: 1px solid #c7c7c7;
}

#popup__guider .rule__content .tab__sub--item td {
  border: 1px solid #c7c7c7;
  padding: 10px;
}

#popup__guider .rule__content .slimScrollRail {
  width: 11px !important;
}

#popup__guider .rule__content .slimScrollBar {
  right: 2px !important;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.noti__popup .modal-body {
  background-color: #f5f5f5;
}

.noti__popup .iconset {
  font-size: 35px;
  position: absolute;
  left: 0;
}

.noti__popup .iconset .noti__error {
  color: #d90500;
  position: relative;
  top: -9px;
}

.noti__popup .iconset .noti__success {
  color: #53bf12;
  position: relative;
  top: -11px;
}

.noti__popup .iconset .noti__infor {
  color: #4f86c1;
  position: relative;
  top: -9px;
}

.noti__popup .iconset .noti__comfirm {
  color: #f49e1d;
  top: -9px;
  position: relative;
}

.noti__popup .messageset {
  padding-left: 45px;
  line-height: 23px;
  font-size: 15px;
}

.noti__popup .btn__bottom {
  text-align: center;
}

.noti__popup .btn__bottom button {
  margin: 0 10px;
}

.noti__popup .btn__bottom .btn__primary {
  padding: 8px 25px;
}

.noti__popup .btn__bottom .btn__cancel {
  padding: 8px 17px;
}

#agentRecharge {
  height: 100%;
  background-color: #f9f9f9;
}

#agentRecharge .frm__btn {
  padding-top: 25px;
  border-top: 1px dashed #d6c0a9;
  text-align: center;
}

#agentEdit .tab-content {
  padding-bottom: 0;
}

#agentEdit .frm__item {
  margin-bottom: 15px;
}

#agentEdit #assignQuotas .frm__item {
  margin: 0;
}

#agentEdit #assignQuotas td {
  padding: 7px 10px;
  border-bottom: 1px dashed #8e8071;
}

#agentEdit #SubQuotas td {
  padding: 12px 0;
  border-bottom: 1px dashed #8e8071;
}

#agentHistoryDetail .popup__content {
  padding: 10px;
}

#agentHistoryDetail table td {
  text-align: left;
  border-color: #8e8071;
}

#agentHistoryDetail table td:nth-child(2n + 1) {
  background-color: #ccc;
  font-weight: 500;
}

#agentHistoryDetail table .review__result td {
  text-align: center;
  font-size: 12px;
  padding: 3px 8px;
}

#agentHistoryDetail table .review__result td:nth-child(2n + 1) {
  text-align: left;
}

#agentHistoryDetail table .review__result .tbl__dauduoi td:nth-child(2n + 1) {
  text-align: center;
}

#agentHistoryDetail .frm__item {
  margin-bottom: 0;
}

#trace .popup__content {
  padding-top: 20px;
}

#trace .tbl__record .frm__item {
  margin: 0;
}

#trace .gid__tbl--inner {
  height: 300px;
  background-color: #f9f9f9;
}

#trace .gid__tbl--inner .tbl__col {
  padding: 5px 5px;
  background-color: inherit;
}

#trace .gid__tbl--inner .frm__item {
  margin-bottom: 0;
}

#trace .tabs__sub {
  position: relative;
  z-index: 2;
}

#trace .tab-content {
  padding-top: 10px;
}

#agentStatisTeam .tbl__record td {
  padding: 12px 10px;
  text-align: left;
  font-size: 14px;
}

#agentStatisTeam .tbl__record td:first-child {
  font-weight: 500;
  text-align: right;
  padding-right: 20px;
}

#agentUrlAdd .popup__content {
  padding-bottom: 0;
}

#agentUrlAdd .frm__btn {
  padding-top: 25px;
  border-top: 1px dashed #d6c0a9;
  text-align: center;
}

#popup__comfirmBet .gid__tbl--inner {
  height: 140px;
}

#popup__comfirmBet .tbl__scroll {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26);
}

#popup__comfirmBet .popup__content {
  padding: 15px 15px 0;
}

.ui-widget-content {
  background-color: #fff;
  font-family: inherit;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-color: #f49e1d;
}

.ui-timepicker-div {
  padding: 10px 0 0;
  background-color: #efefef;
}

.ui-timepicker-div dl {
  margin: 0;
  overflow: hidden;
}

.ui-timepicker-div dl dt {
  font-weight: normal;
  float: none;
  margin: 0 0 10px 0;
  padding: 0 12px 0 0;
  display: inline-block;
  width: 35%;
  vertical-align: middle;
  text-align: right;
  font-size: 13px;
}

.ui-timepicker-div dl dd {
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  font-size: 13px;
}

.ui-timepicker-div dl dd.ui_tpicker_time .ui_tpicker_time_input {
  width: 100%;
  border: none;
}

.ui-timepicker-div dl dd.ui_tpicker_minute,
.ui-timepicker-div dl dd.ui_tpicker_second,
.ui-timepicker-div dl dd.ui_tpicker_hour {
  padding: 0 0.6em;
}

.ui-timepicker-div dl dd .ui-slider {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.ui-timepicker-div dl dd .ui-slider-handle {
  border: 1px solid #c1c1c1;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fafafa),
    color-stop(100%, #e9e9e9)
  );
  background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa", endColorstr="#e9e9e9", GradientType=0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.ui-timepicker-div dl dd .ui-slider-handle:focus {
  outline: none !important;
}

.ui-timepicker-div dl dd .ui-slider-handle:hover {
  background: #fafafa;
}

.ui-timepicker-div dl dd .ui-slider-handle:active {
  outline: none !important;
  background: #e9e9e9;
  background: -moz-linear-gradient(top, #e9e9e9 0%, #fafafa 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #e9e9e9),
    color-stop(100%, #fafafa)
  );
  background: -webkit-linear-gradient(top, #e9e9e9 0%, #fafafa 100%);
  background: -o-linear-gradient(top, #e9e9e9 0%, #fafafa 100%);
  background: -ms-linear-gradient(top, #e9e9e9 0%, #fafafa 100%);
  background: linear-gradient(to bottom, #e9e9e9 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e9e9", endColorstr="#fafafa", GradientType=0);
}

.ui-datepicker {
  border-color: #f49e1d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  z-index: 200 !important;
}

.ui-datepicker .ui-datepicker-buttonpane {
  overflow: hidden;
  border: none;
  margin: 0;
}

.ui-datepicker .ui-datepicker-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #f49e1d;
  color: #fff;
}

.ui-datepicker .ui-state-active {
  border-color: #f49e1d;
  background-color: #f49e1d;
  color: #fff;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #f49e1d;
  color: #fff;
  font-weight: normal;
  border: none;
  opacity: 1;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover {
  background-color: #fcb448;
  color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
  border-color: #fcb448;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  color: #fff;
  font-size: 16px;
  background-position: inherit;
  text-indent: inherit;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  border: none;
  top: 2px;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 0;
  padding: 7px 10px;
  font-size: 13px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  padding: 10px 0;
  text-align: right;
}

.tbl {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.tbl .tbl__row {
  display: table-row;
}

.tbl .tbl__row:hover .tbl__col {
  background-color: #eaeaea;
}

.tbl .tbl__empty:hover .tbl__col {
  background-color: inherit;
  cursor: default;
}

.tbl .tbl__col {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.tbl__header .tbl__row:hover .tbl__col {
  background-color: inherit;
}

.tbl__scroll .tbl__header {
  padding-right: 17px;
  background-color: #d0d0d0;
  border-bottom: 1px solid #b7b7b7;
}

.tbl__scroll .tbl__header .tbl__col {
  padding: 10px 5px 7px;
  border-left: 1px solid #b7b7b7;
  font-weight: 500;
  text-transform: capitalize;
}

.tbl__scroll .tbl__header .tbl__col:first-child {
  border-left: none;
}

.tbl__scroll .gid__tbl--inner {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 110px;
  background-color: #e5e5e5;
}

.tbl__scroll .gid__tbl--inner .tbl__col {
  background-color: #e5e5e5;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 5px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tbl__scroll .gid__tbl--inner .tbl__col:first-child {
  border-left: none;
}

.tbl__scroll .tbl__empty {
  text-align: center;
}

.tbl__scroll .tbl__empty .tbl__col {
  border: none;
  padding: 15px 0 !important;
}

.effect__row .tbl__col {
  background-color: rgba(5, 39, 36, 0.16) !important;
}

#history__detail .gid__tbl--inner {
  height: 250px;
}

#tbl__betreview .gid__tbl--inner {
  height: 160px;
}

#history__bet--record .tbl__row:hover {
  cursor: pointer;
}

.swiper-container {
  height: 100%;
}

#container {
  background: url("../images/bg-container.jpg?2") center top;
  position: relative;
  z-index: 10;
}

#header {
  background-color: #00191b;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 115;
}

#header .logo {
  margin: 0;
  float: left;
  padding-top: 3px;
  position: relative;
}

#header .logo a {
  display: block;
}

#header .logo a img {
  display: block;
}

#header .sound__toggle {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

#header .user__auth {
  height: 58px;
  float: right;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#header .user__login .frm__item {
  display: inline-block;
  position: relative;
  max-width: 150px;
  vertical-align: middle;
  margin-left: 15px;
  margin-bottom: 0;
}

#header .user__login .frm__item input {
  background: #f6f6f6;
  border: none;
  font-size: 13px;
  height: 26px;
  padding: 0 10px 0 30px;
  width: 100%;
}

#header .user__login .frm__item .icon-person {
  position: absolute;
  top: 4px;
  left: 8px;
  font-size: 17px;
}

#header .user__login .frm__item .icon-locked {
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 14px;
}

#header .user__login .forgot__pass {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: underline;
  font-size: 12px;
  color: #dedede;
}

#header .user__login .frm__capcha {
  overflow: hidden;
  max-width: inherit;
}

#header .user__login .frm__capcha input {
  float: left;
  width: 150px;
}

#header .user__login .frm__capcha img {
  max-height: 26px;
  float: right;
}

#header .user__logged .logged__act {
  position: relative;
}

#header .user__logged .logged__act > li {
  float: left;
  position: static;
}

#header .user__logged .logged__act > li .hover__faceIn--wrap {
  width: 760px;
  right: 0;
  padding: 0 0 0 0;
}

#header .user__logged .logged__act > li .hover__faceIn--content {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  .highlight__row
  td {
  background-color: #333;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  .highlight__row
  td:first-child {
  background-color: #003d67;
  color: #f1e1b3;
}

#header .user__logged .logged__act > li .hover__faceIn--content .icon__withdraw,
#header .user__logged .logged__act > li .hover__faceIn--content .icon__cash {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

#header .user__logged .logged__act > li .hover__faceIn--content td {
  padding: 15px 15px 5px;
  background-color: #333;
  border-bottom: 1px solid #575757;
  color: #fff;
}

#header .user__logged .logged__act > li .hover__faceIn--content td a {
  color: #fff;
  display: inline-block;
  padding: 0 15px 0 0;
  margin-right: 10px;
  height: 15px;
  border-right: 1px solid #8e8071;
  margin-bottom: 10px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td
  a:last-child {
  margin-right: 0;
  border-right: none;
  padding: 0;
}

#header .user__logged .logged__act > li .hover__faceIn--content td a:hover {
  color: #f49e1d;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td
  a:hover
  .icon__cash {
  background-position: -96px -54px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td
  a:hover
  .icon__withdraw {
  background-position: -118px -54px;
}

#header .user__logged .logged__act > li .hover__faceIn--content td:first-child {
  background-color: #003d67;
  color: #f1e1b3;
  border-bottom-color: #2fb09f;
  font-size: 16px;
  padding: 15px 15px 15px 45px;
  position: relative;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td:first-child
  span {
  position: absolute;
  top: 0;
  left: 15px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td:first-child
  .icon-person {
  font-size: 22px;
  top: 13px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td:first-child
  .icon-group {
  font-size: 19px;
  top: 13px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td:first-child
  .icon-history {
  font-size: 20px;
  top: 14px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td:first-child
  .icon-notifications {
  font-size: 23px;
  top: 12px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td:first-child
  .icon-pie-chart {
  font-size: 20px;
  top: 13px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td:first-child
  .icon-visibility {
  font-size: 20px;
  top: 15px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td
  .icon-recharge {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td
  .icon-withdrawal {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 8px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td
  .icon-person_add {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

#header
  .user__logged
  .logged__act
  > li
  .hover__faceIn--content
  td
  .icon-creditcard {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

#header .user__logged .logged__act > li:hover > a {
  color: #36ae87;
}

#header .user__logged .logged__act > li:hover .icon__user {
  background-position: -95px -24px;
}

#header .user__logged .logged__act > li:hover .icon__cash {
  background-position: -33px -162px;
}

#header .user__logged .logged__act > li:hover .icon__eye {
  background-position: -74px -25px;
}

#header .user__logged .logged__act > li:hover .icon__eyeclose {
  background-position: -122px -40px;
}

#header .user__logged .logged__act > li:hover .icon__logout {
  background-position: -53px -24px;
}

#header .user__logged .logged__act > li:hover .icon__withdraw {
  background-position: -77px -156px;
}

#header
  .user__logged
  .logged__act
  > li:hover
  .hover__faceIn--content
  .icon__cash {
  background-position: -33px -140px;
}

#header
  .user__logged
  .logged__act
  > li:hover
  .hover__faceIn--content
  .icon__withdraw {
  background-position: -55px -156px;
}

#header .user__logged .logged__act > li .cash__real,
#header .user__logged .logged__act > li > a {
  color: #fff;
  padding: 0 0;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
}

#header
  .user__logged
  .logged__act
  > li
  .cash__real.transfer__money
  .icon-transfer-money,
#header
  .user__logged
  .logged__act
  > li
  > a.transfer__money
  .icon-transfer-money {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 3px;
  position: relative;
  top: -2px;
}

#header .user__logged .logged__act > li .username {
  margin-left: 20px;
}

#header .user__logged .logged__act > li .username .line {
  padding-right: 30px;
  padding-left: 25px;
}

#header .user__logged .logged__act > li .username .icon-keyboard_arrow_down {
  position: absolute;
  top: 0;
  right: 8px;
}

#header .user__logged .logged__act > li .line {
  display: block;
  padding: 0 15px 0;
  width: 100%;
  border-right: 1px solid dimgray;
  position: relative;
  height: 16px;
}

#header .user__logged .logged__act > li .line .avatar {
  position: absolute;
  top: -5px;
  left: -10px;
  width: 26px;
  height: 26px;
  max-height: inherit;
  max-width: inherit;
}

#header .user__logged .logged__act > li .line .icon-envelope {
  font-size: 17px;
}

#header .user__logged .logged__act > li .line .icon__withdraw,
#header .user__logged .logged__act > li .line .icon__cash {
  position: relative;
  top: -2px;
  margin-right: 3px;
}

#header .user__logged .logged__act > li .line .alert__tip {
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: 9px;
  background-color: #d90500;
  padding: 1px 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.18, 0.85, 0.86, 1.4);
  -moz-transition: all 0.2s cubic-bezier(0.18, 0.85, 0.86, 1.4);
  -o-transition: all 0.2s cubic-bezier(0.18, 0.85, 0.86, 1.4);
  -ms-transition: all 0.2s cubic-bezier(0.18, 0.85, 0.86, 1.4);
  transition: all 0.2s cubic-bezier(0.18, 0.85, 0.86, 1.4);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#header .user__logged .logged__act > li .alert__tip--show .line .alert__tip {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#header .user__logged .logged__act > li:last-child .line {
  border-right: none;
  padding-right: 0;
}

#header .user__logged .logged__act > li .refresh__cash {
  color: #e96b45;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
  max-width: 200px;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
}

#header .user__logged .logged__act > li .loading__mini {
  position: absolute;
  top: 1px;
  left: 2px;
  opacity: 0;
}

#header .user__logged .logged__act > li .reloadMoney .refresh__cash {
  opacity: 0.6;
}

#header .user__logged .logged__act > li .reloadMoney .loading__mini {
  opacity: 1;
}

#header
  .user__logged
  .logged__act
  > li
  .reloadMoney.showHideMoney
  .loading__mini {
  opacity: 0;
}

#header .user__logged .logged__act > li .showHideMoney .refresh__cash {
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

#header .user__logged .logged__act > li .showHideMoney .icon-see-balance {
  width: 18px;
  height: 9px;
  background-position: -122px -28px;
}

#header
  .user__logged
  .logged__act
  > li
  .showHideMoney
  .toggle__cash:hover
  .icon-see-balance {
  background-position: -122px -40px;
}

#header .user__logged .logged__act > li .toggle__cash {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: -4px;
}

#header .user__logged .logged__act > li .toggle__cash .icon-see-balance {
  position: relative;
  top: -1px;
}

#header .user__logged .logged__act > li .toggle__cash:hover .icon-see-balance {
  background-position: -75px -140px;
}

#header .user__logged .logged__act > li .feedbackLink .icon-feedback {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

#header .slect__lang {
  float: right;
}

#header .slect__lang > a {
  display: block;
  padding: 0 15px;
  border-right: 1px solid #164334;
  height: 45px;
  line-height: 45px;
  color: #2e6352;
}

#header .slect__lang > a:hover {
  color: #36ae87;
}

#menu {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#menu .nav__result {
  background-color: #01a28d;
}

#menu .nav__result li {
  float: left;
}

#menu .nav__result li.home__link a {
  font-size: 20px;
  padding: 0 12px;
}

#menu .nav__result li.home__link a .fa-home {
  position: relative;
  top: 1px;
}

#menu .nav__result li a {
  color: #fff;
  padding: 0 12px;
  height: 40px;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
}

#menu .nav__result li a.dropdown__slected {
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#menu .nav__result li a:hover {
  color: #f1e1b3;
  background-color: #032724;
}

#menu .nav__result li a.active {
  color: #f1e1b3;
  font-weight: 500;
  background-color: #032724;
}

#menu .nav__result li.btnTryPlay {
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

#menu .nav__result li.btnTryPlay a {
  height: 27px;
  color: #3e3c3c;
  padding: 0 15px 0 10px;
  line-height: 25px;
  display: block;
  font-size: 13px;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 0;
  font-weight: 500;
  border: 1px solid #f1e7e7;
  -webkit-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.39);
  -moz-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.39);
  -o-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.39);
  -ms-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.39);
  box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.39);
}

#menu .nav__result li.btnTryPlay a:hover {
  background-color: #ece7ec;
}

#menu .nav__result li.btnTryPlay a .icon-refresh {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

#menu .nav__result .hover__faceIn:hover > a {
  background-color: #052724;
}

#menu .nav__result .hover__faceIn .hover__faceIn--wrap {
  width: 950px;
  left: 0;
  margin: 0;
  z-index: 10;
  padding-top: 12px;
}

#menu .nav__result .hover__faceIn.sub__gameAll .hover__faceIn--wrap {
  right: inherit;
  left: 0;
  padding: 12px 0 0 0;
  width: 460px;
}

#menu
  .nav__result
  .hover__faceIn.sub__gameAll
  .hover__faceIn--wrap
  .hover__faceIn--content {
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 2px solid #f49e1d;
  padding: 0;
}

#menu .nav__result .hover__faceIn.sub__gameAll .hover__faceIn--wrap li {
  display: flex;
  display: -ms-flex;
  border-bottom: 1px solid #848484;
}

#menu .nav__result .hover__faceIn.sub__gameAll .hover__faceIn--wrap li a {
  display: flex;
  display: -ms-flex;
  align-items: center;
  padding: 5px 0 5px 15px;
}

#menu
  .nav__result
  .hover__faceIn.sub__gameAll
  .hover__faceIn--wrap
  li
  a
  .logo-game {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

#menu
  .nav__result
  .hover__faceIn.sub__gameAll
  .hover__faceIn--wrap
  li.taixiuLogo
  .logo-game {
  background-image: url("../images/logoTX.png?2");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#menu
  .nav__result
  .hover__faceIn.sub__gameAll
  .hover__faceIn--wrap
  li.logoXocDia
  .logo-game {
  background-image: url("../images/logoXD.png?2");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#menu
  .nav__result
  .hover__faceIn.sub__gameAll
  .hover__faceIn--wrap
  li.logoBauCua
  .logo-game {
  background-image: url("../images/logoBC.png?2");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#menu
  .nav__result
  .hover__faceIn.sub__gameAll
  .hover__faceIn--wrap
  li.logoOanTuTi
  .logo-game {
  background-image: url("../images/logoOanTuTi.png?2");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#menu .nav__result .hover__faceIn.xsmt .hover__faceIn--wrap {
  width: 750px;
}

#menu .nav__result .hover__faceIn.xsmt .hover__faceIn--wrap a {
  width: 33.333%;
}

#menu .nav__result .hover__faceIn .hover__faceIn--content {
  font-family: Arial, Helvetica, sans-serif;
  background-color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

#menu .nav__result .hover__faceIn .hover__faceIn--content:before {
  border-color: transparent transparent #333;
  border-style: solid;
  border-width: 0 20px 8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 10%;
  top: -8px;
  width: 0;
}

#menu .nav__result .hover__faceIn .hover__faceIn--content .tbl {
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

#menu .nav__result .hover__faceIn .hover__faceIn--content a {
  color: #f0f0f0;
  padding: 15px 0 5px 15px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  width: 25%;
  float: left;
  display: block;
  text-align: left;
  height: auto;
  line-height: 1;
}

#menu .nav__result .hover__faceIn .hover__faceIn--content a:hover {
  color: #f49e1d;
  background-color: inherit;
}

#menu
  .nav__result
  .hover__faceIn
  .hover__faceIn--content
  .tbl__row:hover
  .tbl__col {
  background-color: inherit;
}

#menu
  .nav__result
  .hover__faceIn
  .hover__faceIn--content
  .tbl__row:hover
  .tbl__col:first-child {
  background-color: #003d67;
  color: #f1e1b3;
}

#menu .nav__result .hover__faceIn .hover__faceIn--content .tbl__col {
  border-bottom: 1px solid #575757;
  text-align: left;
}

#menu
  .nav__result
  .hover__faceIn
  .hover__faceIn--content
  .tbl__col:first-child {
  text-align: center;
  background-color: #003d67;
  color: #f1e1b3;
  border-bottom-color: #2fb09f;
  width: 60px;
  font-size: 15px;
}

#menu .nav__result .xs__fast .hover__faceIn--wrap {
  width: 200px;
}

#menu .nav__result .xs__fast .hover__faceIn--wrap li {
  float: none;
}

#menu .nav__result .xs__fast .hover__faceIn--content {
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#menu .nav__result .xs__fast .hover__faceIn--content a {
  float: none;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  text-align: center;
}

#menu .nav__result .promoMenu .hover__faceIn--wrap {
  left: inherit;
  right: 0;
  width: 300px;
}

#menu .nav__result .promoMenu .hover__faceIn--wrap li {
  float: none;
}

#menu .nav__result .promoMenu .hover__faceIn--content {
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#menu .nav__result .promoMenu .hover__faceIn--content:before {
  left: inherit;
  right: 30px;
}

#menu .nav__result .promoMenu .hover__faceIn--content a {
  float: none;
  width: 100%;
  padding: 15px 10px;
  margin: 0;
  text-align: center;
}

button,
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
}

button:active,
.btn:active {
  outline: none !important;
}

button:focus,
.btn:focus {
  outline: none;
}

button:hover,
.btn:hover {
  outline: none;
}

.btn__disable {
  cursor: not-allowed;
  opacity: 0.7;
}

.bg__full {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}

.dropdown__emu {
  position: relative;
}

.dropdown__emu:hover .dropdown__inner {
  visibility: visible;
  opacity: 1;
}

.dropdown__emu .dropdown__slected {
  display: inline-block;
}

.dropdown__emu .dropdown__inner {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s, visibility 0.2s ease-in-out;
  transition: opacity 0.2s, visibility 0.2s ease-in-out;
  z-index: 100;
  padding-top: 10px;
}

.dropdown__emu .dropdown__inner .dropdown__content,
.dropdown__emu .dropdown__inner ul {
  padding: 5px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.dropdown__emu .dropdown__inner .dropdown__content:before,
.dropdown__emu .dropdown__inner ul:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 6px 5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 50%;
  top: -4px;
  width: 0;
  margin-left: -6px;
}

.dropdown__emu .dropdown__inner .dropdown__content li,
.dropdown__emu .dropdown__inner ul li {
  width: 100%;
}

.dropdown__emu .dropdown__inner .dropdown__content a,
.dropdown__emu .dropdown__inner ul a {
  display: block;
  padding: 7px 12px;
  font-size: 13px;
}

.dropdown__emu .dropdown__inner .dropdown__content a:hover,
.dropdown__emu .dropdown__inner ul a:hover {
  background-color: #003d67;
  color: #fff;
}

.btn__login {
  height: 26px;
  padding: 0 10px;
  background-color: #00883d;
  color: #fff;
  border: none;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn__login:hover {
  color: #fff;
  border: none;
  background-color: #007233;
}

.btn__login:focus {
  color: #fff;
}

.result__top {
  margin-bottom: 50px;
  background-size: cover;
}

.result__top .tbl__row:hover .tbl__result {
  background-color: #05533a;
}

.result__top .tbl__row:hover .tbl__time {
  background-color: #003826;
}

.result__top .tbl__result {
  background-color: #05533a;
  width: 75%;
  padding: 12px 5px 12px 12px;
}

.result__top .tbl__result.full {
  width: 100%;
}

.result__top .tbl__result--inner {
  border: 1px solid #3b7865;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 1px 0 1px 1px;
}

.result__top .tbl__result--inner .result__title {
  background-image: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0%, #fefefe),
    color-stop(100%, #d7d7d7)
  );
  background-image: -webkit-linear-gradient(bottom, #fefefe, #d7d7d7);
  background-image: -moz-linear-gradient(bottom, #fefefe, #d7d7d7);
  background-image: -o-linear-gradient(bottom, #fefefe, #d7d7d7);
  background-image: -ms-linear-gradient(bottom, #fefefe, #d7d7d7);
  background-image: linear-gradient(bottom, #fefefe, #d7d7d7);
}

.result__top .tbl__result--inner .result__title td {
  padding: 7px;
  color: #333;
}

.result__top .result__dai {
  width: 53%;
}

.result__top .result__dai table {
  background-color: #04573e;
}

.result__top .result__dai tr:nth-child(2n + 1) {
  background-color: #003826;
}

.result__top .result__dai td {
  color: #fff;
  text-align: center;
  padding: 5px;
}

.result__top .result__dai td:first-child {
  text-align: left;
  border-right: 1px solid #003826;
}

.result__top .result__dai .result__special td {
  color: red;
}

.result__top .result__dai .result__special td:first-child {
  color: #fff;
}

.result__top .result__dauduoi {
  width: 19%;
}

.result__top .result__dauduoi .result__title td:first-child {
  border-right: 1px solid #b3b8b3;
}

.result__top .result__dauduoi .result__title:hover td {
  background-color: initial;
}

.result__top .result__dauduoi tr {
  background-color: #3b200b;
}

.result__top .result__dauduoi tr:nth-child(2n + 1) {
  background-color: #513114;
}

.result__top .result__dauduoi tr:last-child td {
  padding: 4px 0;
}

.result__top .result__dauduoi tr:hover td {
  background-color: #8e8071;
}

.result__top .result__dauduoi tr:nth-child(8) td {
  padding: 5px 0;
}

.result__top .result__dauduoi tr:nth-child(9) td {
  padding: 4px 0;
}

.result__top .result__dauduoi tr:nth-child(10) td {
  padding: 4px 0;
}

.result__top .result__dauduoi td {
  text-align: center;
  color: #e7dbc3;
  padding: 3px 0;
  cursor: pointer;
}

.result__top .result__dauduoi td:first-child {
  border-right: 1px solid rgba(179, 184, 179, 0.19);
  width: 40%;
}

.result__top .result__date {
  width: 28%;
  border-left: 1px solid #107355;
  border-top: 2px solid #f8b460;
}

.result__top .result__date .emu__scroll {
  height: 100px;
  visibility: hidden;
}

.result__top .result__date li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #0f7254;
  padding: 7px 0;
  text-align: center;
  color: #83dbc0;
  font-size: 13px;
  background-image: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0%, #044733),
    color-stop(100%, #04553d)
  );
  background-image: -webkit-linear-gradient(bottom, #044733, #04553d);
  background-image: -moz-linear-gradient(bottom, #044733, #04553d);
  background-image: -o-linear-gradient(bottom, #044733, #04553d);
  background-image: -ms-linear-gradient(bottom, #044733, #04553d);
  background-image: linear-gradient(bottom, #044733, #04553d);
}

.result__top .result__date li a .icon-check {
  display: none;
  position: absolute;
  top: 50%;
  right: 4%;
  margin-top: -6px;
}

.result__top .result__date li a.active,
.result__top .result__date li a:hover {
  color: #f5cc5d;
  background: #16a379;
  background: -moz-linear-gradient(top, #16a379 0%, #044733 50%, #16a379 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #16a379),
    color-stop(50%, #044733),
    color-stop(100%, #16a379)
  );
  background: -webkit-linear-gradient(
    top,
    #16a379 0%,
    #044733 50%,
    #16a379 100%
  );
  background: -o-linear-gradient(top, #16a379 0%, #044733 50%, #16a379 100%);
  background: -ms-linear-gradient(top, #16a379 0%, #044733 50%, #16a379 100%);
  background: linear-gradient(to bottom, #16a379 0%, #044733 50%, #16a379 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16a379", endColorstr="#16a379", GradientType=0);
}

.result__top .result__date li a.active .icon-check,
.result__top .result__date li a:hover .icon-check {
  display: inline-block;
}

.result__top .result__date li:last-child a {
  border-bottom: none;
}

.result__top .result__date .slimScrollRail {
  border-left: 1px solid #0f7254;
}

.result__top .tbl__time {
  background-color: #003826;
  padding: 17px 9px;
}

.result__top .tbl__time .tbl__time--inner {
  padding: 1px;
  background-color: #148361;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.result__top .tbl__time .time__title {
  background-color: #033d38;
  border-bottom: 2px solid #000;
  padding: 9px 10px 8px;
  color: #fff;
  font-size: 17px;
}

.result__top .tbl__time .time__title .icon__user--1 {
  vertical-align: middle;
  margin-right: 10px;
}

.result__top .tbl__time .time__title .num__money {
  color: #fff79a;
  font-size: 18px;
}

.result__top .tbl__time .time__inner {
  padding: 10px 10px 4px;
}

.result__top .tbl__time .time__inner .time__location {
  text-align: center;
  color: #e0e0e0;
  font-size: 14px;
  margin-bottom: 4px;
}

.result__top .tbl__time .time__inner .time__count {
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 7px;
}

.result__top .tbl__time .time__inner .bout__txt {
  text-align: center;
  color: #fff79a;
  font-size: 13px;
  margin-bottom: 12px;
}

.result__top .tbl__time .time__inner .bout__txt span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-left: 3px;
}

.result__top .tbl__time .time__inner .btn__act--money,
.result__top .tbl__time .time__inner .btn__act--play {
  display: inline-block;
  border: none;
  background-color: #045750;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 47%;
  padding: 11px 5px;
  margin-bottom: 7px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.result__top .tbl__time .time__inner .btn__act--money:hover,
.result__top .tbl__time .time__inner .btn__act--play:hover {
  background-color: #056159;
}

.result__top .tbl__time .time__inner .btn__act--money:active,
.result__top .tbl__time .time__inner .btn__act--play:active {
  background-color: #034842;
}

.result__top .tbl__time .time__inner .btn__act--play {
  background-color: #fff;
  color: #333;
}

.result__top .tbl__time .time__inner .btn__act--play:hover {
  background-color: #f3f3f3;
}

.result__top .tbl__time .time__inner .btn__act--play:active {
  background-color: #e6e6e6;
}

.place__bet {
  padding-bottom: 50px;
}

.place__bet--lottery {
  background-color: #f4f4f4;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.place__bet--inner .top__sub {
  padding: 25px 20px 20px;
}

.place__bet--inner .top__sub .sub__nav li {
  float: left;
  margin-right: 20px;
}

.place__bet--inner .top__sub .sub__nav li a {
  color: #282c35;
  font-size: 15px;
  line-height: 1;
  display: block;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  -o-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  -ms-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  min-width: 90px;
  text-align: center;
  font-weight: 500;
}

.place__bet--inner .top__sub .sub__nav li a:hover,
.place__bet--inner .top__sub .sub__nav li a.active {
  background-color: #005851;
  color: #fff;
}

.place__bet--inner .top__sub .tab__options {
  border: 1px solid #979797;
}

.place__bet--inner .top__sub .tab__options li {
  float: left;
}

.place__bet--inner .top__sub .tab__options li a {
  display: block;
  padding: 6px 30px 5px;
  border-right: 1px solid #979797;
  line-height: 1;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #d5d5d5 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fefefe),
    color-stop(100%, #d5d5d5)
  );
  background: -webkit-linear-gradient(top, #fefefe 0%, #d5d5d5 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #d5d5d5 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #d5d5d5 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #d5d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefefe", endColorstr="#d5d5d5", GradientType=0);
  color: #045750;
  font-size: 13px;
}

.place__bet--inner .top__sub .tab__options li a.active,
.place__bet--inner .top__sub .tab__options li a:hover {
  -webkit-box-shadow: inset 0 0 4px rgba(51, 51, 51, 0.53);
  -moz-box-shadow: inset 0 0 4px rgba(51, 51, 51, 0.53);
  -o-box-shadow: inset 0 0 4px rgba(51, 51, 51, 0.53);
  -ms-box-shadow: inset 0 0 4px rgba(51, 51, 51, 0.53);
  box-shadow: inset 0 0 4px rgba(51, 51, 51, 0.53);
  background: #d5d5d5;
  background: -moz-linear-gradient(top, #d5d5d5 0%, #f7f7f7 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #d5d5d5),
    color-stop(100%, #f7f7f7)
  );
  background: -webkit-linear-gradient(top, #d5d5d5 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #d5d5d5 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #d5d5d5 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #d5d5d5 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d5d5", endColorstr="#f7f7f7", GradientType=0);
}

.place__bet--inner .top__sub .tab__options li:last-child a {
  border-right: none;
}

.place__bet--inner .place__bet--exam {
  position: relative;
  padding: 0 20px 0 50px;
  margin-bottom: 15px;
}

.place__bet--inner .place__bet--exam .fa-question-circle {
  position: absolute;
  top: 50%;
  left: 22px;
  color: #137a5a;
  font-size: 20px;
  margin-top: -10px;
}

.place__bet--inner .place__bet--exam .inner {
  border: 1px solid #bababa;
  padding: 10px 15px;
  line-height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}

.place__bet--inner .place__bet--exam .inner span {
  display: inline-block;
  margin-right: 5px;
  text-decoration: underline;
}

.place__bet--inner .place__bet--exam .icon-help {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 20px;
  color: #137a5a;
  margin-top: -10px;
}

.place__bet--inner .num__bet {
  background-color: #e5e5e5;
  padding: 25px 20px;
  margin-bottom: 10px;
}

.place__bet .nav__bet {
  background: #003d67;
  background: -moz-linear-gradient(top, #003d67 0%, #106d54 50%, #0a4c44 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #003d67),
    color-stop(50%, #106d54),
    color-stop(100%, #0a4c44)
  );
  background: -webkit-linear-gradient(
    top,
    #003d67 0%,
    #106d54 50%,
    #0a4c44 100%
  );
  background: -o-linear-gradient(top, #003d67 0%, #106d54 50%, #0a4c44 100%);
  background: -ms-linear-gradient(top, #003d67 0%, #106d54 50%, #0a4c44 100%);
  background: linear-gradient(to bottom, #003d67 0%, #106d54 50%, #0a4c44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003D67", endColorstr="#0a4c44", GradientType=0);
  margin-top: -50px;
}

.place__bet .nav__bet li {
  float: left;
  border-width: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(
      linear,
      0 100%,
      0 0,
      from(#003d67),
      to(rgba(0, 0, 0, 0))
    )
    1 100%;
  -webkit-border-image: -webkit-linear-gradient(
      bottom,
      #003d67,
      rgba(0, 0, 0, 0)
    )
    1 100%;
  -moz-border-image: -moz-linear-gradient(bottom, #003d67, rgba(0, 0, 0, 0)) 1
    100%;
  -o-border-image: -o-linear-gradient(bottom, #003d67, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to top, #003d67, rgba(0, 0, 0, 0)) 1 100%;
  margin-left: -1px;
  border-bottom: none;
  position: relative;
}

.place__bet .nav__bet li.hotnewIcon:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 2px;
  background: url("../images/new.gif") no-repeat top left;
  background-size: contain;
  width: 30px;
  height: 14px;
}

.place__bet .nav__bet li a {
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  color: #fff;
  font-size: 15px;
  -webkit-text-shadow: 0 0 1px #333;
  -moz-text-shadow: 0 0 1px #333;
  -o-text-shadow: 0 0 1px #333;
  -ms-text-shadow: 0 0 1px #333;
  text-shadow: 0 0 1px #333;
  position: relative;
}

.place__bet .nav__bet li a:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -7px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 49px solid #073932;
  display: none;
}

.place__bet .nav__bet li a:hover {
  background-color: #f4f4f4;
  color: #333;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}

.place__bet .nav__bet li.active a {
  background-color: #f4f4f4;
  color: #333;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}

.place__bet .nav__bet li.active a:before {
  display: block;
}

.place__bet .ratio__odds {
  padding: 0 20px 15px;
  margin-bottom: 20px;
}

.place__bet .ratio__odds .ratio__num .slect__box {
  display: inline-block;
  position: relative;
  background-color: #045750;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  vertical-align: middle;
}

.place__bet .ratio__odds .ratio__num .slect__box select {
  padding: 0 10px;
  height: 32px;
  text-align: center;
  color: #fff;
  width: 115px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: transparent;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.place__bet .ratio__odds .ratio__num .slect__box select option {
  color: #333;
}

.place__bet .ratio__odds .ratio__num .slect__box select:active {
  outline: none !important;
}

.place__bet .ratio__odds .ratio__num .slect__box select:focus {
  outline: none !important;
}

.place__bet .ratio__odds .ratio__num .slect__box .icon-keyboard_arrow_down {
  color: #fff;
}

.place__bet .ratio__odds .btn__add--ticket {
  border: none;
  background-color: #052724;
  font-size: 20px;
  font-weight: 500;
  padding: 0 15px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 39px;
}

.place__bet .ratio__odds .btn__add--ticket:hover {
  background-color: #063834;
}

.place__bet .ratio__odds .btn__add--ticket:active {
  background-color: #031f1d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.place__bet .ratio__odds .panel__tbl--top {
  background-color: #052724;
  height: 45px;
  line-height: 45px;
  padding-right: 20px;
}

.place__bet .ratio__odds .panel__tbl--top .panel__title {
  height: 45px;
  background-color: #e5e5e5;
  font-size: 16px;
  padding: 0 15px;
}

.place__bet .ratio__odds .panel__tbl--top .panel__options a {
  display: inline-block;
  margin-left: 30px;
  font-size: 13px;
  color: #fff;
}

.place__bet .ratio__odds .panel__tbl--top .panel__options a:hover {
  opacity: 0.7;
}

.place__bet .ratio__odds .panel__tbl--top .panel__options a i {
  margin-right: 7px;
}

.place__bet .ratio__odds .panel__tbl .tbl__pet--detail {
  margin-bottom: 15px;
}

.place__bet
  .ratio__odds
  .panel__tbl
  .tbl__pet--detail
  .tbl__header
  .fa-trash-o {
  color: #9c8833;
}

.place__bet .ratio__odds .panel__tbl .tbl__pet--detail .grid__tbl .remove__row {
  color: #ea5532;
}

.place__bet
  .ratio__odds
  .panel__tbl
  .tbl__pet--detail
  .grid__tbl
  .remove__row:hover {
  opacity: 0.7;
}

.place__bet .ratio__odds .panel__tbl .money__nhay {
  color: #a71818;
}

.place__bet .ratio__odds .panel__tbl .panel__tbl--bottom .submit--odd a {
  display: block;
  background-color: #052724;
  padding: 5px 15px 4px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.place__bet
  .ratio__odds
  .panel__tbl
  .panel__tbl--bottom
  .submit--odd
  a
  .txt__left {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 700;
  padding: 5px 0;
}

.place__bet
  .ratio__odds
  .panel__tbl
  .panel__tbl--bottom
  .submit--odd
  a
  .time__recent {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 19px;
  border-left: 1px solid #33d0c3;
  margin-left: 7px;
  padding-left: 10px;
}

.place__bet .ratio__odds .panel__tbl .panel__tbl--bottom .submit--odd a:hover {
  background-color: #063834;
}

.place__bet .ratio__odds .panel__tbl .panel__tbl--bottom .submit--odd a:active {
  background-color: #031f1d;
}

.place__bet .ratio__odds #buy__continuously {
  margin-bottom: 0;
}

.place__bet .ratio__odds #buy__continuously select {
  width: 80px;
  height: 32px;
  border: none;
  color: #fff;
  cursor: pointer;
}

.place__bet .ratio__odds #buy__continuously select option {
  color: #333;
}

.place__bet .ratio__odds #buy__continuously .slect__box {
  background-color: #045750;
  color: #fff;
}

.place__bet .bet__history .history__tab li {
  float: left;
}

.place__bet .bet__history .history__tab a {
  display: block;
  background-color: #f9f9f9;
  padding: 14px 30px 10px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-weight: 500;
}

.place__bet .bet__history .history__tab a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 17px;
  position: relative;
  top: -1px;
}

.place__bet .bet__history .history__tab a:hover {
  color: #896345;
}

.place__bet .bet__history .history__detail {
  background-color: #f9f9f9;
  padding: 10px;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  -o-border-radius: 0 3px 3px 3px;
  -ms-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}

.hover__slideupdown {
  display: inline-block;
}

.hover__slideupdown .wrap__slideupdown {
  overflow: hidden;
  line-height: 1;
  display: inline-block;
}

.hover__slideupdown .wrap__slideupdown .icon__slideupdown {
  display: block;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  height: 100%;
}

.hover__slideupdown .wrap__slideupdown .icon__slideupdown .icon__default {
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.hover__slideupdown .wrap__slideupdown .icon__slideupdown .icon__hover {
  position: absolute !important;
  top: -100% !important;
  left: 0 !important;
  right: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hover__slideupdown:hover .icon__slideupdown {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.bottom__right--page {
  position: fixed;
  bottom: 22%;
  right: 15px;
  z-index: 100;
  border: 1px solid #087f71;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #09373b;
  background: -moz-linear-gradient(left, #09373b 0%, #052629 50%, #001618 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #09373b),
    color-stop(50%, #052629),
    color-stop(100%, #001618)
  );
  background: -webkit-linear-gradient(
    left,
    #09373b 0%,
    #052629 50%,
    #001618 100%
  );
  background: -o-linear-gradient(left, #09373b 0%, #052629 50%, #001618 100%);
  background: -ms-linear-gradient(left, #09373b 0%, #052629 50%, #001618 100%);
  background: linear-gradient(to right, #09373b 0%, #052629 50%, #001618 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09373b", endColorstr="#001618", GradientType=1);
}

.bottom__right--page a {
  display: block;
  position: relative;
}

.bottom__right--page a:first-child .wrap__icon {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.bottom__right--page a:last-child {
  border-bottom: none;
}

.bottom__right--page a:last-child:before {
  display: none;
}

.bottom__right--page a:last-child .wrap__icon {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.bottom__right--page a.speedtestweb .tip__content {
  color: #8d2b2b;
  font-weight: 500;
  font-size: 15px;
}

.bottom__right--page a.speedtestweb .wrap__icon {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.bottom__right--page a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #09393d;
  background: -moz-linear-gradient(left, #09393d 0%, #054844 50%, #001c1e 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #09393d),
    color-stop(50%, #054844),
    color-stop(100%, #001c1e)
  );
  background: -webkit-linear-gradient(
    left,
    #09393d 0%,
    #054844 50%,
    #001c1e 100%
  );
  background: -o-linear-gradient(left, #09393d 0%, #054844 50%, #001c1e 100%);
  background: -ms-linear-gradient(left, #09393d 0%, #054844 50%, #001c1e 100%);
  background: linear-gradient(to right, #09393d 0%, #054844 50%, #001c1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#09393d", endColorstr="#001c1e", GradientType=1);
}

.bottom__right--page.showScrollTop a.speedtestweb .wrap__icon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.bottom__right--page .wrap__icon {
  cursor: pointer;
  width: 56px;
  height: 54px;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}

.bottom__right--page .wrap__icon:hover {
  background-color: #efa204;
}

.bottom__right--page .wrap__icon:hover .icon__qr {
  background-position: -65px -107px;
}

.bottom__right--page .wrap__icon:hover .icon__chat {
  background-position: -57px -28px;
}

.bottom__right--page .wrap__icon:hover .icon__download {
  background-position: -65px -60px;
}

.bottom__right--page .wrap__icon:hover .icon__top {
  background-position: -63px -91px;
}

.bottom__right--page .wrap__icon:hover .icon__letter-2 {
  background-position: -113px -2px;
}

.bottom__right--page .wrap__icon:hover .icon__speedtest {
  background-position: -96px -77px;
}

.bottom__right--page .wrap__icon:hover .icon__zalo {
  background-position: -99px -162px;
}

.bottom__right--page .back__top .wrap__icon {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -54px;
}

.bottom__right--page .back__top.active .wrap__icon {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}

.bottom__right--page .wrap__tip {
  position: absolute;
  bottom: 10px;
  right: 100%;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  z-index: 5;
}

.bottom__right--page .wrap__tip .tip__content {
  background-color: #fff;
  padding: 5px;
  white-space: nowrap;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.bottom__right--page .wrap__tip .tip__content:before,
.bottom__right--page .wrap__tip .tip__content:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.bottom__right--page .wrap__tip .tip__content:before {
  border-color: rgba(196, 196, 196, 0);
  border-left-color: #c4c4c4;
  border-width: 8px;
  margin-top: -8px;
}

.bottom__right--page .wrap__tip .tip__content:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}

.bottom__right--page .wrap__tip .tip__img {
  position: relative;
  bottom: -7px;
  text-align: center;
}

.bottom__right--page .live__scan--link .wrap__tip {
  bottom: -27px;
  width: 200px;
}

.bottom__right--page .qr__zalo .wrap__tip {
  bottom: inherit;
  top: -40px;
  width: 135px;
}

.bottom__right--page .live__chat--link .wrap__tip {
  bottom: -2px;
}

.bottom__right--page .speed .wrap__tip {
  top: 10px;
}

.bottom__right--page .scan__appqr .wrap__tip {
  bottom: inherit;
  top: -40px;
}

.bottom__right--page .scan__appqr .tip__content > div {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

.bottom__right--page .hoverSlider .wrap__icon:hover + .wrap__tip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.bottom__right--page .hoverSlider.showHover #close__chat {
  display: block;
}

.bottom__right--page .hoverSlider.showHover .wrap__tip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#loading__emu .loading__emu--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loading__emu .dot {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms;
}

#loading__emu .dot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
  animation: fx 1000ms ease infinite 300ms;
}

#loading__emu .dot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
  animation: fx 1000ms ease infinite 600ms;
}

.homepage {
  position: relative;
  overflow: hidden;
  background-position: center -140px;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #003d67;
}

.homepage .homepage__slide {
  width: 100%;
  height: 560px;
}

.homepage .homepage__slide > .container {
  height: 100%;
}

.homepage .homepage__slide .homepage__slide--inner {
  position: relative;
  height: 100%;
}

.homepage .homepage__slide .homepage__slide--inner .sologan__block {
  position: absolute;
  top: 12%;
  left: 58%;
  width: 40%;
  z-index: 20;
}

.homepage .homepage__slide .swiper-slide {
  opacity: 0 !important;
}

.homepage .homepage__slide .swiper-slide .wrap__img:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -0.35rem;
}

.homepage .homepage__slide .swiper-slide .wrap__img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

.homepage .homepage__slide .swiper-slide.slide__dktk60k .wrap__img {
  height: 95%;
  left: -2%;
  bottom: 4%;
}

.homepage .homepage__slide .swiper-slide.slide__morebool .wrap__img {
  height: 100%;
  left: 5%;
}

.homepage .homepage__slide .swiper-slide.slide__sport1 .wrap__img {
  height: 100%;
  bottom: 0;
  left: -7%;
}

.homepage .homepage__slide .swiper-slide.slide__daily .wrap__img {
  height: 100%;
  bottom: 0;
  left: 0;
}

.homepage .homepage__slide .swiper-slide.baucua-slide .wrap__img {
  height: 80%;
  bottom: 10%;
  left: 3%;
}

.homepage .homepage__slide .swiper-slide-active {
  opacity: 1 !important;
}

.homepage .homepage__slide .swiper-pagination {
  width: auto;
  left: inherit;
  right: 150px;
  bottom: 25px;
}

.homepage .homepage__slide .swiper-pagination .swiper-pagination-bullet {
  background-color: #edc58a;
  width: 13px;
  height: 13px;
  opacity: 0.5;
  margin: 0 7px;
}

.homepage .homepage__slide .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.homepage .block__items {
  width: 100%;
  margin-bottom: 55px;
}

.homepage .block__items .block__items--inner {
  background-color: rgba(5, 33, 23, 0.87);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 12px;
}

.homepage .block__items .block__items--inner .row {
  margin: 0 -10px;
}

.homepage .block__items .block__items--inner .row > div {
  padding: 0 10px;
}

.homepage .block__items .block__items--inner .box {
  background-color: #05695d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 230px;
  padding: 15px;
  overflow: hidden;
  position: relative;
}

.homepage .block__items .block__items--inner .box .bg {
  position: absolute;
  z-index: 1;
}

.homepage .block__items .block__items--inner .box .box__inner {
  position: relative;
  z-index: 2;
  height: 100%;
}

.homepage .block__items .block__items--inner .box__1 .bg {
  width: 225px;
  height: 310px;
  background: url("../images/bg-1.png?2") no-repeat top right;
  right: -38px;
  bottom: -130px;
}

.homepage .block__items .block__items--inner .box__1 .bg__1 {
  width: 297px;
  height: 214px;
  background: url("../images/bg-3.png?2") no-repeat top left;
  right: -10px;
  bottom: -30px;
  z-index: 2;
  position: absolute;
}

.homepage .block__items .block__items--inner .box__2 .bg {
  background: url("../images/bg-app.png?2") no-repeat top left;
  width: 259px;
  height: 197px;
  top: 40px;
  left: 2%;
}

.homepage .block__items .block__items--inner .box__2 .box__inner {
  position: absolute;
  top: 33%;
  right: 5%;
  text-align: center;
  color: #fff;
  height: auto;
}

.homepage .block__items .block__items--inner .box__2 .box__inner p {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
}

.homepage .block__items .block__items--inner .box__2 .box__inner a {
  display: inline-block;
  vertical-align: middle;
}

.homepage .block__items .block__items--inner .box__2 .box__inner .down__app {
  margin-right: 2px;
}

.homepage
  .block__items
  .block__items--inner
  .box__2
  .box__inner
  .down__app:hover
  .icon__down--desktop {
  background-position: -1px -243px;
}

.homepage
  .block__items
  .block__items--inner
  .box__2
  .box__inner
  .down__appmobile {
  margin-left: 2px;
}

.homepage
  .block__items
  .block__items--inner
  .box__2
  .box__inner
  .down__appmobile:hover
  .icon__down--app {
  background-position: -56px -251px;
}

.homepage .block__items .block__items--inner .box__3 .bg {
  width: 257px;
  height: 231px;
  background: url("../images/bg-2.png?2") no-repeat bottom center;
  bottom: 0;
  left: 15px;
}

.homepage .block__items .block__items--inner .box__3 .items__box3 {
  position: absolute;
  top: 50%;
  left: 50%;
}

.homepage .block__items .block__items--inner .box__3 .items__box3 a {
  text-transform: uppercase;
  color: #74b9a6;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 2px;
}

.homepage .block__items .block__items--inner .box__3 .items__box3 a:hover {
  color: #fff;
}

.homepage .block__items .block__items--inner .game__suggest p {
  margin-bottom: 8px;
  color: #74b9a6;
}

.homepage .block__items .block__items--inner .game__suggest a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #74b9a6;
}

.homepage .block__items .block__items--inner .game__suggest a:hover {
  color: #fff;
}

.hover__faceIn {
  position: relative;
}

.hover__faceIn:hover .hover__faceIn--wrap {
  opacity: 1;
  visibility: visible;
}

.hover__faceIn .hover__faceIn--wrap {
  position: absolute;
  top: 100%;
  padding-top: 15px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.hover__faceIn .hover__faceIn--content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}

.dashboard {
  background-position: center 100px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  height: auto;
  min-height: calc(100vh - 101px);
}

.dashboard__wrapper {
  margin: 0 auto 0;
  padding: 15px 15px 100px;
  position: relative;
  z-index: 2;
}

.mw__1600 {
  max-width: 1600px;
  margin: 0 auto 0;
  padding-left: 15px;
  padding-right: 15px;
}

.dashboard__menu {
  float: left;
  width: 18%;
  overflow: hidden;
}

.dashboard__menu.boxed {
  background-color: #003d67;
  top: 0;
  margin-bottom: 0;
}

.dashboard__menu .panel-group {
  margin: 0;
}

.dashboard__menu .panel-group .panel__item {
  margin: 0;
  background-color: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.dashboard__menu .panel-group .panel__item:last-child .panel__title {
  border-bottom: none;
}

.dashboard__menu .panel-group .panel__item:last-child .panel-collapse {
  border-bottom: none;
}

.dashboard__menu .panel-group .panel__item .panel__title {
  display: block;
  padding: 20px 25px;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #1a957b;
  position: relative;
  padding-left: 55px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dashboard__menu .panel-group .panel__item .panel__title [class^="icon-"],
.dashboard__menu .panel-group .panel__item .panel__title [class*=" icon-"] {
  position: absolute;
  top: 50%;
}

.dashboard__menu .panel-group .panel__item .panel__title .icon-person {
  font-size: 30px;
  left: 13px;
  margin-top: -16px;
}

.dashboard__menu .panel-group .panel__item .panel__title .icon-group {
  font-size: 23px;
  left: 16px;
  margin-top: -14px;
}

.dashboard__menu .panel-group .panel__item .panel__title .icon-history {
  font-size: 24px;
  left: 14px;
  margin-top: -15px;
}

.dashboard__menu .panel-group .panel__item .panel__title .icon-notifications {
  font-size: 32px;
  left: 12px;
  margin-top: -16px;
}

.dashboard__menu .panel-group .panel__item .panel__title .icon-pie-chart {
  font-size: 24px;
  left: 18px;
  margin-top: -13px;
}

.dashboard__menu .panel-group .panel__item .panel__title .icon-recharge {
  font-size: 28px;
  left: 15px;
  margin-top: -14px;
}

.dashboard__menu .panel-group .panel__item .panel__title .icon-qa {
  font-size: 25px;
  left: 22px;
  margin-top: -14px;
}

.dashboard__menu .panel-group .panel__item .panel__title:hover {
  background-color: rgba(191, 191, 191, 0.12);
}

.dashboard__menu
  .panel-group
  .panel__item
  .panel__title
  .icon-keyboard_arrow_down {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -12px;
  font-size: 25px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: rotate();
}

.dashboard__menu .panel-group .panel__item .panel__title[aria-expanded="true"] {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #eee;
}

.dashboard__menu
  .panel-group
  .panel__item
  .panel__title[aria-expanded="true"]
  .icon-keyboard_arrow_down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dashboard__menu .panel-group .panel-collapse {
  border-bottom: 1px solid #1a957b;
}

.dashboard__menu .panel-group .panel-collapse .panel-body {
  background-color: #fff;
  padding: 0;
}

.dashboard__menu .panel-group .panel-collapse li a {
  display: block;
  padding: 20px 20px 20px 30px;
  border-bottom: 1px solid #eee;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard__menu .panel-group .panel-collapse li a .icon-navigate_next {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.dashboard__menu .panel-group .panel-collapse li a:hover {
  background-color: #fafafa;
  padding-left: 40px;
  color: #1a957b;
}

.dashboard__menu .panel-group .panel-collapse li a.active {
  background-color: #fafafa;
  color: #1a957b;
}

.dashboard__menu .panel-group .panel-collapse li a .number {
  position: absolute;
  top: 50%;
  right: 5%;
  border: 1px solid #f49e1d;
  color: #f49e1d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 6px;
  line-height: 1;
  font-size: 13px;
  margin-top: -11px;
  text-indent: 0;
}

/* Ẩn số lượng tin nhắn khi bằng 0 */
.dashboard__menu .panel-group .panel-collapse li a .number:empty,
.dashboard__menu .panel-group .panel-collapse li a .number[data-count="0"] {
  display: none;
}

.dashboard__mana {
  width: 82%;
  padding: 0 0 0 10px;
  float: left;
}

.dashboard__mana #user__infor {
  padding-left: 15px;
}

.dashboard__mana #user__infor .frm__item {
  margin-bottom: 30px;
}

.dashboard__mana #agent__regis {
  padding-left: 15px;
}

.dashboard__mana .tabs_framed > .inner > .boxed {
  min-height: 700px;
  margin-bottom: 0;
}

.tabs li {
  float: left;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: relative;
  margin-right: 5px;
  background: #003d67;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.tabs li:hover {
}

.tabs li.active {
  background: #fff;
  z-index: 10;
}

.tabs li.active a {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.tabs li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 0 22px;
  line-height: 48px;
  min-width: 110px;
  text-align: center;
}

.tab-content {
  overflow: visible;
  position: relative;
  z-index: 0;
  padding: 25px 15px 15px;
}

.tabs__sub .tabs__link ul {
  border-bottom: 1px solid #239e7e;
  padding-left: 10px;
}

.tabs__sub .tabs__link li {
  float: left;
  margin-bottom: -1px;
}

.tabs__sub .tabs__link li a {
  display: block;
  line-height: 1;
  padding: 15px;
  border: 1px solid #dedede;
  border-bottom: 1px solid transparent;
  margin-left: -1px;
  color: #666;
  font-size: 15px;
  position: relative;
  z-index: 1;
}

.tabs__sub .tabs__link li a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #239e7e;
  display: none;
}

.tabs__sub .tabs__link li a:hover {
  border-left-color: #239e7e;
  border-right-color: #239e7e;
  z-index: 2;
}

.tabs__sub .tabs__link li a:hover:before {
  display: block;
}

.tabs__sub .tabs__link li:first-child a {
  margin-left: 0;
}

.tabs__sub .tabs__link li.active a {
  border-left-color: #239e7e;
  border-right-color: #239e7e;
  border-bottom-color: #fff;
  z-index: 2;
}

.tabs__sub .tabs__link li.active a:before {
  display: block;
}

.tabs__sub .tab-content {
  top: 0;
  padding-left: 0;
  padding-right: 0;
}

.boxed {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

#footer {
  position: relative;
  z-index: 1;
}

#footer .bank__demo {
  border-bottom: 1px solid #022e31;
  height: 99px;
  padding-top: 50px;
  text-align: center;
  position: relative;
}

#footer .bank__demo .bg-gooter-bank {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 321px;
  background: url("../images/events/footer.png?2") no-repeat top center;
  z-index: 1;
  background-size: cover;
}

#footer .bank__demo img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 20px;
  max-width: 140px;
}

#footer .bank__demo .container {
  position: relative;
  z-index: 2;
}

#footer .footer__bottom {
  border-top: 1px solid #001112;
  padding-top: 20px;
  padding-bottom: 40px;
  background: #001517;
  background: -moz-linear-gradient(
    top,
    #001517 0%,
    #001113 33%,
    #000a0b 69%,
    #000808 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #001517),
    color-stop(33%, #001113),
    color-stop(69%, #000a0b),
    color-stop(100%, #000808)
  );
  background: -webkit-linear-gradient(
    top,
    #001517 0%,
    #001113 33%,
    #000a0b 69%,
    #000808 100%
  );
  background: -o-linear-gradient(
    top,
    #001517 0%,
    #001113 33%,
    #000a0b 69%,
    #000808 100%
  );
  background: -ms-linear-gradient(
    top,
    #001517 0%,
    #001113 33%,
    #000a0b 69%,
    #000808 100%
  );
  background: linear-gradient(
    to bottom,
    #001517 0%,
    #001113 33%,
    #000a0b 69%,
    #000808 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001517", endColorstr="#000808", GradientType=0);
  color: #646464;
}

#footer .bottom__content {
  position: relative;
}

#footer .bottom__content .tbl .tbl__row .tbl__col {
  text-align: left;
}

#footer .bottom__content .tbl .tbl__row:hover .tbl__col {
  background-color: transparent;
}

#footer .bottom__content .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 135px;
  margin-top: -65px;
  background: #001719;
  background: -moz-linear-gradient(
    top,
    #001719 0%,
    #012124 33%,
    #011d20 69%,
    #010f11 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #001719),
    color-stop(33%, #012124),
    color-stop(69%, #011d20),
    color-stop(100%, #010f11)
  );
  background: -webkit-linear-gradient(
    top,
    #001719 0%,
    #012124 33%,
    #011d20 69%,
    #010f11 100%
  );
  background: -o-linear-gradient(
    top,
    #001719 0%,
    #012124 33%,
    #011d20 69%,
    #010f11 100%
  );
  background: -ms-linear-gradient(
    top,
    #001719 0%,
    #012124 33%,
    #011d20 69%,
    #010f11 100%
  );
  background: linear-gradient(
    to bottom,
    #001719 0%,
    #012124 33%,
    #011d20 69%,
    #010f11 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001719", endColorstr="#010f11", GradientType=0);
}

#footer .footer__menu {
  margin-bottom: 20px;
}

#footer .footer__menu a {
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  font-weight: 500;
}

#footer .footer__menu a:hover {
  color: #f49e1d;
}

#footer .footer__menu span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

#footer .logo__footer {
  margin-bottom: 35px;
}

#footer .email__footer {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: 500;
  color: #646464;
}

#footer .email__footer:hover {
  color: #f49e1d;
}

.register__page {
  background-image: url("../images/bg-indx.jpg?2");
  background-position: center top;
  height: auto;
}

.register__page .inner {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: calc(100vh - 98px);
}

.register__page h2 {
  margin: 0 0 50px 0;
  text-align: center;
  float: right;
  width: 800px;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
}

.register__page .frm__item {
  margin-bottom: 25px;
}

.register__page .frm__item label {
  width: 200px;
  text-align: right;
  font-size: 17px;
  margin-right: 20px;
}

.register__page .frm__item input {
  width: 800px;
  height: 40px;
  color: #333;
  border: none;
}

.register__page .frm__item input:focus,
.register__page .frm__item input:hover {
  border: none;
}

.register__page .frm__item input[type="button"] {
  height: auto;
}

.register__page .frm__item ::-webkit-input-placeholder {
  font-size: 13px;
}

.register__page .frm__item ::-moz-placeholder {
  font-size: 13px;
}

.register__page .frm__item :-ms-input-placeholder {
  font-size: 13px;
}

.register__page .frm__item :-moz-placeholder {
  font-size: 13px;
}

.register__page .frm__item .iput {
  position: relative;
}

.register__page .frm__item .iput .icon-visibility {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 15px;
  color: #000;
  font-size: 17px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  cursor: pointer;
}

.register__page .frm__item .iput .icon-visibility:hover {
  opacity: 0.7;
}

.register__page .frm__item .iput .icon-visibility.active:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: rotate(-20deg);
  margin-left: -10px;
}

.avatar__change {
  position: relative;
  float: right;
  margin-right: 10%;
  text-align: center;
}

.avatar__change .edit__avatar {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100px;
  height: 100px;
  margin: 0 auto 0;
}

.avatar__change .edit__avatar .wrap__img {
  border: 1px solid #d6c0a9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  width: 100%;
  height: 100%;
}

.avatar__change .edit__avatar .wrap__img img {
  width: 100%;
}

.avatar__change .edit__avatar .icon-new-message {
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 18px;
  color: #d6c0a9;
}

.avatar__change .edit__avatar:hover {
  opacity: 0.7;
}

.avatar__change .upload__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  cursor: pointer;
}

.avatar__change .btn__primary {
  padding: 7px 15px;
  margin-top: 10px;
}

.tbl__record {
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  min-height: 250px;
}

.tbl__record .wrap__tbl {
  padding: 4px 4px 18px;
}

.tbl__record .tbl__record--bottom {
  border-top: 1px dashed #3c3f46;
  padding: 15px 10px 15px;
}

.tbl__record table {
  border-collapse: separate;
}

.tbl__record .title td {
  text-align: center;
  background-color: #003d67;
  color: #fff;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 13px;
  border: none;
}

.tbl__record .title td span {
  display: block;
  position: relative;
}

.tbl__record .title td span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 15px;
  width: 1px;
  background-color: #fff;
  margin-top: -7px;
}

.tbl__record .title td:last-child span:before {
  display: none;
}

.tbl__record .title:hover td {
  background-color: #003d67;
}

.tbl__record tr td {
  padding: 8px;
  text-align: center;
  font-size: 13px;
  background-color: #e2dfdc;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d5d2cf;
  color: #000;
}

.tbl__record tr td:last-child {
  border-right: none;
}

.tbl__record tr td.title {
  background-color: #d4cfc6;
  text-align: right;
  font-weight: 500;
}

.tbl__record tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

.tbl__record tr:last-child td:last-child {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

.tbl__record tr:first-child td:first-child {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}

.tbl__record tr:first-child td:last-child {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.tbl__record tr:hover td {
  background-color: #dad9d7;
}

.tbl__record tr:hover td.title {
  background-color: #d4cfc6;
}

.tbl__record tr:hover td table tr:hover td {
  background-color: #cacaca;
}

.tbl__record tr:hover td table tr:hover td.title {
  background-color: #d4cfc6;
}

.tbl__record tr:hover td table tr.title td {
  background-color: #3e7f6e;
}

.tbl__record .detail__hoivien table {
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 0 0 3px 3px !important;
  -moz-border-radius: 0 0 3px 3px !important;
  -o-border-radius: 0 0 3px 3px !important;
  -ms-border-radius: 0 0 3px 3px !important;
  border-radius: 0 0 3px 3px !important;
}

.tbl__record .detail__hoivien:hover td {
  background-color: #e2dfdc;
}

.tbl__record .detail__hoivien:hover .title td {
  background-color: #3e7f6e;
}

.tbl__record .detail__hoivien .title:hover td {
  background-color: #3e7f6e;
}

.tbl__record .detail__hoivien .title td:first-child {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
}

.tbl__record .detail__hoivien .title td:last-child {
  border-right: none;
  border-left: none;
}

.tbl__record .detail__hoivien td:first-child {
  border-left: 1px solid #fff;
}

.tbl__record .detail__hoivien td:last-child {
  border-right: 1px solid #fff;
}

.tbl__record .notification.noti__center--top .wrap__noti--inner:before {
  margin-left: -6px;
  bottom: -6px;
}

.tbl__record .notification .wrap__noti--inner {
  padding: 5px 8px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.tbl__record .notification .wrap__noti--inner:before {
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
}

.tbl__record .notyet__view td {
  font-weight: 700;
  font-size: 14px;
}

.tbl__pagi .pagi__wrap a {
  display: inline-block;
  line-height: 1;
  padding: 7px 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  margin-right: 7px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, whitesmoke 0%, #e2e2e2 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, whitesmoke),
    color-stop(100%, #e2e2e2)
  );
  background: -webkit-linear-gradient(top, whitesmoke 0%, #e2e2e2 100%);
  background: -o-linear-gradient(top, whitesmoke 0%, #e2e2e2 100%);
  background: -ms-linear-gradient(top, whitesmoke 0%, #e2e2e2 100%);
  background: linear-gradient(to bottom, whitesmoke 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#e2e2e2", GradientType=0);
  color: #3c3c3c;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
}

.tbl__pagi .pagi__wrap a:hover {
  opacity: 0.7;
}

.tbl__pagi .pagi__wrap .pagi__iput {
  width: 60px;
  height: 26px;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.tbl__pagi .pagi__wrap .pagi__iput:focus,
.tbl__pagi .pagi__wrap .pagi__iput:active {
  outline: none;
}

.notification {
  position: relative;
}

.notification .hover__noti {
  cursor: pointer;
}

.notification:hover .wrap__noti {
  opacity: 1;
  visibility: visible;
}

.notification .wrap__noti {
  position: absolute;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.notification .wrap__noti--inner {
  position: relative;
  background-color: rgba(238, 154, 6, 0.9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
}

.notification .wrap__noti--inner:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(238, 154, 6, 0.9);
}

.notification.noti__center--bottom .wrap__noti {
  top: 100%;
  padding-top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.notification.noti__center--bottom .wrap__noti--inner:before {
  left: 50%;
  margin-left: -12px;
}

.notification.noti__center--top .wrap__noti {
  top: inherit;
  bottom: 100%;
  padding-bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.notification.noti__center--top .wrap__noti--inner:before {
  left: 50%;
  margin-left: -12px;
  top: inherit;
  bottom: -12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.notification.noti__small.noti__center--top .wrap__noti {
  padding-bottom: 6px;
}

.notification.noti__small.noti__center--top .wrap__noti--inner:before {
  margin-left: -6px;
  bottom: -6px;
}

.notification.noti__small .wrap__noti--inner {
  padding: 5px 8px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.notification.noti__small .wrap__noti--inner:before {
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-width: 6px;
}

.notification.noti__small.noti__center--right .wrap__noti {
  left: 150%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.notification.noti__small.noti__center--right .wrap__noti--inner {
  padding-top: 8px;
}

.notification.noti__small.noti__center--right .wrap__noti--inner:before {
  top: 50%;
  left: -9px;
  margin-top: -4px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rebate__box {
  border-top: 1px dashed #d6c0a9;
  border-bottom: 1px dashed #d6c0a9;
  padding: 25px 0;
  font-size: 15px;
}

.rebate__box .frm__item {
  margin: 0;
}

.filter__dashboard {
  background-color: #f9f9f9;
  padding: 15px 40px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
  -moz-box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
  -o-box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
  -ms-box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
  box-shadow: 0 0 3px rgba(136, 136, 136, 0.5);
  position: relative;
}

.filter__dashboard .frm__item {
  margin-bottom: 10px;
}

.filter__dashboard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #ebc85e;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.filter__dashboard.filter__iframe {
  padding: 15px 15px 5px;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

.filter__dashboard.filter__iframe .frm__btn {
  padding-top: 0;
}

.filter__dashboard .frm__btn {
  padding-top: 24px;
  text-align: left;
}

.bg__alert {
  background-color: #333;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.datetime {
  position: relative;
}

.datetime .icon-calendar {
  position: absolute;
  top: 50%;
  font-size: 16px;
  color: #d6c0a9;
  right: 7px;
  margin-top: -8px;
}

#agent__teambalance {
  padding-top: 50px;
  padding-bottom: 50px;
}

#agent__teambalance .tbl__record td {
  padding: 14px 10px;
  text-align: left;
  font-size: 14px;
}

#agent__teambalance .tbl__record td:first-child {
  font-weight: 500;
  text-align: right;
  padding-right: 20px;
}

.unit__items {
  margin-bottom: 13px;
}

.unit__items:last-child {
  margin-bottom: 0;
}

.unit__items .unit__item a {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  margin-right: 13px;
  font-size: 22px;
  vertical-align: middle;
  color: #045750;
  border: 2px solid #045750;
  font-weight: 500;
}

.unit__items .unit__item a:last-child {
  margin-right: 0;
}

.unit__items .unit__item a:hover {
  border-color: #e76541;
  color: #e76541;
}

.unit__items .unit__item a.active {
  background-color: #e76541;
  color: #fff;
  border-color: #e76541;
}

.unit__items .unit__item a.active:hover {
  border-color: #e76541;
}

.unit__items .options__unit {
  margin-top: 3px;
}

.unit__items .options__unit a {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 0 rgba(51, 51, 51, 0.1490196078);
  -moz-box-shadow: 1px 1px 0 rgba(51, 51, 51, 0.1490196078);
  -o-box-shadow: 1px 1px 0 rgba(51, 51, 51, 0.1490196078);
  -ms-box-shadow: 1px 1px 0 rgba(51, 51, 51, 0.1490196078);
  box-shadow: 1px 1px 0 rgba(51, 51, 51, 0.1490196078);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  height: 35px;
  min-width: 50px;
  text-align: center;
  line-height: 37px;
  margin-left: 10px;
}

.unit__items .options__unit a:hover {
  background-color: #f5f5f5;
}

.unit__items .options__unit a.active {
  background-color: #df6b02;
  color: #fff;
}

.point {
  position: relative;
}

.point .num__down,
.point .num__up {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px 6px;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 2;
  font-size: 12px;
}

.point .num__down:hover,
.point .num__up:hover {
  background-color: #f7f7f7;
}

.point .num__down:active,
.point .num__up:active {
  background-color: #f0f0f0;
}

.point .num__up {
  left: inherit;
  right: 10px;
}

.point input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
  background-color: transparent;
  text-align: center;
  padding: 0 35px;
}

.point input:focus,
.point input:active {
  outline: none;
}

.num__multiple .point {
  width: 110px;
  height: 32px;
  background-color: #045750;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.num__multiple .point input {
  color: #fff;
  font-size: 15px;
}

.num__multiple .point .num__down,
.num__multiple .point .num__up {
  left: 5px;
}

.num__multiple .point .num__up {
  left: inherit;
  right: 5px;
}

.line__num {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 2px;
  height: 12px;
  background-color: #f49e1d;
  position: relative;
  top: -1px;
}

#issueResult {
  font-weight: 700;
  display: inline-block;
  margin-left: 3px;
}

#timeLoadingCountDown {
  display: inline-block;
  -webkit-transition: all 0.2s cubic-bezier(0.32, 1.13, 0.93, 1.3);
  -moz-transition: all 0.2s cubic-bezier(0.32, 1.13, 0.93, 1.3);
  -o-transition: all 0.2s cubic-bezier(0.32, 1.13, 0.93, 1.3);
  -ms-transition: all 0.2s cubic-bezier(0.32, 1.13, 0.93, 1.3);
  transition: all 0.2s cubic-bezier(0.32, 1.13, 0.93, 1.3);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}

#timeLoadingCountDown.show__timewait {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.iput__file {
  position: relative;
  height: 38px;
  line-height: 38px;
  padding-right: 15px;
  overflow: hidden;
}

.iput__file .icon-add {
  font-size: 16px;
}

.iput__file input[type="file"] {
  position: absolute;
  top: 0;
  left: -95px;
  width: 200%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  cursor: pointer;
}

.loxien__area {
  margin: 0 0 0 0;
  position: relative;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.loxien__area .note {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #3c3c3c;
  line-height: 22px;
  padding: 10px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loxien__area .note .symbol__separate {
  color: red;
  font-size: 16px;
  font-weight: 700;
}

.loxien__area .note .txtOr {
  font-size: 11px;
  color: #003d67;
}

.loxien__area:hover .note {
  opacity: 0.3;
}

.loxien__area textarea {
  background-color: transparent;
  border-color: #ccc;
  resize: none;
  line-height: 22px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

.loxien__area textarea:focus,
.loxien__area textarea:hover {
  border-color: #adb0b6;
}

.slect__numfast .slect__fromto {
  margin-bottom: 20px;
}

.slect__numfast .slect__fromto li {
  float: left;
  margin-right: 10px;
}

.slect__numfast .slect__fromto a {
  display: block;
  padding: 9px 5px;
  min-width: 95px;
  text-align: center;
  color: #282c35;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  position: relative;
  font-weight: 500;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  -o-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  -ms-box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.15);
  line-height: 1;
}

.slect__numfast .slect__fromto a.active,
.slect__numfast .slect__fromto a:hover {
  background-color: #005851;
  color: #fff;
}

.slect__numfast .slect__fromto a .num__slected {
  position: absolute;
  top: -7px;
  right: -5px;
  background-color: #d90500;
  color: #fff;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.31, 1.13, 0.93, 1.28);
  -moz-transition: all 0.2s cubic-bezier(0.31, 1.13, 0.93, 1.28);
  -o-transition: all 0.2s cubic-bezier(0.31, 1.13, 0.93, 1.28);
  -ms-transition: all 0.2s cubic-bezier(0.31, 1.13, 0.93, 1.28);
  transition: all 0.2s cubic-bezier(0.31, 1.13, 0.93, 1.28);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.slect__numfast .slect__fromto a .num__slected.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slect__numfast .slect__fromto a .num__slected.active__effect {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.slect__numfast .numfast__item {
  margin: 0 -10px;
}

.slect__numfast .numfast__item li {
  float: left;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 6.25%;
}

.slect__numfast .numfast__item a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #045750;
  border: 1px solid #045750;
  font-weight: 500;
  padding: 5px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.slect__numfast .numfast__item a.active,
.slect__numfast .numfast__item a:hover {
  border: 1px solid #f49e1d;
  color: #f49e1d;
}

.slect__numfast .numfast__item a.active {
  background-color: #e76541;
  color: #fff;
  border-color: #e76541;
}

.slect__numfast .numfast__item a.disable {
  border-color: #ccc;
  color: #ccc;
  cursor: default;
}

.btn__nuoiso {
  display: block;
  background-color: #005851;
  font-weight: 500;
  font-size: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  padding: 0 0;
  line-height: 1;
  color: #fff;
  line-height: 40px;
  width: 100px;
  text-align: center;
  margin-top: 3px;
}

.btn__nuoiso:hover {
  color: #fff;
  background-color: #0d6f50;
}

.btn__nuoiso:focus,
.btn__nuoiso:active {
  color: #fff;
}

.iput__sub {
  position: relative;
}

.iput__sub .iput__subitems {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 3px;
  z-index: 99;
  display: none;
}

.iput__sub .iput__subitems a {
  display: block;
  padding: 7px 10px;
}

.iput__sub .iput__subitems a:hover {
  background-color: #f9f9f9;
}

#lotteryResult [data-numwin] {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  line-height: 18px;
}

#lotteryResult [data-numwin] span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#lotteryResult [data-numwin] span.active {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #b79767;
  background: -moz-linear-gradient(
    -45deg,
    #b79767 0%,
    #dfd09a 42%,
    #dfd09a 61%,
    #b79767 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #b79767),
    color-stop(42%, #dfd09a),
    color-stop(61%, #dfd09a),
    color-stop(100%, #b79767)
  );
  background: -webkit-linear-gradient(
    -45deg,
    #b79767 0%,
    #dfd09a 42%,
    #dfd09a 61%,
    #b79767 100%
  );
  background: -o-linear-gradient(
    -45deg,
    #b79767 0%,
    #dfd09a 42%,
    #dfd09a 61%,
    #b79767 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    #b79767 0%,
    #dfd09a 42%,
    #dfd09a 61%,
    #b79767 100%
  );
  background: linear-gradient(
    135deg,
    #b79767 0%,
    #dfd09a 42%,
    #dfd09a 61%,
    #b79767 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b79767", endColorstr="#b79767", GradientType=1);
  color: #351504;
  font-weight: 600;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  font-size: 12px;
}

#lotteryResult [data-numwin] span.active .num__hightlight {
  color: #351504;
  font-weight: 600;
}

#lotteryResult .line {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  height: 1px;
  width: 5px;
  background-color: #fff;
}

.num__hightlight {
  color: #f49e1d;
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0.9, 0.9, 1.26);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0.9, 0.9, 1.26);
  -o-transition: all 0.2s cubic-bezier(0.42, 0.9, 0.9, 1.26);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0.9, 0.9, 1.26);
  transition: all 0.2s cubic-bezier(0.42, 0.9, 0.9, 1.26);
  display: inline-block;
  vertical-align: middle;
}

#bet__now,
.btn__orange--red {
  height: 40px;
  color: #fff;
  font-weight: 500;
  line-height: 39px;
  font-size: 20px;
  border: 1px solid #c44a28;
  background: #e96a46;
  background: -moz-linear-gradient(top, #ede7e6 0%, #e96a46 2%, #e45835 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ede7e6),
    color-stop(2%, #e96a46),
    color-stop(100%, #e45835)
  );
  background: -webkit-linear-gradient(
    top,
    #ede7e6 0%,
    #e96a46 2%,
    #e45835 100%
  );
  background: -o-linear-gradient(top, #ede7e6 0%, #e96a46 2%, #e45835 100%);
  background: -ms-linear-gradient(top, #ede7e6 0%, #e96a46 2%, #e45835 100%);
  background: linear-gradient(to bottom, #ede7e6 0%, #e96a46 2%, #e45835 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ede7e6", endColorstr="#e45835", GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5),
    1px 2px 5px rgba(154, 125, 108, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5),
    1px 2px 5px rgba(154, 125, 108, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5),
    1px 2px 5px rgba(154, 125, 108, 0.6);
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  margin-right: 15px;
}

#bet__now:hover,
.btn__orange--red:hover {
  background: #ee8765;
  background: -moz-linear-gradient(top, #ede7e6 0%, #ee8765 2%, #e45835 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ede7e6),
    color-stop(2%, #ee8765),
    color-stop(100%, #e45835)
  );
  background: -webkit-linear-gradient(
    top,
    #ede7e6 0%,
    #ee8765 2%,
    #e45835 100%
  );
  background: -o-linear-gradient(top, #ede7e6 0%, #ee8765 2%, #e45835 100%);
  background: -ms-linear-gradient(top, #ede7e6 0%, #ee8765 2%, #e45835 100%);
  background: linear-gradient(to bottom, #ede7e6 0%, #ee8765 2%, #e45835 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ede7e6", endColorstr="#e45835", GradientType=0);
}

#bet__now:active,
.btn__orange--red:active {
  -webkit-box-shadow: inset 0 1px 3px rgba(96, 96, 96, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(96, 96, 96, 0.6);
  box-shadow: inset 0 1px 3px rgba(96, 96, 96, 0.6);
  background: #e45835;
  background: -moz-linear-gradient(top, #e45835 0%, #e96a46 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e45835),
    color-stop(100%, #e96a46)
  );
  background: -webkit-linear-gradient(top, #e45835 0%, #e96a46 100%);
  background: -o-linear-gradient(top, #e45835 0%, #e96a46 100%);
  background: -ms-linear-gradient(top, #e45835 0%, #e96a46 100%);
  background: linear-gradient(to bottom, #e45835 0%, #e96a46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e45835", endColorstr="#e96a46", GradientType=0);
}

.btn__orange--red {
  height: 40px;
  line-height: 40px;
  margin-right: 0;
  font-size: 15px;
}

.btn__arrow--left {
  background-image: url("../images/buttons.png?2") !important;
  background-repeat: no-repeat;
  height: 45px;
  border: 0 none;
  background-color: inherit;
  padding-right: 30px;
  background-position: right -155px !important;
}

.btn__arrow--left span {
  display: block;
  color: #fff;
  white-space: nowrap;
  padding: 0 25px;
  filter: none !important;
  background-image: url("../images/buttons.png?2") !important;
  background-repeat: no-repeat;
  height: 45px;
  line-height: 43px;
  padding-left: 35px;
  padding-right: 0;
  background-position: left -105px !important;
  font-weight: 500;
  font-size: 15px;
}

.btn__arrow--left:hover {
  opacity: 0.8;
}

.btn__arrow--left:active {
  opacity: 1;
}

#agent__sub .action__capduoi > div {
  white-space: nowrap;
}

#agent__sub .action__capduoi a {
  font-size: 15px;
  margin: 0;
}

#agent__sub .tbl__record tr.title td {
  padding: 10px 0;
}

#agent__sub .tbl__record tr td {
  padding: 5px;
}

.tbl__bder table,
.tbl__bder tr,
.tbl__bder td {
  border: 1px solid #3c3c3c;
}

.tbl__bder td {
  padding: 5px 10px;
}

.tbl__bder--6c0a9 td {
  border: 1px solid #d6c0a9;
  padding: 10px 15px;
  vertical-align: top;
}

.tbl__bder--6c0a9 .mess__content {
  line-height: 22px;
  background-color: #f5f5f5;
}

.frm__content .tab-content {
  padding-bottom: 0;
}

.frm__content .popup__content {
  padding: 10px;
}

.layui-layer-iframe iframe {
  max-height: 650px;
}

#agentStatisTeam .popup__content {
  padding-top: 30px;
}

#traceHistoryTbl .tbl__issuetrace table tr td:nth-child(2n + 1) {
  background-color: #ccc;
  font-weight: 500;
}

#traceHistoryTbl .tbl__issuetrace table tr:first-child td {
  font-weight: 400;
}

#traceHistoryTbl .tbl__issuetrace table tr:first-child td:nth-child(2n + 1) {
  font-weight: 500;
}

#traceHistoryTbl .tbl__issuetrace table td {
  text-align: left;
}

#traceHistoryTbl table tr:first-child td {
  font-weight: 500;
}

#traceHistoryTbl table td {
  padding: 8px 10px;
  text-align: center;
}

.dashboard__wrapper--inner {
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgb(237, 237, 237);
}

#question {
  padding: 25px 30px;
}

#question .qa__item {
  margin-bottom: 25px;
}

#question .qa__item a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #896345;
}

#question .qa__item a .num__qa {
  position: absolute;
  top: -2px;
  left: 0;
  width: 23px;
  height: 23px;
  color: #fff;
  line-height: 23px;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-color: #896345;
}

#question .qa__item a p {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px dotted #896345;
  letter-spacing: 1px;
}

#question .qa__item a:hover {
  color: #045750;
  font-weight: 500;
}

#question .qa__item a:hover .num__qa {
  background-color: #045750;
}

#question .qa__item a:hover p {
  border-color: #045750;
}

#question .qa__item a.active {
  color: #045750;
  font-weight: 500;
}

#question .qa__item a.active .num__qa {
  background-color: #045750;
}

#question .qa__item a.active p {
  border-bottom: none;
}

#question .qa__item .content__wrap {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 0;
  overflow: hidden;
}

#question .qa__item .content__wrap.qa__show .qa__content {
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

#question .qa__item .qa__content {
  padding: 20px 20px 5px;
  background-color: #eaeaea;
  color: var(--text-primary);
  line-height: 25px;
  font-size: 16px;
  margin-left: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}

#question .qa__item .qa__content p {
  margin-bottom: 15px;
}

#question .qa__gotit {
  margin-top: 60px;
  text-align: center;
}

#question .qa__gotit .line {
  height: 1px;
  width: 90%;
  margin: 0 auto 30px;
  background: #fff;
  background: -moz-linear-gradient(left, white 0%, #eaeaea 50%, white 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, white),
    color-stop(50%, #eaeaea),
    color-stop(100%, white)
  );
  background: -webkit-linear-gradient(left, white 0%, #eaeaea 50%, white 100%);
  background: -o-linear-gradient(left, white 0%, #eaeaea 50%, white 100%);
  background: -ms-linear-gradient(left, white 0%, #eaeaea 50%, white 100%);
  background: linear-gradient(to right, white 0%, #eaeaea 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

#question .qa__gotit a {
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #c97663;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 35px;
  width: 125px;
  line-height: 35px;
  position: relative;
  padding-left: 8px;
  color: #c97663;
}

#question .qa__gotit a:hover {
  opacity: 0.7;
}

#question .qa__gotit a .icon__gotit {
  position: absolute;
  top: 8px;
  left: 13px;
}

#question .qa__gotit a .icon__live {
  position: absolute;
  top: 6px;
  left: 10px;
}

#popupSystemNoti * {
  font-family: "Roboto", sans-serif !important;
}

#popupSystemNoti .popup__content {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 22px;
}

#popupSystemNoti .popup__content p {
  margin-bottom: 15px;
}

#popupSystemNoti .popup__content table {
  max-width: 100%;
  width: auto !important;
}

#popupSystemNoti .tbl__bder--6c0a9 td {
  border-width: 2px;
  border-color: #e86a44;
  text-align: center;
}

#popupSystemNoti .popup__content li {
  list-style: none;
}

#popupSystemNoti tr.title td {
  font-size: 16px;
  background-color: #fbe3dc;
}

#popupSystemNoti td {
  padding: 15px 0;
  font-size: 15px;
  color: #e86a44;
}

.layui-layer-btn {
  background-color: #fafafa;
  padding: 10px 15px;
  border-top: 1px solid #ececec;
}

.payment__deposit {
}

.tabs__sub--payment {
  padding-bottom: 30px;
}

.tabs__sub--payment .payment__colright {
  display: inline-block;
  width: 66%;
}

.tabs__sub--payment .payment__nap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs__sub--payment .tab-content {
  padding-bottom: 0;
}

.tabs__sub--payment .tab-content .tabs__link {
  border-bottom: 1px solid #d2b252;
  margin-top: -15px;
}

.tabs__sub--payment .tab-content .tabs__link li {
  margin: 0 0 -1px -3px;
}

.tabs__sub--payment .tab-content .tabs__link li.active a {
  background: transparent;
  color: #d2b252;
  border-color: #d2b252;
  font-weight: 500;
  border-bottom-color: #fff;
}

.tabs__sub--payment .tab-content .tabs__link li.active a:before {
  display: block;
}

.tabs__sub--payment .tab-content .tabs__link a {
  background: transparent;
  color: #666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-color: #dedede;
  border-bottom-color: #d2b252;
  min-width: 120px;
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
}

.tabs__sub--payment .tab-content .tabs__link a:hover {
  background: transparent;
  color: #666;
  border-color: #d2b252;
}

.tabs__sub--payment .tab-content .tabs__link a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #d2b252;
}

.tabs__sub--payment .tabs__link ul {
  border: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tabs__sub--payment .tabs__link li {
  margin: 0 25px 0 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.tabs__sub--payment .tabs__link li:last-child {
  margin-right: 0;
}

.tabs__sub--payment .tabs__link li a {
  padding: 0 15px;
  border: 1px solid var(--color-dark-tertiary);
  border-radius: var(--border-radius-small);
  color: var(--color-white);
  text-align: center;
  min-width: 120px;
  height: 40px;
  line-height: 38px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.2);
  background: var(--color-dark);
  background: linear-gradient(
    to bottom,
    var(--color-secondary) 0%,
    var(--color-dark-secondary) 50%,
    var(--color-dark-tertiary) 100%
  );
  transition: all 0.2s ease-out;
}

.tabs__sub--payment .tabs__link li a:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  background: linear-gradient(
    to bottom,
    var(--color-primary-hover) 0%,
    var(--color-primary) 50%,
    #e9a700 100%
  );
}

.tabs__sub--payment .tabs__link li a:hover:before {
  display: none;
}

.tabs__sub--payment .tabs__link li.active a {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  background: linear-gradient(
    to bottom,
    var(--color-primary-hover) 0%,
    var(--color-primary) 50%,
    #e9a700 100%
  );
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.tabs__sub--payment .tabs__link li.active a:before {
  display: none;
}

.logo__payment {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.logo__payment .r__c--emu {
  display: inline-block;
  width: 18%;
  vertical-align: middle;
}

.logo__payment .r__c--emu.r__c--emu13x13 .r__c--ui {
  width: auto;
  height: auto;
  margin: 0;
  top: 0;
  display: block;
  padding-left: 30px;
}

.logo__payment .r__c--emu.r__c--emu13x13 .r__c--ui:hover .wrap__logo {
  border-color: #e63c00;
}

.logo__payment .r__c--emu.r__c--emu13x13 .r__c--ui .check {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #d0d0cf;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
}

.logo__payment
  .r__c--emu.r__c--emu13x13
  .r__c--ui
  input:checked
  ~ .check
  .checked {
  border: none;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #e76a4f;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  opacity: 1;
}

.logo__payment .r__c--emu.r__c--emu13x13 .r__c--ui input:checked ~ .wrap__logo {
  border-color: #e63c00;
  background-color: rgba(245, 86, 91, 0.3);
}

.logo__payment
  .r__c--emu.r__c--emu13x13
  .r__c--ui
  input:checked
  ~ .wrap__logo
  .tick {
  opacity: 1;
}

.logo__payment
  .r__c--emu.r__c--emu13x13
  .r__c--ui
  input:checked
  ~ .wrap__logo
  .icon-check {
  opacity: 1;
}

.logo__payment .r__c--emu.zalopay.r__c--emu13x13 .r__c--ui {
  padding-left: 0;
}

.logo__payment .r__c--emu .wrap__logo > div {
  height: auto;
}

.logo__payment .wrap__logo {
  border: 1px solid #c7c8ce;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 10px 5px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  background-color: #c7c8ce;
}

.logo__payment .wrap__logo img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  height: 64px;
  width: 100%;
}

.logo__payment .wrap__logo > div {
  text-align: center;
  height: 75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo__payment .wrap__logo > div img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.logo__payment .wrap__logo .tick {
  position: absolute;
  top: -15px;
  right: -5px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e63c00;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.logo__payment .wrap__logo .icon-check {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.logo__payment [data-methodbank="zalopay"] ~ .wrap__logo > div {
  height: 130px;
}

#note__page {
  padding: 20px;
}

#note__page .list__noti li {
  margin-bottom: 15px;
  font-size: 15px;
  border-bottom: 1px dotted #d4d4d4;
  padding-bottom: 15px;
}

#note__page .list__noti li a {
  display: block;
  font-size: 15px;
}

#note__page .list__noti li a:hover {
  color: #f49e1d;
}

#note__page .list__noti li .span_r {
  color: #adb0b6;
  font-size: 14px;
  float: right;
}

.poli__content {
  line-height: 23px;
}

.loading__mini {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(175, 175, 175, 0.2);
  border-top-color: #f49e1d;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loading__mini.loading12x12 {
  width: 12px;
  height: 12px;
}

.toggleViewReport {
  display: block;
  text-align: center;
  padding: 3px 0;
  font-size: 16px;
}

.date__rangeinline .row {
  position: relative;
}

.date__rangeinline .totxt__date {
  position: absolute;
  bottom: 0;
  left: 48%;
  line-height: 40px;
  font-size: 12px;
  color: #6c757d;
}

.radioDeposit input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.radioDeposit label {
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.rechager__time {
  font-size: 16px;
  color: #e76946;
  margin-bottom: 30px;
}

.speedtest__header {
  background-color: #00191b;
  border-bottom: 1px solid #01a28d;
  height: 70px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speedtest__header a {
  display: inline-block;
}

.speedtest__content {
  background: url("../images/bg-speedpage.jpg?2") no-repeat center top;
  background-size: cover;
  min-height: calc(100vh - 70px);
}

.speedtest__content .inner {
  max-width: 1050px;
  margin: 0 auto 0;
  min-height: calc(100vh - 70px - 315px);
  padding: 35px 15px 70px;
}

.speedtest__content .moto__speed {
  margin: 0 auto 0;
  -webkit-border-radius: 180px 180px 0 0;
  -moz-border-radius: 180px 180px 0 0;
  -o-border-radius: 180px 180px 0 0;
  -ms-border-radius: 180px 180px 0 0;
  border-radius: 180px 180px 0 0;
  border: 1px solid #06564d;
  border-bottom: none;
  background-color: #03282d;
  padding: 0 15px;
  display: inline-block;
  position: relative;
  z-index: 2;
  bottom: -1px;
  height: 100px;
}

.speedtest__content .moto__speed img {
  position: relative;
  top: 5px;
  max-height: inherit;
}

.speedtest__content .moto__testspeed {
  border: 1px solid #06564d;
  background-color: #03282d;
  padding: 0 50px 50px 50px;
  -webkit-border-radius: 80px 80px 10px 10px;
  -moz-border-radius: 80px 80px 10px 10px;
  -o-border-radius: 80px 80px 10px 10px;
  -ms-border-radius: 80px 80px 10px 10px;
  border-radius: 80px 80px 10px 10px;
  position: relative;
  z-index: 1;
}

.speedtest__content .moto__testspeed h2 {
  margin: 35px 0 0 0;
  text-align: center;
  color: #1b99c8;
  font-size: 34px;
  font-style: italic;
}

.speedtest__content .moto__testspeed h2 .icon__reload {
  margin-left: 10px;
}

.speedtest__content .moto__testspeed .speed__line {
  margin-top: 22px;
  background-color: #00191b;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
}

.speedtest__content .moto__testspeed .speed__line .btn__speed {
  width: 17%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.speedtest__content .moto__testspeed .speed__line .btn__speed .arrow__circle {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  font-size: 11px;
  width: 20px;
  height: 20px;
}

.speedtest__content
  .moto__testspeed
  .speed__line
  .btn__speed
  .arrow__circle
  span {
  position: relative;
  top: -1px;
  left: 0;
}

.speedtest__content .moto__testspeed .speed__line .num__speed {
  width: 15%;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.speedtest__content .moto__testspeed .speed__line .num__speed span {
  display: inline-block;
  vertical-align: middle;
}

.speedtest__content .moto__testspeed .speed__line .num__speed .icons2 {
  margin-right: 14px;
}

.speedtest__content .moto__testspeed .speed__line .speed__process {
  width: 50%;
  height: 32px;
  margin-top: 7px;
  border: 1px solid transparent;
  background-color: #f8f3f0;
}

.speedtest__content .moto__testspeed .speed__line .speed__process .speed__run {
  height: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 0;
}

.speedtest__content .moto__testspeed .speed__line .speed__link {
  width: 15%;
}

.speedtest__content .moto__testspeed .speed__line.speed__1 .speed__process {
  border-color: #e86741;
}

.speedtest__content .moto__testspeed .speed__line.speed__1 .speed__run {
  border-color: #de4b2b;
  background-color: #e86741;
}

.speedtest__content .moto__testspeed .speed__line.speed__1 .btn__speed {
  background: #f29f7e;
  background: -moz-linear-gradient(top, #f29f7e 0%, #e96a44 50%, #d52e15 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f29f7e),
    color-stop(50%, #e96a44),
    color-stop(100%, #d52e15)
  );
  background: -webkit-linear-gradient(
    top,
    #f29f7e 0%,
    #e96a44 50%,
    #d52e15 100%
  );
  background: -o-linear-gradient(top, #f29f7e 0%, #e96a44 50%, #d52e15 100%);
  background: -ms-linear-gradient(top, #f29f7e 0%, #e96a44 50%, #d52e15 100%);
  background: linear-gradient(to bottom, #f29f7e 0%, #e96a44 50%, #d52e15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f29f7e", endColorstr="#d52e15", GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #f7bfa7;
  -moz-box-shadow: inset 0 1px 0 #f7bfa7;
  -o-box-shadow: inset 0 1px 0 #f7bfa7;
  -ms-box-shadow: inset 0 1px 0 #f7bfa7;
  box-shadow: inset 0 1px 0 #f7bfa7;
}

.speedtest__content
  .moto__testspeed
  .speed__line.speed__1
  .btn__speed
  .arrow__circle {
  background-color: #dd492a;
}

.speedtest__content .moto__testspeed .speed__line.speed__1 .btn__speed:hover {
  background: #f29e7c;
  background: -moz-linear-gradient(top, #f29e7c 0%, #e7643f 79%, #d52e15 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f29e7c),
    color-stop(79%, #e7643f),
    color-stop(100%, #d52e15)
  );
  background: -webkit-linear-gradient(
    top,
    #f29e7c 0%,
    #e7643f 79%,
    #d52e15 100%
  );
  background: -o-linear-gradient(top, #f29e7c 0%, #e7643f 79%, #d52e15 100%);
  background: -ms-linear-gradient(top, #f29e7c 0%, #e7643f 79%, #d52e15 100%);
  background: linear-gradient(to bottom, #f29e7c 0%, #e7643f 79%, #d52e15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f29e7c", endColorstr="#d52e15", GradientType=0);
}

.speedtest__content .moto__testspeed .speed__line.speed__1 .btn__speed:active {
  background: #f29e7c;
  background: -moz-linear-gradient(top, #f29e7c 0%, #e7643f 37%, #d52e15 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f29e7c),
    color-stop(37%, #e7643f),
    color-stop(100%, #d52e15)
  );
  background: -webkit-linear-gradient(
    top,
    #f29e7c 0%,
    #e7643f 37%,
    #d52e15 100%
  );
  background: -o-linear-gradient(top, #f29e7c 0%, #e7643f 37%, #d52e15 100%);
  background: -ms-linear-gradient(top, #f29e7c 0%, #e7643f 37%, #d52e15 100%);
  background: linear-gradient(to bottom, #f29e7c 0%, #e7643f 37%, #d52e15 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f29e7c", endColorstr="#d52e15", GradientType=0);
}

.speedtest__content .moto__testspeed .speed__line.speed__1 .icon__speed {
  background-position: -98px -128px;
}

.speedtest__content .moto__testspeed .speed__line.speed__2 .speed__process {
  border-color: #da654f;
}

.speedtest__content .moto__testspeed .speed__line.speed__2 .speed__run {
  border-color: #cf4b3a;
  background-color: #da654f;
}

.speedtest__content .moto__testspeed .speed__line.speed__2 .btn__speed {
  background: #dc6e58;
  background: -moz-linear-gradient(top, #dc6e58 0%, #da6750 50%, #d65d48 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #dc6e58),
    color-stop(50%, #da6750),
    color-stop(100%, #d65d48)
  );
  background: -webkit-linear-gradient(
    top,
    #dc6e58 0%,
    #da6750 50%,
    #d65d48 100%
  );
  background: -o-linear-gradient(top, #dc6e58 0%, #da6750 50%, #d65d48 100%);
  background: -ms-linear-gradient(top, #dc6e58 0%, #da6750 50%, #d65d48 100%);
  background: linear-gradient(to bottom, #dc6e58 0%, #da6750 50%, #d65d48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc6e58", endColorstr="#d65d48", GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #e79984;
  -moz-box-shadow: inset 0 1px 0 #e79984;
  -o-box-shadow: inset 0 1px 0 #e79984;
  -ms-box-shadow: inset 0 1px 0 #e79984;
  box-shadow: inset 0 1px 0 #e79984;
}

.speedtest__content
  .moto__testspeed
  .speed__line.speed__2
  .btn__speed
  .arrow__circle {
  background-color: #ce4939;
}

.speedtest__content .moto__testspeed .speed__line.speed__2 .btn__speed:hover {
  background: #f59b8b;
  background: -moz-linear-gradient(top, #f59b8b 0%, #da634e 78%, #d65d48 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f59b8b),
    color-stop(78%, #da634e),
    color-stop(100%, #d65d48)
  );
  background: -webkit-linear-gradient(
    top,
    #f59b8b 0%,
    #da634e 78%,
    #d65d48 100%
  );
  background: -o-linear-gradient(top, #f59b8b 0%, #da634e 78%, #d65d48 100%);
  background: -ms-linear-gradient(top, #f59b8b 0%, #da634e 78%, #d65d48 100%);
  background: linear-gradient(to bottom, #f59b8b 0%, #da634e 78%, #d65d48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f59b8b", endColorstr="#d65d48", GradientType=0);
}

.speedtest__content .moto__testspeed .speed__line.speed__2 .btn__speed:active {
  background: #dc6e58;
  background: -moz-linear-gradient(top, #dc6e58 0%, #da6651 37%, #d65d48 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #dc6e58),
    color-stop(37%, #da6651),
    color-stop(100%, #d65d48)
  );
  background: -webkit-linear-gradient(
    top,
    #dc6e58 0%,
    #da6651 37%,
    #d65d48 100%
  );
  background: -o-linear-gradient(top, #dc6e58 0%, #da6651 37%, #d65d48 100%);
  background: -ms-linear-gradient(top, #dc6e58 0%, #da6651 37%, #d65d48 100%);
  background: linear-gradient(to bottom, #dc6e58 0%, #da6651 37%, #d65d48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc6e58", endColorstr="#d65d48", GradientType=0);
}

.speedtest__content .moto__testspeed .speed__line.speed__2 .icon__speed {
  background-position: -120px -144px;
}

.speedtest__content .moto__testspeed .speed__line.speed__3 .speed__process {
  border-color: #c5af64;
}

.speedtest__content .moto__testspeed .speed__line.speed__3 .speed__run {
  border-color: #b89c50;
  background-color: #c5af64;
}

.speedtest__content .moto__testspeed .speed__line.speed__3 .btn__speed {
  background: #c9b36c;
  background: -moz-linear-gradient(top, #c9b36c 0%, #c5ae64 50%, #c1aa5d 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #c9b36c),
    color-stop(50%, #c5ae64),
    color-stop(100%, #c1aa5d)
  );
  background: -webkit-linear-gradient(
    top,
    #c9b36c 0%,
    #c5ae64 50%,
    #c1aa5d 100%
  );
  background: -o-linear-gradient(top, #c9b36c 0%, #c5ae64 50%, #c1aa5d 100%);
  background: -ms-linear-gradient(top, #c9b36c 0%, #c5ae64 50%, #c1aa5d 100%);
  background: linear-gradient(to bottom, #c9b36c 0%, #c5ae64 50%, #c1aa5d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9b36c", endColorstr="#c1aa5d", GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #d8cc93;
  -moz-box-shadow: inset 0 1px 0 #d8cc93;
  -o-box-shadow: inset 0 1px 0 #d8cc93;
  -ms-box-shadow: inset 0 1px 0 #d8cc93;
  box-shadow: inset 0 1px 0 #d8cc93;
}

.speedtest__content
  .moto__testspeed
  .speed__line.speed__3
  .btn__speed
  .arrow__circle {
  background-color: #b79b4f;
}

.speedtest__content .moto__testspeed .speed__line.speed__3 .btn__speed:hover {
  background: #e0cf9b;
  background: -moz-linear-gradient(top, #e0cf9b 0%, #c5ae64 78%, #c1aa5d 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #e0cf9b),
    color-stop(78%, #c5ae64),
    color-stop(100%, #c1aa5d)
  );
  background: -webkit-linear-gradient(
    top,
    #e0cf9b 0%,
    #c5ae64 78%,
    #c1aa5d 100%
  );
  background: -o-linear-gradient(top, #e0cf9b 0%, #c5ae64 78%, #c1aa5d 100%);
  background: -ms-linear-gradient(top, #e0cf9b 0%, #c5ae64 78%, #c1aa5d 100%);
  background: linear-gradient(to bottom, #e0cf9b 0%, #c5ae64 78%, #c1aa5d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0cf9b", endColorstr="#c1aa5d", GradientType=0);
}

.speedtest__content .moto__testspeed .speed__line.speed__3 .btn__speed:active {
  background: #c8b46b;
  background: -moz-linear-gradient(top, #c8b46b 0%, #c5ae64 37%, #c1aa5d 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #c8b46b),
    color-stop(37%, #c5ae64),
    color-stop(100%, #c1aa5d)
  );
  background: -webkit-linear-gradient(
    top,
    #c8b46b 0%,
    #c5ae64 37%,
    #c1aa5d 100%
  );
  background: -o-linear-gradient(top, #c8b46b 0%, #c5ae64 37%, #c1aa5d 100%);
  background: -ms-linear-gradient(top, #c8b46b 0%, #c5ae64 37%, #c1aa5d 100%);
  background: linear-gradient(to bottom, #c8b46b 0%, #c5ae64 37%, #c1aa5d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8b46b", endColorstr="#c1aa5d", GradientType=0);
}

.speedtest__content .moto__testspeed .speed__line.speed__3 .icon__speed {
  background-position: -120px -128px;
}

.speedtest__content .moto__testspeed .speed__line.speed__4 .speed__process {
  border-color: #949494;
}

.speedtest__content .moto__testspeed .speed__line.speed__4 .speed__run {
  border-color: #848484;
  background-color: #949494;
}

.speedtest__content .moto__testspeed .speed__line.speed__4 .btn__speed {
  background: #9a9a9a;
  background: -moz-linear-gradient(top, #9a9a9a 0%, #949494 50%, #8f8f8f 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #9a9a9a),
    color-stop(50%, #949494),
    color-stop(100%, #8f8f8f)
  );
  background: -webkit-linear-gradient(
    top,
    #9a9a9a 0%,
    #949494 50%,
    #8f8f8f 100%
  );
  background: -o-linear-gradient(top, #9a9a9a 0%, #949494 50%, #8f8f8f 100%);
  background: -ms-linear-gradient(top, #9a9a9a 0%, #949494 50%, #8f8f8f 100%);
  background: linear-gradient(to bottom, #9a9a9a 0%, #949494 50%, #8f8f8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a9a9a", endColorstr="#8f8f8f", GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #b5b5b5;
  -moz-box-shadow: inset 0 1px 0 #b5b5b5;
  -o-box-shadow: inset 0 1px 0 #b5b5b5;
  -ms-box-shadow: inset 0 1px 0 #b5b5b5;
  box-shadow: inset 0 1px 0 #b5b5b5;
}

.speedtest__content
  .moto__testspeed
  .speed__line.speed__4
  .btn__speed
  .arrow__circle {
  background-color: #838383;
}

.speedtest__content .moto__testspeed .speed__line.speed__4 .btn__speed:hover {
  background: #b8b8b8;
  background: -moz-linear-gradient(top, #b8b8b8 0%, #949494 78%, #8f8f8f 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #b8b8b8),
    color-stop(78%, #949494),
    color-stop(100%, #8f8f8f)
  );
  background: -webkit-linear-gradient(
    top,
    #b8b8b8 0%,
    #949494 78%,
    #8f8f8f 100%
  );
  background: -o-linear-gradient(top, #b8b8b8 0%, #949494 78%, #8f8f8f 100%);
  background: -ms-linear-gradient(top, #b8b8b8 0%, #949494 78%, #8f8f8f 100%);
  background: linear-gradient(to bottom, #b8b8b8 0%, #949494 78%, #8f8f8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8b8b8", endColorstr="#8f8f8f", GradientType=0);
}

.speedtest__content .moto__testspeed .speed__line.speed__4 .btn__speed:active {
  background: #9a9a9a;
  background: -moz-linear-gradient(top, #9a9a9a 0%, #949494 37%, #8f8f8f 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #9a9a9a),
    color-stop(37%, #949494),
    color-stop(100%, #8f8f8f)
  );
  background: -webkit-linear-gradient(
    top,
    #9a9a9a 0%,
    #949494 37%,
    #8f8f8f 100%
  );
  background: -o-linear-gradient(top, #9a9a9a 0%, #949494 37%, #8f8f8f 100%);
  background: -ms-linear-gradient(top, #9a9a9a 0%, #949494 37%, #8f8f8f 100%);
  background: linear-gradient(to bottom, #9a9a9a 0%, #949494 37%, #8f8f8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a9a9a", endColorstr="#8f8f8f", GradientType=0);
}

.speedtest__content .moto__testspeed .speed__line.speed__4 .icon__speed {
  background-position: -99px -144px;
}

.header__tet {
  text-align: center;
  padding-top: 10px;
}

.header__tet img {
  max-height: inherit !important;
  max-width: inherit !important;
}

.noteTheCao {
  display: none;
  margin-top: 40px;
  text-align: left;
}

.noteTheCao ul {
  border: 1px dashed #dedede;
  padding: 9px 10px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.noteTheCao ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.note__ratio {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.note__ratio .icon-error_outline {
  font-size: 22px;
  color: #f49e1d;
}

#close__chat {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 2px;
  z-index: 2;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  font-size: 25px;
}

#close__chat:hover {
  border-color: #adb0b6;
}

.verify__icon {
  position: absolute;
  top: 10px;
  right: -35px;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #2fcbfd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
}

.verify__icon.notification.noti__center--top .wrap__noti {
  top: initial;
}

.accessRestricPage {
  min-height: calc(100vh);
  background: url("../images/AccessRestricted_bg.jpg?2") no-repeat bottom right
    fixed;
  background-size: 80%;
}

.accessRestricPage .access__restric {
  min-height: calc(100vh);
  max-width: 90%;
  margin: 0 auto 0;
}

.accessRestricPage .access__restric .tbl__row:hover .tbl__col {
  background-color: transparent;
}

.accessRestricPage .access__restric .tbl__col {
  text-align: left;
  padding: 30px 25px;
}

.accessRestricPage .social__suport li {
  float: left;
  margin-right: 25px;
  text-align: center;
}

.accessRestricPage .social__suport li:last-child {
  margin-right: 0;
}

.accessRestricPage .social__suport li a {
  display: block;
}

.accessRestricPage .social__suport li p {
  font-weight: 500;
  color: #fff;
}

.accessRestricPage .notification.noti__small .wrap__noti--inner {
  padding: 5px;
}

.accessRestricPage .access__item {
  text-shadow: 0 0 1px #fff;
}

.layui-layer #qr__download {
  display: block !important;
}

#qr__download {
  padding: 0 0;
  text-align: center;
}

#qr__download .down__inner {
  display: inline-block;
  width: 194px;
  height: 313px;
  background: url("../images/bg__down.png?2") no-repeat top left;
  margin: 0 15px;
  padding: 50px 17px 0;
  position: relative;
}

#qr__download .down__inner .icon__down {
  position: absolute;
  bottom: 15px;
  right: 14px;
}

#verfiyPhoneNumber {
  height: 140px;
}

.green-check {
  background: url("../images/green-check.png?2") no-repeat;
  width: 56px;
  height: 53px;
}

#accountTryTest .logout-white-bg {
  background-color: #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(51, 51, 51, 0.22);
  margin-bottom: 20px;
}

#accountTryTest .logout-white-bg .copy-btn2 {
  padding-top: 5px;
  padding-bottom: 7px;
  margin-top: 5px;
}

#accountTryTest .logout-white-bg .renderAccount {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#accountTryTest .logout-white-bg .renderAccount p {
  margin-top: 10px;
}

#accountTryTest .logout-white-bg .renderAccount p span {
  display: inline-block;
  min-width: 125px;
  text-align: right;
  padding-right: 10px;
}

#accountTryTest .logout-white-bg .renderAccount p i {
  color: #003d67;
  font-weight: 500;
  font-size: 15px;
}

#accountTryTest .green-check {
  margin-right: 20px;
  margin-top: 5px;
}

#accountTryTest .frm__item {
  margin-bottom: 15px;
}

#accountTryTest .frm__item label {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}

#accountTryTest .frm__item .frm__icon {
  position: relative;
}

#accountTryTest .frm__item .frm__icon [class^="icon-"] {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px;
}

#accountTryTest .frm__item .frm__icon input {
  width: 100%;
  height: 35px;
  display: block;
  padding-left: 30px;
}

#ratio__lottery {
  border: 1px dashed #c74726;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  font-weight: 500;
}

#transferMoney #loading__emu {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#transferMoney .filter__dashboard {
  padding-bottom: 30px;
  padding-top: 20px;
}

#transferMoney .btn__primary.activeSubmit {
  opacity: 0.5;
  cursor: default;
}

#transferMoney #transferMoneyInner {
  display: none;
}

#transferMoney .icon-arrow_forward {
  font-size: 20px;
  position: relative;
  top: 33px;
}

#transferMoney .tbl__record {
  min-height: inherit;
}

#transferMoney .tbl__record .wrap__tbl {
  padding: 30px;
  padding-top: 20px;
}

#transferMoney .tbl__record .wrap__tbl .balance__main {
  display: flex;
  align-items: center;
}

#transferMoney .tbl__record .title td {
  background-color: #5a6361;
}

#transferMoney .tbl__record tr td {
  font-weight: 500;
}

#transferMoney .tbl__record tr td:first-child {
  background-color: #2b5d4f;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

#transferMoney .tbl__record tr td:first-child span:before {
  top: 0;
  height: auto;
  margin-top: -10px;
  bottom: -10px;
}

#transferMoney .tbl__record tr td#totalMoneyHave {
  background-color: #cacccb;
  color: #ff2100;
}

#transferMoney #noteTransfer {
  display: none;
  margin-left: 15px;
  font-size: 12px;
  color: #a59b9b;
}

#transferMoney #noteTransfer.successTransfer {
  color: #2a9053;
  font-weight: 500;
}

#transferMoney #noteTransfer.errorTransfer {
  color: red;
  font-weight: 500;
}

#transferMoney .frm__item {
  position: relative;
}

#transferMoney .noteTransfer {
  display: block;
  margin-top: 5px;
  font-weight: 500;
  position: absolute;
  top: 64px;
  left: 0;
}

.rechargeIns h1 {
  font-size: 20px;
  font-weight: 500;
  color: #003d67;
  text-transform: uppercase;
  margin-top: 35px;
}

.rechargeIns h2 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.rechargeIns h3 {
  font-size: 25px;
  color: #f49e1d;
}

.rechargeIns p {
  margin-bottom: 10px;
  line-height: 20px;
}

.rechargeIns .img {
  margin-bottom: 25px;
  border: 1px dashed #3c3c3c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}

.rechargeIns .note {
  font-style: italic;
}

.rechargeIns .step {
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding-bottom: 5px;
}

.rechargeIns .step:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #d90a2d;
  width: 100px;
}

.rechargeIns ul {
  list-style: decimal;
  padding-left: 30px;
}

.rechargeIns ul li {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 20px;
  padding-left: 10px;
}

.rechargeIns .indent {
  padding-left: 45px;
  margin-bottom: 45px;
}

.rechargeIns .tabs-collap .block-tab.active .tab-collap {
  max-height: 5000px;
}

.rechargeIns .tabs-collap .block-tab.active a {
  background-color: #ff5722;
  color: #fff;
}

.rechargeIns .tabs-collap .block-tab.active a .arrow-down {
  border-top-color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rechargeIns .tabs-collap a {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ececec;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rechargeIns .tabs-collap a:hover {
  background-color: #dcdcdc;
}

.rechargeIns .tabs-collap a .arrow-down {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #8c8c8c;
  margin-top: -3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rechargeIns .tabs-collap .tab-collap {
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#frameSport {
  position: relative;
  height: calc(100vh - 98px);
  background: url("../images/bg-main.png?2") no-repeat center top;
}

#frameSport #frameSportDetail {
  background-color: #fff;
}

.payment__note {
  margin-top: -30px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 12px 3px;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}

.payment__note p {
  margin-bottom: 7px;
  font-weight: 500;
}

.payment__note .atentionNote {
  text-decoration: underline;
  color: red;
}

.payment__note ul {
  padding-left: 30px;
}

.payment__note ul li {
  margin-bottom: 6px;
}

.payment__note ul,
.payment__note li {
  list-style: decimal;
}

.payment__note.note__focus {
  margin-top: -10px;
}

.payment__note.note__focus p {
  font-weight: 400;
}

.payment__note.note__focus p span {
  font-size: 14px;
  font-weight: 700;
  color: red;
}

.tbl__record .wrap__tbl tr.footerTbl td {
  background-color: #b3b3b3;
  color: #103c2e;
}

.tbl__record .wrap__tbl tr.footerTbl td:first-child {
  font-weight: bold;
}

.promotionsPage:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.promotionsPage .wrapPromo {
  width: 950px;
  margin: 0 auto 0;
  min-height: calc(100vh - 309px - 100px);
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 15px 20px;
}

.promotionsPage .wrapPromo .title {
  margin: 20px 0 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: #003d67;
}

.promotionsPage .wrapPromo .wrapContent {
  line-height: 22px;
  letter-spacing: 0.6px;
  color: #000;
}

.promotionsPage .wrapPromo .wrapContent > div {
  height: auto !important;
}

.newgif {
  position: absolute;
  top: 1px;
  right: -3px;
}

.newgif img {
  display: block;
  width: 22px;
}

.resultHisXD {
  height: 80px;
  display: flex;
  align-items: center;
}

.resultHisXD .vi {
  margin: 0 5px;
}

.resultHisXD .iconBauCua {
  margin: 0 5px;
}

.detailHisXD {
  min-height: 80px;
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.detailHisXD .detailBetUser {
  display: block;
  margin: 5px 0;
}

.vi {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.vi.bet-vi-color1 {
  background: #f10;
  background: -moz-linear-gradient(-45deg, #ff1100 0%, #99140d 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #ff1100),
    color-stop(100%, #99140d)
  );
  background: -webkit-linear-gradient(-45deg, #ff1100 0%, #99140d 100%);
  background: -o-linear-gradient(-45deg, #ff1100 0%, #99140d 100%);
  background: -ms-linear-gradient(-45deg, #ff1100 0%, #99140d 100%);
  background: linear-gradient(135deg, #ff1100 0%, #99140d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1100", endColorstr="#99140d", GradientType=1);
}

.vi.bet-vi-color0 {
  background: #dff8b4;
  background: -moz-linear-gradient(-45deg, #dff8b4 0%, #7ee3b1 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, #dff8b4),
    color-stop(100%, #7ee3b1)
  );
  background: -webkit-linear-gradient(-45deg, #dff8b4 0%, #7ee3b1 100%);
  background: -o-linear-gradient(-45deg, #dff8b4 0%, #7ee3b1 100%);
  background: -ms-linear-gradient(-45deg, #dff8b4 0%, #7ee3b1 100%);
  background: linear-gradient(135deg, #dff8b4 0%, #7ee3b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dff8b4", endColorstr="#7ee3b1", GradientType=1);
}

.overflay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

@keyframes zoomInZoomOut {
  0%,
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.layui-layer-dialog #DualNumber .layui-layer-ico {
  left: 10px;
}

#DualNumber {
  max-height: 500px;
  overflow-y: scroll;
  padding: 10px 10px 10px 50px;
}

#DualNumber ul {
  border-top: 1px dashed #333;
  border-right: 1px dashed #333;
  border-radius: 4px;
  overflow: hidden;
}

#DualNumber ul li {
  list-style: none;
  border-bottom: 1px dashed #333;
  border-left: 1px dashed #333;
  padding: 5px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#DualNumber ul li .numberBet {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}

#DualNumber ul li .invalid {
  -webkit-animation: zoomInZoomOut 1s infinite linear;
  animation: zoomInZoomOut 1s infinite linear;
}

#DualNumber ul li .issue {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  font-style: italic;
  background-color: #d6d6d6;
  padding: 3px;
  color: #000;
  border-radius: 0 0 0 5px;
  font-size: 12px;
}

#DualNumber .applyDualNum {
  background-color: #f1f1f1;
  padding: 5px 5px 0;
  margin-bottom: 10px;
  border: none;
}

#DualNumber .applyDualNum li {
  border: none;
  display: block;
  line-height: 1;
  padding: 0;
  margin-bottom: 5px;
  font-size: 12px;
}

.iconOanTuTi {
  background-image: url("../oantuti/assets/images/sprite.png");
  margin: 0 5px;
}

.iconOanTuTi.user-hoa {
  width: 30px;
  height: 29.6875px;
  background-size: 279.375px 468.75px;
  background-position: -3.4375px -134.0625px;
}

.iconOanTuTi.user-left-win {
  width: 30px;
  height: 30px;
  background-size: 282.3157894737px 473.6842105263px;
  background-position: -3.1578947368px -410.5263157895px;
}

.iconOanTuTi.user-left-keo {
  width: 30px;
  height: 30.3157894737px;
  background-size: 282.3157894737px 473.6842105263px;
  background-position: -38.2105263158px -84.3157894737px;
}

.iconOanTuTi.user-left-bua {
  width: 30px;
  height: 30.3157894737px;
  background-size: 282.3157894737px 473.6842105263px;
  background-position: -38.2105263158px -119.6842105263px;
}

.iconOanTuTi.user-left-nap {
  width: 30px;
  height: 30.3157894737px;
  background-size: 282.3157894737px 473.6842105263px;
  background-position: -38.2105263158px -154.4210526316px;
}

.iconOanTuTi.user-right-win {
  width: 30px;
  height: 30px;
  background-size: 282.3157894737px 473.6842105263px;
  background-position: -138.3157894737px -379.2631578947px;
}

.iconOanTuTi.user-right-keo {
  width: 30px;
  height: 30.3157894737px;
  background-size: 282.3157894737px 473.6842105263px;
  background-position: -70.4210526316px -86.2105263158px;
}

.iconOanTuTi.user-right-bua {
  width: 30px;
  height: 30.3157894737px;
  background-size: 282.3157894737px 473.6842105263px;
  background-position: -70.4210526316px -121.2631578947px;
}

.iconOanTuTi.user-right-nap {
  width: 30px;
  height: 30.3157894737px;
  background-size: 282.3157894737px 473.6842105263px;
  background-position: -70.4210526316px -156.3157894737px;
}

@media (min-width: 1200px) {
  .dashboard__wrapper,
  .container {
    width: auto;
    max-width: 1200px;
  }
}

@media (min-width: 1360px) {
  .dashboard__wrapper,
  .container {
    width: auto;
    max-width: 1300px;
  }
}

@media (min-width: 1440px) {
  .dashboard__wrapper,
  .container {
    width: auto;
    max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  .dashboard__menu {
    width: 20%;
  }

  .dashboard__mana {
    width: 80%;
  }

  .tabs__sub--payment .payment__colright {
    width: 75%;
  }

  .homepage .homepage__slide .swiper-slide.slide__dktk60k .wrap__img {
    width: 57%;
  }

  .homepage .homepage__slide .swiper-slide.slide__100percent .wrap__img {
    width: 57%;
  }

  #menu .nav__result li.home__link a {
    padding: 0 5px;
  }

  #menu .nav__result li a {
    padding: 0 10px;
  }
}

@media (max-width: 1366px) {
  .header__tet {
    left: 235px;
  }

  .homepage .block__items .block__items--inner .box__2 .bg {
    width: 63%;
    background-size: contain;
    margin-top: 5px;
  }

  .homepage .block__items .block__items--inner .box__2 .box__inner {
    right: 3%;
  }

  .homepage .block__items .block__items--inner .box__3 .bg {
    background-size: contain;
    width: 57%;
    bottom: 11px;
  }

  .homepage .block__items .block__items--inner .box__3 .items__box3 {
    left: 45%;
  }

  #footer .bank__demo .bg-gooter-bank {
    height: 220px;
    background-position: top center;
  }
}

@media (max-width: 1280px) {
  .dashboard__menu {
    width: 18%;
  }

  .dashboard__mana {
    width: 82%;
  }
}

@media (max-width: 1200px) {
  #container,
  #menu,
  #header {
    min-width: 1150px;
  }

  .container {
    width: 100%;
  }

  .layui-layer {
    max-width: 98% !important;
  }

  .tabs__sub--payment .payment__colright {
    width: 68%;
  }

  .accessRestricPage {
    background-position: 130% bottom;
  }
}

@media (max-width: 1024px) {
  .regPage #container,
  .regPage #menu,
  .regPage #header {
    min-width: initial;
    border-bottom: 1px solid #073d41;
  }

  .regPage #container .user__auth,
  .regPage #menu .user__auth,
  .regPage #header .user__auth {
    display: none;
  }

  .regPage #container .logo,
  .regPage #menu .logo,
  .regPage #header .logo {
    float: none;
    width: 100%;
    text-align: center;
  }

  .regPage #container .logo a,
  .regPage #menu .logo a,
  .regPage #header .logo a {
    display: inline-block;
    width: 140px;
    padding: 5px 0;
  }

  .regPage .bottom__right--page,
  .regPage .header__tet,
  .regPage #menu {
    display: none;
  }

  .register__page h2 {
    margin-bottom: 25px;
    font-size: 22px;
    width: 100%;
    float: none;
  }

  .register__page .inner {
    padding-top: 20px;
    min-height: calc(100vh - 56.19px);
    padding-bottom: 30px;
    padding: 20px 15px 30px;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .register__page .inner > div {
    width: 100%;
  }

  .register__page .frm__item {
    margin-bottom: 10px;
  }

  .register__page .frm__item label {
    width: 100%;
    text-align: left;
    margin: 0 0 5px 0;
    display: block;
    font-weight: 400;
    font-size: 15px;
  }

  .register__page .frm__item .iput {
    display: block;
  }

  .register__page .frm__item input {
    height: 35px;
    width: 100%;
  }

  .register__page .frm__item.frm__btn {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .register__page .frm__item.frm__btn input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .result__top .tbl__result {
    width: 70%;
  }

  .result__top .result__dai {
    width: 55%;
  }

  .result__top .result__dai td {
    line-height: 22px;
  }

  .result__top .result__date,
  .result__top .result__dauduoi {
    width: 22.5%;
  }

  .accessRestricPage {
    padding-bottom: 100px;
  }

  .accessRestricPage .access__restric {
    max-width: initial;
  }

  .accessRestricPage h2 {
    margin-bottom: 10px;
  }

  .accessRestricPage .tbl {
    display: block;
  }

  .accessRestricPage .tbl .tbl__row {
    display: block;
  }

  .accessRestricPage .tbl .tbl__row .tbl__col {
    display: block;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 350px) {
  .register__page .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1366px) and (max-width: 1500px) {
  #footer .bank__demo .bg-gooter-bank {
    height: 250px;
    background-position: bottom center;
  }

  #menu .nav__result li a {
    padding: 0 8px;
    font-size: 14px;
  }

  #menu .nav__result li.btnTryPlay a {
    padding: 3px 5px 2px;
    font-size: 12px;
    height: auto;
    line-height: 1;
    display: flex;
    display: -ms-flex;
    align-items: center;
  }

  #menu .nav__result li.btnTryPlay a .icon-refresh {
    top: 0;
  }
}

@media (max-height: 900px) {
  .homepage {
    background-position: center -160px;
  }

  .homepage .block__items {
    bottom: 100px;
  }

  .homepage .block__items .block__items--inner {
    padding: 10px;
  }

  .homepage .block__items .block__items--inner .box {
    height: 200px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .homepage .block__items .block__items--inner .box__1 .bg__1 {
    width: 255px;
    height: 205px;
  }

  .homepage .block__items .block__items--inner .box__2 .bg {
    top: 20px;
  }
}

@media (max-height: 680px) {
  .homepage {
    background-position: center -175px;
  }
}

@-webkit-keyframes gifbox {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@-moz-keyframes gifbox {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@-o-keyframes gifbox {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes gifbox {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

#event-tet {
  position: fixed;
  top: 135px;
  left: 1%;
  background: url("../events/src/assets/images/GiftBox.png") no-repeat top left;
  width: 200px;
  height: 183px;
  background-size: contain;
  z-index: 999;
  -webkit-animation: gifbox 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-animation: gifbox 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-animation: gifbox 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation: gifbox 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

#event-tet:hover {
  opacity: 0.8;
}

.homepage {
  background-position: center -2px;
  background-size: contain;
}

.homepage .homepage__slide .homepage__slide--inner .sologan__block {
  height: 320px;
  width: 45%;
  background-image: url("../images/events/newyear2022/sologan.png?2");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage .homepage__slide .homepage__slide--inner .sologan__block img {
  display: none;
}

.homepage .block__items .block__items--inner .box {
  background-color: #027075;
}

.homepage.promotionsPage {
  background-size: cover;
  margin-bottom: 0;
}

#footer .bank__demo {
  padding-top: 58px;
}

#footer .bank__demo .bg-gooter-bank {
  background-image: url("../images/events/newyear2022/footer.png?2");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 185px;
}

#footer .bank__demo img {
  margin: 0 25px 0;
}

#footer .footer__bottom {
  background: #123034;
  background: -moz-linear-gradient(top, #123034 0%, #0c2e33 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #123034),
    color-stop(100%, #0c2e33)
  );
  background: -webkit-linear-gradient(top, #123034 0%, #0c2e33 100%);
  background: -o-linear-gradient(top, #123034 0%, #0c2e33 100%);
  background: -ms-linear-gradient(top, #123034 0%, #0c2e33 100%);
  background: linear-gradient(to bottom, #123034 0%, #0c2e33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#123034", endColorstr="#0c2e33", GradientType=0);
  color: #a5a5a5;
}

#footer .email__footer {
  color: #a5a5a5;
}

#header {
  background-color: #003d67;
  background-position: top center;
  background-size: cover;
  height: 58px;
  background-repeat: no-repeat;
}

#header:before {
  content: "";
  position: absolute;
  top: 47px;
  left: 0;
  width: 191px;
  height: 51px;
  background: url("../images/events/newyear2022/header-left.png?2") no-repeat
    top left;
  background-size: contain;
}

#header:after {
  content: "";
  position: absolute;
  top: 47px;
  right: 0;
  width: 191px;
  height: 51px;
  background: url("../images/events/newyear2022/header-right.png?2") no-repeat
    top left;
  background-size: contain;
}

#header .logo a {
  width: 175px;
  height: 54px;
  background: url("../images/events/newyear2022/logo.png?2") no-repeat center
    5px;
  background-size: contain;
}

#header .logo a img {
  display: none;
}

#menu .nav__result {
  background: #fecd63;
  background: -moz-linear-gradient(top, #fecd63 0%, #feb10b 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fecd63),
    color-stop(100%, #feb10b)
  );
  background: -webkit-linear-gradient(top, #fecd63 0%, #feb10b 100%);
  background: -o-linear-gradient(top, #fecd63 0%, #feb10b 100%);
  background: -ms-linear-gradient(top, #fecd63 0%, #feb10b 100%);
  background: linear-gradient(to bottom, #fecd63 0%, #feb10b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fecd63", endColorstr="#feb10b", GradientType=0);
}

#menu .nav__result li:hover > a {
  color: #fff;
}

#menu .nav__result li a {
  color: #131313;
  text-shadow: 1px 1px 1px rgba(206, 206, 206, 0.35);
}

#menu
  .nav__result
  .hover__faceIn
  .hover__faceIn--content
  .tbl__col:first-child {
  background: #fecd63;
  border-bottom-color: #e2b146;
  color: #000;
}

#menu
  .nav__result
  .hover__faceIn
  .hover__faceIn--content
  .tbl__row:hover
  .tbl__col:first-child {
  background-color: #ecad23;
  color: #000;
}

.btn__login {
  background: #fecd63;
  background: -moz-linear-gradient(top, #fecd63 0%, #feb10b 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #fecd63),
    color-stop(100%, #feb10b)
  );
  background: -webkit-linear-gradient(top, #fecd63 0%, #feb10b 100%);
  background: -o-linear-gradient(top, #fecd63 0%, #feb10b 100%);
  background: -ms-linear-gradient(top, #fecd63 0%, #feb10b 100%);
  background: linear-gradient(to bottom, #fecd63 0%, #feb10b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fecd63", endColorstr="#feb10b", GradientType=0);
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn__login:active {
  background: rgba(255, 182, 92, 0.7);
}

@media (max-width: 1600px) {
  #header:after,
  #header:before {
    top: 66px;
    width: 120px;
    height: 33px;
  }
}

@media (min-width: 1900px) {
  #footer .bank__demo .bg-gooter-bank {
    background-size: cover;
    height: 185px;
    background-position: top center;
  }
}

@media (max-width: 1500px) and (min-width: 1366px) {
  .bank__demo .bg-gooter-bank {
    height: 135px;
    background-position: bottom center;
  }
}

@media (max-width: 1366px) {
  #event-tet {
    width: 150px;
    height: 130px;
  }

  #footer .bank__demo .bg-gooter-bank {
    height: 128px;
    background-position: top center;
  }

  .homepage .homepage__slide .swiper-slide .wrap__img {
    left: 9%;
  }

  .homepage .homepage__slide .swiper-slide.slide__daily .wrap__img {
    left: 12%;
  }

  .homepage .homepage__slide .swiper-slide.slide__morebool .wrap__img {
    left: 12%;
  }

  #header:after,
  #header:before {
    display: none;
  }
}

@media (max-height: 900px) {
  .homepage {
    background-position: center -2px;
  }
}

.label-default {
  background-color: #777;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  color: #fff;
  border-radius: 0.25em;
}

.pwo-input {
  background: none;
  border: none;
  box-shadow: none;
  outline: none !important;
  width: 100%;
}

.pwo-bold {
  font-weight: bold;
}

#container .homepage .content-inner {
  margin: 0 auto 0;
  width: 1230px;
  position: relative;
  z-index: 2;
}
#container .homepage .content-inner .item {
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
}
#container .homepage .content-inner .xstoday {
  text-align: left;
  position: relative;
}
#container .homepage .content-inner .xstoday .timer {
  height: 37px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 3px;
}
#container .homepage .content-inner .xstoday .timer .title-today {
  display: flex;
  display: -ms-flex;
  align-items: center;
  color: #ffec00;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
#container .homepage .content-inner .xstoday .timer .title-today .sprite {
  margin-right: 10px;
}
.header-today {
  height: 37px;
  width: 100%;
  color: #ffec00;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 3px;
}
